@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Ubuntu:100,200,300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900");
*, ::before, ::after {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  position: relative;
}

img {
  border: none;
  width: 100%;
  height: auto;
  display: block;
}

button {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
button:focus {
  outline: none;
}

a {
  text-decoration: none;
}

.otgs-development-site-front-end {
  display: none !important;
}

.col-offset-0 {
  margin-left: 0;
}

.col-1 {
  flex-basis: 8.3333333333%;
}

.col-offset-1 {
  margin-left: 8.3333333333%;
}

.col-2 {
  flex-basis: 16.6666666667%;
}

.col-offset-2 {
  margin-left: 16.6666666667%;
}

.col-3 {
  flex-basis: 25%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-4 {
  flex-basis: 33.3333333333%;
}

.col-offset-4 {
  margin-left: 33.3333333333%;
}

.col-5 {
  flex-basis: 41.6666666667%;
}

.col-offset-5 {
  margin-left: 41.6666666667%;
}

.col-6 {
  flex-basis: 50%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-7 {
  flex-basis: 58.3333333333%;
}

.col-offset-7 {
  margin-left: 58.3333333333%;
}

.col-8 {
  flex-basis: 66.6666666667%;
}

.col-offset-8 {
  margin-left: 66.6666666667%;
}

.col-9 {
  flex-basis: 75%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-10 {
  flex-basis: 83.3333333333%;
}

.col-offset-10 {
  margin-left: 83.3333333333%;
}

.col-11 {
  flex-basis: 91.6666666667%;
}

.col-offset-11 {
  margin-left: 91.6666666667%;
}

.col-12 {
  flex-basis: 100%;
}

.col-offset-12 {
  margin-left: 100%;
}

@media screen and (min-width: 576px) {
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-1 {
    flex-basis: 8.3333333333%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    flex-basis: 16.6666666667%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.3333333333%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    flex-basis: 41.6666666667%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.3333333333%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    flex-basis: 66.6666666667%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.3333333333%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    flex-basis: 91.6666666667%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 782px) {
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-1 {
    flex-basis: 8.3333333333%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    flex-basis: 16.6666666667%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    flex-basis: 33.3333333333%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    flex-basis: 41.6666666667%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    flex-basis: 58.3333333333%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    flex-basis: 66.6666666667%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    flex-basis: 83.3333333333%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    flex-basis: 91.6666666667%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-1 {
    flex-basis: 8.3333333333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    flex-basis: 16.6666666667%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.3333333333%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    flex-basis: 41.6666666667%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.3333333333%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    flex-basis: 66.6666666667%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.3333333333%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    flex-basis: 91.6666666667%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1300px) {
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-1 {
    flex-basis: 8.3333333333%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    flex-basis: 16.6666666667%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    flex-basis: 25%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    flex-basis: 33.3333333333%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    flex-basis: 41.6666666667%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    flex-basis: 50%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    flex-basis: 58.3333333333%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    flex-basis: 66.6666666667%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    flex-basis: 75%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    flex-basis: 83.3333333333%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    flex-basis: 91.6666666667%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    flex-basis: 100%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (max-width: -1px) {
  .hidden-down {
    display: none !important;
  }
}
.hidden-up {
  display: none !important;
}

@media screen and (max-width: 575px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media screen and (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media screen and (max-width: 781px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media screen and (min-width: 782px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media screen and (max-width: 1299px) {
  .hidden-xl-down {
    display: none !important;
  }
}
@media screen and (min-width: 1300px) {
  .hidden-xl-up {
    display: none !important;
  }
}
@media screen and (max-width: -1px) {
  .visible-down {
    display: block !important;
  }
}
.visible-up {
  display: block !important;
}

@media screen and (max-width: 575px) {
  .visible-sm-down {
    display: block !important;
  }
}
@media screen and (min-width: 576px) {
  .visible-sm-up {
    display: block !important;
  }
}
@media screen and (max-width: 781px) {
  .visible-md-down {
    display: block !important;
  }
}
@media screen and (min-width: 782px) {
  .visible-md-up {
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .visible-lg-down {
    display: block !important;
  }
}
@media screen and (min-width: 992px) {
  .visible-lg-up {
    display: block !important;
  }
}
@media screen and (max-width: 1299px) {
  .visible-xl-down {
    display: block !important;
  }
}
@media screen and (min-width: 1300px) {
  .visible-xl-up {
    display: block !important;
  }
}
.container-fluid {
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.container > .row {
  padding: 1.5rem 0.75rem;
  gap: 1.5rem 0;
}
.container > .row > .col-1, .container > .row > .col-2, .container > .row > .col-3, .container > .row > .col-4, .container > .row > .col-5, .container > .row > .col-6, .container > .row > .col-7, .container > .row > .col-8, .container > .row > .col-9,
.container > .row > .col-10, .container > .row > .col-11, .container > .row > .col-12, .container > .row > .col-sm-1, .container > .row > .col-sm-2, .container > .row > .col-sm-3, .container > .row > .col-sm-4, .container > .row > .col-sm-5,
.container > .row > .col-sm-6, .container > .row > .col-sm-7, .container > .row > .col-sm-8, .container > .row > .col-sm-9, .container > .row > .col-sm-10, .container > .row > .col-sm-11, .container > .row > .col-sm-12,
.container > .row > .col-md-1, .container > .row > .col-md-2, .container > .row > .col-md-3, .container > .row > .col-md-4, .container > .row > .col-md-5, .container > .row > .col-md-6, .container > .row > .col-md-7,
.container > .row > .col-md-8, .container > .row > .col-md-9, .container > .row > .col-md-10, .container > .row > .col-md-11, .container > .row > .col-md-12, .container > .row > .col-lg-1, .container > .row > .col-lg-2,
.container > .row > .col-lg-3, .container > .row > .col-lg-4, .container > .row > .col-lg-5, .container > .row > .col-lg-6, .container > .row > .col-lg-7, .container > .row > .col-lg-8, .container > .row > .col-lg-9,
.container > .row > .col-lg-10, .container > .row > .col-lg-11, .container > .row > .col-lg-12, .container > .row .col-xl-1, .container > .row > .col-xl-2, .container > .row > .col-xl-3, .container > .row > .col-xl-4,
.container > .row > .col-xl-5, .container > .row > .col-xl-6, .container > .row > .col-xl-7, .container > .row > .col-xl-8, .container > .row > .col-xl-9, .container > .row > .col-xl-10, .container > .row > .col-xl-11,
.container > .row > .col-xl-12 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 576px) {
  .container > .row {
    padding: 3rem 1.5rem;
    gap: 3rem 0;
  }
  .container > .row > .col-1, .container > .row > .col-2, .container > .row > .col-3, .container > .row > .col-4, .container > .row > .col-5, .container > .row > .col-6, .container > .row > .col-7, .container > .row > .col-8, .container > .row > .col-9,
  .container > .row > .col-10, .container > .row > .col-11, .container > .row > .col-12, .container > .row > .col-sm-1, .container > .row > .col-sm-2, .container > .row > .col-sm-3, .container > .row > .col-sm-4, .container > .row > .col-sm-5,
  .container > .row > .col-sm-6, .container > .row > .col-sm-7, .container > .row > .col-sm-8, .container > .row > .col-sm-9, .container > .row > .col-sm-10, .container > .row > .col-sm-11, .container > .row > .col-sm-12,
  .container > .row > .col-md-1, .container > .row > .col-md-2, .container > .row > .col-md-3, .container > .row > .col-md-4, .container > .row > .col-md-5, .container > .row > .col-md-6, .container > .row > .col-md-7,
  .container > .row > .col-md-8, .container > .row > .col-md-9, .container > .row > .col-md-10, .container > .row > .col-md-11, .container > .row > .col-md-12, .container > .row > .col-lg-1, .container > .row > .col-lg-2,
  .container > .row > .col-lg-3, .container > .row > .col-lg-4, .container > .row > .col-lg-5, .container > .row > .col-lg-6, .container > .row > .col-lg-7, .container > .row > .col-lg-8, .container > .row > .col-lg-9,
  .container > .row > .col-lg-10, .container > .row > .col-lg-11, .container > .row > .col-lg-12, .container > .row .col-xl-1, .container > .row > .col-xl-2, .container > .row > .col-xl-3, .container > .row > .col-xl-4,
  .container > .row > .col-xl-5, .container > .row > .col-xl-6, .container > .row > .col-xl-7, .container > .row > .col-xl-8, .container > .row > .col-xl-9, .container > .row > .col-xl-10, .container > .row > .col-xl-11,
  .container > .row > .col-xl-12 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

a[href^="mailto:"] {
  display: inline-block !important;
  color: #f0f2f5 !important;
  padding: 0.25rem 0.5rem !important;
  position: relative;
  top: 2px;
  font-size: 0 !important;
}
a[href^="mailto:"]::after {
  font-size: 0.875rem;
  content: "E-mail Idella";
  position: relative;
  left: -3px;
}

html {
  font-size: 16px;
  color: #282828;
  font-family: "Ubuntu", sans-serif;
}

body {
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 576px) {
  body {
    -webkit-font-smoothing: subpixel-antialiased;
  }
}

a, .a {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #282828;
}
a:hover, a:active, .a:hover, .a:active {
  color: #007aca;
}
h1, .h1, h2, .h2, .blockquote-type-1 p, h3, .h3, .content-gutenberg h1, .content-gutenberg h2, .content-gutenberg h3, .content-gutenberg h4, .content-gutenberg h5, .form-type-0 .wpforms-title, .content-gutenberg .wpforms-container .wpforms-title, h4, .h4, .blockquote-type-10 p, blockquote p, h5, .h5, .blockquote-type-10 cite span, .blockquote-type-9 p, .blockquote-type-8 p, .blockquote-type-7 p, .blockquote-type-6 p, .blockquote-type-5 p, .blockquote-type-4 p, .blockquote-type-3 p, .blockquote-type-2 p {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.025rem;
}

h1, .h1 {
  font-size: 2.25rem;
}
@media (min-width: 576px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 782px) {
  h1, .h1 {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 3rem;
  }
}

h2, .h2, .blockquote-type-1 p {
  font-size: 2rem;
}
@media (min-width: 576px) {
  h2, .h2, .blockquote-type-1 p {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 782px) {
  h2, .h2, .blockquote-type-1 p {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  h2, .h2, .blockquote-type-1 p {
    font-size: 2.75rem;
  }
}

h3, .h3, .content-gutenberg h1, .content-gutenberg h2, .content-gutenberg h3, .content-gutenberg h4, .content-gutenberg h5, .form-type-0 .wpforms-title, .content-gutenberg .wpforms-container .wpforms-title {
  font-size: 1.75rem;
}
@media (min-width: 576px) {
  h3, .h3, .content-gutenberg h1, .content-gutenberg h2, .content-gutenberg h3, .content-gutenberg h4, .content-gutenberg h5, .form-type-0 .wpforms-title, .content-gutenberg .wpforms-container .wpforms-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 782px) {
  h3, .h3, .content-gutenberg h1, .content-gutenberg h2, .content-gutenberg h3, .content-gutenberg h4, .content-gutenberg h5, .form-type-0 .wpforms-title, .content-gutenberg .wpforms-container .wpforms-title {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 992px) {
  h3, .h3, .content-gutenberg h1, .content-gutenberg h2, .content-gutenberg h3, .content-gutenberg h4, .content-gutenberg h5, .form-type-0 .wpforms-title, .content-gutenberg .wpforms-container .wpforms-title {
    font-size: 2.5rem;
  }
}

h4, .h4, .blockquote-type-10 p, blockquote p {
  font-size: 1.625rem;
}
@media (min-width: 576px) {
  h4, .h4, .blockquote-type-10 p, blockquote p {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 782px) {
  h4, .h4, .blockquote-type-10 p, blockquote p {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  h4, .h4, .blockquote-type-10 p, blockquote p {
    font-size: 2rem;
  }
}

h5, .h5, .blockquote-type-10 cite span, .blockquote-type-9 p, .blockquote-type-8 p, .blockquote-type-7 p, .blockquote-type-6 p, .blockquote-type-5 p, .blockquote-type-4 p, .blockquote-type-3 p, .blockquote-type-2 p {
  font-size: 1.375rem;
}
@media (min-width: 576px) {
  h5, .h5, .blockquote-type-10 cite span, .blockquote-type-9 p, .blockquote-type-8 p, .blockquote-type-7 p, .blockquote-type-6 p, .blockquote-type-5 p, .blockquote-type-4 p, .blockquote-type-3 p, .blockquote-type-2 p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 782px) {
  h5, .h5, .blockquote-type-10 cite span, .blockquote-type-9 p, .blockquote-type-8 p, .blockquote-type-7 p, .blockquote-type-6 p, .blockquote-type-5 p, .blockquote-type-4 p, .blockquote-type-3 p, .blockquote-type-2 p {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 992px) {
  h5, .h5, .blockquote-type-10 cite span, .blockquote-type-9 p, .blockquote-type-8 p, .blockquote-type-7 p, .blockquote-type-6 p, .blockquote-type-5 p, .blockquote-type-4 p, .blockquote-type-3 p, .blockquote-type-2 p {
    font-size: 1.75rem;
  }
}

h6, .h6, .post-navigation-type-1 .pagination .page-numbers, .nav-type-0 .top-bar-cta a:before, .table-type-2 td:first-of-type, .table-type-2 tr:first-of-type td:first-of-type, .table-type-2 tr:first-of-type th:first-of-type, table tr:first-of-type td, table tr:first-of-type th, .list-labels li, .list-ordered li:before, label, .label {
  color: #007aca;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.025rem;
  font-size: 0.875rem;
}

p, .p, .table-type-2 tr:first-of-type td, .table-type-2 tr:first-of-type th, table td, .blockquote-type-10 cite, .blockquote-type-9 cite, .blockquote-type-8 cite span, .blockquote-type-7 cite span, .blockquote-type-6 cite span, .blockquote-type-5 cite span, .blockquote-type-4 cite span, .blockquote-type-3 cite, .blockquote-type-2 cite, blockquote cite, .form-type-00 .wpforms-field-checkbox input[type=checkbox] + label, .form-type-00 label.wpforms-error, .form-type-00 .wpforms-field-description, .form-type-00 input, .form-type-0 .wpforms-field-radio input[type=radio] + label, .content-gutenberg .wpforms-container .wpforms-field-radio input[type=radio] + label, .form-type-0 .wpforms-field-checkbox input[type=checkbox] + label, .content-gutenberg .wpforms-container .wpforms-field-checkbox input[type=checkbox] + label, .form-type-0 label.wpforms-error, .content-gutenberg .wpforms-container label.wpforms-error, .form-type-0 .wpforms-field-description, .content-gutenberg .wpforms-container .wpforms-field-description, .form-type-0 .wpforms-description, .content-gutenberg .wpforms-container .wpforms-description, .form-type-0 select, .content-gutenberg .wpforms-container select, .form-type-0 textarea, .content-gutenberg .wpforms-container textarea, .form-type-0 input, .content-gutenberg .wpforms-container input, .input-m, ul, ol {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.125rem;
  text-transform: none;
  letter-spacing: -0.00625rem;
}

label, .label {
  color: #007aca;
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
}

.label {
  background-color: rgba(0, 122, 202, 0.1);
  padding: 0.25rem 0.75rem 0.125rem 0.75rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.label span {
  color: #282828;
}

.label-neg {
  background-color: rgba(255, 255, 255, 0.16);
  color: #FFF;
  padding: 0.25rem 0.75rem 0.125rem 0.75rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.label-neg span {
  color: #282828;
}

body {
  background-color: #FFF;
}

.divider {
  display: block;
  background-color: #f0f2f5;
  height: 0.125rem;
  width: 100%;
}

.divider-pos {
  width: 100%;
  margin-top: 3rem;
}

.divider-neg-1 {
  width: 100%;
  margin-top: -3rem;
}
@media (min-width: 576px) {
  .divider-neg-1 {
    margin-top: -4.5rem;
  }
}
@media screen and (min-width: 782px) {
  .divider-neg-1 {
    margin-top: -1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .divider-neg-1 {
    margin-top: -6rem;
  }
}

.divider-neg-2 {
  width: 100%;
  margin-top: -1.5rem;
}
@media (min-width: 576px) {
  .divider-neg-2 {
    margin-top: -3rem;
  }
}
@media screen and (min-width: 992px) {
  .divider-neg-2 {
    margin-top: -6rem;
  }
}

.animate-in-on-scroll {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0.01;
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  -moz-transform: scale3d(0.8, 0.8, 0.8);
  -ms-transform: scale3d(0.8, 0.8, 0.8);
  -o-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.animate-in-on-scroll.is-visible {
  opacity: 1 !important;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.slide-left-on-scroll {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0.01;
  -webkit-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  -o-transform: translateX(-200px);
  transform: translateX(-200px);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.slide-left-on-scroll.is-visible {
  opacity: 1 !important;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.slide-right-on-scroll {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0.01;
  -webkit-transform: translateX(200px);
  -moz-transform: translateX(200px);
  -ms-transform: translateX(200px);
  -o-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.slide-right-on-scroll.is-visible {
  opacity: 1 !important;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.content-boxed > *, .content-img > *, .content-bordered > *, .content > * {
  margin-top: 1.5rem;
}
.content-boxed p, .content-img p, .content-bordered p, .content p, .content-boxed .p, .content-img .p, .content-bordered .p, .content .p {
  margin-top: 0.75rem;
}
.content-boxed h6, .content-img h6, .content-bordered h6, .content h6, .content-boxed .h6, .content-img .h6, .content-bordered .h6, .content .h6 {
  margin-bottom: 1rem;
}
.content-boxed label, .content-img label, .content-bordered label, .content label, .content-boxed .label, .content-img .label, .content-bordered .label, .content .label {
  margin-bottom: 1rem;
}
.content-boxed h1, .content-img h1, .content-bordered h1, .content h1, .content-boxed h2, .content-img h2, .content-bordered h2, .content h2, .content-boxed h3, .content-img h3, .content-bordered h3, .content h3, .content-boxed h4, .content-img h4, .content-bordered h4, .content h4, .content-boxed h5, .content-img h5, .content-bordered h5, .content h5, .content-boxed .h1, .content-img .h1, .content-bordered .h1, .content .h1, .content-boxed .h2, .content-img .h2, .content-bordered .h2, .content .h2, .content-boxed .h3, .content-img .h3, .content-bordered .h3, .content .h3, .content-boxed .h4, .content-img .h4, .content-bordered .h4, .content .h4, .content-boxed .h5, .content-img .h5, .content-bordered .h5, .content .h5 {
  margin-top: 0;
}
.content-boxed h1 + h6, .content-img h1 + h6, .content-bordered h1 + h6, .content h1 + h6, .content-boxed h1 + label, .content-img h1 + label, .content-bordered h1 + label, .content h1 + label, .content-boxed h1 + .h6, .content-img h1 + .h6, .content-bordered h1 + .h6, .content h1 + .h6, .content-boxed h1 + .label, .content-img h1 + .label, .content-bordered h1 + .label, .content h1 + .label, .content-boxed h2 + h6, .content-img h2 + h6, .content-bordered h2 + h6, .content h2 + h6, .content-boxed h2 + label, .content-img h2 + label, .content-bordered h2 + label, .content h2 + label, .content-boxed h2 + .h6, .content-img h2 + .h6, .content-bordered h2 + .h6, .content h2 + .h6, .content-boxed h2 + .label, .content-img h2 + .label, .content-bordered h2 + .label, .content h2 + .label, .content-boxed h3 + h6, .content-img h3 + h6, .content-bordered h3 + h6, .content h3 + h6, .content-boxed h3 + label, .content-img h3 + label, .content-bordered h3 + label, .content h3 + label, .content-boxed h3 + .h6, .content-img h3 + .h6, .content-bordered h3 + .h6, .content h3 + .h6, .content-boxed h3 + .label, .content-img h3 + .label, .content-bordered h3 + .label, .content h3 + .label, .content-boxed h4 + h6, .content-img h4 + h6, .content-bordered h4 + h6, .content h4 + h6, .content-boxed h4 + label, .content-img h4 + label, .content-bordered h4 + label, .content h4 + label, .content-boxed h4 + .h6, .content-img h4 + .h6, .content-bordered h4 + .h6, .content h4 + .h6, .content-boxed h4 + .label, .content-img h4 + .label, .content-bordered h4 + .label, .content h4 + .label, .content-boxed h5 + h6, .content-img h5 + h6, .content-bordered h5 + h6, .content h5 + h6, .content-boxed h5 + label, .content-img h5 + label, .content-bordered h5 + label, .content h5 + label, .content-boxed h5 + .h6, .content-img h5 + .h6, .content-bordered h5 + .h6, .content h5 + .h6, .content-boxed h5 + .label, .content-img h5 + .label, .content-bordered h5 + .label, .content h5 + .label, .content-boxed .h1 + h6, .content-img .h1 + h6, .content-bordered .h1 + h6, .content .h1 + h6, .content-boxed .h1 + label, .content-img .h1 + label, .content-bordered .h1 + label, .content .h1 + label, .content-boxed .h1 + .h6, .content-img .h1 + .h6, .content-bordered .h1 + .h6, .content .h1 + .h6, .content-boxed .h1 + .label, .content-img .h1 + .label, .content-bordered .h1 + .label, .content .h1 + .label, .content-boxed .h2 + h6, .content-img .h2 + h6, .content-bordered .h2 + h6, .content .h2 + h6, .content-boxed .h2 + label, .content-img .h2 + label, .content-bordered .h2 + label, .content .h2 + label, .content-boxed .h2 + .h6, .content-img .h2 + .h6, .content-bordered .h2 + .h6, .content .h2 + .h6, .content-boxed .h2 + .label, .content-img .h2 + .label, .content-bordered .h2 + .label, .content .h2 + .label, .content-boxed .h3 + h6, .content-img .h3 + h6, .content-bordered .h3 + h6, .content .h3 + h6, .content-boxed .h3 + label, .content-img .h3 + label, .content-bordered .h3 + label, .content .h3 + label, .content-boxed .h3 + .h6, .content-img .h3 + .h6, .content-bordered .h3 + .h6, .content .h3 + .h6, .content-boxed .h3 + .label, .content-img .h3 + .label, .content-bordered .h3 + .label, .content .h3 + .label, .content-boxed .h4 + h6, .content-img .h4 + h6, .content-bordered .h4 + h6, .content .h4 + h6, .content-boxed .h4 + label, .content-img .h4 + label, .content-bordered .h4 + label, .content .h4 + label, .content-boxed .h4 + .h6, .content-img .h4 + .h6, .content-bordered .h4 + .h6, .content .h4 + .h6, .content-boxed .h4 + .label, .content-img .h4 + .label, .content-bordered .h4 + .label, .content .h4 + .label, .content-boxed .h5 + h6, .content-img .h5 + h6, .content-bordered .h5 + h6, .content .h5 + h6, .content-boxed .h5 + label, .content-img .h5 + label, .content-bordered .h5 + label, .content .h5 + label, .content-boxed .h5 + .h6, .content-img .h5 + .h6, .content-bordered .h5 + .h6, .content .h5 + .h6, .content-boxed .h5 + .label, .content-img .h5 + .label, .content-bordered .h5 + .label, .content .h5 + .label {
  margin-top: 0.625rem;
  margin-bottom: 0;
}
.content-boxed h1 span, .content-img h1 span, .content-bordered h1 span, .content h1 span, .content-boxed h2 span, .content-img h2 span, .content-bordered h2 span, .content h2 span, .content-boxed h3 span, .content-img h3 span, .content-bordered h3 span, .content h3 span, .content-boxed h4 span, .content-img h4 span, .content-bordered h4 span, .content h4 span, .content-boxed h5 span, .content-img h5 span, .content-bordered h5 span, .content h5 span, .content-boxed .h1 span, .content-img .h1 span, .content-bordered .h1 span, .content .h1 span, .content-boxed .h2 span, .content-img .h2 span, .content-bordered .h2 span, .content .h2 span, .content-boxed .h3 span, .content-img .h3 span, .content-bordered .h3 span, .content .h3 span, .content-boxed .h4 span, .content-img .h4 span, .content-bordered .h4 span, .content .h4 span, .content-boxed .h5 span, .content-img .h5 span, .content-bordered .h5 span, .content .h5 span {
  color: #007aca;
}
.content-boxed > .img-wrp, .content-img > .img-wrp, .content-bordered > .img-wrp, .content > .img-wrp, .content-boxed > img, .content-img > img, .content-bordered > img, .content > img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.content-boxed .img-header, .content-img .img-header, .content-bordered .img-header, .content .img-header {
  height: calc(((100vw - 1.5rem) * 12 / 12 - 1.5rem) / 2);
}
@media screen and (min-width: 992px) {
  .content-boxed .img-header, .content-img .img-header, .content-bordered .img-header, .content .img-header {
    height: calc(((100vw - 3rem) * 6 / 12 - 3rem) / 2);
  }
}
@media screen and (min-width: 1300px) {
  .content-boxed .img-header, .content-img .img-header, .content-bordered .img-header, .content .img-header {
    height: calc(((1300px - 3rem) * 6 / 12 - 3rem) / 2);
  }
}
.content-boxed > ul, .content-img > ul, .content-bordered > ul, .content > ul, .content-boxed > ol, .content-img > ol, .content-bordered > ol, .content > ol {
  margin-top: 1.75rem;
}
.content-boxed [class*=btn-], .content-img [class*=btn-], .content-bordered [class*=btn-], .content [class*=btn-] {
  margin-top: 0.5rem;
  margin-right: 0.25rem;
  vertical-align: bottom;
}
.content-boxed [class*=btn-]:first-of-type, .content-img [class*=btn-]:first-of-type, .content-bordered [class*=btn-]:first-of-type, .content [class*=btn-]:first-of-type {
  margin-top: 2.25rem;
}
.content-boxed [class*=btn-]:last-of-type, .content-img [class*=btn-]:last-of-type, .content-bordered [class*=btn-]:last-of-type, .content [class*=btn-]:last-of-type {
  margin-right: 0;
}
.content-boxed .btn-block, .content-img .btn-block, .content-bordered .btn-block, .content .btn-block {
  margin-top: 0.75rem;
}
.content-boxed .btn-block:first-of-type, .content-img .btn-block:first-of-type, .content-bordered .btn-block:first-of-type, .content .btn-block:first-of-type {
  margin-top: 1.75rem;
}
.content-boxed .divider + *, .content-img .divider + *, .content-bordered .divider + *, .content .divider + * {
  margin-top: 1.5rem;
}
.content-boxed .sharedaddy, .content-img .sharedaddy, .content-bordered .sharedaddy, .content .sharedaddy {
  display: none !important;
}
.content-boxed > :first-child, .content-img > :first-child, .content-bordered > :first-child, .content > :first-child {
  margin-top: 0;
}
.content-boxed > :last-child, .content-img > :last-child, .content-bordered > :last-child, .content > :last-child {
  margin-bottom: 0;
}

.content-boxed, .content-img, .content-bordered {
  padding: 2.25rem;
  background-color: #FFF;
}
@media (min-width: 576px) {
  .content-boxed, .content-img, .content-bordered {
    padding: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .content-boxed, .content-img, .content-bordered {
    padding: 4.5rem;
  }
}
.content-boxed .img-header, .content-img .img-header, .content-bordered .img-header {
  margin: -2.25rem -2.25rem 2.25rem -2.25rem;
  width: calc(100% + 1.5rem * 3);
  z-index: 1;
}
@media (min-width: 576px) {
  .content-boxed .img-header, .content-img .img-header, .content-bordered .img-header {
    margin: -3rem -3rem 3rem -3rem;
    width: calc(100% + 3rem * 2);
  }
}
@media screen and (min-width: 1300px) {
  .content-boxed .img-header, .content-img .img-header, .content-bordered .img-header {
    margin: -4.5rem -4.5rem 4.5rem -4.5rem;
    width: calc(100% + 3rem * 3);
  }
}
.content-boxed .img-header + *, .content-img .img-header + *, .content-bordered .img-header + * {
  margin-top: 0;
}

.content-bordered {
  background-color: transparent;
  border: 0.125rem solid #f0f2f5;
}
.content-bordered .img-header {
  margin: -2.375rem -2.375rem 2.25rem -2.375rem;
  width: calc(100% + 1.5rem * 3 + 0.125rem * 2);
}
@media (min-width: 576px) {
  .content-bordered .img-header {
    margin: -3.125rem -3.125rem 3rem -3.125rem;
    width: calc(100% + 3rem * 2 + 0.125rem * 2);
  }
}

.content-img {
  background-color: transparent;
  position: relative;
  color: #FFF;
}
.content-img > :first-child.img-wrp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.content-img > :first-child.img-wrp:after {
  background-image: linear-gradient(to top right, rgba(40, 40, 40, 0.9), rgba(40, 40, 40, 0.5));
  z-index: -1;
}
.content-img > :nth-child(2):not(.img-header) {
  margin-top: 0;
}

.slider-type-3 .swiper-slide > .img-wrp:after, .review-type-0 .review-icon:nth-of-type(5):after, .review-type-0 .review-icon:before, .content-img > :first-child.img-wrp:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.icon-location-2-neg, .icon-location-2-pos, .icon-location-2-dark, .icon-location-neg, .list-icon-neg li.location:before, .icon-location-pos, .list-icon-pos li.location:before, .icon-location-dark, .list-icon-dark li.location:before, .icon-star-neg, .review-type-0 .review-icon:nth-of-type(5):after, .icon-star-pos, .review-type-0 .review-icon:before, .icon-star-dark, .icon-quote-neg, .blockquote-type-10:before, .blockquote-type-9:before, .blockquote-type-8:before, .blockquote-type-6:before, .blockquote-type-5:before, .blockquote-type-3:before, .icon-quote-pos, .posts-type-3 .citaat:before, .posts-type-3 .citaat:after, .casestudies-type-3 .citaat:before, .casestudies-type-3 .citaat:after, .casestudies-type-2 .citaat:before, .casestudies-type-2 .citaat:after, .casestudies-type-1 .citaat:before, .casestudies-type-1 .citaat:after, .blockquote-type-11 p:before, .blockquote-type-11 p:after, .blockquote-type-1 p:before, .blockquote-type-1 p:after, blockquote p:before, blockquote p:after, .icon-quote-dark, .icon-email-neg, .list-icon-neg li.mail:before, .icon-email-pos, .list-icon-pos li.mail:before, .icon-email-dark, .icon-link.mail:before, .list-icon-dark li.mail:before, .icon-plus-neg, .icon-plus-pos, .icon-plus-dark, .icon-phone-2-neg, .icon-phone-2-pos, .icon-phone-2-dark, .icon-phone-neg, .list-icon-neg li.phone:before, .icon-phone-pos, .list-icon-pos li.phone:before, .icon-phone-dark, .icon-link.phone:before, .icon-link:before, .list-icon-dark li.phone:before, .icon-mail-neg, .icon-mail-pos, .icon-mail-dark, .icon-twitter-neg, .icon-twitter-pos, .icon-twitter-dark, .icon-facebook-neg, .icon-facebook-pos, .icon-facebook-dark, .icon-linkedin-neg, .icon-linkedin-pos, .icon-linkedin-dark, .icon-gem-neg, .icon-gem-pos, .icon-gem-dark, .icon-flag-nl-neg, .icon-flag-nl-pos, .icon-flag-nl-dark, .icon-flag-gb-neg, .icon-flag-gb-pos, .icon-flag-gb-dark, .icon-check-circle-neg, .icon-check-circle-pos, .icon-check-circle-dark, .icon-check-neg, .form-type-00 .wpforms-field-checkbox input[type=checkbox] + label:after, .form-type-0 .wpforms-field-checkbox input[type=checkbox] + label:after, .content-gutenberg .wpforms-container .wpforms-field-checkbox input[type=checkbox] + label:after, .list-icon-neg li:before, .icon-check-pos, .list-checklist li:before, .list-icon-pos li:before, .icon-check-dark, .list-icon-dark li:before, .icon-arrow-neg, .btn-arrow:after, .nav-type-0 .nav-mobile .nav-mobile-cta-btn a:after, .form-type-0 button:after, .content-gutenberg .wpforms-container button:after, .icon-arrow-pos, .form-type-00 button:after, .icon-arrow-dark, .icon-lock-neg, .icon-lock-pos, .icon-lock-dark, .icon-euro-neg, .icon-euro-pos, .icon-euro-dark, .icon-calendar-neg, .icon-calendar-pos, .icon-calendar-dark, .icon-close-neg, .list-icon-neg li.cross:before, .icon-close-pos, .list-icon-pos li.cross:before, .icon-close-dark, .list-checklist li.cross:before, .list-icon-dark li.cross:before, .icon-clock-neg, .icon-clock-pos, .icon-clock-dark, .icon-account-neg, .icon-account-pos, .icon-account-dark {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-account-dark {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/account.svg");
  filter: invert(15%) sepia(0%) saturate(1422%) hue-rotate(176deg) brightness(96%) contrast(97%);
}

.icon-account-pos {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/account.svg");
  filter: invert(31%) sepia(100%) saturate(1253%) hue-rotate(181deg) brightness(91%) contrast(102%);
}

.icon-account-neg {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/account.svg");
  filter: brightness(0) invert(1);
}

.icon-clock-dark {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/clock.svg");
  filter: invert(15%) sepia(0%) saturate(1422%) hue-rotate(176deg) brightness(96%) contrast(97%);
}

.icon-clock-pos {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/clock.svg");
  filter: invert(31%) sepia(100%) saturate(1253%) hue-rotate(181deg) brightness(91%) contrast(102%);
}

.icon-clock-neg {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/clock.svg");
  filter: brightness(0) invert(1);
}

.icon-close-dark, .list-checklist li.cross:before, .list-icon-dark li.cross:before {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/close.svg");
  filter: invert(15%) sepia(0%) saturate(1422%) hue-rotate(176deg) brightness(96%) contrast(97%);
}

.icon-close-pos, .list-icon-neg li.cross:before, .list-icon-dark li.cross:before, .list-icon-pos li.cross:before {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/close.svg");
  filter: invert(31%) sepia(100%) saturate(1253%) hue-rotate(181deg) brightness(91%) contrast(102%);
}

.icon-close-neg, .list-icon-neg li.cross:before {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/close.svg");
  filter: brightness(0) invert(1);
}

.icon-calendar-dark {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/calendar.svg");
  filter: invert(15%) sepia(0%) saturate(1422%) hue-rotate(176deg) brightness(96%) contrast(97%);
}

.icon-calendar-pos {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/calendar.svg");
  filter: invert(31%) sepia(100%) saturate(1253%) hue-rotate(181deg) brightness(91%) contrast(102%);
}

.icon-calendar-neg {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/calendar.svg");
  filter: brightness(0) invert(1);
}

.icon-euro-dark {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/euro.svg");
  filter: invert(15%) sepia(0%) saturate(1422%) hue-rotate(176deg) brightness(96%) contrast(97%);
}

.icon-euro-pos {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/euro.svg");
  filter: invert(31%) sepia(100%) saturate(1253%) hue-rotate(181deg) brightness(91%) contrast(102%);
}

.icon-euro-neg {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/euro.svg");
  filter: brightness(0) invert(1);
}

.icon-lock-dark {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/lock.svg");
  filter: invert(15%) sepia(0%) saturate(1422%) hue-rotate(176deg) brightness(96%) contrast(97%);
}

.icon-lock-pos {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/lock.svg");
  filter: invert(31%) sepia(100%) saturate(1253%) hue-rotate(181deg) brightness(91%) contrast(102%);
}

.icon-lock-neg {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/lock.svg");
  filter: brightness(0) invert(1);
}

.icon-arrow-dark {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/arrow.svg");
  filter: invert(15%) sepia(0%) saturate(1422%) hue-rotate(176deg) brightness(96%) contrast(97%);
}

.icon-arrow-pos, .form-type-00 button:after {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/arrow.svg");
  filter: invert(31%) sepia(100%) saturate(1253%) hue-rotate(181deg) brightness(91%) contrast(102%);
}

.icon-arrow-neg, .btn-arrow:after, .nav-type-0 .nav-mobile .nav-mobile-cta-btn a:after, .form-type-0 button:after, .content-gutenberg .wpforms-container button:after {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/arrow.svg");
  filter: brightness(0) invert(1);
}

.icon-check-dark, .list-icon-dark li:before {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/check.svg");
  filter: invert(15%) sepia(0%) saturate(1422%) hue-rotate(176deg) brightness(96%) contrast(97%);
}

.icon-check-pos, .list-checklist li:before, .list-icon-neg li:before, .list-icon-dark li:before, .list-icon-pos li:before {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/check.svg");
  filter: invert(31%) sepia(100%) saturate(1253%) hue-rotate(181deg) brightness(91%) contrast(102%);
}

.icon-check-neg, .form-type-00 .wpforms-field-checkbox input[type=checkbox] + label:after, .form-type-0 .wpforms-field-checkbox input[type=checkbox] + label:after, .content-gutenberg .wpforms-container .wpforms-field-checkbox input[type=checkbox] + label:after, .list-icon-neg li:before {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/check.svg");
  filter: brightness(0) invert(1);
}

.icon-check-circle-dark {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/check-circle.svg");
  filter: invert(15%) sepia(0%) saturate(1422%) hue-rotate(176deg) brightness(96%) contrast(97%);
}

.icon-check-circle-pos {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/check-circle.svg");
  filter: invert(31%) sepia(100%) saturate(1253%) hue-rotate(181deg) brightness(91%) contrast(102%);
}

.icon-check-circle-neg {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/check-circle.svg");
  filter: brightness(0) invert(1);
}

.icon-flag-gb-dark {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/flag-gb.svg");
  filter: invert(15%) sepia(0%) saturate(1422%) hue-rotate(176deg) brightness(96%) contrast(97%);
}

.icon-flag-gb-pos {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/flag-gb.svg");
  filter: invert(31%) sepia(100%) saturate(1253%) hue-rotate(181deg) brightness(91%) contrast(102%);
}

.icon-flag-gb-neg {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/flag-gb.svg");
  filter: brightness(0) invert(1);
}

.icon-flag-nl-dark {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/flag-nl.svg");
  filter: invert(15%) sepia(0%) saturate(1422%) hue-rotate(176deg) brightness(96%) contrast(97%);
}

.icon-flag-nl-pos {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/flag-nl.svg");
  filter: invert(31%) sepia(100%) saturate(1253%) hue-rotate(181deg) brightness(91%) contrast(102%);
}

.icon-flag-nl-neg {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/flag-nl.svg");
  filter: brightness(0) invert(1);
}

.icon-gem-dark {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/gem.svg");
  filter: invert(15%) sepia(0%) saturate(1422%) hue-rotate(176deg) brightness(96%) contrast(97%);
}

.icon-gem-pos {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/gem.svg");
  filter: invert(31%) sepia(100%) saturate(1253%) hue-rotate(181deg) brightness(91%) contrast(102%);
}

.icon-gem-neg {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/gem.svg");
  filter: brightness(0) invert(1);
}

.icon-linkedin-dark {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/linkedin.svg");
  filter: invert(15%) sepia(0%) saturate(1422%) hue-rotate(176deg) brightness(96%) contrast(97%);
}

.icon-linkedin-pos {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/linkedin.svg");
  filter: invert(31%) sepia(100%) saturate(1253%) hue-rotate(181deg) brightness(91%) contrast(102%);
}

.icon-linkedin-neg {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/linkedin.svg");
  filter: brightness(0) invert(1);
}

.icon-facebook-dark {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/facebook.svg");
  filter: invert(15%) sepia(0%) saturate(1422%) hue-rotate(176deg) brightness(96%) contrast(97%);
}

.icon-facebook-pos {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/facebook.svg");
  filter: invert(31%) sepia(100%) saturate(1253%) hue-rotate(181deg) brightness(91%) contrast(102%);
}

.icon-facebook-neg {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/facebook.svg");
  filter: brightness(0) invert(1);
}

.icon-twitter-dark {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/twitter.svg");
  filter: invert(15%) sepia(0%) saturate(1422%) hue-rotate(176deg) brightness(96%) contrast(97%);
}

.icon-twitter-pos {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/twitter.svg");
  filter: invert(31%) sepia(100%) saturate(1253%) hue-rotate(181deg) brightness(91%) contrast(102%);
}

.icon-twitter-neg {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/twitter.svg");
  filter: brightness(0) invert(1);
}

.icon-mail-dark {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/mail.svg");
  filter: invert(15%) sepia(0%) saturate(1422%) hue-rotate(176deg) brightness(96%) contrast(97%);
}

.icon-mail-pos {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/mail.svg");
  filter: invert(31%) sepia(100%) saturate(1253%) hue-rotate(181deg) brightness(91%) contrast(102%);
}

.icon-mail-neg {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/mail.svg");
  filter: brightness(0) invert(1);
}

.icon-phone-dark, .icon-link.phone:before, .icon-link:before, .list-icon-dark li.phone:before {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/phone.svg");
  filter: invert(15%) sepia(0%) saturate(1422%) hue-rotate(176deg) brightness(96%) contrast(97%);
}

.icon-phone-pos, .list-icon-neg li.phone:before, .list-icon-dark li.phone:before, .list-icon-pos li.phone:before {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/phone.svg");
  filter: invert(31%) sepia(100%) saturate(1253%) hue-rotate(181deg) brightness(91%) contrast(102%);
}

.icon-phone-neg, .list-icon-neg li.phone:before {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/phone.svg");
  filter: brightness(0) invert(1);
}

.icon-phone-2-dark {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/phone-2.svg");
  filter: invert(15%) sepia(0%) saturate(1422%) hue-rotate(176deg) brightness(96%) contrast(97%);
}

.icon-phone-2-pos {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/phone-2.svg");
  filter: invert(31%) sepia(100%) saturate(1253%) hue-rotate(181deg) brightness(91%) contrast(102%);
}

.icon-phone-2-neg {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/phone-2.svg");
  filter: brightness(0) invert(1);
}

.icon-plus-dark {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/plus.svg");
  filter: invert(15%) sepia(0%) saturate(1422%) hue-rotate(176deg) brightness(96%) contrast(97%);
}

.icon-plus-pos {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/plus.svg");
  filter: invert(31%) sepia(100%) saturate(1253%) hue-rotate(181deg) brightness(91%) contrast(102%);
}

.icon-plus-neg {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/plus.svg");
  filter: brightness(0) invert(1);
}

.icon-email-dark, .icon-link.mail:before, .list-icon-dark li.mail:before {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/email.svg");
  filter: invert(15%) sepia(0%) saturate(1422%) hue-rotate(176deg) brightness(96%) contrast(97%);
}

.icon-email-pos, .list-icon-neg li.mail:before, .list-icon-dark li.mail:before, .list-icon-pos li.mail:before {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/email.svg");
  filter: invert(31%) sepia(100%) saturate(1253%) hue-rotate(181deg) brightness(91%) contrast(102%);
}

.icon-email-neg, .list-icon-neg li.mail:before {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/email.svg");
  filter: brightness(0) invert(1);
}

.icon-quote-dark {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/quote.svg");
  filter: invert(15%) sepia(0%) saturate(1422%) hue-rotate(176deg) brightness(96%) contrast(97%);
}

.icon-quote-pos, .posts-type-3 .citaat:before, .posts-type-3 .citaat:after, .casestudies-type-3 .citaat:before, .casestudies-type-3 .citaat:after, .casestudies-type-2 .citaat:before, .casestudies-type-2 .citaat:after, .casestudies-type-1 .citaat:before, .casestudies-type-1 .citaat:after, .blockquote-type-11 p:before, .blockquote-type-11 p:after, .blockquote-type-1 p:before, .blockquote-type-1 p:after, blockquote p:before, blockquote p:after {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/quote.svg");
  filter: invert(31%) sepia(100%) saturate(1253%) hue-rotate(181deg) brightness(91%) contrast(102%);
}

.icon-quote-neg, .blockquote-type-10:before, .blockquote-type-9:before, .blockquote-type-8:before, .blockquote-type-6:before, .blockquote-type-5:before, .blockquote-type-3:before {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/quote.svg");
  filter: brightness(0) invert(1);
}

.icon-star-dark {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/star.svg");
  filter: invert(15%) sepia(0%) saturate(1422%) hue-rotate(176deg) brightness(96%) contrast(97%);
}

.icon-star-pos, .review-type-0 .review-icon:before {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/star.svg");
  filter: invert(31%) sepia(100%) saturate(1253%) hue-rotate(181deg) brightness(91%) contrast(102%);
}

.icon-star-neg, .review-type-0 .review-icon:nth-of-type(5):after {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/star.svg");
  filter: brightness(0) invert(1);
}

.icon-location-dark, .list-icon-dark li.location:before {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/location.svg");
  filter: invert(15%) sepia(0%) saturate(1422%) hue-rotate(176deg) brightness(96%) contrast(97%);
}

.icon-location-pos, .list-icon-neg li.location:before, .list-icon-dark li.location:before, .list-icon-pos li.location:before {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/location.svg");
  filter: invert(31%) sepia(100%) saturate(1253%) hue-rotate(181deg) brightness(91%) contrast(102%);
}

.icon-location-neg, .list-icon-neg li.location:before {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/location.svg");
  filter: brightness(0) invert(1);
}

.icon-location-2-dark {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/location-2.svg");
  filter: invert(15%) sepia(0%) saturate(1422%) hue-rotate(176deg) brightness(96%) contrast(97%);
}

.icon-location-2-pos {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/location-2.svg");
  filter: invert(31%) sepia(100%) saturate(1253%) hue-rotate(181deg) brightness(91%) contrast(102%);
}

.icon-location-2-neg {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/icons/location-2.svg");
  filter: brightness(0) invert(1);
}

.icon-xxs {
  width: 1rem;
  height: 1rem;
}

.icon-xs {
  width: 1.25rem;
  height: 1.25rem;
}

.icon-s {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-m {
  width: 2rem;
  height: 2rem;
}

.icon-l {
  width: 3rem;
  height: 3rem;
}

.icon-xl {
  width: 4rem;
  height: 4rem;
}

.icon-xxl {
  width: 5rem;
  height: 5rem;
}

.logo-logo-neg, .logo-logo-pos {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-logo-pos {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/logos/logo-pos.svg");
}

.logo-logo-neg {
  background-image: url("/wp-content/themes/ocjWpSeed/assets/logos/logo-neg.svg");
}

.blockquote-type-3 img, .blockquote-type-2 img, .slider-type-5 .img-wrp img, .author-type-0 .avatar .img-wrp img, .author-type-0 .logo .img-wrp img, .img-wrp img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}

.slider-type-5 .img-wrp, .author-type-0 .avatar .img-wrp, .author-type-0 .logo .img-wrp, .img-wrp {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 1rem; /* helper for visibility, should always be overwriten */
}
.filtered-image {
  position: relative;
}
.filtered-image img {
  filter: grayscale(100%) contrast(1) blur(0px);
  mix-blend-mode: multiply;
}
.filtered-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #007aca;
  mix-blend-mode: multiply;
}

.filtered-image-bg {
  overflow: hidden;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.filtered-image-bg img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  filter: grayscale(100%) contrast(1) blur(0px);
  mix-blend-mode: multiply;
  object-fit: cover;
}
.filtered-image-bg:before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #007aca;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.filtered-image-bg-2 {
  overflow: hidden;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.filtered-image-bg-2 img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  filter: grayscale(100%) brightness(0.7);
  object-fit: cover;
}
.filtered-image-bg-2:before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #282828;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.image-decoration {
  position: relative;
  background-color: #f0f2f5;
  margin: 2.25rem;
}
.image-decoration:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -2.25rem;
  left: -2.25rem;
  height: 12rem;
  width: 12rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='14' y='14' rx='0' ry='0' stroke='%2318314F' stroke-width='2px' width='14px' height='14px' fill='none'/%3E%3C/svg%3E");
  background-repeat: round;
  background-position: center;
  background-size: 2.5rem 2.5rem;
}
.image-decoration:after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -2.25rem;
  right: -2.25rem;
  height: 12rem;
  width: 12rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='14' y='14' rx='50' ry='50' stroke='%23EF2D56' stroke-width='2px' width='14px' height='14px' fill='none'/%3E%3C/svg%3E");
  background-repeat: round;
  background-position: center;
  background-size: 2.5rem 2.5rem;
}
.image-decoration img {
  position: relative;
}

ul, ol {
  display: block;
  padding-left: 1.625rem;
}
ul li, ol li {
  position: relative;
  margin-bottom: 0.5rem;
}
ul li:last-of-type, ol li:last-of-type {
  margin-bottom: 0;
}
ul ul, ul ol, ol ul, ol ol {
  padding-top: 0.75rem;
}

.list-icon-neg, .list-icon-dark, .list-icon-pos {
  list-style-type: none;
  padding-left: 0.25rem;
}
.list-icon-neg li, .list-icon-dark li, .list-icon-pos li {
  margin-bottom: 0.5rem;
  padding-left: 2rem;
}
.list-icon-neg li:before, .list-icon-dark li:before, .list-icon-pos li:before {
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  position: absolute;
  left: 0rem;
  top: 0.25rem;
}
.list-icon-neg li.cross:before, .list-icon-dark li.cross:before, .list-icon-pos li.cross:before {
  height: 0.9375rem;
  width: 0.9375rem;
  left: 0.15625rem;
  top: 0.28125rem;
}
.list-icon-neg li.phone:before, .list-icon-dark li.phone:before, .list-icon-pos li.phone:before {
  height: 1.3125rem;
  width: 1.3125rem;
  left: -0.03125rem;
  top: 0.1875rem;
}
.list-icon-neg li.mail:before, .list-icon-dark li.mail:before, .list-icon-pos li.mail:before {
  height: 1.375rem;
  width: 1.375rem;
  left: -0.0625rem;
  top: 0.1875rem;
}
.list-icon-neg li.location:before, .list-icon-dark li.location:before, .list-icon-pos li.location:before {
  height: 1.375rem;
  width: 1.375rem;
  left: -0.0625rem;
  top: 0.1875rem;
}
.list-icon-neg li.none, .list-icon-dark li.none, .list-icon-pos li.none {
  padding-left: 0;
}
.list-icon-neg li.none:before, .list-icon-dark li.none:before, .list-icon-pos li.none:before {
  content: normal;
}

.list-icon-neg {
  color: #FFF;
}
.list-centered {
  list-style-type: none;
  padding-left: 0;
  text-align: center;
}
.list-centered li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.list-centered li:after {
  content: "";
  width: 1rem;
  height: 0.125rem;
  background-color: #007aca;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.list-centered li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.list-centered li:last-of-type:after {
  display: none;
}

.list-ordered {
  list-style-type: none;
  counter-reset: listOrdered;
  padding-left: 0;
}
.list-ordered li {
  margin-bottom: 0.75rem;
  padding-left: 2rem;
}
.list-ordered li:before {
  position: absolute;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  content: counters(listOrdered, ".") ".";
  counter-increment: listOrdered;
  top: 0.3125rem;
  left: 0;
  min-width: 1.25rem;
}

.list-checklist {
  list-style-type: none;
  padding-left: 0.25rem;
}
.list-checklist li {
  margin-bottom: 0.75rem;
  padding-top: 0.25rem;
  padding-left: 3rem;
}
.list-checklist li:before {
  content: "";
  height: 1.125rem;
  width: 1.125rem;
  position: absolute;
  left: 0.4375rem;
  top: 0.4375rem;
}
.list-checklist li.cross:before {
  height: 0.875rem;
  width: 0.875rem;
  left: 0.5625rem;
  top: 0.5625rem;
}
.list-checklist li:after {
  content: "";
  display: inline-block;
  height: 2rem;
  width: 2rem;
  background-color: rgba(0, 122, 202, 0.1);
  border: none;
  position: absolute;
  left: 0;
  top: 0;
}
.list-checklist li.cross:after {
  content: "";
  display: inline-block;
  height: 2rem;
  width: 2rem;
  background-color: rgba(40, 40, 40, 0.1);
  border: none;
}

.list-labels {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
.list-labels li {
  background-color: rgba(0, 122, 202, 0.1);
  padding: 0.625rem 1.25rem 0.5625rem 1.25rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin: 0;
}

.btn-4, .btn-3, .btn-2, .btn-1, .content-gutenberg .wp-block-file .wp-block-file__button, .nav-type-0 .nav-mobile .nav-mobile-cta-btn a, .nav-type-0 .nav-cta-btn a, .form-type-0 button, .content-gutenberg .wpforms-container button, a[href^="mailto:"] {
  cursor: pointer;
  overflow: hidden;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-family: "Ubuntu", sans-serif;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 100rem;
  -moz-border-radius: 100rem;
  border-radius: 100rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025rem;
}
.btn-1, .content-gutenberg .wp-block-file .wp-block-file__button, .nav-type-0 .nav-mobile .nav-mobile-cta-btn a, .nav-type-0 .nav-cta-btn a, .form-type-0 button, .content-gutenberg .wpforms-container button, a[href^="mailto:"] {
  background-color: #007aca;
  color: #FFF;
  border: 0.125rem solid #007aca;
}
.btn-1 [class*=icon-], .content-gutenberg .wp-block-file .wp-block-file__button [class*=icon-], .nav-type-0 .nav-mobile .nav-mobile-cta-btn a [class*=icon-], .nav-type-0 .nav-cta-btn a [class*=icon-], .form-type-0 button [class*=icon-], .content-gutenberg .wpforms-container button [class*=icon-], a[href^="mailto:"] [class*=icon-] {
  filter: brightness(0) invert(1);
}
.btn-1:after, .content-gutenberg .wp-block-file .wp-block-file__button:after, .nav-type-0 .nav-mobile .nav-mobile-cta-btn a:after, .nav-type-0 .nav-cta-btn a:after, .form-type-0 button:after, .content-gutenberg .wpforms-container button:after, a[href^="mailto:"]:after {
  filter: brightness(0) invert(1);
  border-color: #FFF !important;
}
.btn-1:hover, .btn-1:focus, .btn-1:active, .content-gutenberg .wp-block-file .wp-block-file__button:hover, .nav-type-0 .nav-mobile .nav-mobile-cta-btn a:hover, .nav-type-0 .nav-cta-btn a:hover, .form-type-0 button:hover, .content-gutenberg .wpforms-container button:hover, a[href^="mailto:"]:hover, .content-gutenberg .wp-block-file .wp-block-file__button:focus, .nav-type-0 .nav-mobile .nav-mobile-cta-btn a:focus, .nav-type-0 .nav-cta-btn a:focus, .form-type-0 button:focus, .content-gutenberg .wpforms-container button:focus, a[href^="mailto:"]:focus, .content-gutenberg .wp-block-file .wp-block-file__button:active, .nav-type-0 .nav-mobile .nav-mobile-cta-btn a:active, .nav-type-0 .nav-cta-btn a:active, .form-type-0 button:active, .content-gutenberg .wpforms-container button:active, a[href^="mailto:"]:active {
  background-color: rgb(0, 106.599009901, 176.5);
  color: #FFF;
  border: 0.125rem solid rgb(0, 106.599009901, 176.5);
  -webkit-box-shadow: 0 0 2.25rem -0.75rem rgba(0, 122, 202, 0.75);
  -moz-box-shadow: 0 0 2.25rem -0.75rem rgba(0, 122, 202, 0.75);
  box-shadow: 0 0 2.25rem -0.75rem rgba(0, 122, 202, 0.75);
}
.btn-1:hover [class*=icon-], .btn-1:focus [class*=icon-], .btn-1:active [class*=icon-], .content-gutenberg .wp-block-file .wp-block-file__button:hover [class*=icon-], .nav-type-0 .nav-mobile .nav-mobile-cta-btn a:hover [class*=icon-], .nav-type-0 .nav-cta-btn a:hover [class*=icon-], .form-type-0 button:hover [class*=icon-], .content-gutenberg .wpforms-container button:hover [class*=icon-], a[href^="mailto:"]:hover [class*=icon-], .content-gutenberg .wp-block-file .wp-block-file__button:focus [class*=icon-], .nav-type-0 .nav-mobile .nav-mobile-cta-btn a:focus [class*=icon-], .nav-type-0 .nav-cta-btn a:focus [class*=icon-], .form-type-0 button:focus [class*=icon-], .content-gutenberg .wpforms-container button:focus [class*=icon-], a[href^="mailto:"]:focus [class*=icon-], .content-gutenberg .wp-block-file .wp-block-file__button:active [class*=icon-], .nav-type-0 .nav-mobile .nav-mobile-cta-btn a:active [class*=icon-], .nav-type-0 .nav-cta-btn a:active [class*=icon-], .form-type-0 button:active [class*=icon-], .content-gutenberg .wpforms-container button:active [class*=icon-], a[href^="mailto:"]:active [class*=icon-] {
  filter: brightness(0) invert(1);
}
.btn-1:hover:after, .btn-1:focus:after, .btn-1:active:after, .content-gutenberg .wp-block-file .wp-block-file__button:hover:after, .nav-type-0 .nav-mobile .nav-mobile-cta-btn a:hover:after, .nav-type-0 .nav-cta-btn a:hover:after, .form-type-0 button:hover:after, .content-gutenberg .wpforms-container button:hover:after, a[href^="mailto:"]:hover:after, .content-gutenberg .wp-block-file .wp-block-file__button:focus:after, .nav-type-0 .nav-mobile .nav-mobile-cta-btn a:focus:after, .nav-type-0 .nav-cta-btn a:focus:after, .form-type-0 button:focus:after, .content-gutenberg .wpforms-container button:focus:after, a[href^="mailto:"]:focus:after, .content-gutenberg .wp-block-file .wp-block-file__button:active:after, .nav-type-0 .nav-mobile .nav-mobile-cta-btn a:active:after, .nav-type-0 .nav-cta-btn a:active:after, .form-type-0 button:active:after, .content-gutenberg .wpforms-container button:active:after, a[href^="mailto:"]:active:after {
  filter: brightness(0) invert(1);
  border-color: #FFF !important;
}

.btn-2 {
  background-color: #282828;
  color: #FFF;
  border: 0.125rem solid #282828;
}
.btn-2 [class*=icon-] {
  filter: brightness(0) invert(1);
}
.btn-2:after {
  filter: brightness(0) invert(1);
  border-color: #FFF !important;
}
.btn-2:hover, .btn-2:focus, .btn-2:active {
  background-color: #282828;
  color: #FFF;
  border: 0.125rem solid #282828;
  -webkit-box-shadow: 0 0 2.25rem -0.75rem rgba(40, 40, 40, 0.75);
  -moz-box-shadow: 0 0 2.25rem -0.75rem rgba(40, 40, 40, 0.75);
  box-shadow: 0 0 2.25rem -0.75rem rgba(40, 40, 40, 0.75);
}
.btn-2:hover [class*=icon-], .btn-2:focus [class*=icon-], .btn-2:active [class*=icon-] {
  filter: brightness(0) invert(1);
}
.btn-2:hover:after, .btn-2:focus:after, .btn-2:active:after {
  filter: brightness(0) invert(1);
  border-color: #FFF !important;
}

.btn-3 {
  background-color: transparent;
  color: #282828;
  border: 0.125rem solid rgb(218.5, 218.5, 218.5);
}
.btn-3 [class*=icon-] {
  filter: invert(15%) sepia(0%) saturate(1422%) hue-rotate(176deg) brightness(96%) contrast(97%);
}
.btn-3:after {
  filter: invert(15%) sepia(0%) saturate(1422%) hue-rotate(176deg) brightness(96%) contrast(97%);
  border-color: #282828 !important;
}
.btn-3:hover, .btn-3:focus, .btn-3:active {
  background-color: transparent;
  color: #007aca;
  border: 0.125rem solid #007aca;
}
.btn-3:hover [class*=icon-], .btn-3:focus [class*=icon-], .btn-3:active [class*=icon-] {
  filter: invert(31%) sepia(100%) saturate(1253%) hue-rotate(181deg) brightness(91%) contrast(102%);
}
.btn-3:hover:after, .btn-3:focus:after, .btn-3:active:after {
  filter: invert(31%) sepia(100%) saturate(1253%) hue-rotate(181deg) brightness(91%) contrast(102%);
  border-color: #007aca !important;
}

.btn-4 {
  background-color: transparent;
  color: #007aca;
  border: 0.125rem solid #007aca;
}
.btn-4 [class*=icon-] {
  filter: invert(31%) sepia(100%) saturate(1253%) hue-rotate(181deg) brightness(91%) contrast(102%);
}
.btn-4:after {
  filter: invert(31%) sepia(100%) saturate(1253%) hue-rotate(181deg) brightness(91%) contrast(102%);
  border-color: #007aca !important;
}
.btn-4:hover, .btn-4:focus, .btn-4:active {
  background-color: #282828;
  color: #FFF;
  border: 0.125rem solid #282828;
  -webkit-box-shadow: 0 0 2.25rem -0.75rem rgba(40, 40, 40, 0.75);
  -moz-box-shadow: 0 0 2.25rem -0.75rem rgba(40, 40, 40, 0.75);
  box-shadow: 0 0 2.25rem -0.75rem rgba(40, 40, 40, 0.75);
}
.btn-4:hover [class*=icon-], .btn-4:focus [class*=icon-], .btn-4:active [class*=icon-] {
  filter: brightness(0) invert(1);
}
.btn-4:hover:after, .btn-4:focus:after, .btn-4:active:after {
  filter: brightness(0) invert(1);
  border-color: #FFF !important;
}

.btn-s, .content-gutenberg .wp-block-file .wp-block-file__button, .nav-type-0 .nav-cta-btn a, a[href^="mailto:"] {
  padding: 0.8125rem 1.75rem 0.8125rem 1.75rem;
  font-size: 0.9375rem;
}

.btn-m, .nav-type-0 .nav-mobile .nav-mobile-cta-btn a, .form-type-0 button, .content-gutenberg .wpforms-container button {
  padding: 0.9375rem 2rem 0.9375rem 2rem;
  font-size: 1rem;
}

.btn-l {
  padding: 1rem 2.25rem 1rem 2.25rem;
  font-size: 1.0625rem;
}

.btn-s-icon {
  padding: 0.5625rem;
  font-size: 0.9375rem;
}
.btn-s-icon [class*=icon-] {
  height: 1.375rem;
  width: 1.375rem;
  margin: 0 0.375rem;
}
.btn-s-icon span {
  margin: 0 1.125rem 0 0.5rem;
}

.btn-m-icon {
  padding: 0.6875rem;
  font-size: 1rem;
}
.btn-m-icon [class*=icon-] {
  height: 1.5rem;
  width: 1.5rem;
  margin: 0 0.5rem;
}
.btn-m-icon span {
  margin: 0 1.125rem 0 0.5rem;
}

.btn-l-icon {
  padding: 0.75rem;
  font-size: 1.0625rem;
}
.btn-l-icon [class*=icon-] {
  height: 1.5625rem;
  width: 1.5625rem;
  margin: 0 0.5rem;
}
.btn-l-icon span {
  margin: 0 1.25rem 0 0.5rem;
}

.btn-block {
  display: block;
  text-align: center;
}

.btn-arrow, .nav-type-0 .nav-mobile .nav-mobile-cta-btn a, .form-type-0 button, .content-gutenberg .wpforms-container button {
  padding: 0.625rem 1.75rem 0.625rem 1.75rem;
}
.btn-arrow:after, .nav-type-0 .nav-mobile .nav-mobile-cta-btn a:after, .form-type-0 button:after, .content-gutenberg .wpforms-container button:after {
  content: "";
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  background-color: transparent;
  border: transparent;
  margin-left: 0.75rem;
  margin-right: -0.5rem;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.btn-arrow:hover:after, .nav-type-0 .nav-mobile .nav-mobile-cta-btn a:hover:after, .form-type-0 button:hover:after, .content-gutenberg .wpforms-container button:hover:after {
  margin-left: 1rem;
  margin-right: -0.75rem;
}
.btn-arrow.btn-m, .nav-type-0 .nav-mobile .nav-mobile-cta-btn a, .form-type-0 button, .content-gutenberg .wpforms-container button {
  padding: 0.8125rem 2rem 0.8125rem 2rem;
}
.btn-arrow.btn-m:after, .nav-type-0 .nav-mobile .nav-mobile-cta-btn a:after, .form-type-0 button:after, .content-gutenberg .wpforms-container button:after {
  margin-right: -0.75rem;
}
.btn-arrow.btn-m:hover:after, .nav-type-0 .nav-mobile .nav-mobile-cta-btn a:hover:after, .form-type-0 button:hover:after, .content-gutenberg .wpforms-container button:hover:after {
  margin-right: -1rem;
}
.btn-arrow.btn-l, .nav-type-0 .nav-mobile .nav-mobile-cta-btn a.btn-l, .form-type-0 button.btn-l, .content-gutenberg .wpforms-container button.btn-l {
  padding: 0.875rem 2.25rem 0.875rem 2.25rem;
}
.btn-arrow.btn-l:after, .nav-type-0 .nav-mobile .nav-mobile-cta-btn a.btn-l:after, .form-type-0 button.btn-l:after, .content-gutenberg .wpforms-container button.btn-l:after {
  margin-right: -0.75rem;
}
.btn-arrow.btn-l:hover:after, .nav-type-0 .nav-mobile .nav-mobile-cta-btn a.btn-l:hover:after, .form-type-0 button.btn-l:hover:after, .content-gutenberg .wpforms-container button.btn-l:hover:after {
  margin-right: -1rem;
}

.btn-arrow-down:after {
  rotate: 90deg;
  margin-left: 0.75rem !important;
  margin-right: -0.75rem !important;
}
.btn-arrow-down:hover:after, .btn-arrow-down:focus:after, .btn-arrow-down:active:after {
  margin-left: 0.75rem !important;
  margin-right: -0.75rem !important;
}

.hamburger-button {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.hamburger-button:hover .hamburger-icon .burger,
.hamburger-button:hover .hamburger-icon .ham,
.hamburger-button:hover .hamburger-icon .ham:after {
  background-color: #007aca;
}

.hamburger-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: transparent;
}

.hamburger-icon .burger,
.hamburger-icon .ham,
.hamburger-icon .ham:after {
  display: block;
  margin: 2px 0;
  width: 16px;
  height: 2px;
  background-color: #282828;
  transition: all 200ms ease;
}

.hamburger-icon .ham:after {
  content: "";
  opacity: 0;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.hamburger-icon .burger {
  transition-delay: 175ms;
}

.hamburger-icon.open .burger {
  transition-delay: 0;
  opacity: 0;
}

.hamburger-icon.open .ham {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger-icon.open .ham:after {
  opacity: 1;
  -webkit-transform: translateY(-2px) rotate(270deg);
  transform: translateY(-2px) rotate(270deg);
}

.hamburger-icon.open .ham,
.hamburger-icon.open .ham:after {
  transition-delay: 150ms;
}

.icon-link {
  display: inline-flex;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  color: #282828;
}
.icon-link:before {
  content: "";
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  margin-right: 0.625rem;
  margin-top: 0.0625rem;
}
.icon-link:hover {
  color: #007aca;
}
.form-type-00 input, .form-type-0 select, .content-gutenberg .wpforms-container select, .form-type-0 textarea, .content-gutenberg .wpforms-container textarea, .form-type-0 input, .content-gutenberg .wpforms-container input, .input-3, .input-2, .input-1 {
  cursor: text;
  border: none;
  outline: none;
  display: block;
  font-family: "Open Sans", sans-serif;
  -webkit-border-radius: 0rem;
  -moz-border-radius: 0rem;
  border-radius: 0rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.input-1 {
  color: #282828;
  background-color: transparent;
  border: 1px solid #007aca;
}
.input-2 {
  color: #282828;
  background-color: transparent;
  border: 1px solid #282828;
}
.input-3 {
  color: #FFF;
  background-color: rgb(0, 106.599009901, 176.5);
  -webkit-box-shadow: 0rem 0.125rem 0.75rem -0.25rem rgba(40, 40, 40, 0.16);
  -moz-box-shadow: 0rem 0.125rem 0.75rem -0.25rem rgba(40, 40, 40, 0.16);
  box-shadow: 0rem 0.125rem 0.75rem -0.25rem rgba(40, 40, 40, 0.16);
}
.input-3:hover, .input-3:focus {
  background-color: rgb(0, 97.3584158416, 161.2);
  -webkit-box-shadow: 0rem 0.125rem 0.75rem -0.25rem rgba(40, 40, 40, 0.32);
  -moz-box-shadow: 0rem 0.125rem 0.75rem -0.25rem rgba(40, 40, 40, 0.32);
  box-shadow: 0rem 0.125rem 0.75rem -0.25rem rgba(40, 40, 40, 0.32);
}
.input-3:active {
  background-color: rgb(0, 97.3584158416, 161.2);
}

.input-s {
  padding: 0.625rem 0.875rem 0.5rem 0.875rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.025rem;
}

.input-m {
  padding: 0.25rem 0 0.75rem 0;
  line-height: 1.5;
}

.input-l {
  padding: 1.25rem 1.75rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 300;
  letter-spacing: 0.025rem;
}

/* display form title */
/* display form description */
/* display field labels */
/* display field descriptions */
/* display form validation messages */
/* manually set to position arrow in select fields */
/* manually set to position arrow in select fields */
.form-type-0 select, .content-gutenberg .wpforms-container select, .form-type-0 textarea, .content-gutenberg .wpforms-container textarea, .form-type-0 input, .content-gutenberg .wpforms-container input {
  font-size: 1.0625rem;
  line-height: 1.5;
  padding: 0.25rem 0 0.5rem 0;
  color: #282828;
  background-color: transparent;
  border-bottom: 0.125rem solid #282828;
}
.form-type-0 select::-webkit-input-placeholder, .content-gutenberg .wpforms-container select::-webkit-input-placeholder, .form-type-0 textarea::-webkit-input-placeholder, .content-gutenberg .wpforms-container textarea::-webkit-input-placeholder, .form-type-0 input::-webkit-input-placeholder, .content-gutenberg .wpforms-container input::-webkit-input-placeholder { /* Edge */
  color: rgba(40, 40, 40, 0.4);
}
.form-type-0 select:-ms-input-placeholder, .content-gutenberg .wpforms-container select:-ms-input-placeholder, .form-type-0 textarea:-ms-input-placeholder, .content-gutenberg .wpforms-container textarea:-ms-input-placeholder, .form-type-0 input:-ms-input-placeholder, .content-gutenberg .wpforms-container input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(40, 40, 40, 0.4);
}
.form-type-0 select::placeholder, .content-gutenberg .wpforms-container select::placeholder, .form-type-0 textarea::placeholder, .content-gutenberg .wpforms-container textarea::placeholder, .form-type-0 input::placeholder, .content-gutenberg .wpforms-container input::placeholder {
  color: rgba(40, 40, 40, 0.4);
}
.form-type-0 select:hover, .content-gutenberg .wpforms-container select:hover, .form-type-0 textarea:hover, .content-gutenberg .wpforms-container textarea:hover, .form-type-0 input:hover, .content-gutenberg .wpforms-container input:hover, .form-type-0 select:focus, .content-gutenberg .wpforms-container select:focus, .form-type-0 textarea:focus, .content-gutenberg .wpforms-container textarea:focus, .form-type-0 input:focus, .content-gutenberg .wpforms-container input:focus {
  border-bottom: 0.125rem solid #007aca;
}
.form-type-0 select:active, .content-gutenberg .wpforms-container select:active, .form-type-0 textarea:active, .content-gutenberg .wpforms-container textarea:active, .form-type-0 input:active, .content-gutenberg .wpforms-container input:active {
  border-bottom: 0.125rem solid #007aca;
}

.form-type-0 input, .content-gutenberg .wpforms-container input {
  width: 100%;
}
.form-type-0 textarea, .content-gutenberg .wpforms-container textarea {
  width: 100%;
  min-height: 128px;
  resize: vertical;
}
.form-type-0 button, .content-gutenberg .wpforms-container button {
  margin-top: 0;
}
.form-type-0 label, .content-gutenberg .wpforms-container label {
  padding: 0;
  margin: 0 0 0.375rem 0;
  background-color: transparent;
  color: #282828;
}
.form-type-0 select, .content-gutenberg .wpforms-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
}
.form-type-0 ul, .content-gutenberg .wpforms-container ul {
  margin-top: 0;
}
.form-type-0 .wpforms-field-container, .content-gutenberg .wpforms-container .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.form-type-0 .wpforms-field-container > div, .content-gutenberg .wpforms-container .wpforms-field-container > div {
  margin-bottom: 1.75rem;
}
.form-type-0 .wpforms-field-hp, .content-gutenberg .wpforms-container .wpforms-field-hp {
  display: none !important;
}
.form-type-0 .wpforms-description, .content-gutenberg .wpforms-container .wpforms-description {
  margin-bottom: 1.75rem;
  margin-top: 0.75rem;
}
.form-type-0 .wpforms-submit-container img, .content-gutenberg .wpforms-container .wpforms-submit-container img {
  display: none !important;
}
.form-type-0 .wpforms-required-label, .content-gutenberg .wpforms-container .wpforms-required-label {
  color: #F01245 !important;
}
.form-type-0 .wpforms-label-hide, .content-gutenberg .wpforms-container .wpforms-label-hide {
  display: none !important;
}
.form-type-0 .wpforms-field-text, .form-type-0 .wpforms-field-email, .form-type-0 .wpforms-field-textarea, .form-type-0 .wpforms-field-name, .content-gutenberg .wpforms-container .wpforms-field-text, .content-gutenberg .wpforms-container .wpforms-field-email, .content-gutenberg .wpforms-container .wpforms-field-textarea, .content-gutenberg .wpforms-container .wpforms-field-name {
  flex: 0 0 100%;
}
.form-type-0 .wpforms-field-number, .content-gutenberg .wpforms-container .wpforms-field-number {
  display: inline-block;
  flex: 0 0 calc(50% - 1.5rem / 2);
}
.form-type-0 .wpforms-field-description, .content-gutenberg .wpforms-container .wpforms-field-description {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.75rem;
}
.form-type-0 .wpforms-has-error .wpforms-field-description, .content-gutenberg .wpforms-container .wpforms-has-error .wpforms-field-description {
  display: none !important;
}
.form-type-0 label.wpforms-error, .content-gutenberg .wpforms-container label.wpforms-error {
  display: block;
  font-size: 0.875rem;
  color: #F01245 !important;
  margin-top: 0.75rem;
  margin-bottom: 0;
  padding: 0;
}
.form-type-0 .wpforms-field-select, .content-gutenberg .wpforms-container .wpforms-field-select {
  position: relative;
  flex: 0 0 100%;
}
.form-type-0 .wpforms-field-select:before, .content-gutenberg .wpforms-container .wpforms-field-select:before {
  content: "";
  height: 0.5rem;
  width: 0.5rem;
  display: inline-block;
  border: 0 solid #282828;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 0 0.125rem 0.125rem 0;
  position: absolute;
  right: 0.9375rem;
  top: 2.25rem;
}
.form-type-0 .wpforms-field-select select, .content-gutenberg .wpforms-container .wpforms-field-select select {
  padding-right: 2.5rem;
}
.form-type-0 .wpforms-field-checkbox, .content-gutenberg .wpforms-container .wpforms-field-checkbox {
  flex: 0 0 100%;
}
.form-type-0 .wpforms-field-checkbox label, .content-gutenberg .wpforms-container .wpforms-field-checkbox label {
  margin-bottom: 0.625rem;
}
.form-type-0 .wpforms-field-checkbox .wpforms-field-description, .content-gutenberg .wpforms-container .wpforms-field-checkbox .wpforms-field-description {
  margin-top: 0.625rem;
}
.form-type-0 .wpforms-field-checkbox label.wpforms-error, .content-gutenberg .wpforms-container .wpforms-field-checkbox label.wpforms-error {
  margin-top: 0.625rem;
}
.form-type-0 .wpforms-field-checkbox ul, .content-gutenberg .wpforms-container .wpforms-field-checkbox ul {
  list-style: none;
  padding-left: 0;
}
.form-type-0 .wpforms-field-checkbox ul li, .content-gutenberg .wpforms-container .wpforms-field-checkbox ul li {
  margin-bottom: 0.625rem;
}
.form-type-0 .wpforms-field-checkbox ul li:last-of-type, .content-gutenberg .wpforms-container .wpforms-field-checkbox ul li:last-of-type {
  margin-bottom: 0;
}
.form-type-0 .wpforms-field-checkbox input[type=checkbox], .content-gutenberg .wpforms-container .wpforms-field-checkbox input[type=checkbox] {
  display: none;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-type-0 .wpforms-field-checkbox input[type=checkbox] + label, .content-gutenberg .wpforms-container .wpforms-field-checkbox input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #282828;
  background-color: transparent;
  padding: 0 0 0 2.5rem;
  margin: 0;
}
.form-type-0 .wpforms-field-checkbox input[type=checkbox] + label:before, .content-gutenberg .wpforms-container .wpforms-field-checkbox input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  background-color: transparent;
  border: 0.125rem solid #282828;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.form-type-0 .wpforms-field-checkbox input[type=checkbox] + label:after, .content-gutenberg .wpforms-container .wpforms-field-checkbox input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  height: 1rem;
  width: 1rem;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.form-type-0 .wpforms-field-checkbox input[type=checkbox] + label:hover:before, .content-gutenberg .wpforms-container .wpforms-field-checkbox input[type=checkbox] + label:hover:before {
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  background-color: transparent;
  border: 0.125rem solid #007aca;
}
.form-type-0 .wpforms-field-checkbox input[type=checkbox]:checked + label:before, .content-gutenberg .wpforms-container .wpforms-field-checkbox input[type=checkbox]:checked + label:before {
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  background-color: #282828;
  border: none;
}
.form-type-0 .wpforms-field-checkbox input[type=checkbox]:checked + label:after, .content-gutenberg .wpforms-container .wpforms-field-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.form-type-0 .wpforms-field-checkbox input[type=checkbox]:checked + label:hover:before, .content-gutenberg .wpforms-container .wpforms-field-checkbox input[type=checkbox]:checked + label:hover:before {
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  background-color: #007aca;
  border: none;
}
.form-type-0 .wpforms-field-radio, .content-gutenberg .wpforms-container .wpforms-field-radio {
  flex: 0 0 100%;
  position: relative;
}
.form-type-0 .wpforms-field-radio label, .content-gutenberg .wpforms-container .wpforms-field-radio label {
  margin-bottom: 0.625rem;
}
.form-type-0 .wpforms-field-radio .wpforms-field-description, .content-gutenberg .wpforms-container .wpforms-field-radio .wpforms-field-description {
  margin-top: 0.5rem;
}
.form-type-0 .wpforms-field-radio label.wpforms-error, .content-gutenberg .wpforms-container .wpforms-field-radio label.wpforms-error {
  margin-top: 0.5rem;
}
.form-type-0 .wpforms-field-radio ul, .content-gutenberg .wpforms-container .wpforms-field-radio ul {
  list-style: none;
  padding-left: 0;
}
.form-type-0 .wpforms-field-radio ul li, .content-gutenberg .wpforms-container .wpforms-field-radio ul li {
  margin-bottom: 0.625rem;
}
.form-type-0 .wpforms-field-radio ul li:last-of-type, .content-gutenberg .wpforms-container .wpforms-field-radio ul li:last-of-type {
  margin-bottom: 0;
}
.form-type-0 .wpforms-field-radio input[type=radio], .content-gutenberg .wpforms-container .wpforms-field-radio input[type=radio] {
  display: none;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-type-0 .wpforms-field-radio input[type=radio] + label, .content-gutenberg .wpforms-container .wpforms-field-radio input[type=radio] + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #282828;
  background-color: transparent;
  padding: 0 0 0 2.5rem;
  margin: 0;
}
.form-type-0 .wpforms-field-radio input[type=radio] + label:before, .content-gutenberg .wpforms-container .wpforms-field-radio input[type=radio] + label:before {
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  background-color: transparent;
  border: 0.125rem solid #282828;
  -webkit-border-radius: 100rem;
  -moz-border-radius: 100rem;
  border-radius: 100rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.form-type-0 .wpforms-field-radio input[type=radio] + label:after, .content-gutenberg .wpforms-container .wpforms-field-radio input[type=radio] + label:after {
  content: "";
  display: inline-block;
  height: 0.375rem;
  width: 0.375rem;
  background-color: #FFF;
  border: none;
  -webkit-border-radius: 100rem;
  -moz-border-radius: 100rem;
  border-radius: 100rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: absolute;
  top: 0.5625rem;
  left: 0.5625rem;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.form-type-0 .wpforms-field-radio input[type=radio] + label:hover:before, .content-gutenberg .wpforms-container .wpforms-field-radio input[type=radio] + label:hover:before {
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  background-color: transparent;
  border: 0.125rem solid #007aca;
  -webkit-border-radius: 100rem;
  -moz-border-radius: 100rem;
  border-radius: 100rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.form-type-0 .wpforms-field-radio input[type=radio]:checked + label:before, .content-gutenberg .wpforms-container .wpforms-field-radio input[type=radio]:checked + label:before {
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  background-color: #282828;
  border: none;
  -webkit-border-radius: 100rem;
  -moz-border-radius: 100rem;
  border-radius: 100rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.form-type-0 .wpforms-field-radio input[type=radio]:checked + label:after, .content-gutenberg .wpforms-container .wpforms-field-radio input[type=radio]:checked + label:after {
  opacity: 1;
}

/* display field labels */
/* display field descriptions */
/* display form validation messages */
/* manually set to position arrow in select fields */
.form-type-00 input {
  line-height: 1.5;
  padding: 0.25rem 0 0.625rem 0;
  color: #282828;
  background-color: transparent;
  border-bottom: 0.125rem solid #282828;
}
.form-type-00 input:hover, .form-type-00 input:focus {
  border-bottom: 0.125rem solid #007aca;
}
.form-type-00 input:active {
  border-bottom: 0.125rem solid #007aca;
}

.form-type-00 input {
  width: 100%;
}
.form-type-00 button {
  height: 1.75rem;
  width: 1.75rem;
  background-color: transparent;
  color: transparent;
}
.form-type-00 button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.form-type-00 button:hover:after {
  -webkit-transform: translateX(0.25rem);
  -moz-transform: translateX(0.25rem);
  -ms-transform: translateX(0.25rem);
  -o-transform: translateX(0.25rem);
  transform: translateX(0.25rem);
}
.form-type-00 label {
  padding: 0;
  margin: 0 0 0.75rem 0;
  background-color: transparent;
  color: #282828;
}
.form-type-00 ul {
  margin-top: 0;
}
.form-type-00 form {
  position: relative;
}
.form-type-00 .wpforms-submit-container {
  position: absolute;
  right: 0.25rem;
  top: 2.125rem;
}
.form-type-00 .wpforms-submit-container img {
  display: none !important;
}
.form-type-00 .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.form-type-00 .wpforms-field-container > div {
  margin-bottom: 1.75rem;
}
.form-type-00 .wpforms-field-container > div:last-of-type {
  margin-bottom: 0;
}
.form-type-00 .wpforms-field-hp {
  display: none !important;
}
.form-type-00 .wpforms-title, .form-type-00 .wpforms-description {
  display: none !important;
}
.form-type-00 .wpforms-submit-container img {
  display: none !important;
}
.form-type-00 .wpforms-required-label {
  color: #007aca !important;
}
.form-type-00 .wpforms-label-hide {
  display: none !important;
}
.form-type-00 .wpforms-field-text, .form-type-00 .wpforms-field-email {
  flex: 0 0 100%;
}
.form-type-00 .wpforms-field-text input, .form-type-00 .wpforms-field-email input {
  padding-right: 2.25rem;
}
.form-type-00 .wpforms-field-description {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.75rem;
}
.form-type-00 .wpforms-has-error .wpforms-field-description {
  display: none !important;
}
.form-type-00 label.wpforms-error {
  display: block;
  font-size: 0.875rem;
  color: #007aca !important;
  margin-top: 0.75rem;
  margin-bottom: 0;
  padding: 0;
}
.form-type-00 .wpforms-field-checkbox {
  flex: 0 0 100%;
}
.form-type-00 .wpforms-field-checkbox label {
  margin-bottom: 1rem;
}
.form-type-00 .wpforms-field-checkbox .wpforms-field-description {
  margin-top: 1rem;
}
.form-type-00 .wpforms-field-checkbox label.wpforms-error {
  margin-top: 1rem;
}
.form-type-00 .wpforms-field-checkbox ul {
  list-style: none;
  padding-left: 0;
}
.form-type-00 .wpforms-field-checkbox ul li {
  margin-bottom: 0.625rem;
}
.form-type-00 .wpforms-field-checkbox ul li:last-of-type {
  margin-bottom: 0;
}
.form-type-00 .wpforms-field-checkbox input[type=checkbox] {
  display: none;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-type-00 .wpforms-field-checkbox input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #282828;
  background-color: transparent;
  padding: 0 0 0 2.5rem;
  margin: 0;
}
.form-type-00 .wpforms-field-checkbox input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  background-color: transparent;
  border: 0.125rem solid #282828;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.form-type-00 .wpforms-field-checkbox input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  height: 1rem;
  width: 1rem;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.form-type-00 .wpforms-field-checkbox input[type=checkbox] + label:hover:before {
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  background-color: transparent;
  border: 0.125rem solid #007aca;
}
.form-type-00 .wpforms-field-checkbox input[type=checkbox]:checked + label:before {
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  background-color: #282828;
  border: none;
}
.form-type-00 .wpforms-field-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.form-type-00 .wpforms-field-checkbox input[type=checkbox]:checked + label:hover:before {
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  background-color: #007aca;
  border: none;
}

.schema-faq-section {
  border-bottom: 1px solid #ddd;
  padding: 1em 0;
}

.schema-faq-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.6;
  position: relative;
  padding-right: 1.5em;
}

.schema-faq-question::after {
  content: "+";
  font-size: 1.2em;
  position: absolute;
  right: 0;
  transition: transform 0.3s ease;
  transform-origin: center;
}

.schema-faq-question.open::after {
  transform: rotate(-45deg); /* turns + into × */
}

.schema-faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
  margin-top: 0.5em;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #333;
  font-family: "Open Sans";
}
.schema-faq-answer ul {
  list-style-type: none; /* Remove default bullets */
  padding-left: 1.2em; /* Indent the list */
  margin: 0.5em 0;
}
.schema-faq-answer ul li::before {
  content: "– "; /* Dash + space before each item */
  color: inherit; /* Same color as text */
  font-weight: bold; /* Optional: make dash stand out */
  display: inline-block;
  width: 1em; /* Reserve space for dash */
  margin-left: -1em; /* Pull dash into left margin */
}

@media screen and (min-width: 992px) {
  .schema-faq-answer {
    max-width: 80%;
  }
}
blockquote {
  position: relative;
  text-align: center;
}
blockquote p {
  font-weight: 300;
  line-height: 1.6;
}
blockquote p:before, blockquote p:after {
  content: "";
  display: inline-block;
  height: 1.75rem;
  width: 1.75rem;
  opacity: 1;
}
@media screen and (min-width: 782px) {
  blockquote p:before, blockquote p:after {
    height: 2.25rem;
    width: 2.25rem;
  }
}
blockquote p:before {
  margin-right: 0.375rem;
}
blockquote p:after {
  margin-left: 0.375rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
blockquote cite {
  font-style: normal;
  display: block;
  margin-top: 1.25rem;
}

.blockquote-type-1 {
  position: relative;
  text-align: center;
}
.blockquote-type-1 p {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}
.blockquote-type-1 p:before, .blockquote-type-1 p:after {
  content: "";
  display: inline-block;
  height: 1.75rem;
  width: 1.75rem;
  opacity: 1;
}
@media screen and (min-width: 782px) {
  .blockquote-type-1 p:before, .blockquote-type-1 p:after {
    height: 2.25rem;
    width: 2.25rem;
  }
}
.blockquote-type-1 p:before {
  margin-right: 0.375rem;
}
.blockquote-type-1 p:after {
  margin-left: 0.375rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.blockquote-type-1 cite {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  margin-top: 0;
  margin-bottom: 4.5rem;
  font-family: "Ubuntu", sans-serif;
  line-height: 1.5;
  text-align: left;
}
.blockquote-type-1 cite .name {
  font-weight: 700;
  font-size: 1.25rem;
}
.blockquote-type-1 cite .company {
  margin-top: -0.125rem;
}
.blockquote-type-1 .quote-link {
  text-align: left;
}
.blockquote-type-1 .quote-link a {
  display: inline-flex;
  margin-top: 6rem !important;
}

.blockquote-type-2 {
  position: relative;
  background-color: rgba(240, 242, 245, 0.9);
  padding: 2.25rem;
  -webkit-box-shadow: 0em 1.25rem 4.5rem -2.25rem rgba(40, 40, 40, 0.5);
  -moz-box-shadow: 0em 1.25rem 4.5rem -2.25rem rgba(40, 40, 40, 0.5);
  box-shadow: 0em 1.25rem 4.5rem -2.25rem rgba(40, 40, 40, 0.5);
}
.blockquote-type-2 p {
  font-weight: 200;
}
.blockquote-type-2 cite {
  font-style: normal;
  display: block;
  text-align: right;
  margin-top: 2.25rem;
}

.blockquote-type-3 {
  position: relative;
  background-color: rgba(40, 40, 40, 0.8);
  color: #FFF;
  padding: 2.25rem;
  -webkit-box-shadow: 0em 1.25rem 4.5rem -2.25rem rgba(40, 40, 40, 0.5);
  -moz-box-shadow: 0em 1.25rem 4.5rem -2.25rem rgba(40, 40, 40, 0.5);
  box-shadow: 0em 1.25rem 4.5rem -2.25rem rgba(40, 40, 40, 0.5);
}
.blockquote-type-3:before {
  content: "";
  background-size: 3rem 3rem;
  padding: 1.75rem;
  border: 2px solid #FFF;
  margin-bottom: 2.25rem;
}
.blockquote-type-3 p {
  font-weight: 200;
}
.blockquote-type-3 cite {
  font-style: normal;
  display: block;
  text-align: right;
  margin-top: 2.25rem;
}

.blockquote-type-4 {
  position: relative;
  background-color: #007aca;
  color: #FFF;
  padding: 2.25rem;
  -webkit-box-shadow: 0em 2.25rem 4.5rem -2.25rem rgba(0, 122, 202, 0.75);
  -moz-box-shadow: 0em 2.25rem 4.5rem -2.25rem rgba(0, 122, 202, 0.75);
  box-shadow: 0em 2.25rem 4.5rem -2.25rem rgba(0, 122, 202, 0.75);
}
.blockquote-type-4:before {
  display: none;
}
.blockquote-type-4 p {
  font-weight: 200;
}
.blockquote-type-4 cite {
  display: block;
  margin-top: 3rem;
}
.blockquote-type-4 cite img {
  filter: brightness(0) invert(1);
  width: 98px;
  height: auto;
  display: inline-block;
}
.blockquote-type-4 cite .blockquote-divider {
  height: 0.25rem;
}
.blockquote-type-4 cite span {
  display: inline-block;
}

.blockquote-type-5 {
  position: relative;
  background-color: #007aca;
  color: #FFF;
  padding: 2.25rem;
  -webkit-box-shadow: 0em 2.25rem 4.5rem -2.25rem rgba(0, 122, 202, 0.75);
  -moz-box-shadow: 0em 2.25rem 4.5rem -2.25rem rgba(0, 122, 202, 0.75);
  box-shadow: 0em 2.25rem 4.5rem -2.25rem rgba(0, 122, 202, 0.75);
  text-align: center;
}
.blockquote-type-5 p {
  font-weight: 200;
}
.blockquote-type-5 cite {
  display: block;
  margin-top: 3rem;
  text-align: center;
}
.blockquote-type-5 cite .img-wrp {
  position: relative;
  display: inline-block;
  height: 98px;
  width: 98px;
  -webkit-border-radius: 100rem;
  -moz-border-radius: 100rem;
  border-radius: 100rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 2px solid #FFF;
}
.blockquote-type-5 cite img {
  filter: brightness(0) invert(1);
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
  position: absolute;
  object-fit: contain;
  z-index: 1;
}
.blockquote-type-5 cite .blockquote-divider {
  height: 0.75rem;
}
.blockquote-type-5 cite span {
  display: inline-block;
}

.blockquote-type-6 {
  position: relative;
  background-color: #007aca;
  color: #FFF;
  padding: 3rem 2.25rem 2.25rem 2.25rem;
  -webkit-box-shadow: 0em 2.25rem 4.5rem -2.25rem rgba(0, 122, 202, 0.75);
  -moz-box-shadow: 0em 2.25rem 4.5rem -2.25rem rgba(0, 122, 202, 0.75);
  box-shadow: 0em 2.25rem 4.5rem -2.25rem rgba(0, 122, 202, 0.75);
  text-align: center;
  margin-bottom: 2.25rem;
}
.blockquote-type-6 p {
  font-weight: 200;
}
.blockquote-type-6 cite {
  position: relative;
  display: block;
  margin-top: 3rem;
  text-align: center;
  background-color: #FFF;
  color: #282828;
  padding: 2.25rem 1.5rem;
  margin-bottom: -4.5rem;
  -webkit-box-shadow: 0em 1.25rem 4.5rem -2.25rem rgba(40, 40, 40, 0.5);
  -moz-box-shadow: 0em 1.25rem 4.5rem -2.25rem rgba(40, 40, 40, 0.5);
  box-shadow: 0em 1.25rem 4.5rem -2.25rem rgba(40, 40, 40, 0.5);
}
.blockquote-type-6 cite:before {
  content: "";
  height: 1rem;
  width: 1rem;
  position: absolute;
  top: -0.5rem;
  left: calc(50% + 0.25rem);
  background-color: #FFF;
  -webkit-transform: rotate(45deg) translate(-50%, 50%);
  -moz-transform: rotate(45deg) translate(-50%, 50%);
  -ms-transform: rotate(45deg) translate(-50%, 50%);
  -o-transform: rotate(45deg) translate(-50%, 50%);
  transform: rotate(45deg) translate(-50%, 50%);
}
.blockquote-type-6 cite .img-wrp {
  position: relative;
  display: inline-block;
  height: 98px;
  width: 98px;
  -webkit-border-radius: 100rem;
  -moz-border-radius: 100rem;
  border-radius: 100rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 2px solid #282828;
}
.blockquote-type-6 cite img {
  filter: brightness(0) invert(0);
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
  position: absolute;
  object-fit: contain;
  z-index: 1;
}
.blockquote-type-6 cite .blockquote-divider {
  height: 0.75rem;
}
.blockquote-type-6 cite span {
  display: inline-block;
}

.blockquote-type-7 {
  position: relative;
  background-color: #007aca;
  color: #FFF;
  padding: 2.25rem;
  -webkit-box-shadow: 0em 2.25rem 4.5rem -2.25rem rgba(0, 122, 202, 0.75);
  -moz-box-shadow: 0em 2.25rem 4.5rem -2.25rem rgba(0, 122, 202, 0.75);
  box-shadow: 0em 2.25rem 4.5rem -2.25rem rgba(0, 122, 202, 0.75);
  text-align: center;
}
.blockquote-type-7:before {
  display: none;
}
.blockquote-type-7 .img-wrp {
  position: relative;
  display: inline-block;
  height: 98px;
  width: 98px;
  -webkit-border-radius: 100rem;
  -moz-border-radius: 100rem;
  border-radius: 100rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 2px solid #FFF;
  margin-bottom: 1.5rem;
}
.blockquote-type-7 .img-wrp img {
  filter: brightness(0) invert(1);
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
  position: absolute;
  object-fit: contain;
  z-index: 1;
}
.blockquote-type-7 p {
  font-weight: 200;
}
.blockquote-type-7 cite {
  display: block;
  margin-top: 1.5rem;
  text-align: center;
}
.blockquote-type-7 cite span {
  display: inline-block;
}

.blockquote-type-8 {
  position: relative;
  background-color: #007aca;
  color: #FFF;
  padding: 3rem 2.25rem 3rem 2.25rem;
  -webkit-box-shadow: 0em 2.25rem 4.5rem -2.25rem rgba(0, 122, 202, 0.75);
  -moz-box-shadow: 0em 2.25rem 4.5rem -2.25rem rgba(0, 122, 202, 0.75);
  box-shadow: 0em 2.25rem 4.5rem -2.25rem rgba(0, 122, 202, 0.75);
  display: flex;
  flex-direction: column;
  text-align: left;
}
.blockquote-type-8:before {
  margin-bottom: 2.25rem;
}
.blockquote-type-8 p {
  font-weight: 200;
}
.blockquote-type-8 cite {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  align-self: flex-start;
}
.blockquote-type-8 cite .img-wrp {
  position: relative;
  display: inline-block;
  height: 64px;
  width: 64px;
  flex-shrink: 0;
  -webkit-border-radius: 100rem;
  -moz-border-radius: 100rem;
  border-radius: 100rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 2px solid #FFF;
  margin-right: 1.5rem;
}
.blockquote-type-8 cite img {
  filter: brightness(0) invert(1);
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
  position: absolute;
  object-fit: contain;
  z-index: 1;
}
.blockquote-type-8 cite span {
  display: inline-block;
  text-align: left;
}

.blockquote-type-9 {
  position: relative;
  background-color: #007aca;
  color: #FFF;
  padding: 4.5rem 2.25rem 2.25rem 2.25rem;
  -webkit-box-shadow: 0em 2.25rem 4.5rem -2.25rem rgba(0, 122, 202, 0.75);
  -moz-box-shadow: 0em 2.25rem 4.5rem -2.25rem rgba(0, 122, 202, 0.75);
  box-shadow: 0em 2.25rem 4.5rem -2.25rem rgba(0, 122, 202, 0.75);
  margin-top: 3rem;
}
.blockquote-type-9:before {
  position: absolute;
  content: "";
  background-color: #FFF;
  top: -2.75rem;
  left: 2.25rem;
  -webkit-box-shadow: 0em 1.25rem 4.5rem -2.25rem rgba(40, 40, 40, 0.5);
  -moz-box-shadow: 0em 1.25rem 4.5rem -2.25rem rgba(40, 40, 40, 0.5);
  box-shadow: 0em 1.25rem 4.5rem -2.25rem rgba(40, 40, 40, 0.5);
  background-size: 3rem 3rem;
  padding: 1.75rem;
}
.blockquote-type-9 p {
  font-weight: 200;
}
.blockquote-type-9 cite {
  font-style: normal;
  display: block;
  text-align: right;
  margin-top: 2.25rem;
}

.blockquote-type-10 {
  position: relative;
  background-color: transparent;
  padding: 4.5rem 2.25rem 2.25rem 2.25rem;
  text-align: center;
}
.blockquote-type-10:before {
  content: "";
  position: absolute;
  background-size: 15rem 15rem;
  height: 10rem;
  width: 10rem;
  top: 2.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
  margin-bottom: unset;
  opacity: 0.2;
}
.blockquote-type-10 p {
  position: relative;
  z-index: 1;
}
.blockquote-type-10 cite {
  font-style: normal;
  display: block;
  text-align: center;
  margin-top: 3rem;
}
.blockquote-type-10 cite span {
  display: block;
}

.blockquote-type-11 p {
  font-weight: 300;
  line-height: 1.6;
}
.blockquote-type-11 p:before, .blockquote-type-11 p:after {
  content: "";
  display: inline-block;
  height: 1.75rem;
  width: 1.75rem;
  opacity: 0.2;
}
@media screen and (min-width: 782px) {
  .blockquote-type-11 p:before, .blockquote-type-11 p:after {
    height: 2.25rem;
    width: 2.25rem;
  }
}
.blockquote-type-11 p:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.blockquote-type-11 cite {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem 0;
  margin-top: 2.25rem;
}
.blockquote-type-11 cite .personalia {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem 0;
}
.blockquote-type-11 [class*=btn-] {
  margin-top: 2.25rem;
}
.blockquote-type-11 [class*=image-type-] {
  margin-bottom: 1.5rem;
}
.blockquote-type-11 [class*=author-type-] {
  margin-top: 1.25rem;
}

.tooltip {
  position: relative;
  overflow: visible;
}

.tooltip-type-1 {
  display: none;
  position: absolute;
  top: -3rem;
  left: 50%;
  padding: 0.75rem 0.875rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #282828;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  letter-spacing: 0.0625rem;
  font-size: 0.8125rem;
  text-transform: none;
  color: #FFF;
  white-space: nowrap;
}
.tooltip-type-1:after {
  content: "";
  position: absolute;
  height: 0.5rem;
  width: 0.5rem;
  left: calc(50% - 0.25rem);
  bottom: -0.25rem;
  background-color: #282828;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 782px) {
  .tooltip-type-1 {
    display: block;
  }
}

.table-container {
  overflow-x: scroll;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
  max-width: calc(100vw - 3rem);
}
@media (min-width: 576px) {
  .table-container {
    max-width: calc(100vw - 6rem);
  }
}
.table-container::-webkit-scrollbar {
  display: none;
}

table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
}
table tr {
  color: #282828;
}
table tr:nth-of-type(odd) {
  background-color: #f0f2f5;
}
table tr:first-of-type {
  background-color: #282828;
}
table tr:first-of-type td, table tr:first-of-type th {
  color: #FFF;
  white-space: nowrap;
  padding: 0.75rem 1.125rem !important;
}
table th {
  padding: 0.875rem 1.125rem;
}
table td {
  border-color: #f0f2f5 !important;
  padding: 0.875rem 1.125rem !important;
}

.table-type-1 {
  cursor: default;
}
.table-type-1 tr {
  border-bottom: 1px solid rgba(40, 40, 40, 0.1);
}
.table-type-1 tr:nth-of-type(even) {
  background-color: transparent;
}
.table-type-1 tr:hover {
  background-color: #282828;
  color: #FFF;
}
.table-type-1 tr:first-of-type {
  background-color: transparent;
  border-bottom: 2px solid #007aca;
}
.table-type-1 tr:first-of-type td, .table-type-1 tr:first-of-type th {
  color: #007aca;
}
.table-type-1 tr:last-of-type {
  border-bottom: 0px solid #282828;
}
.table-type-1 th {
  padding: 0.75rem 1.5rem 0.5rem 1.5rem;
  color: #282828;
}
.table-type-2 tr:nth-of-type(odd) {
  background-color: #f0f2f5;
}
.table-type-2 tr:nth-of-type(even) {
  background-color: transparent;
}
.table-type-2 tr:first-of-type td, .table-type-2 tr:first-of-type th {
  color: #282828;
}
.table-type-2 td {
  padding: 0.75rem;
  vertical-align: top;
}
.table-type-2 td:first-of-type {
  padding: 0.875rem 2.25rem 0.75rem 1.25rem;
}

.newsticker-type-1 {
  background-color: #f0f2f5;
  color: #FFF;
  width: 100%;
  height: 6rem;
  position: relative;
}
.newsticker-type-1 .ticker-wrp {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #007aca;
}
.newsticker-type-1 .tick-list {
  list-style-type: none;
  padding: 0.5rem 0;
  margin: 0;
  display: flex;
}
.newsticker-type-1 .tick {
  display: inline-block;
  white-space: nowrap;
  padding: 0 2rem 0 0;
  margin: 0 2rem 0 0;
  border-right: 1px solid #FFF;
}

.scroll {
  position: absolute;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.scroll-arrow {
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  animation: arrow-wave 1s infinite;
  animation-direction: alternate;
}
.scroll-arrow:nth-child(1) {
  animation-delay: 0.25s;
}
.scroll-arrow:nth-child(2) {
  animation-delay: 0.5s;
}
.scroll-arrow:nth-child(3) {
  animation-delay: 0.75s;
}

@keyframes arrow-wave {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.author-type-0 {
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.author-type-0 .avatar, .author-type-0 .logo {
  position: relative;
  flex: 0 0 auto;
  height: 7rem;
  width: 7rem;
  overflow: hidden;
  background-color: #FFF;
  z-index: 1;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.author-type-0 .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.author-type-0 .logo > img {
  position: absolute;
  object-fit: contain !important;
  height: 80% !important;
  width: 80% !important;
  top: 10% !important;
  left: 10% !important;
}
.author-type-0 .details {
  flex: 0 0 auto;
  display: inline-flex;
  flex-direction: column;
  padding-right: 3rem;
  text-align: left;
  color: #FFF;
  text-shadow: 0.0625rem 0.0625rem #000;
}
.author-type-0 .details .name {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.125rem;
}
.author-type-0 .details .date {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.author-type-0 .details .function {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
}

.date-type-0 {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  height: 6rem;
  width: 6rem;
  padding: 0.375rem;
  border: 0.0625rem solid rgba(40, 40, 40, 0.08);
}
.date-type-0 .day-num {
  font-size: 1.75rem;
  margin: 0.125rem 0;
}
.date-type-0 .day-text, .date-type-0 .month {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.price-type-0 {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  height: 6rem;
  width: 6rem;
  padding: 0.625rem;
  text-align: right;
  border: 0.0625rem solid rgba(40, 40, 40, 0.08);
}
.price-type-0 span {
  font-size: 1.75rem;
}
.price-type-0 span:before {
  content: "€";
  font-size: 0.875rem;
  margin-right: 0.125rem;
}
.price-type-0 .discount {
  font-size: 0.75rem;
  color: #007aca;
  text-decoration: line-through;
  margin-bottom: 0.125rem;
}
.price-type-0 .discount:before {
  font-size: 0.75rem;
}
.price-type-0 .one-payment:after, .price-type-0 .daily:after, .price-type-0 .monthly:after, .price-type-0 .yearly:after {
  display: block;
  font-size: 0.875rem;
  margin-left: 0.125rem;
  white-space: nowrap;
}
.price-type-0 .one-payment:after {
  content: "eenmalig";
}
.price-type-0 .daily:after {
  content: "per dag";
}
.price-type-0 .monthly:after {
  content: "per maand";
}
.price-type-0 .yearly:after {
  content: "per jaar";
}

.icon-type-0 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 6rem;
  width: 6rem;
  padding: 1.5rem;
  border: 0.0625rem solid rgba(40, 40, 40, 0.08);
}
.icon-type-0 [class*=icon-], .icon-type-0 [class*=logo-] {
  height: calc(6rem - 2 * 1.5rem);
  width: calc(6rem - 2 * 1.5rem);
}

.image-type-0 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 7rem;
  width: 7rem;
  padding: 1rem;
  background-color: #FFF;
  -webkit-border-radius: 100rem;
  -moz-border-radius: 100rem;
  border-radius: 100rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 0.09375rem solid #f0f2f5;
}
.image-type-0 .img-wrp {
  z-index: 1;
}
.image-type-0 img {
  object-fit: contain;
}

.review-type-0 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
  height: 1.5rem;
  padding: 0.25rem;
}
.review-type-0 .review-icon {
  height: calc(1.5rem - 2 * 0.25rem);
  width: calc(1.5rem - 2 * 0.25rem);
  margin-right: 0.125rem;
  flex: 0 0 auto;
  position: relative;
}
.review-type-0 .review-icon:nth-of-type(5) {
  margin-right: 0;
}
.review-type-0 .review-icon:nth-of-type(5):after {
  -webkit-clip-path: polygon(55% 0%, 100% 0%, 100% 100%, 55% 100%);
  clip-path: polygon(55% 0%, 100% 0%, 100% 100%, 55% 100%);
  opacity: 0.8;
}
.review-type-0 .review-score {
  font-size: 0.875rem;
  margin: 0 0.125rem 0 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review-type-0 .review-score span {
  font-size: 0.75rem;
  margin-right: 0.125rem;
}
.review-type-0 .review-source {
  font-size: 0.8125rem;
}
.review-type-0 .review-source {
  display: none;
  margin-left: 0.125rem;
}
@media screen and (min-width: 782px) {
  .review-type-0 .review-source {
    display: inline;
  }
}

/* Set divider (border) style */
/* Toggle top- & bottom border on list nav */
/* Set vertical padding for top-level menu-items */
/* Set vertical padding for sub-level menu-items */
/* Set top indent for sub-menu's */
/* Set left indent for sub-menu's */
/* Set child toggle style (1 - 3) */
/* Set style to center */
/* Set top-level menu-item styling */
.list-nav-type-0 a {
  font-family: "Ubuntu", sans-serif;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 1.25rem;
  font-weight: 700;
  color: #282828;
}
.list-nav-type-0 a:hover {
  color: #007aca;
}

.list-nav-type-0 .current-menu-item > a, .list-nav-type-0 .current_page_parent > a {
  color: #282828;
}

/* Set sub-level menu-item styling */
.list-nav-type-0 .sub-menu a {
  font-family: "Ubuntu", sans-serif;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 1.125rem;
  font-weight: 500;
  color: #282828;
}
.list-nav-type-0 .sub-menu a:hover {
  color: #007aca;
}

.list-nav-type-0 .sub-menu .current-menu-item > a, .list-nav-type-0 .sub-menu .current_page_parent > a {
  color: #282828;
}

/* List nav child toggle templates */
.list-nav-type-0 .menu-item-has-children > a:after {
  content: "";
  height: 0.375rem;
  width: 0.375rem;
  display: inline-block;
  border: 0 solid #282828;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 0 0.125rem 0.125rem 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-left: 0.75rem;
  margin-bottom: 0.25rem;
}
.list-nav-type-0 .menu-item-has-children > a.active-toggle {
  color: #007aca;
}
.list-nav-type-0 .menu-item-has-children > a:hover {
  color: #007aca;
}
.list-nav-type-0 .menu-item-has-children > a:hover:after {
  border-color: #007aca;
}

/* List nav setup */
.list-nav-type-0 {
  padding-left: 0;
  list-style-type: none;
}
.list-nav-type-0 li {
  margin-bottom: 0;
  border-bottom: none;
}
.list-nav-type-0 li:first-of-type {
  border-top: none;
}
.list-nav-type-0 li:last-of-type {
  margin-bottom: 0;
}
.list-nav-type-0 a {
  display: block;
  position: relative;
  padding: 0.625rem 0;
}
.list-nav-type-0 .sub-menu {
  display: none;
  margin-top: 0 !important;
  list-style-type: none;
  padding-left: 0.875rem;
  padding-top: 0;
}
.list-nav-type-0 .sub-menu li:last-of-type {
  border-bottom: 0;
}
.list-nav-type-0 .sub-menu a {
  padding: 0.5rem 0;
}
/* Set divider (border) style */
/* Toggle top- & bottom border on list nav */
/* Set vertical padding for top-level menu-items */
/* Set vertical padding for sub-level menu-items */
/* Set top indent for sub-menu's */
/* Set left indent for sub-menu's */
/* Set child toggle style (1 - 3) */
/* Set style to center */
/* Set top-level menu-item styling */
.list-nav-type-1 a {
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 1.125rem;
  font-weight: 400;
  color: rgba(40, 40, 40, 0.7);
}
.list-nav-type-1 a:hover {
  color: #007aca;
}

.list-nav-type-1 .current-menu-item > a, .list-nav-type-1 .current_page_parent > a {
  cursor: default;
  color: #007aca;
}

/* Set sub-level menu-item styling */
.list-nav-type-1 .sub-menu a {
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 1.125rem;
  font-weight: 400;
  color: #282828;
}
.list-nav-type-1 .sub-menu a:hover {
  color: #007aca;
}

.list-nav-type-1 .sub-menu .current-menu-item > a, .list-nav-type-1 .sub-menu .current_page_parent > a {
  color: #007aca;
}

/* List nav child toggle templates */
.list-nav-type-1 .menu-item-has-children > a:after {
  content: "";
  height: 0.375rem;
  width: 0.375rem;
  display: inline-block;
  border: 0 solid #282828;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 0 0.125rem 0.125rem 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-left: 0.75rem;
  margin-bottom: 0.25rem;
}
.list-nav-type-1 .menu-item-has-children > a.active-toggle {
  color: #007aca;
}
.list-nav-type-1 .menu-item-has-children > a:hover {
  color: #007aca;
}
.list-nav-type-1 .menu-item-has-children > a:hover:after {
  border-color: #007aca;
}

/* List nav setup */
.list-nav-type-1 {
  padding-left: 0;
  list-style-type: none;
}
.list-nav-type-1 li {
  margin-bottom: 0;
  border-bottom: 0 solid #007aca;
}
.list-nav-type-1 li:first-of-type {
  border-top: 0 solid #007aca;
}
.list-nav-type-1 li:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.list-nav-type-1 > li:first-of-type {
  border-top: none;
}
.list-nav-type-1 a {
  display: block;
  position: relative;
  padding: 0.25rem 0;
}
.list-nav-type-1 .sub-menu {
  display: none;
  margin-top: 0 !important;
  list-style-type: none;
  padding-left: 1rem;
  padding-top: 0;
}
.list-nav-type-1 .sub-menu li:last-of-type {
  border-bottom: 0;
}
.list-nav-type-1 .sub-menu a {
  padding: 0.25rem 0;
}
/* Row nav setup */
.row-nav-type-0 {
  padding: 0;
  list-style-type: none;
  display: flex;
}
.row-nav-type-0 li {
  display: block;
  margin-right: 0.5rem;
}
.row-nav-type-0 li:last-of-type {
  margin-right: 0;
}
.row-nav-type-0 a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: "Ubuntu", sans-serif;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 1rem;
  font-weight: 700;
  color: #282828;
  background-color: #f0f2f5;
  padding: 0.75rem 1.25rem;
  white-space: nowrap;
}
.row-nav-type-0 a:hover {
  color: #FFF;
  background-color: #282828;
}
.row-nav-type-0 .current-menu-item > a, .row-nav-type-0 .current_page_parent > a {
  cursor: default;
  color: #007aca;
  background-color: #f0f2f5;
}
.row-nav-type-0 .sub-menu {
  display: none !important;
}

/* Row nav setup */
.row-nav-type-1 {
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 0.5rem;
  background-color: yellow;
}
.row-nav-type-1 li {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.row-nav-type-1 > li {
  height: 5rem;
}
.row-nav-type-1 > li > a {
  display: block;
  white-space: nowrap;
  padding: 0.75rem 1.25rem;
  background-color: #f0f2f5;
  color: #282828;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
}
.row-nav-type-1 > li:hover > a {
  color: #FFF;
  background-color: #282828;
}
.row-nav-type-1 > li.menu-item-has-children > a:after {
  content: "";
  height: 0.375rem;
  width: 0.375rem;
  display: inline-block;
  border: 0 solid #282828;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 0 0.125rem 0.125rem 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-left: 0.625rem;
  margin-bottom: 0.1875rem;
}
.row-nav-type-1 > li.menu-item-has-children:hover > a:after {
  border-color: #FFF;
}
.row-nav-type-1 > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.row-nav-type-1 > li.current-menu-item > a {
  color: #007aca;
  background-color: #f0f2f5;
}
.row-nav-type-1 .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 5rem;
  list-style-type: none;
  padding: 0;
}
.row-nav-type-1 .sub-menu > li {
  display: block;
}
.row-nav-type-1 .sub-menu > li a {
  display: block;
  white-space: nowrap;
  padding: 0.875rem 1.5rem;
  background-color: #f0f2f5;
  color: #282828;
  font-size: 0.9375rem;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
}
.row-nav-type-1 .sub-menu > li:hover > a {
  color: #FFF;
  background-color: #282828;
}
.row-nav-type-1 .sub-menu > li.menu-item-has-children > a:after {
  content: "";
  height: 0.375rem;
  width: 0.375rem;
  display: inline-block;
  border: 0 solid #282828;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 0.125rem 0.125rem 0 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-left: 0.625rem;
  margin-bottom: 0.125rem;
}
.row-nav-type-1 .sub-menu > li.menu-item-has-children:hover > a:after {
  border-color: #FFF;
}
.row-nav-type-1 .sub-menu > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.row-nav-type-1 .sub-menu > li.current-menu-item > a {
  color: #007aca;
  background-color: #f0f2f5;
}
.row-nav-type-1 .sub-menu > li .sub-menu {
  top: 0;
  left: 100%;
}
.row-nav-type-1 .sub-menu > li .sub-menu .menu-item-has-children > a {
  color: #007aca;
}
.row-nav-type-1 .sub-menu > li .sub-menu .menu-item-has-children > a:after {
  content: "";
  height: 0.375rem;
  width: 0.375rem;
  display: inline-block;
  border: 0 solid #007aca;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 0 0.125rem 0.125rem 0;
}
.row-nav-type-1 .sub-menu > li .sub-menu .sub-menu {
  display: block;
  top: unset;
  left: unset;
  position: relative;
}

/* Dark color */
/* Light color */
/* Accent color */
/* Extra color */
/* Number of pixels (without "px") for main breakpoint */
/* Navigation height */
/* Inverse action (0 = none, 1 = light-to-dark), 2 = dark-to-light), 3 = transparent-to-colored */
/* Enable spacer */
/* Scroll slide type (1 = top & bottom, 2 = top, 3 = bottom) */
/* Scroll slide on mobile */
/* Scroll slide height (0 disables functionality) */
/* Retain scroll slide on nav hover */
/* Primary CTA */
/* Top bar */
/* "cta", "reviews", "language" or false */
/* Top bar height */
/* Hide top bar on scroll */
/* Enable hamburger menu on web */
/* Border style */
.nav-type-0 .main-nav-links > li > a {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.0125rem;
  text-decoration: none;
  color: #282828;
}
.nav-type-0 .main-nav-links > li > a:hover {
  color: #007aca !important;
}

.nav-type-0 .main-nav-links > .menu-item-has-children > .sub-menu > li a {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-family: "Ubuntu", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.0125rem;
  text-decoration: none;
  color: #282828;
}
.nav-type-0 .main-nav-links > .menu-item-has-children > .sub-menu > li a:hover {
  color: #007aca !important;
}

/* Spacer */
.nav-spacer-type-0 {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 9rem;
}

/* Nav */
.nav-type-0 {
  position: fixed;
  z-index: 111;
  top: 0;
  margin: 0 auto;
  width: 100%;
  background-color: #FFF;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-bottom: 0.0625rem solid #f0f2f5;
  background-color: #FFF;
  /* Scroll slide */
  padding-bottom: 0.75rem;
  /* General responsiveness & support for touch- and non-touch devices */
}
.nav-type-0 .nav-top-bar {
  margin-bottom: 0.75rem;
}
.nav-type-0 .nav-top-bar {
  background-color: #FFF;
  color: #282828;
  border-bottom: 0.0625rem solid #f0f2f5;
  height: 2.5rem;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nav-type-0 .nav-top-bar-container {
  height: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  .nav-type-0 .nav-top-bar-container {
    padding: 0 3rem;
  }
}
.nav-type-0 .nav-top-bar-left, .nav-type-0 .nav-top-bar-right {
  height: 100%;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.nav-type-0 .nav-top-bar-left {
  flex: 1 1 1rem;
  min-width: 0;
}
.nav-type-0 .nav-top-bar-left ul {
  justify-content: flex-start;
}
.nav-type-0 .nav-top-bar-left ul li {
  margin-top: 0.0625rem;
  margin-right: 1.25rem;
  background-color: #007aca;
  border-radius: 4px;
  padding: 2px 14px 7px 14px;
  border-radius: 14px;
  line-height: 1;
  color: #FFF;
  width: auto !important;
}
.nav-type-0 .nav-top-bar-left ul li:hover {
  background-color: rgb(0, 97.3584158416, 161.2) !important;
}
.nav-type-0 .nav-top-bar-left ul li:hover a {
  color: #fff !important;
}
.nav-type-0 .nav-top-bar-left ul li a {
  font-family: "Ubuntu";
  font-weight: 500;
  color: #fff;
}
.nav-type-0 .icon-link {
  margin-right: 1.25rem;
  margin-top: 0.0625rem;
  font-weight: 500;
}
.nav-type-0 .icon-link::before {
  margin-top: 0;
  content: normal;
}
.nav-type-0 .icon-link:last-of-type {
  margin-right: 0;
}
.nav-type-0 .icon-link.phone {
  display: none;
}
@media (min-width: 576px) {
  .nav-type-0 .icon-link.phone {
    display: flex;
  }
}
@media (min-width: 576px) {
  .nav-type-0 .icon-link:before {
    content: "";
  }
}
.nav-type-0 .menu-top-bar-cta-container {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .nav-type-0 .menu-top-bar-cta-container {
    display: block;
  }
}
.nav-type-0 .top-bar-cta {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.nav-type-0 .top-bar-cta li {
  display: none;
}
.nav-type-0 .top-bar-cta li:first-of-type {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-type-0 .top-bar-cta a {
  font-size: 0.875rem;
  color: #282828;
}
.nav-type-0 .top-bar-cta a:hover {
  color: #007aca;
}
.nav-type-0 .top-bar-cta a:before {
  display: inline-block;
  margin-right: 0.375rem;
}
.nav-type-0 .top-bar-cta .whitepaper-link a:before {
  content: "Gratis whitepaper: ";
}
.nav-type-0 [class*=review-type-] {
  display: none !important;
}
.nav-type-0 .lang-nav {
  display: none !important;
}
.nav-type-0 .nav-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.nav-type-0 .nav-left {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding-left: 1.5rem;
}
@media (min-width: 576px) {
  .nav-type-0 .nav-left {
    padding-left: 0;
  }
}
.nav-type-0 .nav-left .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  padding: 0 1.5rem 0 1.5rem;
}
@media (min-width: 576px) {
  .nav-type-0 .nav-left .logo-container {
    padding: 0 1.5rem 0 3rem;
  }
}
.nav-type-0 .nav-left .nav-logo {
  height: 5rem;
  width: 11rem;
}
.nav-type-0 .nav-right {
  display: inline-flex;
  align-items: center;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding-right: 1.5rem;
}
@media (min-width: 576px) {
  .nav-type-0 .nav-right {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 782px) {
  .nav-type-0 .nav-right {
    padding-right: 3rem;
  }
}
.nav-type-0 .nav-right .hamburger-button {
  height: 5rem;
  width: 5rem;
}
.nav-type-0 .nav-right .hamburger-button .hamburger-icon .burger,
.nav-type-0 .nav-right .hamburger-button .hamburger-icon .ham,
.nav-type-0 .nav-right .hamburger-button .hamburger-icon .ham:after {
  background-color: #282828;
}
.nav-type-0 .nav-right .hamburger-button:hover .hamburger-icon .burger,
.nav-type-0 .nav-right .hamburger-button:hover .hamburger-icon .ham,
.nav-type-0 .nav-right .hamburger-button:hover .hamburger-icon .ham:after {
  background-color: #007aca;
}
.nav-type-0.nav-active .nav-cta-btn, .nav-type-0.nav-active .main-nav-links {
  display: none !important;
}
.nav-type-0.nav-scroll-action, .nav-type-0.nav-active {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.nav-type-0.nav-scroll-action .nav-top-bar, .nav-type-0.nav-active .nav-top-bar {
  margin-bottom: 0;
}
.nav-type-0.nav-scroll-action .main-nav-links > .menu-item-has-children > .sub-menu, .nav-type-0.nav-active .main-nav-links > .menu-item-has-children > .sub-menu {
  padding-top: 0;
}
.nav-type-0.nav-active .nav-top-bar {
  height: 0;
}
.nav-type-0.nav-scroll-action .nav-left, .nav-type-0.nav-active .nav-left {
  padding-left: 0;
}
.nav-type-0.nav-scroll-action .nav-right, .nav-type-0.nav-active .nav-right {
  padding-right: 0;
}
@media (min-width: 576px) {
  .nav-type-0.nav-scroll-action .nav-right, .nav-type-0.nav-active .nav-right {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 782px) {
  .nav-type-0.nav-scroll-action .nav-right, .nav-type-0.nav-active .nav-right {
    padding-right: 3rem;
  }
}
.nav-type-0 .main-nav-links {
  padding: 0;
}
.nav-type-0 .main-nav-links > li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
.nav-type-0 .main-nav-links > li > a {
  display: block;
  position: relative;
  line-height: 2rem;
  padding: 1.5rem 0.875rem;
}
.nav-type-0 .main-nav-links > .menu-item-has-children > a:after {
  content: "";
  height: 0.5rem;
  width: 0.5rem;
  display: inline-block;
  border: 0 solid #282828;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 0 0.125rem 0.125rem 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-left: 0.625rem;
  margin-bottom: 0.1875rem;
}
.nav-type-0 .main-nav-links > .menu-item-has-children:hover > a:after {
  border-color: #007aca;
}
.nav-type-0 .main-nav-links > .menu-item-has-children:hover .sub-menu {
  display: block;
}
.nav-type-0 .main-nav-links > .current-menu-item > a, .nav-type-0 .main-nav-links .current_page_parent > a {
  color: #007aca !important;
}
.nav-type-0 .main-nav-links > .menu-item-has-children > .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 5rem;
  border-bottom: 0.0625rem solid #f0f2f5;
  padding: 0;
  max-height: calc(100vh - 7.5rem); /* $nav-type-0-height + $nav-type-0-top-bar-height !!! */
  overflow-y: scroll;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
  padding-top: 0.75rem;
}
.nav-type-0 .main-nav-links > .menu-item-has-children > .sub-menu::-webkit-scrollbar {
  display: none;
}
.nav-type-0 .main-nav-links > .menu-item-has-children > .sub-menu > li {
  list-style: none;
  margin-bottom: 0;
  border-top: 0.0625rem solid #f0f2f5;
  border-right: 0.0625rem solid #f0f2f5;
  border-left: 0.0625rem solid #f0f2f5;
  background-color: #FFF;
}
.nav-type-0 .main-nav-links > .menu-item-has-children > .sub-menu > li a {
  display: block;
  position: relative;
  line-height: 2rem;
  padding: 1rem 1.75rem;
  white-space: nowrap;
}
.nav-type-0 .main-nav-links > .menu-item-has-children > .sub-menu > li a:after {
  content: "";
  height: 0.4125rem;
  width: 0.4125rem;
  display: inline-block;
  border: 0 solid #007aca;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 0.125rem 0.125rem 0 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-left: 0.625rem;
  margin-bottom: 0.0625rem;
}
.nav-type-0 .main-nav-links > .menu-item-has-children > .sub-menu > li a:hover {
  color: #282828 !important;
}
.nav-type-0 .main-nav-links > .menu-item-has-children > .sub-menu > li a:hover:after {
  margin-left: 0.75rem;
  border-color: #F47B20;
}
.nav-type-0 .main-nav-links > .menu-item-has-children > .sub-menu > li.menu-item-has-children > a:after {
  content: "";
  height: 0.375rem;
  width: 0.375rem;
  display: inline-block;
  border: 0 solid #282828;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 0 0.125rem 0.125rem 0;
  margin-left: 0.75rem;
  margin-bottom: 0.1875rem;
}
.nav-type-0 .main-nav-links > .menu-item-has-children > .sub-menu .sub-menu {
  padding: 0 0 0 1.75rem;
  border-top: 0.0625rem solid #f0f2f5;
  background-color: #FFF;
  list-style-type: none;
}
.nav-type-0 .main-nav-links > .menu-item-has-children > .sub-menu .sub-menu li {
  margin-bottom: 0;
  border-top: 0.0625rem solid #f0f2f5;
}
.nav-type-0 .main-nav-links > .menu-item-has-children > .sub-menu .sub-menu li:first-of-type {
  border-top: 0px solid #282828;
}
.nav-type-0 .main-nav-links > .menu-item-has-children > .sub-menu .sub-menu li a {
  padding: 1rem 1.75rem 1rem 0.875rem;
  color: #282828;
}
.nav-type-0 .main-nav-links > .menu-item-has-children > .sub-menu .sub-menu li a:after {
  border-color: #282828;
}
.nav-type-0 .nav-cta-btn {
  margin-left: 1.25rem;
  display: none;
}
@media (min-width: 576px) {
  .nav-type-0 .nav-cta-btn {
    display: block;
  }
}
.nav-type-0 .nav-cta-btn ul {
  list-style: none;
  padding: 0;
}
.nav-type-0 .nav-cta-btn a {
  font-weight: 500;
  font-size: 1rem;
}
.nav-type-0 .nav-mobile {
  display: none;
  position: relative;
  border-top: 0.0625rem solid #f0f2f5;
  max-height: calc(100vh - 5rem);
  background-color: #FFF;
  overflow-y: scroll;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.nav-type-0 .nav-mobile::-webkit-scrollbar {
  display: none;
}
.nav-type-0 .nav-mobile .nav-mobile-container {
  position: relative;
  margin: 0 auto;
  max-width: 1300px;
  padding: 3rem 1.5rem;
}
@media (min-width: 576px) {
  .nav-type-0 .nav-mobile .nav-mobile-container {
    padding: 3rem;
  }
}
.nav-type-0 .nav-mobile .nav-mobile-cta-btn {
  display: block;
  margin-top: 2.25rem;
}
.nav-type-0 .nav-mobile .nav-mobile-cta-btn ul {
  list-style: none;
  padding: 0;
}
.nav-type-0 .nav-mobile .nav-contact {
  margin-top: 1.5rem;
  padding-top: 2.25rem;
  border-top: 0.0625rem solid #f0f2f5;
}
.nav-type-0 .main-toggle-web {
  display: none;
}
@media screen and (min-width: 980px) {
  .nav-type-0 .main-toggle-web {
    display: block !important;
  }
}
@media (hover: none) and (pointer: coarse) {
  .nav-type-0 .main-toggle-web {
    display: none !important;
  }
}
@media screen and (min-width: 980px) {
  .nav-type-0 .main-toggle-mobile {
    display: none !important;
  }
}
@media (hover: none) and (pointer: coarse) {
  .nav-type-0 .main-toggle-mobile {
    display: block !important;
  }
}

#nav-escape {
  cursor: pointer;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  position: fixed;
  z-index: 110;
  background-color: #282828;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
#nav-escape.nav-active {
  visibility: visible;
  opacity: 0.6;
}

.popup-type-1 {
  position: fixed;
  z-index: 202;
  margin: auto;
  display: none;
  background-color: #FFF;
  top: 50vh;
  left: 50vw;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow-y: scroll;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
  width: calc(100vw - 3rem);
  max-height: calc(100vh - 3rem);
}
.popup-type-1::-webkit-scrollbar {
  display: none;
}
@media (min-width: 576px) {
  .popup-type-1 {
    width: 75vw;
    max-height: calc(100vh - 6rem);
  }
}
@media screen and (min-width: 782px) {
  .popup-type-1 {
    width: 60vw;
  }
}
@media screen and (min-width: 992px) {
  .popup-type-1 {
    width: 50vw;
  }
}
@media screen and (min-width: 1200px) {
  .popup-type-1 {
    width: 600px;
  }
}
.popup-type-1 .popup-container {
  padding: 2.25rem 1.5rem;
  display: block;
}
@media (min-width: 576px) {
  .popup-type-1 .popup-container {
    padding: 3rem;
  }
}
.popup-type-1 .label {
  margin-bottom: 1.25rem;
}
.popup-type-1 .p {
  display: inline-block;
  margin: 0.25rem 0 1.25rem 0;
}

#popup-escape {
  cursor: pointer;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  position: fixed;
  z-index: 200;
  background-color: #282828;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
#popup-escape.popup-active {
  visibility: visible;
  opacity: 0.9;
}
#popup-escape.popup-active:hover {
  opacity: 0.8;
}

.hero-type-0 {
  color: #282828;
  background-color: #f0f2f5;
}
.hero-type-0 .container {
  padding-top: 0;
  position: unset;
}
@media screen and (min-width: 992px) {
  .hero-type-0 .container {
    padding: 4.5rem 0 4.5rem 0;
  }
}
.hero-type-0 .container > .img-wrp {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.hero-type-0 .row {
  position: relative;
  z-index: 1;
  gap: 3rem 0;
}
@media screen and (min-width: 992px) {
  .hero-type-0 .row {
    gap: 4.5rem 0;
  }
}
.hero-type-0 .row .img-wrp {
  z-index: 1;
  height: calc(((100vw - 1.5rem) * 12 / 12 - 1.5rem) / 1.7777777778);
}
@media screen and (min-width: 992px) {
  .hero-type-0 .row .img-wrp {
    height: 100%;
  }
}
.hero-type-0 .content-boxed, .hero-type-0 .content-bordered, .hero-type-0 .content-img {
  margin-top: 12rem;
}
@media (min-width: 576px) {
  .hero-type-0 .content-boxed, .hero-type-0 .content-bordered, .hero-type-0 .content-img {
    margin-top: 16rem;
  }
}
@media screen and (min-width: 782px) {
  .hero-type-0 .content-boxed, .hero-type-0 .content-bordered, .hero-type-0 .content-img {
    margin-top: 0;
  }
}
.hero-type-0 .description {
  margin-top: 1.25rem;
  font-size: 1rem;
}
.hero-type-0 .description span {
  color: #007aca;
}

.footer-type-0 {
  border-top: 0.0625rem solid #f0f2f5;
}
.footer-type-0 .container {
  padding: 3rem 0 0 0;
}
@media (min-width: 576px) {
  .footer-type-0 .container {
    padding: 1.5rem 0 0 0;
  }
}
.footer-type-0 .row {
  padding-bottom: 1.5rem;
  gap: 3rem 0;
}
@media screen and (min-width: 992px) {
  .footer-type-0 .footer-company {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
.footer-type-0 .footer-logo {
  display: inline-block;
}
@media (min-width: 576px) {
  .footer-type-0 .footer-logo {
    margin-top: -1.25rem;
  }
}
@media screen and (min-width: 1300px) {
  .footer-type-0 .footer-logo {
    margin-top: -0.75rem;
  }
}
.footer-type-0 .footer-logo [class*=logo-] {
  height: 6rem;
  width: 100%;
  min-width: 10rem;
  max-width: 13rem;
}
.footer-type-0 .footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem;
}
.footer-type-0 .footer-social [class*=btn-] {
  -webkit-border-radius: 100rem;
  -moz-border-radius: 100rem;
  border-radius: 100rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.footer-type-0 .footer-social [class*=icon-] {
  margin: 0.125rem;
}
@media screen and (min-width: 1300px) {
  .footer-type-0 .footer-social {
    margin-top: 2.25rem;
  }
}
.footer-type-0 div.h5 {
  font-size: 1.25rem;
  padding-bottom: 0.75rem;
}
.footer-type-0 .footer-visma-company {
  margin-top: 1.5rem;
}
.footer-type-0 .footer-visma-company p, .footer-type-0 .footer-visma-company a {
  font-size: 0.9375rem;
}
.footer-type-0 .footer-visma-company a {
  color: #007aca;
}
.footer-type-0 .footer-visma-company a:hover {
  opacity: 0.5;
}
.footer-type-0 .footer-visma {
  border-top: 0.0625rem solid #f0f2f5;
  padding-top: 0;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 1.25rem;
}
@media (min-width: 576px) {
  .footer-type-0 .footer-visma {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    gap: 0 0.5rem;
  }
}
.footer-type-0 .footer-visma a {
  white-space: nowrap;
  color: #282828;
  font-weight: 500;
}
.footer-type-0 .footer-visma a:hover {
  color: #007aca;
}
.footer-type-0 .footer-visma .footer-visma-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 576px) {
  .footer-type-0 .footer-visma .footer-visma-menu {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 0.75rem;
  }
}
@media screen and (min-width: 782px) {
  .footer-type-0 .footer-visma .footer-visma-menu {
    gap: 1rem;
  }
}
.footer-type-0 .footer-visma .footer-visma-menu a {
  display: block;
}

.post-navigation-type-1 {
  background-color: #f0f2f5;
}
.post-navigation-type-1 .row {
  padding-top: 0;
  padding-bottom: 0;
}
.post-navigation-type-1 .pagination {
  padding: 1.5rem 0.75rem 3rem 0.75rem;
}
@media (min-width: 576px) {
  .post-navigation-type-1 .pagination {
    padding: 0 0.75rem 3rem 0.75rem;
  }
}
.post-navigation-type-1 .pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.post-navigation-type-1 .pagination .page-numbers {
  display: none;
}
.post-navigation-type-1 .pagination .prev, .post-navigation-type-1 .pagination .next {
  display: inline-block;
  flex-basis: 50%;
  flex-grow: 1;
  position: relative;
  z-index: 1;
}
.post-navigation-type-1 .pagination .prev span, .post-navigation-type-1 .pagination .next span {
  font-size: 0.95rem;
}
.post-navigation-type-1 .pagination .next {
  text-align: right;
}

.solutions-type-2, .solutions-type-1, .stats-type-2, .content-type-1-r, .content-type-1-l {
  padding-bottom: 3rem;
}
@media screen and (min-width: 782px) {
  .solutions-type-2, .solutions-type-1, .stats-type-2, .content-type-1-r, .content-type-1-l {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .solutions-type-2, .solutions-type-1, .stats-type-2, .content-type-1-r, .content-type-1-l {
    padding: 4.5rem 0;
  }
}
.solutions-type-2 .row, .solutions-type-1 .row, .stats-type-2 .row, .content-type-1-r .row, .content-type-1-l .row {
  gap: 3rem 0;
}
@media screen and (min-width: 782px) {
  .solutions-type-2 .content, .solutions-type-1 .content, .stats-type-2 .content, .content-type-1-r .content, .content-type-1-l .content {
    padding: 6rem 0;
  }
}
.solutions-type-2 .img-wrp, .solutions-type-1 .img-wrp, .stats-type-2 .img-wrp, .content-type-1-r .img-wrp, .content-type-1-l .img-wrp {
  z-index: 1;
  height: calc(((100vw - 1.5rem) * 12 / 12 - 1.5rem) / 1.7777777778);
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@media screen and (min-width: 782px) {
  .solutions-type-2 .img-wrp, .solutions-type-1 .img-wrp, .stats-type-2 .img-wrp, .content-type-1-r .img-wrp, .content-type-1-l .img-wrp {
    height: 100%;
  }
}

@media screen and (min-width: 782px) {
  .content-type-1-l .row {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1300px) {
  .content-type-1-l .content {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 782px) {
  .content-type-1-l + .content-type-1-r .row {
    padding-top: 0;
  }
}

@media screen and (min-width: 1300px) {
  .content-type-1-r .content {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 782px) {
  .content-type-1-r + .content-type-1-l .row {
    padding-top: 0;
  }
}

.content-type-6 {
  background-color: #f0f2f5;
  padding-top: 1.5rem;
}
@media (min-width: 576px) {
  .content-type-6 {
    padding-top: 0;
  }
}
.content-type-6 .content-boxed-transparent {
  background-color: transparent !important;
}
@media (min-width: 576px) {
  .content-type-6 .content-boxed-transparent {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .content-type-6 .content-boxed-transparent {
    padding-left: 0;
    padding-right: 0;
  }
}
.content-type-6 .as-h6 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 2rem 0 1rem 0;
}
.content-type-6 .contact-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
.content-type-6 .contact-grid li {
  word-break: break-all;
}
@media screen and (min-width: 782px) {
  .content-type-6 .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.content-type-6-invert {
  background-color: #FFF;
}
.content-type-6-invert .content-boxed, .content-type-6-invert .content-bordered, .content-type-6-invert .content-img {
  background-color: #f0f2f5;
}
@media screen and (min-width: 782px) {
  .content-type-6-invert .content-boxed, .content-type-6-invert .content-bordered, .content-type-6-invert .content-img {
    padding: 3rem;
  }
}
.content-type-6-invert .as-h6 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 2rem 0 1rem 0;
}
.content-type-6-invert .contact-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
.content-type-6-invert .contact-grid li {
  word-break: break-all;
}
@media screen and (min-width: 782px) {
  .content-type-6-invert .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.content-type-9-r, .content-type-9-l {
  background-color: #f0f2f5;
}
.content-type-9-r .row, .content-type-9-l .row {
  gap: 3rem 0;
}
@media screen and (min-width: 782px) {
  .content-type-9-r .content, .content-type-9-l .content {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 1300px) {
  .content-type-9-r .content, .content-type-9-l .content {
    padding: 6rem 3rem;
  }
}
.content-type-9-r .img-wrp, .content-type-9-l .img-wrp {
  z-index: 1;
  height: calc(((100vw - 1.5rem) * 12 / 12 - 1.5rem) / 1.7777777778);
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@media screen and (min-width: 782px) {
  .content-type-9-r .img-wrp, .content-type-9-l .img-wrp {
    height: 100%;
  }
}
.content-type-9-r .row-title, .content-type-9-l .row-title {
  text-align: center;
  flex-direction: row !important;
  padding-top: 4.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .content-type-9-r .row-title, .content-type-9-l .row-title {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 782px) {
  .content-type-9-r .row-title .content, .content-type-9-l .row-title .content {
    padding: 3rem 0 1.5rem 0;
  }
}

@media screen and (min-width: 782px) {
  .content-type-9-l .row {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 782px) {
  .content-type-9-l + .content-type-9-r .row {
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .content-type-9-l + .content-type-9-r .row {
    padding-bottom: 6rem;
  }
}

@media screen and (min-width: 782px) {
  .content-type-9-r + .content-type-9-l .row {
    padding-top: 0;
  }
}

.content-type-10 {
  background-color: #f0f2f5;
}
.content-type-10 > .img-wrp {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.content-type-11 {
  background-color: #f0f2f5;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 782px) {
  .content-type-11 {
    padding-bottom: 3rem;
  }
}
.content-type-11 .row {
  gap: 3rem 0;
}
@media screen and (min-width: 782px) {
  .content-type-11 .content {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 1300px) {
  .content-type-11 .content {
    padding: 6rem 3rem;
  }
}
.content-type-11 .content-boxed, .content-type-11 .content-bordered, .content-type-11 .content-img {
  height: 100%;
}
.content-type-11 .row-title {
  text-align: center;
  flex-direction: row !important;
  padding-top: 4.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .content-type-11 .row-title {
    padding-top: 6rem;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 782px) {
  .content-type-11 .row-title {
    padding-top: 4.5rem;
  }
}
@media screen and (min-width: 782px) {
  .content-type-11 .row-title .content {
    padding: 3rem 0 1.5rem 0;
  }
}
.content-type-11 .row-content {
  gap: 1.5rem 0;
}
@media (min-width: 576px) {
  .content-type-11 .row-content {
    gap: 3rem 0;
  }
}

.content-type-12 {
  padding-bottom: 1.5rem;
  border-top: 0.09375rem solid #f0f2f5;
}
@media screen and (min-width: 782px) {
  .content-type-12 {
    padding-bottom: 3rem;
  }
}
.content-type-12 .row-title {
  text-align: center;
  padding-top: 4.5rem;
}
@media (min-width: 576px) {
  .content-type-12 .row-title {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 782px) {
  .content-type-12 .row-title {
    padding-top: 6rem;
    padding-bottom: 1.5rem;
  }
}
.content-type-12 .img-wrp {
  z-index: 0;
}
.content-type-12 .content-img {
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
  padding-top: 12rem;
  height: 100%;
}
.content-type-12 .content-img h3 span {
  color: #FFF;
}
@media screen and (min-width: 992px) {
  .content-type-12 .content-img {
    padding-top: 16rem;
  }
}

.content-gutenberg {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.content-gutenberg > :first-child {
  margin-top: 0 !important;
}
.content-gutenberg > :last-child {
  margin-bottom: 0 !important;
}
.content-gutenberg > * {
  margin-top: 3rem;
}
.content-gutenberg p + p, .content-gutenberg p + ul, .content-gutenberg p + ol, .content-gutenberg ul + p, .content-gutenberg ul + ul, .content-gutenberg ul + ol, .content-gutenberg ol + p, .content-gutenberg ol + ul, .content-gutenberg ol + ol {
  margin-top: 1.5rem;
}
.content-gutenberg h1 + p, .content-gutenberg h2 + p, .content-gutenberg h3 + p, .content-gutenberg h4 + p, .content-gutenberg h5 + p, .content-gutenberg h6 + p {
  margin-top: 0.75rem;
}
.content-gutenberg h1 + ul, .content-gutenberg h1 + ol, .content-gutenberg h2 + ul, .content-gutenberg h2 + ol, .content-gutenberg h3 + ul, .content-gutenberg h3 + ol, .content-gutenberg h4 + ul, .content-gutenberg h4 + ol, .content-gutenberg h5 + ul, .content-gutenberg h5 + ol, .content-gutenberg h6 + ul, .content-gutenberg h6 + ol {
  margin-top: 1.5rem;
}
.content-gutenberg a {
  color: #007aca;
}
.content-gutenberg a:hover {
  opacity: 0.7;
}
.content-gutenberg > p:first-child {
  font-size: 1.25rem;
}
.content-gutenberg > p:first-child + * {
  margin-top: 3rem;
}
.content-gutenberg > p:first-child + p {
  margin-top: 1.5rem;
}
.content-gutenberg figure figcaption {
  font-size: 0.75rem;
  text-align: right;
  margin-top: 0.75rem;
}
.content-gutenberg .wp-block-table {
  overflow-x: scroll;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
  max-width: calc(100vw - 1.5rem * 2);
}
.content-gutenberg .wp-block-table::-webkit-scrollbar {
  display: none;
}
@media (min-width: 576px) {
  .content-gutenberg .wp-block-table {
    max-width: calc((100vw - 3rem * 2) / 12 * 10);
  }
}
@media screen and (min-width: 992px) {
  .content-gutenberg .wp-block-table {
    max-width: calc((100vw - 3rem * 2) / 12 * 8);
  }
}
@media screen and (min-width: 1300px) {
  .content-gutenberg .wp-block-table {
    max-width: calc((1300px - 3rem * 2) / 12 * 8);
  }
}
.content-gutenberg .wp-block-table figcaption {
  text-align: left;
}
.content-gutenberg .wp-block-columns {
  margin-top: 3rem;
}
.content-gutenberg .wp-block-columns.is-layout-flex {
  gap: 1.5rem;
}
@media (min-width: 576px) {
  .content-gutenberg .wp-block-columns.is-layout-flex {
    gap: 3rem;
  }
}
.content-gutenberg .wp-block-quote {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.content-gutenberg .wp-block-quote cite {
  color: #007aca;
  font-family: "Ubuntu", sans-serif;
}
.content-gutenberg .wp-block-jetpack-image-compare figcaption {
  font-size: 0.75rem;
  text-align: center;
}
.content-gutenberg .wp-block-file {
  background-color: #f0f2f5;
  border: 0.0625rem solid rgba(40, 40, 40, 0.2);
  padding: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.25rem;
}
.content-gutenberg .wp-block-file [id*=wp-block-file--media] {
  font-weight: 500;
}
.content-gutenberg .wpforms-container {
  background-color: #f0f2f5;
  padding: 2.25rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@media (min-width: 576px) {
  .content-gutenberg .wpforms-container {
    padding: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .content-gutenberg {
    padding: 4.5rem;
  }
}
.content-gutenberg .wp-block-embed-twitter > div {
  display: flex;
  justify-content: center;
}
.content-gutenberg .wp-block-embed-vimeo, .content-gutenberg .wp-block-embed-youtube {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.content-gutenberg > .wp-block-columns, .content-gutenberg > .wp-block-image {
  position: relative;
}
@media screen and (min-width: 782px) {
  .content-gutenberg > .wp-block-columns, .content-gutenberg > .wp-block-image {
    margin-left: -8.33%;
    margin-right: -8.33%;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .content-gutenberg > .wp-block-columns, .content-gutenberg > .wp-block-image {
    margin-left: -16.66%;
    margin-right: -16.66%;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.content-gutenberg .sharedaddy {
  margin-top: 3.75rem;
}
@media (min-width: 576px) {
  .content-gutenberg .sharedaddy {
    margin-top: 5.25rem;
  }
}
.content-gutenberg .sharedaddy .share-customize-link {
  display: none !important;
}
.content-gutenberg .sharedaddy .sd-content ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.375rem;
}
.content-gutenberg .sharedaddy .sd-content ul li {
  margin: 0;
}
.content-gutenberg .sharedaddy .sd-content ul li a {
  max-width: unset !important;
}
.content-gutenberg .sharedaddy .sd-button.share-icon {
  padding: 0.875rem;
}
.content-gutenberg .sharedaddy .sd-button.share-icon:before {
  font-size: 1.5rem;
}
.content-gutenberg .sharedaddy .sd-button.share-icon:hover {
  padding: 0.875rem;
}
.content-gutenberg .sharedaddy .sd-button.share-icon:hover:before {
  font-size: 1.5rem;
}

.slider-type-0 {
  overflow: hidden;
  background-color: #f0f2f5;
}
.slider-type-0 .row {
  padding-left: 0;
  padding-right: 0;
}
.slider-type-0 .swiper {
  overflow: hidden;
  padding: 0 1.5rem 3rem 1.5rem;
}
@media (min-width: 576px) {
  .slider-type-0 .swiper {
    padding: 0 3rem 3rem 3rem;
  }
}
.slider-type-0 .swiper-wrapper {
  transition-timing-function: linear;
  -webkit-transform-style: preserve-3d;
}
.slider-type-0 .swiper-slide {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  padding: 1.5rem;
  height: auto;
}
@media (min-width: 576px) {
  .slider-type-0 .swiper-slide {
    padding: 3rem;
  }
}
.slider-type-0 .swiper-slide-active {
  background-color: #FFF;
}
.slider-type-0 .swiper-pagination {
  bottom: 0.1875rem;
}
.slider-type-0 .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.25rem;
  opacity: 1;
  background-color: #282828;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.slider-type-0 .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #007aca;
}
.slider-type-0 .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
  box-shadow: none;
}
.slider-type-0 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007aca !important;
}
.slider-type-0 .swiper-button-prev, .slider-type-0 .swiper-button-next {
  color: transparent;
  height: calc(100% - 3rem);
  top: 0;
  width: 2.25rem;
  margin: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.slider-type-0 .swiper-button-prev:after, .slider-type-0 .swiper-button-next:after {
  font-size: 1rem;
}
.slider-type-0 .swiper-button-prev:focus, .slider-type-0 .swiper-button-next:focus {
  outline: none;
  box-shadow: none;
}
.slider-type-0 .swiper-button-prev:hover, .slider-type-0 .swiper-button-next:hover {
  background-color: rgba(40, 40, 40, 0.8);
  color: #FFF;
  width: 4.5rem;
}
.slider-type-0 .swiper-button-prev {
  background-image: linear-gradient(to right, rgba(40, 40, 40, 0.08), rgba(40, 40, 40, 0));
  left: 1.5rem;
}
@media (min-width: 576px) {
  .slider-type-0 .swiper-button-prev {
    left: 3rem;
  }
}
.slider-type-0 .swiper-button-next {
  background-image: linear-gradient(to left, rgba(40, 40, 40, 0.08), rgba(40, 40, 40, 0));
  right: 1.5rem;
}
@media (min-width: 576px) {
  .slider-type-0 .swiper-button-next {
    right: 3rem;
  }
}
.slider-type-0 .swiper:hover .swiper-button-prev, .slider-type-0 .swiper:hover .swiper-button-next {
  opacity: 1;
}
@media (hover: none) and (pointer: coarse) {
  .slider-type-0 .swiper:hover .swiper-button-prev, .slider-type-0 .swiper:hover .swiper-button-next {
    display: none !important;
  }
}

.slider-type-1 {
  overflow: hidden;
  background-color: #f0f2f5;
}
.slider-type-1 .row {
  padding-left: 0;
  padding-right: 0;
}
.slider-type-1 .swiper {
  overflow: hidden;
  padding: 0 1.5rem 3rem 1.5rem;
}
@media (min-width: 576px) {
  .slider-type-1 .swiper {
    padding: 0 3rem 3rem 3rem;
  }
}
.slider-type-1 .swiper-wrapper {
  transition-timing-function: linear;
  -webkit-transform-style: preserve-3d;
}
.slider-type-1 .swiper-slide {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  padding: 2.25rem 1.5rem 1.5rem 1.5rem;
  height: auto;
}
@media (min-width: 576px) {
  .slider-type-1 .swiper-slide {
    padding: 3rem;
  }
}
.slider-type-1 .swiper-slide-active {
  background-color: #FFF;
}
.slider-type-1 .swiper-pagination {
  bottom: 0.1875rem;
}
.slider-type-1 .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.25rem;
  opacity: 1;
  background-color: #282828;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.slider-type-1 .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #007aca;
}
.slider-type-1 .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
  box-shadow: none;
}
.slider-type-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007aca !important;
}

.slider-type-2 {
  overflow: hidden;
  background-color: rgba(240, 242, 245, 0.9);
}
.slider-type-2 .container {
  position: unset;
}
.slider-type-2 .container > .img-wrp {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.slider-type-2 .row {
  padding-left: 0;
  padding-right: 0;
}
.slider-type-2 .swiper {
  overflow: hidden;
  padding: 3rem 1.5rem;
}
@media (min-width: 576px) {
  .slider-type-2 .swiper {
    padding: 3rem 3rem;
  }
}
.slider-type-2 .swiper-wrapper {
  transition-timing-function: linear;
  -webkit-transform-style: preserve-3d;
}
.slider-type-2 .swiper-slide {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  height: auto;
  padding-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-type-2 .slide-container {
  text-align: center;
}
@media screen and (min-width: 782px) {
  .slider-type-2 .slide-container {
    max-width: calc(75vw - 3rem * 2);
  }
}
@media screen and (min-width: 1300px) {
  .slider-type-2 .slide-container {
    max-width: calc(50vw - 3rem * 2);
  }
}
@media screen and (min-width: 1300px) {
  .slider-type-2 .slide-container {
    max-width: calc(1300px / 2 - 3rem * 2);
  }
}
.slider-type-2 .swiper-pagination {
  bottom: 0.1875rem;
}
.slider-type-2 .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.25rem;
  opacity: 1;
  background-color: #282828;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.slider-type-2 .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #007aca;
}
.slider-type-2 .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
  box-shadow: none;
}
.slider-type-2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007aca !important;
}

.slider-type-3 {
  overflow: hidden;
}
.slider-type-3 .row {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 576px) {
  .slider-type-3 .row {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.slider-type-3 .swiper {
  overflow: hidden;
  padding: 3rem 0;
}
@media (min-width: 576px) {
  .slider-type-3 .swiper {
    padding: 3rem 0;
  }
}
.slider-type-3 .swiper-wrapper {
  transition-timing-function: linear;
  -webkit-transform-style: preserve-3d;
}
.slider-type-3 .swiper-slide {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  height: auto;
  padding: 4.5rem 2.25rem 5.25rem 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 576px) {
  .slider-type-3 .swiper-slide {
    padding: 4.5rem 3rem 6.75rem 3rem;
  }
}
@media screen and (min-width: 992px) {
  .slider-type-3 .swiper-slide {
    padding: 6rem 3rem 6.75rem 3rem;
  }
}
.slider-type-3 .swiper-slide > .img-wrp {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.slider-type-3 .swiper-slide > .img-wrp:after {
  background-color: rgba(240, 242, 245, 0.9);
}
.slider-type-3 .slide-container {
  text-align: center;
}
@media screen and (min-width: 782px) {
  .slider-type-3 .slide-container {
    max-width: calc(75vw - 3rem * 2);
  }
}
@media screen and (min-width: 1300px) {
  .slider-type-3 .slide-container {
    max-width: calc(50vw - 3rem * 2);
  }
}
@media screen and (min-width: 1300px) {
  .slider-type-3 .slide-container {
    max-width: calc(1300px / 2 - 3rem * 2);
  }
}
.slider-type-3 .swiper-pagination {
  bottom: 4.5rem;
}
@media (min-width: 576px) {
  .slider-type-3 .swiper-pagination {
    bottom: 5.25rem;
  }
}
.slider-type-3 .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.25rem;
  opacity: 1;
  background-color: #282828;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.slider-type-3 .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #007aca;
}
.slider-type-3 .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
  box-shadow: none;
}
.slider-type-3 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007aca !important;
}

.slider-type-4 {
  overflow: hidden;
  background-color: #f0f2f5;
}
.slider-type-4 .row {
  padding-left: 0;
  padding-right: 0;
}
.slider-type-4 .swiper {
  overflow: hidden;
  padding: 3rem 1.5rem 4.5rem 1.5rem;
}
@media (min-width: 576px) {
  .slider-type-4 .swiper {
    padding: 3rem 3rem 4.5rem 3rem;
  }
}
.slider-type-4 .img-header {
  height: 10rem;
}
.slider-type-4 .swiper-wrapper {
  transition-timing-function: linear;
  -webkit-transform-style: preserve-3d;
}
.slider-type-4 .swiper-slide {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  height: auto;
}
.slider-type-4 .content-boxed, .slider-type-4 .content-bordered, .slider-type-4 .content-img {
  background-color: #282828;
  color: #FFF;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.slider-type-4 .swiper-slide-active .content-boxed, .slider-type-4 .swiper-slide-active .content-bordered, .slider-type-4 .swiper-slide-active .content-img {
  background-color: #FFF;
  color: #282828;
}
.slider-type-4 .swiper-slide-duplicate {
  opacity: 0;
}
.slider-type-4 .swiper-slide-prev, .slider-type-4 .swiper-slide-next, .slider-type-4 .swiper-slide-active {
  opacity: 1;
}
.slider-type-4 .swiper-nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-type-4 .swiper-button-prev, .slider-type-4 .swiper-button-next {
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  width: unset;
  height: unset;
  max-height: unset;
  margin-top: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #007aca;
  padding: 1.5rem;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.slider-type-4 .swiper-button-prev:after, .slider-type-4 .swiper-button-next:after {
  display: none;
}
.slider-type-4 .swiper-button-prev:focus, .slider-type-4 .swiper-button-next:focus {
  outline: none;
  box-shadow: none;
}
.slider-type-4 .swiper-button-prev:hover, .slider-type-4 .swiper-button-next:hover {
  background-color: #282828;
}
.slider-type-4 .swiper-button-prev {
  margin-right: 0.5rem;
}
.slider-type-4 .swiper-button-prev:before {
  content: "";
  height: 0.5rem;
  width: 0.5rem;
  display: inline-block;
  border: 0 solid #FFF;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 0 0 0.125rem 0.125rem;
}
.slider-type-4 .swiper-button-next:before {
  content: "";
  height: 0.5rem;
  width: 0.5rem;
  display: inline-block;
  border: 0 solid #FFF;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 0.125rem 0.125rem 0 0;
}

.slider-type-5 {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 576px) {
  .slider-type-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .slider-type-5 {
    width: 33.3%;
  }
}
.slider-type-5 .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slider-type-5 .swiper-wrapper {
  transition-timing-function: linear;
  -webkit-transform-style: preserve-3d;
}
.slider-type-5 .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  height: auto;
}
.slider-type-5 .slide-container {
  height: 100%;
  width: 100%;
}
.slider-type-5 .img-wrp {
  height: 100%;
  min-height: 240px;
}
@media (min-width: 576px) {
  .slider-type-5 .img-wrp {
    min-height: 240px;
  }
}

.employees-type-1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0f2f5;
}
.employees-type-1 .row-title {
  text-align: center;
}
@media (min-width: 576px) {
  .employees-type-1 .row-title {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 782px) {
  .employees-type-1 .row-title {
    padding-bottom: 1.5rem;
  }
}
.employees-type-1 .row-content {
  gap: 3rem 0;
}
@media (min-width: 576px) {
  .employees-type-1 .row-content {
    gap: 4.5rem 0;
  }
}
.employees-type-1 .img-wrp {
  z-index: 0;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin-bottom: 2.25rem;
  height: calc((100vw - 1.5rem * 2) / 16 * 16);
}
@media (min-width: 576px) {
  .employees-type-1 .img-wrp {
    height: calc((100vw - 3rem * 2) / 16 * 16);
  }
}
@media screen and (min-width: 782px) {
  .employees-type-1 .img-wrp {
    height: calc((50vw - 3rem * 2) / 16 * 16);
  }
}
@media screen and (min-width: 1300px) {
  .employees-type-1 .img-wrp {
    height: calc((25vw - 3rem * 2) / 16 * 16);
  }
}
@media screen and (min-width: 1300px) {
  .employees-type-1 .img-wrp {
    height: calc((0.25 * 1300px - 3rem * 2) / 16 * 16);
  }
}
.employees-type-1 .contact {
  margin-top: 2.25rem;
}
.employees-type-1 .contact [class*=btn-] {
  margin-top: 0 !important;
}

.employees-stories {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.employees-stories .row-title {
  text-align: center;
}
@media (min-width: 576px) {
  .employees-stories .row-title {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 782px) {
  .employees-stories .row-title {
    padding-bottom: 1.5rem;
  }
}
.employees-stories .row-content {
  gap: 3rem 0;
}
@media (min-width: 576px) {
  .employees-stories .row-content {
    gap: 4.5rem 0;
  }
}
.employees-stories .swiper {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 5rem;
}
.employees-stories .swiper .swiper-pagination {
  bottom: 0;
}
.employees-stories .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 0.25rem;
}
.employees-stories .swiper-slide {
  height: auto;
}
.employees-stories .swiper-slide .slide-container {
  height: 100%;
}
.employees-stories .content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.employees-stories .content .excerpt {
  margin-bottom: 2.25rem;
}
.employees-stories .img-wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 2.25rem;
}
.employees-stories .img-wrp {
  z-index: 0;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.employees-stories .img-wrp {
  z-index: 0;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin-bottom: 2.25rem;
  height: calc((100vw - 1.5rem * 2) / 16 * 16);
}
@media (min-width: 576px) {
  .employees-stories .img-wrp {
    height: calc((100vw - 3rem * 2) / 16 * 16);
  }
}
@media screen and (min-width: 782px) {
  .employees-stories .img-wrp {
    height: calc((50vw - 3rem * 2) / 16 * 16);
  }
}
@media screen and (min-width: 1300px) {
  .employees-stories .img-wrp {
    height: calc((33vw - 3rem * 2) / 16 * 16);
  }
}
@media screen and (min-width: 1300px) {
  .employees-stories .img-wrp {
    height: calc((0.33 * 1300px - 3rem * 2) / 16 * 16);
  }
}
.employees-stories .story {
  margin-top: auto;
  margin-bottom: 1rem;
}
.employees-stories .story [class*=btn-] {
  margin-top: auto;
}
.employees-stories .vacatures [class*=btn-] {
  margin-left: auto;
  margin-right: auto;
}

.locations-type-2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.locations-type-2 .row-title {
  text-align: center;
}
@media (min-width: 576px) {
  .locations-type-2 .row-title {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 782px) {
  .locations-type-2 .row-title {
    padding-bottom: 1.5rem;
  }
}
.locations-type-2 .row-content {
  gap: 3rem 0;
}
@media (min-width: 576px) {
  .locations-type-2 .row-content {
    gap: 4.5rem 0;
  }
}

.location-type-2 {
  width: 100%;
}
.location-type-2 .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 576px) {
  .location-type-2 {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .location-type-2 {
    width: 33.3333333333%;
  }
}

.locations-type-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.locations-type-3 .row-title {
  text-align: center;
}
@media (min-width: 576px) {
  .locations-type-3 .row-title {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 782px) {
  .locations-type-3 .row-title {
    padding-bottom: 1.5rem;
  }
}
.locations-type-3 .row-content {
  gap: 3rem 0;
}
@media (min-width: 576px) {
  .locations-type-3 .row-content {
    gap: 4.5rem 0;
  }
}

.location-type-3 {
  width: 100%;
}
.location-type-3 .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
  text-align: center;
}
.location-type-3 .content p {
  word-break: break-all;
}
.location-type-3 .content .icon-link {
  font-size: 0.875rem;
  font-weight: 500;
}
.location-type-3 .content .icon-link:before {
  margin-top: 0;
}
.location-type-3 .content a {
  color: #007aca;
  word-break: break-all;
}
@media (min-width: 576px) {
  .location-type-3 {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .location-type-3 {
    width: 20%;
  }
}

.locations-type-4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.locations-type-4 .content-boxed, .locations-type-4 .content-bordered, .locations-type-4 .content-img {
  margin: 0 1.5rem;
}
.locations-type-4 .row-title {
  text-align: center;
}
@media (min-width: 576px) {
  .locations-type-4 .row-title {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 782px) {
  .locations-type-4 .row-title {
    padding-bottom: 1.5rem;
  }
}
.locations-type-4 .row-content {
  gap: 3rem 0;
}
@media (min-width: 576px) {
  .locations-type-4 .row-content {
    gap: 4.5rem 0;
  }
}
@media screen and (min-width: 992px) {
  .locations-type-4 .content-boxed, .locations-type-4 .content-bordered, .locations-type-4 .content-img {
    margin: 0;
    padding: 3rem 2rem 4.5rem;
  }
}

.location-type-4 {
  width: 100%;
}
.location-type-4 .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 0.5rem;
  text-align: center;
}
.location-type-4 .content p {
  word-break: break-all;
}
.location-type-4 .content .icon-link {
  font-size: 0.875rem;
  font-weight: 500;
}
.location-type-4 .content .icon-link:before {
  margin-top: 0;
}
.location-type-4 .content a {
  color: #007aca;
  word-break: break-all;
}
@media screen and (min-width: 992px) {
  .location-type-4 {
    width: 33.3333333333%;
  }
}

.locations-type-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.locations-type-5.invert {
  background-color: #f0f2f5;
}
.locations-type-5 .content-boxed, .locations-type-5 .content-bordered, .locations-type-5 .content-img {
  margin: 0 1.5rem;
}
.locations-type-5 .row-title {
  text-align: center;
}
@media (min-width: 576px) {
  .locations-type-5 .row-title {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 782px) {
  .locations-type-5 .row-title {
    padding-bottom: 1.5rem;
  }
}
.locations-type-5 .row-content {
  gap: 3rem 0;
}
@media (min-width: 576px) {
  .locations-type-5 .row-content {
    gap: 4.5rem 0;
  }
}
@media screen and (min-width: 992px) {
  .locations-type-5 .content-boxed, .locations-type-5 .content-bordered, .locations-type-5 .content-img {
    margin: 0;
    padding: 3rem 2rem 4.5rem;
  }
}
.locations-type-5 .contact-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
  width: 100%;
}
.locations-type-5 .contact-grid li {
  word-break: break-all;
}
@media (min-width: 576px) {
  .locations-type-5 .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .locations-type-5 .contact-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.location-type-5 {
  width: 100%;
}
.location-type-5 .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 0.5rem;
  text-align: center;
}
.location-type-5 .content p {
  word-break: break-all;
}
.location-type-5 .content .icon-link {
  font-size: 0.875rem;
  font-weight: 500;
}
.location-type-5 .content .icon-link:before {
  margin-top: 0;
}
.location-type-5 .content a {
  color: #007aca;
  word-break: break-all;
}
@media screen and (min-width: 992px) {
  .location-type-5 {
    width: 33.3333333333%;
  }
}

.inloggen {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.inloggen .row-title {
  text-align: center;
}
@media (min-width: 576px) {
  .inloggen .row-title {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 782px) {
  .inloggen .row-title {
    padding-bottom: 1.5rem;
  }
}
.inloggen .row-content {
  gap: 3rem 0;
}
@media (min-width: 576px) {
  .inloggen .row-content {
    gap: 4.5rem 0;
  }
}
.inloggen .swiper {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 5rem;
}
.inloggen .swiper .swiper-pagination {
  bottom: 0;
}
.inloggen .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 0.25rem;
}
.inloggen .swiper-slide {
  height: auto;
}
.inloggen .swiper-slide .slide-container {
  height: 100%;
  padding: 3rem;
  background-color: #f0f2f5;
}
.inloggen .swiper-slide .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.inloggen .swiper-slide .content .h4 {
  font-size: 1.5rem;
}
.inloggen .swiper-slide .content .login {
  justify-content: center;
  margin-top: auto;
}

.casestudies-type-1 {
  background-color: #f0f2f5;
}
.casestudies-type-1 .main-img {
  position: relative;
  z-index: 0;
  height: calc(((100vw - 1.5rem) * 12 / 12 - 1.5rem) / 1.7777777778);
}
@media screen and (min-width: 782px) {
  .casestudies-type-1 .main-img {
    height: 100%;
  }
}
.casestudies-type-1 .col-item .row {
  overflow: hidden;
  background-color: #FFF;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@media screen and (min-width: 782px) {
  .casestudies-type-1 .col-item:nth-of-type(even) .row {
    flex-direction: row-reverse;
  }
}
.casestudies-type-1 .content-boxed, .casestudies-type-1 .content-bordered, .casestudies-type-1 .content-img {
  text-align: center;
}
.casestudies-type-1 .content-boxed .p, .casestudies-type-1 .content-bordered .p, .casestudies-type-1 .content-img .p {
  font-size: 1rem;
}
.casestudies-type-1 .content-boxed .p span, .casestudies-type-1 .content-bordered .p span, .casestudies-type-1 .content-img .p span {
  font-weight: 700;
}
.casestudies-type-1 .image-type-0 {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 2.25rem -0.75rem rgba(0, 122, 202, 0.4);
  -moz-box-shadow: 0 0 2.25rem -0.75rem rgba(0, 122, 202, 0.4);
  box-shadow: 0 0 2.25rem -0.75rem rgba(0, 122, 202, 0.4);
  border: none;
}
.casestudies-type-1 .logo-mobile {
  top: 1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 576px) {
  .casestudies-type-1 .logo-mobile {
    top: 2.25rem;
  }
}
@media screen and (min-width: 782px) {
  .casestudies-type-1 .logo-mobile {
    display: none;
  }
}
.casestudies-type-1 .logo-web {
  margin-bottom: 3rem;
  display: none;
}
@media screen and (min-width: 782px) {
  .casestudies-type-1 .logo-web {
    display: inline-flex;
  }
}
.casestudies-type-1 .citaat:before, .casestudies-type-1 .citaat:after {
  content: "";
  display: inline-block;
  height: 1.75rem;
  width: 1.75rem;
  opacity: 1;
}
@media screen and (min-width: 782px) {
  .casestudies-type-1 .citaat:before, .casestudies-type-1 .citaat:after {
    height: 2.25rem;
    width: 2.25rem;
  }
}
.casestudies-type-1 .citaat:before {
  margin-right: 0.375rem;
}
.casestudies-type-1 .citaat:after {
  margin-left: 0.375rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.casestudies-type-2 {
  position: relative;
  overflow: hidden;
}
.casestudies-type-2 .row-content {
  padding-bottom: 4.5rem;
}
.casestudies-type-2 .row-content .row {
  height: 100%;
}
.casestudies-type-2 .row-title {
  padding-top: 4.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 782px) {
  .casestudies-type-2 .row-title {
    padding-top: 7.5rem;
  }
}
@media screen and (min-width: 1300px) {
  .casestudies-type-2 .row-title {
    padding-bottom: 3rem;
  }
}
.casestudies-type-2 .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
@media (min-width: 576px) {
  .casestudies-type-2 .swiper {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.casestudies-type-2 .swiper-wrapper {
  transition-timing-function: linear;
  -webkit-transform-style: preserve-3d;
}
.casestudies-type-2 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  height: auto;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
  background-color: #f0f2f5;
}
.casestudies-type-2 .slide-container {
  width: 100%;
  height: 100%;
}
.casestudies-type-2 .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  .casestudies-type-2 .swiper-pagination {
    margin-top: 3rem;
  }
}
.casestudies-type-2 .swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 0.25rem;
  opacity: 1;
  background-color: #f0f2f5;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.casestudies-type-2 .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #282828;
}
.casestudies-type-2 .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
  box-shadow: none;
}
.casestudies-type-2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007aca !important;
}
.casestudies-type-2 .main-img {
  position: relative;
  z-index: 0;
  height: calc(((100vw - 1.5rem) * 12 / 12 - 1.5rem) / 1.7777777778);
}
@media screen and (min-width: 782px) {
  .casestudies-type-2 .main-img {
    height: 100%;
  }
}
.casestudies-type-2 .content-boxed, .casestudies-type-2 .content-bordered, .casestudies-type-2 .content-img {
  text-align: center;
  background-color: #f0f2f5;
}
@media screen and (min-width: 782px) {
  .casestudies-type-2 .content-boxed, .casestudies-type-2 .content-bordered, .casestudies-type-2 .content-img {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.casestudies-type-2 .content-boxed .p, .casestudies-type-2 .content-bordered .p, .casestudies-type-2 .content-img .p {
  font-family: "Ubuntu", sans-serif;
}
.casestudies-type-2 .content-boxed .p .name, .casestudies-type-2 .content-bordered .p .name, .casestudies-type-2 .content-img .p .name {
  margin-top: 2.25rem;
  font-size: 1.375rem;
  font-weight: 300;
  display: block;
}
.casestudies-type-2 .content-boxed .p .tagline, .casestudies-type-2 .content-bordered .p .tagline, .casestudies-type-2 .content-img .p .tagline {
  font-size: 1rem;
  color: #007aca;
}
.casestudies-type-2 .image-type-0 {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 2.25rem -0.75rem rgba(0, 122, 202, 0.4);
  -moz-box-shadow: 0 0 2.25rem -0.75rem rgba(0, 122, 202, 0.4);
  box-shadow: 0 0 2.25rem -0.75rem rgba(0, 122, 202, 0.4);
  border: none;
}
.casestudies-type-2 .logo-mobile {
  top: 1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 576px) {
  .casestudies-type-2 .logo-mobile {
    top: 2.25rem;
  }
}
@media screen and (min-width: 782px) {
  .casestudies-type-2 .logo-mobile {
    display: none;
  }
}
.casestudies-type-2 .logo-web {
  margin-bottom: 3rem;
  display: none;
}
@media screen and (min-width: 782px) {
  .casestudies-type-2 .logo-web {
    display: inline-flex;
  }
}
.casestudies-type-2 .citaat:before, .casestudies-type-2 .citaat:after {
  content: "";
  display: inline-block;
  height: 1.75rem;
  width: 1.75rem;
  opacity: 1;
}
@media screen and (min-width: 782px) {
  .casestudies-type-2 .citaat:before, .casestudies-type-2 .citaat:after {
    height: 2.25rem;
    width: 2.25rem;
  }
}
.casestudies-type-2 .citaat:before {
  margin-right: 0.375rem;
}
.casestudies-type-2 .citaat:after {
  margin-left: 0.375rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.casestudies-type-3 {
  position: relative;
  overflow: hidden;
}
.casestudies-type-3 .row-content {
  padding-bottom: 4.5rem;
}
.casestudies-type-3 .row-content .row {
  height: 100%;
}
.casestudies-type-3 .row-title {
  padding-top: 4.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 782px) {
  .casestudies-type-3 .row-title {
    padding-top: 7.5rem;
  }
}
@media screen and (min-width: 1300px) {
  .casestudies-type-3 .row-title {
    padding-bottom: 3rem;
  }
}
.casestudies-type-3 .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
@media (min-width: 576px) {
  .casestudies-type-3 .swiper {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.casestudies-type-3 .swiper-wrapper {
  transition-timing-function: linear;
  -webkit-transform-style: preserve-3d;
}
.casestudies-type-3 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  height: auto;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
  background-color: #f0f2f5;
}
.casestudies-type-3 .slide-container {
  width: 100%;
  height: 100%;
}
.casestudies-type-3 .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  .casestudies-type-3 .swiper-pagination {
    margin-top: 3rem;
  }
}
.casestudies-type-3 .swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 0.25rem;
  opacity: 1;
  background-color: #f0f2f5;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.casestudies-type-3 .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #282828;
}
.casestudies-type-3 .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
  box-shadow: none;
}
.casestudies-type-3 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007aca !important;
}
.casestudies-type-3 .main-img {
  position: relative;
  z-index: 0;
  height: calc(((100vw - 1.5rem) * 12 / 12 - 1.5rem) / 1.7777777778);
}
@media screen and (min-width: 782px) {
  .casestudies-type-3 .main-img {
    height: 100%;
  }
}
.casestudies-type-3 .content-boxed, .casestudies-type-3 .content-bordered, .casestudies-type-3 .content-img {
  text-align: center;
  background-color: #f0f2f5;
}
@media screen and (min-width: 782px) {
  .casestudies-type-3 .content-boxed, .casestudies-type-3 .content-bordered, .casestudies-type-3 .content-img {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.casestudies-type-3 .content-boxed .p, .casestudies-type-3 .content-bordered .p, .casestudies-type-3 .content-img .p {
  font-size: 1rem;
}
.casestudies-type-3 .content-boxed .p span, .casestudies-type-3 .content-bordered .p span, .casestudies-type-3 .content-img .p span {
  font-weight: 700;
}
.casestudies-type-3 .image-type-0 {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 2.25rem -0.75rem rgba(0, 122, 202, 0.4);
  -moz-box-shadow: 0 0 2.25rem -0.75rem rgba(0, 122, 202, 0.4);
  box-shadow: 0 0 2.25rem -0.75rem rgba(0, 122, 202, 0.4);
  border: none;
}
.casestudies-type-3 .logo-mobile {
  top: 1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 576px) {
  .casestudies-type-3 .logo-mobile {
    top: 2.25rem;
  }
}
@media screen and (min-width: 782px) {
  .casestudies-type-3 .logo-mobile {
    display: none;
  }
}
.casestudies-type-3 .logo-web {
  margin-bottom: 3rem;
  display: none;
}
@media screen and (min-width: 782px) {
  .casestudies-type-3 .logo-web {
    display: inline-flex;
  }
}
.casestudies-type-3 .citaat:before, .casestudies-type-3 .citaat:after {
  content: "";
  display: inline-block;
  height: 1.75rem;
  width: 1.75rem;
  opacity: 1;
}
@media screen and (min-width: 782px) {
  .casestudies-type-3 .citaat:before, .casestudies-type-3 .citaat:after {
    height: 2.25rem;
    width: 2.25rem;
  }
}
.casestudies-type-3 .citaat:before {
  margin-right: 0.375rem;
}
.casestudies-type-3 .citaat:after {
  margin-left: 0.375rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.customerlogos-type-2 {
  position: relative;
  overflow: hidden;
}
.customerlogos-type-2 .row {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1300px) {
  .customerlogos-type-2 .row {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.customerlogos-type-2 .swiper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.customerlogos-type-2 .swiper-wrapper {
  transition-timing-function: linear;
  -webkit-transform-style: preserve-3d;
}
.customerlogos-type-2 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.customerlogos-type-2 .slide-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.75rem;
  height: calc(((100vw - 1.5rem) * 6 / 12 - 1.5rem) / 1.7777777778);
}
@media screen and (min-width: 782px) {
  .customerlogos-type-2 .slide-container {
    height: calc(((100vw - 3rem) * 4 / 12 - 3rem) / 1.7777777778);
  }
}
@media screen and (min-width: 992px) {
  .customerlogos-type-2 .slide-container {
    height: calc(((100vw - 3rem) * 3 / 12 - 3rem) / 1.7777777778);
  }
}
@media screen and (min-width: 1300px) {
  .customerlogos-type-2 .slide-container {
    height: calc(((1300px - 3rem) * 3 / 12 - 3rem) / 1.7777777778);
  }
}
.customerlogos-type-2 .slide-container .img-wrp {
  z-index: 1;
  max-width: 7.5rem;
  max-height: 7.5rem;
}
.customerlogos-type-2 .slide-container .img-wrp img {
  object-fit: contain;
}

.stats-type-1 {
  background-color: #003253;
}
.stats-type-1 .content h1, .stats-type-1 .content h2, .stats-type-1 .content h3 {
  color: #FFF;
}
.stats-type-1 .content h1 span, .stats-type-1 .content h2 span, .stats-type-1 .content h3 span {
  color: #007aca;
}
.stats-type-1 .swiper {
  position: relative;
  width: 100%;
}
.stats-type-1 .swiper .swiper-pagination {
  position: relative;
  top: 3.5rem !important;
  margin-top: 1.5rem;
}
.stats-type-1 .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 0.25rem;
  opacity: 1;
  background-color: #f0f2f5;
}
.stats-type-1 .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007aca !important;
}
@media (min-width: 576px) {
  .stats-type-1 .swiper .swiper-pagination {
    display: none;
  }
}
.stats-type-1 .stat .circle {
  position: relative;
  border-radius: 50%;
  width: calc(100% - 50px);
  padding-top: calc(100% - 50px);
  margin: 0 auto;
  color: #FFF;
  background-color: #007aca;
  font-weight: 500;
}
.stats-type-1 .stat .circle .circle__content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.stats-type-1 .stat .circle h3 {
  font-size: max(1.5rem, max(5vw, 4rem));
}
.stats-type-1 .stat .circle span {
  font-size: clamp(1rem, 33vw, 2rem);
}
.stats-type-1 .stat .stat-label {
  display: block;
  text-align: center;
  box-sizing: border-box;
  color: #FFF;
  font-weight: 500;
  padding: 0.5em;
  font-size: max(1rem, min(3vw, 1.5rem));
}

.stats-type-2 {
  background-color: #003253;
}
.stats-type-2 .row {
  gap: 0 !important;
}
.stats-type-2 .intro.content {
  padding: 1.5rem 0;
}
@media screen and (min-width: 782px) {
  .stats-type-2 .intro.content {
    padding: 0 !important;
  }
}
.stats-type-2 h1, .stats-type-2 h2, .stats-type-2 h3 {
  color: #FFF;
}
.stats-type-2 h1 span, .stats-type-2 h2 span, .stats-type-2 h3 span {
  color: #007aca;
}
.stats-type-2 .stat {
  margin: 0 4em 1em 0;
}
.stats-type-2 .stat-label {
  color: #FFF;
  margin: 0.5em 0 1em;
}

.solutions-type-1, .solutions-type-2 {
  background-color: #f0f2f5;
}
.solutions-type-1 .row:not(.solutions), .solutions-type-2 .row:not(.solutions) {
  gap: 0 !important;
}
.solutions-type-1 .intro, .solutions-type-2 .intro {
  text-align: center;
}
.solutions-type-1 .intro.content, .solutions-type-2 .intro.content {
  padding: 0 !important;
}
.solutions-type-1 .solutions, .solutions-type-2 .solutions {
  padding-bottom: 4rem;
  padding-top: 0rem;
}
.solutions-type-1 .solutions [class*=col-], .solutions-type-2 .solutions [class*=col-] {
  flex-grow: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .solutions-type-1 .solutions .col-lg-4, .solutions-type-2 .solutions .col-lg-4 {
    width: 33.3333333333%;
  }
}
.solutions-type-1 .solution, .solutions-type-2 .solution {
  background-color: #FFF;
  color: var(--black);
  border: 3px solid rgba(0, 0, 0, 0.0705882353);
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2rem 3rem 2rem;
  text-decoration: none;
  transition: box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  overflow: hidden;
}
.solutions-type-1 .solution .text-wrap, .solutions-type-2 .solution .text-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  align-items: flex-start;
  height: 100%;
}
.solutions-type-1 .solution .btn, .solutions-type-2 .solution .btn {
  margin-top: auto !important;
}
@media screen and (min-width: 992px) {
  .solutions-type-1 .solution .text-wrap h1, .solutions-type-2 .solution .text-wrap h1, .solutions-type-1 .solution .text-wrap h2, .solutions-type-2 .solution .text-wrap h2, .solutions-type-1 .solution .text-wrap h3, .solutions-type-2 .solution .text-wrap h3 {
    font-size: 1.5rem;
  }
}

.solutions-type-2 {
  background-color: #fff;
}

.posts-type-1 {
  background-color: #f0f2f5;
}
@media screen and (min-width: 1300px) {
  .posts-type-1 {
    padding: 1.5rem 0 0 0;
  }
}
.posts-type-1 .img-wrp {
  height: calc(((100vw - 1.5rem) * 12 / 12 - 1.5rem) / 1.7777777778);
  z-index: 0;
}
@media screen and (min-width: 782px) {
  .posts-type-1 .img-wrp {
    height: calc(((100vw - 3rem) * 8 / 12 - 3rem) / 1.7777777778);
  }
}
@media screen and (min-width: 992px) {
  .posts-type-1 .img-wrp {
    height: calc(((100vw - 3rem) * 6 / 12 - 3rem) / 1.7777777778);
  }
}
@media screen and (min-width: 1300px) {
  .posts-type-1 .img-wrp {
    height: calc(((1300px - 3rem) * 6 / 12 - 3rem) / 1.7777777778);
  }
}
.posts-type-1 .content-boxed, .posts-type-1 .content-bordered, .posts-type-1 .content-img {
  border: 0.0625rem solid #f0f2f5;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .posts-type-1 .content-boxed, .posts-type-1 .content-bordered, .posts-type-1 .content-img {
    padding: 3rem;
  }
}
@media screen and (min-width: 1300px) {
  .posts-type-1 .content-boxed, .posts-type-1 .content-bordered, .posts-type-1 .content-img {
    padding: 4.5rem;
  }
}
.posts-type-1 .content-boxed .p, .posts-type-1 .content-bordered .p, .posts-type-1 .content-img .p {
  color: #007aca;
  font-size: 0.9375rem;
}

.posts-type-3 {
  position: relative;
  overflow: hidden;
}
.posts-type-3 .row-content {
  padding-bottom: 4.5rem;
}
.posts-type-3 .row-content .row {
  height: 100%;
}
.posts-type-3 .row-title {
  padding-top: 4.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 782px) {
  .posts-type-3 .row-title {
    padding-top: 7.5rem;
  }
}
@media screen and (min-width: 1300px) {
  .posts-type-3 .row-title {
    padding-bottom: 3rem;
  }
}
.posts-type-3 .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
@media (min-width: 576px) {
  .posts-type-3 .swiper {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.posts-type-3 .swiper-wrapper {
  transition-timing-function: linear;
  -webkit-transform-style: preserve-3d;
}
.posts-type-3 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  height: auto;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
  background-color: #f0f2f5;
}
.posts-type-3 .slide-container {
  width: 100%;
  height: 100%;
}
.posts-type-3 .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  .posts-type-3 .swiper-pagination {
    margin-top: 3rem;
  }
}
.posts-type-3 .swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 0.25rem;
  opacity: 1;
  background-color: #f0f2f5;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.posts-type-3 .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #282828;
}
.posts-type-3 .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
  box-shadow: none;
}
.posts-type-3 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007aca !important;
}
.posts-type-3 .main-img {
  position: relative;
  z-index: 0;
  height: calc(((100vw - 1.5rem) * 12 / 12 - 1.5rem) / 1.7777777778);
}
@media screen and (min-width: 782px) {
  .posts-type-3 .main-img {
    height: 100%;
  }
}
.posts-type-3 .content-boxed, .posts-type-3 .content-bordered, .posts-type-3 .content-img {
  text-align: center;
  background-color: #f0f2f5;
}
@media screen and (min-width: 782px) {
  .posts-type-3 .content-boxed, .posts-type-3 .content-bordered, .posts-type-3 .content-img {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.posts-type-3 .content-boxed .p, .posts-type-3 .content-bordered .p, .posts-type-3 .content-img .p {
  font-size: 1rem;
}
.posts-type-3 .content-boxed .p span, .posts-type-3 .content-bordered .p span, .posts-type-3 .content-img .p span {
  font-weight: 700;
}
.posts-type-3 .image-type-0 {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 2.25rem -0.75rem rgba(0, 122, 202, 0.4);
  -moz-box-shadow: 0 0 2.25rem -0.75rem rgba(0, 122, 202, 0.4);
  box-shadow: 0 0 2.25rem -0.75rem rgba(0, 122, 202, 0.4);
  border: none;
}
.posts-type-3 .logo-web {
  display: inline-flex;
  margin-bottom: 3rem;
}
.posts-type-3 .citaat:before, .posts-type-3 .citaat:after {
  content: "";
  display: inline-block;
  height: 1.75rem;
  width: 1.75rem;
  opacity: 1;
}
@media screen and (min-width: 782px) {
  .posts-type-3 .citaat:before, .posts-type-3 .citaat:after {
    height: 2.25rem;
    width: 2.25rem;
  }
}
.posts-type-3 .citaat:before {
  margin-right: 0.375rem;
}
.posts-type-3 .citaat:after {
  margin-left: 0.375rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.test-section .row {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
}

.test-section-2 {
  position: relative;
  overflow: hidden;
  margin: 0;
  z-index: 1;
  padding: 3rem 0;
}

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