* {
  outline: none !important; }
  *:focus {
    outline: 0 !important;
    box-shadow: none !important; }

html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  color: #ffffff;
  background: #141517;
  font-size: 16px;
  position: relative;
  font-family: "Funnel Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 160%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 1200px) {
    body {
      font-size: 18px; } }
  body.active-menu {
    overflow: hidden; }
  body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/lines.svg) no-repeat center top;
    background-size: 100%;
    pointer-events: none;
    z-index: -1; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Funnel Display", sans-serif;
  font-weight: 800;
  padding: 0;
  margin: 0; }

h1, .h1 {
  color: #ffffff;
  font-size: 36px; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 46px; } }

h2, .h2 {
  color: #ffffff;
  font-size: 28px; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 35px; } }

img {
  max-width: 100%;
  height: auto !important; }

a {
  color: #50D4FF;
  text-decoration: none; }
  @media (min-width: 992px) {
    a {
      -webkit-transition: 150ms ease-in-out;
      -moz-transition: 150ms ease-in-out;
      -o-transition: 150ms ease-in-out;
      transition: 150ms ease-in-out; }
      a:hover {
        color: #ffffff;
        text-decoration: none; } }
  a.btn {
    color: #006198 !important;
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    font-weight: 700;
    line-height: 100%;
    border: none;
    border-radius: 10px;
    background: #ffffff;
    z-index: 1;
    font-size: 17px; }
    @media (min-width: 992px) {
      a.btn:hover {
        background: #006198;
        color: #ffffff !important; } }
    a.btn.btn-bigger {
      font-size: 18px;
      padding: 20px 30px; }
      @media (min-width: 992px) {
        a.btn.btn-bigger {
          font-size: 20px;
          padding: 20px 40px; } }
    a.btn.btn-small {
      font-size: 15px;
      padding: 10px 20px; }
    a.btn.btn-ghost {
      color: #ffffff !important;
      background: none;
      border: 1px solid #ffffff; }
      @media (min-width: 992px) {
        a.btn.btn-ghost:hover {
          background: #ffffff;
          color: #006198 !important; } }
    a.btn.btn-sticky {
      position: sticky;
      bottom: 40px;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
      z-index: 100;
      padding: 17px 30px 23px 30px;
      color: #ffffff !important;
      background: #006198;
      width: 300px;
      left: calc(50vw - 150px); }
      a.btn.btn-sticky .icon-hover {
        position: relative;
        top: 5px;
        margin-right: 8px; }
        a.btn.btn-sticky .icon-hover:before {
          width: 22px;
          height: 22px;
          background: #ffffff; }
      @media (min-width: 992px) {
        a.btn.btn-sticky {
          width: 330px;
          padding: 17px 40px 23px 40px;
          left: calc(50vw - 165px); }
          a.btn.btn-sticky:hover {
            color: #006198 !important;
            background: #ffffff; }
            a.btn.btn-sticky:hover .icon-hover:before {
              background: #006198; } }
    a.btn span {
      display: inline-block; }
  a.more {
    font-weight: 600;
    font-size: 16px; }
    a.more .icon-hover {
      position: relative;
      top: 2px; }
      a.more .icon-hover:before {
        width: 23px;
        height: 18px;
        background: #50D4FF;
        -webkit-transition: 150ms ease-in-out;
        -moz-transition: 150ms ease-in-out;
        -o-transition: 150ms ease-in-out;
        transition: 150ms ease-in-out; }
    @media (min-width: 992px) {
      a.more:hover {
        padding-left: 10px; }
        a.more:hover .icon-hover:before {
          background: #ffffff;
          margin-right: 5px; } }
    @media (min-width: 1200px) {
      a.more {
        font-size: 17px; } }

b, strong {
  font-weight: 700; }

ul.menu {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.menu li {
    padding: 0;
    margin: 0;
    list-style: none; }

.messages__wrapper {
  margin-top: 20px; }
  .front .messages__wrapper {
    display: none !important; }
  .messages__wrapper .placeholder {
    cursor: text;
    background-color: unset;
    opacity: 1; }

em.placeholder {
  min-height: 10px;
  vertical-align: unset;
  cursor: default;
  background: none !important;
  opacity: 1;
  font-style: normal; }

/*** Tabs ***/
#block-cr-zalozky {
  padding: 0;
  max-width: 1296px;
  margin: 0 auto; }
  #block-cr-zalozky ul {
    border-bottom: none;
    margin: 15px 2px;
    padding: 0;
    text-align: left; }
    #block-cr-zalozky ul li {
      display: inline-block;
      margin: 0 -2px !important;
      padding: 2px !important; }
      #block-cr-zalozky ul li:before {
        display: none; }
      #block-cr-zalozky ul li a {
        color: #ffffff;
        font-size: 17px;
        background: #12243F;
        border: none;
        padding: 5px 15px;
        display: block;
        text-decoration: none; }
        @media (min-width: 992px) {
          #block-cr-zalozky ul li a:hover {
            background: #ffffff;
            color: #12243F; } }
        #block-cr-zalozky ul li a.is-active {
          background: #ffffff;
          color: #12243F; }

/*** Content ***/
section {
  padding: 60px 0; }

/* Herobox */
#herobox {
  padding: 90px 0 70px 0;
  position: relative; }
  @media (min-width: 992px) {
    #herobox {
      padding: 80px 0; } }
  @media (min-width: 1200px) {
    #herobox {
      height: 100vh;
      min-height: 700px; }
      #herobox .container {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
  #herobox .caption {
    position: relative;
    z-index: 10; }
  #herobox .desc {
    padding: 20px 0; }
    @media (max-width: 767px) {
      #herobox .desc {
        font-size: 15px; } }
  #herobox .hero-stats {
    font-weight: 800;
    font-size: 26px;
    padding: 20px 0;
    color: #50D4FF; }
  @media (max-width: 767px) {
    #herobox .btn {
      display: none; } }
  #herobox .ref-link {
    font-weight: 400;
    color: #50D4FF;
    font-size: 15px; }
  #herobox h1 {
    font-size: 40px; }
    @media (min-width: 768px) {
      #herobox h1 {
        font-size: 60px;
        white-space: nowrap; } }
    @media (min-width: 992px) {
      #herobox h1 {
        font-size: 80px;
        white-space: nowrap; } }
    @media (min-width: 1200px) {
      #herobox h1 {
        font-size: 100px;
        white-space: nowrap; } }
    #herobox h1 span {
      display: block; }
  #herobox .mask {
    -webkit-mask-image: url(../video/video-pattern.svg);
    -webkit-mask-position: left top;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: auto;
    mask-image: url(../video/video-pattern.svg);
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: auto; }
    #herobox .mask .video-wrapper,
    #herobox .mask .image-wrapper {
      position: relative;
      overflow: hidden;
      padding-top: 75%; }
    #herobox .mask video,
    #herobox .mask img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      object-fit: cover;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.not-front #herobox h1 {
  font-size: 32px; }
  @media (min-width: 768px) {
    .not-front #herobox h1 {
      font-size: 40px;
      white-space: nowrap; } }
  @media (min-width: 992px) {
    .not-front #herobox h1 {
      font-size: 60px;
      white-space: nowrap; } }
  @media (min-width: 1200px) {
    .not-front #herobox h1 {
      font-size: 80px;
      white-space: nowrap; } }
  .not-front #herobox h1 span {
    display: block; }

.page-type-page .heading,
.page-type-case-study .heading,
.page-type-formular .heading {
  padding-top: 140px; }

/* Stats */
.stats {
  padding: 50px 30px 30px 30px;
  background: rgba(40, 40, 40, 0.3);
  border-radius: 40px;
  margin: 50px 0;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px); }
  @media (min-width: 992px) {
    .stats {
      padding: 60px; } }
  .stats h3 {
    font-size: 30px;
    line-height: 140%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .stats h3 {
        font-size: 36px; } }
    @media (min-width: 992px) {
      .stats h3 {
        font-size: 48px; } }
    @media (min-width: 1200px) {
      .stats h3 {
        font-size: 60px; } }
    .stats h3 span {
      display: block;
      font-size: 90px; }
      @media (min-width: 768px) {
        .stats h3 span {
          font-size: 106px; } }
      @media (min-width: 992px) {
        .stats h3 span {
          font-size: 115px; } }
      @media (min-width: 1200px) {
        .stats h3 span {
          font-size: 130px; } }
  .stats p {
    padding: 0;
    margin: 0; }

/* Promo */
.promo {
  padding: 30px 0; }
  @media (min-width: 1200px) {
    .promo {
      padding: 60px 0; } }
  .promo .inner {
    padding: 30px;
    background: #ffffff;
    border-radius: 20px;
    color: #000000; }
    @media (min-width: 992px) {
      .promo .inner {
        padding: 45px;
        border-radius: 30px; } }
    @media (min-width: 1200px) {
      .promo .inner {
        padding: 60px;
        border-radius: 40px; } }
    .promo .inner h2 {
      font-size: 30px;
      line-height: 120%;
      margin-bottom: 30px;
      color: #000000; }
      @media (min-width: 768px) {
        .promo .inner h2 {
          font-size: 36px; } }
      @media (min-width: 992px) {
        .promo .inner h2 {
          font-size: 48px; } }
      @media (min-width: 1200px) {
        .promo .inner h2 {
          font-size: 60px; } }
    .promo .inner p {
      padding: 0;
      margin: 0;
      font-size: 16px; }
      @media (min-width: 1200px) {
        .promo .inner p {
          font-size: 18px; } }
    .promo .inner li {
      padding-top: 4px;
      padding-bottom: 4px; }
    .promo .inner a.btn.btn-ghost {
      color: #000000 !important;
      background: none;
      border: 2px solid #000000; }
      @media (min-width: 992px) {
        .promo .inner a.btn.btn-ghost:hover {
          color: #ffffff !important;
          background: #000000; } }

/* Offer */
#offer .price {
  background: url(../images/price.svg) no-repeat center left;
  background-size: 280px; }
  @media (min-width: 992px) {
    #offer .price {
      padding-left: 100px; } }
  @media (min-width: 1200px) {
    #offer .price {
      padding-left: 150px; } }
  #offer .price .inner {
    max-width: 800px; }

.offer-list {
  padding: 30px;
  text-align: center; }
  .offer-list img {
    width: 50px; }
  .offer-list strong.title {
    font-size: 24px;
    padding: 20px 0;
    display: block; }
  .offer-list p {
    background: #ffffff;
    font-size: 16px;
    line-height: 160%;
    padding: 20px;
    border-radius: 16px;
    font-weight: 400;
    color: #000000;
    box-shadow: 0 20px 30px #000000; }
    @media (min-width: 1200px) {
      .offer-list p {
        font-size: 18px;
        padding: 30px 40px; } }

/* Works */
#works {
  position: relative;
  padding: 0 0 60px 0;
  text-align: center; }
  @media (min-width: 992px) {
    #works {
      padding: 60px 0; } }
  @media (min-width: 1450px) {
    #works {
      padding: 80px 50px; } }
  #works h3 {
    text-align: center;
    padding: 0 0 40px 0;
    margin: 0;
    font-size: 32px; }
    @media (min-width: 992px) {
      #works h3 {
        font-size: 36px;
        padding: 0 150px 60px 150px; } }
    @media (min-width: 1200px) {
      #works h3 {
        font-size: 44px; } }
  @media (min-width: 1200px) {
    #works .col-md-6.cs-item {
      width: 25%; } }

/* Services */
#about-service .content-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0 0 0;
  counter-reset: css-counters 0; }
#about-service .service-info {
  padding: 0 0 50px 60px;
  counter-increment: css-counter 1;
  position: relative; }
  #about-service .service-info:before {
    content: counter(css-counter);
    display: block;
    background: linear-gradient(162.02deg, #63D0FF 4.51%, #006198 87.96%);
    border-radius: 6px;
    line-height: 36px;
    width: 36px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -3px; }
  #about-service .service-info:after {
    content: "";
    display: block;
    position: absolute;
    top: 39px;
    width: 2px;
    background: #ffffff;
    height: calc(100% - 48px);
    left: 17px;
    border-radius: 1px; }
  #about-service .service-info:last-of-type:after {
    display: none; }
  #about-service .service-info h3 {
    font-size: 24px; }
  #about-service .service-info .desc {
    padding: 20px;
    font-size: 16px;
    line-height: 160%;
    background: #ffffff;
    border-radius: 16px;
    color: #000000;
    margin: 30px 0 20px 0; }
    @media (min-width: 1200px) {
      #about-service .service-info .desc {
        padding: 30px 40px;
        font-size: 18px; } }
    #about-service .service-info .desc p, #about-service .service-info .desc ul {
      margin-bottom: 15px; }
  #about-service .service-info .icon {
    position: absolute;
    top: 50%;
    left: -150px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    #about-service .service-info .icon img {
      width: 150px; }
    @media (max-width: 991px) {
      #about-service .service-info .icon {
        display: none; } }
  #about-service .service-info:nth-of-type(2n) .icon {
    left: auto;
    right: -160px; }

#cta-question {
  max-width: 600px;
  margin: 0 auto; }
  #cta-question h2 {
    padding-bottom: 30px; }
  #cta-question .cta-main-info {
    font-weight: 800;
    font-size: 20px;
    color: #50D4FF;
    padding-top: 20px; }

/*** Slick ***/
.slick-dots {
  padding: 10px 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    padding: 5px;
    margin: 0;
    line-height: 10px; }
    .slick-dots li button {
      padding: 0;
      margin: 0;
      text-indent: -999em;
      border: none;
      height: 10px;
      width: 10px;
      background: #B8B8B8;
      border-radius: 50%;
      line-height: 100%;
      cursor: pointer;
      -webkit-transition: 150ms ease-in-out;
      -moz-transition: 150ms ease-in-out;
      -o-transition: 150ms ease-in-out;
      transition: 150ms ease-in-out; }
    .slick-dots li.slick-active button {
      background: #50D4FF; }

.slick-arrow {
  z-index: 100;
  position: absolute;
  top: 50%;
  left: -40px;
  background: none;
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #50D4FF;
  border-right: 0;
  border-top: 0;
  padding: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -13px; }
  .slick-arrow.slick-next {
    right: -40px;
    left: auto;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.pulse-blue {
  box-shadow: 0 0 0 0 #50d4ff;
  animation: pulse-blue 2s infinite; }

@keyframes pulse-blue {
  0% {
    box-shadow: 0 0 0 0 rgba(80, 212, 255, 0.7); }
  70% {
    box-shadow: 0 0 0 10px rgba(80, 212, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(80, 212, 255, 0); } }
.cs-detail {
  max-width: 800px;
  margin: 0 auto; }
  .cs-detail #main-cs-image {
    margin: 0;
    padding: 0 0 30px 0; }
    .cs-detail #main-cs-image img {
      width: 100%;
      border-radius: 20px; }
  .cs-detail .cs-desc h2 {
    font-size: 24px;
    padding: 15px 20px 30px 20px;
    margin: 0; }
    @media (min-width: 992px) {
      .cs-detail .cs-desc h2 {
        font-size: 28px; } }
  .cs-detail .cs-desc p {
    background: #ffffff;
    font-size: 16px;
    line-height: 160%;
    padding: 20px;
    border-radius: 16px;
    font-weight: 400;
    color: #000000;
    box-shadow: 0 20px 30px #000000;
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .cs-detail .cs-desc p {
        font-size: 18px;
        padding: 30px 40px; } }
  .cs-detail .btn-wrapper {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 20px; }
    .cs-detail .btn-wrapper a {
      color: #50D4FF !important;
      position: relative;
      display: inline-block;
      padding: 15px 20px;
      font-weight: 700;
      line-height: 100%;
      border: none;
      border-radius: 10px;
      background: #12243F;
      z-index: 1;
      font-size: 17px; }
      @media (min-width: 992px) {
        .cs-detail .btn-wrapper a:hover {
          background: #006198;
          color: #ffffff !important; } }
  .cs-detail .cs-services {
    padding: 10px;
    background: rgba(40, 40, 40, 0.3);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: 16px;
    font-size: 15px;
    text-align: center; }
    .cs-detail .cs-services a {
      display: inline-block;
      padding: 5px 15px; }

.cs-item {
  padding-bottom: 24px; }
  .cs-item .inner {
    display: block;
    height: 100%;
    background: #ffffff;
    border-radius: 20px; }
  .cs-item figure {
    margin: 0;
    border-radius: 20px 20px 0 0;
    overflow: hidden; }
    .cs-item figure img {
      width: 100%; }
  .cs-item .caption {
    border-radius: 0 0 20px 20px;
    padding: 35px 25px;
    color: #000000;
    line-height: 140%; }
  .cs-item strong.title {
    display: block;
    padding-bottom: 10px;
    font-size: 24px; }
  .cs-item p {
    margin: 0;
    font-size: 14px;
    line-height: 140%; }

.gallery img {
  border-radius: 16px; }

.page-type-formular #content .container {
  max-width: 600px; }
.page-type-formular #content p {
  background: #ffffff;
  font-size: 16px;
  line-height: 160%;
  padding: 20px;
  border-radius: 16px;
  font-weight: 400;
  color: #000000;
  box-shadow: 0 20px 30px #000000;
  margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .page-type-formular #content p {
      font-size: 18px;
      padding: 30px 40px; } }
  .page-type-formular #content p a {
    color: #006198 !important; }
    @media (min-width: 992px) {
      .page-type-formular #content p a:hover {
        color: #12243F !important; } }

#map {
  padding-bottom: 80px; }
  #map iframe {
    border: none;
    border-radius: 20px;
    display: block;
    width: 100%;
    height: 440px; }

.modal-content {
  background: #141517;
  border-radius: 0; }
  .modal-content .modal-header {
    border-bottom: none; }
  .modal-content .btn-close {
    filter: invert(1); }

.modal-open .modal-backdrop {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1 !important; }

.icon-hover {
  display: inline-block;
  position: relative; }
  .icon-hover:before {
    background: #000000;
    display: inline-block;
    content: "";
    -webkit-transition: 150ms ease-in-out;
    -moz-transition: 150ms ease-in-out;
    -o-transition: 150ms ease-in-out;
    transition: 150ms ease-in-out;
    mask-size: 100%;
    -webkit-mask-size: 100%;
    width: 26px;
    height: 26px; }
  .icon-hover.ico-send:before {
    -webkit-mask-image: url(../images/ico-send.svg);
    mask-image: url(../images/ico-send.svg); }
  .icon-hover.ico-arrow:before {
    -webkit-mask-image: url(../images/ico-arrow.svg);
    mask-image: url(../images/ico-arrow.svg); }
  @media (min-width: 992px) {
    .icon-hover:hover:before {
      background: #006198; } }

header#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 15px 0;
  mix-blend-mode: exclusion; }
  @media (max-width: 991px) {
    header#header {
      background: rgba(20, 21, 23, 0.95);
      backdrop-filter: blur(3px);
      -webkit-backdrop-filter: blur(3px); } }
  header#header .container {
    max-width: 1500px; }
  header#header #logo img {
    width: 100px; }
    @media (min-width: 768px) {
      header#header #logo img {
        width: 160px; } }

#open-menu {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-left: 20px; }
  #open-menu img {
    width: 30px !important; }

#close-menu,
#close-form {
  display: block;
  position: absolute;
  top: 15px;
  right: 20px; }
  #close-menu img,
  #close-form img {
    width: 36px; }

#header-cta .btn {
  position: relative;
  top: 3px; }

#mainmenu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  padding: 50px 20px 0 20px;
  overflow: auto;
  display: none;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px); }
  #mainmenu .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%; }
  #mainmenu .menu {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
    width: 100%;
    padding-bottom: 40px; }
    #mainmenu .menu .small {
      font-size: 20px; }
    #mainmenu .menu li {
      padding: 20px 0; }
      #mainmenu .menu li.menu-item--active-trail a {
        color: #50D4FF; }
      #mainmenu .menu li.small-li {
        padding: 20px 0 0 0;
        line-height: 105%; }
        #mainmenu .menu li.small-li ~ .small-li {
          padding-top: 10px; }
    #mainmenu .menu a {
      color: #ffffff; }
      @media (min-width: 992px) {
        #mainmenu .menu a:hover {
          color: #50D4FF; } }

#cta {
  text-align: center; }
  #cta .title {
    display: block;
    padding-bottom: 40px;
    font-size: 30px; }
    @media (min-width: 768px) {
      #cta .title {
        font-size: 36px; } }
    @media (min-width: 992px) {
      #cta .title {
        font-size: 42px; } }
  #cta .btn {
    position: relative; }
    #cta .btn span {
      line-height: 26px; }
    #cta .btn .icon-hover:before {
      position: relative;
      top: 5px;
      margin-right: 10px;
      background: #006198; }
    @media (min-width: 992px) {
      #cta .btn:hover .icon-hover:before {
        background: #ffffff; } }

footer#footer {
  padding: 70px 0 20px 0;
  font-size: 10px;
  text-transform: none;
  letter-spacing: 0.2em; }
  @media (min-width: 768px) {
    footer#footer {
      font-size: 14px; } }
  footer#footer a {
    color: #ffffff !important; }
  footer#footer img {
    width: 80px; }

/*** Admin bar ***/
footer.admin {
  margin-bottom: 40px; }

.admin-bar {
  margin-bottom: 0;
  border-bottom: none;
  background: #000000;
  padding-top: 10px;
  z-index: 20000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }
  .admin-bar a {
    border: none;
    text-decoration: none; }
  .admin-bar .collapse {
    display: block !important; }
  .admin-bar .menu {
    border: none;
    font-size: 18px;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%; }
    .admin-bar .menu li {
      display: inline-block;
      margin: 0 10px; }
      .admin-bar .menu li a {
        color: #ffffff;
        font-weight: 400; }

form .form-item {
  padding-bottom: 20px;
  margin: 0; }
form .form-actions {
  margin: 0; }
form .form-required:after {
  background: none;
  content: "*";
  font-size: 11px;
  opacity: .6;
  margin: 0; }
form label {
  display: block;
  margin: 0;
  position: relative; }
form select, form input, form textarea {
  height: 44px;
  border: none;
  outline: none;
  padding: 10px 15px; }
form input.form-text, form input.form-email, form input.form-tel {
  width: 100%;
  display: block;
  -webkit-appearance: none;
  border-radius: 10px;
  color: #000000;
  font-size: 16px; }
form input.button, form input.form-submit {
  color: #ffffff;
  border: none;
  text-decoration: none;
  text-align: center;
  min-width: 140px;
  line-height: 20px;
  display: inline-block;
  font-weight: 700;
  background: #006198;
  border-radius: 10px;
  -webkit-transition: 150ms ease-in-out;
  -moz-transition: 150ms ease-in-out;
  -o-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out; }
  @media (min-width: 992px) {
    form input.button:hover, form input.form-submit:hover {
      background: #000000; } }
form textarea {
  width: 100%;
  height: 100px;
  border-radius: 10px; }
form select {
  border-radius: 10px !important;
  border: 1px solid #B8B8B8 !important; }
form input[type=number] {
  -moz-appearance: textfield;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  border-radius: 10px; }
form input[type=number]::-webkit-outer-spin-button,
form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
form .js-form-type-number {
  position: relative;
  display: inline-block;
  padding-bottom: 0 !important; }
  form .js-form-type-number .qty-button {
    position: absolute;
    color: #12243F;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    line-height: 100%;
    font-weight: 500 !important; }
    @media (min-width: 992px) {
      form .js-form-type-number .qty-button:hover {
        color: #50D4FF; } }
    form .js-form-type-number .qty-button.plus {
      right: 5px; }
    form .js-form-type-number .qty-button.minus {
      left: 5px; }

.form-item-referer {
  display: none; }

input[type=checkbox],
input[type=radio] {
  height: auto; }

.confirm-parent, .password-parent {
  overflow: unset; }

.password-suggestions {
  font-size: 12px;
  line-height: 130%;
  padding: 20px;
  margin: 0;
  border-radius: 10px; }

#ctaform {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  padding: 50px 20px 0 20px;
  overflow: auto;
  display: none;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px); }
  #ctaform .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%; }
  #ctaform .content-wrapper {
    line-height: 140%;
    width: 100%;
    padding-bottom: 40px;
    max-width: 640px;
    margin: 0 auto; }
  #ctaform a {
    font-weight: 700; }

.form-item-gdpr {
  position: relative;
  padding-left: 24px;
  line-height: 140%; }
  .form-item-gdpr input {
    position: absolute;
    left: 0;
    top: 5px; }

form .form-required::after {
  padding-left: 3px;
  position: relative;
  top: -7px; }

#services .intro {
  padding-bottom: 60px; }
  @media (min-width: 1450px) {
    #services .intro {
      margin-left: -50px; } }
  @media (min-width: 1600px) {
    #services .intro {
      margin-left: -100px; } }
#services .service-list img {
  width: 50px; }
#services .service-list h3 {
  font-size: 24px;
  padding: 20px 0; }
  @media (min-width: 1200px) {
    #services .service-list h3 {
      font-size: 30px; } }
  #services .service-list h3 a {
    color: #ffffff; }
    #services .service-list h3 a:hover {
      color: #50D4FF; }
#services .service-list p {
  background: #ffffff;
  font-size: 16px;
  line-height: 160%;
  padding: 20px;
  border-radius: 16px;
  font-weight: 400;
  color: #000000;
  box-shadow: 0 20px 30px #000000; }
  @media (min-width: 1200px) {
    #services .service-list p {
      font-size: 18px;
      padding: 30px 40px; } }

#about h2 {
  text-align: center;
  font-size: 40px; }
  @media (min-width: 768px) {
    #about h2 {
      font-size: 50px;
      white-space: nowrap; } }
  @media (min-width: 992px) {
    #about h2 {
      font-size: 60px;
      white-space: nowrap; } }
  @media (min-width: 1200px) {
    #about h2 {
      font-size: 72px; } }
  #about h2 span {
    display: block;
    font-size: 1.25em;
    color: #50D4FF; }

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