@charset "UTF-8";
* {
  box-sizing: border-box; }

html.k-webkit.k-webkit78 {
  margin-top: 0 !important; }

* html, body {
  margin: 0;
  margin-top: 0 !important;
  overflow-x: hidden; }

body.home #header {
  height: 125px; }

body #header {
  height: 70px; }
body .sub_header {
  height: 270px;
  position: relative;
  clip-path: polygon(0% 0%, 0% 75%, 50% 100%, 100% 75%, 100% 0%);
  background-image: url(../img/breadcrumbs.jpg);
  margin-top: 70px; }
  body .sub_header h2 {
    margin: 0;
    position: relative;
    top: 43%;
    transform: translateY(-57%);
    text-align: center; }
  body .sub_header .__breadcrumb {
    margin: 0;
    position: relative;
    top: 36%;
    transform: translateY(-64%);
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500; }
body .__content {
  padding: 56px 90px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto; }
  body .__content.__full_width {
    max-width: 100%;
    padding: 56px 45px; }

body {
  font-family: 'Poppins', sans-serif; }

h1, h2, h3 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 44px;
  color: #1f2732;
  line-height: 1.5em; }

.__content {
  font-size: 16px;
  line-height: 30px;
  color: #7f7f7f;
  font-weight: 300; }
  .__content h1 {
    font-size: 52px;
    margin: 0;
    margin-bottom: 1em;
    width: 100%;
    max-width: 1000px; }
  .__content p {
    margin-bottom: 1.5em;
    font-weight: 300; }

a {
  text-decoration: none;
  color: #00c70d; }

.content-area {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

.__separator {
  height: 24px;
  clear: both;
  width: 100%; }

.__fullwidth {
  width: 100vw;
  margin-left: calc((100vw - 1120px) / -2);
  margin-right: calc((100vw - 1120px) / -2);
  padding: 0 0; }

.__darkgray {
  background-color: #1f2732; }

/**
WP classes
 */
.wp-block-image.aligncenter, .aligncenter {
  display: block !important; }

figure img {
  margin: 0 auto; }

#header {
  background-color: #191f28;
  position: fixed;
  top: 0;
  left: 0;
  margin-bottom: 125px;
  width: 100vw;
  z-index: 100;
  transition: all .4s; }
  #header h1 {
    display: none; }
  #header .content-area {
    position: relative;
    top: 30%;
    transform: translateY(-70%);
    max-width: 90vw; }
  #header .__logo {
    position: absolute;
    left: 0;
    width: 220px;
    bottom: -35px; }
    #header .__logo img {
      float: left;
      margin-right: 8px; }
    #header .__logo .__logo_name {
      font-size: 30px;
      font-weight: 200;
      line-height: 44px;
      color: #fff; }

.footer {
  width: 100vw; }
  .footer .footer_top {
    height: 300px;
    background-color: #191f28;
    clip-path: polygon(50% 16%, 100% 0%, 100% 100%, 0% 100%, 0% 1%);
    padding: 120px 0;
    font-size: 44px;
    color: #fff;
    font-weight: 200;
    text-align: center; }
    .footer .footer_top .social-container {
      margin-top: -16px; }
      .footer .footer_top .social-container ul, .footer .footer_top .social-container li {
        list-style-type: none;
        list-style-image: none;
        margin: 0;
        padding: 0; }
      .footer .footer_top .social-container ul {
        text-align: center; }
        .footer .footer_top .social-container ul li {
          display: inline-block;
          margin: 0 0px; }
      .footer .footer_top .social-container .fa {
        font-size: 24px;
        color: #fff; }
        .footer .footer_top .social-container .fa:hover {
          color: #00c70d;
          transition: all .4s; }
  .footer .footer_bottom {
    height: 105px;
    background: #00c70d;
    padding: 24px 0;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
    .footer .footer_bottom a {
      color: #fff; }

.btn,
button,
input[type="submit"] {
  color: #fff;
  border: solid #00c70d 3px;
  border-color: #00c70d;
  background-color: #00c70d;
  padding: 20px 30px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 30px;
  margin-bottom: 4px;
  line-height: 1;
  display: inline-block;
  letter-spacing: .2em;
  text-indent: 0.2em;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  transition: all .5s; }
  .btn a,
  button a,
  input[type="submit"] a {
    text-decoration: none;
    color: #fff;
    transition: all .5s; }
    .btn a:hover,
    button a:hover,
    input[type="submit"] a:hover {
      color: #333;
      transition: all .5s; }
  .btn:hover,
  button:hover,
  input[type="submit"]:hover {
    background-color: #fff;
    transition: all .5s;
    color: #333; }
  .btn.btn_big,
  button.btn_big,
  input[type="submit"].btn_big {
    padding: 30px 70px; }

/**
Temporary main-menu implementation
 */
.__main_menu {
  position: absolute;
  right: 0;
  bottom: -50px; }
  .__main_menu ul li {
    list-style-type: none;
    list-style-image: none;
    float: left;
    margin: 24px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600; }
    .__main_menu ul li:after {
      content: "•";
      color: #fff;
      position: relative;
      left: 24px;
      font-weight: 600;
      font-size: 14px; }
    .__main_menu ul li:last-of-type:after {
      content: ""; }
    .__main_menu ul li a {
      color: #fff;
      transition: all .5s; }
      .__main_menu ul li a:hover {
        color: #00c70d;
        transition: all .5s; }

*[class^="fa-"] {
  position: relative; }

table {
  width: 100%;
  margin-bottom: 24px; }
  table caption {
    background: #f0f0f0;
    text-align: left;
    padding-left: 5px;
    margin-bottom: 6px; }
  table tfoot {
    font-style: italic; }
    table tfoot tr td {
      padding-top: 12px; }
  table tr td {
    padding: 6px 10px 6px 0px;
    line-height: 1em; }

table.tpm_overview {
  border-width: 0 !important; }
  table.tpm_overview tr td {
    border-width: 0px;
    border-bottom: 1px solid #ccc;
    border-color: #ccc !important;
    border-right: 1px solid #ccc;
    color: #444;
    text-align: center; }
    table.tpm_overview tr td:last-of-type {
      border-right-width: 0; }
    table.tpm_overview tr td:first-of-type {
      background: #f0f0f0; }

body.home #header {
  background-color: transparent; }
  body.home #header.scrolled {
    background-color: #191f28;
    height: 70px;
    transition: all .4s; }
body.home .sub_header_front {
  width: 100vw;
  height: calc(105vh);
  background: linear-gradient(rgba(26, 40, 45, 0.7), rgba(26, 40, 45, 0.7)), url(../img/img_127.webp);
  background-size: 105%;
  background-repeat: no-repeat;
  clip-path: polygon(0% 0%, 0% 96%, 50% 100%, 100% 96%, 100% 0%);
  padding-top: 70px; }
  body.home .sub_header_front .sub_header_front_content {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    body.home .sub_header_front .sub_header_front_content .company_name {
      opacity: 0;
      line-height: 220px;
      font-weight: 600;
      color: #fff;
      text-transform: uppercase;
      animation-delay: .6s;
      animation-duration: 1.2s;
      animation-name: fadeout;
      animation-iteration-count: 1;
      animation-direction: alternate;
      animation-fill-mode: forwards; }
      body.home .sub_header_front .sub_header_front_content .company_name span {
        font-size: 70px;
        display: block;
        margin-bottom: -70px;
        text-transform: none;
        text-transform: uppercase; }
@keyframes fadeout {
  from {
    opacity: 0;
    font-size: 240px; }
  to {
    opacity: 1;
    font-size: 200px; } }
    body.home .sub_header_front .sub_header_front_content .tag_line {
      font-size: 52px;
      line-height: 44px;
      color: #fff;
      font-weight: 200; }
    body.home .sub_header_front .sub_header_front_content .btn {
      margin-top: 70px; }
body.home .__content h2, body.home .__content h3, body.home .__content h4 {
  text-align: center; }
body.home .__content h2 {
  font-size: 48px;
  line-height: 1.2em;
  max-width: 60%;
  margin: 24px auto; }
body.home .__content h3 {
  font-size: 36px;
  line-height: 1.1em; }
body.home .__content p {
  margin: 24px auto;
  line-height: 1.6em; }
  body.home .__content p.front_small_width {
    max-width: 60%; }
body.home .__content .__stappen {
  padding: 120px 0 60px 0;
  margin-top: -10px; }
  body.home .__content .__stappen .wp-block-columns {
    width: 1100px;
    margin: 0 auto;
    display: block;
    overflow: hidden; }
    body.home .__content .__stappen .wp-block-columns .wp-block-column {
      width: 400px;
      height: 290px;
      overflow: hidden;
      float: left;
      position: relative; }
      body.home .__content .__stappen .wp-block-columns .wp-block-column.__column_1 {
        text-align: right;
        width: 446px; }
        body.home .__content .__stappen .wp-block-columns .wp-block-column.__column_1 h2 {
          font-size: 48px;
          color: #fff;
          padding-top: 75px;
          position: absolute;
          top: 20px;
          right: 40px;
          z-index: 100; }
        body.home .__content .__stappen .wp-block-columns .wp-block-column.__column_1 p {
          color: #fff;
          position: absolute;
          top: 60px;
          margin-left: 40px;
          text-align: right;
          color: #fff;
          position: absolute;
          top: 60px;
          /* left: 0; */
          /* margin-left: 40px; */
          text-align: right;
          right: 40px; }
      body.home .__content .__stappen .wp-block-columns .wp-block-column.__column_2 {
        text-align: center;
        width: 220px; }
      body.home .__content .__stappen .wp-block-columns .wp-block-column.__column_3 {
        text-align: left;
        padding-top: 60px; }
        body.home .__content .__stappen .wp-block-columns .wp-block-column.__column_3 h2 {
          font-size: 48px;
          color: #fff;
          padding-top: 75px;
          position: absolute;
          top: 20px;
          left: 40px;
          z-index: 100; }
        body.home .__content .__stappen .wp-block-columns .wp-block-column.__column_3 p {
          text-align: left;
          margin-left: 40px;
          color: #fff; }
      body.home .__content .__stappen .wp-block-columns .wp-block-column.__stap_1_column_1 {
        position: relative; }
        body.home .__content .__stappen .wp-block-columns .wp-block-column.__stap_1_column_1 h2:before {
          content: "01";
          color: #00c70d;
          font-size: 200px;
          position: absolute;
          top: 80px;
          left: -120px;
          z-index: -1;
          font-weight: 600; }
      body.home .__content .__stappen .wp-block-columns .wp-block-column.__stap_2_column_3 {
        position: relative; }
        body.home .__content .__stappen .wp-block-columns .wp-block-column.__stap_2_column_3 h2 {
          width: 420px; }
          body.home .__content .__stappen .wp-block-columns .wp-block-column.__stap_2_column_3 h2:before {
            content: "02";
            color: #ff497c;
            font-size: 200px;
            position: absolute;
            top: 80px;
            left: 100px;
            z-index: -1;
            font-weight: 600;
            width: 400px; }
      body.home .__content .__stappen .wp-block-columns .wp-block-column.__stap_3_column_1 {
        position: relative; }
        body.home .__content .__stappen .wp-block-columns .wp-block-column.__stap_3_column_1 h2:before {
          content: "03";
          color: #00bea3;
          font-size: 200px;
          position: absolute;
          top: 80px;
          left: -120px;
          z-index: -1;
          font-weight: 600; }
      body.home .__content .__stappen .wp-block-columns .wp-block-column.__stap_4_column_3 {
        position: relative; }
        body.home .__content .__stappen .wp-block-columns .wp-block-column.__stap_4_column_3 h2 {
          width: 420px; }
          body.home .__content .__stappen .wp-block-columns .wp-block-column.__stap_4_column_3 h2:before {
            content: "04";
            color: #f1894c;
            font-size: 200px;
            position: absolute;
            top: 80px;
            left: 100px;
            z-index: -1;
            font-weight: 600;
            width: 400px; }
      body.home .__content .__stappen .wp-block-columns .wp-block-column figure {
        margin: 32px 0; }
        body.home .__content .__stappen .wp-block-columns .wp-block-column figure img {
          width: 240px;
          border: 10px solid rgba(255, 255, 255, 0.1);
          border-radius: 50%; }
body.home .__content .__blogs {
  padding: 120px 0 40px 0;
  margin-top: 200px;
  margin-bottom: 40px; }
  body.home .__content .__blogs .wp-block-columns {
    width: 1400px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    margin-top: -300px;
    margin-bottom: 40px; }
    body.home .__content .__blogs .wp-block-columns .wp-block-column {
      width: 24%;
      margin: 0 .5%;
      height: 290px;
      overflow: hidden;
      float: left;
      position: relative;
      text-align: center;
      color: #fff;
      background: #777; }
  body.home .__content .__blogs h2 {
    color: #fff; }
body.home .__content .__stappen_cta {
  position: relative;
  top: -40px;
  margin-bottom: -20px; }
body.home .__content .__front_blog_cta {
  position: relative;
  top: -90px; }
body.home .__content .wp-block-image.__7864 {
  margin-top: -80px; }
body.home .__content .__front_cta_block {
  min-height: 500px;
  width: 100vw;
  position: relative;
  -webkit-clip-path: polygon(50% 0%, 100% 10%, 100% 100%, 0 100%, 0 10%);
  clip-path: polygon(50% 0%, 100% 10%, 100% 100%, 0 100%, 0 10%);
  background-image: url(../img/breadcrumbs.jpg);
  margin-bottom: -120px;
  padding: 100px 0 60px 0; }
body.home .__content .__letstalk {
  font-size: 60px;
  padding-bottom: 120px;
  margin: 0 auto;
  width: 1120px; }
  body.home .__content .__letstalk div.item {
    background: #eee;
    border-radius: 50%;
    padding: 40px;
    width: calc((1120px / 3) / 6);
    height: calc((1120px / 3) / 6);
    box-sizing: content-box;
    position: relative;
    float: left;
    margin-left: 110px;
    margin-right: 110px;
    transition: all .4s; }
    body.home .__content .__letstalk div.item:hover {
      transform: scale(1.1);
      transition: all .4s; }
    body.home .__content .__letstalk div.item:nth-of-type(1) {
      color: #ff497c; }
    body.home .__content .__letstalk div.item:nth-of-type(2) {
      color: #00bea3; }
    body.home .__content .__letstalk div.item:nth-of-type(3) {
      color: #f1894c; }
    body.home .__content .__letstalk div.item li {
      border-radius: 50%;
      padding: 10px; }
      body.home .__content .__letstalk div.item li:before {
        top: 50% !important;
        position: absolute !important;
        display: block; }
    body.home .__content .__letstalk div.item h3 {
      font-size: 24px;
      line-height: 36px;
      margin-top: 52px;
      margin-left: -84px;
      margin-right: -84px;
      font-weight: 400; }
    body.home .__content .__letstalk div.item .__item_content {
      padding: 0;
      margin: 0 auto;
      text-align: center;
      font-size: 16px;
      color: #333;
      margin: 0 -90px; }
body.home .btn_wrapper {
  text-align: center; }

body.home .__content .__stappen .wp-block-columns .wp-block-column.__stap_4_column_3 h2:before,
body.home .__content .__stappen .wp-block-columns .wp-block-column.__stap_3_column_3 h2:before,
body.home .__content .__stappen .wp-block-columns .wp-block-column.__stap_2_column_3 h2:before,
body.home .__content .__stappen .wp-block-columns .wp-block-column.__stap_1_column_3 h2:before {
  text-align: left !important; }

/*# sourceMappingURL=common.css.map */
