
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

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

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

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

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

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

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1500px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #BAD70C !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #90a709 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #BAD70C !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1500px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1500px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1500px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1500px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1500px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #BAD70C !important;
}

a.text-success:hover, a.text-success:focus {
  color: #7b8f08 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1499.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1500px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}


html {
  font-size: 18px;
}

body {
  margin: 0;
}

.container {
  width: 1500px;
  max-width: 1500px;
  padding: 0;
}

.container .download-filter{
  width: 100%;
}

.container-fluid {
  margin: 0;
  padding: 0;
}

.row {
  margin: 0;
}

@media only screen and (max-width: 1500px) {
  .container {
    width: 100%;
  }
}

@font-face {
  font-family: aw-conqueror-didot,serif;
  font-style: normal;
}

@font-face {
  font-family: din-2014, sans-serif;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Alternate Bold';
  font-style: normal;
  font-weight: normal;
  src: local("DIN Alternate Bold"), url("../lang/DINAlternate-Bold.woff") format("woff"), url("../lang/DIN Alternate Bold.otf") format("otf");
}


p, li {
  font-family: din-2014,Helvetica,Arial,serif;
  color: #3a5659;
  text-align: left;
  letter-spacing: .94px;
  font-weight: 300;
  font-size: 0.944rem;
  line-height: 1.666rem;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
pre{
  -webkit-hyphens: auto;
  -ms-hyphens: none;
  hyphens: auto;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphenate-limit-chars: 10 5 5;
  -webkit-hyphenate-limit-before: 5; 
  -webkit-hyphenate-limit-after: 5; 
}

@supports (-ms-ime-align: auto) {
  p,
h1,
h2,
h3,
h4,
h5,
h6,
pre{
 word-wrap: normal
  }
}

.text-fix {
 font-size: 4rem; 
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
   word-wrap: normal;
}

h1 {
  font-family: aw-conqueror-didot,Helvetica,Arial,serif;
  font-size: 3.222rem;
  color: #3a5659;
  text-align: center;
  letter-spacing: 1.0px;
  line-height: 3.8333rem;
}

h2 {
  font-family: aw-conqueror-didot,Helvetica,Arial,serif;
  font-size: 4.833rem;
  letter-spacing: 1.33px;
  line-height: 45.0px;
  font-weight: 400;
}

h3 {
  font-family: 'din-2014',Helvetica,Arial,serif;
  font-size: 1.222rem;
  letter-spacing: .44px;
  line-height: 1.555rem;
  font-weight: 400;
}

h4 {
  font-family: din-2014,Helvetica,Arial,serif;
  text-align: left;
  letter-spacing: 1.8px;
  line-height: 1.277rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.111rem;
}

h5 {
  font-family: din-2014 ,Helvetica,Arial,serif;
  font-size: 2.388rem;
  color: white;
  text-align: center;
  letter-spacing: .44px;
  line-height: 2.388rem;
}

h6 {
  font-family: din-2014,Helvetica,Arial,serif;
  font-size: 1.111rem;
  color: white;
  letter-spacing: .46px;
  line-height: 1.388rem;
}

pre {
  color: white;
  text-transfom: none;
  font-family: din-2014,Helvetica,Arial,serif;
  font-size: 0.833rem;
  text-align: center;
  letter-spacing: .83px;
  line-height: 0.5rem;
  font-weight: 600;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
}

blockquote {
  font-family: din-2014,Helvetica,Arial,serif;
  font-weight: 200;
  font-style: italic;
  font-size: 1.2rem;
  color: #3a5659;
  text-align: left;
  letter-spacing: 1px;
  line-height: 1.666rem;
  border-left: 7px solid #e9ecef;
  margin: 30px 0;
  padding: 15px 130px 15px 45px;
}


@supports (-ms-ime-align: auto) {
  .cta-box {
    width: min-content;
    max-width: 300px;
  }
}

.cta-style {
  border-radius: 25px;
  border: none;
  padding: 13px 35px;
  display: inline-block;
  margin: 0 auto;
  font-family: din-2014,Helvetica,Arial,serif;
  text-transform: uppercase;
  font-size: 0.833rem;
  color: #3a5659;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.0px;
  line-height: 1.277rem;
  position: relative;
  outline: none;
  text-decoration: none;
}

.cta-box {
  width: -moz-fit-content;
  width: fit-content;
}

#submitbutton,
.cta-box a,
.cta-box button {
  border-radius: 25px;
  border: none;
  padding: 13px 35px;
  display: inline-block;
  margin: 0 auto;
  font-family: din-2014,Helvetica,Arial,serif;
  text-transform: uppercase;
  font-size: 0.833rem;
  color: #3a5659;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.0px;
  line-height: 1.277rem;
  position: relative;
  outline: none;
  text-decoration: none;
}

.cta-box .float-right {
  margin-top: 6px;
  padding-right: 4px;
  margin-left: 20px;
}

.cta-box button {
  margin: 0 auto;
}

.cta-container  {
      height: 100%;
    display: table;
}
.cta-block{ 
      vertical-align: middle;
    display: table-cell;
}

.pijl,
.arrow a,
.arrow button {
  padding: 13px 65px 13px 35px !important;
  background-image: url(https://5619516.fs1.hubspotusercontent-na1.net/hubfs/5619516/website2019/over-ons-arrow.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 30px;
   transition: background-position 0.5s;
  -webkit-transition: background-position 0.5s;
}

.pijl:hover,
.arrow a:hover,
.arrow button:hover {
    background-position: right 10px center;
}

.center {
  margin: 0 auto;
}

.groen,
.green a,
.green button {
  background-color: #BAD70C;
    text-decoration: none;
}

.groen:hover,
.green a:hover,
.green button:hover {
  background-color: #489dac;
    text-decoration: none;
  color: white;
}

#submitbutton,
.blauw,
.blue a,
.blue button {
  background-color: #489dac;
  color: white;
  text-decoration: none;
}

.donkergroen,
.darkgreen a,
.darkgreen button {
  background-color: #3a5659;
  color: white;
}
.donkergroen:hover,
.darkgreen a:hover,
.darkgreen button:hover {
 background-color: #489dac;
}

.green-text {
  color: #BAD70C;
}

.grey {
  background-color: #F4F4F4;
}

.specialgrey {
  background-image: linear-gradient(top, #F4F4F4, #F4F4F4 50%, transparent 50%, transparent 100%);
  background-image: -webkit-linear-gradient(top, #F4F4F4, #F4F4F4 50%, transparent 50%, transparent 100%);
}


.opacity {
  opacity: 1 !important;
  display: inline-block !important;
}

.hide {
  display: none !important;
}

.margin {
  margin: 0 30px;
}

.padding80 {
  padding: 80px 0;
}

.padding {
  padding: 40px 0;
}

.padding-top {
  padding-top: 130px !important;
}

.padding-bottom,
.margin-bottom {
  padding-bottom: 80px;
}

.padding-bottom-md,
.margin-bottom-md {
  padding-bottom: 60px;
}


.padding-bottom-sm,
.margin-bottom-sm {
  padding-bottom: 40px;
}
.padding-bottom-xs,
.margin-bottom-xs {
  padding-bottom:20px;
}

.padding-person {
padding-bottom: 45px;
}
.margintop{
 margin-top: 25px; 
}

.line-box {
  margin-top: 45px;
}

.line-left {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  margin: 0 14px 0 35px;
}

.line-right {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  margin: 0 35px 0 14px;
}

.line-square {
  margin: 0 calc(50% - 11px) -13px auto;
  transform: rotate(45deg);
  height: 20px;
  width: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}

.quote-sign {
  font-family: AWConquerorStdDidot;
  font-weight: 700;
  font-size: 4.166rem;
  color: #489dac;
  text-align: center;
  margin-top: 40px;
  margin-bottom: -40px;
}



.white-box-container {
  background-color: white;
  width: 100%;
  max-width: 505px;
  min-height: 400px;
  margin: 0 0 0 auto;
  padding: 25px 30px 65px 60px;
  position: relative;
  box-sizing: border-box;
}

.white-box-container h2 {
  font-family: AWConquerorStdDidot-Bold;
  font-weight: 100;
  font-size: 1.666rem;
  color: #3a5659;
  margin-right: 50px;
}

.white-box-container p {
  font-size: 0.944rem;
}

.white-box-text {
  display: inline-block;
  max-width: 400px;
}

.white-box-logo {
  display: inline-block;
  margin: 0 0 auto 0;
}

.white-box-logo img {
  max-width: 72px;
  position: absolute;
  top: 25px;
  right: 30px;
}

.author-box {
  margin-top: 60px;
}

.author-box img {
  height: 90px;
  width: 90px;
  display: inline-block;
}

pre {
  display: inline-block;
  color: #489dac;
  vertical-align: top;
  padding: 10px 20px;
  line-height: 20px;
  text-align: left;
}

.white-longbox-container .white-box {
  background-color: white;
  margin: 40px;
}

.white-longbox-container .white-box-text {
  max-width: unset;
}

.white-longbox-container .white-box-text h2 {
  font-family: aw-conqueror-didot, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30.0px;
  color: #3a5659;
  text-align: left;
  letter-spacing: .52px;
  line-height: 41.0px;
  margin: 60px 0 25px;
}

.white-longbox-container .author-box {
  margin: 0;
  text-align: center;
}

.white-longbox-container .author-box img {
  display: block;
  margin: 40px auto 20px;
}

.white-longbox-container .white-box-logo {
  position: relative;
}

.white-longbox-container pre {
  padding: 0;
  margin: 0;
  text-align: center;
}

.white-longbox-container P {
  font-family: 'DIN2014-Light',Helvetica,Arial,serif;
  margin-bottom: 60px;
}

.white-longbox-container .grey {
  background-color: #F4F4F4;
}

.block-text-img .mySlides1,
.block-succes .mySlides {
  display: none;
}

.block-succes .mySlides:first-of-type,
.block-text-img .mySlides1:first-of-type {
  display: block;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}


.lang_switcher_class .globe_class {
  background-image: none;
  width: auto;
  height: auto;
}


.software-detail .lang_switcher_class .lang_list_class {
margin: -10px 0;
}
.lang_switcher_class .lang_list_class {
  display: inline-block;
  border: none; 
  padding: 0; 
  position: relative; 
  top: 0px;
}
.lang_switcher_class .lang_list_class li {
  border: none; 
  display: inline-block;
  padding: 0 10px;
}
.lang_switcher_class .lang_list_class li:first-child,
.lang_switcher_class .lang_list_class li:last-child {
  padding: 0 10px;
  border: none;
}
.lang_switcher_class .lang_list_class li a{
text-align: left;
  display: inline-block;
  margin: 0;
  font-weight: 400;
    font-size: 0.9rem;
  font-family: din-2014, Helvetica, Arial, serif;
  color: #738789;
  text-align: right;
  letter-spacing: .78px;
  line-height: 16.0px;
}
.lang_switcher_class .lang_list_class li a:hover{
  color: #3a5659;
}


.topmenu-item a {
 text-decoration: none; 
  margin-top: 3px;
}
.topmenu-item a:hover,
.lang_list_class li a:hover {
 color:  #BAD70C;
}
.lang_list_class:before {
    content: none;
}

.topmenu .whitetriangle {
  background-color: white;
  height: 280px;
  width: 280px;
  display: inline-block;
  transform: rotate(46.5deg);
    margin-top: -135px;
  margin-left: 33px;
  z-index: 1;
  position: absolute;
}

.topmenu .logo {
  display: inline-block;
  z-index: 1002;
  position: relative;
  vertical-align: top;
}

.whitemenu .topmenu .logo a{
 text-decoration: none;
}

.topmenu .logo img {
  padding-left: 110px;
  height: 125px;
  width: 125px;
  margin-top: -30px;
}

.topmenu-list {
  display: inline-block;
  margin: 10px auto 10px auto;
  position: relative;
  height: 32px;
}
.topmenu-item{
   z-index: 1100;
  position: relative;
    display: block;
  margin: 12px 0 12px 0;
}

.topmenu-item a,
.lang_list_class li a{
  display: block;
  font-size: 0.9rem;
  font-family: din-2014, Helvetica, Arial, serif;
  color: #738789 !important;
  text-align: right;
  letter-spacing: .78px;
  line-height: 16.0px;
  z-index: 1000;
  position: relative;
  font-weight: 400;
}

.topmenu-item img {
  margin-top: -7px;
  width: 30px;
  height: 30px;
}

.topmenu-item ul {
  margin-top: 0px !important;
}

.topmenu-item li {

    padding: 0 10px 0 10px;
}

.hamburger p {
  position: absolute;
}

.hamburger #nav-icon3 {
  width: 45px;
  height: 15px;
  position: relative;
  z-index: 1000;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-left: 20px;
}

.hamburger #nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #738789;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.hamburger #nav-icon3 span:nth-child(1) {
  top: 0px;
}

.hamburger #nav-icon3 span:nth-child(2), .hamburger #nav-icon3 span:nth-child(3) {
  top: 8px;
}

.hamburger #nav-icon3 span:nth-child(4) {
  top: 16px;
}

.hamburger #nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.hamburger #nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger #nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger #nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.bottommenu {
  margin: -60px 30px 0 0;
  text-align: right;
}
.bottommenu ul {
 padding: 0; 
 margin: 0;
}

.hs-menu-item,
.bottommenu-style a {
  display: inline-block;
  font-family: din-2014,Helvetica,Arial,serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: white;
  text-align: center;
  letter-spacing: 1px;
  line-height: 23.0px;
  z-index: 3;
  position: relative;
  padding-bottom: 20px;
}

.hs-menu-item:hover ul {
  display: block;
}
@media (min-width: 1200px){
.hs-menu-depth-1:hover {
      height: 600px;
    margin-bottom: -600px;
}
}

.hs-menu-depth-1.active-branch:before {
  content: "";
    background-color: #fff;
    height: 40px;
    width: 40px;
    display: inline-block;
    transform: rotate(45deg);
    margin: -55px -60px 0 -4px;
    z-index: 100;
    position: absolute;
    left: 35%;
}


.hs-search-field__input,
.bottommenu .search {
  font-weight: 400;
  font-family: din-2014, sans-serif; 
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: .83px;
  line-height: 24px;
  margin-right: 0px;
  z-index: 1400;
    position: relative;
}

.whitemenu .hs-search-field__input {
    color:  #3a5659;
}

.hs-search-field {
 display: inline-block; 
}

.hs-search-field__input{
background-color: transparent;
    border: none;
  max-width: 80px;
}

.whitemenu .hs-search-field__input{
  background-color: white;
}

.hs-search-field:focus,
.hs-search-field__bar:focus,
.hs-search-field__bar form:focus,
.hs-search-field__input:focus {
 border: 1px solid white; 
  outline: none;
  border: none;
}
.hs-search-field__input::-webkit-input-placeholder { /* Edge */
  color: white;
}

.hs-search-field__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}
.hs-search-field__input::placeholder {
   color: white;
}

.whitemenu .hs-search-field__input::-webkit-input-placeholder { /* Edge */
  color: #3a5659;;
}

.whitemenu .hs-search-field__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #3a5659;;
}
.whitemenu .hs-search-field__input::placeholder {
   color: #3a5659;;
}

.bottommenu .search img {
  height: 16px; 
  margin-left: 5px;
}
.hs-search-results__pagination {
  display: block;
  margin: 0 auto 40px;
  height: 50px;
}
.hs-search-results__prev-page{
 margin-right: 20px !important; 
}

.hs-menu-depth-1 {
  list-style: none; 
  box-sizing: border-box;
  padding: 0 30px 0 20px;
  vertical-align: top;
  white-space: nowrap;
  z-index: 1010;
} 

.hs-menu-depth-1 ul {
  background-color: white; 
  margin-left: -20px;
}

.hs-menu-depth-1 a {   
 color: white; 
}

.hs-menu-children-wrapper {
  width: 350px;
  display: block;
  position: absolute;
}

.hs-menu-depth-2 { 
  display: none;
  list-style-type: none;
  position: relative;
  box-sizing: border-box;
  white-space: nowrap;
  text-align: left; 
  font-weight: 400; 
  padding: 20px 20px 10px 20px;
  border-bottom: 5px solid #BAD70C;
}
.softwaredetail .hs-menu-depth-2 ul , 
.landingpage .hs-menu-depth-2 ul,
.hs-menu-depth-2 ul {
  text-align: right;
      padding: 10px 0 10px 0;
  display: block; 
  position: relative; 
  margin-left: -20px;
}
.softwaredetail .hs-menu-depth-3, 
.landingpage .hs-menu-depth-3 {
 text-align: right; 
}


.hs-menu-depth-1:hover .hs-menu-depth-2  {
  display: block;
}

.hs-menu-depth-2:hover .hs-menu-depth-3  {
  display: block;
}

.software-detail .hs-menu-children-wrapper li,
.hs-menu-depth-3 {
  display: none;
   white-space: nowrap;
  padding: 0 20px 10px 0;
 text-align: right;
}
.hs-menu-depth-3 a,
.hs-menu-depth-2 a{
  color: #3a5659;
  font-weight: 400;
  }

.bottommenu a {
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 1.1rem;
      display: block;
}

.bottommenu a:hover {
  color: #BAD70C;
}

.bottommenu a li {
  width: 100%;
  color: #3a5659; 
  text-align: left;
  font-family: din-2014,Helvetica,Arial,serif;
  line-height: 35px;
  font-weight: 400;
  font-size: 17px;
  overflow: hidden;
  white-space: nowrap;
}

.bottommenu a li:hover {
  background-color: #BAD70C;
  color: white;
}
.menu-big ul {
  display: flex;
}
.menu-big ul ul {
  display: block;
}

.scroll {
  display: none;
}

.whitemenu {
  background-color: white;
  position: fixed;
  z-index: 10000;
  top: 0;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  transition: background-color .3s ease-out;
}

.whitemenu .top {
  display: none;
}

.whitemenu .topmenu-list {
  height: 8px;
  margin: 0;
}
.whitemenu .topmenu .logo .scroll {
  display: inline-block;
  vertical-align: middle;
  height: auto;
  width: auto;
  max-width: 170px;
  margin-top: -30px;
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 10px;
}

.whitemenu .topmenu .whitetriangle {
  display: none;
}

.whitemenu .bottommenu-item {
  color: #3a5659;
  margin-top: 19px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.whitemenu .bottommenu-item a {
  color: #3a5659;
}

.whitemenu .bottommenu .search {
  margin-top: 19px;
  margin-bottom: 0;
  padding-bottom: 0;
  z-index: 1100;
}
.mobile-scroll .hs-menu-depth-3 {
  text-align: right;
  padding-right: 0px;
    box-sizing: border-box;
}

.topsection-picture {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #489dac;
}

.topsection .center {
  margin: 0 auto;
  width: 30px;
  display: block;
}

.topsection .center img {
  margin: 0 auto;
  width: 20px;
  display: block;
}

.topsection-container {
  margin-top: -92px;
}

.topsection-container .cta-box {
  margin: 0 auto;
}

.topsection-title {
  padding-top: 120px;
  width: 55vw;
  max-width: 675px;
  margin: 0 auto;
  position: relative;
}

.topsection h2 {
  color: white;
  text-align: center;
  font-size: 58px;
  font-weight: 700;
}

.topsection-payoff {
  width: 55vw;
  max-width: 1100px;
  margin: -20px auto 0;
  position: relative;
}

.topsection-payoff h6 {
  font-weight: 600;
  text-align: center;
  text-shadow: #3a5659 1px 1px 1px;
}

.topsection-payoff a {
  text-decoration: none;
  color: #BAD70C;
}

.topsection .cta-box a,
.topsection .cta-box button {
  padding: 13px 35px;
  font-size: 1rem;
}

.topsection-logo-box {
  margin: 40px 35px 0;
}

.topsection-logo-item {
  display: inline-block;
}

.topsection .left img:first-of-type {
  width: 144px;
  margin-right: 40px;
  max-width: 45%;
  vertical-align: top;
}

.topsection .left img {
  width: 190px;
  max-width: 45%;
}

.topsection .whiteround {
  background-color: white;
  border-radius: 25px;
  height: 50px;
  width: 50px;
  z-index: 4;
  position: relative;
  margin-right: 5px;
}

.topsection .whiteround img {
  max-height: 30px;
  max-width: 30px;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.content-intro {
  margin: 25px 45px;
}

.content-intro h1 {
  margin-bottom: 19px;
  margin-top: 65px;
}

.content-intro p {
  text-align: center;
  max-width: 935px;
  width: 100%;
  margin: 0 auto;
  line-height: 30px;
}

.content-intro h3 {
  color: #BAD70C;
  margin-top: 30px;
  font-weight: 400;
  text-align: center;
}

.content-rating {
  right: 15px;
  position: absolute;
  top: 25px;
  z-index: 10;
}

.content-rating img {
  width: 85px;
}

.block3cta {
  padding-top: 20px;
  z-index: 20;
  position: relative;
  background-color: white;
}

.block3cta-item {
  padding-top: 70px;
  text-align: center;
  padding-bottom: 95px;
}

.block3cta-item img {
  width: 100px;
  height: 100px;
}

.block3cta button {
  width: 300px;
  max-width: 100%;
}

.block3cta .col-md-4 {
  border-left: 2px solid #e9ecef;
  margin-left: -2px;
}

.block3cta .col-md-4:first-of-type {
  border: none;
  margin: 0;
}

.block3cta h3 {
  margin: 40px 40px 45px;
  font-weight: 900;
  font-size: 25.0px;
  color: #3a5659;
  line-height: 35.0px;
  text-align: center;
}

.block3cta button {
  color: white;
}


.person h3 {
  font-size: 18.0px;
  color: #bad70c;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}

.person p {
  color: white;
  font-size: 23px;
  line-height: 36px;
  font-weight: 600;
}

.person-container {
  background-color: #489dac;
}

.person-container .green-text {
  text-align: left;
}

.person-whitespace {
  background-color: white;
  height: 90px;
  z-index: 20;
  position: relative;
}

.person-text {
  padding-top: 150px;
  padding-left: 110px;
}

.person-highlight {
  margin-top: -60px;
  display: inline-block;
}

.person-highlight img {
  position: relative;
  z-index: 250;
  max-width: 450px;
     margin-bottom: -10px;
}

.person-triangle {
  background-color: #498795;
  height: 370px;
  width: 370px;
  display: inline-block;
  transform: rotate(45deg);
  margin-top: -182px;
  margin-left: 30px;
  z-index: 2;
  position: absolute;
}

.person-quote {
  position: relative;
  padding: 95px 50px 0 21px;
}

.person-quote .quote-sign {
  margin-top: 0;
  color: white;
}

.person-quote h6 {
  font-family: AWConquerorStdDidot-Bold;
  font-size: 75.0px;
  color: white;
  text-align: center;
  letter-spacing: 1.36px;
  margin: 0;
}

.person-quote p {
  color: #3a5659;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  font-size: 21px;
  line-height: 26px;
}

.person-quote pre {
  text-align: center;
      color: white;
  display: block;
      padding: 0;
    line-height: 10px;
}

.pagemenu-container {
  background-color: white;
  margin: -50px 40px -50px;
  position: relative;
  z-index: 100;
}

.pagemenu .menu-logo {
  display: inline-block;
  height: 28px;
  margin-top: 20px;
}

.pagemenu .menu-logo img {
  max-height: 28px;
  width: auto;
}

.pagemenu .menu-title {
  display: inline-block;
  vertical-align: top;
}

.pagemenu .menu-title p {
  font-family: din-2014,Helvetica,Arial,serif;
  color: #3a5659;
  line-height: 27.0px;
  padding-left: 21px;
  display: inline-block;
}

.pagemenu a {
  text-decoration: none;
}

.pagemenu .menu-item {
  margin: 0 auto;
  width: 100%;
  max-width: 250px;
  padding: 20px 0;
}

.pagemenu .menu-item:hover {
  border-bottom: 4px solid #BAD70C;
  padding-bottom: 16px;
}

.pagemenu .menu-item:hover p {
  font-weight: 900;
}

.pagemenu-rating {
  top: -1px;
}

.pagemenu-extern .pagemenu-extern-container {
  height: 50px;
  background-color: #F4F4F4;
}

.pagemenu-extern .pagemenu-container {
  padding: 0;
}

.pagemenu-extern .pagemenu-container .row {
  width: calc(100% - 150px);
}

.pagemenu-extern .menu-item {
  width: 80%;
  margin: 0 auto;
}

.pagemenu-extern .menu-title {
  width: 100%;
  text-align: center;
}

.pagemenu-extern .menu-title p {
  padding-left: 0px;
}

.pagemenu-extern .content-rating {
  top: 0px;
}

.block-text-img-container {
  width: 100%;
  overflow: hidden;
}

.block-text-img h2 {
  color: #3a5659;
  text-align: left;
  margin: 25px 0 22px;
  line-height: 90px;
}

.block-text-img h4 {
  color: #489dac;
  margin: 0;
}

.block-text-img-content {
  padding: 0 40px 0 80px;
}
.block-text-content {
  padding: 0 40px 0 40px;
}
.block-text-img-image {
  width: 100%;
  max-width: 673px;
  margin: 0 0 0 auto;
  overflow: hidden;
  padding: 0 40px;
  box-sizing: border-box;
}

.block-text-img-image img {
  width: 100%;
  height: 100%;
}

.block-text-img .cta-box {
  margin-top: 35px;
}

.block-text-img .cta-box a,
.block-text-img .cta-box button {
  margin: 0;
}

.block-img-text .block-text-img-content {
  padding-left: 80px;
}

.block-img-text .block-text-img-image {
  margin: 0 0 0 40px;
  width: 100%;
  max-width: unset;
}

.block-img-text .block-text-img-image img {
  width: 100%;
  max-width: 100%;
}

.block-twoimages-container {
  padding: 75px 0 75px 25px;
}

.block-twoimages h4 {
  color: #489dac;
}

.block-twoimages h2 {
  color: #3a5659;
  line-height: 80px;
  margin: 13px 0 40px;
}

.block-twoimages-highimage img {
  max-width: 466px;
}

.block-twoimages-text {
  padding-left: 95px;
}

.block-twoimages-text .cta-box {
  margin-top: 50px;
}

.block-twoimages-text .cta-box a,
.block-twoimages-text .cta-box button {
  margin: 0;
}

.block-twoimages-image {
  text-align: right;
}

.block-twoimages-image img {
  max-width: 345px;
  margin: 0;
  position: absolute;
  top: 30%;
  right: 0%;
}

.block-succes-container {
  margin-top: 65px;
  padding: 85px 55px 80px 55px;
  background-repeat: no-repeat;
  background-size: cover;
}

.block-succes-container .white-box-container {
  max-width: 587px;
  background-color: rgba(255,255,255,0.8);
}

.block-succes-text h2 {
  font-size: 58px;
  font-weight: 700;
  color: white;
}

.block-succes .cta-box {
  margin: 0;
}

.block-succes .cta-box a,
.block-succes .cta-box button {
  margin: 0;
}

.block-succes .logo-box {
  margin: 15px auto;
  width: 750px;
  max-width: 100%;
}

.block-succes .logo-box-item {
  width: 172px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.block-succes .logo-box-item img {
  margin: 0 auto 45px;
  max-width: 142px;
  max-height: 86px;
  display: inline-block;
  vertical-align: baseline;
}

.block-succes .logo-box-item img:first-of-type {
  display: none;
}

.block-succes .logo-box .color img:first-of-type {
  display: inline-block;
  position: absolute;
}

.block-succes .line-left,
.block-succes .line-right {
  border-color: #dee2e6;
}

.block-succes .line-square {
  margin: 0 calc(50% - 11px) -12px auto;
  border-top: 2px solid #dee2e6;
  border-left: 2px solid #dee2e6;
  border-right: none;
  border-bottom: none;
}

.block-succes .line-wide {
  border-top: 2px solid #dee2e6;
  margin: -5px 0 20px;
}

.block-succes .line-square-white {
  margin: 0 calc(50% - 11px) -56px auto;
  background: white;
  z-index: 10;
  position: relative;
  display: none;
}

.block-succes .show {
  display: block;
}

.wide h2 {
  letter-spacing: 0.33px;
  font-size: 78px;
  line-height: 80px;
}

.wide .block-text-img-content {
  padding: 0 0 0 45px;
}

.wide .block-text-img-content p {
  padding-right: 80px;
}

.wide .block-text-img-image {
  padding-left: 0px;
}

.block-customer .block-text-img-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.block-customer .block-text-img-image {
  margin-top: -40px;
  padding: 0 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}

.block-customer .cta-box {
  display: inline-block;
  margin-right: 10px;
}

.block-customer .align {
  right: 40px;
  position: absolute;
  margin: -10px 0 0 0;
}

.block-customer h2 {
  font-size: 60.0px;
  margin: 19px 0 0;
}

.blog-box-container {
  padding: 52px 35px 85px;
}

.blog-box-item img {
  max-height: 348px;
  height: 100%;
  width: 100%;
}

.blog-box-item-container {
  height: calc(100% - 20px);
  background-color: white;
  margin: 0px 7px 20px;
}

.blog-box-item-container:hover {
  background-color: #BAD70C;
}

.blog-box h2 {
  font-size: 58.0px;
  color: #3a5659;
  text-align: center;
  font-weight: 700;
}

.blog-box h3 {
  font-family: AWConquerorStdDidot;
  font-weight: 600;
  font-size: 1.555rem;
  color: #3a5659;
  text-align: left;
  letter-spacing: .48px;
  line-height: 38.0px;
  max-width: calc(100% - 60px);
}

.blog-box-item-title {
  padding: 18px 18px 30px 30px;
  display: inline-block;
  text-align: right;
  margin-top: -5px;
  min-height: 264px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}

.blog-box-item-title img {
  width: 60px;
  display: inline-block;
  height: unset;
}

.blog-box .cta-box {
  margin: 65px auto 60px;
}

.blog-box .link {
  text-align: center;
}

.blog-box .link a {
  font-family: din-2014, Helvetica, Arial, serif;
  font-size: 18.0px;
  color: #3a5659;
  font-weight: 300;
}

.blog-box .link a:hover {
  color: #BAD70C;
}

.cta-ebook-container {
  background-color: #3a5659;
  margin: 0 40px 0 40px;
  padding-top: 20px;
}

.cta-ebook-container img {
  vertical-align: bottom;
  margin-left: -40px;
  width: 250px;
}
.animatie {
 	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both; 
}
.bounceInLeft {
  animation-name: bounceInLeft;
  opacity: 1;
}

@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.animated {
    opacity: 1;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.cta-ebook h4 {
  color: #BAD70C;
  font-size: 28.0px;
  letter-spacing: 3.11px;
  line-height: 36.0px;
}

.cta-ebook p {
  color: white;
  font-family: din-2014, Helvetica,Arial,serif;
  font-size: 25.0px;
  font-weight: 700;
  letter-spacing: .43px;
  line-height: 35.0px;
}

.cta-ebook .cta-box {
  width: 90%;
}

.cloudsoftware h2 {
  font-size: 60px;
  line-height: 70px;
}

.block-zesitem {
  margin-bottom: 40px;
}

.block-zesitem-top {
  margin-bottom: 90px;
}

.block-zesitem-container {
  padding: 20px 0 0;
  box-sizing: border-box;
}

.block-zesitem-item {
  border-right: 2px solid #dee2e6;
  padding: 15px 60px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 15px;
}

.block-zesitem-container:nth-of-type(4) .block-zesitem-item {
  border-right: 0;
}

.block-zesitem-container:nth-of-type(7) .block-zesitem-item {
  border-right: 0;
}

.block-zesitem-border {
  border-bottom: 2px solid #dee2e6;
  display: block;
  height: 15px;
  margin: 0 25px;
  bottom: 0;
  position: absolute;
  width: 90%;
}

.block-zesitem .cta-box {
  text-align: center;
  margin: 30px auto;
}

.block-zesitem img {
  width: 56px;
  margin: 20px auto 30px;
  display: inherit;
  text-align: center;
}

.block-zesitem h2 {
  font-size: 3.222rem;
  font-weight: 600;
  color: #3a5659;
  text-align: center;
}

.block-zesitem p {
  max-width: 950px;
  text-align: center;
  margin: 0 auto;
}

.block-zesitem h3 {
  text-align: center;
  font-family: 'DIN2014-Bold',Helvetica,Arial,serif;
  font-size: 23.0px;
  color: #3a5659;
  font-weight: 700;
  letter-spacing: .43px;
  line-height: 35.0px;
  min-height: 70px;
}

.block-zesitem button {
  text-align: center;
  margin: 20px auto;
  display: inline-block;
  max-width: 200px;
  width: 100%;
}

.footer {
  margin-top: 60px;
}

.footer .row {
  max-width: 1425px;
  margin: 0 auto;
}

.footer-socials {
  margin-bottom: 50px;
}

.footer-socials img {
  height: 125px;
  width: 125px;
}

.footer-socials-container {
  text-align: right;
}

.footer-socials-container i {
  color: #3a5659;
  font-size: 22px;
}

.footer-socials-text {
  display: inline-block;
  margin-right: 20px;
}

.footer-socials-text p {
  font-family: din-2014,Helvetica,Arial,serif;
  font-weight: 700;
  font-size: 15.0px;
}

.footer-socials-item {
  margin: 0 0 0 5px;
  display: inline-block;
  padding: 7px 10px;
}

.footer-socials-item:hover {
  background-color: #BAD70C;
  cursor: grab;
}

.footer-socials-item:hover i {
  color: white;
}

.footer-menu-text p {
  margin: 0;
}

.footer-menu-item-container {
  padding-left: 50px;
}

.footer-menu-item {
  margin-bottom: 70px;
}

.footer-menu-item p {
  font-size: 15.0px;
  line-height: 32.0px;
  margin: 0;
}

.footer-menu-item p:first-of-type {
  font-weight: 700;
}

.footer-menu-item a {
  text-decoration: none;
  color: #3a5659;
}

.footer-menu-item a:hover {
  font-weight: 700;
  color: #BAD70C;
  cursor: pointer;
}

.footer-menu-item i {
  color: #489dac;
}

.footer-bottom {
  background-color: #3a5659;
  color: white;
  padding: 10px 0 15px;
}

.footer-bottom a {
  text-decoration: none;
  color: white;
  font-weight: 200;
  font-family: 'Barlow-Regular',Helvetica,Arial,serif;
}

.footer-bottom p {
  font-family: 'Barlow-Bold',Helvetica,Arial,serif;
  font-size: 13.0px;
  color: white;
  text-align: center;
  letter-spacing: .93px;
  line-height: 36.0px;
  font-weight: 700;
}

.backtotop-container {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 50px;
  z-index: 10001;
}

.backtotop-container i {
  font-size: 22px;
  color: #3a5659;
  background-color: white;
  box-shadow: #adb5bd 0 0 10px;
  padding: 10px;
  margin-bottom: -10px;
}

.backtotop-container i:hover {
  background-color: #e9ecef;
}

.backtotop-container P {
  color: white;
  font-family: AWConquerorStdDidot;
  font-size: 15.0px;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 8px #3a5659;
  letter-spacing: .26px;
  line-height: 20.0px;
  font-weight: 700;
}

.backtotop-container a {
  text-decoration: none;
}


.breadcrumbs {
 display: block; 
}
.breadcrumbs-container {
  margin-left: 36px;
}

.breadcrumbs p {
  color: #3a5659;
  font-size: 0.8rem;
  display: inline-block;
  font-weight: unset;
}

.breadcrumbs a {
  text-decoration: none;
  font-weight: 700;
}

.breadcrumbs i {
  display: inline-block;
  color: #ced4da;
  font-weight: 700;
  font-size: 0.9rem;
  margin: auto 10px;
}

.breadcrumbs .content-rating {
  top: -2px;
}

.block-small-img pre {
  color: #3a5659;
  text-align: left;
  padding-top: 20px;
}

.block-small-img .block-text-img-container {
  padding: 60px 0 0 0;
}

.block-small-img .block-text-img-image {
  margin: 0px -46px 0 auto;
}

.block-small-img .block-text-img-content {
  padding-top: 100px;
  margin-right: 8vw;
}

.block-bigmenu a {
  text-decoration: none;
}

.block-bigmenu h4 {
  text-align: center;
  font-size: 1rem;
  color: #3a5659;
  margin: 80px auto;
}

.block-bigmenu svg {
  width: 100px;
  height: 55px;
  margin: 0 auto;
  position: relative;
}

.block-bigmenu h3 {
  color: #3a5659;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
}

.block-bigmenu-image {
  margin: 0 auto;
  width: 100px;
}

.block-bigmenu-container {
  padding-bottom: 60px;
  width: 100%;
}

.block-bigmenu-item-row {
  padding: 0 15px 15px 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.block-bigmenu-item {
  padding: 110px 0 90px;
  margin: 15px 5px;
  background-color: white;
  width: calc(100% - 10px);
  box-shadow: 0px 0px 5px #F4F4F4;
}

.block-bigmenu-item:hover {
  background-color: #3a5659;
  cursor: pointer;
}

.block-bigmenu-item:hover h3 {
  color: white;
}

.block-bigmenu-item:hover path {
  fill: white;
}

.block-bigmenu-item:hover .cls-1 {
     fill: white;
   }

.block-contact-container {
  width: 92%;
  margin: 0 auto 50px;
  padding: 20px;
  box-shadow: 0px 0px 15px #ced4da;
  background-color: white;
  box-sizing: border-box;
}

.block-contact img {
  width: 190px;
}

.block-contact h4 {
  color: #489dac;
  font-size: 1rem;
  margin: 70px 0 0 30px;
}

.block-contact h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #3a5659;
  margin: 8px 0 0 30px;
}

.block-contact .cta-box {
  display: inline-block;
  padding-top: 80px;
  margin-right: 15px;
}

.block-contact i {
  margin-right: 15px;
}

.block-contact button {
  font-size: 18px;
  font-weight: 700;
}


.block-reason-container {
  border: 9px #f4f4f4 solid;
  padding: 60px 0 70px 80px;
  margin-left: 40px;
}

.block-reason img {
  width: 265px;
}

.block-reason ul {
  list-style-type: none;
  margin: 10px 0 0;
  padding: 0;
}

.block-reason li p {
  display: inline;
  font-size: 1.166rem;
  font-weight: 700;
  margin: 10px;
}

.block-reason i {
  color: #BAD70C;
  margin-right: 20px;
}

.block-reason .block-text-img-content {
  margin: 20px 60px auto 50px;
}



.block-quote .block-text-img-container {
  padding: 80px 0 80px 0;
}

.block-quote .block-text-img-content {
  padding: 0 40px;
}

.block-quote .quote {
  background-color: white;
  width: 100%;
  max-width: 464px;
  margin: 0 auto;
}

.block-quote .quote-container p {
  font-family: din-2014,Helvetica,Arial,serif;
  font-size: 1.234rem;
  font-style: italic;
  font-weight: 600;
  color: #3a5659;
  text-align: center;
  letter-spacing: .36px;
  line-height: 32.0px;
  margin: 0;
}

.block-quote .author-box,
.block-quote .author-box img,
.block-quote .author-box pre {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.block-quote .author-box img {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  margin-top: 10px;
}

.block-quote .white-box-container {
  padding: 20px 23px 41px 60px;
}


.menu-text-container {
  padding: 20px 75px 0 40px;
  cursor: pointer;
  border-bottom: 1px solid #F4F4F4;
}

.menu-text a {
  text-decoration: none;
}

.menu-text-sticky {
  position: sticky;
  top: 10px;
  bottom: 10px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.menu-text-sticky h4 {
  padding: 10px 10px 10px 30px;
}

.menu-text-item {
  background-color: #F4F4F4;
  padding: 10px 35px;
  margin: 0 0 8px 0;
}

.menu-text-item p {
  font-family: din-2014,Helvetica,Arial,serif;
  font-size: 21.0px;
  color: #3a5659;
  letter-spacing: 1.5px;
  line-height: 50.0px;
  font-weight: 700;
  margin: 0;
}

.menu-text-item i {
  font-size: 26px;
  margin-top: 14px;
}

.menu-text-item:hover {
  background-color: #3a5659;
}

.menu-text-item:hover p,
.menu-text-item:hover i {
  color: white;
}

.menu-text h4 {
  color: #489dac;
  margin: 0;
}

.menu-text h2 {
  color: #3a5659;
  margin: 20px 0 40px;
  line-height: 70px;
}

.menu-text-content {
  padding: 60px 0 130px 130px;
  margin-bottom: 60px;
  border-bottom: 3px solid #F4F4F4;
}

.menu-text-content p:first-of-type {
  font-weight: 700;
}

.menu-text button {
  margin: 30px 0;
}

.menu-text .cta-box {
  margin: 0;
}

.topsection-kaal {
  background-color: #489dac;
  min-height: 170px;
}


.work-header .topsection-picture {
  height: 170px;
  background-color: #489dac;
}

.work-block-text h1 {
  text-align: left;
  font-size: 87.0px;
  color: #3a5659;
  line-height: 80.0px;
  font-weight: 100;
  max-width: 500px;
  margin: 35px 0;
}

.work-block-text h6 {
  font-family: 'DIN 2014', Helvetica,Arial,serif;
  color: #3a5659;
  text-align: left;
  letter-spacing: .94px;
  font-weight: 700;
  font-size: 0.944rem;
  line-height: 1.666rem;
  margin: 20px 0 0 0;
}

.work-block-text img {
  margin-top: 40px;
}

.work-block-text .block-text-img-container {
  padding-top: 0px;
}

.work-block-text .block-text-img-content {
  padding: 0 60px 0 30px;
}

.work-block-text .block-text-img-image {
  padding: 80px 40px 0 0;
}

.work-longblock h4 {
  color: #489dac;
}

.work-longblock h2 {
  color: #3a5659;
}

.work-longblock-container {
  padding: 80px 60px;
  width: 100%;
}

.work-longblock .work-item {
  background-color: white;
  -webkit-box-shadow: 1px 0px 13px 5px #dee2e6;
  -moz-box-shadow: 1px 0px 13px 5px #dee2e6;
  box-shadow: 1px 0px 13px 5px #dee2e6;
  padding: 30px 0;
  margin-bottom: 30px;
  vertical-align: middle;
  display: flex;
}

.work-longblock .work-item-image {
  display: inline-block;
  padding: 0 80px;
  margin: auto 0;
}

.work-longblock .work-item-image img {
  width: 110px;
}

.work-longblock .work-item-text {
  display: inline-block;
  border-left: 2px solid #dee2e6;
  vertical-align: top;
  padding-left: 70px;
  width: calc( 100% - 350px);
}

.work-longblock .work-item-text h3 {
  font-family: din-2014,Helvetica,Arial,serif;
  font-size: 30.0px;
  color: #3a5659;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1.5px;
  line-height: 30px;
}

.work-longblock .work-item-text p {
  color: #3a5659;
}
  .work-item-text a {
    font-family: 'DIN 2014', Helvetica,Arial,serif;
     color: #BAD70C;
    text-align: left;
    letter-spacing: .94px;
    font-weight: 300;
    font-size: 0.944rem;
    line-height: 1.666rem; 
    text-decoration: none;
  }
  .work-item-text a:hover {
  color: #3a5659;
  }


.block-video-row {
  position: relative;
  padding-left: 30px;
  padding-bottom: 40px;
}

.block-video-item {
  max-width: 500px;
  margin: 0 auto;
  padding: 10px 20px 0 0;
}

.block-video-play {
  width: 100%;
  height: 0;
  margin-left: 2px;
  margin-right: 2px;
  padding-bottom: 56.25%;
  position: relative;
}

.block-video-play iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.block-video-screen {
  margin-bottom: -10px;
}

.block-video-screen img {
  width: 100%;
}

.block-video-image {
  z-index: 25;
  position: relative;
}

.block-video-layer {
  position: absolute;
  top: 0;
  z-index: 26;
  background: rgba(255, 255, 255, 0.1);
  height: calc(100% - 5px);
  width: 100%;
}

.block-video-layer img {
  width: 68px;
  position: relative;
  top: 32%;
  left: 50%;
  transform: translate(-50%);
}

.block-video h2, .block-video h4 {
  color: #3a5659;
  text-align: center;
  padding-left: 30px;
}

.block-video P {
  font-weight: 700;
}

@media screen and (max-width: 700px) {
  .block-video-play-mob {
    position: relative;
    height: 300px;
  }
}


.software .topsection-picture {
  height: auto;
}

.software .topsection-title {
  width: 100%;
  max-width: 100%;
}

.software .topsection-title h1 {
  text-align: left;
  display: inline-block;
  max-width: calc(100% - 700px);
  padding-left: 40px;
  font-size: 2.111rem;
  color: white;
  letter-spacing: .87px;
  line-height: 45.0px;
  vertical-align: top;
}

@media only screen and (max-width: 1300px) {
  .software .topsection-title h1 {
    max-width: calc(100% - 400px);
  }
}

@media only screen and (max-width: 676px) {
  .software .topsection-title h1 {
    max-width: 100%;
    line-height: 35px;
    font-size: 1.8rem;
  }
}
   .topmenu .margin-left {
   margin-left: -180px; 
  }
.logo {
  transition: none;
}
.software .topsection-person {
  display: inline-block;
  padding-left: 50px;
  padding-top: 50px;
  max-width: 300px;
  margin-bottom: -25px;
}

.software .topsection-person img {
  width: 96px;
  margin-left: 68px;
  border-radius: 50%;
}

.software .topsection-person p {
  font-family: din-2014,Helvetica,Arial,serif;
  font-size: 13px;
  color: white;
  text-align: center;
  letter-spacing: .83px;
  line-height: 21.0px;
  font-weight: 700;
}

.software-header h1 {
  color: white;
 text-shadow: #3a5659 3px 3px 6px;
}


.post-title h1 {
  font-weight: 800;
  font-size: 2.45rem;
  color: #3a5659;
  margin-right: 50px;
  text-align: left;
}

.post-left-container {
  padding: 100px 15px 0 35px;
  margin-right: -30px;
}

.post-extra-container a {
  text-decoration: none;
}

.post-download {
  background-color: white;
  height: 113px;
  margin-bottom: 3px;
  padding: 10px 15px 0;
  vertical-align: middle;
  box-sizing: border-box;
}

.post-download-image, .post-download-text {
  display: inline-block;
  vertical-align: middle;
}

.post-download-text {
  width: calc(100% - 70px);
  margin-left: 20px;
}

.post-download-image img {
  width: 28px;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

.post-download pre {
  color: #3a5659;
  text-align: left;
  font-size: 0.95rem;
  line-height: 1rem;
  padding: 10px 0;
  display: inline-block;
}

.post-center-container {
  background-color: white;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: -200px;
  padding: 20px 75px 60px 75px;
  box-sizing: border-box;
}

.post-center-container p:first-of-type {
  font-weight: 700;
}

.post-center-container .post-date p {
  color: #899a9c;
  font-weight: 400;
}

.post-center-container h2, .post-center-container li {
  font-weight: 700;
  font-size: 0.944rem;
  color: #3a5659;
  text-align: left;
  letter-spacing: .94px;
  line-height: 1.666rem;
}

.post-center-container h2 {
  font-family: din-2014,Helvetica,Arial,serif;
}

.post-center-container li {
  color: #489dac;
}

.post-center-container ol {
  list-style: none;
  counter-reset: li;
}

.post-center-container ol li::before {
  content: counter(li) ".";
  color: #3a5659;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.post-center-container ol li {
  counter-increment: li;
}

.post-center-container img {
  max-width: 100%;
}

.post-center-container .cta-ebook-container {
  margin: 0 -40px;
}

.post-center-container .cta-ebook-container .ebook-image img {
  bottom: 0;
  position: absolute;
}

.post-center-container .cta-ebook-container h4 {
  line-height: 26px;
  margin: 20px 0;
}

.post-center-container .cta-ebook-container p {
  margin: 0;
}

.post-center-container .cta-ebook-container a {
  text-decoration: none;
  text-align: left;
  margin: 20px 0 20px 0;
}

.post-center-container .post-author {
  margin-top: 80px;
}

.post-center-container .post-author h4 {
  color: #489dac;
  font-size: 0.9rem;
}

.post-center-container .post-author-image {
  width: 140px;
  display: inline-block;
}

.post-center-container .post-author-image img {
  width: 140px;
  border-radius: 50%;
}

.post-center-container .post-author-details {
  display: inline-block; 
  vertical-align: top;
  box-sizing: border-box;
 max-width: calc(100% - 145px); 
    padding-left: 30px;
}

.post-center-container .post-author-details h2 {
  margin: 0;
}

.post-center-container .post-author-details p {
  font-weight: 400;
  margin: 0;
}

.post-center-container .post-author-details a {
  text-decoration: none;
}

.post-body .social-center {
  text-align: center;
  margin-top: 30px;
}


.softwaredetail h1 {
  color: white;
  padding-top: 90px;
  text-shadow: #3a5659 1px 1px 1px;
}

.softwaredetail .topsection-title {
  padding-top: 20px;
}

.softwaredetail .topsection-picture {
  height: 465px;
}

.softwaredetail .block-text-img-container {
  padding: 80px 0 80px 0;
}

.softwaredetail ul,
.landingpage ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.softwaredetail li,
.landingpage li {
  font-family: din-2014,Helvetica,Arial,serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #3a5659;
  text-align: left;
  letter-spacing: 1.4px;
  line-height: 1.666rem;
  padding-bottom: 20px;
}

.softwaredetail .hs-menu-wrapper ul {
  margin-top: -4px;  
}
.softwaredetail .lang_switcher_class .lang_list_class {
 margin-top: -6px !important; 
}


.softwaredetail .menu-text-content li:before,
.softwaredetail .landingpage-text li::before,
.landingpage .menu-text-content li:before,
.landingpage .landingpage-text li::before {
  content: '\2713';
  color: #BAD70C;
  font-size: 25px;
  margin: 0 15px 0 2px;
  font-weight: 700;
}



.landingpage-container {
  background-color: #498795;
  padding-bottom: 40px;
}

.landingpage .content-rating {
  margin-top: -77px;
  position: relative;
  right: 0;
}

.landingpage-text {
  padding-left: 100px;
  margin-top: -315px;
}

.landingpage h1 {
  text-align: left;
  color: white;
  font-size: 3.7rem;
  margin-bottom: 0;
  font-family: aw-conqueror-didot;
}

.landingpage h3 {
  color: white;
  font-size: 1.78rem;
  line-height: 40.0px;
  margin: 0 0 20px 0;
}

.landingpage li {
  color: white;
  font-size: 1rem;
  padding-bottom: 0;
}

.landingpage p {
  color: white;
  font-family: 'DIN2014-Regular',Helvetica,Arial,serif;
}

.landingpage h5 {
  font-size: 30.0px;
  text-align: left;
  letter-spacing: 1.67px;
  line-height: 39.0px;
}

.landingpage h2 {
  color: #3a5659;
  text-align: left;
  font-size: 2.77rem;
  margin: 0;
  line-height: 3.05rem;
}

.landing-picture{
 height: 490px; 
}

.landingpage h4 {
  color: #489dac;
  margin: 10px 0;
}

.landingpage-form {
  background-color: white;
  margin: -210px 40px 0 auto;
  max-width: 587px;
}

.landingpage-form-title {
  padding: 25px 35px 15px 190px;
  position: relative;
  border-bottom: 2px solid #489dac;
}

.landingpage-form img {
  width: 200px;
  position: absolute;
  left: -40px;
  bottom: 0;
}

.landingpage-form form {
  padding: 25px 35px 15px 40px;
}

.landingpage-author-container {
  width: 92%;
  margin: 50px auto 50px;
  padding: 20px;
  background-color: white;
  box-sizing: border-box;
}

.landingpage-author-container a {
  text-decoration: none;
}

.landingpage-author-container h5 {
  color: #3a5659;
  margin: 0;
  line-height: 30px;
}

.landingpage-author-container .cta-box {
  margin-top: 40px;
}

.landingpage-succes {
  padding: 0 30px;
}

.landingpage-succes h2 {
  color: white;
  text-align: center;
  margin: 70px 0 60px;
  font-size: 3.22rem;
}

.landingpage-succes .col-md-4 {
  padding: 0 7px;
  box-sizing: border-box;
}

.landingpage-succes p {
  color: #3a5659;
  font-family: din-2014,Helvetica,Arial,serif;
  font-size: 1.234rem;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  letter-spacing: .36px;
  line-height: 32.0px;
  margin: 0;
}

.landingpage-succes .author-box {
  margin-top: 20px;
}

.landingpage-succes .author-box img {
  display: block;
  margin: 0 auto;
}

.landingpage-succes .author-box pre {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.landingpage .footer {
  margin-top: 0px;
}

.landingpage .footer .row {
  max-width: none;
}

.ebookform {
  margin-top: 40px;
}

.ebookform form ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
}

.ebookform label {
  display: none;
}

.ebookform input[type="submit"] {
  background-color: #BAD70C;
  border-radius: 50px;
  display: block;
  font-family: din-2014,Helvetica,Arial,serif;
  text-transform: uppercase;
  font-size: 0.833rem;
  color: white;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.0px;
  line-height: 1.277rem;
  outline: none;
  border: none;
  padding: 8px 10px 8px 35px !important;
  margin-top: 20px;
}

.ebookform input[type="submit"]::before {
  content: '<p>\2192</p>';
  color: yellow;
  font-size: 25px;
}

.ebookform .hs-form-booleancheckbox {
  padding-top: 20px;
}

.ebookform .legal-consent-container .hs-form-booleancheckbox-display p {
  font-family: 'DIN2014-Light',Helvetica,Arial,serif;
  font-size: 14.0px;
  color: #738789;
  text-align: left;
  letter-spacing: .28px;
  line-height: 20.0px;
  position: absolute;
  width: 37vw;
}

.ebookform .legal-consent-container .hs-form-booleancheckbox-display a {
  text-decoration: none;
  color: #738789;
}

.ebookform .hs-input {
  background-color: #3a5659;
  color: #BAD70C;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #BAD70C;
  outline: none;
  font-family: 'DIN2014-Regular',Helvetica,Arial,serif;
  font-size: 20.0px;
  text-align: left;
  letter-spacing: 1.97px;
  line-height: 18px;
  width: 70%;
}

.ebookform .hs-input::placeholder {
  color: #BAD70C;
  opacity: 1;
  /* Firefox */
}

.ebookform :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #BAD70C;
}

.ebookform ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #BAD70C;
}

.landingpage-formbox label {
  display: none;
}

.landingpage-formbox legend.hs-field-desc {
  font-family: 'DIN2014-Regular',Helvetica,Arial,serif;
  margin-bottom: 10px;
  color: #489dac;
  font-weight: bold;
}

.landingpage-formbox textarea {
  width: 100%;
  height: 150px;
  padding: 20px 30px;
  box-sizing: border-box;
  border: 0px;
  border-radius: 10px;
  background-color: #F4F4F4;
  resize: vertical;
  font-family: 'DIN2014-Light',Helvetica,Arial,serif;
  font-size: 17.0px;
  color: #3a5659;
}
  
.landingpage-formbox .hs-error-msg {
  display: block;
  color: #489dac;
}

.landingpage-formbox .hs-fieldtype-text .hs-input {
  outline: none;
  background-color: #F4F4F4;
  border: none;
  border-radius: 10px;
  font-family: 'DIN2014-Light',Helvetica,Arial,serif;
  font-size: 17.0px;
  color: #3a5659;
  text-align: left;
  letter-spacing: .33px;
  line-height: 21.0px;
  padding: 20px 30px;
  margin-bottom: 16px;
  width: calc(100% - 60px);
  cursor: pointer;
}

.landingpage-formbox p {
  color: #3a5659;
}

.landingpage-formbox .hs-form-booleancheckbox-display {
  display: block;
}

.landingpage-formbox .hs-form-booleancheckbox-display p {
  font-size: 15.0px;
  color: #3a5659;
  letter-spacing: .29px;
  line-height: 19.0px;
}

.landingpage-formbox input[type="checkbox"] {
  height: 19px;
  box-sizing: border-box;
  width: 19px;
  border-style: solid;
  border-width: 1px;
  border-color: #babeb9;
  font-size: 16px;
}

.landingpage-formbox a {
  color: #489dac;
}

.landingpage-formbox input[type="submit"] {
  background-color: #489dac;
  border-radius: 50px;
  display: block;
  margin: 60px auto;
  font-family: din-2014,Helvetica,Arial,serif;
  text-transform: uppercase;
  font-size: 0.833rem;
  color: white;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.0px;
  line-height: 1.277rem;
  position: relative;
  outline: none;
  border: none;
  padding: 17px 35px !important;
  cursor: pointer;
}

.landingpage-formbox input[type="submit"]::before {
  content: '\2713';
}


.error .topsection-picture {
  height: 100%;
}

.error .topsection h1 {
  margin-top: 40vh;
  color: white;
  margin-bottom: 20px;
}

.error .topsection p {
  color: white;
  text-align: center;
  font-family: 'DIN2014-Regular',Helvetica,Arial,serif;
  font-size: 1rem;
  color: white;
  letter-spacing: .51px;
  line-height: 22px;
  max-width: 800px;
  padding: 20px 20px;
  margin: 0 auto;
}

.error .topsection-title {
  text-align: center;
  margin-bottom: 40vh;
}

.error .cta-box {
  display: inline-block;
  margin: 10px auto 0;
}

.error .topsection-logo-box {
  margin-bottom: 20px;
}


.aboutus .partner-container .item1 {
  grid-area: 1 / 1 / 3 / 2;
}

.aboutus .partner-container .item2 {
  grid-area: 1 / 2 / 1 / 2;
}

.aboutus .partner-container .grid-container {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-gap: 10px;
  background-color: #2196F3;
  padding: 10px;
}

.aboutus .partner-container .grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
  position: relative;
}

.aboutus .partner-container h4 {
  color: #489dac;
}

.aboutus .partner-container h2,
.aboutus .partner-container h3 {
  color: #3a5659;
}

.aboutus .partner-container h3 {
  text-transform: uppercase;
  font-size: 1.722rem;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 90px;
}

.aboutus .partner-container h6 {
  color: #498795;
  font-weight: 300;
  margin: 10px 0;
  font-size: 0.9rem;
}

.aboutus .partner-container a {
  text-decoration: none;
}

.aboutus .partner-container .partners {
  padding: 0 300px 0 40px;
}

.aboutus .partner-container .white-box-container {
  margin: 0 auto 40px;
  box-shadow: 0 0 15px #ced4da;
  max-width: 580px;
  width: calc(100% - 20px);
  min-height: unset;
  height: calc(100% - 30px);
}

.aboutus .partner-container .white-box-logo img {
  max-width: unset;
  max-height: 60px;
}

.aboutus .work-longblock h2 {
  margin: 42px 0;
}

.aboutus .intro-text {
  margin-bottom: 110px;
}


.download-page .categorie-item {
  padding-left: 30px;
}

.download-page .categorie-item ul {
  margin-left: 0;
  padding-left: 0;
}

.download-page .categorie-item .cta-box {
  display: inline-block;
  margin-right: 20px;
 margin-top: 10px;
}

.download-page .portfolio-item {
  background-color: white;
  margin-top: 40px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 340px;
}

.download-page .portfolio-item a {
  text-decoration: none;
}

.download-page .portfolio-item .post-download {
  padding-bottom: 30px;
}

.download-page .portfolio-item .green a {
  color: white;
}

.download-page h3 {
  font-family: AWConquerorStdDidot;
  font-size: 22.0px;
  color: #3a5659;
  text-align: left;
  letter-spacing: .38px;
  line-height: 30.0px;
  font-weight: 700;
  margin: 30px 30px 0 30px;
}

.download-page .portfolio .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.download-page .portfolio .nav-pills li {
  float: none;
  display: inline-block;
}

.download-page .portfolio .nav-pills > li + li {
  margin-left: 30px;
}

.download-page .portfolio .text-color-grayDark1 {
  color: #2b2b2b;
}

.download-page .portfolio .text-bold {
  font-weight: 700;
}

.download-page #Container {
  padding-left: 40px;
  margin-bottom: 120px;
  height: 100% !important;
}

@media only screen and (max-width: 628px) {
  .download-page #Container {
  padding-left: 40px;
  margin-bottom: 250px;
  height: 100%;
}
}

.download-page #Container .mix {
  display: none;
}

.download-page #grid .mix {
  display: none;
  opacity: 0;
}

.download-page .portfolio-image {
  position: relative;
}

.download-page .portfolio-image img {
  max-width: 340px;
  height: 100%;
  max-height: 190px;
  overflow: hidden;
}

.download-page .download-button {
  margin: 30px;
}

.download-page .download-button img {
  width: 20px;
  display: inline;
}

.download-page .download-button p {
  margin-left: 15px;
  display: inline;
}


.people {
  margin: 0;
}
.people-item {
  padding: 10px;
  box-sizing: border-box;
  max-height: 386px;
  height: 100%;
}
.people-image {
  max-height: 341px; 
  height: 100%;
  overflow: hidden;
}
.people-item img {
  width: 100%;
  padding-top: 20px;
}
.people-desc {
 background-color: #3a5659;
  margin-top: -110px;
  height: 110px;
  z-index: 2;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.people-desc a {
  text-decoration: none;
}
.people-desc h3,
.people-desc p {
  color: white;
}
.people-desc p { 
  font-size: 20px;
    margin: 10px 0 20px 20px;
}
.people-desc h3{
   margin: 20px 0 10px 20px; 
}
.people-social {
 margin-left: 20px;
 padding-bottom: 20px;
}

.people-desc .social-icon {
  margin: 0 0 0 5px;
  display: inline-block;
  padding: 7px 10px;
  background-color: white;
  opacity: 0;
}
.people-desc i{
  color:  #3a5659;
}
.people-item .people-desc,
.people-item .people-image img {
   -webkit-transition: all 1s; 
  -moz-transition: all 1s; 
  -ms-transition: all 1s; 
  -o-transition: all 1s; 
  transition: all .2s ease-in-out;  
}
.people-item:hover .social-icon {
 opacity: 1;
}
.people-item:hover .people-image img {
  padding-top: 0px;
}

.people-item:hover .people-desc {
 margin-top: -160px;
 height: 160px;
}
.people-item .social-icon:hover {
 background-color: #BAD70C;
}

.home-mobiel {
  background-image: url('https://5619516.fs1.hubspotusercontent-na1.net/hubfs/5619516/Homepage%20in%20use/homepage%20lighthouse.png');
  background-position: center right;
}


.widget-type-email_subscriptions p, 
.widget-type-email_simple_subscription p,
.widget-type-email_subscriptions_confirmation p, 
.widget-type-email_simple_subscription {
  font-size: 18px;
}
.email-prefs .item .item-inner span{
  font-family: aw-conqueror-didot,Helvetica,Arial,serif;
}
 
.widget-type-email_subscriptions h1, 
.widget-type-email_subscriptions h2, 
.widget-type-email_subscriptions_confirmation h1, 
.widget-type-email_subscriptions_confirmation h2, 
.widget-type-email_simple_subscription h1,
.widget-type-email_simple_subscription h2 {
  font-size: 30px;
  text-align: left;
}

.subscription{
  padding: 40px;
}



@media only screen and (max-width: 1500px) {
  .bottommenu-item {
    margin-left: -5px;
  }
  .hs-menu-depth-1 {
   padding: 0 5px; 
  }
  .hs-search-field__input {
   margin-right: 0px; 
  }
}
  
@media only screen and (max-width: 1400px) {
  .person-quote{
      padding: 30px 50px 0 21px;
  }
}

@media only screen and (max-width: 1200px) {
  .hamburger {
    padding-right: 40px;
  }
  .whitemenu {
    transition: none;
  }
  .whitemenu .hamburger {
    padding-top: 22px;
  }
  .logo,
  .whitetriangle,
  .topmenu-item {
    transition: opacity .5s ease-in-out;
  }
  .topmenu-item .hs-menu-item {
    display: inline;
  }
  .topmenu-item .hs-menu-item a {
    display: inline-block;
    line-height: 18px;
  }
  .hs-menu-depth-1.active-branch:before {
   height: 0px;
    width: 0px;
  }
  .bottommenu {
    opacity: 0;
    display: none;
    padding: 40px;
    background-color: white;
    z-index: 1000;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    margin: -95px 0 0;
    transition: opacity .5s ease-in-out;
  }
  .bottommenu .search {
    background-color: #3a5659;
    padding: 6px;
    border-radius: 25px;
    text-align: left;
    margin-right: 0;
  }
  .bottommenu .search img {
    padding-top: 3px;
    padding-left: 10px;
    width: unset;
  }
  .softwaredetail .bottommenu-item,
   .landingpage .bottommenu-item,
  .bottommenu-item,
  .softwaredetail .hs-menu-item,
   .landingpage .hs-menu-item,
  .hs-menu-item {
    float: unset !important;
    color: #3a5659;
    display: block;
    margin: 0 0 0 auto;
    width: 300px;
    text-align: right;
    padding-bottom: 0;
    padding-right: 8px;
    border-bottom: none;
  }

   .softwaredetail .bottommenu-item,
   .landingpage .bottommenu-item{
     text-align: right; 
     letter-spacing: 1.0px;
    line-height: 23.0px;
  }
  .whitemenu .bottommenu-item a:hover,
  .bottommenu-item:hover {
    color: #BAD70C;
  }
  .bottommenu-item a {
    color: #3a5659;
  }
  .bottommenu-item ul {
    display: block;
    position: relative;
    width: 100%;
  }
    .bottommenu-item .pointer {
   display: none; 
  }
  .hs-menu-depth-3, 
  .hs-menu-depth-2 {
  margin: 0;
    padding: 0 18px 0 0;
  }
  

  
  .whitemenu .hs-menu-depth-3 a, 
  .whitemenu .hs-menu-depth-2 a {
   font-size: 1rem;
     color: #489dac;
  }
 
  .hs-menu-depth-3{
   text-align: left;
    padding-left: 20px;
  }
  
  
  .topsection .left img:first-of-type {
    margin-right: 10px;
  }
  .block-reason-container {
    margin: 0 20px;
  }
  .block-reason .block-text-img-content {
    padding-left: 20px;
  }
  .menu-text-content {
    padding: 0 0 60px 50px;
    margin-bottom: 60px;
  }
  .lang_switcher_class .lang_list_class li a {
  line-height: 26px;
  }
}

@media only screen and (max-width: 992px) {
  .landingpage-form {
    margin: 50px auto 0 auto;
  }
  .landingpage-text {
    margin-top: -320px;
    padding-left: 30px;
  }
  .landingpage .quote {
    margin: 10px auto;
    padding: 10px;
  }
  .landingpage .quote-sign {
    margin-top: 80px;
  }
  .landingpage-author-container .cta-box {
    margin: 20px auto;
  }
  .landingpage-author-container img {
    width: 200px;
    margin: 0 auto 20px;
    display: block;
    border-radius: 50%;
  }
  .aboutus .partner-container .partners {
    padding: 0 30px 0 40px;
  }
   .topmenu-item {
   opacity: 0; 
  }
}

@media only screen and (max-width: 676px) {
  .software .topsection-person {
    display: block;
    padding: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1200px) {
  p {
    font-size: 0.9rem;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2,
  .block-succes h2 {
    font-size: 2.5rem;
  }
  .topsection-title {
    padding-top: 40px;
  }
  .software .topsection-title {
    padding-top: 120px;
  }
  .block-highimage {
    width: 100%;
  }
  .person-text,
  .person-quote {
    padding-top: 30px;
  }
  .person-highlight {
    margin: 0;
  }
  .person-highlight img {
    max-width: 300px;
    position: absolute;
    left: 0;
   bottom: 5px;
  }
  .person-triangle {
    height: 270px;
    width: 270px;
  }
  .block-image {
    display: none;
  }
  .block-succes .white-box-container,
  .block-text-img-image {
    width: unset;
  }
  .software .topsection-title h1 {
    margin-top: -70px;
  }
  .block-reason .block-text-img-content {
    margin: 20px 20px auto 20px;
  }
  .wide .block-text-img-image {
    padding-right: 20px;
  }
  .block-twoimages-image img {
   display: none; 
  }
  .block-twoimages-highimage img {
    max-width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }
  p {
    font-size: 0.9rem;
  }
  h1,
  .text-fix,
  .landingpage h1,
  .block-succes h2,
  .topsection h2,
  .content h1,
  .blog-box h2,
  .wide h2,
  .cloudsoftware h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
  h2 {
     font-size: 1.6rem;
    line-height: 1.6rem;
  }
  .block-twoimages h2 {
    line-height: 40px;
  }
  .cta-box a, .cta-box button {
        padding: 13px 20px;
  }
  .block-reason .block-text-img-content {
  margin: 30px auto;
  }
  button {
    margin: 0 auto;
  }
  blockquote {
    padding: 15px 45px;
  }
  .opacity-none {
    opacity: 0 !important;
  }
  .display-none {
   display: none !important; 
  }
  .padding80 {
    padding: 0;
  }
  .padding {
    padding: 20px 0;
  }
  .padding-top {
    padding-top: 30px !important;
  }
  .margin-bottom{
    padding-bottom: 0px;
  }
  .green-text {
    text-align: center;
  }
  .mobile-scroll .hs-menu-depth-1 {
   padding: 10px 0; 
  }
  .mobile-scroll .hs-menu-depth-3 a,
  .mobile-scroll .hs-menu-depth-2 a  {
    font-size: 1rem;
    color: #489dac;
  }
   .mobile-scroll .hs-menu-depth-3 a:hover,
  .mobile-scroll .hs-menu-depth-2 a:hover  {
    color: #BAD70C;
  }
  .mobile-scroll .hs-menu-depth-3 a{
   font-size: 0.9rem; 
  }
  .mobile-scroll .whitemenu {
   position: relative; 
  }
  .breadcrumbs-container {
    margin-top: 0;
  }
  .topsection-kaal {
   min-height: 0; 
  }
  .software .topsection-person img {
    margin: 0 auto;
    display: block;
  }
  .softwaredetail .topsection-picture {
    height: unset;
  }
  .topsection-title h1 {
    padding-top: 0;
  }
  .topsection-picture {
    background-position: top;
    background-size: 767px;
    height: 100%;
    min-height: 230px;
  }
  .topsection-container {
    margin-top: -80px;
  }
  .topsection-container {
    margin-top: 0px;
  }
  .topsection-title {
    padding-top: 40px;
    width: 90vw;
  }
  .topsection-payoff {
    width: 90vw;
  }
  .topsection-payoff h6 {
    margin: 20px;
  }
  .line-box {
    display: none;
  }
  .hs-search-field__input{
  max-width: 280px;
}
  .topsection-logo-box {
    display: block;
    padding-bottom: 20px;
      margin: 40px 15px 0;
  }
  .topsection .left img {
    width: 165px;
    max-width: 45%;
    float: right;
  }
  .topsection .left img:first-of-type {
    float: left;
  }
  .content-rating {
    margin-top: 0;
    top: 0;
    right: 5px;
    position: absolute;
  }
  .content-rating img {
    width: 55px;
  }
  .block3cta-item {
    padding-top: 0;
  }
  .block-bigmenu h3 {
    font-size: 1.1rem;
  }
  .block-bigmenu-item {
    padding: 50px 0 30px;
  }
  .pagemenu-extern .pagemenu-container .content-rating {
    display: none;
  }
  .pagemenu-extern .pagemenu-container .row {
    width: 100%;
  }
  .pagemenu-container .menu-item {
    padding: 0;
  }
  .person-whitespace {
    height: 30px;
  }
  .person-triangle {
    display: none;
  }
  .person-highlight {
    text-align: center;
    width: 100%;
    margin: 20px auto;
  }
  .person-highlight img {
    width: 250px;
    max-width: 100%;
  }
  .block-text-img h2 {
    line-height: 45px;
  }
  .person-quote {
    padding-top: 20px;
  }
  .person-text {
    padding-top: 20px;
    padding-left: unset;
  }
  .person-text P {
    text-align: center;
    margin: 0 20px;
  }
  .person-container .green-text {
    text-align: center;
  }
  .pagemenu-container {
    margin: 0;
  }
  .pagemenu-extern .pagemenu-extern-container {
    height: max-content;
  }
  .block-customer .block-text-img-image {
    padding: 0;
    margin: 0;
  }
  .block-customer .white-box {
    margin: 20px;
  }
  .block-customer .white-box-logo {
    display: none;
  }
  .block-customer .white-box-text {
    padding: 20px;
  }
  .block-customer .align {
    position: relative;
    margin-top: 10px;
    right: -40px;
    margin-bottom: 30px;
  }
  .block-quote .block-text-img-container,
  .block-text-img-container {
    padding: 30px 0 30px 0;
  }
  .block-quote .block-text-img-content {
    padding: 0 40px 20px;
  }
  .block-text-img-content,
  .block-text-content {
    padding: 0 20px 29px;
  }
  .block-text-img-content .cta-box a,
  .block-text-img-content .cta-box button {
    margin: 0 auto;
  }
  .work-longblock-container {
    padding: 30px;
    box-sizing: border-box;
  }
  .work-longblock .work-item-image {
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    width: 110px;
  }
  .work-longblock .work-item-text {
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    width: 100%;
  }

  .work-longblock .work-item-text h3 {
    line-height: 30px;
  }
  .work-block-text h1 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin: 10px 0;
  }
  .work-block-text .block-text-img-image {
    margin: 0;
    padding: 20px;
  }
  .work-block-text .block-text-img-image img {
    margin-top: 0;
  }
  .work-block-text .block-text-img-content {
    padding: 15px;
    margin: 20px 0;
  }
  .post .topsection-picture {
    height: 230px;
  }
  .post h1 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .post-title h1 {
   margin-right: 0px; 
  }
  .post-center-container .post-author-details {
   max-width: 100%;
    padding-left: 0; 
  }
  .block-succes .white-box-container {
    width: unset;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 25px 30px 0px;
  }
  .block-succes .white-box-logo img {
    right: 50px;
  }
  .block-succes .line-square-mob {
   background-color: #489dac;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    transform: rotate(45deg); 
  }
   .block-succes .line-square-mob:hover{
     background-color: #BAD70C;
  }
   .block-succes .line-square {
   display: none !important; 
  }
  .block-succes .logo-box-item img {
   display: none !important; 
  }
  .block-succes .logo-box {
   text-align: center; 
  }
  .block-succes .logo-box-item {
    margin: 10px 20px;
    display: inline-block;
    width: 17px;
    position: relative; 
  }
   .block-succes .author-box {
    display: none;
  }
  .block-text-img-image {
    margin: 0 auto;
    padding: 0;
  }
  .block-small-img .block-text-img-image {
    max-height: 300px;
    width: auto;
    margin: 0 auto;
    display: block;
  }
  .block-twoimages img {
    width: 100%;
  }
  .block-twoimages-container {
    padding: 0;
  }
  .block-twoimages .block-twoimages-text {
    padding: 20px;
  }
  .block-twoimages .block-twoimages-image img {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
  }
  .block-twoimages .block-twoimages-image {
    text-align: center;
  }
  .block-succes-container {
    margin-top: 25px;
    padding: 25px 15px 25px 15px;
  }
  .block-succes-container .cta-box {
    margin-bottom: 20px;
  }
  .block-succes h2 {
    text-align: center;
  }
  .wide .block-text-img-content {
    padding: 20px;
  }
  .wide .block-text-img-content p {
    padding-right: 0;
  }
  .wide .block-text-img-image {
    padding-right: 0px;
  }
  .blog-box-container {
    padding: 25px 25px 25px;
  }
  .blog-box-container h2 {
    margin: 20px auto;
    line-height: 3rem;
  }
  .blog-box-container .footer-socials-text {
    display: block;
    margin: 0 auto;
  }
  .blog-box-container .footer-socials-text p {
    text-align: center;
  }
  .post .content-rating {
    display: none;
  }
  .blog-box img {
    width: 100%;
  }
  .blog-box h3 {
    max-width: 100%;
  }
  .block-img-text .block-text-img-image {
    margin: 0;
  }
  .block-img-text .block-text-img-content {
    padding-top: 30px;
    padding-left: 20px;
  }
  .block-twoimages-highimage {
    display: none;
  }

  .topmenu {
    margin-top: 10px;
  }
  .topmenu-height {
    height: unset;
  }
  .topmenu-item .hs-menu-item {
    padding: 0 10px;
  }
  .topmenu-item .hs-menu-item a {
    line-height: 16px;
  }
  .topmenu ul {
   margin-right: 35px; 
  }
  .hamburger {
    height: 40px;
  }
  .bottommenu {
    display: none;
    margin: 0;
    width: 100%;
    padding: 0 40px;
  }
  .bottommenu img {
    width: unset;
  }
  .footer-socials {
    margin: 0 auto;
    text-align: center;
  }
  .footer-socials-container {
    text-align: center;
  }
  .footer-menu-text p {
    text-align: center;
  }
  .footer-menu-item-container {
    padding-left: 0;
  }
  .footer-menu-item p {
    text-align: center;
  }
  .footer-menu-text {
    padding: 20px;
    box-sizing: border-box;
  }
  .software .content-rating {
    margin-top: 0;
  }
  .block-reason-container {
    padding: 60px 0 70px 50px;
  }
  .block-text-img-content {
    padding-top: 50px;
  }
  .landingpage .quote-sign {
    margin-top: 40px;
  }
  .landingpage-container .line-box {
    display: none;
  }
  .landingpage-text {
    margin-top: 80px;
  }
  .post-left-container,
  .post-center-container {
    margin: 0;
  }
  .post-left-container {
    padding: 30px;
  }
  .post-center-container {
    padding: 30px;
  }
  .post-ebook .cta-ebook-container {
    margin: 0 20px;
  }
  .post-ebook img {
    width: 150px;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .post-ebook h4,
  .post-ebook p,
  .post-ebook .cta-box {
    padding: 0 30px;
  }
  .post-ebook .cta-box {
    padding-bottom: 30px;
  }
  .post-ebook .ebook-image {
    height: 150px;
  }
  .post-ebook .ebook-image img {
    left: 20%;
  }
  .softwaredetail .menu-text-content {
    padding: 0;
  }
  .softwaredetail .menu-text-container {
    padding: 40px 40px 0 40px;
  }
  .softwaredetail .block-quote .white-box-container {
    margin-top: 30px;
  }
  .ebookform input[type="submit"] {
        margin: 0 0 20px 0;
    position: relative;
    display: block;
  }
  .ebookform form {
    margin: 0 auto;
    display: block;
    width: 89%;
  }
  .cta-ebook p,
  .cta-ebook h4 {
    padding: 0 10px;
  }
  .cta-ebook p {
    margin: 0;
  }
  .cta-ebook {
   background-color:  #3a5659;
  }
  .cta-ebook-container p{
    margin-bottom: 20px;
  }
  .cta-ebook-container img{
   margin-bottom: -20px;
    margin-top: 20px; 
  }
  .block-contact .cta-box {
    padding-top: 20px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .white-longbox-container .white-box {
    margin: 20px;
    padding: 0 15px;
  }
  .breadcrumbs-container {
    max-width: 100%;
    margin-top: 10px;
  }
  .breadcrumbs-container p {
    margin: 0;
  }
  .aboutus .partner-container .white-box-logo img {
  width: unset;
  }
  .aboutus .partner-container .white-box-container {
    padding: 25px;
  }
  .home-mobiel{
 background-image: url('https://www.logicvision.nl/hubfs/effen%20kleur%20headers/header%20default%20blue-1.jpg'); 
    background-position: top right;
  }
}

@media only screen and (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .block-contact img {
    width: 210px;
    margin: 0 auto;
    position: relative;
    display: block;
  }
  .left {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .topsection .center {
    display: none;
  }
   .people-item {
    padding: 0px;
  }
  .aboutus .partner-container .partners {
    padding: 0 20px;
  }
  .bottommenu-item, .hs-menu-item {
   width: 100%; 
  }
    .bottommenu {
   left: 0;
   box-sizing: border-box;
  }
  .hs-menu-depth-1 ul {
    margin-left: 0;
  }
  .hs-menu-children-wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 400px) {
  .topmenu .whitetriangle {
    display: none;
  }
  .block-reason img {
    max-width: 100%;
  }
  .block-reason-container {
    padding: 60px 0 70px 20px;
  }
  .landingpage-form-title {
    padding-left: 25px;
    display: block;
  }
  .landingpage-form-title img {
    position: relative;
  }
  .landingpage-succes {
    padding: 0 15px;
  }
  .landingpage .quote-sign {
    margin-top: 80px;
  }
  h1, .text-fix, .landingpage h1, .block-succes h2, .topsection h2, .content h1, .blog-box h2, .wide h2, .cloudsoftware h2 {
   word-break: break-word; 
  }
  .topmenu .logo img {
    padding-left: 20px;
    padding-bottom: 15px;
    width: 110px;
  }
  .subscription{
  padding: 20px;
 }
.softwaredetail .bottommenu-item, 
  .landingpage .bottommenu-item, 
  .bottommenu-item, 
  .softwaredetail .hs-menu-item, 
  .landingpage .hs-menu-item, 
  .hs-menu-item {
   width: 100%; 
  }
  .hs-menu-depth-3, .hs-menu-depth-2 {
    padding: 0;
  }
  .landingpage .logo img {
   margin: 0 auto;
    width: 120px; 
  }
  .landingpage .logo {
   background-color: white; 
     margin-top: -60px; 
  }
  .landingpage .landing-picture {
   display: none; 
  }
  .landingpage .landingpage-form {
   margin: 0;
  }
}

@media screen and (max-width: 1500px) and (min-width: 1200px) {
  .bottommenu-style {
       margin-right: -15px;
  }
}


.row-fluid [class*="span"] {
  min-height: 0;
}

.fa-linkedin:before{
 content: '\f167'; 
}

input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}


.hs-menu-depth-2:hover ul
{min-height: 140px;}