/* compiled by scssphp 1.6.0 on Fri, 12 Jul 2024 08:02:53 +0000 (0.3088s) */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap');
@font-face {
  font-family: "Tungsten";
  src: url("./fonts/TungstenNarrow-Medium.woff") format("woff");
}
@font-face {
  font-family: "nova";
  src: url("./fonts/proxima_nova.woff") format("woff");
}
@font-face {
  font-family: "Tungsten";
  src: url("./fonts/TungstenNarrow-Medium.woff") format("woff");
}
@font-face {
  font-family: "nova";
  src: url("./fonts/proxima_nova.woff") format("woff");
}
/* AREA: header */
html body#root.scrolled #header {
  background-color: #000;
  padding: 0;
}
html body#root.scrolled #header .responsive {
  top: 70px;
}
html body#root .top-bar {
  background-color: #000;
  border-bottom: 1px solid #272727;
  padding: 2px 0;
}
html body#root .top-bar .container {
  margin: auto;
  max-width: 1700px;
  width: 100%;
}
html body#root .top-bar .container .wrapper {
  display: flex;
  justify-content: flex-end;
}
html body#root .top-bar .container .wrapper a.mail {
  margin-right: 15px;
}
html body#root .top-bar .container .wrapper a {
  font-size: 13px;
  line-height: 30px;
  color: white;
}
html body#root .top-bar .container .column {
  margin-bottom: 0;
}
html body#root #header {
  height: auto;
  width: 100%;
  z-index: 999;
  background-color: #000;
  position: sticky;
  top: 0;
  padding: 5px 0;
  transition: all 0.3s ease;
}
html body#root #header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1700px;
  width: 100%;
}
html body#root #header .container .column {
  margin-bottom: 0;
}
html body#root #header .hamburger-lines {
  height: 26px;
  width: 32px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
html body#root #header .hamburger-lines:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
html body#root #header .hamburger-lines .line {
  display: block;
  height: 3px;
  width: 100%;
  background: #fff;
}
html body#root #header .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}
html body#root #header .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}
html body#root #header .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}
html body#root #header .hamburger-lines.active .line1 {
  transform: rotate(45deg);
}
html body#root #header .hamburger-lines.active .line2 {
  transform: scaleY(0);
}
html body#root #header .hamburger-lines.active .line3 {
  transform: rotate(-45deg);
}
html body#root #header .responsive {
  position: fixed;
  right: -100%;
  top: 110px;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  background-color: #000;
}
html body#root #header .responsive.inactive {
  display: none;
}
html body#root #header .responsive.active {
  display: block;
  right: 0;
}
html body#root #header .responsive .menu {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
html body#root #header .menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
html body#root #header .menu-container ul li {
  display: inline-block;
  position: relative;
}
html body#root #header .menu-container ul li a {
  display: block;
  padding: 15px 15px;
  text-decoration: none;
  font-size: 15px;
  color: white;
}
html body#root #header .menu-container ul li a:hover {
  opacity: 0.8;
}
html body#root #header .menu-container ul li.cta {
  margin-left: 20px;
}
html body#root #header .menu-container ul li.cta a {
  color: #fff;
  background: #000000;
  padding: 10px 30px;
  border-radius: 5px;
}
html body#root #header .menu-container ul li.cta a:hover {
  background: #034b57;
}
html body#root #header .menu-container ul li.current_page_item a {
  opacity: 0.8;
}
html body#root #header .menu-container ul li.button.colored {
  margin-left: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root #header .menu-container ul li.button.colored {
    margin-left: 0;
  }
}
html body#root #header .menu-container ul li.button.colored a {
  padding: 8px 22px;
  text-decoration: none;
  font-size: 15px;
  line-height: 25px;
  background: #046879;
  color: #fff;
  border: 2px solid #046879;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root #header .menu-container ul li.button.colored a {
    display: inline-block;
  }
}
html body#root #header .menu-container ul li.button.colored a:hover {
  background: #034b57;
}
@font-face {
  font-family: "Tungsten";
  src: url("./fonts/TungstenNarrow-Medium.woff") format("woff");
}
@font-face {
  font-family: "nova";
  src: url("./fonts/proxima_nova.woff") format("woff");
}
#root.call_to_action_active #footer {
  padding-top: 100px;
}
#root #footer {
  background-color: #000;
}
#root #footer .container {
  padding: 50px 0;
  max-width: 1300px;
  margin: auto;
  align-items: center;
}
@media only screen and (max-width: 59.9375rem) {
  #root #footer .container {
    justify-content: center;
  }
}
@media only screen and (max-width: 59.9375rem) {
  #root #footer .logo-container {
    padding: 10px;
  }
}
#root #footer .logo-container a {
  width: 200px;
  height: 70px;
  margin-left: auto;
}
@media only screen and (max-width: 59.9375rem) {
  #root #footer .logo-container a {
    margin: 20px auto;
    background-position: center;
  }
}
#root #footer .menu {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 59.9375rem) {
  #root #footer .menu {
    flex-wrap: wrap;
  }
}
#root #footer .menu li a {
  text-decoration: none;
  font-weight: 500;
  color: white;
  opacity: 0.6;
  padding: 10px;
}
#root #footer .menu li a:hover {
  color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 59.9375rem) {
  #root #footer .social-media {
    margin: 20px auto;
    justify-content: center;
    display: flex;
  }
}
#root #footer .social-media a {
  font-size: 30px;
}
#root #footer .social-media a .button-title {
  display: none;
}
#root #footer .social-media a:hover .icon {
  padding: 0 10px;
  opacity: 0.7;
}
#root #footer .social-media a .icon {
  color: #fff;
}
#root #footer .bottom-menu {
  background-color: #000000;
  text-align: center;
}
#root #footer .bottom-menu .copyright {
  padding: 0 !important;
  color: #fff;
  font-size: 12px;
  line-height: 2;
  opacity: 0.8;
}
html {
  scroll-behavior: smooth;
  margin: 0;
}
* {
  transition: all 0.3s ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.button-title, .icon {
  transition: color 0.1s ease;
}
html body.bg_image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.7;
  background-image: url('../digitalplanit-child/logo_bg.svg');
  background-repeat: no-repeat;
  background-size: auto 40vw;
}
@media only screen and (max-width: 29.9375rem) {
  html body.bg_image:before {
    background-size: auto 80vw;
  }
}
html body#root {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #5b5b5b;
  font-family: 'nova';
  background: #fff;
  transition: all 0.5s ease;
  font-size: 15px;
  /*       .not-viewed{
        opacity: 0;
        transform: translateY(50px);
    
        transition-property: all;
        transition-duration: 1s;
        transition-delay: .1s;
    }
    .viewed{
        opacity: 1;
        transform: translateY(0px);
    } */
  /**
    * Colors
    */
}
html body#root.animate {
  opacity: 1;
}
html body#root a {
  color: #5b5b5b;
}
html body#root p {
  margin-top: 0;
}
html body#root .menu-open {
  overflow: hidden;
}
html body#root #main {
  min-height: 50vh;
}
html body#root .shadow {
  -webkit-box-shadow: 0 0 20px 0 rgba(202, 202, 202, 0.5);
  box-shadow: 0 0 20px 0 rgba(202, 202, 202, 0.5);
}
html body#root .d-flex {
  display: flex;
}
html body#root .align-center {
  align-items: center;
}
html body#root .align-content-center {
  align-content: center;
}
html body#root .align-start {
  align-items: start;
}
html body#root .justify-between {
  justify-content: space-between;
}
html body#root .justify-center {
  justify-content: center;
}
html body#root .flex-wrap {
  flex-wrap: wrap;
}
html body#root .order-1 {
  order: -1;
}
html body#root .center {
  text-align: center;
}
html body#root .grid-container {
  margin-left: - 20px;
  margin-right: - 20px;
}
html body#root .container {
  max-width: 1300px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 71.1875rem) {
  html body#root .container {
    width: calc(100% - (2 * 20px));
  }
}
@media only screen and (max-width: 44.9375rem) {
  html body#root .container {
    width: 100%;
    margin: 0;
  }
}
html body#root .container.wide {
  max-width: 1440px;
}
html body#root .container.full {
  max-width: 100%;
}
html body#root .sections .section {
  padding: 100px 0;
}
html body#root .logo-container {
  display: block;
  padding: 10px;
  padding-left: 0;
  transition: all 0.5s ease;
}
html body#root .logo-container a {
  display: block;
  width: 200px;
  height: 70px;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .logo-container a {
    width: 180px;
    height: 50px;
  }
}
html body#root .entry {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 0 40px 0px rgba(209, 212, 212, 0.3);
  height: 100%;
  display: flex;
}
html body#root .buttons {
  display: flex;
  flex-wrap: wrap;
}
html body#root .buttons .button {
  margin-right: 15px;
}
html body#root a.button, html body#root button, html body#root input[type="submit"] {
  padding: 10px 22px;
  text-decoration: none;
  font-size: 15px;
  line-height: 25px;
}
html body#root a.button.colored, html body#root button.colored, html body#root input[type="submit"].colored {
  background: #046879;
  color: #fff;
  border: 2px solid #046879;
}
html body#root a.button.colored:hover, html body#root button.colored:hover, html body#root input[type="submit"].colored:hover {
  background: #034b57;
}
html body#root a.button.secondary, html body#root button.secondary, html body#root input[type="submit"].secondary {
  background: #046879;
  color: #fff;
  border: 2px solid #046879;
}
html body#root a.button.bordered, html body#root button.bordered, html body#root input[type="submit"].bordered {
  color: #000000;
  border: 2px solid #000000;
}
html body#root a.button.bordered:hover, html body#root button.bordered:hover, html body#root input[type="submit"].bordered:hover {
  color: #fff;
  background-color: #046879;
  border: 2px solid #046879;
}
html body#root a.button .icon, html body#root button .icon, html body#root input[type="submit"] .icon {
  padding-left: 20px;
  padding-right: 10px;
  font-size: 18px;
  top: 1px;
  position: relative;
}
html body#root a.button:hover .fa-angle-right, html body#root a.button:hover .fa-arrow-right, html body#root button:hover .fa-angle-right, html body#root button:hover .fa-arrow-right, html body#root input[type="submit"]:hover .fa-angle-right, html body#root input[type="submit"]:hover .fa-arrow-right {
  padding-left: 30px;
  padding-right: 0;
}
html body#root a.button.ghost, html body#root button.ghost, html body#root input[type="submit"].ghost {
  padding: 0;
  color: #046879;
}
html body#root a.button.ghost .icon, html body#root button.ghost .icon, html body#root input[type="submit"].ghost .icon {
  padding-left: 10px;
  padding-right: 10px;
}
html body#root a.button.ghost:hover, html body#root button.ghost:hover, html body#root input[type="submit"].ghost:hover {
  opacity: 0.8;
}
html body#root a.button.ghost:hover .fa-angle-right, html body#root a.button.ghost:hover .fa-arrow-right, html body#root button.ghost:hover .fa-angle-right, html body#root button.ghost:hover .fa-arrow-right, html body#root input[type="submit"].ghost:hover .fa-angle-right, html body#root input[type="submit"].ghost:hover .fa-arrow-right {
  padding-left: 20px;
  padding-right: 0;
}
html body#root h1, html body#root h2, html body#root h3, html body#root h4 {
  font-family: 'Raleway', sans-serif;
  margin-bottom: 20px;
  color: #000000;
  line-height: 1.2;
  margin-top: 0;
  font-weight: 700;
}
html body#root h1 {
  font-size: 60px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root h1 {
    font-size: 40px;
  }
}
html body#root h2 {
  font-size: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
html body#root h3 {
  font-size: 25px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root h3 {
    font-size: 20px;
  }
}
html body#root h4 {
  font-size: 20px;
}
html body#root .subtitle {
  font-weight: 900;
  font-size: 20px;
  color: #2e2e2e;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .subtitle {
    font-size: 16px;
  }
}
html body#root .full {
  width: calc(100% - 2 * 20px);
  margin-right: 20px;
  margin-left: 20px;
}
html body#root .one-half {
  width: calc(50% - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 44.9375rem) {
  html body#root .one-half {
    width: calc(100% - (2 * 20px));
    margin-right: 20px;
    margin-left: 20px;
  }
}
html body#root .one-third {
  width: calc(33.33% - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .one-third {
    width: calc(50% - (2 * 20px));
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 44.9375rem) {
  html body#root .one-third {
    width: calc(100% - (2 * 20px));
    margin-right: 20px;
    margin-left: 20px;
  }
}
html body#root .two-third {
  width: calc(33.33% * 2 - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .two-third {
    width: calc(100% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
html body#root .one-fourth {
  width: calc(25% - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .one-fourth {
    width: calc(50% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 33.6875rem) {
  html body#root .one-fourth {
    width: calc(100% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
html body#root .three-fourth {
  width: calc(25% * 3 - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .three-fourth {
    width: calc(50% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
html body#root .one-fifth {
  width: calc(20% - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .one-fifth {
    width: calc(50% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
html body#root .two-fifth {
  width: calc(20% * 2 - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .two-fifth {
    width: calc(50% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
html body#root .three-fifth {
  width: calc(20% * 3 - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .three-fifth {
    width: calc(50% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
html body#root .four-fifth {
  width: calc(20% * 4 - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .four-fifth {
    width: calc(100% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
html body#root .one-sixth {
  width: calc(16.6666% - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 71.1875rem) {
  html body#root .one-sixth {
    width: calc(33.33% - 2 * 20px);
  }
}
@media only screen and (max-width: 33.6875rem) {
  html body#root .one-sixth {
    width: calc(50% - 2 * 20px);
  }
}
html body#root .five-sixth {
  width: calc(16.6666% * 5 - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 71.1875rem) {
  html body#root .five-sixth {
    width: calc(33.33% - 2 * 20px);
  }
}
@media only screen and (max-width: 33.6875rem) {
  html body#root .five-sixth {
    width: calc(50% - 2 * 20px);
  }
}
html body#root [aria-hidden="true"] {
  display: none;
}
html body#root [aria-hidden="false"] {
  display: block;
}
html body#root a[class], html body#root a[id] {
  text-decoration: none;
}
html body#root ul[class], html body#root ul[id] {
  list-style-type: none;
}
html body#root .wpcf7 br {
  display: none;
}
html body#root .wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
html body#root .wpcf7 .wpcf7-form-control {
  width: 100%;
  padding: 13px 20px;
  border: 2px solid rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}
html body#root .wpcf7 .wpcf7-submit {
  background-color: #000000;
  color: #fff;
  border: none;
  padding: 10px 30px;
  display: inline-block;
  width: auto;
}
html body#root .background-primary {
  background-color: #000000;
  /*    @if (luminance($color) < 0.30) {
                    color: #fff;
                .button.colored{
                    background-color: #fff;
                    .button-title , span{
                        color: $primary;
                    }
                }
            } */
}
html body#root .border-primary {
  border-color: #000000;
}
html body#root .text-primary {
  color: #000000;
}
html body#root .background-background {
  background-color: #f0f0f0;
  color: #5b5b5b;
  /*    @if (luminance($color) < 0.30) {
                    color: #fff;
                .button.colored{
                    background-color: #fff;
                    .button-title , span{
                        color: $primary;
                    }
                }
            } */
}
html body#root .border-background {
  border-color: #f0f0f0;
}
html body#root .text-background {
  color: #f0f0f0;
}
html body#root .background-secondary {
  background-color: #046879;
  color: #5b5b5b;
  /*    @if (luminance($color) < 0.30) {
                    color: #fff;
                .button.colored{
                    background-color: #fff;
                    .button-title , span{
                        color: $primary;
                    }
                }
            } */
}
html body#root .border-secondary {
  border-color: #046879;
}
html body#root .text-secondary {
  color: #046879;
}
html body#root .background-text {
  background-color: #5b5b5b;
  color: #5b5b5b;
  /*    @if (luminance($color) < 0.30) {
                    color: #fff;
                .button.colored{
                    background-color: #fff;
                    .button-title , span{
                        color: $primary;
                    }
                }
            } */
}
html body#root .border-text {
  border-color: #5b5b5b;
}
html body#root .text-text {
  color: #5b5b5b;
}
html body#root .background-black {
  background-color: #000;
  /*    @if (luminance($color) < 0.30) {
                    color: #fff;
                .button.colored{
                    background-color: #fff;
                    .button-title , span{
                        color: $primary;
                    }
                }
            } */
}
html body#root .border-black {
  border-color: #000;
}
html body#root .text-black {
  color: #000;
}
html body#root .background-white {
  background-color: white;
  color: #5b5b5b;
  /*    @if (luminance($color) < 0.30) {
                    color: #fff;
                .button.colored{
                    background-color: #fff;
                    .button-title , span{
                        color: $primary;
                    }
                }
            } */
}
html body#root .border-white {
  border-color: white;
}
html body#root .text-white {
  color: white;
}
html body#root .background-grey {
  background-color: #575856;
  color: #5b5b5b;
  /*    @if (luminance($color) < 0.30) {
                    color: #fff;
                .button.colored{
                    background-color: #fff;
                    .button-title , span{
                        color: $primary;
                    }
                }
            } */
}
html body#root .border-grey {
  border-color: #575856;
}
html body#root .text-grey {
  color: #575856;
}
