/*KLEUREN*/
* {
  font-family: 'Poppins', sans-serif;
  color: #fcfcfc;
}

body {
  background-color: #060e14;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
.breadcrumb-wrapper a, .breadcrumb-wrapper span, .breadcrumb-wrapper p {
  line-height: 54px;
  font-size: 14px;
  margin-bottom: 0;
}
.breadcrumb-wrapper a {
  color: #f9690e;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

p, a, span, ul, li {
  font-size: 16px;
  line-height: 30px;
}

a {
  text-decoration: none;
  color: #fcfcfc;
}
a:hover {
  color: unset;
  text-decoration: underline;
}

ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 2rem;
}

li {
  position: relative;
  font-size: 18px;
  line-height: 36px;
}
li h5, li p {
  margin-bottom: unset;
}

li:before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url("img/icon-checkmark.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -34px;
  top: 10.5px;
}

.menu li:before {
  content: unset;
}

/*PADDINGS*/
.pane {
  padding: 70px 0;
  position: relative;
}
@media (max-width: 920px) {
  .pane {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .pane {
    padding: 25px 0;
  }
}

h2 {
  font-size: 3.75rem;
  line-height: 3.75rem;
  text-shadow: 0 0 14.3px rgba(7, 16, 22, 0.3);
}
@media (max-width: 992px) {
  h2 {
    line-height: 3rem;
    font-size: 2.25rem;
  }
}

h3 {
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 3.75rem;
  text-shadow: 0 0 14.3px rgba(7, 16, 22, 0.3);
}
@media (max-width: 992px) {
  h3 {
    line-height: 2.25rem;
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.button, a strong, strong a {
  line-height: 40px !important;
  background-color: #f9690e;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  color: #fcfcfc !important;
  text-decoration: none;
  padding: 0 26px;
  width: max-content;
  border: none;
}
.button a, a strong a, strong a a {
  color: #ffffff !important;
}
.button:hover, a strong:hover, strong a:hover {
  opacity: .8;
  text-decoration: none;
}

.button-outline {
  line-height: 40px;
  border: 1px solid #fcfcfc;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  color: #fcfcfc !important;
  text-decoration: none;
  padding: 0 26px;
  width: max-content;
  transition: all 150ms;
}
.button-outline a {
  color: #ffffff !important;
}
.button-outline:hover {
  border: 1px solid #f9690e;
  background-color: #f9690e;
  text-decoration: none;
  transition: all 150ms;
}

.button-arrow {
  font-size: 14px;
  position: relative;
}
.button-arrow:after {
  content: ' ';
  background-image: url("img/icon-arrow-right.svg");
  height: 18px;
  width: 60px;
  background-size: contain;
  background-position: 24px center;
  position: absolute;
  background-repeat: no-repeat;
  top: 6px;
  right: -60px;
  transition: all 150ms;
}
.button-arrow:hover {
  text-decoration: none;
}
.button-arrow:hover:after {
  background-position: 36px center;
  transition: all 150ms;
}

.button-arrow-orange {
  font-size: 14px;
  position: relative;
  width: max-content;
}
.button-arrow-orange:after {
  content: ' ';
  background-image: url("img/icon-arrow-right-orange.svg");
  height: 18px;
  width: 60px;
  background-size: contain;
  background-position: 24px center;
  position: absolute;
  background-repeat: no-repeat;
  top: 6px;
  right: -60px;
  transition: all 150ms;
}
.button-arrow-orange:hover {
  text-decoration: none;
}
.button-arrow-orange:hover:after {
  background-position: 36px center;
  transition: all 150ms;
}

.header {
  display: flex;
  font-weight: 600;
  position: fixed;
  z-index: 99999;
  width: 100vw;
  top: 0;
  background-color: unset;
  transition: background-color 400ms;
}
.header.scroll-bg {
  background-color: rgba(6, 14, 20, 0.9);
  transition: background-color 400ms;
}
.header.scroll-bg .sub-menu {
  background-color: rgba(6, 14, 20, 0.9);
}
.header .header-data {
  position: relative;
  display: flex;
  height: 86px;
  justify-content: center;
}
.header .header-data a {
  margin: 28px 31px auto 31px;
  font-size: 18px;
}
.header .header-data .logo {
  display: flex;
  margin: 28px 0 auto 0;
  min-width: 120px;
  width: 120px;
  z-index: 9999;
}
.header .header-data .logo img, .header .header-data .logo a {
  margin: auto 0;
  width: 100%;
}
.header .header-data .login-url,
.header .header-data .wpml-ls-item {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .header .header-data .menu-language-switcher-container {
    margin-right: 15px;
  }
}
@media (max-width: 1200px) {
  .header .header-data .menu-language-switcher-container #menu-language-switcher .menu-item-has-children:after {
    content: unset;
  }
  .header .header-data .menu-language-switcher-container #menu-language-switcher .dropdown-button {
    right: -14px;
    position: absolute;
    top: 30px;
    height: 30px;
    width: 30px;
    z-index: 1;
    background-image: url("img/chevron-down.svg");
    background-size: 30%;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    cursor: pointer;
  }
  .header .header-data .menu-language-switcher-container #menu-language-switcher .sub-menu {
    padding-bottom: 10px;
    width: 115px;
  }
  .header .header-data .menu-language-switcher-container #menu-language-switcher .sub-menu a {
    margin: 0 11px;
  }
  .header .header-data .menu-language-switcher-container #menu-language-switcher .sub-menu-open .sub-menu {
    height: unset;
    pointer-events: unset;
    opacity: 1;
  }
}
.header .header-data .menu {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.header .header-data .menu .current_page_item a {
  color: #f9690e;
}
.header .header-data .menu .current_page_item .sub-menu a {
  color: unset;
}
.header .header-data .menu .current_page_parent a {
  color: #f9690e;
}
.header .header-data .menu .current_page_parent .sub-menu a {
  color: unset;
}
.header .header-data .menu .current_page_parent .current_page_item a {
  color: #f9690e;
}
.header .header-data .menu .menu-item {
  display: flex;
}
.header .header-data .menu .menu-item-has-children {
  position: relative;
  flex-direction: column;
}
.header .header-data .menu .menu-item-has-children .sub-menu {
  pointer-events: none;
  height: 0;
  opacity: 0;
  top: 86px;
  width: unset;
  left: 0;
  padding: 12px 0 20px 0;
  transition: height 100ms, opacity 0ms;
  position: absolute;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.header .header-data .menu .menu-item-has-children .sub-menu a {
  margin: 2px 31px;
}
.header .header-data .menu .menu-item-has-children .sub-menu .sub-menu {
  top: -12px;
  padding: 12px 0;
}
@media (min-width: 1200px) {
  .header .header-data .menu .menu-item-has-children:after {
    content: ' ';
    display: flex;
    position: absolute;
    top: 40px;
    right: 14px;
    width: 10px;
    height: 10px;
    background-image: url("img/chevron-down.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 100ms;
    transform: rotate(0);
  }
  .header .header-data .menu .menu-item-has-children .menu-item-has-children:after {
    top: 12px;
  }
  .header .header-data .menu .menu-item-has-children:hover > .sub-menu {
    pointer-events: unset;
    height: unset;
    opacity: 1;
    left: 0;
    top: 86px;
    width: max-content;
    background-color: rgba(6, 14, 20, 0.9);
    transition: height 100ms, opacity 0ms;
  }
  .header .header-data .menu .menu-item-has-children:hover > .sub-menu .sub-menu {
    top: -12px;
    left: 100%;
    position: absolute;
  }
  .header .header-data .menu .menu-item-has-children:hover:after {
    transform: rotate(-90deg);
    transition: transform 100ms;
  }
}
@media (max-width: 1200px) {
  .header .header-data .menu {
    padding-left: 0;
  }
}
.header .header-data .menu-header-menu-container {
  margin: 0 auto;
}
.header:hover {
  background-color: rgba(6, 14, 20, 0.9);
  transition: background-color 400ms;
}

.hamburger {
  display: none;
}

@media (max-width: 1200px) {
  .header .header-data {
    justify-content: unset;
  }
  .header .header-data .logo {
    margin-right: auto;
  }
  .header .header-data a {
    margin: 28px 11px auto 11px;
  }
  .header .header-data #menu-language-switcher {
    margin-right: 30px;
  }
  .header .header-data #menu-language-switcher .menu-item-has-children:after {
    right: -4px;
  }
  .header .header-data .menu-header-menu-container {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 999;
    left: 0;
    transition: all 100ms;
    pointer-events: none;
  }
  .header .header-data .menu-header-menu-container .menu {
    flex-direction: column;
    height: max-content;
    margin: 1rem calc((100% - 250px) / 2);
    line-height: 60px;
    padding: 0;
    width: 100%;
  }
  .header .header-data .menu-header-menu-container .menu .menu-item {
    text-align: center;
    display: flex;
    margin: 0 auto;
    opacity: 0;
    pointer-events: none;
    width: 240px;
  }
  .header .header-data .menu-header-menu-container .menu .menu-item a {
    font-size: 20px;
  }
  .header .header-data .menu-header-menu-container .menu .menu-item:after {
    content: unset;
  }
  .header .header-data .menu-header-menu-container .menu .menu-item-has-children .dropdown-button {
    right: -30px;
    position: absolute;
    top: 28px;
    height: 30px;
    width: 30px;
    z-index: 1;
    background-image: url("img/chevron-down.svg");
    background-size: 30%;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    cursor: pointer;
  }
  .header .header-data .menu-header-menu-container .menu .menu-item-has-children:before {
    content: unset !important;
  }
  .header .header-data .menu-header-menu-container .menu .menu-item-has-children .sub-menu {
    position: relative;
    margin-left: unset;
    padding: 0;
    transition: all 50ms;
  }
  .header .header-data .menu-header-menu-container .menu .menu-item-has-children .sub-menu .menu-item a {
    font-weight: 400;
    font-size: 18px;
    margin: 5px !important;
  }
  .header .header-data .menu-header-menu-container .menu .menu-item-has-children .sub-menu .dropdown-button {
    top: 0;
  }
  .header .header-data .menu-header-menu-container .menu .menu-item-has-children.sub-menu-open > .sub-menu {
    height: unset;
    padding: 0;
    top: 0;
    margin-bottom: 0;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transition: all 50ms;
    pointer-events: unset;
  }
  .header .header-data .menu-header-menu-container .menu .menu-item-has-children.sub-menu-open > .dropdown-button {
    transform: rotate(-180deg);
    transition: all 100ms;
  }
  .header.mobile-menu-open {
    background-color: #060e14;
    transition: background-color 400ms;
  }
  .header.mobile-menu-open .header-data {
    height: 100vh;
  }
  .header.mobile-menu-open .header-data .menu-header-menu-container {
    top: unset;
    transition: all 100ms;
    pointer-events: unset;
  }
  .header.mobile-menu-open .header-data .menu-header-menu-container .menu {
    margin: 160px 0 0 0;
    height: unset;
    overflow-y: scroll;
    padding-bottom: 30px;
  }
  .header.mobile-menu-open .header-data .menu-header-menu-container .menu .menu-item {
    opacity: 1;
    pointer-events: unset;
    display: flex;
    flex-direction: column;
  }
  .header.mobile-menu-open .header-data .menu-header-menu-container .menu .menu-item .sub-menu {
    top: 0;
  }
  .header.mobile-menu-open .header-data .menu-header-menu-container .menu .menu-item .sub-menu a {
    margin: 0 31px;
  }
  .header.mobile-menu-open .hamburger .hamburger_top-stripe {
    top: calc(50% - 1px);
    transform: rotate(45deg);
    transition: transform 150ms;
  }
  .header.mobile-menu-open .hamburger .hamburger_mid-stripe {
    top: calc(50% - 1px);
    opacity: 0;
    transition: opacity 150ms;
  }
  .header.mobile-menu-open .hamburger .hamburger_bottom-stripe {
    bottom: unset;
    top: calc(50% - 1px);
    transform: rotate(135deg);
    transition: transform 150ms;
  }

  .logo {
    margin: 0 auto;
  }

  .hamburger {
    display: flex;
    width: 24px;
    height: 22px;
    z-index: 999;
    position: relative;
    margin: 32px 0 auto 36px;
  }
  .hamburger .hamburger-stripe {
    width: 100%;
    height: 5px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    border-radius: 2.5px;
  }
  .hamburger .hamburger_top-stripe {
    top: 0;
    transition: transform 150ms;
  }
  .hamburger .hamburger_mid-stripe {
    top: calc(50% - 2.5px);
    transition: opacity 150ms;
  }
  .hamburger .hamburger_bottom-stripe {
    bottom: 0;
    transition: transform 150ms;
  }
}
.pane--search-results {
  padding: 120px 0;
}

.searchform {
  display: flex;
  width: 24px;
  height: 24px;
  margin: 31px 0 auto 0;
  z-index: 9999;
}
.searchform .search-toggle-button {
  background-image: url("img/icon-zoeken.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transform: rotate(90deg);
}
.searchform .close-search {
  position: absolute;
  right: 0;
  height: 100%;
  width: 50px;
  background-color: #060e14;
  cursor: pointer;
}
.searchform .close-search span {
  height: 3px;
  width: 24px;
  background-color: #ffffff;
  position: relative;
  display: block;
  top: calc(50% - 2px);
  left: 24px;
}
.searchform .close-search span:first-of-type {
  transform: rotate(45deg);
}
.searchform .close-search span:last-of-type {
  transform: rotate(-45deg);
  top: calc(50% - 5px);
}
.searchform .search-div {
  position: absolute;
  width: calc(100% - 24px);
  left: 12px;
  top: 0;
  height: 100%;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: all 150ms;
}
.searchform .search-div:before, .searchform .search-div:after {
  content: ' ';
  height: 100%;
  width: 900px;
  background-color: #060e14;
  position: absolute;
  left: -900px;
}
.searchform .search-div:after {
  right: -900px;
  left: unset;
}
.searchform #s {
  width: calc(100% - 100px);
  border: none;
  padding: 0 10px;
  background-color: #060e14;
  line-height: 50px;
}
.searchform #s:focus-visible {
  outline: none;
}
.searchform #searchsubmit {
  border: unset;
  color: transparent;
  background-color: #060e14;
  background-image: url("img/icon-zoeken.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center calc(100% - 16px);
  transform: rotate(90deg);
  height: 50px;
  width: 86px;
  margin-left: -18px;
  margin-top: 17.5px;
}
.searchform.search-open .search-div {
  opacity: 1;
  pointer-events: unset;
  transition: all 150ms;
}

.pane--topfooter {
  background-color: #07141d;
  background-image: url("img/bg-img-footer-mob.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
}
@media (min-width: 992px) {
  .pane--topfooter {
    min-height: 700px;
  }
}
.pane--topfooter .container {
  height: 100%;
  display: flex;
  margin: 29px 0 58px 0;
}
@media (min-width: 992px) {
  .pane--topfooter .container {
    margin: auto;
  }
}
.pane--topfooter .toptitle {
  line-height: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #10d089;
  text-shadow: 0 0 14.3px rgba(7, 16, 22, 0.3);
}
.pane--topfooter h3 {
  margin-bottom: 40px;
}
.pane--topfooter .topfooter-mail {
  font-size: 24px;
  line-height: 36px;
  color: #f9690e;
  font-weight: 500;
  margin-bottom: 57px;
  display: flex;
}
@media (min-width: 992px) {
  .pane--topfooter .topfooter-mail {
    font-size: 30px;
  }
}
.pane--topfooter h4 {
  margin-bottom: 30px;
}
.pane--topfooter .topfooter-contact-col {
  display: flex;
  flex-direction: column;
}
.pane--topfooter .topfooter-contact-col a {
  color: #f9690e;
}

footer .top-row {
  background-color: #060e14;
  padding: 34px 0 0 0;
  display: flex;
}
footer .top-row .top-col {
  display: flex;
}
footer .top-row .logo {
  width: 120px;
  height: 22px;
  padding: 0;
  margin-right: 65px;
}
footer .top-row .menu-header-menu-container {
  padding-left: 0;
  width: calc(100% - 185px);
}
footer .top-row .menu {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
footer .top-row .sub-menu {
  display: none;
}
footer .bottom-row {
  width: 100%;
  margin-bottom: 7px;
}
footer .bottom-row a {
  font-size: 14px;
  color: #6c6c6c;
  line-height: 81px;
  text-decoration: none;
  font-weight: 400;
  margin-right: 30px;
}

@media (max-width: 767.98px) {
  footer .top-row .logo {
    margin: 0 0 30px 0;
  }
  footer .menu-header-menu-container {
    display: none;
  }
  footer .bottom-row {
    margin-bottom: 37px;
  }
  footer .bottom-row .col {
    display: flex;
    flex-wrap: wrap;
  }
  footer .bottom-row .col a {
    width: 50%;
    margin: 0;
    line-height: 30px;
  }
}
.pane--hero {
  background-position: center;
  background-size: cover;
  padding: 86px 0 78px 0;
  position: relative;
}
.pane--hero .gradient-bottom,
.pane--hero .gradient-top {
  height: 33%;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  background: black;
  background: linear-gradient(0deg, #060e14 0%, rgba(0, 0, 0, 0) 100%);
}
.pane--hero .gradient-top {
  bottom: unset;
  top: 0;
  transform: rotate(180deg);
}
@media (max-width: 991.98px) {
  .pane--hero {
    padding-bottom: 50px;
  }
}
.pane--hero .hero-data-col {
  padding-top: 42px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .pane--hero .hero-data-col {
    padding-top: 128px;
  }
  .pane--hero .hero-data-col.no-content {
    padding-top: 345px;
    padding-bottom: 20px;
  }
}
.pane--hero .hero-data {
  background-color: rgba(6, 14, 20, 0.9);
  border-radius: 5px;
  padding: 33px 30px;
  margin-top: 34px;
  max-width: 765px;
}
.pane--hero .hero-data p {
  font-size: 18px;
}
.pane--hero .hero-data .button {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .pane--hero .hero-data {
    padding: 84px 59px 78px 59px;
  }
}
@media (max-width: 767.98px) {
  .pane--hero .hero-data p {
    font-size: 14px;
  }
}

.toptitle {
  display: flex;
  line-height: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #10d089;
  text-shadow: 0 0 14.3px rgba(7, 16, 22, 0.3);
}

.pane--offer {
  padding: 50px 0 90px 0;
  overflow: hidden;
}
.pane--offer h3 {
  margin-bottom: 30px;
}
.pane--offer .slick-list {
  overflow: visible;
}
.pane--offer .slick-track {
  margin-left: calc(-33.333vw + 12px);
  height: 100%;
}
.pane--offer .offer-col {
  padding: 0 8px;
  min-height: 100%;
}
.pane--offer .offer-col .button-arrow-orange:after {
  top: 1px;
}
.pane--offer .offer-col.slick-current .offer-block {
  text-decoration: none;
  background-color: #1b303d;
  padding: 60px 40px;
  transition: all 150ms;
}
.pane--offer .offer-col.slick-current .offer-block img {
  filter: unset;
  transition: filter 150ms;
}
.pane--offer .offer-col.slick-current .offer-block .hoverblock {
  opacity: unset;
  transition: all 150ms;
}
.pane--offer .offer-block {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 120px 40px 0 40px;
  transition: all 150ms;
  min-height: 480px;
  height: 100%;
  border-radius: 5px;
}
.pane--offer .offer-block img {
  max-width: 87px;
  max-height: 87px;
  margin: 0 auto 40px auto;
  filter: brightness(0) invert(1);
  transition: filter 150ms;
}
.pane--offer .offer-block .offer-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.pane--offer .offer-block .hoverblock {
  opacity: 0;
  transition: all 150ms;
}
.pane--offer .offer-block:hover {
  text-decoration: none;
  background-color: #1b303d;
  padding: 60px 40px;
  transition: all 150ms;
}
.pane--offer .offer-block:hover img {
  filter: unset;
  transition: filter 150ms;
}
.pane--offer .offer-block:hover .hoverblock {
  opacity: unset;
  transition: all 150ms;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .pane--offer .offer-block:hover {
    padding: 60px 24px;
  }
}
@media (max-width: 991.98px) {
  .pane--offer h3 {
    margin-bottom: 60px;
  }
  .pane--offer .offer-col {
    padding: 0;
  }
  .pane--offer .offer-col .offer-block {
    min-height: calc(100% - 90px);
  }
  .pane--offer .offer-col.slick-current .offer-block {
    padding: 50px 30px;
  }
}
@media (max-width: 399.98px) {
  .pane--offer .offer-col .offer-block {
    min-height: calc(100% - 200px);
  }
}

.pane--verticals {
  background-size: cover;
  padding-bottom: 106px;
}
.pane--verticals h3 {
  margin-bottom: 106px;
}
.pane--verticals .verticals-row {
  max-width: 1044px;
  margin: 0 auto;
}
.pane--verticals .verticals-row .vertical-col {
  padding: 20px;
}
.pane--verticals .vertical {
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 155px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  border-radius: 5px;
  transition: all 150ms;
}
.pane--verticals .vertical .imgwrapper {
  width: 100%;
  height: 116px;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 150ms;
}
.pane--verticals .vertical img {
  margin: auto auto 22px auto;
  max-width: 76px;
  max-height: 62px;
}
@media (max-width: 767.98px) {
  .pane--verticals .vertical img {
    max-width: 60px;
    max-height: 50px;
  }
}
.pane--verticals .vertical .vert-title {
  text-align: center;
  margin: 116px auto 0 auto;
  color: #f9690e;
  line-height: 18px;
  font-weight: bold;
  max-width: 131px;
  transition: all 150ms;
}
@media (max-width: 767.98px) {
  .pane--verticals .vertical .vert-title {
    font-size: 13px;
  }
}
.pane--verticals .vertical .button-arrow-vert {
  opacity: 0;
  transition: all 150ms;
  margin: 0 auto auto auto;
  position: relative;
}
.pane--verticals .vertical .button-arrow-vert:after {
  content: ' ';
  background-image: url("img/icon-arrow-right.svg");
  height: 18px;
  width: 40px;
  background-size: contain;
  background-position: center;
  position: absolute;
  background-repeat: no-repeat;
  top: 6px;
  transition: all 150ms;
}
.pane--verticals .current-vertical {
  opacity: .5;
  pointer-events: none;
}
@media (min-width: 992px) {
  .pane--verticals .vertical-col {
    padding: 33px;
  }
  .pane--verticals .vertical {
    height: 195px;
  }
  .pane--verticals .vertical .imgwrapper {
    height: 126px;
  }
  .pane--verticals .vertical .vert-title {
    margin: 126px auto 0 auto;
  }
  .pane--verticals .vertical:hover {
    background-color: #f9690e;
    text-decoration: none;
    height: 255px;
    width: 255px;
    margin: -30px -15px;
    transition: all 150ms;
  }
  .pane--verticals .vertical:hover .imgwrapper {
    height: 146px;
    transition: all 150ms;
  }
  .pane--verticals .vertical:hover .vert-title {
    color: #ffffff;
    margin: 146px auto 0 auto;
    transition: all 150ms;
  }
  .pane--verticals .vertical:hover .button-arrow-vert {
    opacity: unset;
    transition: all 150ms;
    font-size: 14px;
    margin-top: 10px;
  }
  .pane--verticals .vertical:hover .button-arrow-vert:after {
    height: 14px;
    top: 8px;
  }
}
@media (max-width: 767.98px) {
  .pane--verticals {
    padding: 94px 0;
  }
}

.pane--clients {
  padding: 78px 0 50px 0;
  overflow: hidden;
}
.pane--clients .fullwidth-button-col a {
  margin-top: 20px;
  display: flex;
}
.pane--clients .button-left {
  display: none;
}
.pane--clients .is-fullscreen-no .fullwidth-button-col {
  display: none;
}
.pane--clients .is-fullscreen-no .button-left {
  display: flex;
}
.pane--clients .clients-non-slider {
  display: flex;
}
.pane--clients .clients-slider {
  display: none;
}
.pane--clients .slick-list {
  overflow: visible;
}
@media (max-width: 991.98px) {
  .pane--clients .clients-non-slider {
    display: none;
  }
  .pane--clients .clients-slider {
    display: flex;
  }
  .pane--clients .is-fullscreen-no .fullwidth-button-col {
    display: flex;
  }
  .pane--clients .is-fullscreen-no .button-left {
    display: none;
  }
  .pane--clients .slick-track {
    margin-left: calc(-16vw + 24px);
  }
}
@media (max-width: 767.98px) {
  .pane--clients .slick-track {
    margin-left: calc(-28vw + 30px);
  }
}
.pane--clients .clients-col-left {
  display: flex;
  flex-direction: column;
}
.pane--clients .clients-col-left .clients-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .pane--clients .clients-col-left .clients-title {
    font-size: 22px;
  }
  .pane--clients .clients-col-left .button-arrow-orange {
    margin-bottom: 42px;
  }
}
.pane--clients .clients-col-right .clientcol {
  padding: 3px;
}
.pane--clients .clients-col-right .client {
  background-color: #0b1b24;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  height: 85px;
  transition: background-color 100ms;
}
.pane--clients .clients-col-right .client img {
  margin: auto;
  max-width: 80px;
  max-height: 60px;
  filter: brightness(0) invert(1);
}
.pane--clients .clients-col-right .client:hover {
  background-color: #f9690e;
  transition: background-color 100ms;
}

.pane--solutions {
  padding: 100px 0;
}
.pane--solutions .solution-col {
  display: flex;
  flex-direction: column;
  margin: 65px 0 0 0;
}
.pane--solutions .solution-col .solution-title {
  display: flex;
  color: #f9690e;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 21px;
}
.pane--solutions .solution-col .solution-sub-title {
  display: flex;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 39px;
}
.pane--solutions .solution-col .button-outline {
  margin-top: 2rem;
}
.pane--solutions .current-solution {
  opacity: .2;
}
.pane--solutions .current-solution a {
  pointer-events: none;
}
@media (min-width: 992px) {
  .pane--solutions .solution-col {
    margin: 118px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .pane--solutions {
    padding: 85px 0;
  }
}
@media (max-width: 620px) {
  .pane--solutions .solution-col {
    padding: 0 50px;
  }
}

.pane--text-single {
  padding: 16px 0;
}
.pane--text-single p, .pane--text-single a, .pane--text-single span {
  font-size: 18px;
  margin-bottom: 45px;
}
.pane--text-single a {
  color: #f9690e;
}
.pane--text-single h3 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 22px;
}
.pane--text-single h4 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 1rem;
}
.pane--text-single h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.pane--text-single ul {
  padding-left: 2rem;
}
.pane--text-single li p {
  margin-bottom: 24px;
}

.pane--contact {
  display: flex;
  padding: 0 0 30px 0;
}
.pane--contact .toptitle {
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #10d089;
  text-shadow: 0 0 14.3px rgba(7, 16, 22, 0.3);
}
.pane--contact h3 {
  margin-bottom: 40px;
}
.pane--contact .topfooter-contact-col {
  display: flex;
  flex-direction: column;
}
.pane--contact .topfooter-contact-col a {
  color: #f9690e;
}
.pane--contact .gform_wrapper {
  margin-top: 0;
}
.pane--contact .gform_wrapper .gfield:first-of-type {
  margin-top: 0 !important;
}
.pane--contact .gform_wrapper label {
  font-weight: 500 !important;
}
.pane--contact .gform_wrapper label span {
  color: #fcfcfc;
}
.pane--contact .gform_wrapper input[type=text], .pane--contact .gform_wrapper textarea {
  padding: 0 6px !important;
  color: #060e14;
}
.pane--contact .gform_wrapper .ginput_container {
  margin-top: 0 !important;
}
.pane--contact .gform_wrapper .gform_footer {
  padding: 0;
}
.pane--contact .gform_validation_error {
  /*  .gform_validation_errors,
    .gfield_validation_message {
      background-color: unset;
      border: 1px solid $orange;
      border-radius: 0;
      color: $orange;
      box-shadow: unset;
      font-weight: 500;

      h2 {
        text-shadow: unset;
        color: $orange;
      }
    }*/
}
.pane--contact .gform_validation_error .validation_error {
  color: #f9690e !important;
  border-color: #f9690e !important;
}
.pane--contact .gform_validation_error .gfield_error {
  background-color: unset !important;
  border-top: unset !important;
  border-bottom: 2px solid #f9690e !important;
}
.pane--contact .gform_validation_error .gfield_error label {
  color: #f9690e;
}
.pane--contact .gform_validation_error .gfield_error .validation_message {
  color: #f9690e;
  font-weight: 500;
  font-size: 16px;
}
.pane--contact .gform_validation_error .gfield_error input[type=text], .pane--contact .gform_validation_error .gfield_error textarea {
  border: 1px solid #f9690e;
}

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