@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.yellow {
  color: #FFBF02; }

img {
  width: 100%; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: left;
  width: 100%; }
  body h1 span {
    width: 100%;
    text-transform: uppercase;
    font-weight: normal; }
  body h1 strong {
    display: block;
    font-weight: bold; }
  body h1 small {
    font-weight: normal; }
  body h2, body h3, body h4, body h5, body h6 {
    font-weight: bold; }
  body a:hover {
    cursor: pointer !important;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  body footer {
    width: 100%;
    float: left; }
  body .container {
    margin-left: auto;
    margin-right: auto;
    z-index: 1; }
    body .container .posts-list img, body .container .posts-list a {
      border: none; }
    body .container a {
      text-decoration: none; }
  body .text-center {
    text-align: center; }
  body hr {
    float: left;
    display: block;
    width: 100%;
    box-sizing: border-box; }
  body .clean {
    margin: 0 !important;
    padding: 0 !important; }
  body .btn {
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none; }
    body .btn a {
      display: inline-block;
      border-radius: 80px; }
      body .btn a.btn-outline {
        color: #141414;
        border-color: #141414; }
        body .btn a.btn-outline:hover {
          color: #FFFFFF;
          background: #141414; }
      body .btn a.btn-orange {
        color: white;
        background: #ff7e5f;
        width: 100%;
        box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.1); }
        body .btn a.btn-orange:hover {
          background: #ff7e5f;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          box-shadow: 0px 0px 80px rgba(255, 126, 95, 0.3); }
      body .btn a.btn-black {
        color: #141414;
        border-color: #141414; }
        body .btn a.btn-black a {
          color: #141414; }
        body .btn a.btn-black:hover {
          color: #FFFFFF;
          background: #141414; }
      body .btn a.btn-white {
        color: white;
        border-color: white;
        box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.1); }
        body .btn a.btn-white:hover {
          background: #ff7e5f;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          box-shadow: 0px 0px 80px rgba(255, 126, 95, 0.3); }
      body .btn a.btn-neutral {
        background: #141414;
        color: #FFFFFF; }
        body .btn a.btn-neutral:hover {
          background: #2e2e2e; }
    @media (max-width: 767px) {
      body .btn .btn-sm {
        font-size: 10px;
        margin-top: 4px;
        padding: 8px 12px;
        border: 1px solid; }
      body .btn .btn-lg {
        font-size: 16px;
        padding: 12px 20px;
        border: 2px solid; } }
    @media (min-width: 768px) and (max-width: 1366px) {
      body .btn .btn-sm {
        font-size: 12px;
        padding: 8px 12px;
        border: 2px solid; }
      body .btn .btn-lg {
        font-size: 20px;
        padding: 16px 24px;
        border: 4px solid; } }
    @media (min-width: 1367px) and (max-width: 1919px) {
      body .btn .btn-sm {
        font-size: 14px;
        padding: 12px 16px;
        border: 2px solid; }
      body .btn .btn-lg {
        font-size: 16px;
        padding: 16px 24px;
        border: 4px solid; } }
    @media (min-width: 1920px) {
      body .btn .btn-sm {
        font-size: 14px;
        padding: 12px 16px;
        border: 2px solid; }
      body .btn .btn-lg {
        font-size: 20px;
        padding: 16px 24px;
        border: 4px solid; } }
  body .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
    body .video-container:before {
      content: "";
      display: block;
      padding-top: 50%; }
    body .video-container video, body .video-container iframe, body .video-container embed, body .video-container object {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: black; }
    body .video-container .video-container video::-internal-media-controls-download-button {
      display: none; }
    body .video-container .video-container video::-webkit-media-controls-enclosure {
      overflow: hidden; }
    body .video-container .video-container video::-webkit-media-controls-panel {
      width: calc(100% + 30px); }
  body figure.full-image {
    float: left;
    width: 100%;
    text-align: center; }
    body figure.full-image figure.banner-image {
      text-align: center; }

header {
  background: #1B072E; }
  header.header {
    position: fixed;
    width: 100%;
    clear: both;
    z-index: 999;
    top: 0; }
  header .navbar-item {
    padding: 10px 0; }
    header .navbar-item img {
      max-width: 160px; }
    header .navbar-item svg {
      position: absolute;
      transform: translateY(-50%);
      top: 50%; }
      header .navbar-item svg path {
        fill: white; }
  header .btn {
    float: right; }

@media (max-width: 767px) {
  header.header {
    padding: 0 24px; }
    header.header img {
      width: 112px;
      max-height: 32px;
      margin-top: 6px; }

  header.header {
    min-height: 54px;
    padding-top: 8px; }
    header.header .navbar-item {
      height: 54px;
      padding: 0;
      position: relative;
      margin-block-start: 0px;
      margin-block-end: 0; }
      header.header .navbar-item svg {
        position: absolute;
        transform: translateY(-50%);
        top: 50%; } }
@media (min-width: 768px) {
  header {
    padding: 24px 0;
    position: absolute; } }
figure.full-image img {
  float: left;
  width: 100%; }

@media (max-width: 767px) {
  .container h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px; }
  .container h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px; }
  .container h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px; }
  .container h5 {
    font-size: 16px;
    margin-bottom: 8px; }
  .container h6 {
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase; }
  .container p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 12px; }
  .container .what-to-expect p {
    margin-bottom: 32px; }
  .container figure.full-image {
    margin: 0 0 48px 0; }
  .container ul.bullets li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    padding-left: 20px;
    list-style: none;
    position: relative;
    color: #141414; }
    .container ul.bullets li::before {
      content: "․";
      color: black;
      font-weight: bold;
      display: block;
      width: 10px;
      margin-left: 10px;
      font-size: 34px;
      position: absolute;
      left: -5px;
      top: -10px; }
  .container ul.projects {
    float: left;
    width: 100%;
    padding: 0 0px; }
    .container ul.projects li {
      width: 100%;
      margin-bottom: 32px; }
      .container ul.projects li img {
        width: 100%; }
      .container ul.projects li h5 {
        padding-left: 24px; } }
@media (min-width: 768px) and (max-width: 1366px) {
  .container {
    max-width: 100%;
    padding: 0 40px; }
    .container h2 {
      font-size: 40px;
      line-height: 48px;
      margin-bottom: 8px; }
    .container h3 {
      font-size: 32px;
      line-height: 32px;
      margin-bottom: 16px; }
    .container h4 {
      line-height: 24px;
      margin-bottom: 8px;
      font-size: 24px; }
    .container h5 {
      font-size: 16px;
      margin-bottom: 8px; }
    .container h6 {
      font-size: 12px;
      line-height: 16px;
      text-transform: uppercase; }
    .container p {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 12px; }
    .container .what-to-expect p {
      margin-bottom: 48px; }
    .container figure.full-image {
      margin: 0 0 56px 0; }
    .container ul.bullets li {
      font-size: 20px;
      line-height: 32px;
      margin-bottom: 12px;
      padding-left: 20px;
      list-style: none;
      position: relative;
      color: #141414; }
      .container ul.bullets li::before {
        content: "․";
        color: black;
        font-weight: bold;
        display: block;
        width: 10px;
        margin-left: 10px;
        font-size: 34px;
        position: absolute;
        left: -5px;
        top: -10px; }
    .container ul.projects h5 {
      font-size: 16px;
      margin-top: 8px; } }
@media (min-width: 1367px) and (max-width: 1919px) {
  .container {
    max-width: 1320px;
    padding: 0 40px; }
    .container section {
      margin-bottom: 24px;
      display: block;
      clear: both; }
    .container h2 {
      font-size: 48px;
      line-height: 56px;
      margin-bottom: 8px; }
    .container h3 {
      font-size: 40px;
      line-height: 48px;
      margin-bottom: 20px; }
    .container h4 {
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 12px; }
    .container h5 {
      font-size: 24px;
      margin-bottom: 16px; }
    .container h6 {
      font-size: 12px;
      line-height: 20px;
      text-transform: uppercase;
      margin-top: 8px; }
    .container p {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 24px; }
    .container .what-to-expect p {
      margin-bottom: 48px; }
    .container figure.full-image {
      margin: 0 0 72px 0; }
    .container ul.bullets li {
      font-size: 24px;
      line-height: 38px;
      margin-bottom: 12px;
      padding-left: 20px;
      list-style: none;
      position: relative;
      color: #141414; }
      .container ul.bullets li::before {
        content: "․";
        color: black;
        font-weight: bold;
        display: block;
        width: 10px;
        margin-left: 10px;
        font-size: 34px;
        position: absolute;
        left: -5px;
        top: -10px; }
    .container ul.projects h5 {
      margin-top: 16px; } }
@media (min-width: 1920px) {
  .container {
    max-width: 1680px;
    padding: 0 80px; }
    .container h2 {
      font-size: 72px;
      line-height: 80px;
      margin-bottom: 24px; }
    .container .sm-headline {
      font-size: 16px;
      line-height: 24px;
      margin-top: 8px;
      font-weight: bold; }
    .container .xxl-headline {
      font-size: 400px;
      z-index: 1; }
    .container .row h2 {
      font-size: 64px;
      line-height: 72px; }
    .container h3 {
      font-size: 48px;
      line-height: 56px;
      margin-bottom: 20px; }
    .container h4 {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 16px; }
    .container h5 {
      font-size: 28px;
      margin-bottom: 16px; }
    .container h6 {
      font-size: 16px;
      line-height: 24px;
      text-transform: uppercase;
      margin-top: 10px; }
    .container p {
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 42px; }
      .container p.small {
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        color: .container p.small dark-grey;
        font-weight: bold; }
    .container .what-to-expect p {
      margin-bottom: 48px; }
    .container figure.full-image {
      margin: 0 0 120px 0; }
    .container ul.bullets li {
      font-size: 32px;
      line-height: 48px;
      margin-bottom: 8px;
      padding-left: 16px;
      list-style: none;
      position: relative;
      color: #141414; }
      .container ul.bullets li::before {
        content: "․";
        color: black;
        font-weight: bold;
        display: block;
        width: 8px;
        margin-left: 8px;
        font-size: 32px;
        position: absolute;
        left: -5px;
        top: -10px; } }
.cta.cards .actions .btn {
  float: left;
  width: auto;
  margin-top: 16px;
  margin-right: 8px; }

@media (max-width: 767px) {
  .cta.cards {
    margin-top: 56px; }
    .cta.cards .card {
      padding: 0; }
      .cta.cards .card .col1 {
        padding: 32px;
        margin-bottom: 0px;
        float: left; }
      .cta.cards .card .col2 {
        margin: 2px; }
        .cta.cards .card .col2 img {
          height: auto;
          width: 100%; } }
@media (min-width: 768px) {
  .cta.cards {
    margin-top: 80px; }
    .cta.cards .card {
      padding: 0; }
      .cta.cards .card .col1 {
        float: left;
        width: calc(100% / 12 * 6);
        padding: 80px; }
      .cta.cards .card .col2 {
        float: right;
        width: calc(100% / 12 * 6);
        text-align: right; }
        .cta.cards .card .col2 img {
          width: auto;
          text-align: right;
          float: right; } }
#banner .hero h1 {
  text-transform: uppercase;
  font-weight: bold; }
#banner .hero span {
  color: #FFBF02;
  display: block;
  letter-spacing: 4px;
  font-size: 10px; }

@media (max-width: 767px) {
  .hero {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 72px;
    padding: 0 32px; }
    .hero h1 {
      font-size: 10px;
      line-height: 16px; }
    .hero h2 {
      font-size: 32px;
      line-height: 32px;
      letter-spacing: -1px; }
    .hero p {
      font-size: 16px;
      line-height: 24px;
      margin: 8px 0 24px; }
    .hero span {
      margin-bottom: 8px; } }
@media (min-width: 768px) and (max-width: 1366px) {
  .hero {
    text-align: center;
    margin-top: 144px;
    margin-bottom: 72px;
    min-height: 304px; }
    .hero h1 {
      font-size: 12px;
      line-height: 16px; }
    .hero h1, .hero h2, .hero p {
      width: 100%;
      padding: 0 48px; }
    .hero h2 {
      font-size: 48px;
      line-height: 48px;
      letter-spacing: -2px; }
    .hero p {
      font-size: 18px;
      line-height: 28px;
      margin: 8px 0 24px; } }
@media (min-width: 1367px) and (max-width: 1919px) {
  .hero {
    text-align: center;
    margin-top: 120px;
    margin-bottom: 72px; }
    .hero h1 {
      font-size: 12px;
      line-height: 16px; }
    .hero h1, .hero h2, .hero p {
      width: 100%;
      padding: 0 48px; }
    .hero h2 {
      font-size: 56px;
      line-height: 56px;
      letter-spacing: -2px;
      margin-left: -4px; }
    .hero p {
      font-size: 18px;
      line-height: 28px;
      margin: 8px 0 24px; }
    .hero span {
      margin-bottom: 8px; } }
@media (min-width: 1920px) {
  .hero {
    text-align: center;
    margin-top: 200px;
    margin-bottom: 72px; }
    .hero h1 {
      font-size: 12px;
      line-height: 16px; }
    .hero h1, .hero h2, .hero p {
      width: 100%;
      padding: 0 48px; }
    .hero span {
      margin-bottom: 16px; }
    .hero h2 {
      font-size: 104px;
      line-height: 112px;
      letter-spacing: -4px;
      margin-left: -4px;
      margin-bottom: 24px;
      margin-top: 8px; }
    .hero p {
      font-size: 24px;
      line-height: 32px; } }
.cta.cards .actions .btn {
  float: left;
  width: auto;
  margin-top: 16px;
  margin-right: 8px; }

@media (max-width: 767px) {
  .cta.cards {
    margin-top: 56px; }
    .cta.cards .card {
      padding: 0; }
      .cta.cards .card .col1 {
        padding: 32px;
        margin-bottom: 0px;
        float: left; }
      .cta.cards .card .col2 {
        margin: 2px; }
        .cta.cards .card .col2 img {
          height: auto;
          width: 100%; } }
@media (min-width: 768px) {
  .cta.cards {
    margin-top: 80px; }
    .cta.cards .card {
      padding: 0; }
      .cta.cards .card .col1 {
        float: left;
        width: calc(100% / 12 * 6);
        padding: 80px; }
      .cta.cards .card .col2 {
        float: right;
        width: calc(100% / 12 * 6);
        text-align: right; }
        .cta.cards .card .col2 img {
          width: auto;
          text-align: right;
          float: right; } }
.row, .row-middle, .row-items {
  display: block;
  position: relative;
  clear: both; }
  .row .image-border, .row-middle .image-border, .row-items .image-border {
    width: 100%; }
  .row figure, .row figure img, .row-middle figure, .row-middle figure img, .row-items figure, .row-items figure img {
    float: left; }

@media (max-width: 767px) {
  .row-items {
    width: 100%;
    padding: 40px 0; }
    .row-items .heading {
      padding: 0 24px;
      text-align: center; }

  .row, .row-middle {
    width: calc(100% / 12 * 12);
    padding: 24px; }
    .row .content-block, .row-middle .content-block {
      display: flex;
      flex-flow: wrap;
      margin-bottom: 24 [x]; }
      .row .content-block div, .row-middle .content-block div {
        vertical-align: top;
        margin: 0;
        padding: 0; }
        .row .content-block div.section-title, .row .content-block div.section-subtitle, .row-middle .content-block div.section-title, .row-middle .content-block div.section-subtitle {
          width: 100%; }
        .row .content-block div.section-content, .row-middle .content-block div.section-content {
          width: 100%; }
      .row .content-block ul.clients, .row-middle .content-block ul.clients {
        width: 100%;
        margin-bottom: 64px; }
        .row .content-block ul.clients li, .row-middle .content-block ul.clients li {
          margin: 0 0 8px;
          float: left;
          padding: 0 8px 0 0;
          width: 25%; }
          .row .content-block ul.clients li figure, .row .content-block ul.clients li figure img, .row-middle .content-block ul.clients li figure, .row-middle .content-block ul.clients li figure img {
            float: left; } }
@media (min-width: 768px) {
  .row {
    padding-bottom: 64px; }

  .row-middle {
    width: calc(100% / 12 * 8);
    margin-left: calc(100% / 12 * 2);
    padding-top: 64px;
    padding-bottom: 64px; }

  .row-items {
    width: 100%;
    padding: 72px 0; }
    .row-items .heading {
      width: calc(100% / 12 * 10);
      margin-left: calc(100% / 12 * 1);
      text-align: center; }

  .row .content-block, .row-middle .content-block {
    display: flex;
    flex-flow: wrap; }
    .row .content-block div, .row-middle .content-block div {
      vertical-align: top;
      margin: 0;
      padding: 0; }
      .row .content-block div.section-title, .row-middle .content-block div.section-title {
        width: 100%; }
      .row .content-block div.section-subtitle, .row-middle .content-block div.section-subtitle {
        width: calc(100% / 12 * 4);
        padding-right: 32px; }
      .row .content-block div.section-content, .row-middle .content-block div.section-content {
        width: calc(100% / 12 * 7);
        margin-bottom: 64px;
        margin-left: calc(100% / 12); }
    .row .content-block ul.clients, .row-middle .content-block ul.clients {
      width: calc(100% / 12 * 8);
      margin-top: -24px;
      margin-bottom: 64px; }
      .row .content-block ul.clients li, .row-middle .content-block ul.clients li {
        margin: 0 0 8px;
        float: left;
        padding: 0 8px 0 0;
        width: 25%; }
        .row .content-block ul.clients li figure, .row .content-block ul.clients li figure img, .row-middle .content-block ul.clients li figure, .row-middle .content-block ul.clients li figure img {
          float: left; } }
footer {
  clear: both;
  display: block;
  margin: 40px 0 80px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  background: #1B072E;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1); }
  footer ul.nav li {
    display: inline-block; }
    footer ul.nav li.current {
      text-decoration: underline; }
      footer ul.nav li.current a {
        color: black; }
    footer ul.nav li a {
      color: white; }
      footer ul.nav li a:hover, footer ul.nav li a.current {
        color: black;
        text-decoration: underline;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease; }
  footer ul.social li {
    display: inline-block;
    width: 24px;
    margin-left: 16px;
    margin-right: 0;
    opacity: 0.8; }
    footer ul.social li:hover {
      opacity: 1;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
  footer ul.social:first-child {
    margin-left: 0; }
  footer .legal {
    width: 100%;
    padding: 24px;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    float: left; }
    footer .legal img {
      float: left;
      width: 48px;
      margin-right: 24px; }
    footer .legal .sign a {
      color: white;
      text-decoration: underline; }

@media (max-width: 767px) {
  footer ul.nav, footer ul.social {
    margin: 32px auto;
    padding: 12px;
    width: 50%;
    font-size: 12px; }
  footer ul.social {
    float: right;
    text-align: right; }
    footer ul.social li {
      margin-left: 8px; }
  footer ul.nav {
    text-align: left;
    float: left; }
    footer ul.nav li {
      margin-left: 16px; }
  footer .legal img {
    width: 48px; }
  footer .legal .sign {
    margin-top: 0;
    font-size: 12px; } }
@media (min-width: 768px) {
  footer {
    margin-top: 80px; }
    footer ul.nav, footer ul.social {
      margin-top: 40px; }
    footer ul.nav {
      float: left; }
      footer ul.nav li {
        margin-right: 16px; }
    footer ul.social {
      float: right; }
    footer .legal {
      padding: 24px 0;
      display: block;
      float: left; } }
.grid-container .grid-tile {
  background: #C9C9C9;
  border-radius: 8px;
  float: left;
  padding: 24px; }

.grid-tile-2-col-2-row {
  width: calc(100% / 12 * 8 - 16px); }

.grid-tile-1-col-1-row {
  width: calc(100% / 12 * 4 - 16px);
  margin-left: 32px; }

.pricing-section .content-banner {
  text-align: center; }
.pricing-section .pricing-box p.price {
  color: #fff; }
  .pricing-section .pricing-box p.price span.old {
    text-decoration: line-through;
    font-size: 14px; }
  .pricing-section .pricing-box p.price span.discount {
    text-decoration: none;
    font-weight: bold; }
.pricing-section .pricing-box ul.features {
  list-style: none;
  padding: 0; }
  .pricing-section .pricing-box ul.features li {
    margin: 8px 0;
    position: relative;
    padding-left: 32px;
    line-height: 28px; }
    .pricing-section .pricing-box ul.features li::before {
      content: "";
      position: absolute;
      background-image: url("../img/task.png");
      background-size: cover; }
.pricing-section .btn {
  width: 100%; }
  .pricing-section .btn .btn-white {
    width: 100%;
    text-align: center; }
.pricing-section .payment-security {
  padding: 16px;
  margin-top: 24px;
  text-align: center; }
  .pricing-section .payment-security p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    padding: 0 0 8px; }
  .pricing-section .payment-security .payment-icons {
    display: flex;
    justify-content: center;
    align-items: center; }
    .pricing-section .payment-security .payment-icons figure {
      margin: 0; }
    .pricing-section .payment-security .payment-icons img {
      display: block;
      max-width: 50%;
      margin: 0 auto;
      float: none; }

@media (max-width: 767px) {
  .pricing-section {
    padding: 0; }
    .pricing-section .content-banner {
      padding: 20px 24px; }
    .pricing-section .pricing-box {
      width: 100%;
      padding: 24px; }
      .pricing-section .pricing-box p {
        margin: 16px 0;
        font-size: 14px; }
      .pricing-section .pricing-box ul.features {
        margin: 16px 0; }
        .pricing-section .pricing-box ul.features li {
          font-size: 14px;
          line-height: 20px; }
          .pricing-section .pricing-box ul.features li::before {
            left: 0;
            top: 2px;
            width: 16px;
            height: 16px; }
      .pricing-section .pricing-box .payment-icons img {
        max-width: 300px; } }
@media (min-width: 768px) and (max-width: 1366px) {
  .pricing-section .content-banner {
    padding: 20px 80px; }
  .pricing-section .pricing-container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto; }
  .pricing-section .pricing-box {
    width: 50%;
    padding: 40px; }
    .pricing-section .pricing-box p {
      margin: 24px 0; }
    .pricing-section .pricing-box ul.features {
      margin: 24px 0; }
      .pricing-section .pricing-box ul.features li {
        font-size: 18px; }
        .pricing-section .pricing-box ul.features li::before {
          content: "";
          position: absolute;
          left: 0;
          top: 4px;
          width: 20px;
          height: 20px;
          background-image: url("../img/task.png");
          background-size: cover; }
    .pricing-section .pricing-box .payment-icons img {
      max-width: 70%; } }
@media (min-width: 1367px) and (max-width: 1919px) {
  .pricing-section .content-banner {
    padding: 20px 80px; }
  .pricing-section .pricing-container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto; }
  .pricing-section .pricing-box {
    width: 50%;
    padding: 40px; }
    .pricing-section .pricing-box p {
      margin: 24px 0; }
    .pricing-section .pricing-box ul.features {
      margin: 24px 0; }
      .pricing-section .pricing-box ul.features li {
        font-size: 18px; }
        .pricing-section .pricing-box ul.features li::before {
          content: "";
          position: absolute;
          left: 0;
          top: 4px;
          width: 20px;
          height: 20px;
          background-image: url("../img/task.png");
          background-size: cover; }
    .pricing-section .pricing-box .payment-icons img {
      max-width: 70%; } }
@media (min-width: 1920px) {
  .pricing-section {
    padding: 72px 0 32px 0;
    margin-bottom: 80px; }
    .pricing-section .content-banner {
      padding: 20px 80px; }
    .pricing-section .pricing-container {
      display: flex;
      justify-content: space-between;
      margin: 0 auto; }
    .pricing-section .pricing-box {
      width: 50%;
      padding: 40px; }
      .pricing-section .pricing-box p {
        margin: 24px 0; }
      .pricing-section .pricing-box ul.features {
        margin: 24px 0; }
        .pricing-section .pricing-box ul.features li {
          font-size: 18px; }
          .pricing-section .pricing-box ul.features li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 4px;
            width: 20px;
            height: 20px;
            background-image: url("../img/task.png");
            background-size: cover; }
      .pricing-section .pricing-box .payment-icons img {
        max-width: 50%; } }
.cards .card {
  position: relative;
  margin-right: 24px;
  flex: 1;
  box-sizing: border-box;
  border-radius: 24px;
  background-color: #120420;
  overflow: hidden;
  box-shadow: 8px 12px 160px rgba(10, 2, 18, 0.3); }
  .cards .card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(135deg, #400E77, #08020E);
    pointer-events: none;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask-composite: exclude; }
  .cards .card .icon {
    width: 48px;
    margin-left: -8px;
    margin-bottom: 16px; }
  .cards .card h3, .cards .card p {
    width: 100%; }

@media (max-width: 767px) {
  .cards {
    margin: 24px; }
    .cards .card {
      padding: 24px;
      width: 100%;
      margin: 12px 0; }
      .cards .card p.price {
        font-size: 18px;
        line-height: 28px;
        margin: 0;
        padding: 0;
        width: 100%; }
      .cards .card p {
        font-size: 14px;
        line-height: 20px; }
      .cards .card .payment-security p {
        font-size: 12px;
        margin-bottom: 8px;
        line-height: 18px; } }
@media (min-width: 768px) and (max-width: 1366px) {
  .cards {
    display: flex;
    flex-wrap: wrap; }
    .cards .card {
      padding: 32px; }
      .cards .card p.price {
        font-size: 18px;
        line-height: 28px;
        margin: 0;
        padding: 0;
        width: 100%; }
      .cards .card p {
        font-size: 16px;
        line-height: 24px; }
      .cards .card .payment-security p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 8px; }
      .cards .card:last-child {
        margin-right: 0; } }
@media (min-width: 1367px) and (max-width: 1919px) {
  .cards {
    display: flex;
    flex-wrap: wrap; }
    .cards .card {
      padding: 32px; }
      .cards .card p.price {
        font-size: 18px;
        line-height: 28px;
        margin: 0;
        padding: 0;
        width: 100%; }
      .cards .card p {
        font-size: 16px;
        line-height: 24px; }
      .cards .card .payment-security p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 8px; }
      .cards .card:last-child {
        margin-right: 0; } }
@media (min-width: 1920px) {
  .cards {
    display: flex;
    flex-wrap: wrap; }
    .cards .card {
      padding: 40px; }
      .cards .card p.price {
        font-size: 18px;
        line-height: 28px;
        margin: 0;
        padding: 0;
        width: 100%; }
      .cards .card p {
        font-size: 18px;
        line-height: 28px; }
      .cards .card .payment-security p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 8px; }
      .cards .card:last-child {
        margin-right: 0; } }
.slideshow {
  width: 100%;
  overflow: hidden;
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }
  .slideshow .slides-container {
    display: flex;
    animation: slide 200s linear infinite; }
  .slideshow figure figcaption {
    font-size: 12px;
    opacity: 0.6;
    text-align: center;
    padding: 4px 0 0;
    float: left;
    width: 100%;
    margin-top: 8px; }
@keyframes slide {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
@media (max-width: 767px) {
  .slideshow figure {
    width: 144px;
    margin: 0 4px 40px 4px; }
    .slideshow figure figcaption {
      font-size: 10px; }
    .slideshow figure img {
      border-radius: 20px; } }
@media (min-width: 768px) and (max-width: 1366px) {
  .slideshow figure {
    width: 160px;
    margin: 0 8px; }
    .slideshow figure img {
      border-radius: 20px; } }
@media (min-width: 1367px) and (max-width: 1919px) {
  .slideshow figure {
    width: 200px;
    margin: 0 8px; }
    .slideshow figure img {
      border-radius: 24px; } }
@media (min-width: 1920px) {
  .slideshow figure {
    width: 280px;
    margin: 0 16px; }
    .slideshow figure img {
      border-radius: 32px; } }
.curriculum {
  float: left;
  width: 100%; }
  .curriculum .heading {
    text-align: center; }
  .curriculum .curriculum-container .curriculum-modules {
    max-width: 620px; }
    .curriculum .curriculum-container .curriculum-modules .module {
      margin-bottom: 16px;
      position: relative;
      border-radius: 24px;
      background-color: #120420;
      z-index: 9; }
      .curriculum .curriculum-container .curriculum-modules .module:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 24px;
        padding: 2px;
        background: linear-gradient(135deg, #400E77, #08020E);
        pointer-events: none;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
        -webkit-mask-composite: destination-out;
        mask-composite: exclude;
        z-index: 0; }
      .curriculum .curriculum-container .curriculum-modules .module:hover {
        background-color: rgba(0, 0, 0, 0.1);
        transition: background-color 0.3s ease; }
      .curriculum .curriculum-container .curriculum-modules .module .module-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        transition: background-color 0.3s ease;
        font-weight: bold; }
      .curriculum .curriculum-container .curriculum-modules .module .toggle-icon {
        width: 28px;
        transition: transform 0.3s ease-in-out; }
      .curriculum .curriculum-container .curriculum-modules .module .module-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease; }
        .curriculum .curriculum-container .curriculum-modules .module .module-content ol li {
          float: left;
          width: 100%;
          list-style: list-counter;
          color: white; }
          .curriculum .curriculum-container .curriculum-modules .module .module-content ol li .name {
            float: left; }
          .curriculum .curriculum-container .curriculum-modules .module .module-content ol li .time {
            float: right;
            color: rgba(255, 255, 255, 0.7); }
          .curriculum .curriculum-container .curriculum-modules .module .module-content ol li:last-child {
            margin-bottom: 40px; }
  .curriculum .curriculum-video {
    position: relative; }
    .curriculum .curriculum-video video, .curriculum .curriculum-video iframe, .curriculum .curriculum-video embed, .curriculum .curriculum-video object {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: black; }
    .curriculum .curriculum-video .video-container video::-internal-media-controls-download-button {
      display: none; }
    .curriculum .curriculum-video .video-container video::-webkit-media-controls-enclosure {
      overflow: hidden; }
    .curriculum .curriculum-video .video-container video::-webkit-media-controls-panel {
      width: calc(100% + 30px); }
    .curriculum .curriculum-video i {
      display: block;
      text-align: center;
      margin-top: 16px;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.7); }

@media (max-width: 767px) {
  .curriculum-container {
    margin-top: 24px; }
    .curriculum-container .curriculum-modules .module .module-header {
      padding: 24px;
      font-size: 16px; }
    .curriculum-container .curriculum-modules .module .module-content ol {
      padding: 0 32px 56px 40px; }
      .curriculum-container .curriculum-modules .module .module-content ol li {
        margin-bottom: 12px;
        list-style: list-counter;
        color: white;
        font-size: 14px; }
        .curriculum-container .curriculum-modules .module .module-content ol li:last-child {
          margin-bottom: 24px; } }
@media (min-width: 768px) and (max-width: 1366px) {
  .heading {
    width: calc(100% / 12 * 8);
    margin-left: calc(100% / 12 * 2); }

  .curriculum-container {
    margin: 40px 0;
    float: left;
    width: 100%; }
    .curriculum-container .curriculum-modules, .curriculum-container .curriculum-video {
      width: calc(100% / 12 * 6); }
    .curriculum-container .curriculum-video {
      float: right;
      padding-left: 40px; }
    .curriculum-container .curriculum-modules {
      float: left; }
      .curriculum-container .curriculum-modules .module .module-header {
        padding: 32px;
        font-size: 18px; }
      .curriculum-container .curriculum-modules .module .module-content ol {
        padding: 0 32px 56px 56px; }
        .curriculum-container .curriculum-modules .module .module-content ol li {
          float: left;
          width: 100%;
          margin-bottom: 16px;
          list-style: list-counter;
          color: white; }
          .curriculum-container .curriculum-modules .module .module-content ol li:last-child {
            margin-bottom: 40px; } }
@media (min-width: 1367px) and (max-width: 1919px) {
  .heading {
    width: calc(100% / 12 * 8);
    margin-left: calc(100% / 12 * 2); }

  .curriculum-container {
    margin: 40px 0;
    float: left;
    width: 100%; }
    .curriculum-container .curriculum-modules, .curriculum-container .curriculum-video {
      width: calc(100% / 12 * 6); }
    .curriculum-container .curriculum-video {
      float: right;
      padding-left: 40px; }
    .curriculum-container .curriculum-modules {
      float: left; }
      .curriculum-container .curriculum-modules .module .module-header {
        padding: 32px;
        font-size: 18px; }
      .curriculum-container .curriculum-modules .module .module-content ol {
        padding: 0 32px 56px 56px; }
        .curriculum-container .curriculum-modules .module .module-content ol li {
          float: left;
          width: 100%;
          margin-bottom: 16px;
          list-style: list-counter;
          color: white; }
          .curriculum-container .curriculum-modules .module .module-content ol li:last-child {
            margin-bottom: 40px; } }
@media (min-width: 1920px) {
  .heading {
    width: calc(100% / 12 * 8);
    margin-left: calc(100% / 12 * 2); }

  .curriculum-container {
    padding: 40px 0;
    float: left;
    width: 100%;
    margin-bottom: 40px; }
    .curriculum-container .curriculum-modules, .curriculum-container .curriculum-video {
      width: calc(100% / 12 * 6); }
    .curriculum-container .curriculum-video {
      float: right; }
    .curriculum-container .curriculum-modules {
      float: left; }
      .curriculum-container .curriculum-modules .module .module-header {
        padding: 32px;
        font-size: 18px; }
      .curriculum-container .curriculum-modules .module .module-content ol {
        padding: 0 32px 56px 56px; }
        .curriculum-container .curriculum-modules .module .module-content ol li {
          float: left;
          width: 100%;
          margin-bottom: 16px;
          list-style: list-counter;
          color: white; }
          .curriculum-container .curriculum-modules .module .module-content ol li:last-child {
            margin-bottom: 40px; } }
.faq-section .heading {
  text-align: center; }
.faq-section .faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 0; }
  .faq-section .faq-item .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: top;
    cursor: pointer;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .faq-section .faq-item .faq-question:hover h4 {
      text-decoration: underline;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .faq-section .faq-item .faq-question .toggle-icon {
      margin-top: 8px;
      padding-left: 24px;
      width: auto;
      height: 28px;
      transition: transform 0.3s ease; }
  .faq-section .faq-item .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-right: 40px; }
    .faq-section .faq-item .faq-answer p {
      margin: 0 0 10px 0; }
@media (max-width: 767px) {
  .faq-section .faq-question h4 {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px; }
  .faq-section .faq-answer p {
    font-size: 14px;
    line-height: 22px; } }
@media (min-width: 768px) {
  .faq-section .faq-question h4 {
    margin-top: 8px;
    font-size: 20px;
    line-height: 28px; }
  .faq-section .faq-answer p {
    font-size: 18px;
    line-height: 28px; } }

.author .info {
  float: left; }
  .author .info p {
    font-size: 20px;
    line-height: 28px; }
  .author .info small {
    text-transform: uppercase;
    display: block;
    font-weight: bold; }
  .author .info ul.clients {
    margin: 16px 0;
    float: left; }
    .author .info ul.clients li {
      float: left;
      margin-right: 4px;
      margin-bottom: 4px; }
      .author .info ul.clients li img {
        border-radius: 16px;
        max-width: 80px; }
.author .profile figcaption {
  display: block;
  margin-top: 12px;
  float: right;
  width: 100%;
  text-align: right; }
  .author .profile figcaption a {
    color: white; }
  .author .profile figcaption a:hover {
    text-transform: underline; }

@media (max-width: 767px) {
  .author {
    margin-bottom: 0; }
    .author .info {
      width: 100%; }
      .author .info p {
        font-size: 14px;
        line-height: 20px; }
      .author .info ul.clients li img {
        border-radius: 2px;
        width: 50px; }
    .author .profile {
      width: 100%;
      margin-bottom: 24px; }
      .author .profile img {
        border-radius: 24px; } }
@media (min-width: 768px) {
  .author {
    margin-bottom: 72px;
    width: 100%;
    float: left; }
    .author .info {
      width: calc(100% / 12 * 8);
      padding-right: 80px; }
      .author .info p {
        font-size: 16px;
        line-height: 24px; }
      .author .info ul.clients li img {
        border-radius: 2px;
        width: 80px; }
    .author .profile {
      float: right;
      width: calc(100% / 12 * 4); }
      .author .profile img {
        border-radius: 24px; } }
.gallery {
  position: relative;
  float: left;
  width: 100%; }

@media (max-width: 767px) {
  .gallery {
    margin-bottom: 120px; }
    .gallery .heading {
      bottom: -88px;
      position: absolute;
      z-index: 5;
      width: calc(100% / 12 * 5); }
      .gallery .heading p {
        font-size: 12px;
        line-height: 20px; } }
@media (min-width: 768px) and (max-width: 1366px) {
  .gallery .heading {
    bottom: 40px;
    margin-left: 80px;
    position: absolute;
    z-index: 5;
    width: calc(100% / 12 * 4); } }
@media (min-width: 1367px) and (max-width: 1919px) {
  .gallery .heading {
    bottom: 56px;
    margin-left: 120px;
    position: absolute;
    z-index: 5;
    width: calc(100% / 12 * 4); } }
@media (min-width: 1920px) {
  .gallery {
    margin-bottom: 40px; }
    .gallery .heading {
      bottom: 56px;
      margin-left: 160px;
      position: absolute;
      z-index: 5;
      width: calc(100% / 12 * 4); } }
@media (max-width: 767px) {
  .image-border {
    border-radius: 24px; } }

.image-border, .video-container {
  overflow: hidden; }
  @media (min-width: 768px) and (max-width: 1366px) {
    .image-border, .video-container {
      border-radius: 32px; } }
  @media (min-width: 1367px) and (max-width: 1919px) {
    .image-border, .video-container {
      border-radius: 32px; } }
  @media (min-width: 1920px) {
    .image-border, .video-container {
      border-radius: 32px; } }

body.midjourney {
  background-color: #1B072E;
  color: white; }
  body.midjourney p, body.midjourney li {
    color: rgba(255, 255, 255, 0.8); }
    body.midjourney p strong, body.midjourney li strong {
      color: white; }
  body.midjourney h1 strong, body.midjourney .row p a, body.midjourney .row-middle p a, body.midjourney .hero h2, body.midjourney blockquote h6 {
    color: #feb47b; }
  body.midjourney header a {
    color: white; }
  body.midjourney h2, body.midjourney .section-title h6, body.midjourney .pricing-box h6, body.midjourney .cta h3 {
    background: linear-gradient(135deg, #ff7e5f, #FFBF02);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  body.midjourney header svg path, body.midjourney footer.footer, body.midjourney ul li path, body.midjourney footer.footer, body.midjourney ul li svg {
    fill: white; }
  body.midjourney ul.bullets li::before {
    color: #feb47b; }
  body.midjourney header.header ul li:hover, body.midjourney header.header ul li.current, body.midjourney footer.footer ul li:hover, body.midjourney footer.footer ul li.current {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    body.midjourney header.header ul li:hover a, body.midjourney header.header ul li.current a, body.midjourney footer.footer ul li:hover a, body.midjourney footer.footer ul li.current a {
      color: #FFBF02;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }

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