@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;600;700&display=swap");
@media (max-width: calc(480px - 0.02px)) {
  .hide-xs {
    display: none !important;
  }
}

.show-xs-inline {
  display: none;
}
@media (max-width: calc(480px - 0.02px)) {
  .show-xs-inline {
    display: inline;
  }
}

.show-xs-block {
  display: none;
}
@media (max-width: calc(480px - 0.02px)) {
  .show-xs-block {
    display: block;
  }
}

.show-xs-flex {
  display: none;
}
@media (max-width: calc(480px - 0.02px)) {
  .show-xs-flex {
    display: flex;
  }
}

.show-xs-inline-flex {
  display: none;
}
@media (max-width: calc(480px - 0.02px)) {
  .show-xs-inline-flex {
    display: inline-flex;
  }
}

.show-xs-grid {
  display: none;
}
@media (max-width: calc(480px - 0.02px)) {
  .show-xs-grid {
    display: grid;
  }
}

@media (min-width: 480px) and (max-width: calc(768px - 0.02px)) {
  .hide-s {
    display: none !important;
  }
}

.show-s-inline {
  display: none;
}
@media (min-width: 480px) and (max-width: calc(768px - 0.02px)) {
  .show-s-inline {
    display: inline;
  }
}

.show-s-block {
  display: none;
}
@media (min-width: 480px) and (max-width: calc(768px - 0.02px)) {
  .show-s-block {
    display: block;
  }
}

.show-s-flex {
  display: none;
}
@media (min-width: 480px) and (max-width: calc(768px - 0.02px)) {
  .show-s-flex {
    display: flex;
  }
}

.show-s-inline-flex {
  display: none;
}
@media (min-width: 480px) and (max-width: calc(768px - 0.02px)) {
  .show-s-inline-flex {
    display: inline-flex;
  }
}

.show-s-grid {
  display: none;
}
@media (min-width: 480px) and (max-width: calc(768px - 0.02px)) {
  .show-s-grid {
    display: grid;
  }
}

@media (min-width: 768px) and (max-width: calc(1024px - 0.02px)) {
  .hide-m {
    display: none !important;
  }
}

.show-m-inline {
  display: none;
}
@media (min-width: 768px) and (max-width: calc(1024px - 0.02px)) {
  .show-m-inline {
    display: inline;
  }
}

.show-m-block {
  display: none;
}
@media (min-width: 768px) and (max-width: calc(1024px - 0.02px)) {
  .show-m-block {
    display: block;
  }
}

.show-m-flex {
  display: none;
}
@media (min-width: 768px) and (max-width: calc(1024px - 0.02px)) {
  .show-m-flex {
    display: flex;
  }
}

.show-m-inline-flex {
  display: none;
}
@media (min-width: 768px) and (max-width: calc(1024px - 0.02px)) {
  .show-m-inline-flex {
    display: inline-flex;
  }
}

.show-m-grid {
  display: none;
}
@media (min-width: 768px) and (max-width: calc(1024px - 0.02px)) {
  .show-m-grid {
    display: grid;
  }
}

@media (min-width: 1024px) and (max-width: calc(1440px - 0.02px)) {
  .hide-l {
    display: none !important;
  }
}

.show-l-inline {
  display: none;
}
@media (min-width: 1024px) and (max-width: calc(1440px - 0.02px)) {
  .show-l-inline {
    display: inline;
  }
}

.show-l-block {
  display: none;
}
@media (min-width: 1024px) and (max-width: calc(1440px - 0.02px)) {
  .show-l-block {
    display: block;
  }
}

.show-l-flex {
  display: none;
}
@media (min-width: 1024px) and (max-width: calc(1440px - 0.02px)) {
  .show-l-flex {
    display: flex;
  }
}

.show-l-inline-flex {
  display: none;
}
@media (min-width: 1024px) and (max-width: calc(1440px - 0.02px)) {
  .show-l-inline-flex {
    display: inline-flex;
  }
}

.show-l-grid {
  display: none;
}
@media (min-width: 1024px) and (max-width: calc(1440px - 0.02px)) {
  .show-l-grid {
    display: grid;
  }
}

@media (min-width: 1440px) and (max-width: calc(1920px - 0.02px)) {
  .hide-xl {
    display: none !important;
  }
}

.show-xl-inline {
  display: none;
}
@media (min-width: 1440px) and (max-width: calc(1920px - 0.02px)) {
  .show-xl-inline {
    display: inline;
  }
}

.show-xl-block {
  display: none;
}
@media (min-width: 1440px) and (max-width: calc(1920px - 0.02px)) {
  .show-xl-block {
    display: block;
  }
}

.show-xl-flex {
  display: none;
}
@media (min-width: 1440px) and (max-width: calc(1920px - 0.02px)) {
  .show-xl-flex {
    display: flex;
  }
}

.show-xl-inline-flex {
  display: none;
}
@media (min-width: 1440px) and (max-width: calc(1920px - 0.02px)) {
  .show-xl-inline-flex {
    display: inline-flex;
  }
}

.show-xl-grid {
  display: none;
}
@media (min-width: 1440px) and (max-width: calc(1920px - 0.02px)) {
  .show-xl-grid {
    display: grid;
  }
}

@media (min-width: 1920px) {
  .hide-xxl {
    display: none !important;
  }
}

.show-xxl-inline {
  display: none;
}
@media (min-width: 1920px) {
  .show-xxl-inline {
    display: inline;
  }
}

.show-xxl-block {
  display: none;
}
@media (min-width: 1920px) {
  .show-xxl-block {
    display: block;
  }
}

.show-xxl-flex {
  display: none;
}
@media (min-width: 1920px) {
  .show-xxl-flex {
    display: flex;
  }
}

.show-xxl-inline-flex {
  display: none;
}
@media (min-width: 1920px) {
  .show-xxl-inline-flex {
    display: inline-flex;
  }
}

.show-xxl-grid {
  display: none;
}
@media (min-width: 1920px) {
  .show-xxl-grid {
    display: grid;
  }
}

.flex-grid {
  display: flex;
  flex-flow: column wrap;
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .flex-grid {
    flex-flow: row wrap;
  }
}
.flex-grid--collapse {
  margin-left: 0;
  margin-right: 0;
}
.flex-grid--collapse > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.flex-grid > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.col {
  flex: 1 1 0;
  min-width: 0;
}

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

.col-fill {
  flex: 1 1 auto;
}

@media (min-width: 360px) {
  .align-xs-start {
    justify-content: flex-start;
    text-align: start;
  }
  .align-xs-center {
    justify-content: center;
    text-align: center;
  }
  .align-xs-end {
    justify-content: flex-end;
    text-align: end;
  }
  .align-xs-top {
    align-items: flex-start;
  }
  .align-xs-middle {
    align-items: center;
  }
  .align-xs-bottom {
    align-items: flex-end;
  }
  .between-xs {
    justify-content: space-between;
  }
  .around-xs {
    justify-content: space-around;
  }
  .reverse-xs {
    flex-direction: row-reverse;
  }
}
@media (min-width: 480px) {
  .align-s-start {
    justify-content: flex-start;
    text-align: start;
  }
  .align-s-center {
    justify-content: center;
    text-align: center;
  }
  .align-s-end {
    justify-content: flex-end;
    text-align: end;
  }
  .align-s-top {
    align-items: flex-start;
  }
  .align-s-middle {
    align-items: center;
  }
  .align-s-bottom {
    align-items: flex-end;
  }
  .between-s {
    justify-content: space-between;
  }
  .around-s {
    justify-content: space-around;
  }
  .reverse-s {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .align-m-start {
    justify-content: flex-start;
    text-align: start;
  }
  .align-m-center {
    justify-content: center;
    text-align: center;
  }
  .align-m-end {
    justify-content: flex-end;
    text-align: end;
  }
  .align-m-top {
    align-items: flex-start;
  }
  .align-m-middle {
    align-items: center;
  }
  .align-m-bottom {
    align-items: flex-end;
  }
  .between-m {
    justify-content: space-between;
  }
  .around-m {
    justify-content: space-around;
  }
  .reverse-m {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .align-l-start {
    justify-content: flex-start;
    text-align: start;
  }
  .align-l-center {
    justify-content: center;
    text-align: center;
  }
  .align-l-end {
    justify-content: flex-end;
    text-align: end;
  }
  .align-l-top {
    align-items: flex-start;
  }
  .align-l-middle {
    align-items: center;
  }
  .align-l-bottom {
    align-items: flex-end;
  }
  .between-l {
    justify-content: space-between;
  }
  .around-l {
    justify-content: space-around;
  }
  .reverse-l {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1440px) {
  .align-xl-start {
    justify-content: flex-start;
    text-align: start;
  }
  .align-xl-center {
    justify-content: center;
    text-align: center;
  }
  .align-xl-end {
    justify-content: flex-end;
    text-align: end;
  }
  .align-xl-top {
    align-items: flex-start;
  }
  .align-xl-middle {
    align-items: center;
  }
  .align-xl-bottom {
    align-items: flex-end;
  }
  .between-xl {
    justify-content: space-between;
  }
  .around-xl {
    justify-content: space-around;
  }
  .reverse-xl {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1920px) {
  .align-xxl-start {
    justify-content: flex-start;
    text-align: start;
  }
  .align-xxl-center {
    justify-content: center;
    text-align: center;
  }
  .align-xxl-end {
    justify-content: flex-end;
    text-align: end;
  }
  .align-xxl-top {
    align-items: flex-start;
  }
  .align-xxl-middle {
    align-items: center;
  }
  .align-xxl-bottom {
    align-items: flex-end;
  }
  .between-xxl {
    justify-content: space-between;
  }
  .around-xxl {
    justify-content: space-around;
  }
  .reverse-xxl {
    flex-direction: row-reverse;
  }
}
@media (min-width: 360px) {
  .col-xs-1 {
    flex: 0 0 calc(100% / 12 * 1 - 0.1px);
    max-width: calc(100% / 12 * 1 - 0.1px);
  }
  .offset-xs-1 {
    margin-inline-start: calc(100% / 12 * 1);
  }
  .order-xs-1 {
    order: 1;
  }
  .col-xs-2 {
    flex: 0 0 calc(100% / 12 * 2 - 0.1px);
    max-width: calc(100% / 12 * 2 - 0.1px);
  }
  .offset-xs-2 {
    margin-inline-start: calc(100% / 12 * 2);
  }
  .order-xs-2 {
    order: 2;
  }
  .col-xs-3 {
    flex: 0 0 calc(100% / 12 * 3 - 0.1px);
    max-width: calc(100% / 12 * 3 - 0.1px);
  }
  .offset-xs-3 {
    margin-inline-start: calc(100% / 12 * 3);
  }
  .order-xs-3 {
    order: 3;
  }
  .col-xs-4 {
    flex: 0 0 calc(100% / 12 * 4 - 0.1px);
    max-width: calc(100% / 12 * 4 - 0.1px);
  }
  .offset-xs-4 {
    margin-inline-start: calc(100% / 12 * 4);
  }
  .order-xs-4 {
    order: 4;
  }
  .col-xs-5 {
    flex: 0 0 calc(100% / 12 * 5 - 0.1px);
    max-width: calc(100% / 12 * 5 - 0.1px);
  }
  .offset-xs-5 {
    margin-inline-start: calc(100% / 12 * 5);
  }
  .order-xs-5 {
    order: 5;
  }
  .col-xs-6 {
    flex: 0 0 calc(100% / 12 * 6 - 0.1px);
    max-width: calc(100% / 12 * 6 - 0.1px);
  }
  .offset-xs-6 {
    margin-inline-start: calc(100% / 12 * 6);
  }
  .order-xs-6 {
    order: 6;
  }
  .col-xs-7 {
    flex: 0 0 calc(100% / 12 * 7 - 0.1px);
    max-width: calc(100% / 12 * 7 - 0.1px);
  }
  .offset-xs-7 {
    margin-inline-start: calc(100% / 12 * 7);
  }
  .order-xs-7 {
    order: 7;
  }
  .col-xs-8 {
    flex: 0 0 calc(100% / 12 * 8 - 0.1px);
    max-width: calc(100% / 12 * 8 - 0.1px);
  }
  .offset-xs-8 {
    margin-inline-start: calc(100% / 12 * 8);
  }
  .order-xs-8 {
    order: 8;
  }
  .col-xs-9 {
    flex: 0 0 calc(100% / 12 * 9 - 0.1px);
    max-width: calc(100% / 12 * 9 - 0.1px);
  }
  .offset-xs-9 {
    margin-inline-start: calc(100% / 12 * 9);
  }
  .order-xs-9 {
    order: 9;
  }
  .col-xs-10 {
    flex: 0 0 calc(100% / 12 * 10 - 0.1px);
    max-width: calc(100% / 12 * 10 - 0.1px);
  }
  .offset-xs-10 {
    margin-inline-start: calc(100% / 12 * 10);
  }
  .order-xs-10 {
    order: 10;
  }
  .col-xs-11 {
    flex: 0 0 calc(100% / 12 * 11 - 0.1px);
    max-width: calc(100% / 12 * 11 - 0.1px);
  }
  .offset-xs-11 {
    margin-inline-start: calc(100% / 12 * 11);
  }
  .order-xs-11 {
    order: 11;
  }
  .col-xs-12 {
    flex: 0 0 calc(100% / 12 * 12 - 0.1px);
    max-width: calc(100% / 12 * 12 - 0.1px);
  }
  .offset-xs-12 {
    margin-inline-start: calc(100% / 12 * 12);
  }
  .order-xs-12 {
    order: 12;
  }
}
@media (min-width: 480px) {
  .col-s-1 {
    flex: 0 0 calc(100% / 12 * 1 - 0.1px);
    max-width: calc(100% / 12 * 1 - 0.1px);
  }
  .offset-s-1 {
    margin-inline-start: calc(100% / 12 * 1);
  }
  .order-s-1 {
    order: 1;
  }
  .col-s-2 {
    flex: 0 0 calc(100% / 12 * 2 - 0.1px);
    max-width: calc(100% / 12 * 2 - 0.1px);
  }
  .offset-s-2 {
    margin-inline-start: calc(100% / 12 * 2);
  }
  .order-s-2 {
    order: 2;
  }
  .col-s-3 {
    flex: 0 0 calc(100% / 12 * 3 - 0.1px);
    max-width: calc(100% / 12 * 3 - 0.1px);
  }
  .offset-s-3 {
    margin-inline-start: calc(100% / 12 * 3);
  }
  .order-s-3 {
    order: 3;
  }
  .col-s-4 {
    flex: 0 0 calc(100% / 12 * 4 - 0.1px);
    max-width: calc(100% / 12 * 4 - 0.1px);
  }
  .offset-s-4 {
    margin-inline-start: calc(100% / 12 * 4);
  }
  .order-s-4 {
    order: 4;
  }
  .col-s-5 {
    flex: 0 0 calc(100% / 12 * 5 - 0.1px);
    max-width: calc(100% / 12 * 5 - 0.1px);
  }
  .offset-s-5 {
    margin-inline-start: calc(100% / 12 * 5);
  }
  .order-s-5 {
    order: 5;
  }
  .col-s-6 {
    flex: 0 0 calc(100% / 12 * 6 - 0.1px);
    max-width: calc(100% / 12 * 6 - 0.1px);
  }
  .offset-s-6 {
    margin-inline-start: calc(100% / 12 * 6);
  }
  .order-s-6 {
    order: 6;
  }
  .col-s-7 {
    flex: 0 0 calc(100% / 12 * 7 - 0.1px);
    max-width: calc(100% / 12 * 7 - 0.1px);
  }
  .offset-s-7 {
    margin-inline-start: calc(100% / 12 * 7);
  }
  .order-s-7 {
    order: 7;
  }
  .col-s-8 {
    flex: 0 0 calc(100% / 12 * 8 - 0.1px);
    max-width: calc(100% / 12 * 8 - 0.1px);
  }
  .offset-s-8 {
    margin-inline-start: calc(100% / 12 * 8);
  }
  .order-s-8 {
    order: 8;
  }
  .col-s-9 {
    flex: 0 0 calc(100% / 12 * 9 - 0.1px);
    max-width: calc(100% / 12 * 9 - 0.1px);
  }
  .offset-s-9 {
    margin-inline-start: calc(100% / 12 * 9);
  }
  .order-s-9 {
    order: 9;
  }
  .col-s-10 {
    flex: 0 0 calc(100% / 12 * 10 - 0.1px);
    max-width: calc(100% / 12 * 10 - 0.1px);
  }
  .offset-s-10 {
    margin-inline-start: calc(100% / 12 * 10);
  }
  .order-s-10 {
    order: 10;
  }
  .col-s-11 {
    flex: 0 0 calc(100% / 12 * 11 - 0.1px);
    max-width: calc(100% / 12 * 11 - 0.1px);
  }
  .offset-s-11 {
    margin-inline-start: calc(100% / 12 * 11);
  }
  .order-s-11 {
    order: 11;
  }
  .col-s-12 {
    flex: 0 0 calc(100% / 12 * 12 - 0.1px);
    max-width: calc(100% / 12 * 12 - 0.1px);
  }
  .offset-s-12 {
    margin-inline-start: calc(100% / 12 * 12);
  }
  .order-s-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-m-1 {
    flex: 0 0 calc(100% / 12 * 1 - 0.1px);
    max-width: calc(100% / 12 * 1 - 0.1px);
  }
  .offset-m-1 {
    margin-inline-start: calc(100% / 12 * 1);
  }
  .order-m-1 {
    order: 1;
  }
  .col-m-2 {
    flex: 0 0 calc(100% / 12 * 2 - 0.1px);
    max-width: calc(100% / 12 * 2 - 0.1px);
  }
  .offset-m-2 {
    margin-inline-start: calc(100% / 12 * 2);
  }
  .order-m-2 {
    order: 2;
  }
  .col-m-3 {
    flex: 0 0 calc(100% / 12 * 3 - 0.1px);
    max-width: calc(100% / 12 * 3 - 0.1px);
  }
  .offset-m-3 {
    margin-inline-start: calc(100% / 12 * 3);
  }
  .order-m-3 {
    order: 3;
  }
  .col-m-4 {
    flex: 0 0 calc(100% / 12 * 4 - 0.1px);
    max-width: calc(100% / 12 * 4 - 0.1px);
  }
  .offset-m-4 {
    margin-inline-start: calc(100% / 12 * 4);
  }
  .order-m-4 {
    order: 4;
  }
  .col-m-5 {
    flex: 0 0 calc(100% / 12 * 5 - 0.1px);
    max-width: calc(100% / 12 * 5 - 0.1px);
  }
  .offset-m-5 {
    margin-inline-start: calc(100% / 12 * 5);
  }
  .order-m-5 {
    order: 5;
  }
  .col-m-6 {
    flex: 0 0 calc(100% / 12 * 6 - 0.1px);
    max-width: calc(100% / 12 * 6 - 0.1px);
  }
  .offset-m-6 {
    margin-inline-start: calc(100% / 12 * 6);
  }
  .order-m-6 {
    order: 6;
  }
  .col-m-7 {
    flex: 0 0 calc(100% / 12 * 7 - 0.1px);
    max-width: calc(100% / 12 * 7 - 0.1px);
  }
  .offset-m-7 {
    margin-inline-start: calc(100% / 12 * 7);
  }
  .order-m-7 {
    order: 7;
  }
  .col-m-8 {
    flex: 0 0 calc(100% / 12 * 8 - 0.1px);
    max-width: calc(100% / 12 * 8 - 0.1px);
  }
  .offset-m-8 {
    margin-inline-start: calc(100% / 12 * 8);
  }
  .order-m-8 {
    order: 8;
  }
  .col-m-9 {
    flex: 0 0 calc(100% / 12 * 9 - 0.1px);
    max-width: calc(100% / 12 * 9 - 0.1px);
  }
  .offset-m-9 {
    margin-inline-start: calc(100% / 12 * 9);
  }
  .order-m-9 {
    order: 9;
  }
  .col-m-10 {
    flex: 0 0 calc(100% / 12 * 10 - 0.1px);
    max-width: calc(100% / 12 * 10 - 0.1px);
  }
  .offset-m-10 {
    margin-inline-start: calc(100% / 12 * 10);
  }
  .order-m-10 {
    order: 10;
  }
  .col-m-11 {
    flex: 0 0 calc(100% / 12 * 11 - 0.1px);
    max-width: calc(100% / 12 * 11 - 0.1px);
  }
  .offset-m-11 {
    margin-inline-start: calc(100% / 12 * 11);
  }
  .order-m-11 {
    order: 11;
  }
  .col-m-12 {
    flex: 0 0 calc(100% / 12 * 12 - 0.1px);
    max-width: calc(100% / 12 * 12 - 0.1px);
  }
  .offset-m-12 {
    margin-inline-start: calc(100% / 12 * 12);
  }
  .order-m-12 {
    order: 12;
  }
}
@media (min-width: 1024px) {
  .col-l-1 {
    flex: 0 0 calc(100% / 12 * 1 - 0.1px);
    max-width: calc(100% / 12 * 1 - 0.1px);
  }
  .offset-l-1 {
    margin-inline-start: calc(100% / 12 * 1);
  }
  .order-l-1 {
    order: 1;
  }
  .col-l-2 {
    flex: 0 0 calc(100% / 12 * 2 - 0.1px);
    max-width: calc(100% / 12 * 2 - 0.1px);
  }
  .offset-l-2 {
    margin-inline-start: calc(100% / 12 * 2);
  }
  .order-l-2 {
    order: 2;
  }
  .col-l-3 {
    flex: 0 0 calc(100% / 12 * 3 - 0.1px);
    max-width: calc(100% / 12 * 3 - 0.1px);
  }
  .offset-l-3 {
    margin-inline-start: calc(100% / 12 * 3);
  }
  .order-l-3 {
    order: 3;
  }
  .col-l-4 {
    flex: 0 0 calc(100% / 12 * 4 - 0.1px);
    max-width: calc(100% / 12 * 4 - 0.1px);
  }
  .offset-l-4 {
    margin-inline-start: calc(100% / 12 * 4);
  }
  .order-l-4 {
    order: 4;
  }
  .col-l-5 {
    flex: 0 0 calc(100% / 12 * 5 - 0.1px);
    max-width: calc(100% / 12 * 5 - 0.1px);
  }
  .offset-l-5 {
    margin-inline-start: calc(100% / 12 * 5);
  }
  .order-l-5 {
    order: 5;
  }
  .col-l-6 {
    flex: 0 0 calc(100% / 12 * 6 - 0.1px);
    max-width: calc(100% / 12 * 6 - 0.1px);
  }
  .offset-l-6 {
    margin-inline-start: calc(100% / 12 * 6);
  }
  .order-l-6 {
    order: 6;
  }
  .col-l-7 {
    flex: 0 0 calc(100% / 12 * 7 - 0.1px);
    max-width: calc(100% / 12 * 7 - 0.1px);
  }
  .offset-l-7 {
    margin-inline-start: calc(100% / 12 * 7);
  }
  .order-l-7 {
    order: 7;
  }
  .col-l-8 {
    flex: 0 0 calc(100% / 12 * 8 - 0.1px);
    max-width: calc(100% / 12 * 8 - 0.1px);
  }
  .offset-l-8 {
    margin-inline-start: calc(100% / 12 * 8);
  }
  .order-l-8 {
    order: 8;
  }
  .col-l-9 {
    flex: 0 0 calc(100% / 12 * 9 - 0.1px);
    max-width: calc(100% / 12 * 9 - 0.1px);
  }
  .offset-l-9 {
    margin-inline-start: calc(100% / 12 * 9);
  }
  .order-l-9 {
    order: 9;
  }
  .col-l-10 {
    flex: 0 0 calc(100% / 12 * 10 - 0.1px);
    max-width: calc(100% / 12 * 10 - 0.1px);
  }
  .offset-l-10 {
    margin-inline-start: calc(100% / 12 * 10);
  }
  .order-l-10 {
    order: 10;
  }
  .col-l-11 {
    flex: 0 0 calc(100% / 12 * 11 - 0.1px);
    max-width: calc(100% / 12 * 11 - 0.1px);
  }
  .offset-l-11 {
    margin-inline-start: calc(100% / 12 * 11);
  }
  .order-l-11 {
    order: 11;
  }
  .col-l-12 {
    flex: 0 0 calc(100% / 12 * 12 - 0.1px);
    max-width: calc(100% / 12 * 12 - 0.1px);
  }
  .offset-l-12 {
    margin-inline-start: calc(100% / 12 * 12);
  }
  .order-l-12 {
    order: 12;
  }
}
@media (min-width: 1440px) {
  .col-xl-1 {
    flex: 0 0 calc(100% / 12 * 1 - 0.1px);
    max-width: calc(100% / 12 * 1 - 0.1px);
  }
  .offset-xl-1 {
    margin-inline-start: calc(100% / 12 * 1);
  }
  .order-xl-1 {
    order: 1;
  }
  .col-xl-2 {
    flex: 0 0 calc(100% / 12 * 2 - 0.1px);
    max-width: calc(100% / 12 * 2 - 0.1px);
  }
  .offset-xl-2 {
    margin-inline-start: calc(100% / 12 * 2);
  }
  .order-xl-2 {
    order: 2;
  }
  .col-xl-3 {
    flex: 0 0 calc(100% / 12 * 3 - 0.1px);
    max-width: calc(100% / 12 * 3 - 0.1px);
  }
  .offset-xl-3 {
    margin-inline-start: calc(100% / 12 * 3);
  }
  .order-xl-3 {
    order: 3;
  }
  .col-xl-4 {
    flex: 0 0 calc(100% / 12 * 4 - 0.1px);
    max-width: calc(100% / 12 * 4 - 0.1px);
  }
  .offset-xl-4 {
    margin-inline-start: calc(100% / 12 * 4);
  }
  .order-xl-4 {
    order: 4;
  }
  .col-xl-5 {
    flex: 0 0 calc(100% / 12 * 5 - 0.1px);
    max-width: calc(100% / 12 * 5 - 0.1px);
  }
  .offset-xl-5 {
    margin-inline-start: calc(100% / 12 * 5);
  }
  .order-xl-5 {
    order: 5;
  }
  .col-xl-6 {
    flex: 0 0 calc(100% / 12 * 6 - 0.1px);
    max-width: calc(100% / 12 * 6 - 0.1px);
  }
  .offset-xl-6 {
    margin-inline-start: calc(100% / 12 * 6);
  }
  .order-xl-6 {
    order: 6;
  }
  .col-xl-7 {
    flex: 0 0 calc(100% / 12 * 7 - 0.1px);
    max-width: calc(100% / 12 * 7 - 0.1px);
  }
  .offset-xl-7 {
    margin-inline-start: calc(100% / 12 * 7);
  }
  .order-xl-7 {
    order: 7;
  }
  .col-xl-8 {
    flex: 0 0 calc(100% / 12 * 8 - 0.1px);
    max-width: calc(100% / 12 * 8 - 0.1px);
  }
  .offset-xl-8 {
    margin-inline-start: calc(100% / 12 * 8);
  }
  .order-xl-8 {
    order: 8;
  }
  .col-xl-9 {
    flex: 0 0 calc(100% / 12 * 9 - 0.1px);
    max-width: calc(100% / 12 * 9 - 0.1px);
  }
  .offset-xl-9 {
    margin-inline-start: calc(100% / 12 * 9);
  }
  .order-xl-9 {
    order: 9;
  }
  .col-xl-10 {
    flex: 0 0 calc(100% / 12 * 10 - 0.1px);
    max-width: calc(100% / 12 * 10 - 0.1px);
  }
  .offset-xl-10 {
    margin-inline-start: calc(100% / 12 * 10);
  }
  .order-xl-10 {
    order: 10;
  }
  .col-xl-11 {
    flex: 0 0 calc(100% / 12 * 11 - 0.1px);
    max-width: calc(100% / 12 * 11 - 0.1px);
  }
  .offset-xl-11 {
    margin-inline-start: calc(100% / 12 * 11);
  }
  .order-xl-11 {
    order: 11;
  }
  .col-xl-12 {
    flex: 0 0 calc(100% / 12 * 12 - 0.1px);
    max-width: calc(100% / 12 * 12 - 0.1px);
  }
  .offset-xl-12 {
    margin-inline-start: calc(100% / 12 * 12);
  }
  .order-xl-12 {
    order: 12;
  }
}
@media (min-width: 1920px) {
  .col-xxl-1 {
    flex: 0 0 calc(100% / 12 * 1 - 0.1px);
    max-width: calc(100% / 12 * 1 - 0.1px);
  }
  .offset-xxl-1 {
    margin-inline-start: calc(100% / 12 * 1);
  }
  .order-xxl-1 {
    order: 1;
  }
  .col-xxl-2 {
    flex: 0 0 calc(100% / 12 * 2 - 0.1px);
    max-width: calc(100% / 12 * 2 - 0.1px);
  }
  .offset-xxl-2 {
    margin-inline-start: calc(100% / 12 * 2);
  }
  .order-xxl-2 {
    order: 2;
  }
  .col-xxl-3 {
    flex: 0 0 calc(100% / 12 * 3 - 0.1px);
    max-width: calc(100% / 12 * 3 - 0.1px);
  }
  .offset-xxl-3 {
    margin-inline-start: calc(100% / 12 * 3);
  }
  .order-xxl-3 {
    order: 3;
  }
  .col-xxl-4 {
    flex: 0 0 calc(100% / 12 * 4 - 0.1px);
    max-width: calc(100% / 12 * 4 - 0.1px);
  }
  .offset-xxl-4 {
    margin-inline-start: calc(100% / 12 * 4);
  }
  .order-xxl-4 {
    order: 4;
  }
  .col-xxl-5 {
    flex: 0 0 calc(100% / 12 * 5 - 0.1px);
    max-width: calc(100% / 12 * 5 - 0.1px);
  }
  .offset-xxl-5 {
    margin-inline-start: calc(100% / 12 * 5);
  }
  .order-xxl-5 {
    order: 5;
  }
  .col-xxl-6 {
    flex: 0 0 calc(100% / 12 * 6 - 0.1px);
    max-width: calc(100% / 12 * 6 - 0.1px);
  }
  .offset-xxl-6 {
    margin-inline-start: calc(100% / 12 * 6);
  }
  .order-xxl-6 {
    order: 6;
  }
  .col-xxl-7 {
    flex: 0 0 calc(100% / 12 * 7 - 0.1px);
    max-width: calc(100% / 12 * 7 - 0.1px);
  }
  .offset-xxl-7 {
    margin-inline-start: calc(100% / 12 * 7);
  }
  .order-xxl-7 {
    order: 7;
  }
  .col-xxl-8 {
    flex: 0 0 calc(100% / 12 * 8 - 0.1px);
    max-width: calc(100% / 12 * 8 - 0.1px);
  }
  .offset-xxl-8 {
    margin-inline-start: calc(100% / 12 * 8);
  }
  .order-xxl-8 {
    order: 8;
  }
  .col-xxl-9 {
    flex: 0 0 calc(100% / 12 * 9 - 0.1px);
    max-width: calc(100% / 12 * 9 - 0.1px);
  }
  .offset-xxl-9 {
    margin-inline-start: calc(100% / 12 * 9);
  }
  .order-xxl-9 {
    order: 9;
  }
  .col-xxl-10 {
    flex: 0 0 calc(100% / 12 * 10 - 0.1px);
    max-width: calc(100% / 12 * 10 - 0.1px);
  }
  .offset-xxl-10 {
    margin-inline-start: calc(100% / 12 * 10);
  }
  .order-xxl-10 {
    order: 10;
  }
  .col-xxl-11 {
    flex: 0 0 calc(100% / 12 * 11 - 0.1px);
    max-width: calc(100% / 12 * 11 - 0.1px);
  }
  .offset-xxl-11 {
    margin-inline-start: calc(100% / 12 * 11);
  }
  .order-xxl-11 {
    order: 11;
  }
  .col-xxl-12 {
    flex: 0 0 calc(100% / 12 * 12 - 0.1px);
    max-width: calc(100% / 12 * 12 - 0.1px);
  }
  .offset-xxl-12 {
    margin-inline-start: calc(100% / 12 * 12);
  }
  .order-xxl-12 {
    order: 12;
  }
}
#page-transition {
  position: fixed;
  inset: 0;
  z-index: 99999 !important;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  background: #040711;
}
#page-transition .page-transition__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #040711;
}
#page-transition .page-transition__bg {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  overflow: hidden;
  will-change: transform, opacity;
  opacity: 0;
  transform: scale(0.96);
  transform-origin: center;
  background: radial-gradient(circle at 78% 24%, rgba(0, 134, 255, 0.15), transparent 28rem), radial-gradient(circle at 18% 78%, rgba(0, 134, 255, 0.08), transparent 30rem), linear-gradient(135deg, #03060e, #040711 58%, #03060e);
  backdrop-filter: blur(20px);
}
#page-transition .page-transition__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.75) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
#page-transition .page-transition__bg::after {
  content: "";
  position: absolute;
  inset: auto -10% -18%;
  height: 45%;
  background: radial-gradient(ellipse at center, rgba(0, 134, 255, 0.28), transparent 68%);
  filter: blur(40px);
  opacity: 0.55;
}
#page-transition .page-transition__bg--2 {
  z-index: 1;
  background: radial-gradient(circle at center, rgba(0, 134, 255, 0.18), transparent 34rem), #03060e;
  mix-blend-mode: normal;
  opacity: 0.65;
  filter: blur(22px);
}
#page-transition .page-transition__mesh {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.95;
  mix-blend-mode: screen;
}
#page-transition .page-transition__brand {
  position: relative;
  z-index: 3;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
  color: #ffffff;
  text-align: center;
  transform: translateY(1rem);
  opacity: 0;
  filter: blur(10px);
  will-change: transform, opacity;
}
#page-transition .page-transition__brand img {
  width: clamp(10rem, 18vw, 16rem);
  height: auto;
  display: block;
  filter: drop-shadow(0 1rem 2.5rem rgba(0, 134, 255, 0.25));
}
#page-transition .page-transition__brand span {
  color: #0086FF;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

@media (prefers-reduced-motion: reduce) {
  #page-transition .page-transition__bg,
  #page-transition .page-transition__brand {
    transition: none;
  }
}
.section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.section--sm {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.section--lg {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.section--xl {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.p-5 {
  padding: 2rem;
}

.p-6 {
  padding: 3rem;
}

.p-7 {
  padding: 4rem;
}

.p-8 {
  padding: 5rem;
}

.p-9 {
  padding: 6rem;
}

.p-10 {
  padding: 7rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 1rem;
}

.pt-4 {
  padding-top: 1.5rem;
}

.pt-5 {
  padding-top: 2rem;
}

.pt-6 {
  padding-top: 3rem;
}

.pt-7 {
  padding-top: 4rem;
}

.pt-8 {
  padding-top: 5rem;
}

.pt-9 {
  padding-top: 6rem;
}

.pt-10 {
  padding-top: 7rem;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 1rem;
}

.pr-4 {
  padding-right: 1.5rem;
}

.pr-5 {
  padding-right: 2rem;
}

.pr-6 {
  padding-right: 3rem;
}

.pr-7 {
  padding-right: 4rem;
}

.pr-8 {
  padding-right: 5rem;
}

.pr-9 {
  padding-right: 6rem;
}

.pr-10 {
  padding-right: 7rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.pb-4 {
  padding-bottom: 1.5rem;
}

.pb-5 {
  padding-bottom: 2rem;
}

.pb-6 {
  padding-bottom: 3rem;
}

.pb-7 {
  padding-bottom: 4rem;
}

.pb-8 {
  padding-bottom: 5rem;
}

.pb-9 {
  padding-bottom: 6rem;
}

.pb-10 {
  padding-bottom: 7rem;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 1rem;
}

.pl-4 {
  padding-left: 1.5rem;
}

.pl-5 {
  padding-left: 2rem;
}

.pl-6 {
  padding-left: 3rem;
}

.pl-7 {
  padding-left: 4rem;
}

.pl-8 {
  padding-left: 5rem;
}

.pl-9 {
  padding-left: 6rem;
}

.pl-10 {
  padding-left: 7rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-6 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-7 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-8 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-9 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-10 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-10 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

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

.m-2 {
  margin: 0.5rem;
}

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

.m-3 {
  margin: 1rem;
}

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

.m-4 {
  margin: 1.5rem;
}

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

.m-5 {
  margin: 2rem;
}

.-m-5 {
  margin: -2rem;
}

.m-6 {
  margin: 3rem;
}

.-m-6 {
  margin: -3rem;
}

.m-7 {
  margin: 4rem;
}

.-m-7 {
  margin: -4rem;
}

.m-8 {
  margin: 5rem;
}

.-m-8 {
  margin: -5rem;
}

.m-9 {
  margin: 6rem;
}

.-m-9 {
  margin: -6rem;
}

.m-10 {
  margin: 7rem;
}

.-m-10 {
  margin: -7rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.-mt-3 {
  margin-top: -1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.-mt-4 {
  margin-top: -1.5rem;
}

.mt-5 {
  margin-top: 2rem;
}

.-mt-5 {
  margin-top: -2rem;
}

.mt-6 {
  margin-top: 3rem;
}

.-mt-6 {
  margin-top: -3rem;
}

.mt-7 {
  margin-top: 4rem;
}

.-mt-7 {
  margin-top: -4rem;
}

.mt-8 {
  margin-top: 5rem;
}

.-mt-8 {
  margin-top: -5rem;
}

.mt-9 {
  margin-top: 6rem;
}

.-mt-9 {
  margin-top: -6rem;
}

.mt-10 {
  margin-top: 7rem;
}

.-mt-10 {
  margin-top: -7rem;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 0.25rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.mr-3 {
  margin-right: 1rem;
}

.-mr-3 {
  margin-right: -1rem;
}

.mr-4 {
  margin-right: 1.5rem;
}

.-mr-4 {
  margin-right: -1.5rem;
}

.mr-5 {
  margin-right: 2rem;
}

.-mr-5 {
  margin-right: -2rem;
}

.mr-6 {
  margin-right: 3rem;
}

.-mr-6 {
  margin-right: -3rem;
}

.mr-7 {
  margin-right: 4rem;
}

.-mr-7 {
  margin-right: -4rem;
}

.mr-8 {
  margin-right: 5rem;
}

.-mr-8 {
  margin-right: -5rem;
}

.mr-9 {
  margin-right: 6rem;
}

.-mr-9 {
  margin-right: -6rem;
}

.mr-10 {
  margin-right: 7rem;
}

.-mr-10 {
  margin-right: -7rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.-mb-3 {
  margin-bottom: -1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.-mb-4 {
  margin-bottom: -1.5rem;
}

.mb-5 {
  margin-bottom: 2rem;
}

.-mb-5 {
  margin-bottom: -2rem;
}

.mb-6 {
  margin-bottom: 3rem;
}

.-mb-6 {
  margin-bottom: -3rem;
}

.mb-7 {
  margin-bottom: 4rem;
}

.-mb-7 {
  margin-bottom: -4rem;
}

.mb-8 {
  margin-bottom: 5rem;
}

.-mb-8 {
  margin-bottom: -5rem;
}

.mb-9 {
  margin-bottom: 6rem;
}

.-mb-9 {
  margin-bottom: -6rem;
}

.mb-10 {
  margin-bottom: 7rem;
}

.-mb-10 {
  margin-bottom: -7rem;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 0.25rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.ml-3 {
  margin-left: 1rem;
}

.-ml-3 {
  margin-left: -1rem;
}

.ml-4 {
  margin-left: 1.5rem;
}

.-ml-4 {
  margin-left: -1.5rem;
}

.ml-5 {
  margin-left: 2rem;
}

.-ml-5 {
  margin-left: -2rem;
}

.ml-6 {
  margin-left: 3rem;
}

.-ml-6 {
  margin-left: -3rem;
}

.ml-7 {
  margin-left: 4rem;
}

.-ml-7 {
  margin-left: -4rem;
}

.ml-8 {
  margin-left: 5rem;
}

.-ml-8 {
  margin-left: -5rem;
}

.ml-9 {
  margin-left: 6rem;
}

.-ml-9 {
  margin-left: -6rem;
}

.ml-10 {
  margin-left: 7rem;
}

.-ml-10 {
  margin-left: -7rem;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.mx-3 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.-mx-3 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mx-4 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.-mx-4 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.mx-5 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.-mx-5 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.mx-6 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.-mx-6 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.mx-7 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.-mx-7 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.mx-8 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.-mx-8 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.mx-9 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.-mx-9 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.mx-10 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.-mx-10 {
  margin-left: -7rem;
  margin-right: -7rem;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.-my-3 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.-my-4 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.my-5 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.-my-5 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.my-6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.-my-6 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.my-7 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.-my-7 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.my-8 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.-my-8 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.my-9 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.-my-9 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.my-10 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.-my-10 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

@media (min-width: 360px) {
  .p-xs-0 {
    padding: 0;
  }
  .p-xs-1 {
    padding: 0.25rem;
  }
  .p-xs-2 {
    padding: 0.5rem;
  }
  .p-xs-3 {
    padding: 1rem;
  }
  .p-xs-4 {
    padding: 1.5rem;
  }
  .p-xs-5 {
    padding: 2rem;
  }
  .p-xs-6 {
    padding: 3rem;
  }
  .p-xs-7 {
    padding: 4rem;
  }
  .p-xs-8 {
    padding: 5rem;
  }
  .p-xs-9 {
    padding: 6rem;
  }
  .p-xs-10 {
    padding: 7rem;
  }
  .pt-xs-0 {
    padding-top: 0;
  }
  .pt-xs-1 {
    padding-top: 0.25rem;
  }
  .pt-xs-2 {
    padding-top: 0.5rem;
  }
  .pt-xs-3 {
    padding-top: 1rem;
  }
  .pt-xs-4 {
    padding-top: 1.5rem;
  }
  .pt-xs-5 {
    padding-top: 2rem;
  }
  .pt-xs-6 {
    padding-top: 3rem;
  }
  .pt-xs-7 {
    padding-top: 4rem;
  }
  .pt-xs-8 {
    padding-top: 5rem;
  }
  .pt-xs-9 {
    padding-top: 6rem;
  }
  .pt-xs-10 {
    padding-top: 7rem;
  }
  .pr-xs-0 {
    padding-right: 0;
  }
  .pr-xs-1 {
    padding-right: 0.25rem;
  }
  .pr-xs-2 {
    padding-right: 0.5rem;
  }
  .pr-xs-3 {
    padding-right: 1rem;
  }
  .pr-xs-4 {
    padding-right: 1.5rem;
  }
  .pr-xs-5 {
    padding-right: 2rem;
  }
  .pr-xs-6 {
    padding-right: 3rem;
  }
  .pr-xs-7 {
    padding-right: 4rem;
  }
  .pr-xs-8 {
    padding-right: 5rem;
  }
  .pr-xs-9 {
    padding-right: 6rem;
  }
  .pr-xs-10 {
    padding-right: 7rem;
  }
  .pb-xs-0 {
    padding-bottom: 0;
  }
  .pb-xs-1 {
    padding-bottom: 0.25rem;
  }
  .pb-xs-2 {
    padding-bottom: 0.5rem;
  }
  .pb-xs-3 {
    padding-bottom: 1rem;
  }
  .pb-xs-4 {
    padding-bottom: 1.5rem;
  }
  .pb-xs-5 {
    padding-bottom: 2rem;
  }
  .pb-xs-6 {
    padding-bottom: 3rem;
  }
  .pb-xs-7 {
    padding-bottom: 4rem;
  }
  .pb-xs-8 {
    padding-bottom: 5rem;
  }
  .pb-xs-9 {
    padding-bottom: 6rem;
  }
  .pb-xs-10 {
    padding-bottom: 7rem;
  }
  .pl-xs-0 {
    padding-left: 0;
  }
  .pl-xs-1 {
    padding-left: 0.25rem;
  }
  .pl-xs-2 {
    padding-left: 0.5rem;
  }
  .pl-xs-3 {
    padding-left: 1rem;
  }
  .pl-xs-4 {
    padding-left: 1.5rem;
  }
  .pl-xs-5 {
    padding-left: 2rem;
  }
  .pl-xs-6 {
    padding-left: 3rem;
  }
  .pl-xs-7 {
    padding-left: 4rem;
  }
  .pl-xs-8 {
    padding-left: 5rem;
  }
  .pl-xs-9 {
    padding-left: 6rem;
  }
  .pl-xs-10 {
    padding-left: 7rem;
  }
  .px-xs-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .px-xs-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .px-xs-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .px-xs-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .px-xs-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .px-xs-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .px-xs-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .px-xs-7 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .px-xs-8 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .px-xs-9 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .px-xs-10 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .py-xs-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-xs-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-xs-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-xs-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-xs-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-xs-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .py-xs-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .py-xs-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .py-xs-8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .py-xs-9 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .py-xs-10 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .m-xs-0 {
    margin: 0;
  }
  .m-xs-1 {
    margin: 0.25rem;
  }
  .-m-xs-1 {
    margin: -0.25rem;
  }
  .m-xs-2 {
    margin: 0.5rem;
  }
  .-m-xs-2 {
    margin: -0.5rem;
  }
  .m-xs-3 {
    margin: 1rem;
  }
  .-m-xs-3 {
    margin: -1rem;
  }
  .m-xs-4 {
    margin: 1.5rem;
  }
  .-m-xs-4 {
    margin: -1.5rem;
  }
  .m-xs-5 {
    margin: 2rem;
  }
  .-m-xs-5 {
    margin: -2rem;
  }
  .m-xs-6 {
    margin: 3rem;
  }
  .-m-xs-6 {
    margin: -3rem;
  }
  .m-xs-7 {
    margin: 4rem;
  }
  .-m-xs-7 {
    margin: -4rem;
  }
  .m-xs-8 {
    margin: 5rem;
  }
  .-m-xs-8 {
    margin: -5rem;
  }
  .m-xs-9 {
    margin: 6rem;
  }
  .-m-xs-9 {
    margin: -6rem;
  }
  .m-xs-10 {
    margin: 7rem;
  }
  .-m-xs-10 {
    margin: -7rem;
  }
  .mt-xs-0 {
    margin-top: 0;
  }
  .mt-xs-1 {
    margin-top: 0.25rem;
  }
  .-mt-xs-1 {
    margin-top: -0.25rem;
  }
  .mt-xs-2 {
    margin-top: 0.5rem;
  }
  .-mt-xs-2 {
    margin-top: -0.5rem;
  }
  .mt-xs-3 {
    margin-top: 1rem;
  }
  .-mt-xs-3 {
    margin-top: -1rem;
  }
  .mt-xs-4 {
    margin-top: 1.5rem;
  }
  .-mt-xs-4 {
    margin-top: -1.5rem;
  }
  .mt-xs-5 {
    margin-top: 2rem;
  }
  .-mt-xs-5 {
    margin-top: -2rem;
  }
  .mt-xs-6 {
    margin-top: 3rem;
  }
  .-mt-xs-6 {
    margin-top: -3rem;
  }
  .mt-xs-7 {
    margin-top: 4rem;
  }
  .-mt-xs-7 {
    margin-top: -4rem;
  }
  .mt-xs-8 {
    margin-top: 5rem;
  }
  .-mt-xs-8 {
    margin-top: -5rem;
  }
  .mt-xs-9 {
    margin-top: 6rem;
  }
  .-mt-xs-9 {
    margin-top: -6rem;
  }
  .mt-xs-10 {
    margin-top: 7rem;
  }
  .-mt-xs-10 {
    margin-top: -7rem;
  }
  .mr-xs-0 {
    margin-right: 0;
  }
  .mr-xs-1 {
    margin-right: 0.25rem;
  }
  .-mr-xs-1 {
    margin-right: -0.25rem;
  }
  .mr-xs-2 {
    margin-right: 0.5rem;
  }
  .-mr-xs-2 {
    margin-right: -0.5rem;
  }
  .mr-xs-3 {
    margin-right: 1rem;
  }
  .-mr-xs-3 {
    margin-right: -1rem;
  }
  .mr-xs-4 {
    margin-right: 1.5rem;
  }
  .-mr-xs-4 {
    margin-right: -1.5rem;
  }
  .mr-xs-5 {
    margin-right: 2rem;
  }
  .-mr-xs-5 {
    margin-right: -2rem;
  }
  .mr-xs-6 {
    margin-right: 3rem;
  }
  .-mr-xs-6 {
    margin-right: -3rem;
  }
  .mr-xs-7 {
    margin-right: 4rem;
  }
  .-mr-xs-7 {
    margin-right: -4rem;
  }
  .mr-xs-8 {
    margin-right: 5rem;
  }
  .-mr-xs-8 {
    margin-right: -5rem;
  }
  .mr-xs-9 {
    margin-right: 6rem;
  }
  .-mr-xs-9 {
    margin-right: -6rem;
  }
  .mr-xs-10 {
    margin-right: 7rem;
  }
  .-mr-xs-10 {
    margin-right: -7rem;
  }
  .mb-xs-0 {
    margin-bottom: 0;
  }
  .mb-xs-1 {
    margin-bottom: 0.25rem;
  }
  .-mb-xs-1 {
    margin-bottom: -0.25rem;
  }
  .mb-xs-2 {
    margin-bottom: 0.5rem;
  }
  .-mb-xs-2 {
    margin-bottom: -0.5rem;
  }
  .mb-xs-3 {
    margin-bottom: 1rem;
  }
  .-mb-xs-3 {
    margin-bottom: -1rem;
  }
  .mb-xs-4 {
    margin-bottom: 1.5rem;
  }
  .-mb-xs-4 {
    margin-bottom: -1.5rem;
  }
  .mb-xs-5 {
    margin-bottom: 2rem;
  }
  .-mb-xs-5 {
    margin-bottom: -2rem;
  }
  .mb-xs-6 {
    margin-bottom: 3rem;
  }
  .-mb-xs-6 {
    margin-bottom: -3rem;
  }
  .mb-xs-7 {
    margin-bottom: 4rem;
  }
  .-mb-xs-7 {
    margin-bottom: -4rem;
  }
  .mb-xs-8 {
    margin-bottom: 5rem;
  }
  .-mb-xs-8 {
    margin-bottom: -5rem;
  }
  .mb-xs-9 {
    margin-bottom: 6rem;
  }
  .-mb-xs-9 {
    margin-bottom: -6rem;
  }
  .mb-xs-10 {
    margin-bottom: 7rem;
  }
  .-mb-xs-10 {
    margin-bottom: -7rem;
  }
  .ml-xs-0 {
    margin-left: 0;
  }
  .ml-xs-1 {
    margin-left: 0.25rem;
  }
  .-ml-xs-1 {
    margin-left: -0.25rem;
  }
  .ml-xs-2 {
    margin-left: 0.5rem;
  }
  .-ml-xs-2 {
    margin-left: -0.5rem;
  }
  .ml-xs-3 {
    margin-left: 1rem;
  }
  .-ml-xs-3 {
    margin-left: -1rem;
  }
  .ml-xs-4 {
    margin-left: 1.5rem;
  }
  .-ml-xs-4 {
    margin-left: -1.5rem;
  }
  .ml-xs-5 {
    margin-left: 2rem;
  }
  .-ml-xs-5 {
    margin-left: -2rem;
  }
  .ml-xs-6 {
    margin-left: 3rem;
  }
  .-ml-xs-6 {
    margin-left: -3rem;
  }
  .ml-xs-7 {
    margin-left: 4rem;
  }
  .-ml-xs-7 {
    margin-left: -4rem;
  }
  .ml-xs-8 {
    margin-left: 5rem;
  }
  .-ml-xs-8 {
    margin-left: -5rem;
  }
  .ml-xs-9 {
    margin-left: 6rem;
  }
  .-ml-xs-9 {
    margin-left: -6rem;
  }
  .ml-xs-10 {
    margin-left: 7rem;
  }
  .-ml-xs-10 {
    margin-left: -7rem;
  }
  .mx-xs-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .mx-xs-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .-mx-xs-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .mx-xs-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .-mx-xs-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .mx-xs-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .-mx-xs-3 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .mx-xs-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .-mx-xs-4 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .mx-xs-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .-mx-xs-5 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .mx-xs-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .-mx-xs-6 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .mx-xs-7 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .-mx-xs-7 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .mx-xs-8 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .-mx-xs-8 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .mx-xs-9 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .-mx-xs-9 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
  .mx-xs-10 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .-mx-xs-10 {
    margin-left: -7rem;
    margin-right: -7rem;
  }
  .my-xs-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-xs-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .-my-xs-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .my-xs-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .-my-xs-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .my-xs-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .-my-xs-3 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .my-xs-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .-my-xs-4 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .my-xs-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .-my-xs-5 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .my-xs-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .-my-xs-6 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .my-xs-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .-my-xs-7 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .my-xs-8 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .-my-xs-8 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .my-xs-9 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .-my-xs-9 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .my-xs-10 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .-my-xs-10 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }
}
@media (min-width: 480px) {
  .p-s-0 {
    padding: 0;
  }
  .p-s-1 {
    padding: 0.25rem;
  }
  .p-s-2 {
    padding: 0.5rem;
  }
  .p-s-3 {
    padding: 1rem;
  }
  .p-s-4 {
    padding: 1.5rem;
  }
  .p-s-5 {
    padding: 2rem;
  }
  .p-s-6 {
    padding: 3rem;
  }
  .p-s-7 {
    padding: 4rem;
  }
  .p-s-8 {
    padding: 5rem;
  }
  .p-s-9 {
    padding: 6rem;
  }
  .p-s-10 {
    padding: 7rem;
  }
  .pt-s-0 {
    padding-top: 0;
  }
  .pt-s-1 {
    padding-top: 0.25rem;
  }
  .pt-s-2 {
    padding-top: 0.5rem;
  }
  .pt-s-3 {
    padding-top: 1rem;
  }
  .pt-s-4 {
    padding-top: 1.5rem;
  }
  .pt-s-5 {
    padding-top: 2rem;
  }
  .pt-s-6 {
    padding-top: 3rem;
  }
  .pt-s-7 {
    padding-top: 4rem;
  }
  .pt-s-8 {
    padding-top: 5rem;
  }
  .pt-s-9 {
    padding-top: 6rem;
  }
  .pt-s-10 {
    padding-top: 7rem;
  }
  .pr-s-0 {
    padding-right: 0;
  }
  .pr-s-1 {
    padding-right: 0.25rem;
  }
  .pr-s-2 {
    padding-right: 0.5rem;
  }
  .pr-s-3 {
    padding-right: 1rem;
  }
  .pr-s-4 {
    padding-right: 1.5rem;
  }
  .pr-s-5 {
    padding-right: 2rem;
  }
  .pr-s-6 {
    padding-right: 3rem;
  }
  .pr-s-7 {
    padding-right: 4rem;
  }
  .pr-s-8 {
    padding-right: 5rem;
  }
  .pr-s-9 {
    padding-right: 6rem;
  }
  .pr-s-10 {
    padding-right: 7rem;
  }
  .pb-s-0 {
    padding-bottom: 0;
  }
  .pb-s-1 {
    padding-bottom: 0.25rem;
  }
  .pb-s-2 {
    padding-bottom: 0.5rem;
  }
  .pb-s-3 {
    padding-bottom: 1rem;
  }
  .pb-s-4 {
    padding-bottom: 1.5rem;
  }
  .pb-s-5 {
    padding-bottom: 2rem;
  }
  .pb-s-6 {
    padding-bottom: 3rem;
  }
  .pb-s-7 {
    padding-bottom: 4rem;
  }
  .pb-s-8 {
    padding-bottom: 5rem;
  }
  .pb-s-9 {
    padding-bottom: 6rem;
  }
  .pb-s-10 {
    padding-bottom: 7rem;
  }
  .pl-s-0 {
    padding-left: 0;
  }
  .pl-s-1 {
    padding-left: 0.25rem;
  }
  .pl-s-2 {
    padding-left: 0.5rem;
  }
  .pl-s-3 {
    padding-left: 1rem;
  }
  .pl-s-4 {
    padding-left: 1.5rem;
  }
  .pl-s-5 {
    padding-left: 2rem;
  }
  .pl-s-6 {
    padding-left: 3rem;
  }
  .pl-s-7 {
    padding-left: 4rem;
  }
  .pl-s-8 {
    padding-left: 5rem;
  }
  .pl-s-9 {
    padding-left: 6rem;
  }
  .pl-s-10 {
    padding-left: 7rem;
  }
  .px-s-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .px-s-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .px-s-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .px-s-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .px-s-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .px-s-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .px-s-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .px-s-7 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .px-s-8 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .px-s-9 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .px-s-10 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .py-s-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-s-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-s-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-s-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-s-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-s-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .py-s-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .py-s-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .py-s-8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .py-s-9 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .py-s-10 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .m-s-0 {
    margin: 0;
  }
  .m-s-1 {
    margin: 0.25rem;
  }
  .-m-s-1 {
    margin: -0.25rem;
  }
  .m-s-2 {
    margin: 0.5rem;
  }
  .-m-s-2 {
    margin: -0.5rem;
  }
  .m-s-3 {
    margin: 1rem;
  }
  .-m-s-3 {
    margin: -1rem;
  }
  .m-s-4 {
    margin: 1.5rem;
  }
  .-m-s-4 {
    margin: -1.5rem;
  }
  .m-s-5 {
    margin: 2rem;
  }
  .-m-s-5 {
    margin: -2rem;
  }
  .m-s-6 {
    margin: 3rem;
  }
  .-m-s-6 {
    margin: -3rem;
  }
  .m-s-7 {
    margin: 4rem;
  }
  .-m-s-7 {
    margin: -4rem;
  }
  .m-s-8 {
    margin: 5rem;
  }
  .-m-s-8 {
    margin: -5rem;
  }
  .m-s-9 {
    margin: 6rem;
  }
  .-m-s-9 {
    margin: -6rem;
  }
  .m-s-10 {
    margin: 7rem;
  }
  .-m-s-10 {
    margin: -7rem;
  }
  .mt-s-0 {
    margin-top: 0;
  }
  .mt-s-1 {
    margin-top: 0.25rem;
  }
  .-mt-s-1 {
    margin-top: -0.25rem;
  }
  .mt-s-2 {
    margin-top: 0.5rem;
  }
  .-mt-s-2 {
    margin-top: -0.5rem;
  }
  .mt-s-3 {
    margin-top: 1rem;
  }
  .-mt-s-3 {
    margin-top: -1rem;
  }
  .mt-s-4 {
    margin-top: 1.5rem;
  }
  .-mt-s-4 {
    margin-top: -1.5rem;
  }
  .mt-s-5 {
    margin-top: 2rem;
  }
  .-mt-s-5 {
    margin-top: -2rem;
  }
  .mt-s-6 {
    margin-top: 3rem;
  }
  .-mt-s-6 {
    margin-top: -3rem;
  }
  .mt-s-7 {
    margin-top: 4rem;
  }
  .-mt-s-7 {
    margin-top: -4rem;
  }
  .mt-s-8 {
    margin-top: 5rem;
  }
  .-mt-s-8 {
    margin-top: -5rem;
  }
  .mt-s-9 {
    margin-top: 6rem;
  }
  .-mt-s-9 {
    margin-top: -6rem;
  }
  .mt-s-10 {
    margin-top: 7rem;
  }
  .-mt-s-10 {
    margin-top: -7rem;
  }
  .mr-s-0 {
    margin-right: 0;
  }
  .mr-s-1 {
    margin-right: 0.25rem;
  }
  .-mr-s-1 {
    margin-right: -0.25rem;
  }
  .mr-s-2 {
    margin-right: 0.5rem;
  }
  .-mr-s-2 {
    margin-right: -0.5rem;
  }
  .mr-s-3 {
    margin-right: 1rem;
  }
  .-mr-s-3 {
    margin-right: -1rem;
  }
  .mr-s-4 {
    margin-right: 1.5rem;
  }
  .-mr-s-4 {
    margin-right: -1.5rem;
  }
  .mr-s-5 {
    margin-right: 2rem;
  }
  .-mr-s-5 {
    margin-right: -2rem;
  }
  .mr-s-6 {
    margin-right: 3rem;
  }
  .-mr-s-6 {
    margin-right: -3rem;
  }
  .mr-s-7 {
    margin-right: 4rem;
  }
  .-mr-s-7 {
    margin-right: -4rem;
  }
  .mr-s-8 {
    margin-right: 5rem;
  }
  .-mr-s-8 {
    margin-right: -5rem;
  }
  .mr-s-9 {
    margin-right: 6rem;
  }
  .-mr-s-9 {
    margin-right: -6rem;
  }
  .mr-s-10 {
    margin-right: 7rem;
  }
  .-mr-s-10 {
    margin-right: -7rem;
  }
  .mb-s-0 {
    margin-bottom: 0;
  }
  .mb-s-1 {
    margin-bottom: 0.25rem;
  }
  .-mb-s-1 {
    margin-bottom: -0.25rem;
  }
  .mb-s-2 {
    margin-bottom: 0.5rem;
  }
  .-mb-s-2 {
    margin-bottom: -0.5rem;
  }
  .mb-s-3 {
    margin-bottom: 1rem;
  }
  .-mb-s-3 {
    margin-bottom: -1rem;
  }
  .mb-s-4 {
    margin-bottom: 1.5rem;
  }
  .-mb-s-4 {
    margin-bottom: -1.5rem;
  }
  .mb-s-5 {
    margin-bottom: 2rem;
  }
  .-mb-s-5 {
    margin-bottom: -2rem;
  }
  .mb-s-6 {
    margin-bottom: 3rem;
  }
  .-mb-s-6 {
    margin-bottom: -3rem;
  }
  .mb-s-7 {
    margin-bottom: 4rem;
  }
  .-mb-s-7 {
    margin-bottom: -4rem;
  }
  .mb-s-8 {
    margin-bottom: 5rem;
  }
  .-mb-s-8 {
    margin-bottom: -5rem;
  }
  .mb-s-9 {
    margin-bottom: 6rem;
  }
  .-mb-s-9 {
    margin-bottom: -6rem;
  }
  .mb-s-10 {
    margin-bottom: 7rem;
  }
  .-mb-s-10 {
    margin-bottom: -7rem;
  }
  .ml-s-0 {
    margin-left: 0;
  }
  .ml-s-1 {
    margin-left: 0.25rem;
  }
  .-ml-s-1 {
    margin-left: -0.25rem;
  }
  .ml-s-2 {
    margin-left: 0.5rem;
  }
  .-ml-s-2 {
    margin-left: -0.5rem;
  }
  .ml-s-3 {
    margin-left: 1rem;
  }
  .-ml-s-3 {
    margin-left: -1rem;
  }
  .ml-s-4 {
    margin-left: 1.5rem;
  }
  .-ml-s-4 {
    margin-left: -1.5rem;
  }
  .ml-s-5 {
    margin-left: 2rem;
  }
  .-ml-s-5 {
    margin-left: -2rem;
  }
  .ml-s-6 {
    margin-left: 3rem;
  }
  .-ml-s-6 {
    margin-left: -3rem;
  }
  .ml-s-7 {
    margin-left: 4rem;
  }
  .-ml-s-7 {
    margin-left: -4rem;
  }
  .ml-s-8 {
    margin-left: 5rem;
  }
  .-ml-s-8 {
    margin-left: -5rem;
  }
  .ml-s-9 {
    margin-left: 6rem;
  }
  .-ml-s-9 {
    margin-left: -6rem;
  }
  .ml-s-10 {
    margin-left: 7rem;
  }
  .-ml-s-10 {
    margin-left: -7rem;
  }
  .mx-s-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .mx-s-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .-mx-s-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .mx-s-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .-mx-s-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .mx-s-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .-mx-s-3 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .mx-s-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .-mx-s-4 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .mx-s-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .-mx-s-5 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .mx-s-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .-mx-s-6 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .mx-s-7 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .-mx-s-7 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .mx-s-8 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .-mx-s-8 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .mx-s-9 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .-mx-s-9 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
  .mx-s-10 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .-mx-s-10 {
    margin-left: -7rem;
    margin-right: -7rem;
  }
  .my-s-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-s-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .-my-s-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .my-s-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .-my-s-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .my-s-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .-my-s-3 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .my-s-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .-my-s-4 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .my-s-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .-my-s-5 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .my-s-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .-my-s-6 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .my-s-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .-my-s-7 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .my-s-8 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .-my-s-8 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .my-s-9 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .-my-s-9 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .my-s-10 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .-my-s-10 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }
}
@media (min-width: 768px) {
  .p-m-0 {
    padding: 0;
  }
  .p-m-1 {
    padding: 0.25rem;
  }
  .p-m-2 {
    padding: 0.5rem;
  }
  .p-m-3 {
    padding: 1rem;
  }
  .p-m-4 {
    padding: 1.5rem;
  }
  .p-m-5 {
    padding: 2rem;
  }
  .p-m-6 {
    padding: 3rem;
  }
  .p-m-7 {
    padding: 4rem;
  }
  .p-m-8 {
    padding: 5rem;
  }
  .p-m-9 {
    padding: 6rem;
  }
  .p-m-10 {
    padding: 7rem;
  }
  .pt-m-0 {
    padding-top: 0;
  }
  .pt-m-1 {
    padding-top: 0.25rem;
  }
  .pt-m-2 {
    padding-top: 0.5rem;
  }
  .pt-m-3 {
    padding-top: 1rem;
  }
  .pt-m-4 {
    padding-top: 1.5rem;
  }
  .pt-m-5 {
    padding-top: 2rem;
  }
  .pt-m-6 {
    padding-top: 3rem;
  }
  .pt-m-7 {
    padding-top: 4rem;
  }
  .pt-m-8 {
    padding-top: 5rem;
  }
  .pt-m-9 {
    padding-top: 6rem;
  }
  .pt-m-10 {
    padding-top: 7rem;
  }
  .pr-m-0 {
    padding-right: 0;
  }
  .pr-m-1 {
    padding-right: 0.25rem;
  }
  .pr-m-2 {
    padding-right: 0.5rem;
  }
  .pr-m-3 {
    padding-right: 1rem;
  }
  .pr-m-4 {
    padding-right: 1.5rem;
  }
  .pr-m-5 {
    padding-right: 2rem;
  }
  .pr-m-6 {
    padding-right: 3rem;
  }
  .pr-m-7 {
    padding-right: 4rem;
  }
  .pr-m-8 {
    padding-right: 5rem;
  }
  .pr-m-9 {
    padding-right: 6rem;
  }
  .pr-m-10 {
    padding-right: 7rem;
  }
  .pb-m-0 {
    padding-bottom: 0;
  }
  .pb-m-1 {
    padding-bottom: 0.25rem;
  }
  .pb-m-2 {
    padding-bottom: 0.5rem;
  }
  .pb-m-3 {
    padding-bottom: 1rem;
  }
  .pb-m-4 {
    padding-bottom: 1.5rem;
  }
  .pb-m-5 {
    padding-bottom: 2rem;
  }
  .pb-m-6 {
    padding-bottom: 3rem;
  }
  .pb-m-7 {
    padding-bottom: 4rem;
  }
  .pb-m-8 {
    padding-bottom: 5rem;
  }
  .pb-m-9 {
    padding-bottom: 6rem;
  }
  .pb-m-10 {
    padding-bottom: 7rem;
  }
  .pl-m-0 {
    padding-left: 0;
  }
  .pl-m-1 {
    padding-left: 0.25rem;
  }
  .pl-m-2 {
    padding-left: 0.5rem;
  }
  .pl-m-3 {
    padding-left: 1rem;
  }
  .pl-m-4 {
    padding-left: 1.5rem;
  }
  .pl-m-5 {
    padding-left: 2rem;
  }
  .pl-m-6 {
    padding-left: 3rem;
  }
  .pl-m-7 {
    padding-left: 4rem;
  }
  .pl-m-8 {
    padding-left: 5rem;
  }
  .pl-m-9 {
    padding-left: 6rem;
  }
  .pl-m-10 {
    padding-left: 7rem;
  }
  .px-m-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .px-m-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .px-m-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .px-m-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .px-m-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .px-m-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .px-m-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .px-m-7 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .px-m-8 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .px-m-9 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .px-m-10 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .py-m-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-m-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-m-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-m-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-m-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-m-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .py-m-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .py-m-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .py-m-8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .py-m-9 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .py-m-10 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .m-m-0 {
    margin: 0;
  }
  .m-m-1 {
    margin: 0.25rem;
  }
  .-m-m-1 {
    margin: -0.25rem;
  }
  .m-m-2 {
    margin: 0.5rem;
  }
  .-m-m-2 {
    margin: -0.5rem;
  }
  .m-m-3 {
    margin: 1rem;
  }
  .-m-m-3 {
    margin: -1rem;
  }
  .m-m-4 {
    margin: 1.5rem;
  }
  .-m-m-4 {
    margin: -1.5rem;
  }
  .m-m-5 {
    margin: 2rem;
  }
  .-m-m-5 {
    margin: -2rem;
  }
  .m-m-6 {
    margin: 3rem;
  }
  .-m-m-6 {
    margin: -3rem;
  }
  .m-m-7 {
    margin: 4rem;
  }
  .-m-m-7 {
    margin: -4rem;
  }
  .m-m-8 {
    margin: 5rem;
  }
  .-m-m-8 {
    margin: -5rem;
  }
  .m-m-9 {
    margin: 6rem;
  }
  .-m-m-9 {
    margin: -6rem;
  }
  .m-m-10 {
    margin: 7rem;
  }
  .-m-m-10 {
    margin: -7rem;
  }
  .mt-m-0 {
    margin-top: 0;
  }
  .mt-m-1 {
    margin-top: 0.25rem;
  }
  .-mt-m-1 {
    margin-top: -0.25rem;
  }
  .mt-m-2 {
    margin-top: 0.5rem;
  }
  .-mt-m-2 {
    margin-top: -0.5rem;
  }
  .mt-m-3 {
    margin-top: 1rem;
  }
  .-mt-m-3 {
    margin-top: -1rem;
  }
  .mt-m-4 {
    margin-top: 1.5rem;
  }
  .-mt-m-4 {
    margin-top: -1.5rem;
  }
  .mt-m-5 {
    margin-top: 2rem;
  }
  .-mt-m-5 {
    margin-top: -2rem;
  }
  .mt-m-6 {
    margin-top: 3rem;
  }
  .-mt-m-6 {
    margin-top: -3rem;
  }
  .mt-m-7 {
    margin-top: 4rem;
  }
  .-mt-m-7 {
    margin-top: -4rem;
  }
  .mt-m-8 {
    margin-top: 5rem;
  }
  .-mt-m-8 {
    margin-top: -5rem;
  }
  .mt-m-9 {
    margin-top: 6rem;
  }
  .-mt-m-9 {
    margin-top: -6rem;
  }
  .mt-m-10 {
    margin-top: 7rem;
  }
  .-mt-m-10 {
    margin-top: -7rem;
  }
  .mr-m-0 {
    margin-right: 0;
  }
  .mr-m-1 {
    margin-right: 0.25rem;
  }
  .-mr-m-1 {
    margin-right: -0.25rem;
  }
  .mr-m-2 {
    margin-right: 0.5rem;
  }
  .-mr-m-2 {
    margin-right: -0.5rem;
  }
  .mr-m-3 {
    margin-right: 1rem;
  }
  .-mr-m-3 {
    margin-right: -1rem;
  }
  .mr-m-4 {
    margin-right: 1.5rem;
  }
  .-mr-m-4 {
    margin-right: -1.5rem;
  }
  .mr-m-5 {
    margin-right: 2rem;
  }
  .-mr-m-5 {
    margin-right: -2rem;
  }
  .mr-m-6 {
    margin-right: 3rem;
  }
  .-mr-m-6 {
    margin-right: -3rem;
  }
  .mr-m-7 {
    margin-right: 4rem;
  }
  .-mr-m-7 {
    margin-right: -4rem;
  }
  .mr-m-8 {
    margin-right: 5rem;
  }
  .-mr-m-8 {
    margin-right: -5rem;
  }
  .mr-m-9 {
    margin-right: 6rem;
  }
  .-mr-m-9 {
    margin-right: -6rem;
  }
  .mr-m-10 {
    margin-right: 7rem;
  }
  .-mr-m-10 {
    margin-right: -7rem;
  }
  .mb-m-0 {
    margin-bottom: 0;
  }
  .mb-m-1 {
    margin-bottom: 0.25rem;
  }
  .-mb-m-1 {
    margin-bottom: -0.25rem;
  }
  .mb-m-2 {
    margin-bottom: 0.5rem;
  }
  .-mb-m-2 {
    margin-bottom: -0.5rem;
  }
  .mb-m-3 {
    margin-bottom: 1rem;
  }
  .-mb-m-3 {
    margin-bottom: -1rem;
  }
  .mb-m-4 {
    margin-bottom: 1.5rem;
  }
  .-mb-m-4 {
    margin-bottom: -1.5rem;
  }
  .mb-m-5 {
    margin-bottom: 2rem;
  }
  .-mb-m-5 {
    margin-bottom: -2rem;
  }
  .mb-m-6 {
    margin-bottom: 3rem;
  }
  .-mb-m-6 {
    margin-bottom: -3rem;
  }
  .mb-m-7 {
    margin-bottom: 4rem;
  }
  .-mb-m-7 {
    margin-bottom: -4rem;
  }
  .mb-m-8 {
    margin-bottom: 5rem;
  }
  .-mb-m-8 {
    margin-bottom: -5rem;
  }
  .mb-m-9 {
    margin-bottom: 6rem;
  }
  .-mb-m-9 {
    margin-bottom: -6rem;
  }
  .mb-m-10 {
    margin-bottom: 7rem;
  }
  .-mb-m-10 {
    margin-bottom: -7rem;
  }
  .ml-m-0 {
    margin-left: 0;
  }
  .ml-m-1 {
    margin-left: 0.25rem;
  }
  .-ml-m-1 {
    margin-left: -0.25rem;
  }
  .ml-m-2 {
    margin-left: 0.5rem;
  }
  .-ml-m-2 {
    margin-left: -0.5rem;
  }
  .ml-m-3 {
    margin-left: 1rem;
  }
  .-ml-m-3 {
    margin-left: -1rem;
  }
  .ml-m-4 {
    margin-left: 1.5rem;
  }
  .-ml-m-4 {
    margin-left: -1.5rem;
  }
  .ml-m-5 {
    margin-left: 2rem;
  }
  .-ml-m-5 {
    margin-left: -2rem;
  }
  .ml-m-6 {
    margin-left: 3rem;
  }
  .-ml-m-6 {
    margin-left: -3rem;
  }
  .ml-m-7 {
    margin-left: 4rem;
  }
  .-ml-m-7 {
    margin-left: -4rem;
  }
  .ml-m-8 {
    margin-left: 5rem;
  }
  .-ml-m-8 {
    margin-left: -5rem;
  }
  .ml-m-9 {
    margin-left: 6rem;
  }
  .-ml-m-9 {
    margin-left: -6rem;
  }
  .ml-m-10 {
    margin-left: 7rem;
  }
  .-ml-m-10 {
    margin-left: -7rem;
  }
  .mx-m-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .mx-m-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .-mx-m-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .mx-m-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .-mx-m-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .mx-m-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .-mx-m-3 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .mx-m-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .-mx-m-4 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .mx-m-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .-mx-m-5 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .mx-m-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .-mx-m-6 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .mx-m-7 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .-mx-m-7 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .mx-m-8 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .-mx-m-8 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .mx-m-9 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .-mx-m-9 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
  .mx-m-10 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .-mx-m-10 {
    margin-left: -7rem;
    margin-right: -7rem;
  }
  .my-m-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-m-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .-my-m-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .my-m-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .-my-m-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .my-m-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .-my-m-3 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .my-m-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .-my-m-4 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .my-m-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .-my-m-5 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .my-m-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .-my-m-6 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .my-m-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .-my-m-7 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .my-m-8 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .-my-m-8 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .my-m-9 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .-my-m-9 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .my-m-10 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .-my-m-10 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }
}
@media (min-width: 1024px) {
  .p-l-0 {
    padding: 0;
  }
  .p-l-1 {
    padding: 0.25rem;
  }
  .p-l-2 {
    padding: 0.5rem;
  }
  .p-l-3 {
    padding: 1rem;
  }
  .p-l-4 {
    padding: 1.5rem;
  }
  .p-l-5 {
    padding: 2rem;
  }
  .p-l-6 {
    padding: 3rem;
  }
  .p-l-7 {
    padding: 4rem;
  }
  .p-l-8 {
    padding: 5rem;
  }
  .p-l-9 {
    padding: 6rem;
  }
  .p-l-10 {
    padding: 7rem;
  }
  .pt-l-0 {
    padding-top: 0;
  }
  .pt-l-1 {
    padding-top: 0.25rem;
  }
  .pt-l-2 {
    padding-top: 0.5rem;
  }
  .pt-l-3 {
    padding-top: 1rem;
  }
  .pt-l-4 {
    padding-top: 1.5rem;
  }
  .pt-l-5 {
    padding-top: 2rem;
  }
  .pt-l-6 {
    padding-top: 3rem;
  }
  .pt-l-7 {
    padding-top: 4rem;
  }
  .pt-l-8 {
    padding-top: 5rem;
  }
  .pt-l-9 {
    padding-top: 6rem;
  }
  .pt-l-10 {
    padding-top: 7rem;
  }
  .pr-l-0 {
    padding-right: 0;
  }
  .pr-l-1 {
    padding-right: 0.25rem;
  }
  .pr-l-2 {
    padding-right: 0.5rem;
  }
  .pr-l-3 {
    padding-right: 1rem;
  }
  .pr-l-4 {
    padding-right: 1.5rem;
  }
  .pr-l-5 {
    padding-right: 2rem;
  }
  .pr-l-6 {
    padding-right: 3rem;
  }
  .pr-l-7 {
    padding-right: 4rem;
  }
  .pr-l-8 {
    padding-right: 5rem;
  }
  .pr-l-9 {
    padding-right: 6rem;
  }
  .pr-l-10 {
    padding-right: 7rem;
  }
  .pb-l-0 {
    padding-bottom: 0;
  }
  .pb-l-1 {
    padding-bottom: 0.25rem;
  }
  .pb-l-2 {
    padding-bottom: 0.5rem;
  }
  .pb-l-3 {
    padding-bottom: 1rem;
  }
  .pb-l-4 {
    padding-bottom: 1.5rem;
  }
  .pb-l-5 {
    padding-bottom: 2rem;
  }
  .pb-l-6 {
    padding-bottom: 3rem;
  }
  .pb-l-7 {
    padding-bottom: 4rem;
  }
  .pb-l-8 {
    padding-bottom: 5rem;
  }
  .pb-l-9 {
    padding-bottom: 6rem;
  }
  .pb-l-10 {
    padding-bottom: 7rem;
  }
  .pl-l-0 {
    padding-left: 0;
  }
  .pl-l-1 {
    padding-left: 0.25rem;
  }
  .pl-l-2 {
    padding-left: 0.5rem;
  }
  .pl-l-3 {
    padding-left: 1rem;
  }
  .pl-l-4 {
    padding-left: 1.5rem;
  }
  .pl-l-5 {
    padding-left: 2rem;
  }
  .pl-l-6 {
    padding-left: 3rem;
  }
  .pl-l-7 {
    padding-left: 4rem;
  }
  .pl-l-8 {
    padding-left: 5rem;
  }
  .pl-l-9 {
    padding-left: 6rem;
  }
  .pl-l-10 {
    padding-left: 7rem;
  }
  .px-l-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .px-l-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .px-l-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .px-l-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .px-l-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .px-l-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .px-l-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .px-l-7 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .px-l-8 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .px-l-9 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .px-l-10 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .py-l-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-l-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-l-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-l-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-l-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-l-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .py-l-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .py-l-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .py-l-8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .py-l-9 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .py-l-10 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .m-l-0 {
    margin: 0;
  }
  .m-l-1 {
    margin: 0.25rem;
  }
  .-m-l-1 {
    margin: -0.25rem;
  }
  .m-l-2 {
    margin: 0.5rem;
  }
  .-m-l-2 {
    margin: -0.5rem;
  }
  .m-l-3 {
    margin: 1rem;
  }
  .-m-l-3 {
    margin: -1rem;
  }
  .m-l-4 {
    margin: 1.5rem;
  }
  .-m-l-4 {
    margin: -1.5rem;
  }
  .m-l-5 {
    margin: 2rem;
  }
  .-m-l-5 {
    margin: -2rem;
  }
  .m-l-6 {
    margin: 3rem;
  }
  .-m-l-6 {
    margin: -3rem;
  }
  .m-l-7 {
    margin: 4rem;
  }
  .-m-l-7 {
    margin: -4rem;
  }
  .m-l-8 {
    margin: 5rem;
  }
  .-m-l-8 {
    margin: -5rem;
  }
  .m-l-9 {
    margin: 6rem;
  }
  .-m-l-9 {
    margin: -6rem;
  }
  .m-l-10 {
    margin: 7rem;
  }
  .-m-l-10 {
    margin: -7rem;
  }
  .mt-l-0 {
    margin-top: 0;
  }
  .mt-l-1 {
    margin-top: 0.25rem;
  }
  .-mt-l-1 {
    margin-top: -0.25rem;
  }
  .mt-l-2 {
    margin-top: 0.5rem;
  }
  .-mt-l-2 {
    margin-top: -0.5rem;
  }
  .mt-l-3 {
    margin-top: 1rem;
  }
  .-mt-l-3 {
    margin-top: -1rem;
  }
  .mt-l-4 {
    margin-top: 1.5rem;
  }
  .-mt-l-4 {
    margin-top: -1.5rem;
  }
  .mt-l-5 {
    margin-top: 2rem;
  }
  .-mt-l-5 {
    margin-top: -2rem;
  }
  .mt-l-6 {
    margin-top: 3rem;
  }
  .-mt-l-6 {
    margin-top: -3rem;
  }
  .mt-l-7 {
    margin-top: 4rem;
  }
  .-mt-l-7 {
    margin-top: -4rem;
  }
  .mt-l-8 {
    margin-top: 5rem;
  }
  .-mt-l-8 {
    margin-top: -5rem;
  }
  .mt-l-9 {
    margin-top: 6rem;
  }
  .-mt-l-9 {
    margin-top: -6rem;
  }
  .mt-l-10 {
    margin-top: 7rem;
  }
  .-mt-l-10 {
    margin-top: -7rem;
  }
  .mr-l-0 {
    margin-right: 0;
  }
  .mr-l-1 {
    margin-right: 0.25rem;
  }
  .-mr-l-1 {
    margin-right: -0.25rem;
  }
  .mr-l-2 {
    margin-right: 0.5rem;
  }
  .-mr-l-2 {
    margin-right: -0.5rem;
  }
  .mr-l-3 {
    margin-right: 1rem;
  }
  .-mr-l-3 {
    margin-right: -1rem;
  }
  .mr-l-4 {
    margin-right: 1.5rem;
  }
  .-mr-l-4 {
    margin-right: -1.5rem;
  }
  .mr-l-5 {
    margin-right: 2rem;
  }
  .-mr-l-5 {
    margin-right: -2rem;
  }
  .mr-l-6 {
    margin-right: 3rem;
  }
  .-mr-l-6 {
    margin-right: -3rem;
  }
  .mr-l-7 {
    margin-right: 4rem;
  }
  .-mr-l-7 {
    margin-right: -4rem;
  }
  .mr-l-8 {
    margin-right: 5rem;
  }
  .-mr-l-8 {
    margin-right: -5rem;
  }
  .mr-l-9 {
    margin-right: 6rem;
  }
  .-mr-l-9 {
    margin-right: -6rem;
  }
  .mr-l-10 {
    margin-right: 7rem;
  }
  .-mr-l-10 {
    margin-right: -7rem;
  }
  .mb-l-0 {
    margin-bottom: 0;
  }
  .mb-l-1 {
    margin-bottom: 0.25rem;
  }
  .-mb-l-1 {
    margin-bottom: -0.25rem;
  }
  .mb-l-2 {
    margin-bottom: 0.5rem;
  }
  .-mb-l-2 {
    margin-bottom: -0.5rem;
  }
  .mb-l-3 {
    margin-bottom: 1rem;
  }
  .-mb-l-3 {
    margin-bottom: -1rem;
  }
  .mb-l-4 {
    margin-bottom: 1.5rem;
  }
  .-mb-l-4 {
    margin-bottom: -1.5rem;
  }
  .mb-l-5 {
    margin-bottom: 2rem;
  }
  .-mb-l-5 {
    margin-bottom: -2rem;
  }
  .mb-l-6 {
    margin-bottom: 3rem;
  }
  .-mb-l-6 {
    margin-bottom: -3rem;
  }
  .mb-l-7 {
    margin-bottom: 4rem;
  }
  .-mb-l-7 {
    margin-bottom: -4rem;
  }
  .mb-l-8 {
    margin-bottom: 5rem;
  }
  .-mb-l-8 {
    margin-bottom: -5rem;
  }
  .mb-l-9 {
    margin-bottom: 6rem;
  }
  .-mb-l-9 {
    margin-bottom: -6rem;
  }
  .mb-l-10 {
    margin-bottom: 7rem;
  }
  .-mb-l-10 {
    margin-bottom: -7rem;
  }
  .ml-l-0 {
    margin-left: 0;
  }
  .ml-l-1 {
    margin-left: 0.25rem;
  }
  .-ml-l-1 {
    margin-left: -0.25rem;
  }
  .ml-l-2 {
    margin-left: 0.5rem;
  }
  .-ml-l-2 {
    margin-left: -0.5rem;
  }
  .ml-l-3 {
    margin-left: 1rem;
  }
  .-ml-l-3 {
    margin-left: -1rem;
  }
  .ml-l-4 {
    margin-left: 1.5rem;
  }
  .-ml-l-4 {
    margin-left: -1.5rem;
  }
  .ml-l-5 {
    margin-left: 2rem;
  }
  .-ml-l-5 {
    margin-left: -2rem;
  }
  .ml-l-6 {
    margin-left: 3rem;
  }
  .-ml-l-6 {
    margin-left: -3rem;
  }
  .ml-l-7 {
    margin-left: 4rem;
  }
  .-ml-l-7 {
    margin-left: -4rem;
  }
  .ml-l-8 {
    margin-left: 5rem;
  }
  .-ml-l-8 {
    margin-left: -5rem;
  }
  .ml-l-9 {
    margin-left: 6rem;
  }
  .-ml-l-9 {
    margin-left: -6rem;
  }
  .ml-l-10 {
    margin-left: 7rem;
  }
  .-ml-l-10 {
    margin-left: -7rem;
  }
  .mx-l-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .mx-l-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .-mx-l-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .mx-l-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .-mx-l-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .mx-l-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .-mx-l-3 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .mx-l-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .-mx-l-4 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .mx-l-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .-mx-l-5 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .mx-l-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .-mx-l-6 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .mx-l-7 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .-mx-l-7 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .mx-l-8 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .-mx-l-8 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .mx-l-9 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .-mx-l-9 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
  .mx-l-10 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .-mx-l-10 {
    margin-left: -7rem;
    margin-right: -7rem;
  }
  .my-l-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-l-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .-my-l-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .my-l-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .-my-l-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .my-l-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .-my-l-3 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .my-l-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .-my-l-4 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .my-l-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .-my-l-5 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .my-l-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .-my-l-6 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .my-l-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .-my-l-7 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .my-l-8 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .-my-l-8 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .my-l-9 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .-my-l-9 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .my-l-10 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .-my-l-10 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }
}
@media (min-width: 1440px) {
  .p-xl-0 {
    padding: 0;
  }
  .p-xl-1 {
    padding: 0.25rem;
  }
  .p-xl-2 {
    padding: 0.5rem;
  }
  .p-xl-3 {
    padding: 1rem;
  }
  .p-xl-4 {
    padding: 1.5rem;
  }
  .p-xl-5 {
    padding: 2rem;
  }
  .p-xl-6 {
    padding: 3rem;
  }
  .p-xl-7 {
    padding: 4rem;
  }
  .p-xl-8 {
    padding: 5rem;
  }
  .p-xl-9 {
    padding: 6rem;
  }
  .p-xl-10 {
    padding: 7rem;
  }
  .pt-xl-0 {
    padding-top: 0;
  }
  .pt-xl-1 {
    padding-top: 0.25rem;
  }
  .pt-xl-2 {
    padding-top: 0.5rem;
  }
  .pt-xl-3 {
    padding-top: 1rem;
  }
  .pt-xl-4 {
    padding-top: 1.5rem;
  }
  .pt-xl-5 {
    padding-top: 2rem;
  }
  .pt-xl-6 {
    padding-top: 3rem;
  }
  .pt-xl-7 {
    padding-top: 4rem;
  }
  .pt-xl-8 {
    padding-top: 5rem;
  }
  .pt-xl-9 {
    padding-top: 6rem;
  }
  .pt-xl-10 {
    padding-top: 7rem;
  }
  .pr-xl-0 {
    padding-right: 0;
  }
  .pr-xl-1 {
    padding-right: 0.25rem;
  }
  .pr-xl-2 {
    padding-right: 0.5rem;
  }
  .pr-xl-3 {
    padding-right: 1rem;
  }
  .pr-xl-4 {
    padding-right: 1.5rem;
  }
  .pr-xl-5 {
    padding-right: 2rem;
  }
  .pr-xl-6 {
    padding-right: 3rem;
  }
  .pr-xl-7 {
    padding-right: 4rem;
  }
  .pr-xl-8 {
    padding-right: 5rem;
  }
  .pr-xl-9 {
    padding-right: 6rem;
  }
  .pr-xl-10 {
    padding-right: 7rem;
  }
  .pb-xl-0 {
    padding-bottom: 0;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem;
  }
  .pb-xl-3 {
    padding-bottom: 1rem;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem;
  }
  .pb-xl-5 {
    padding-bottom: 2rem;
  }
  .pb-xl-6 {
    padding-bottom: 3rem;
  }
  .pb-xl-7 {
    padding-bottom: 4rem;
  }
  .pb-xl-8 {
    padding-bottom: 5rem;
  }
  .pb-xl-9 {
    padding-bottom: 6rem;
  }
  .pb-xl-10 {
    padding-bottom: 7rem;
  }
  .pl-xl-0 {
    padding-left: 0;
  }
  .pl-xl-1 {
    padding-left: 0.25rem;
  }
  .pl-xl-2 {
    padding-left: 0.5rem;
  }
  .pl-xl-3 {
    padding-left: 1rem;
  }
  .pl-xl-4 {
    padding-left: 1.5rem;
  }
  .pl-xl-5 {
    padding-left: 2rem;
  }
  .pl-xl-6 {
    padding-left: 3rem;
  }
  .pl-xl-7 {
    padding-left: 4rem;
  }
  .pl-xl-8 {
    padding-left: 5rem;
  }
  .pl-xl-9 {
    padding-left: 6rem;
  }
  .pl-xl-10 {
    padding-left: 7rem;
  }
  .px-xl-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .px-xl-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .px-xl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .px-xl-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .px-xl-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .px-xl-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .px-xl-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .px-xl-7 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .px-xl-8 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .px-xl-9 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .px-xl-10 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .py-xl-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-xl-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-xl-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-xl-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-xl-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-xl-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .py-xl-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .py-xl-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .py-xl-8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .py-xl-9 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .py-xl-10 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .m-xl-0 {
    margin: 0;
  }
  .m-xl-1 {
    margin: 0.25rem;
  }
  .-m-xl-1 {
    margin: -0.25rem;
  }
  .m-xl-2 {
    margin: 0.5rem;
  }
  .-m-xl-2 {
    margin: -0.5rem;
  }
  .m-xl-3 {
    margin: 1rem;
  }
  .-m-xl-3 {
    margin: -1rem;
  }
  .m-xl-4 {
    margin: 1.5rem;
  }
  .-m-xl-4 {
    margin: -1.5rem;
  }
  .m-xl-5 {
    margin: 2rem;
  }
  .-m-xl-5 {
    margin: -2rem;
  }
  .m-xl-6 {
    margin: 3rem;
  }
  .-m-xl-6 {
    margin: -3rem;
  }
  .m-xl-7 {
    margin: 4rem;
  }
  .-m-xl-7 {
    margin: -4rem;
  }
  .m-xl-8 {
    margin: 5rem;
  }
  .-m-xl-8 {
    margin: -5rem;
  }
  .m-xl-9 {
    margin: 6rem;
  }
  .-m-xl-9 {
    margin: -6rem;
  }
  .m-xl-10 {
    margin: 7rem;
  }
  .-m-xl-10 {
    margin: -7rem;
  }
  .mt-xl-0 {
    margin-top: 0;
  }
  .mt-xl-1 {
    margin-top: 0.25rem;
  }
  .-mt-xl-1 {
    margin-top: -0.25rem;
  }
  .mt-xl-2 {
    margin-top: 0.5rem;
  }
  .-mt-xl-2 {
    margin-top: -0.5rem;
  }
  .mt-xl-3 {
    margin-top: 1rem;
  }
  .-mt-xl-3 {
    margin-top: -1rem;
  }
  .mt-xl-4 {
    margin-top: 1.5rem;
  }
  .-mt-xl-4 {
    margin-top: -1.5rem;
  }
  .mt-xl-5 {
    margin-top: 2rem;
  }
  .-mt-xl-5 {
    margin-top: -2rem;
  }
  .mt-xl-6 {
    margin-top: 3rem;
  }
  .-mt-xl-6 {
    margin-top: -3rem;
  }
  .mt-xl-7 {
    margin-top: 4rem;
  }
  .-mt-xl-7 {
    margin-top: -4rem;
  }
  .mt-xl-8 {
    margin-top: 5rem;
  }
  .-mt-xl-8 {
    margin-top: -5rem;
  }
  .mt-xl-9 {
    margin-top: 6rem;
  }
  .-mt-xl-9 {
    margin-top: -6rem;
  }
  .mt-xl-10 {
    margin-top: 7rem;
  }
  .-mt-xl-10 {
    margin-top: -7rem;
  }
  .mr-xl-0 {
    margin-right: 0;
  }
  .mr-xl-1 {
    margin-right: 0.25rem;
  }
  .-mr-xl-1 {
    margin-right: -0.25rem;
  }
  .mr-xl-2 {
    margin-right: 0.5rem;
  }
  .-mr-xl-2 {
    margin-right: -0.5rem;
  }
  .mr-xl-3 {
    margin-right: 1rem;
  }
  .-mr-xl-3 {
    margin-right: -1rem;
  }
  .mr-xl-4 {
    margin-right: 1.5rem;
  }
  .-mr-xl-4 {
    margin-right: -1.5rem;
  }
  .mr-xl-5 {
    margin-right: 2rem;
  }
  .-mr-xl-5 {
    margin-right: -2rem;
  }
  .mr-xl-6 {
    margin-right: 3rem;
  }
  .-mr-xl-6 {
    margin-right: -3rem;
  }
  .mr-xl-7 {
    margin-right: 4rem;
  }
  .-mr-xl-7 {
    margin-right: -4rem;
  }
  .mr-xl-8 {
    margin-right: 5rem;
  }
  .-mr-xl-8 {
    margin-right: -5rem;
  }
  .mr-xl-9 {
    margin-right: 6rem;
  }
  .-mr-xl-9 {
    margin-right: -6rem;
  }
  .mr-xl-10 {
    margin-right: 7rem;
  }
  .-mr-xl-10 {
    margin-right: -7rem;
  }
  .mb-xl-0 {
    margin-bottom: 0;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem;
  }
  .-mb-xl-1 {
    margin-bottom: -0.25rem;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem;
  }
  .-mb-xl-2 {
    margin-bottom: -0.5rem;
  }
  .mb-xl-3 {
    margin-bottom: 1rem;
  }
  .-mb-xl-3 {
    margin-bottom: -1rem;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem;
  }
  .-mb-xl-4 {
    margin-bottom: -1.5rem;
  }
  .mb-xl-5 {
    margin-bottom: 2rem;
  }
  .-mb-xl-5 {
    margin-bottom: -2rem;
  }
  .mb-xl-6 {
    margin-bottom: 3rem;
  }
  .-mb-xl-6 {
    margin-bottom: -3rem;
  }
  .mb-xl-7 {
    margin-bottom: 4rem;
  }
  .-mb-xl-7 {
    margin-bottom: -4rem;
  }
  .mb-xl-8 {
    margin-bottom: 5rem;
  }
  .-mb-xl-8 {
    margin-bottom: -5rem;
  }
  .mb-xl-9 {
    margin-bottom: 6rem;
  }
  .-mb-xl-9 {
    margin-bottom: -6rem;
  }
  .mb-xl-10 {
    margin-bottom: 7rem;
  }
  .-mb-xl-10 {
    margin-bottom: -7rem;
  }
  .ml-xl-0 {
    margin-left: 0;
  }
  .ml-xl-1 {
    margin-left: 0.25rem;
  }
  .-ml-xl-1 {
    margin-left: -0.25rem;
  }
  .ml-xl-2 {
    margin-left: 0.5rem;
  }
  .-ml-xl-2 {
    margin-left: -0.5rem;
  }
  .ml-xl-3 {
    margin-left: 1rem;
  }
  .-ml-xl-3 {
    margin-left: -1rem;
  }
  .ml-xl-4 {
    margin-left: 1.5rem;
  }
  .-ml-xl-4 {
    margin-left: -1.5rem;
  }
  .ml-xl-5 {
    margin-left: 2rem;
  }
  .-ml-xl-5 {
    margin-left: -2rem;
  }
  .ml-xl-6 {
    margin-left: 3rem;
  }
  .-ml-xl-6 {
    margin-left: -3rem;
  }
  .ml-xl-7 {
    margin-left: 4rem;
  }
  .-ml-xl-7 {
    margin-left: -4rem;
  }
  .ml-xl-8 {
    margin-left: 5rem;
  }
  .-ml-xl-8 {
    margin-left: -5rem;
  }
  .ml-xl-9 {
    margin-left: 6rem;
  }
  .-ml-xl-9 {
    margin-left: -6rem;
  }
  .ml-xl-10 {
    margin-left: 7rem;
  }
  .-ml-xl-10 {
    margin-left: -7rem;
  }
  .mx-xl-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .mx-xl-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .-mx-xl-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .mx-xl-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .-mx-xl-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .mx-xl-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .-mx-xl-3 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .mx-xl-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .-mx-xl-4 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .mx-xl-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .-mx-xl-5 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .mx-xl-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .-mx-xl-6 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .mx-xl-7 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .-mx-xl-7 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .mx-xl-8 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .-mx-xl-8 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .mx-xl-9 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .-mx-xl-9 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
  .mx-xl-10 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .-mx-xl-10 {
    margin-left: -7rem;
    margin-right: -7rem;
  }
  .my-xl-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-xl-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .-my-xl-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .my-xl-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .-my-xl-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .my-xl-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .-my-xl-3 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .my-xl-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .-my-xl-4 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .my-xl-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .-my-xl-5 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .my-xl-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .-my-xl-6 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .my-xl-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .-my-xl-7 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .my-xl-8 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .-my-xl-8 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .my-xl-9 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .-my-xl-9 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .my-xl-10 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .-my-xl-10 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }
}
@media (min-width: 1920px) {
  .p-xxl-0 {
    padding: 0;
  }
  .p-xxl-1 {
    padding: 0.25rem;
  }
  .p-xxl-2 {
    padding: 0.5rem;
  }
  .p-xxl-3 {
    padding: 1rem;
  }
  .p-xxl-4 {
    padding: 1.5rem;
  }
  .p-xxl-5 {
    padding: 2rem;
  }
  .p-xxl-6 {
    padding: 3rem;
  }
  .p-xxl-7 {
    padding: 4rem;
  }
  .p-xxl-8 {
    padding: 5rem;
  }
  .p-xxl-9 {
    padding: 6rem;
  }
  .p-xxl-10 {
    padding: 7rem;
  }
  .pt-xxl-0 {
    padding-top: 0;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem;
  }
  .pt-xxl-3 {
    padding-top: 1rem;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem;
  }
  .pt-xxl-5 {
    padding-top: 2rem;
  }
  .pt-xxl-6 {
    padding-top: 3rem;
  }
  .pt-xxl-7 {
    padding-top: 4rem;
  }
  .pt-xxl-8 {
    padding-top: 5rem;
  }
  .pt-xxl-9 {
    padding-top: 6rem;
  }
  .pt-xxl-10 {
    padding-top: 7rem;
  }
  .pr-xxl-0 {
    padding-right: 0;
  }
  .pr-xxl-1 {
    padding-right: 0.25rem;
  }
  .pr-xxl-2 {
    padding-right: 0.5rem;
  }
  .pr-xxl-3 {
    padding-right: 1rem;
  }
  .pr-xxl-4 {
    padding-right: 1.5rem;
  }
  .pr-xxl-5 {
    padding-right: 2rem;
  }
  .pr-xxl-6 {
    padding-right: 3rem;
  }
  .pr-xxl-7 {
    padding-right: 4rem;
  }
  .pr-xxl-8 {
    padding-right: 5rem;
  }
  .pr-xxl-9 {
    padding-right: 6rem;
  }
  .pr-xxl-10 {
    padding-right: 7rem;
  }
  .pb-xxl-0 {
    padding-bottom: 0;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem;
  }
  .pb-xxl-5 {
    padding-bottom: 2rem;
  }
  .pb-xxl-6 {
    padding-bottom: 3rem;
  }
  .pb-xxl-7 {
    padding-bottom: 4rem;
  }
  .pb-xxl-8 {
    padding-bottom: 5rem;
  }
  .pb-xxl-9 {
    padding-bottom: 6rem;
  }
  .pb-xxl-10 {
    padding-bottom: 7rem;
  }
  .pl-xxl-0 {
    padding-left: 0;
  }
  .pl-xxl-1 {
    padding-left: 0.25rem;
  }
  .pl-xxl-2 {
    padding-left: 0.5rem;
  }
  .pl-xxl-3 {
    padding-left: 1rem;
  }
  .pl-xxl-4 {
    padding-left: 1.5rem;
  }
  .pl-xxl-5 {
    padding-left: 2rem;
  }
  .pl-xxl-6 {
    padding-left: 3rem;
  }
  .pl-xxl-7 {
    padding-left: 4rem;
  }
  .pl-xxl-8 {
    padding-left: 5rem;
  }
  .pl-xxl-9 {
    padding-left: 6rem;
  }
  .pl-xxl-10 {
    padding-left: 7rem;
  }
  .px-xxl-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .px-xxl-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .px-xxl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .px-xxl-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .px-xxl-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .px-xxl-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .px-xxl-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .px-xxl-7 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .px-xxl-8 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .px-xxl-9 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .px-xxl-10 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .py-xxl-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-xxl-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-xxl-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-xxl-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-xxl-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-xxl-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .py-xxl-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .py-xxl-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .py-xxl-8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .py-xxl-9 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .py-xxl-10 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .m-xxl-0 {
    margin: 0;
  }
  .m-xxl-1 {
    margin: 0.25rem;
  }
  .-m-xxl-1 {
    margin: -0.25rem;
  }
  .m-xxl-2 {
    margin: 0.5rem;
  }
  .-m-xxl-2 {
    margin: -0.5rem;
  }
  .m-xxl-3 {
    margin: 1rem;
  }
  .-m-xxl-3 {
    margin: -1rem;
  }
  .m-xxl-4 {
    margin: 1.5rem;
  }
  .-m-xxl-4 {
    margin: -1.5rem;
  }
  .m-xxl-5 {
    margin: 2rem;
  }
  .-m-xxl-5 {
    margin: -2rem;
  }
  .m-xxl-6 {
    margin: 3rem;
  }
  .-m-xxl-6 {
    margin: -3rem;
  }
  .m-xxl-7 {
    margin: 4rem;
  }
  .-m-xxl-7 {
    margin: -4rem;
  }
  .m-xxl-8 {
    margin: 5rem;
  }
  .-m-xxl-8 {
    margin: -5rem;
  }
  .m-xxl-9 {
    margin: 6rem;
  }
  .-m-xxl-9 {
    margin: -6rem;
  }
  .m-xxl-10 {
    margin: 7rem;
  }
  .-m-xxl-10 {
    margin: -7rem;
  }
  .mt-xxl-0 {
    margin-top: 0;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem;
  }
  .-mt-xxl-1 {
    margin-top: -0.25rem;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem;
  }
  .-mt-xxl-2 {
    margin-top: -0.5rem;
  }
  .mt-xxl-3 {
    margin-top: 1rem;
  }
  .-mt-xxl-3 {
    margin-top: -1rem;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem;
  }
  .-mt-xxl-4 {
    margin-top: -1.5rem;
  }
  .mt-xxl-5 {
    margin-top: 2rem;
  }
  .-mt-xxl-5 {
    margin-top: -2rem;
  }
  .mt-xxl-6 {
    margin-top: 3rem;
  }
  .-mt-xxl-6 {
    margin-top: -3rem;
  }
  .mt-xxl-7 {
    margin-top: 4rem;
  }
  .-mt-xxl-7 {
    margin-top: -4rem;
  }
  .mt-xxl-8 {
    margin-top: 5rem;
  }
  .-mt-xxl-8 {
    margin-top: -5rem;
  }
  .mt-xxl-9 {
    margin-top: 6rem;
  }
  .-mt-xxl-9 {
    margin-top: -6rem;
  }
  .mt-xxl-10 {
    margin-top: 7rem;
  }
  .-mt-xxl-10 {
    margin-top: -7rem;
  }
  .mr-xxl-0 {
    margin-right: 0;
  }
  .mr-xxl-1 {
    margin-right: 0.25rem;
  }
  .-mr-xxl-1 {
    margin-right: -0.25rem;
  }
  .mr-xxl-2 {
    margin-right: 0.5rem;
  }
  .-mr-xxl-2 {
    margin-right: -0.5rem;
  }
  .mr-xxl-3 {
    margin-right: 1rem;
  }
  .-mr-xxl-3 {
    margin-right: -1rem;
  }
  .mr-xxl-4 {
    margin-right: 1.5rem;
  }
  .-mr-xxl-4 {
    margin-right: -1.5rem;
  }
  .mr-xxl-5 {
    margin-right: 2rem;
  }
  .-mr-xxl-5 {
    margin-right: -2rem;
  }
  .mr-xxl-6 {
    margin-right: 3rem;
  }
  .-mr-xxl-6 {
    margin-right: -3rem;
  }
  .mr-xxl-7 {
    margin-right: 4rem;
  }
  .-mr-xxl-7 {
    margin-right: -4rem;
  }
  .mr-xxl-8 {
    margin-right: 5rem;
  }
  .-mr-xxl-8 {
    margin-right: -5rem;
  }
  .mr-xxl-9 {
    margin-right: 6rem;
  }
  .-mr-xxl-9 {
    margin-right: -6rem;
  }
  .mr-xxl-10 {
    margin-right: 7rem;
  }
  .-mr-xxl-10 {
    margin-right: -7rem;
  }
  .mb-xxl-0 {
    margin-bottom: 0;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem;
  }
  .-mb-xxl-1 {
    margin-bottom: -0.25rem;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem;
  }
  .-mb-xxl-2 {
    margin-bottom: -0.5rem;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem;
  }
  .-mb-xxl-3 {
    margin-bottom: -1rem;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem;
  }
  .-mb-xxl-4 {
    margin-bottom: -1.5rem;
  }
  .mb-xxl-5 {
    margin-bottom: 2rem;
  }
  .-mb-xxl-5 {
    margin-bottom: -2rem;
  }
  .mb-xxl-6 {
    margin-bottom: 3rem;
  }
  .-mb-xxl-6 {
    margin-bottom: -3rem;
  }
  .mb-xxl-7 {
    margin-bottom: 4rem;
  }
  .-mb-xxl-7 {
    margin-bottom: -4rem;
  }
  .mb-xxl-8 {
    margin-bottom: 5rem;
  }
  .-mb-xxl-8 {
    margin-bottom: -5rem;
  }
  .mb-xxl-9 {
    margin-bottom: 6rem;
  }
  .-mb-xxl-9 {
    margin-bottom: -6rem;
  }
  .mb-xxl-10 {
    margin-bottom: 7rem;
  }
  .-mb-xxl-10 {
    margin-bottom: -7rem;
  }
  .ml-xxl-0 {
    margin-left: 0;
  }
  .ml-xxl-1 {
    margin-left: 0.25rem;
  }
  .-ml-xxl-1 {
    margin-left: -0.25rem;
  }
  .ml-xxl-2 {
    margin-left: 0.5rem;
  }
  .-ml-xxl-2 {
    margin-left: -0.5rem;
  }
  .ml-xxl-3 {
    margin-left: 1rem;
  }
  .-ml-xxl-3 {
    margin-left: -1rem;
  }
  .ml-xxl-4 {
    margin-left: 1.5rem;
  }
  .-ml-xxl-4 {
    margin-left: -1.5rem;
  }
  .ml-xxl-5 {
    margin-left: 2rem;
  }
  .-ml-xxl-5 {
    margin-left: -2rem;
  }
  .ml-xxl-6 {
    margin-left: 3rem;
  }
  .-ml-xxl-6 {
    margin-left: -3rem;
  }
  .ml-xxl-7 {
    margin-left: 4rem;
  }
  .-ml-xxl-7 {
    margin-left: -4rem;
  }
  .ml-xxl-8 {
    margin-left: 5rem;
  }
  .-ml-xxl-8 {
    margin-left: -5rem;
  }
  .ml-xxl-9 {
    margin-left: 6rem;
  }
  .-ml-xxl-9 {
    margin-left: -6rem;
  }
  .ml-xxl-10 {
    margin-left: 7rem;
  }
  .-ml-xxl-10 {
    margin-left: -7rem;
  }
  .mx-xxl-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .-mx-xxl-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .-mx-xxl-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .mx-xxl-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .-mx-xxl-3 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .mx-xxl-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .-mx-xxl-4 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .mx-xxl-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .-mx-xxl-5 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .mx-xxl-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .-mx-xxl-6 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .mx-xxl-7 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .-mx-xxl-7 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .mx-xxl-8 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .-mx-xxl-8 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .mx-xxl-9 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .-mx-xxl-9 {
    margin-left: -6rem;
    margin-right: -6rem;
  }
  .mx-xxl-10 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .-mx-xxl-10 {
    margin-left: -7rem;
    margin-right: -7rem;
  }
  .my-xxl-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-xxl-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .-my-xxl-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .my-xxl-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .-my-xxl-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .my-xxl-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .-my-xxl-3 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .my-xxl-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .-my-xxl-4 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .my-xxl-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .-my-xxl-5 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .my-xxl-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .-my-xxl-6 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .my-xxl-7 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .-my-xxl-7 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .my-xxl-8 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .-my-xxl-8 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .my-xxl-9 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .-my-xxl-9 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
  .my-xxl-10 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .-my-xxl-10 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }
}
.ratio-1x1 {
  aspect-ratio: 1/1;
}

.ratio-3x2 {
  aspect-ratio: 3/2;
}

.ratio-4x3 {
  aspect-ratio: 4/3;
}

.ratio-16x9 {
  aspect-ratio: 16/9;
}

.ratio-21x9 {
  aspect-ratio: 21/9;
}

.ratio-2x3 {
  aspect-ratio: 2/3;
}

.ratio-3x4 {
  aspect-ratio: 3/4;
}

.ratio-9x16 {
  aspect-ratio: 9/16;
}

@font-face {
  font-family: "Clash Display";
  src: url("/wp-content/themes/vocarit/fonts/ClashDisplay-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("/wp-content/themes/vocarit/fonts/ClashDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/vocarit/fonts/Manrope-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/vocarit/fonts/Manrope-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/vocarit/fonts/Manrope-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  min-width: 320px;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  font-size: 16px;
  touch-action: manipulation;
}

body {
  background-color: #f9f9f9;
  font-family: "Manrope", sans-serif;
  color: #d1d5db;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}

a {
  color: #d1d5db;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease;
}
a:hover {
  color: #0086FF;
}

strong,
b {
  font-weight: 700;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Clash Display", sans-serif;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 3.35rem;
    line-height: 1.1;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  h1 {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 2rem;
  }
}

.section-eyebrow {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1rem;
  color: #0086FF;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}
.section-eyebrow::before {
  content: "";
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: #0086FF;
  box-shadow: 0 0 1rem rgba(0, 134, 255, 0.65);
}
.section-eyebrow--center {
  margin-inline: auto;
}
.section-eyebrow--pill {
  padding: 0.45rem 1rem;
  border: 1px solid rgba(0, 134, 255, 0.3);
  border-radius: 999px;
  background: rgba(0, 134, 255, 0.12);
}
.section-eyebrow--pulse::before {
  animation: section-eyebrow-pulse 1.8s ease-in-out infinite;
}

@keyframes section-eyebrow-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.45;
    transform: scale(0.72);
  }
}
.section-title,
.title {
  font-family: "Clash Display", sans-serif;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 1rem;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .section-title,
  .title {
    font-size: 2.7rem;
    line-height: 1;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .section-title,
  .title {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 2rem;
  }
}
.section-title,
.title {
  line-height: 1.1;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
  text-wrap: balance;
}
.section-title strong,
.title strong {
  color: #0086FF;
  font-weight: inherit;
}
.section-title span,
.title span {
  color: #4b5563;
}
.section-title--center,
.title--center {
  text-align: center;
  margin-inline: auto;
}
.section-title--light,
.title--light {
  color: #F6F4F0;
}
.section-title--small,
.title--small {
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .section-title--small,
  .title--small {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .section-title--small,
  .title--small {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
}
.section-title--large,
.title--large {
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .section-title--large,
  .title--large {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .section-title--large,
  .title--large {
    font-size: 3.35rem;
    line-height: 1.1;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .section-title--large,
  .title--large {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 2rem;
  }
}

.section-intro {
  max-width: 42rem;
  margin: 0 0 clamp(2rem, 4vw, 3.25rem);
  color: #cbd5e1;
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.65;
}
.section-intro--center {
  margin-inline: auto;
  text-align: center;
}
.section-intro > :last-child {
  margin-bottom: 0;
}

.section-subtitle,
.subtitle {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: #474747;
  letter-spacing: 0.05em;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section-subtitle,
  .subtitle {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .section-subtitle,
  .subtitle {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
}
.section-subtitle--center,
.subtitle--center {
  text-align: center;
}
.section-subtitle--muted,
.subtitle--muted {
  color: #898989;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-family: "Clash Display", sans-serif;
  color: #439775;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.content h1 {
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .content h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .content h1 {
    font-size: 3.35rem;
    line-height: 1.1;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .content h1 {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 2rem;
  }
}
.content h1 {
  color: #0086FF;
}
.content h2 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .content h2 {
    font-size: 2.7rem;
    line-height: 1;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .content h2 {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 2rem;
  }
}
.content h3 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .content h3 {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .content h3 {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
}
.content h4 {
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .content h4 {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .content h4 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
}
.content h5 {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .content h5 {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .content h5 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
}
.content h6 {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .content h6 {
    font-size: 1.1rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .content h6 {
    font-size: 1.1rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }
}
.content p {
  font-size: 1rem;
  line-height: 1.618;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .content p {
    font-size: 1rem;
    line-height: 1.618;
    margin-bottom: 1.5rem;
  }
}
.content p {
  color: #d1d5db;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 1.5em;
}
.content .tagline {
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  color: #0086FF;
}
.content a:not(.btn) {
  color: #0086FF;
  text-decoration: none;
  transition: color 0.2s ease;
}
.content a:not(.btn):hover, .content a:not(.btn):focus {
  color: #0086FF;
  text-decoration: underline;
}
.content b,
.content strong {
  font-weight: 700;
}
.content em,
.content i {
  font-style: italic;
}
.content ul,
.content ol {
  font-size: 1rem;
  line-height: 1.618;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .content ul,
  .content ol {
    font-size: 1rem;
    line-height: 1.618;
    margin-bottom: 1.5rem;
  }
}
.content ul,
.content ol {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  margin: 0 1.5rem 1.5rem;
  line-height: 1.6;
}
.content ul {
  list-style-type: disc;
}
.content ol {
  list-style-type: decimal;
}
.content ol ol {
  list-style: upper-alpha;
}
.content ol ol ol {
  list-style: lower-roman;
}
.content ol ol ol ol {
  list-style: lower-alpha;
}
.content blockquote {
  border-left: 3px solid #0086FF;
  padding-left: 2.5rem;
  margin: 3rem 0;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 700;
}
.content blockquote p {
  font-family: "Clash Display", sans-serif;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 300;
  color: #0086FF;
}

.cat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.cat-header h1 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .cat-header h1 {
    font-size: 2.7rem;
    line-height: 1;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .cat-header h1 {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 2rem;
  }
}
.cat-header h1 {
  color: #0086FF;
  margin: 0;
}
.cat-header h2 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .cat-header h2 {
    font-size: 2.7rem;
    line-height: 1;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .cat-header h2 {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 2rem;
  }
}
.cat-header h2 {
  color: #439775;
  margin: 0;
}
.cat-header__count {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dedede;
  border-radius: 0.5rem 1rem 0.5rem 1rem;
  padding: 0.3rem 1rem;
  font-size: 0.85rem;
  color: #fff;
  background-color: #439775;
}

@font-face {
  font-family: "entypo";
  src: url("../../font/entypo.eot?70963374");
  src: url("../../font/entypo.eot?70963374#iefix") format("embedded-opentype"), url("../../font/entypo.woff2?70963374") format("woff2"), url("../../font/entypo.woff?70963374") format("woff"), url("../../font/entypo.ttf?70963374") format("truetype"), url("../../font/entypo.svg?70963374#entypo") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'entypo';
    src: url('../../font/entypo.svg?70963374#entypo') format('svg');
  }
}
*/
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-500px-with-circle:before {
  content: "\e800";
}

/* '' */
.icon-500px:before {
  content: "\e801";
}

/* '' */
.icon-app-store:before {
  content: "\e802";
}

/* '' */
.icon-baidu:before {
  content: "\e803";
}

/* '' */
.icon-basecamp:before {
  content: "\e804";
}

/* '' */
.icon-behance:before {
  content: "\e805";
}

/* '' */
.icon-creative-cloud:before {
  content: "\e806";
}

/* '' */
.icon-dribbble-with-circle:before {
  content: "\e807";
}

/* '' */
.icon-dribbble:before {
  content: "\e808";
}

/* '' */
.icon-dropbox:before {
  content: "\e809";
}

/* '' */
.icon-evernote:before {
  content: "\e80a";
}

/* '' */
.icon-facebook-letter:before {
  content: "\e80b";
}

/* '' */
.icon-facebook-with-circle:before {
  content: "\e80c";
}

/* '' */
.icon-facebook:before {
  content: "\e80d";
}

/* '' */
.icon-flattr:before {
  content: "\e80e";
}

/* '' */
.icon-flickr-with-circle:before {
  content: "\e80f";
}

/* '' */
.icon-flickr:before {
  content: "\e810";
}

/* '' */
.icon-foursquare:before {
  content: "\e811";
}

/* '' */
.icon-github-with-circle:before {
  content: "\e812";
}

/* '' */
.icon-github:before {
  content: "\e813";
}

/* '' */
.icon-google-drive:before {
  content: "\e814";
}

/* '' */
.icon-google-hangouts:before {
  content: "\e815";
}

/* '' */
.icon-google-play:before {
  content: "\e816";
}

/* '' */
.icon-google-with-circle:before {
  content: "\e817";
}

/* '' */
.icon-grooveshark:before {
  content: "\e818";
}

/* '' */
.icon-google:before {
  content: "\e819";
}

/* '' */
.icon-houzz:before {
  content: "\e81a";
}

/* '' */
.icon-icloud:before {
  content: "\e81b";
}

/* '' */
.icon-instagram-with-circle:before {
  content: "\e81c";
}

/* '' */
.icon-instagram:before {
  content: "\e81d";
}

/* '' */
.icon-lastfm-with-circle:before {
  content: "\e81e";
}

/* '' */
.icon-lastfm:before {
  content: "\e81f";
}

/* '' */
.icon-linkedin-with-circle:before {
  content: "\e820";
}

/* '' */
.icon-linkedin:before {
  content: "\e821";
}

/* '' */
.icon-mail-with-circle:before {
  content: "\e822";
}

/* '' */
.icon-medium-with-circle:before {
  content: "\e823";
}

/* '' */
.icon-medium:before {
  content: "\e824";
}

/* '' */
.icon-mixi:before {
  content: "\e825";
}

/* '' */
.icon-onedrive:before {
  content: "\e826";
}

/* '' */
.icon-paypal:before {
  content: "\e827";
}

/* '' */
.icon-picasa:before {
  content: "\e828";
}

/* '' */
.icon-pinterest-with-circle:before {
  content: "\e829";
}

/* '' */
.icon-pinterest:before {
  content: "\e82a";
}

/* '' */
.icon-qq-with-circle:before {
  content: "\e82b";
}

/* '' */
.icon-qq:before {
  content: "\e82c";
}

/* '' */
.icon-raft-with-circle:before {
  content: "\e82d";
}

/* '' */
.icon-raft:before {
  content: "\e82e";
}

/* '' */
.icon-rainbow:before {
  content: "\e82f";
}

/* '' */
.icon-rdio-with-circle:before {
  content: "\e830";
}

/* '' */
.icon-renren:before {
  content: "\e831";
}

/* '' */
.icon-rdio:before {
  content: "\e832";
}

/* '' */
.icon-scribd:before {
  content: "\e833";
}

/* '' */
.icon-sina-weibo:before {
  content: "\e834";
}

/* '' */
.icon-skype-with-circle:before {
  content: "\e835";
}

/* '' */
.icon-skype:before {
  content: "\e836";
}

/* '' */
.icon-slideshare:before {
  content: "\e837";
}

/* '' */
.icon-smashing:before {
  content: "\e838";
}

/* '' */
.icon-soundcloud:before {
  content: "\e839";
}

/* '' */
.icon-spotify:before {
  content: "\e83a";
}

/* '' */
.icon-spotify-with-circle:before {
  content: "\e83b";
}

/* '' */
.icon-stumbleupon-with-circle:before {
  content: "\e83c";
}

/* '' */
.icon-stumbleupon:before {
  content: "\e83d";
}

/* '' */
.icon-swarm:before {
  content: "\e83e";
}

/* '' */
.icon-tripadvisor:before {
  content: "\e83f";
}

/* '' */
.icon-tumblr-with-circle:before {
  content: "\e840";
}

/* '' */
.icon-tumblr:before {
  content: "\e841";
}

/* '' */
.icon-twitter-with-circle:before {
  content: "\e842";
}

/* '' */
.icon-twitter:before {
  content: "\e843";
}

/* '' */
.icon-vimeo-with-circle:before {
  content: "\e844";
}

/* '' */
.icon-vimeo:before {
  content: "\e845";
}

/* '' */
.icon-vine-with-circle:before {
  content: "\e846";
}

/* '' */
.icon-vine:before {
  content: "\e847";
}

/* '' */
.icon-vk-alternitive:before {
  content: "\e848";
}

/* '' */
.icon-vk-with-circle:before {
  content: "\e849";
}

/* '' */
.icon-vk:before {
  content: "\e84a";
}

/* '' */
.icon-whatsapp:before {
  content: "\e84b";
}

/* '' */
.icon-windows-store:before {
  content: "\e84c";
}

/* '' */
.icon-xing-with-circle:before {
  content: "\e84d";
}

/* '' */
.icon-xing:before {
  content: "\e84e";
}

/* '' */
.icon-yelp:before {
  content: "\e84f";
}

/* '' */
.icon-youko-with-circle:before {
  content: "\e850";
}

/* '' */
.icon-youko:before {
  content: "\e851";
}

/* '' */
.icon-youtube-with-circle:before {
  content: "\e852";
}

/* '' */
.icon-youtube:before {
  content: "\e853";
}

/* '' */
.icon-add-to-list:before {
  content: "\e854";
}

/* '' */
.icon-add-user:before {
  content: "\e855";
}

/* '' */
.icon-address:before {
  content: "\e856";
}

/* '' */
.icon-adjust:before {
  content: "\e857";
}

/* '' */
.icon-air:before {
  content: "\e858";
}

/* '' */
.icon-aircraft-landing:before {
  content: "\e859";
}

/* '' */
.icon-aircraft-take-off:before {
  content: "\e85a";
}

/* '' */
.icon-aircraft:before {
  content: "\e85b";
}

/* '' */
.icon-align-bottom:before {
  content: "\e85c";
}

/* '' */
.icon-align-horizontal-middle:before {
  content: "\e85d";
}

/* '' */
.icon-align-left:before {
  content: "\e85e";
}

/* '' */
.icon-align-right:before {
  content: "\e85f";
}

/* '' */
.icon-align-top:before {
  content: "\e860";
}

/* '' */
.icon-align-vertical-middle:before {
  content: "\e861";
}

/* '' */
.icon-archive:before {
  content: "\e862";
}

/* '' */
.icon-area-graph:before {
  content: "\e863";
}

/* '' */
.icon-arrow-bold-down:before {
  content: "\e864";
}

/* '' */
.icon-arrow-bold-left:before {
  content: "\e865";
}

/* '' */
.icon-arrow-bold-right:before {
  content: "\e866";
}

/* '' */
.icon-arrow-bold-up:before {
  content: "\e867";
}

/* '' */
.icon-arrow-down-1:before {
  content: "\e868";
}

/* '' */
.icon-arrow-left-1:before {
  content: "\e869";
}

/* '' */
.icon-arrow-long-down:before {
  content: "\e86a";
}

/* '' */
.icon-arrow-long-left:before {
  content: "\e86b";
}

/* '' */
.icon-arrow-long-right:before {
  content: "\e86c";
}

/* '' */
.icon-arrow-long-up:before {
  content: "\e86d";
}

/* '' */
.icon-arrow-right-1:before {
  content: "\e86e";
}

/* '' */
.icon-arrow-up-1:before {
  content: "\e86f";
}

/* '' */
.icon-arrow-with-circle-down:before {
  content: "\e870";
}

/* '' */
.icon-arrow-with-circle-left:before {
  content: "\e871";
}

/* '' */
.icon-arrow-with-circle-right:before {
  content: "\e872";
}

/* '' */
.icon-arrow-with-circle-up:before {
  content: "\e873";
}

/* '' */
.icon-attachment:before {
  content: "\e874";
}

/* '' */
.icon-awareness-ribbon:before {
  content: "\e875";
}

/* '' */
.icon-back:before {
  content: "\e876";
}

/* '' */
.icon-bar-graph:before {
  content: "\e877";
}

/* '' */
.icon-back-in-time:before {
  content: "\e878";
}

/* '' */
.icon-battery:before {
  content: "\e879";
}

/* '' */
.icon-beamed-note:before {
  content: "\e87a";
}

/* '' */
.icon-bell:before {
  content: "\e87b";
}

/* '' */
.icon-blackboard:before {
  content: "\e87c";
}

/* '' */
.icon-block:before {
  content: "\e87d";
}

/* '' */
.icon-book:before {
  content: "\e87e";
}

/* '' */
.icon-bookmark:before {
  content: "\e87f";
}

/* '' */
.icon-bookmarks:before {
  content: "\e880";
}

/* '' */
.icon-bowl:before {
  content: "\e881";
}

/* '' */
.icon-box:before {
  content: "\e882";
}

/* '' */
.icon-briefcase:before {
  content: "\e883";
}

/* '' */
.icon-browser:before {
  content: "\e884";
}

/* '' */
.icon-brush:before {
  content: "\e885";
}

/* '' */
.icon-bucket:before {
  content: "\e886";
}

/* '' */
.icon-bug:before {
  content: "\e887";
}

/* '' */
.icon-cake:before {
  content: "\e888";
}

/* '' */
.icon-calculator:before {
  content: "\e889";
}

/* '' */
.icon-calendar:before {
  content: "\e88a";
}

/* '' */
.icon-camera:before {
  content: "\e88b";
}

/* '' */
.icon-ccw:before {
  content: "\e88c";
}

/* '' */
.icon-chat:before {
  content: "\e88d";
}

/* '' */
.icon-check:before {
  content: "\e88e";
}

/* '' */
.icon-chevron-down:before {
  content: "\e88f";
}

/* '' */
.icon-chevron-left:before {
  content: "\e890";
}

/* '' */
.icon-chevron-right:before {
  content: "\e891";
}

/* '' */
.icon-chevron-small-down:before {
  content: "\e892";
}

/* '' */
.icon-chevron-small-left:before {
  content: "\e893";
}

/* '' */
.icon-chevron-small-right:before {
  content: "\e894";
}

/* '' */
.icon-chevron-small-up:before {
  content: "\e895";
}

/* '' */
.icon-chevron-thin-down:before {
  content: "\e896";
}

/* '' */
.icon-chevron-thin-left:before {
  content: "\e897";
}

/* '' */
.icon-chevron-thin-right:before {
  content: "\e898";
}

/* '' */
.icon-chevron-thin-up:before {
  content: "\e899";
}

/* '' */
.icon-chevron-up:before {
  content: "\e89a";
}

/* '' */
.icon-chevron-with-circle-down:before {
  content: "\e89b";
}

/* '' */
.icon-chevron-with-circle-left:before {
  content: "\e89c";
}

/* '' */
.icon-chevron-with-circle-right:before {
  content: "\e89d";
}

/* '' */
.icon-chevron-with-circle-up:before {
  content: "\e89e";
}

/* '' */
.icon-circle-with-cross:before {
  content: "\e89f";
}

/* '' */
.icon-circle-with-minus:before {
  content: "\e8a0";
}

/* '' */
.icon-circle-with-plus:before {
  content: "\e8a1";
}

/* '' */
.icon-circle:before {
  content: "\e8a2";
}

/* '' */
.icon-circular-graph:before {
  content: "\e8a3";
}

/* '' */
.icon-clapperboard:before {
  content: "\e8a4";
}

/* '' */
.icon-classic-computer:before {
  content: "\e8a5";
}

/* '' */
.icon-clipboard:before {
  content: "\e8a6";
}

/* '' */
.icon-clock:before {
  content: "\e8a7";
}

/* '' */
.icon-cloud:before {
  content: "\e8a8";
}

/* '' */
.icon-code:before {
  content: "\e8a9";
}

/* '' */
.icon-cog:before {
  content: "\e8aa";
}

/* '' */
.icon-colours:before {
  content: "\e8ab";
}

/* '' */
.icon-compass:before {
  content: "\e8ac";
}

/* '' */
.icon-controller-fast-backward:before {
  content: "\e8ad";
}

/* '' */
.icon-controller-fast-forward:before {
  content: "\e8ae";
}

/* '' */
.icon-controller-jump-to-start:before {
  content: "\e8af";
}

/* '' */
.icon-controller-next:before {
  content: "\e8b0";
}

/* '' */
.icon-controller-paus:before {
  content: "\e8b1";
}

/* '' */
.icon-controller-play:before {
  content: "\e8b2";
}

/* '' */
.icon-controller-record:before {
  content: "\e8b3";
}

/* '' */
.icon-controller-stop:before {
  content: "\e8b4";
}

/* '' */
.icon-controller-volume:before {
  content: "\e8b5";
}

/* '' */
.icon-copy:before {
  content: "\e8b6";
}

/* '' */
.icon-creative-commons-attribution:before {
  content: "\e8b7";
}

/* '' */
.icon-creative-commons-noderivs:before {
  content: "\e8b8";
}

/* '' */
.icon-creative-commons-noncommercial-eu:before {
  content: "\e8b9";
}

/* '' */
.icon-creative-commons-noncommercial-us:before {
  content: "\e8ba";
}

/* '' */
.icon-creative-commons-public-domain:before {
  content: "\e8bb";
}

/* '' */
.icon-creative-commons-remix:before {
  content: "\e8bc";
}

/* '' */
.icon-creative-commons-share:before {
  content: "\e8bd";
}

/* '' */
.icon-creative-commons-sharealike:before {
  content: "\e8be";
}

/* '' */
.icon-creative-commons:before {
  content: "\e8bf";
}

/* '' */
.icon-credit-card:before {
  content: "\e8c0";
}

/* '' */
.icon-credit:before {
  content: "\e8c1";
}

/* '' */
.icon-crop:before {
  content: "\e8c2";
}

/* '' */
.icon-cross:before {
  content: "\e8c3";
}

/* '' */
.icon-cup:before {
  content: "\e8c4";
}

/* '' */
.icon-cw:before {
  content: "\e8c5";
}

/* '' */
.icon-cycle:before {
  content: "\e8c6";
}

/* '' */
.icon-database:before {
  content: "\e8c7";
}

/* '' */
.icon-dial-pad:before {
  content: "\e8c8";
}

/* '' */
.icon-direction:before {
  content: "\e8c9";
}

/* '' */
.icon-document-landscape:before {
  content: "\e8ca";
}

/* '' */
.icon-document:before {
  content: "\e8cb";
}

/* '' */
.icon-documents:before {
  content: "\e8cc";
}

/* '' */
.icon-dot-single:before {
  content: "\e8cd";
}

/* '' */
.icon-dots-three-horizontal:before {
  content: "\e8ce";
}

/* '' */
.icon-dots-three-vertical:before {
  content: "\e8cf";
}

/* '' */
.icon-dots-two-horizontal:before {
  content: "\e8d0";
}

/* '' */
.icon-dots-two-vertical:before {
  content: "\e8d1";
}

/* '' */
.icon-download:before {
  content: "\e8d2";
}

/* '' */
.icon-drink:before {
  content: "\e8d3";
}

/* '' */
.icon-drive:before {
  content: "\e8d4";
}

/* '' */
.icon-drop:before {
  content: "\e8d5";
}

/* '' */
.icon-edit:before {
  content: "\e8d6";
}

/* '' */
.icon-email:before {
  content: "\e8d7";
}

/* '' */
.icon-emoji-flirt:before {
  content: "\e8d8";
}

/* '' */
.icon-emoji-happy:before {
  content: "\e8d9";
}

/* '' */
.icon-emoji-neutral:before {
  content: "\e8da";
}

/* '' */
.icon-emoji-sad:before {
  content: "\e8db";
}

/* '' */
.icon-erase:before {
  content: "\e8dc";
}

/* '' */
.icon-eraser:before {
  content: "\e8dd";
}

/* '' */
.icon-export:before {
  content: "\e8de";
}

/* '' */
.icon-eye-with-line:before {
  content: "\e8df";
}

/* '' */
.icon-eye:before {
  content: "\e8e0";
}

/* '' */
.icon-feather:before {
  content: "\e8e1";
}

/* '' */
.icon-fingerprint:before {
  content: "\e8e2";
}

/* '' */
.icon-flag:before {
  content: "\e8e3";
}

/* '' */
.icon-flash:before {
  content: "\e8e4";
}

/* '' */
.icon-flashlight:before {
  content: "\e8e5";
}

/* '' */
.icon-flat-brush:before {
  content: "\e8e6";
}

/* '' */
.icon-flow-branch:before {
  content: "\e8e7";
}

/* '' */
.icon-flow-cascade:before {
  content: "\e8e8";
}

/* '' */
.icon-flow-line:before {
  content: "\e8e9";
}

/* '' */
.icon-flow-parallel:before {
  content: "\e8ea";
}

/* '' */
.icon-flow-tree:before {
  content: "\e8eb";
}

/* '' */
.icon-flower:before {
  content: "\e8ec";
}

/* '' */
.icon-folder-images:before {
  content: "\e8ed";
}

/* '' */
.icon-folder-music:before {
  content: "\e8ee";
}

/* '' */
.icon-folder-video:before {
  content: "\e8ef";
}

/* '' */
.icon-folder:before {
  content: "\e8f0";
}

/* '' */
.icon-forward:before {
  content: "\e8f1";
}

/* '' */
.icon-funnel:before {
  content: "\e8f2";
}

/* '' */
.icon-game-controller:before {
  content: "\e8f3";
}

/* '' */
.icon-gauge:before {
  content: "\e8f4";
}

/* '' */
.icon-globe:before {
  content: "\e8f5";
}

/* '' */
.icon-graduation-cap:before {
  content: "\e8f6";
}

/* '' */
.icon-grid:before {
  content: "\e8f7";
}

/* '' */
.icon-grid9:before {
  content: "\e8f8";
}

/* '' */
.icon-hair-cross:before {
  content: "\e8f9";
}

/* '' */
.icon-hand:before {
  content: "\e8fa";
}

/* '' */
.icon-heart-outlined:before {
  content: "\e8fb";
}

/* '' */
.icon-heart:before {
  content: "\e8fc";
}

/* '' */
.icon-help-with-circle:before {
  content: "\e8fd";
}

/* '' */
.icon-help:before {
  content: "\e8fe";
}

/* '' */
.icon-home:before {
  content: "\e8ff";
}

/* '' */
.icon-hour-glass:before {
  content: "\e900";
}

/* '' */
.icon-image-inverted:before {
  content: "\e901";
}

/* '' */
.icon-image:before {
  content: "\e902";
}

/* '' */
.icon-images:before {
  content: "\e903";
}

/* '' */
.icon-inbox:before {
  content: "\e904";
}

/* '' */
.icon-infinity:before {
  content: "\e905";
}

/* '' */
.icon-info-with-circle:before {
  content: "\e906";
}

/* '' */
.icon-info:before {
  content: "\e907";
}

/* '' */
.icon-install:before {
  content: "\e908";
}

/* '' */
.icon-key:before {
  content: "\e909";
}

/* '' */
.icon-keyboard:before {
  content: "\e90a";
}

/* '' */
.icon-lab-flask:before {
  content: "\e90b";
}

/* '' */
.icon-landline:before {
  content: "\e90c";
}

/* '' */
.icon-language:before {
  content: "\e90d";
}

/* '' */
.icon-laptop:before {
  content: "\e90e";
}

/* '' */
.icon-layers:before {
  content: "\e90f";
}

/* '' */
.icon-leaf:before {
  content: "\e910";
}

/* '' */
.icon-level-down:before {
  content: "\e911";
}

/* '' */
.icon-level-up:before {
  content: "\e912";
}

/* '' */
.icon-lifebuoy:before {
  content: "\e913";
}

/* '' */
.icon-light-bulb:before {
  content: "\e914";
}

/* '' */
.icon-light-down:before {
  content: "\e915";
}

/* '' */
.icon-light-up:before {
  content: "\e916";
}

/* '' */
.icon-line-graph:before {
  content: "\e917";
}

/* '' */
.icon-link:before {
  content: "\e918";
}

/* '' */
.icon-list:before {
  content: "\e919";
}

/* '' */
.icon-location-pin:before {
  content: "\e91a";
}

/* '' */
.icon-location:before {
  content: "\e91b";
}

/* '' */
.icon-lock-open:before {
  content: "\e91c";
}

/* '' */
.icon-lock:before {
  content: "\e91d";
}

/* '' */
.icon-log-out:before {
  content: "\e91e";
}

/* '' */
.icon-login:before {
  content: "\e91f";
}

/* '' */
.icon-loop:before {
  content: "\e920";
}

/* '' */
.icon-magnet:before {
  content: "\e921";
}

/* '' */
.icon-magnifying-glass:before {
  content: "\e922";
}

/* '' */
.icon-mail:before {
  content: "\e923";
}

/* '' */
.icon-man:before {
  content: "\e924";
}

/* '' */
.icon-map:before {
  content: "\e925";
}

/* '' */
.icon-mask:before {
  content: "\e926";
}

/* '' */
.icon-medal:before {
  content: "\e927";
}

/* '' */
.icon-megaphone:before {
  content: "\e928";
}

/* '' */
.icon-menu:before {
  content: "\e929";
}

/* '' */
.icon-merge:before {
  content: "\e92a";
}

/* '' */
.icon-message:before {
  content: "\e92b";
}

/* '' */
.icon-mic:before {
  content: "\e92c";
}

/* '' */
.icon-minus:before {
  content: "\e92d";
}

/* '' */
.icon-mobile:before {
  content: "\e92e";
}

/* '' */
.icon-modern-mic:before {
  content: "\e92f";
}

/* '' */
.icon-moon:before {
  content: "\e930";
}

/* '' */
.icon-mouse-pointer:before {
  content: "\e931";
}

/* '' */
.icon-mouse:before {
  content: "\e932";
}

/* '' */
.icon-music:before {
  content: "\e933";
}

/* '' */
.icon-network:before {
  content: "\e934";
}

/* '' */
.icon-new-message:before {
  content: "\e935";
}

/* '' */
.icon-new:before {
  content: "\e936";
}

/* '' */
.icon-news:before {
  content: "\e937";
}

/* '' */
.icon-newsletter:before {
  content: "\e938";
}

/* '' */
.icon-note:before {
  content: "\e939";
}

/* '' */
.icon-notification:before {
  content: "\e93a";
}

/* '' */
.icon-notifications-off:before {
  content: "\e93b";
}

/* '' */
.icon-old-mobile:before {
  content: "\e93c";
}

/* '' */
.icon-old-phone:before {
  content: "\e93d";
}

/* '' */
.icon-open-book:before {
  content: "\e93e";
}

/* '' */
.icon-palette:before {
  content: "\e93f";
}

/* '' */
.icon-paper-plane:before {
  content: "\e940";
}

/* '' */
.icon-pencil:before {
  content: "\e941";
}

/* '' */
.icon-phone:before {
  content: "\e942";
}

/* '' */
.icon-pie-chart:before {
  content: "\e943";
}

/* '' */
.icon-pin:before {
  content: "\e944";
}

/* '' */
.icon-plus:before {
  content: "\e945";
}

/* '' */
.icon-popup:before {
  content: "\e946";
}

/* '' */
.icon-power-plug:before {
  content: "\e947";
}

/* '' */
.icon-price-ribbon:before {
  content: "\e948";
}

/* '' */
.icon-price-tag:before {
  content: "\e949";
}

/* '' */
.icon-print:before {
  content: "\e94a";
}

/* '' */
.icon-progress-empty:before {
  content: "\e94b";
}

/* '' */
.icon-progress-full:before {
  content: "\e94c";
}

/* '' */
.icon-progress-one:before {
  content: "\e94d";
}

/* '' */
.icon-progress-two:before {
  content: "\e94e";
}

/* '' */
.icon-publish:before {
  content: "\e94f";
}

/* '' */
.icon-quote:before {
  content: "\e950";
}

/* '' */
.icon-radio:before {
  content: "\e951";
}

/* '' */
.icon-remove-user:before {
  content: "\e952";
}

/* '' */
.icon-reply-all:before {
  content: "\e953";
}

/* '' */
.icon-reply:before {
  content: "\e954";
}

/* '' */
.icon-resize-100:before {
  content: "\e955";
}

/* '' */
.icon-resize-full-screen:before {
  content: "\e956";
}

/* '' */
.icon-retweet:before {
  content: "\e957";
}

/* '' */
.icon-rocket:before {
  content: "\e958";
}

/* '' */
.icon-rotate-smartphone:before {
  content: "\e959";
}

/* '' */
.icon-round-brush:before {
  content: "\e95a";
}

/* '' */
.icon-rss:before {
  content: "\e95b";
}

/* '' */
.icon-ruler:before {
  content: "\e95c";
}

/* '' */
.icon-save:before {
  content: "\e95d";
}

/* '' */
.icon-scissors:before {
  content: "\e95e";
}

/* '' */
.icon-select-arrows:before {
  content: "\e95f";
}

/* '' */
.icon-share-alternative:before {
  content: "\e960";
}

/* '' */
.icon-share:before {
  content: "\e961";
}

/* '' */
.icon-shareable:before {
  content: "\e962";
}

/* '' */
.icon-shield:before {
  content: "\e963";
}

/* '' */
.icon-shop:before {
  content: "\e964";
}

/* '' */
.icon-shopping-bag:before {
  content: "\e965";
}

/* '' */
.icon-shopping-basket:before {
  content: "\e966";
}

/* '' */
.icon-shopping-cart:before {
  content: "\e967";
}

/* '' */
.icon-shuffle:before {
  content: "\e968";
}

/* '' */
.icon-signal:before {
  content: "\e969";
}

/* '' */
.icon-sound-mix:before {
  content: "\e96a";
}

/* '' */
.icon-sound-mute:before {
  content: "\e96b";
}

/* '' */
.icon-sound:before {
  content: "\e96c";
}

/* '' */
.icon-sports-club:before {
  content: "\e96d";
}

/* '' */
.icon-spreadsheet:before {
  content: "\e96e";
}

/* '' */
.icon-squared-cross:before {
  content: "\e96f";
}

/* '' */
.icon-squared-minus:before {
  content: "\e970";
}

/* '' */
.icon-squared-plus:before {
  content: "\e971";
}

/* '' */
.icon-star-outlined:before {
  content: "\e972";
}

/* '' */
.icon-star:before {
  content: "\e973";
}

/* '' */
.icon-stopwatch:before {
  content: "\e974";
}

/* '' */
.icon-suitcase:before {
  content: "\e975";
}

/* '' */
.icon-swap:before {
  content: "\e976";
}

/* '' */
.icon-sweden:before {
  content: "\e977";
}

/* '' */
.icon-switch:before {
  content: "\e978";
}

/* '' */
.icon-tablet-mobile-combo:before {
  content: "\e979";
}

/* '' */
.icon-tablet:before {
  content: "\e97a";
}

/* '' */
.icon-tag:before {
  content: "\e97b";
}

/* '' */
.icon-text-document-inverted:before {
  content: "\e97c";
}

/* '' */
.icon-text-document:before {
  content: "\e97d";
}

/* '' */
.icon-text:before {
  content: "\e97e";
}

/* '' */
.icon-thermometer:before {
  content: "\e97f";
}

/* '' */
.icon-thumbs-down:before {
  content: "\e980";
}

/* '' */
.icon-thumbs-up:before {
  content: "\e981";
}

/* '' */
.icon-thunder-cloud:before {
  content: "\e982";
}

/* '' */
.icon-ticket:before {
  content: "\e983";
}

/* '' */
.icon-time-slot:before {
  content: "\e984";
}

/* '' */
.icon-tools:before {
  content: "\e985";
}

/* '' */
.icon-traffic-cone:before {
  content: "\e986";
}

/* '' */
.icon-trash:before {
  content: "\e987";
}

/* '' */
.icon-tree:before {
  content: "\e988";
}

/* '' */
.icon-triangle-down:before {
  content: "\e989";
}

/* '' */
.icon-triangle-left:before {
  content: "\e98a";
}

/* '' */
.icon-triangle-right:before {
  content: "\e98b";
}

/* '' */
.icon-triangle-up:before {
  content: "\e98c";
}

/* '' */
.icon-trophy:before {
  content: "\e98d";
}

/* '' */
.icon-tv:before {
  content: "\e98e";
}

/* '' */
.icon-typing:before {
  content: "\e98f";
}

/* '' */
.icon-uninstall:before {
  content: "\e990";
}

/* '' */
.icon-unread:before {
  content: "\e991";
}

/* '' */
.icon-untag:before {
  content: "\e992";
}

/* '' */
.icon-upload-to-cloud:before {
  content: "\e993";
}

/* '' */
.icon-upload:before {
  content: "\e994";
}

/* '' */
.icon-user:before {
  content: "\e995";
}

/* '' */
.icon-users:before {
  content: "\e996";
}

/* '' */
.icon-v-card:before {
  content: "\e997";
}

/* '' */
.icon-video-camera:before {
  content: "\e998";
}

/* '' */
.icon-video:before {
  content: "\e999";
}

/* '' */
.icon-vinyl:before {
  content: "\e99a";
}

/* '' */
.icon-voicemail:before {
  content: "\e99b";
}

/* '' */
.icon-wallet:before {
  content: "\e99c";
}

/* '' */
.icon-warning:before {
  content: "\e99d";
}

/* '' */
.icon-water:before {
  content: "\e99e";
}

/* '' */
.icon-user-outline:before {
  content: "\e9a1";
}

/* '' */
.icon-favorites:before {
  content: "\e9a2";
}

/* '' */
.icon-facebook-1:before {
  content: "\e9a7";
}

/* '' */
.icon-instagram-1:before {
  content: "\e9a8";
}

/* '' */
.icon-location-1:before {
  content: "\e9a9";
}

/* '' */
.icon-filter:before {
  content: "\e9ab";
}

/* '' */
.icon-arrow-down:before {
  content: "\e9ac";
}

/* '' */
.icon-arrow-left:before {
  content: "\e9ad";
}

/* '' */
.icon-arrow-right:before {
  content: "\e9ae";
}

/* '' */
.icon-arrow-up:before {
  content: "\e9af";
}

/* '' */
html.is-locked {
  overflow: hidden;
  overscroll-behavior: none;
}

.embed {
  aspect-ratio: 16/9;
  display: block;
}

.embed > iframe,
.embed > embed,
.embed > object,
.embed > img,
.embed > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

[data-trigger-click] {
  cursor: pointer;
}
[data-trigger-click] a,
[data-trigger-click] button {
  cursor: inherit;
}

.sr-only {
  position: absolute !important;
  inline-size: 1px !important;
  block-size: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.not-sr-only {
  position: static !important;
  inline-size: auto !important;
  block-size: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

html.is-locked,
body.is-locked {
  overflow: hidden; /* desktop */
}

body.is-locked {
  position: fixed; /* iOS-fix */
  width: 100%;
}

.content img {
  margin: 0 0 1.5em;
  max-width: 100%;
  height: auto;
  display: block;
}
.content .alignleft,
.content img.alignleft {
  float: left;
  display: inline;
  margin-right: 1.5em;
}
.content .alignright,
.content img.alignright {
  float: right;
  display: inline;
  margin-left: 1.5em;
}
.content .aligncenter,
.content img.aligncenter {
  display: block;
  margin-inline: auto;
  clear: both;
}
.content .wp-caption {
  margin-bottom: 1.5rem;
  text-align: center;
  padding-top: 0.5rem;
}
.content .wp-caption img {
  border: 0;
  padding: 0;
  margin: 0;
}
.content .wp-caption p.wp-caption-text {
  margin: 0;
  line-height: 1.5;
  font-size: 0.8rem;
  color: #898989;
}
.content .wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
.content blockquote.left {
  float: left;
  width: 33%;
  margin-left: 0;
  margin-right: 1.5rem;
  text-align: right;
}
.content blockquote.right {
  float: right;
  width: 33%;
  margin-right: 0;
  margin-left: 1.5rem;
  text-align: left;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 50;
  padding: 1.5rem 1.5rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .site-header {
    padding: 3rem 3rem;
  }
}
.site-header__nav {
  width: 100%;
  display: flex;
  justify-content: center;
}
.site-header__inner {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 80rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  transition: all 0.3s ease;
}
.site-header__brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
}
.site-header__logo-icon {
  width: clamp(7rem, 12vw, 10rem);
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header__logo-icon img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.site-header__logo-text {
  font-size: 1.25rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.site-header__menu {
  display: none;
}
@media (min-width: 768px) {
  .site-header__menu {
    display: block;
  }
}
.site-header__menu-list {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.site-header__menu-list li {
  position: relative;
}
.site-header__menu-list li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0 0.15rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgb(156, 163, 175);
  text-decoration: none;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}
.site-header__menu-list li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.45rem;
  width: 1.65rem;
  height: 0.18rem;
  border-radius: 999px;
  background: #0086FF;
  box-shadow: 0 0 1.2rem rgba(0, 134, 255, 0.85);
  opacity: 0;
  transform: translateX(-50%) scaleX(0.45);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.site-header__menu-list li a:hover {
  color: #0086FF;
}
.site-header__menu-list li.current-menu-item > a, .site-header__menu-list li.current-menu-ancestor > a, .site-header__menu-list li.current-menu-parent > a, .site-header__menu-list li.current_page_item > a, .site-header__menu-list li.current_page_ancestor > a, .site-header__menu-list li.current_page_parent > a {
  color: #ffffff;
  text-shadow: 0 0 1.2rem rgba(0, 134, 255, 0.55);
}
.site-header__menu-list li.current-menu-item > a::after, .site-header__menu-list li.current-menu-ancestor > a::after, .site-header__menu-list li.current-menu-parent > a::after, .site-header__menu-list li.current_page_item > a::after, .site-header__menu-list li.current_page_ancestor > a::after, .site-header__menu-list li.current_page_parent > a::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.site-header__lang {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #cbd5e1;
}
@media (max-width: 767px) {
  .site-header__lang {
    display: none;
  }
}
.site-header__lang:hover {
  color: #0086FF;
}
.site-header__lang-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}
.site-header__lang-current {
  pointer-events: none;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.site-header__lang-dropdown {
  position: absolute;
  inset: -0.5rem;
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
}
.site-header__lang-dropdown li.current-lang {
  display: none;
}
.site-header__lang-dropdown li:not(.current-lang) {
  width: 100%;
  height: 100%;
}
.site-header__lang-dropdown a {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  text-indent: -9999px; /* Verbergt de tekst van de link visueel */
}
.site-header__lang-dropdown a:focus-visible {
  outline: 2px solid rgba(0, 134, 255, 0.65);
  outline-offset: 0.25rem;
  border-radius: 0.25rem;
}
.site-header .site-header__cta {
  display: none;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  box-shadow: 0 0 20px rgba(0, 134, 255, 0.3);
}
@media (min-width: 768px) {
  .site-header .site-header__cta {
    display: inline-flex;
  }
}
.site-header__burger {
  display: none;
}
@media (max-width: 767px) {
  .site-header__burger {
    display: flex;
  }
}
@media (min-width: 768px) {
  .site-header__burger {
    display: none;
  }
}
.site-header .burger {
  position: relative;
  width: 28px;
  height: 22px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.site-header .burger::before, .site-header .burger::after,
.site-header .burger span {
  content: "";
  position: absolute;
  left: 0;
  width: 28px;
  height: 2px;
  display: block;
  background: white;
  border-radius: 999px;
  transition: all 0.3s ease;
  transform-origin: center;
}
.site-header .burger::before {
  top: 0;
}
.site-header .burger span {
  top: 10px;
}
.site-header .burger::after {
  bottom: 0;
}
.site-header .burger[aria-expanded=true]::before {
  transform: translateY(10px) rotate(45deg);
}
.site-header .burger[aria-expanded=true] span {
  opacity: 0;
}
.site-header .burger[aria-expanded=true]::after {
  transform: translateY(-10px) rotate(-45deg);
}
.site-header .mobile-panel {
  position: fixed;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  min-height: 100dvh;
  padding: 8.5rem 1.5rem 2rem;
  background: radial-gradient(circle at 18% 20%, rgba(0, 134, 255, 0.18), transparent 32rem), radial-gradient(circle at 82% 72%, rgba(0, 134, 255, 0.12), transparent 30rem), linear-gradient(180deg, rgba(4, 7, 17, 0.96), #040711);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0.985);
  transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.28s ease;
  overflow-y: auto;
}
.site-header .mobile-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image: radial-gradient(circle, #0086FF 1px, transparent 1.5px);
  background-size: 38px 38px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}
.site-header .mobile-panel[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
}
.site-header .mobile-panel__nav {
  position: relative;
  z-index: 1;
  width: min(100%, 42rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.site-header .mobile-panel__footer {
  position: relative;
  z-index: 1;
  width: min(100%, 42rem);
  margin: auto auto 0;
  padding-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.site-header .mobile-panel__language {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #cbd5e1;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}
.site-header .mobile-panel__language:hover {
  color: #0086FF;
}
.site-header .mobile-panel__language-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}
.site-header .mobile-panel__language-current {
  pointer-events: none;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.site-header .mobile-panel__language-dropdown {
  position: absolute;
  inset: -0.65rem;
  width: calc(100% + 1.3rem);
  height: calc(100% + 1.3rem);
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
}
.site-header .mobile-panel__language-dropdown li.current-lang {
  display: none;
}
.site-header .mobile-panel__language-dropdown li:not(.current-lang) {
  width: 100%;
  height: 100%;
}
.site-header .mobile-panel__language-dropdown a {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  text-indent: -9999px;
}
.site-header .mobile-panel__language-dropdown a:focus-visible {
  outline: 2px solid rgba(0, 134, 255, 0.65);
  outline-offset: 0.25rem;
  border-radius: 0.25rem;
}
.site-header .mobile-panel .mobile-nav__list {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .mobile-panel .mobile-nav__list li {
  position: relative;
  list-style: none;
}
.site-header .mobile-panel .mobile-nav__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.25rem;
  padding: 0.85rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.045);
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.1rem, 6vw, 1.65rem);
  font-weight: 800;
  line-height: 1.08;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.site-header .mobile-panel .mobile-nav__list li a::after {
  content: none;
}
.site-header .mobile-panel .mobile-nav__list li a:hover, .site-header .mobile-panel .mobile-nav__list li a:focus-visible {
  border-color: rgba(0, 134, 255, 0.45);
  background: rgba(0, 134, 255, 0.12);
  color: #0086FF;
  transform: translateX(0.25rem);
}
.site-header .mobile-panel .mobile-nav__list li.current-menu-item > a, .site-header .mobile-panel .mobile-nav__list li.current-menu-ancestor > a, .site-header .mobile-panel .mobile-nav__list li.current-menu-parent > a, .site-header .mobile-panel .mobile-nav__list li.current_page_item > a, .site-header .mobile-panel .mobile-nav__list li.current_page_ancestor > a, .site-header .mobile-panel .mobile-nav__list li.current_page_parent > a {
  border-color: rgba(0, 134, 255, 0.55);
  background: rgba(0, 134, 255, 0.14);
  color: #0086FF;
  box-shadow: inset 0 0 0 1px rgba(0, 134, 255, 0.12), 0 0 1.5rem rgba(0, 134, 255, 0.12);
}
.site-header .mobile-panel .mobile-nav__list .menu-item-has-children {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 3.25rem;
  gap: 0.65rem;
}
.site-header .mobile-panel .mobile-nav__list .menu-item-has-children > a {
  min-width: 0;
}
.site-header .mobile-panel .mobile-nav__list .menu-item-has-children > .mobile-nav__submenu-toggle {
  position: relative;
  width: 3.25rem;
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 134, 255, 0.35);
  border-radius: 1rem;
  background: rgba(0, 134, 255, 0.12);
  color: #0086FF;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.site-header .mobile-panel .mobile-nav__list .menu-item-has-children > .mobile-nav__submenu-toggle span {
  width: 0.65rem;
  height: 0.65rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}
.site-header .mobile-panel .mobile-nav__list .menu-item-has-children > .mobile-nav__submenu-toggle:hover, .site-header .mobile-panel .mobile-nav__list .menu-item-has-children > .mobile-nav__submenu-toggle:focus-visible, .site-header .mobile-panel .mobile-nav__list .menu-item-has-children > .mobile-nav__submenu-toggle[aria-expanded=true] {
  border-color: #0086FF;
  background: #0086FF;
  color: #ffffff;
}
.site-header .mobile-panel .mobile-nav__list .menu-item-has-children > .sub-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  width: min(88vw, 27rem);
  display: flex;
  flex-direction: column;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin: 0;
  padding: 8.5rem 1.25rem 2rem;
  list-style: none;
  background: radial-gradient(circle at 20% 12%, rgba(0, 134, 255, 0.18), transparent 18rem), rgba(4, 7, 17, 0.98);
  border-left: 1px solid rgba(0, 134, 255, 0.25);
  box-shadow: -2rem 0 5rem rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
  transition: opacity 0.28s ease, transform 0.38s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 768px) {
  .site-header .mobile-panel .mobile-nav__list .menu-item-has-children > .sub-menu {
    display: none;
  }
}
.site-header .mobile-panel .mobile-nav__list .menu-item-has-children > .sub-menu a {
  min-height: 3rem;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.045);
  color: #cbd5e1;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
}
.site-header .mobile-panel .mobile-nav__list .menu-item-has-children > .sub-menu a::after {
  content: none;
}
.site-header .mobile-panel .mobile-nav__list .menu-item-has-children > .sub-menu a:hover, .site-header .mobile-panel .mobile-nav__list .menu-item-has-children > .sub-menu a:focus-visible {
  color: #ffffff;
  background: #0086FF;
  transform: translateX(0);
}
.site-header .mobile-panel .mobile-nav__list .menu-item-has-children > .sub-menu .mobile-nav__submenu-back-item {
  margin-bottom: 0.5rem;
}
.site-header .mobile-panel .mobile-nav__list .menu-item-has-children > .sub-menu .mobile-nav__submenu-back {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0086FF;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
}
.site-header .mobile-panel .mobile-nav__list .menu-item-has-children > .sub-menu .mobile-nav__submenu-back::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}
.site-header .mobile-panel .mobile-nav__list .menu-item-has-children.is-submenu-open > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

html.is-open {
  overflow: hidden;
}

.main-nav {
  display: none;
}
@media (min-width: 769px) {
  .main-nav {
    display: block;
  }
}
.main-nav ul {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav li {
  position: relative;
}
.main-nav a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  color: #9ca3af;
  text-decoration: none;
  padding-bottom: 0.25rem;
  transition: color 0.3s ease;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 12px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-nav a:hover, .main-nav a:focus {
  color: #0086FF;
}
.main-nav a:hover::after, .main-nav a:focus::after {
  transform: translateX(-50%) scaleX(1);
}
.main-nav .current-menu-item a {
  color: #0086FF;
  font-weight: 700;
}
.main-nav .current-menu-item a::after {
  transform: translateX(-50%) scaleX(1);
}

.site-footer {
  padding: clamp(4rem, 9vw, 8rem) 1.5rem 3.5rem;
  background: #040711;
  color: #ffffff;
}
.site-footer__partners, .site-footer__inner, .site-footer__bottom {
  max-width: 105rem;
  margin: 0 auto;
}
.site-footer__partners {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: clamp(4rem, 8vw, 6.5rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
}
@media (min-width: 768px) {
  .site-footer__partners {
    padding: 0 5rem;
  }
}
.site-footer__partner {
  min-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #0086FF;
}
@media (min-width: 768px) {
  .site-footer__partner {
    justify-content: center;
  }
}
.site-footer__partner--microsoft {
  color: rgba(255, 255, 255, 0.42);
}
@media (min-width: 768px) {
  .site-footer__partner--microsoft {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .site-footer__partner--dell {
    justify-content: flex-end;
  }
}
.site-footer__microsoft-mark {
  display: grid;
  grid-template-columns: repeat(2, 1rem);
  grid-template-rows: repeat(2, 1rem);
  gap: 0.125rem;
  margin-right: 0.625rem;
}
.site-footer__microsoft-mark span:nth-child(1) {
  background: #f25022;
}
.site-footer__microsoft-mark span:nth-child(2) {
  background: #7fba00;
}
.site-footer__microsoft-mark span:nth-child(3) {
  background: #00a4ef;
}
.site-footer__microsoft-mark span:nth-child(4) {
  background: #ffb900;
}
.site-footer__microsoft-text {
  display: grid;
  line-height: 1;
}
.site-footer__microsoft-text strong {
  font-size: 1.25rem;
  font-weight: 800;
}
.site-footer__microsoft-text span {
  margin-top: 0.25rem;
  font-size: 0.78rem;
  font-weight: 600;
}
.site-footer__partner--cisco svg {
  width: 5rem;
  height: auto;
  overflow: visible;
}
.site-footer__partner--cisco svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
}
.site-footer__partner--cisco svg text {
  fill: currentColor;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
}
.site-footer__partner--cisco svg text:first-of-type {
  font-size: 1.15rem;
  font-weight: 700;
}
.site-footer__partner--cisco svg text:last-of-type {
  font-size: 0.8rem;
}
.site-footer__partner--dell svg {
  width: 4.25rem;
  height: 4.25rem;
  overflow: visible;
}
.site-footer__partner--dell svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
}
.site-footer__partner--dell svg text {
  fill: currentColor;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -0.08em;
}
.site-footer__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}
@media (min-width: 768px) {
  .site-footer__inner {
    grid-template-columns: 1.4fr 1fr 1fr 1.25fr;
    gap: clamp(3rem, 8vw, 7.5rem);
  }
}
.site-footer__logo {
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
}
.site-footer__logo-icon {
  width: clamp(10.5rem, 14vw, 13.5rem);
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 0;
}
.site-footer__logo-icon img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.site-footer__description {
  max-width: 20rem;
  margin: 0 0 3rem;
  color: #cbd5e1;
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.35;
}
.site-footer__language-wrapper {
  position: relative;
  z-index: 1;
  width: max-content;
  display: flex;
  align-items: center;
  margin-top: 0;
}
@media (max-width: 767px) {
  .site-footer__language-wrapper {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.site-footer__language {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 2rem;
  color: #cbd5e1;
  font-size: 1.1rem;
  font-weight: 800;
  text-decoration: none;
}
.site-footer__language svg {
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}
.site-footer__language:hover {
  color: #0086FF;
}
.site-footer__language-current {
  pointer-events: none;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.site-footer__language-dropdown {
  position: absolute;
  inset: -0.5rem;
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
}
.site-footer__language-dropdown li.current-lang {
  display: none;
}
.site-footer__language-dropdown li:not(.current-lang) {
  width: 100%;
  height: 100%;
}
.site-footer__language-dropdown a {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  text-indent: -9999px;
}
.site-footer__language-dropdown a:focus-visible {
  opacity: 1;
  outline: 2px solid rgba(0, 134, 255, 0.65);
  outline-offset: 0.25rem;
  border-radius: 0.25rem;
}
.site-footer__nav h4 {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
.site-footer__nav ul {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__nav li,
.site-footer__nav a {
  color: #cbd5e1;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.25;
}
.site-footer__nav a {
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer__nav a:hover {
  color: #0086FF;
}
.site-footer__nav--info ul {
  gap: 1.35rem;
}
.site-footer__bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  margin-top: 4rem;
  color: #cbd5e1;
}
@media (min-width: 768px) {
  .site-footer__bottom {
    grid-template-columns: 1fr auto 1fr;
  }
}
.site-footer__copyright {
  margin: 0;
  color: #cbd5e1;
  font-size: 0.9rem;
}
.site-footer__social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.35rem;
}
@media (min-width: 768px) {
  .site-footer__social {
    justify-content: center;
  }
}
.site-footer__social-link {
  width: 1.4rem;
  height: 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0086FF;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}
.site-footer__social-link svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}
.site-footer__social-link:hover {
  color: #ffffff;
  transform: translateY(-2px);
}
@media (min-width: 768px) {
  .site-footer__legal {
    justify-content: flex-end;
  }
}
.site-footer__legal ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .site-footer__legal ul {
    justify-content: flex-end;
  }
}
.site-footer__legal a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}
.site-footer__legal a:hover {
  color: #0086FF;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.section__content {
  font-size: 1rem;
  line-height: 1.618;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .section__content {
    font-size: 1rem;
    line-height: 1.618;
    margin-bottom: 1.5rem;
  }
}
.section__content {
  font-weight: 300;
}
.section__visual {
  overflow: hidden;
}
.section--light {
  background-color: #F6F4F0;
}
.section--alt {
  background-color: #D9CFBC;
}
.section--primary {
  background-color: #0086FF;
  color: #fff;
}
.section--primary a.button {
  background-color: #fff;
  color: #0086FF;
}
.section--primary a.button:hover {
  background-color: white;
}
.section--primary .subtitle,
.section--primary .title {
  color: #fff;
}
.section--center {
  text-align: center;
}
.section--grey {
  background-color: #F6F4F0;
}
.section--white {
  background-color: #f9f9f9;
}
.section--blue {
  background-color: #040711;
}
.section--small {
  padding: 3rem 0;
}
.section--no-padding {
  padding: 0 !important;
}
.section__inner {
  margin-inline: 0;
}
@media (min-width: 1024px) {
  .section__inner {
    margin-inline-end: calc((100vw - 100%) / -2);
  }
}
.section__inner--left {
  margin-inline: 0;
}
@media (min-width: 1024px) {
  .section__inner--left {
    margin-inline-start: calc((100vw - 100%) / -2);
  }
}
.section h3 {
  margin-bottom: 1rem;
}

.section-media {
  border-radius: 0.5rem 4rem;
  display: block;
  overflow: hidden;
}
.section-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.container {
  position: relative;
  margin-inline: auto;
  width: 90%;
  max-width: min(100%, 1440px);
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.container--fluid {
  max-width: none;
}
.container--fluid-right {
  position: static;
}

.page-template-tmpl_TEST {
  background-color: #040711;
}
.page-template-tmpl_TEST .menu a {
  color: #f9f9f9;
}

body:not(.home) {
  background-color: #040711;
  color: #ffffff;
}
body:not(.home) [data-barba=container],
body:not(.home) main {
  background-color: #040711;
  color: #ffffff;
}
body:not(.home) h1,
body:not(.home) h2,
body:not(.home) h3,
body:not(.home) h4,
body:not(.home) h5,
body:not(.home) h6 {
  color: #ffffff;
}

.bg-section {
  background-color: #D9CFBC;
}

.sandbg {
  background-image: url("../../assets/img/sandbg.jpg");
  background-size: cover;
  background-position: center;
}

.sidebar {
  background-color: #f9f9f9;
  padding: 2rem;
}
.sidebar--light {
  background-color: #F6F4F0;
}
.sidebar--dark {
  background-color: #040711;
  color: #f9f9f9;
}
.sidebar p {
  font-size: 1rem;
  line-height: 1.618;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .sidebar p {
    font-size: 1rem;
    line-height: 1.618;
    margin-bottom: 1.5rem;
  }
}
.sidebar p {
  font-weight: 300;
}
.sidebar > * + * {
  margin-top: 1.5rem;
}

.contact-page {
  overflow: hidden;
  background: #040711;
  color: #ffffff;
}
.contact-page__hero {
  position: relative;
  min-height: clamp(28rem, 58vw, 42rem);
  display: flex;
  align-items: flex-end;
  padding: clamp(8rem, 16vw, 14rem) 1.5rem clamp(3.5rem, 8vw, 6rem);
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.contact-page__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 20%, rgba(0, 134, 255, 0.12), transparent 28rem), linear-gradient(180deg, rgba(4, 7, 17, 0) 0%, #040711 100%);
  pointer-events: none;
}
.contact-page__mesh {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.72;
  mix-blend-mode: screen;
  mask-image: linear-gradient(180deg, transparent, #000 26%, #000 100%), linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-composite: intersect;
}
.contact-page__mesh .mesh-hero-bg__canvas {
  width: 100%;
  height: 100%;
  display: block;
}
.contact-page__hero-inner {
  position: relative;
  z-index: 1;
}
.contact-page h1 {
  max-width: 14ch;
  margin: 0 0 2rem;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: clamp(3.2rem, 7.6vw, 6.4rem);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: 0;
}
.contact-page__hero p {
  max-width: 42rem;
  margin: 0;
  color: #9ca3af;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.7;
}
.contact-page__intro, .contact-page__faq {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: clamp(3.75rem, 8vw, 7rem) 1.5rem;
}
.contact-page__intro {
  background: rgba(255, 255, 255, 0.015);
}
.contact-page__intro .container {
  max-width: 72rem;
}
.contact-page h2 {
  margin: 0 0 2rem;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}
.contact-page__content {
  max-width: 72rem;
  color: #cbd5e1;
  line-height: 1.8;
}
.contact-page__content p {
  margin: 0 0 1.4rem;
}
.contact-page__content > :last-child {
  margin-bottom: 0;
}
.contact-page__content a {
  color: #0086FF;
}
.contact-page__faq {
  background: rgba(255, 255, 255, 0.02);
  text-align: center;
}
.contact-page__faq-heading {
  max-width: 42rem;
  margin: 0 auto 3.5rem;
}
.contact-page__faq-heading h2 {
  margin-bottom: 1rem;
}
.contact-page__faq-heading p {
  margin: 0;
  color: #9ca3af;
  line-height: 1.7;
}
.contact-page__faq-list {
  max-width: 58rem;
  display: grid;
  gap: 1rem;
  margin: 0 auto;
  text-align: left;
}
.contact-page__faq-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.055);
  color: #ffffff;
  box-shadow: 0 0 0 rgba(0, 134, 255, 0);
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.contact-page__faq-item[open] {
  border-color: rgba(0, 134, 255, 0.52);
  background: radial-gradient(circle at 8% 0%, rgba(0, 134, 255, 0.18), transparent 15rem), rgba(255, 255, 255, 0.07);
  box-shadow: 0 0 0 1px rgba(0, 134, 255, 0.08), 0 1.25rem 3rem rgba(0, 134, 255, 0.12);
}
.contact-page__faq-item[open] .contact-page__faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.contact-page__faq-item summary {
  position: relative;
  min-height: 4.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 1.35rem;
  cursor: pointer;
  color: #ffffff;
  font-weight: 750;
  list-style: none;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.contact-page__faq-item summary::-webkit-details-marker {
  display: none;
}
.contact-page__faq-item summary:hover {
  color: #0086FF;
}
.contact-page__faq-item summary:focus-visible {
  outline: 0;
  border-radius: 0.65rem;
  color: #ffffff;
  background: rgba(0, 134, 255, 0.14);
  box-shadow: inset 0 0 0 2px #0086FF, 0 0 0 4px rgba(0, 134, 255, 0.18), 0 0 2rem rgba(0, 134, 255, 0.25);
}
.contact-page__faq-icon {
  position: relative;
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  color: #ffffff;
}
.contact-page__faq-icon::before, .contact-page__faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.contact-page__faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.contact-page__faq-answer {
  padding: 0 1.35rem 1.35rem;
  color: #cbd5e1;
  line-height: 1.75;
  transform-origin: top;
}
.contact-page__faq-answer > :last-child {
  margin-bottom: 0;
}
.contact-page__faq-answer a {
  color: #0086FF;
}

@media (prefers-reduced-motion: reduce) {
  .contact-page__faq-icon::before, .contact-page__faq-icon::after {
    transition: none;
  }
}
.about-page {
  background: #040711;
  color: #ffffff;
}

.about-hero {
  position: relative;
  min-height: clamp(24rem, 54vh, 34rem);
  display: grid;
  place-items: center;
  padding: 7.25rem 1.5rem 3.75rem;
  overflow: hidden;
  text-align: center;
}
.about-hero__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
  mix-blend-mode: screen;
  mask-image: linear-gradient(180deg, transparent, #000 22%, #000 82%, transparent);
}
.about-hero__mesh .mesh-hero-bg__canvas {
  width: 100%;
  height: 100%;
  display: block;
}
.about-hero .container {
  position: relative;
  z-index: 1;
  max-width: 56rem;
}
.about-hero h1 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: clamp(3rem, 8vw, 5.75rem);
  font-weight: 900;
  line-height: 0.92;
}
.about-hero h1 strong {
  color: #0086FF;
}
.about-hero__scroll {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0086FF;
}
.about-hero__scroll svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (min-width: 1024px) {
  .about-hero {
    min-height: clamp(27rem, 58vh, 38rem);
    padding: 8rem 1.5rem 4.5rem;
  }
}
.about-intro,
.about-process,
.about-timeline {
  padding: clamp(3rem, 7vw, 6rem) 1.5rem;
}

.about-intro {
  padding-top: clamp(2.75rem, 6vw, 5rem);
}
.about-intro__inner {
  display: grid;
  gap: clamp(2.25rem, 6vw, 4.5rem);
  align-items: start;
}
@media (min-width: 1024px) {
  .about-intro__inner {
    grid-template-columns: minmax(22rem, 42%) minmax(0, 1fr);
  }
}
.about-intro__visual {
  position: relative;
  isolation: isolate;
}
@media (min-width: 1024px) {
  .about-intro__visual {
    position: sticky;
    top: clamp(7rem, 12vh, 9rem);
  }
}
.about-intro__visual::before {
  content: "";
  position: absolute;
  inset: -0.25rem;
  z-index: -1;
  background: rgba(0, 134, 255, 0.2);
  filter: blur(24px);
  opacity: 0;
  transition: opacity 0.7s ease;
}
.about-intro__visual:hover::before {
  opacity: 1;
}
.about-intro__visual-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  aspect-ratio: 4/3;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 0 0 rgba(0, 134, 255, 0);
  transition: box-shadow 0.7s ease;
}
.about-intro__visual-card img,
.about-intro__visual-card span {
  width: 100%;
  height: 100%;
  display: block;
}
.about-intro__visual-card img {
  object-fit: cover;
  filter: grayscale(1);
  opacity: 0.8;
  transform: scale(1.05);
  transition: filter 0.7s ease, opacity 0.7s ease, transform 0.7s ease;
}
.about-intro__visual-card span {
  background: radial-gradient(circle at 35% 25%, rgba(0, 134, 255, 0.35), transparent 26%), linear-gradient(135deg, rgba(0, 134, 255, 0.22), rgba(255, 255, 255, 0.03));
}
.about-intro__visual:hover .about-intro__visual-card {
  box-shadow: 0 0 42px rgba(0, 134, 255, 0.18);
}
.about-intro__visual:hover .about-intro__visual-card img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1);
}
.about-intro__content {
  max-width: 48rem;
}
.about-intro h2 {
  margin: 0 0 2rem;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1;
}
.about-intro__text {
  color: #cbd5e1;
  line-height: 1.75;
}
.about-intro__text p {
  margin: 0 0 1.2rem;
}
.about-intro__features {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .about-intro__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.about-intro__features article {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.about-intro__features span {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2rem;
  border-radius: 50%;
  background: rgba(0, 134, 255, 0.12);
  color: #0086FF;
}
.about-intro__features svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
}
.about-intro__features h3 {
  margin: 0 0 0.25rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 850;
}
.about-intro__features p {
  margin: 0;
  color: #9ca3af;
  font-size: 0.9rem;
}

.about-process__intro {
  max-width: 72rem;
}
.about-process__grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .about-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .about-process__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.about-process__card {
  position: relative;
  min-height: 15rem;
  overflow: hidden;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.03);
}
.about-process__card:hover {
  border-color: rgba(0, 134, 255, 0.35);
}
.about-process__icon {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  border-radius: 50%;
  background: rgba(0, 134, 255, 0.12);
  color: #0086FF;
  box-shadow: 0 0 24px rgba(0, 134, 255, 0.18);
}
.about-process__icon svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}
.about-process__number {
  position: absolute;
  top: -0.4rem;
  right: 0.4rem;
  color: rgba(255, 255, 255, 0.06);
  font-size: 7rem;
  font-weight: 900;
  line-height: 1;
}
.about-process h3 {
  position: relative;
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 850;
}
.about-process p {
  position: relative;
  margin: 0;
  color: #cbd5e1;
  font-size: 0.92rem;
  line-height: 1.65;
}

.about-timeline {
  --timeline-track-gap: 2rem;
  overflow: hidden;
}
.about-timeline h2 {
  margin: 0 0 2rem;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
}
.about-timeline__viewport {
  position: relative;
  overflow: visible;
}
.about-timeline__rail {
  position: relative;
  width: 100%;
}
.about-timeline__track {
  position: absolute;
  top: 0.35rem;
  bottom: 0.35rem;
  left: 0.5rem;
  width: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}
.about-timeline__track::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: scaleY(var(--timeline-progress, 0));
  transform-origin: center top;
  background: linear-gradient(180deg, rgba(0, 134, 255, 0.45), #0086FF);
  box-shadow: 0 0 24px rgba(0, 134, 255, 0.5);
}
.about-timeline__grid {
  display: grid;
  gap: clamp(2rem, 7vw, 3.75rem);
  padding-left: 3.5rem;
}
.about-timeline__item {
  position: relative;
  opacity: 1;
}
.about-timeline__item span {
  position: absolute;
  top: 0.35rem;
  left: -3.5rem;
  width: 1rem;
  height: 1rem;
  border: 2px solid #0086FF;
  border-radius: 50%;
  background: #040711;
  box-shadow: 0 0 18px rgba(0, 134, 255, 0.45);
}
.about-timeline__item h3 {
  margin: 0 0 1rem;
  color: #0086FF;
  font-family: "Outfit", sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
}
.about-timeline__item h4 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 850;
}
.about-timeline__item p {
  margin: 0;
  color: #9ca3af;
  font-size: 0.92rem;
  line-height: 1.65;
}
@media (min-width: 1024px) {
  .about-timeline {
    --timeline-track-gap: 2.75rem;
  }
  .about-timeline__viewport {
    overflow: visible;
  }
  .about-timeline__rail {
    width: max-content;
    min-width: 100%;
    will-change: transform;
  }
  .about-timeline__track {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 2px;
    min-width: calc(26rem * var(--timeline-items, 4));
    margin-bottom: var(--timeline-track-gap);
  }
  .about-timeline__track::before {
    transform: scaleX(var(--timeline-progress, 0));
    transform-origin: left center;
    background: linear-gradient(90deg, rgba(0, 134, 255, 0.45), #0086FF);
  }
  .about-timeline__grid {
    display: flex;
    width: max-content;
    gap: clamp(4rem, 8vw, 7rem);
    padding-left: 0;
    padding-right: min(14vw, 12rem);
  }
  .about-timeline__item {
    width: clamp(18rem, 25vw, 23rem);
    flex: 0 0 auto;
    will-change: transform, opacity;
  }
  .about-timeline__item span {
    top: calc((var(--timeline-track-gap) + 0.5rem + 1px) * -1);
    left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-timeline__track::before {
    transform: scaleY(1);
  }
}
@media (prefers-reduced-motion: reduce) and (min-width: 1024px) {
  .about-timeline__track::before {
    transform: scaleX(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .about-timeline__item {
    opacity: 1;
    transform: none;
  }
}
.about-page .home-partners {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  border-color: rgba(255, 255, 255, 0.05);
}
.about-page .home-partners .home-partners__heading {
  margin-bottom: 1.25rem;
}
.about-page .home-partners .home-partners__group {
  gap: clamp(2rem, 5vw, 4.5rem);
}
.about-page .home-partners .home-partners__link {
  min-width: clamp(8rem, 12vw, 12rem);
  min-height: 4.75rem;
}
.about-page .home-partners img {
  max-width: clamp(7.5rem, 11vw, 11rem);
  max-height: 3.5rem;
}

.error-404 {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(10rem, 18vh, 14rem) 0 clamp(5rem, 10vh, 8rem);
  background: radial-gradient(circle at 80% 20%, rgba(0, 134, 255, 0.18), transparent 30rem), linear-gradient(180deg, rgba(4, 7, 17, 0.98), #040711);
  color: #ffffff;
}
.error-404__mesh {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.72;
  pointer-events: none;
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 84%, transparent);
}
.error-404__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
}
@media (min-width: 1024px) {
  .error-404__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(24rem, 0.95fr);
  }
}
.error-404__content {
  max-width: 48rem;
}
.error-404__code {
  margin: 0 0 0.5rem;
  color: rgba(0, 134, 255, 0.16);
  font-family: "Outfit", sans-serif;
  font-size: clamp(5.5rem, 17vw, 12rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.82;
}
.error-404 h1 {
  max-width: 46rem;
  margin: 0;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.8rem, 7vw, 6rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
}
.error-404__text {
  max-width: 39rem;
  margin: 1.5rem 0 0;
  color: #cbd5e1;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.65;
}
.error-404__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.4rem;
}
.error-404__visual {
  position: relative;
  min-height: clamp(24rem, 44vw, 38rem);
  display: grid;
  place-items: center;
}
.error-404__phone {
  position: relative;
  z-index: 2;
  width: clamp(13rem, 28vw, 20rem);
  aspect-ratio: 0.55;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.2rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 2.1rem;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)), rgba(4, 7, 17, 0.9);
  box-shadow: 0 0 0 1px rgba(0, 134, 255, 0.12), 0 2rem 5rem rgba(0, 0, 0, 0.42), 0 0 5rem rgba(0, 134, 255, 0.18);
  transform: rotate(-4deg);
  animation: error-404-phone 4.8s ease-in-out infinite;
}
.error-404__phone-speaker {
  width: 4rem;
  height: 0.38rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}
.error-404__phone-screen {
  width: 100%;
  flex: 1;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 1rem;
  margin: 1.1rem 0;
  border: 1px solid rgba(0, 134, 255, 0.22);
  border-radius: 1.35rem;
  background: radial-gradient(circle at center, rgba(0, 134, 255, 0.18), transparent 58%), rgba(255, 255, 255, 0.035);
}
.error-404__phone-screen > span {
  width: 3.8rem;
  height: 3.8rem;
  border: 2px solid rgba(0, 134, 255, 0.7);
  border-radius: 50%;
  box-shadow: 0 0 2rem rgba(0, 134, 255, 0.32);
}
.error-404__phone-screen > span::before, .error-404__phone-screen > span::after {
  content: "";
  position: absolute;
}
.error-404__phone-screen strong {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 850;
}
.error-404__signal {
  display: inline-flex;
  align-items: end;
  gap: 0.28rem;
}
.error-404__signal i {
  width: 0.34rem;
  border-radius: 999px;
  background: #0086FF;
  opacity: 0.28;
  animation: error-404-signal 1.35s ease-in-out infinite;
}
.error-404__signal i:nth-child(1) {
  height: 0.7rem;
}
.error-404__signal i:nth-child(2) {
  height: 1.05rem;
  animation-delay: 0.16s;
}
.error-404__signal i:nth-child(3) {
  height: 1.4rem;
  animation-delay: 0.32s;
}
.error-404__phone-button {
  width: 2.6rem;
  height: 0.38rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}
.error-404__waves {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}
.error-404__waves span {
  position: absolute;
  width: clamp(13rem, 26vw, 24rem);
  aspect-ratio: 1;
  border: 1px solid rgba(0, 134, 255, 0.24);
  border-radius: 50%;
  opacity: 0;
  animation: error-404-wave 3.2s ease-out infinite;
}
.error-404__waves span:nth-child(2) {
  animation-delay: 0.7s;
}
.error-404__waves span:nth-child(3) {
  animation-delay: 1.4s;
}

@keyframes error-404-pulse {
  0%, 100% {
    opacity: 0.45;
    transform: scale(0.82);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes error-404-phone {
  0%, 100% {
    transform: rotate(-4deg) translateY(0);
  }
  50% {
    transform: rotate(-2deg) translateY(-0.65rem);
  }
}
@keyframes error-404-signal {
  0%, 100% {
    opacity: 0.22;
    transform: scaleY(0.55);
  }
  45% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes error-404-wave {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  18% {
    opacity: 0.55;
  }
  100% {
    opacity: 0;
    transform: scale(1.55);
  }
}
@media (prefers-reduced-motion: reduce) {
  .error-404__phone, .error-404__signal i, .error-404__waves span {
    animation: none;
  }
}
.frm_form_fields .form-field {
  margin-bottom: 40px;
}
.frm_form_fields .form-field input[type=text],
.frm_form_fields .form-field input[type=tel],
.frm_form_fields .form-field input[type=email],
.frm_form_fields .form-field textarea {
  border: none;
  border-bottom: 1px solid #040711;
  padding: 12px 15px 12px 0;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Manrope", sans-serif;
  background-color: #fff;
  transition: border 200ms ease-in;
  color: #d1d5db;
  border-radius: 0;
}
.frm_form_fields .form-field input[type=text]:focus,
.frm_form_fields .form-field input[type=tel]:focus,
.frm_form_fields .form-field input[type=email]:focus,
.frm_form_fields .form-field textarea:focus {
  outline: none;
}
.frm_form_fields .form-field .frm_primary_label {
  font-size: 1.117rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.941rem;
}
.frm_form_fields .form-field .frm_checkbox label {
  display: flex;
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.941rem;
}
.frm_form_fields .form-field .frm_checkbox input[type=checkbox] {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  appearance: none;
  width: 26px;
  height: 26px;
  border: 5px solid #fff;
  outline: 1px solid #d4d4d4;
  margin-right: 10px;
}
.frm_form_fields .form-field .frm_checkbox input[type=checkbox]:checked {
  border: 5px solid #fff;
  outline-color: 2px solid #0086FF;
  background-color: #0086FF;
}
.frm_form_fields .form-field .frm_checkbox input[type=checkbox]:checked:before {
  position: absolute;
  font-size: 1.1rem;
  color: #0086FF;
}
.frm_form_fields .frm_error {
  color: #0086FF;
  font-weight: 300;
}

.frm_fields_container {
  position: relative;
}

.frm_form_fields .form-field input[type=email] {
  background-color: transparent;
  border-bottom: 1px solid #f9f9f9;
  color: #f9f9f9;
  border-radius: 0;
}
.frm_form_fields .form-field input[type=email]::placeholder {
  color: #f9f9f9;
}
.frm_form_fields .form-field input[type=email]:-webkit-autofill {
  -webkit-text-fill-color: #f9f9f9;
  -webkit-box-shadow: 0 0 0px 1000px #0086FF inset;
  transition: background-color 5000s ease-in-out 0s;
}

.frm_final_submit {
  position: absolute;
  right: 20px;
  top: 10px;
  background-color: transparent;
  color: #f9f9f9;
  border: none;
  cursor: pointer;
}
.frm_final_submit::before {
  content: "\e9ae";
  position: absolute;
  top: 10px;
  font-family: "Entypo";
  font-size: 1rem;
}
.frm_final_submit:hover::before {
  color: #0086FF;
}

.frm_message {
  font-weight: 300;
  padding: 20px 10px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: rgb(0, 120.6, 229.5);
}

.frm_error {
  font-weight: 300;
  padding: 5px 0;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  font-weight: 300;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container--image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

/**
 * Swiper 4.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-wrapper--cases {
  height: 100%;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-cases.slider .swiper-card {
  position: relative;
  top: 0;
  right: 0;
  background: #0086FF;
  padding: 2rem 3rem;
}
.swiper-cases.slider .swiper-card .swiper-wrapper .swiper-slide {
  align-items: unset;
  justify-content: unset;
}

.input {
  margin: 0 0 30px 0;
  position: relative;
}
.input__label {
  display: block;
  color: #439775;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "Manrope", sans-serif;
}
.input__validation {
  font-size: 0.9rem;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #ff3860;
  list-style: none;
}
.input__validation li {
  margin: 0 0 5px 0;
}
.input input[type=text],
.input input[type=password],
.input input[type=email],
.input textarea {
  width: 100%;
  min-height: 40px;
  padding: 12px 15px;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 300;
  color: #d1d5db;
  background-color: #F6F4F0;
  border: 1px solid #dedede;
  border-radius: 3px;
  transition: border-color 0.2s ease-in, box-shadow 0.2s ease-in;
  caret-color: #0086FF;
}
.input input[type=text]::placeholder,
.input input[type=password]::placeholder,
.input input[type=email]::placeholder,
.input textarea::placeholder {
  color: #898989;
  opacity: 0.9;
}
.input input[type=text]:focus,
.input input[type=password]:focus,
.input input[type=email]:focus,
.input textarea:focus {
  outline: none;
  border-color: #0086FF;
  box-shadow: 0 0 0 3px rgba(0, 134, 255, 0.25);
}
.input input[type=text]:disabled,
.input input[type=password]:disabled,
.input input[type=email]:disabled,
.input textarea:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #F6F4F0;
}
.input input[type=text]:invalid,
.input input[type=password]:invalid,
.input input[type=email]:invalid,
.input textarea:invalid {
  border-color: #ff3860;
}
.input textarea {
  min-height: 10rem;
  resize: vertical;
}

.select {
  position: relative;
  display: inline-block;
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 3px;
  background-color: #F6F4F0;
  transition: border-color 0.2s ease-in, box-shadow 0.2s ease-in;
  overflow: hidden;
}
.select:hover {
  cursor: pointer;
  border-color: #0086FF;
}
.select:focus-within {
  border-color: #0086FF;
  box-shadow: 0 0 0 3px rgba(0, 134, 255, 0.25);
}
.select::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 2px solid #898989;
  border-bottom: 2px solid #898989;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0.7;
  transition: opacity 0.2s ease-in;
}
.select select {
  appearance: none;
  width: 100%;
  padding: 12px 24px 12px 15px;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 300;
  color: #d1d5db;
  background: transparent;
  border: none;
  cursor: pointer;
}
.select select::placeholder {
  color: #898989;
}
.select select:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.select select:invalid {
  color: #ff3860;
}

/* Vereist:
   - forms/_config.scss  → map $form + @function form($key)
   - base/helpers.scss   → @mixin sr-only()
*/
.checkbox {
  margin-bottom: 15px;
}
.checkbox label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  user-select: none;
  color: #d1d5db;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 300;
}
.checkbox {
  /* Input: niet display:none; maar visually hidden, blijft focusbaar/a11y */
}
.checkbox input[type=checkbox] {
  position: absolute !important;
  inline-size: 1px !important;
  block-size: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  /* Focusring op de visuele box */
}
.checkbox input[type=checkbox]:focus-visible + .checkbox__box {
  outline: none;
  border-color: #0086FF;
  box-shadow: 0 0 0 3px rgba(0, 134, 255, 0.25);
}
.checkbox input[type=checkbox] {
  /* Checked → toon vinkje en accentkleur */
}
.checkbox input[type=checkbox]:checked + .checkbox__box {
  border-color: #0086FF;
  background-color: #0086FF;
}
.checkbox input[type=checkbox]:checked + .checkbox__box::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.checkbox input[type=checkbox] {
  /* Disabled */
}
.checkbox input[type=checkbox]:disabled + .checkbox__box, .checkbox input[type=checkbox]:disabled ~ .checkbox__text {
  opacity: 0.6;
  cursor: not-allowed;
}
.checkbox input[type=checkbox] {
  /* Invalid (required + :invalid of .is-invalid) */
}
.checkbox input[type=checkbox]:invalid + .checkbox__box, .checkbox input[type=checkbox].is-invalid + .checkbox__box {
  border-color: #ff3860;
  box-shadow: 0 0 0 3px rgba(255, 56, 96, 0.15);
}
@media (prefers-reduced-motion: reduce) {
  .checkbox input[type=checkbox] + .checkbox__box,
  .checkbox input[type=checkbox] + .checkbox__box::after {
    transition: none;
  }
}
.checkbox {
  /* Visuele box */
}
.checkbox .checkbox__box {
  inline-size: 18px;
  block-size: 18px;
  border: 1px solid #dedede;
  border-radius: 3px;
  background-color: #F6F4F0;
  position: relative;
  flex: 0 0 auto;
  transition: border-color 0.2s ease-in, background-color 0.2s ease-in, box-shadow 0.2s ease-in;
  /* Vinkje (CSS) */
}
.checkbox .checkbox__box::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  inline-size: 10px;
  block-size: 6px;
  border-right: 2px solid #f9f9f9; /* wit op accent */
  border-bottom: 2px solid #f9f9f9;
  transform: rotate(45deg) scale(0.9);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.checkbox {
  /* Optionele tekst */
}
.checkbox .checkbox__text {
  color: #d1d5db;
}

.radio {
  margin-bottom: 15px;
}
.radio label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  user-select: none;
  color: #d1d5db;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 300;
}
.radio input[type=radio] {
  position: absolute !important;
  inline-size: 1px !important;
  block-size: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.radio input[type=radio]:focus-visible + .radio__outer {
  outline: none;
  border-color: #0086FF;
  box-shadow: 0 0 0 3px rgba(0, 134, 255, 0.25);
}
.radio input[type=radio]:checked + .radio__outer::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.radio input[type=radio]:disabled + .radio__outer, .radio input[type=radio]:disabled ~ .radio__text {
  opacity: 0.6;
  cursor: not-allowed;
}
.radio input[type=radio]:invalid + .radio__outer, .radio input[type=radio].is-invalid + .radio__outer {
  border-color: #ff3860;
  box-shadow: 0 0 0 3px rgba(255, 56, 96, 0.15);
}
@media (prefers-reduced-motion: reduce) {
  .radio input[type=radio] + .radio__outer,
  .radio input[type=radio] + .radio__outer::after {
    transition: none;
  }
}
.radio .radio__outer {
  inline-size: 20px;
  block-size: 20px;
  border: 1px solid #dedede;
  background-color: #F6F4F0;
  border-radius: 50%;
  position: relative;
  flex: 0 0 auto;
  transition: border-color 0.2s ease-in, background-color 0.2s ease-in, box-shadow 0.2s ease-in;
  /* inner dot */
}
.radio .radio__outer::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  inline-size: 9px;
  block-size: 9px;
  border-radius: 50%;
  background-color: #0086FF;
  transform: translate(-50%, -50%) scale(0.85);
  opacity: 0;
  transition: transform 0.15s ease, opacity 0.15s ease;
  pointer-events: none;
}
.radio .radio__text {
  color: #d1d5db;
}

/* Vereist:
   - forms/_config.scss  → map $form + @function form($key)
*/
.time {
  margin-bottom: 30px;
  /* Ondersteunt zowel type="time" (voorkeur) als text-fallback */
}
.time input[type=time],
.time input[type=text] {
  /* breedte rond "HH:MM" */
  width: 8.5ch;
  min-width: 8ch;
  max-width: 12ch;
  padding: 12px 15px;
  min-height: 40px;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 300;
  color: #d1d5db;
  background-color: #F6F4F0;
  border: 1px solid #dedede;
  border-radius: 3px;
  transition: border-color 0.2s ease-in, box-shadow 0.2s ease-in;
  caret-color: #0086FF;
  /* nette uitlijning van cijfers */
  font-variant-numeric: tabular-nums;
  -moz-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
}
.time input[type=time]::placeholder,
.time input[type=text]::placeholder {
  color: #898989;
  opacity: 0.9;
}
.time input[type=time]:focus,
.time input[type=text]:focus {
  outline: none;
  border-color: #0086FF;
  box-shadow: 0 0 0 3px rgba(0, 134, 255, 0.25);
}
.time input[type=time]:disabled,
.time input[type=text]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #F6F4F0;
}
.time input[type=time]:invalid, .time input[type=time].is-invalid,
.time input[type=text]:invalid,
.time input[type=text].is-invalid {
  border-color: #ff3860;
  box-shadow: 0 0 0 3px rgba(255, 56, 96, 0.15);
}
@media (prefers-reduced-motion: reduce) {
  .time input[type=time],
  .time input[type=text] {
    transition: none;
  }
}
.time {
  /* platform-consistent gedrag voor native time pickers */
}
.time input[type=time] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.time input[type=time]::-webkit-clear-button, .time input[type=time]::-webkit-inner-spin-button {
  display: none;
}
.time input[type=time]::-webkit-calendar-picker-indicator {
  opacity: 0.7;
  cursor: pointer;
  margin-inline-start: 0.25rem;
}
.time input[type=time]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}
.time {
  /* compact variant (bijv. in een rij samen met datum) */
}
.time--compact input[type=time],
.time--compact input[type=text] {
  padding: 8px 10px;
  font-size: 0.95rem;
  width: 7.5ch;
  min-width: 7ch;
}
.time {
  /* range-variant HH:MM – HH:MM */
}
.time--range {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.time--range .time__sep {
  color: #898989;
  font-size: 0.95rem;
  user-select: none;
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.86);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 250ms ease-in, visibility 0ms linear 250ms;
}
.preloader__center {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.preloader.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 250ms ease-in, visibility 0ms linear 0ms;
}
.preloader--blur {
  backdrop-filter: blur(2px);
}
.preloader--light {
  background: rgba(255, 255, 255, 0.75);
}

.preloader__spinner {
  display: inline-block;
  animation: pl-rotate 1.4s linear infinite;
  /* reduce motion respecteren */
}
@media (prefers-reduced-motion: reduce) {
  .preloader__spinner {
    animation: none;
  }
}

/* De strokepath in de SVG */
.preloader__path {
  stroke: #ffffff;
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: pl-dash 1.4s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .preloader__path {
    animation: none;
  }
}

@keyframes pl-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes pl-dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  border-radius: 999px;
  padding: 1rem 2rem;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.btn:hover:not(:disabled):not(.is-disabled):not(.is-loading) {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}
.btn:focus-visible {
  outline: 2px solid #0086FF;
  outline-offset: 3px;
}
.btn:active:not(:disabled):not(.is-disabled) {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn:disabled, .btn.is-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
  box-shadow: none;
}
.btn--primary {
  background-color: #0086FF;
  color: #fff;
  box-shadow: 0 0 30px rgba(0, 134, 255, 0.2);
}
.btn--primary:hover:not(:disabled):not(.is-disabled):not(.is-loading) {
  background-color: #0086FF;
  filter: brightness(1.1);
  color: #fff;
  transform: scale(1.05);
}
.btn--secondary {
  background-color: #439775;
  color: #fff;
}
.btn--secondary:hover:not(:disabled):not(.is-disabled):not(.is-loading) {
  background-color: rgb(54.4605504587, 122.7394495413, 95.1027522936);
  color: #fff;
}
.btn--ghost {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.btn--ghost:hover:not(:disabled):not(.is-disabled):not(.is-loading) {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}
.btn--outline {
  background-color: transparent;
  border: 2px solid #040711;
  color: #040711;
}
.btn--outline:hover:not(:disabled):not(.is-disabled):not(.is-loading) {
  background-color: #F6F4F0;
  color: #040711;
}
.btn .icon {
  width: 0.6875rem;
  height: 0.6875rem;
  transition: transform 0.25s ease;
}
.btn:hover .icon {
  transform: translate(2px, -2px);
}
.btn.no-icon .icon {
  display: none;
}
.btn.is-loading {
  position: relative;
  pointer-events: none;
  color: transparent !important;
  opacity: 0.9;
}
.btn.is-loading .icon {
  visibility: hidden;
}
.btn.is-loading::after {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ticker {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #0086FF;
  color: #fff;
  font-family: "Clash Display", sans-serif;
  font-weight: 700;
  font-size: clamp(3rem, 8vw, 8rem);
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 1rem 0;
  user-select: none;
}
.ticker__track {
  display: inline-flex;
  gap: 2rem;
  animation: ticker-left 40s linear infinite;
}
.ticker__item {
  display: inline-block;
}
.ticker:hover .ticker__track {
  animation-play-state: paused;
}
.ticker--rtl .ticker__track {
  animation: ticker-right 40s linear infinite;
}

@keyframes ticker-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes ticker-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
.home-stable__slider {
  position: relative;
  margin: 3rem 0;
  max-width: 100%;
  overflow: hidden;
}
.home-stable__slider .swiper {
  width: 100%;
  overflow: hidden;
}
.home-stable__slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.home-stable__slider .swiper-slide {
  width: auto;
  flex-shrink: 0;
}
.home-stable__slider .swiper-slide img {
  display: block;
  height: 400px;
  width: auto;
  object-fit: cover;
  border-radius: 8px;
  cursor: zoom-in;
}

.global-cta {
  background-color: #f6f4f0;
  text-align: center;
  padding: clamp(6rem, 12vw, 10rem) 1.5rem;
}

.home-page {
  position: relative;
  min-height: 100vh;
  background-color: #040711;
  color: #ffffff;
  overflow: hidden;
}
.home-page::before, .home-page::after {
  content: "";
  position: fixed;
  z-index: 0;
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  background: rgba(0, 134, 255, 0.1);
  filter: blur(120px);
  pointer-events: none;
}
.home-page::before {
  top: -10vw;
  left: -10vw;
}
.home-page::after {
  right: -10vw;
  bottom: -10vw;
  opacity: 0.5;
}
.home-page > * {
  position: relative;
  z-index: 1;
}

.home-hero {
  position: relative;
  padding: 9.5rem 1.5rem 5rem;
}
@media (min-width: 1024px) {
  .home-hero {
    padding: 12rem 1.5rem 8rem;
  }
}
.home-hero {
  color: #ffffff;
  overflow: hidden;
}
.home-hero .mesh-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.9;
  mix-blend-mode: screen;
}
.home-hero .mesh-hero-bg__canvas {
  width: 100%;
  height: 100%;
  display: block;
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.05;
  pointer-events: none;
}
.home-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 64rem;
  margin: 0 auto;
  text-align: center;
}
.home-hero__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.625rem;
  color: #9ca3af;
  margin-bottom: 2rem;
  font-weight: 700;
}
.home-hero__badge-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #0086FF;
  box-shadow: 0 0 0 0 rgba(0, 134, 255, 0.45);
  animation: home-badge-pulse 2.8s ease-in-out infinite;
}
.home-hero__title {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 0.9;
  margin: 0 0 2rem;
  letter-spacing: 0;
}
.home-hero__subtitle {
  max-width: 42rem;
  margin: 0 auto 3rem;
  color: #9ca3af;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.7;
}
.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

@keyframes home-badge-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 134, 255, 0.45);
  }
  50% {
    opacity: 0.45;
    transform: scale(0.88);
    box-shadow: 0 0 0 0.45rem rgba(0, 134, 255, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-hero__badge-dot {
    animation: none;
  }
}
.home-info {
  padding: 4rem 1.5rem;
  background-color: transparent;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .home-info {
    padding: 6rem 1.5rem;
  }
}
.home-info__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
  align-items: center;
  max-width: 80rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .home-info__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.home-info__visual {
  position: relative;
  isolation: isolate;
}
.home-info__visual::before {
  content: "";
  position: absolute;
  inset: -0.25rem;
  z-index: 0;
  background: rgba(0, 134, 255, 0.2);
  filter: blur(24px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s ease;
}
.home-info__visual:hover::before {
  opacity: 1;
}
.home-info__visual-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  aspect-ratio: 4/3;
  box-shadow: 0 0 0 rgba(0, 134, 255, 0);
  transition: box-shadow 0.7s ease;
}
.home-info__visual:hover .home-info__visual-card {
  box-shadow: 0 0 42px rgba(0, 134, 255, 0.18);
}
.home-info img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(1);
  opacity: 0.8;
  transform: scale(1.05);
  transition: filter 0.7s ease, opacity 0.7s ease, transform 0.7s ease;
}
.home-info__visual:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1);
}
.home-info__visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(4, 7, 17, 0.8), transparent);
}
.home-info__visual-badge {
  position: absolute;
  z-index: 1;
  bottom: 2.5rem;
  left: 2.5rem;
  width: 4rem;
  height: 4rem;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  background: #0086FF;
  color: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}
.home-info__visual-badge svg {
  width: 1.5rem;
  height: 1.5rem;
}
.home-info__content {
  display: grid;
  gap: 0;
  align-content: center;
}
.home-info__content .btn {
  justify-self: start;
}
.home-info h2 {
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.5rem, 4vw, 3rem);
  line-height: 1.12;
  margin: 0 0 2rem;
  font-weight: 800;
  color: #ffffff;
}
.home-info__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.home-info__list li {
  display: flex;
  gap: 1rem;
  align-items: center;
  list-style: none;
  color: #d1d5db;
  font-weight: 500;
}
.home-info__list li::before {
  content: none;
  display: none;
}
.home-info__list span {
  width: 1.5rem;
  height: 1.5rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 134, 255, 0.1);
  color: #0086FF;
  flex: 0 0 1.5rem;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.home-info__list span::before {
  content: none;
  display: none;
}
.home-info__list span svg {
  width: 0.85rem;
  height: 0.85rem;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-info__list li:hover span {
  background: #0086FF;
  color: #ffffff;
}

.home-services {
  padding: 4rem 1.5rem;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .home-services {
    padding: 8rem 1.5rem;
  }
}
.home-services__intro {
  max-width: 80rem;
  margin: 0 auto clamp(2.5rem, 6vw, 5rem);
}
.home-services__grid {
  display: grid;
  gap: 1.5rem;
  max-width: 80rem;
  margin: 0 auto;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .home-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1440px) {
  .home-services__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.home-services__card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 2rem;
  padding: 2rem;
  min-height: 17rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.home-services__card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: rgba(0, 134, 255, 0.05);
  filter: blur(48px);
  transition: background-color 0.25s ease;
}
.home-services__card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 134, 255, 0.3);
}
.home-services__card:hover::before {
  background: rgba(0, 134, 255, 0.1);
}
.home-services__icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1.25rem;
  display: grid;
  place-items: center;
  margin-bottom: 1.5rem;
  color: #0086FF;
  background: rgba(0, 134, 255, 0.1);
  transition: transform 0.25s ease;
}
.home-services__icon svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-services__card:hover .home-services__icon {
  transform: scale(1.1);
}
.home-services__card h3 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
}
.home-services__card p {
  margin: 0 0 2rem;
  color: #9ca3af;
  line-height: 1.7;
  font-size: 0.875rem;
}
.home-services__action {
  margin-top: auto;
  align-self: flex-end;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.25rem;
  line-height: 0;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #6b7280;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.home-services__action svg {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  margin: auto;
  flex: 0 0 0.75rem;
  fill: currentColor;
}
.home-services__card:hover .home-services__action {
  background: #0086FF;
  border-color: #0086FF;
  color: #ffffff;
}

.home-partners {
  --partners-speed: 28s;
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 8vw, 6rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #cbd5e1;
}
.home-partners::before, .home-partners::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(18vw, 12rem);
  pointer-events: none;
}
.home-partners::before {
  left: 0;
  background: linear-gradient(90deg, #040711, rgba(4, 7, 17, 0));
}
.home-partners::after {
  right: 0;
  background: linear-gradient(270deg, #040711, rgba(4, 7, 17, 0));
}
.home-partners__heading {
  max-width: 80rem;
  margin: 0 auto 2rem;
  padding: 0 1.5rem;
  display: flex;
  justify-content: center;
}
.home-partners__viewport {
  overflow: hidden;
  width: 100%;
}
.home-partners__track {
  width: max-content;
  display: flex;
  align-items: center;
  animation: partners-marquee var(--partners-speed) linear infinite;
  will-change: transform;
}
.home-partners:hover .home-partners__track, .home-partners:focus-within .home-partners__track {
  animation-play-state: paused;
}
.home-partners__group {
  display: flex;
  align-items: center;
  gap: clamp(3rem, 8vw, 7rem);
  padding-inline: clamp(1.5rem, 4vw, 3rem);
}
.home-partners__item {
  flex: 0 0 auto;
}
.home-partners__link {
  min-width: clamp(10rem, 16vw, 15rem);
  min-height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.58);
  text-decoration: none;
  filter: grayscale(1);
  opacity: 0.58;
  transform: translateY(0);
  transition: color 0.25s ease, filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}
.home-partners__link:hover, .home-partners__link:focus-visible {
  color: #ffffff;
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-0.25rem);
}
.home-partners__link:focus-visible {
  outline: 2px solid rgba(0, 134, 255, 0.65);
  outline-offset: 0.5rem;
  border-radius: 0.5rem;
}
.home-partners img {
  display: block;
  max-width: clamp(9rem, 14vw, 14rem);
  max-height: 4.25rem;
  width: auto;
  height: auto;
  object-fit: contain;
}
.home-partners span {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 900;
  white-space: nowrap;
}

@keyframes partners-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-partners__track {
    width: auto;
    animation: none;
  }
  .home-partners__group {
    flex-wrap: wrap;
    justify-content: center;
  }
  .home-partners__group[aria-hidden=true] {
    display: none;
  }
}
.quote {
  padding: 4rem 1.5rem;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .quote {
    padding: 8rem 1.5rem;
  }
}
.quote__header {
  max-width: 42rem;
  margin: 0 auto 3rem;
  text-align: center;
}
.quote__header p {
  margin: 0 0 0.75rem;
  color: #0086FF;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.quote__header h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1;
}
.quote__slider {
  max-width: 72rem;
  margin: 0 auto;
  overflow: visible;
}
.quote__slide {
  height: auto;
}
.quote__card {
  position: relative;
  min-height: 100%;
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  overflow: hidden;
  padding: clamp(2.5rem, 6vw, 5rem);
  border-radius: 3rem;
  background: linear-gradient(135deg, rgba(0, 134, 255, 0.1), transparent);
  border: 1px solid rgba(0, 134, 255, 0.2);
  color: inherit;
  text-decoration: none;
}
.quote__card--static {
  cursor: default;
}
@media (min-width: 1024px) {
  .quote__card {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 36%);
    align-items: center;
  }
}
.quote__content {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (min-width: 1024px) {
  .quote__content {
    text-align: left;
  }
}
.quote__media {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  aspect-ratio: 4/3;
  box-shadow: 0 0 42px rgba(0, 134, 255, 0.14);
}
@media (min-width: 1024px) {
  .quote__media {
    order: 2;
  }
}
.quote__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(1);
  opacity: 0.8;
  transform: scale(1.05);
  transition: filter 0.7s ease, opacity 0.7s ease, transform 0.7s ease;
}
.quote__card:hover .quote__media img, .quote__card:focus-visible .quote__media img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1);
}
.quote__mark {
  position: absolute;
  top: -2.5rem;
  left: -2.5rem;
  width: 12.5rem;
  height: 12.5rem;
  color: #0086FF;
  opacity: 0.03;
}
.quote blockquote {
  max-width: 48rem;
  margin: 0 0 3rem;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.12;
}
@media (max-width: calc(1024px - 0.02px)) {
  .quote blockquote {
    margin-inline: auto;
  }
}
.quote blockquote strong {
  display: block;
  color: #0086FF;
}
.quote blockquote p {
  display: inline;
  margin: 0;
}
.quote__quote-mark {
  color: #ffffff;
}
.quote__quote-text {
  display: inline;
}
.quote__line {
  width: 3rem;
  height: 0.25rem;
  margin: 0 auto 2rem;
  border-radius: 999px;
  background: rgba(0, 134, 255, 0.2);
}
@media (min-width: 1024px) {
  .quote__line {
    margin-left: 0;
  }
}
.quote__meta {
  margin: 0;
  color: #9ca3af;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.quote .klantcase-card__button {
  justify-self: center;
  margin-top: 2rem;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .quote .klantcase-card__button {
    justify-self: start;
  }
}
.quote__pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 2rem;
}
.quote__pagination .swiper-pagination-bullet {
  width: 0.55rem;
  height: 0.55rem;
  margin: 0;
  border-radius: 999px;
  background: rgba(0, 134, 255, 0.35);
  opacity: 1;
  transition: width 0.25s ease, background-color 0.25s ease;
}
.quote__pagination .swiper-pagination-bullet-active {
  width: 1.6rem;
  background: #0086FF;
}

.team-section {
  position: relative;
  overflow: hidden;
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  color: #ffffff;
  background: rgba(0, 134, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 4rem;
}
@media (min-width: 1024px) {
  .team-section {
    padding: 8rem 1.5rem;
  }
}
.team-section::before {
  content: "";
  position: absolute;
  top: -12rem;
  right: -12rem;
  width: 24rem;
  height: 24rem;
  background: rgba(0, 134, 255, 0.1);
  filter: blur(100px);
}
.team-section__pattern {
  position: absolute;
  inset-inline: 0;
  bottom: 2rem;
  height: 11rem;
  opacity: 0.38;
  background-image: radial-gradient(circle, rgba(0, 134, 255, 0.75) 0 0.16rem, transparent 0.19rem);
  background-size: 1.25rem 1.25rem;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.team-section__pattern--bottom {
  top: auto;
  bottom: 2rem;
}
.team-section__intro {
  position: relative;
  z-index: 1;
  max-width: 54rem;
  margin: 0 auto 5rem;
  text-align: center;
}
.team-section__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem;
  max-width: 56rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .team-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.team-section__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(4, 7, 17, 0.5);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2.5rem;
  padding: 2.5rem;
  overflow: hidden;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.team-section__card:hover {
  border-color: rgba(0, 134, 255, 0.5);
}
.team-section__photo {
  position: relative;
  width: 8rem;
  height: 8rem;
  border-radius: 1.5rem;
  overflow: hidden;
  margin: 0 auto 2rem;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.team-section__photo::before {
  content: "";
  position: absolute;
  inset: -1rem;
  background: rgba(0, 134, 255, 0.2);
  filter: blur(20px);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.team-section__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team-section h3 {
  margin: 0 0 0.25rem;
  font-size: 1.5rem;
  color: #ffffff;
}
.team-section__role {
  margin: 0 0 2rem;
  color: #6b7280;
}
.team-section__links {
  width: 100%;
  display: grid;
  gap: 1rem;
}
.team-section__links a {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 800;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.team-section__links a:hover {
  background: #0086FF;
  border-color: #0086FF;
  color: #ffffff;
}
.team-section__link-icon {
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  border-radius: 0.75rem;
  background: #1f2937;
  color: #0086FF;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.team-section__link-icon svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.team-section__links a:hover .team-section__link-icon {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.oplossingen-archive,
.oplossing-single,
.page-template-contact,
.page-template-about {
  background: #040711;
  color: #ffffff;
}

.oplossingen-archive__hero {
  position: relative;
  min-height: clamp(28rem, 48vw, 39rem);
  padding: clamp(8rem, 15vw, 12.5rem) 1.5rem clamp(2.25rem, 5vw, 4rem);
  overflow: hidden;
}
.oplossingen-archive__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 82% 20%, rgba(0, 134, 255, 0.12), transparent 28rem), linear-gradient(180deg, rgba(4, 7, 17, 0) 0%, #040711 100%);
  pointer-events: none;
}
.oplossingen-archive__hero h1 {
  max-width: 13ch;
  margin: 0 0 2rem;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: clamp(3.2rem, 7.5vw, 6rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
}
.oplossingen-archive__hero p {
  max-width: 34rem;
  margin: 0 0 2rem;
  color: #9ca3af;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.7;
}

.oplossingen-archive__hero-inner {
  position: relative;
  z-index: 2;
}

.oplossingen-archive__mesh {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.75;
  mix-blend-mode: screen;
  mask-image: linear-gradient(180deg, transparent, #000 20%, #000 88%, transparent), linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-composite: intersect;
}
.oplossingen-archive__mesh .mesh-hero-bg__canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.oplossingen-archive__nav {
  padding: clamp(1.5rem, 3vw, 2.5rem) 1.5rem 0;
}
.oplossingen-archive__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.oplossingen-archive__nav a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.86rem, 1vw, 0.96rem);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.oplossingen-archive__nav a:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 134, 255, 0.38);
  background: rgba(0, 134, 255, 0.09);
  color: #0086FF;
  box-shadow: 0 0 24px rgba(0, 134, 255, 0.12);
}
.oplossingen-archive__nav a:focus-visible {
  outline: none;
  border-color: rgba(0, 134, 255, 0.58);
  color: #0086FF;
  box-shadow: 0 0 0 3px rgba(0, 134, 255, 0.2), 0 0 24px rgba(0, 134, 255, 0.16);
}
.oplossingen-archive__nav svg {
  width: 0.7rem;
  height: 0.7rem;
  fill: none;
  stroke: #0086FF;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}
.oplossingen-archive__nav a:hover svg,
.oplossingen-archive__nav a:focus-visible svg {
  transform: translateY(2px) rotate(90deg);
}

.oplossingen-archive__list {
  padding: clamp(3.75rem, 8vw, 7rem) 1.5rem clamp(4rem, 10vw, 9rem);
}

.oplossingen-archive__intro {
  max-width: 46rem;
  margin-bottom: clamp(4rem, 8vw, 6.5rem);
}
.oplossingen-archive__intro h2 {
  margin: 0 0 1.5rem;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1;
}
.oplossingen-archive__intro p {
  margin: 0;
  color: #9ca3af;
  line-height: 1.7;
}

.oplossingen-archive__items {
  display: grid;
  gap: clamp(4rem, 11vw, 8.5rem);
}

.oplossing-row {
  display: grid;
  gap: clamp(2rem, 7vw, 6rem);
  align-items: center;
  scroll-margin-top: 8rem;
}
@media (min-width: 1024px) {
  .oplossing-row {
    grid-template-columns: minmax(16rem, 0.78fr) minmax(24rem, 1fr);
  }
  .oplossing-row:nth-child(even) {
    grid-template-columns: minmax(24rem, 1fr) minmax(16rem, 0.78fr);
  }
  .oplossing-row:nth-child(even) .oplossing-row__media {
    order: -1;
  }
}
.oplossing-row__content {
  max-width: 27rem;
}
.oplossing-row__icon {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  color: #0086FF;
}
.oplossing-row__icon svg {
  width: 1.45rem;
  height: 1.45rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.oplossing-row h2 {
  margin: 0 0 1.5rem;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 900;
  line-height: 1.1;
}
.oplossing-row p {
  max-width: 25rem;
  margin: 0 0 2rem;
  color: #9ca3af;
  font-size: 0.95rem;
  line-height: 1.75;
}
.oplossing-row__media {
  position: relative;
  isolation: isolate;
  min-height: clamp(15rem, 29vw, 25rem);
  display: block;
  overflow: hidden;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 rgba(0, 134, 255, 0);
  transition: box-shadow 0.7s ease;
}
.oplossing-row__media::before {
  content: "";
  position: absolute;
  inset: -0.25rem;
  z-index: -1;
  background: rgba(0, 134, 255, 0.2);
  filter: blur(24px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s ease;
}
.oplossing-row__media img,
.oplossing-row__media > span {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
}
.oplossing-row__media img {
  object-fit: cover;
  filter: grayscale(1);
  opacity: 0.8;
  transform: scale(1.05);
  transition: filter 0.7s ease, opacity 0.7s ease, transform 0.7s ease;
}
.oplossing-row__media > span {
  background: linear-gradient(90deg, transparent 0 12%, rgba(0, 134, 255, 0.25) 12% 14%, transparent 14% 30%, rgba(0, 134, 255, 0.16) 30% 32%, transparent 32%), linear-gradient(135deg, rgba(0, 134, 255, 0.35), rgba(255, 255, 255, 0.03));
  background-size: 5rem 100%, 100% 100%;
}
.oplossing-row__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(4, 7, 17, 0.58), transparent);
  pointer-events: none;
}
.oplossing-row__media:hover, .oplossing-row__media:focus-visible {
  box-shadow: 0 0 42px rgba(0, 134, 255, 0.18);
}
.oplossing-row__media:hover::before, .oplossing-row__media:focus-visible::before {
  opacity: 1;
}
.oplossing-row__media:hover img, .oplossing-row__media:focus-visible img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1);
}

.oplossingen-archive .navigation.pagination {
  margin-top: 5rem;
}

.oplossing-single__hero,
.page-template-contact__hero,
.page-template-about__hero {
  padding: clamp(7.5rem, 15vw, 13rem) 1.5rem clamp(3.5rem, 8vw, 7rem);
  text-align: center;
}
.oplossing-single__hero .container,
.page-template-contact__hero .container,
.page-template-about__hero .container {
  max-width: 68rem;
}
.oplossing-single__hero h1,
.page-template-contact__hero h1,
.page-template-about__hero h1 {
  margin: 0 auto 1.5rem;
  max-width: 54rem;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: clamp(3rem, 7vw, 5.75rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
}
.oplossing-single__hero p,
.page-template-contact__hero p,
.page-template-about__hero p {
  max-width: 45rem;
  margin: 0 auto;
  color: #9ca3af;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.7;
}

.oplossing-single__back {
  display: inline-flex;
  margin-bottom: 2rem;
  color: #9ca3af;
  font-weight: 800;
  text-decoration: none;
}
.oplossing-single__back:hover {
  color: #0086FF;
}
.oplossing-single__intro {
  color: #9ca3af;
}
.oplossing-single__media {
  margin-bottom: 4rem;
}
.oplossing-single__media img {
  width: 100%;
  max-height: 34rem;
  display: block;
  object-fit: cover;
  border-radius: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.oplossing-single__content {
  max-width: 52rem;
  padding-bottom: 8rem;
}
.oplossing-single__content > * {
  color: #cbd5e1;
}
.oplossing-single__content h2,
.oplossing-single__content h3,
.oplossing-single__content h4 {
  color: #ffffff;
}
.oplossing-single__content a {
  color: #0086FF;
}

.page-template-contact__content,
.page-template-about__content {
  padding: 0 1.5rem 8rem;
}

.page-template-contact__grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .page-template-contact__grid {
    grid-template-columns: minmax(0, 1fr) 24rem;
  }
}

.page-template-contact__body,
.page-template-about__inner,
.page-template-contact__details {
  color: #cbd5e1;
}
.page-template-contact__body h2,
.page-template-contact__body h3,
.page-template-contact__body h4,
.page-template-about__inner h2,
.page-template-about__inner h3,
.page-template-about__inner h4,
.page-template-contact__details h2,
.page-template-contact__details h3,
.page-template-contact__details h4 {
  color: #ffffff;
}
.page-template-contact__body a,
.page-template-about__inner a,
.page-template-contact__details a {
  color: #0086FF;
}

.page-template-contact__body,
.page-template-about__inner {
  max-width: 52rem;
}

.page-template-contact__details {
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.03);
}
.page-template-contact__details ul {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.oplossing-detail {
  overflow: hidden;
  background: #040711;
  color: #ffffff;
}
.oplossing-detail__article {
  background: #040711;
}
.oplossing-detail__hero {
  position: relative;
  padding: clamp(7.5rem, 14vw, 11rem) 1.5rem clamp(3.5rem, 8vw, 6.5rem);
  overflow: hidden;
}
.oplossing-detail__hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(2.5rem, 7vw, 5rem);
  align-items: center;
}
@media (min-width: 1024px) {
  .oplossing-detail__hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(22rem, 39%);
  }
}
.oplossing-detail__hero-content {
  max-width: 43rem;
}
.oplossing-detail__back {
  color: #0086FF;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.oplossing-detail__back {
  display: inline-flex;
  margin-bottom: 2.5rem;
  text-decoration: none;
}
.oplossing-detail__back:hover, .oplossing-detail__back:focus-visible {
  color: #ffffff;
}
.oplossing-detail h1,
.oplossing-detail h2,
.oplossing-detail h3 {
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0;
}
.oplossing-detail h1 {
  max-width: 12ch;
  margin: 0 0 2rem;
  font-size: clamp(2.35rem, 11vw, 6rem);
  font-weight: 900;
  line-height: 0.92;
  overflow-wrap: break-word;
  hyphens: auto;
  text-wrap: balance;
}
.oplossing-detail__hero-content p {
  max-width: 43rem;
  margin: 0;
  color: #9ca3af;
  line-height: 1.75;
}
.oplossing-detail__hero-media {
  position: relative;
  isolation: isolate;
  min-height: 18rem;
  border-radius: 2rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 rgba(0, 134, 255, 0);
  transition: box-shadow 0.7s ease;
}
.oplossing-detail__hero-media::after {
  content: "";
  position: absolute;
  inset: -0.25rem;
  z-index: -1;
  background: rgba(0, 134, 255, 0.2);
  filter: blur(24px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s ease;
}
.oplossing-detail__hero-media img {
  width: 100%;
  height: 100%;
  min-height: 18rem;
  display: block;
  object-fit: cover;
  filter: grayscale(1);
  opacity: 0.8;
  transform: scale(1.05);
  transition: filter 0.7s ease, opacity 0.7s ease, transform 0.7s ease;
}
.oplossing-detail__hero-media:empty::before, .oplossing-detail__hero-media:not(:has(img))::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 40% 35%, rgba(255, 255, 255, 0.75), transparent 0.2rem), radial-gradient(circle at 52% 32%, rgba(255, 255, 255, 0.75), transparent 0.28rem), radial-gradient(circle at 65% 40%, rgba(255, 255, 255, 0.65), transparent 0.22rem), linear-gradient(180deg, rgba(0, 134, 255, 0.5), rgba(4, 7, 17, 0.1));
  background-size: 1.4rem 1.4rem, 1.7rem 1.7rem, 1.3rem 1.3rem, 100% 100%;
}
.oplossing-detail__hero-media:hover, .oplossing-detail__hero-media:focus-within {
  box-shadow: 0 0 42px rgba(0, 134, 255, 0.18);
}
.oplossing-detail__hero-media:hover::after, .oplossing-detail__hero-media:focus-within::after {
  opacity: 1;
}
.oplossing-detail__hero-media:hover img, .oplossing-detail__hero-media:focus-within img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1);
}
.oplossing-detail__image {
  opacity: 0.8;
}
.oplossing-detail__cloud {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(58%, 15rem);
  transform: translate(-50%, -50%);
  color: #0086FF;
  filter: drop-shadow(0 1.2rem 2rem rgba(0, 134, 255, 0.25));
}
.oplossing-detail__cloud svg {
  width: 100%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.oplossing-detail__pattern {
  position: absolute;
  inset-inline: 0;
  bottom: 2rem;
  height: 11rem;
  opacity: 0.38;
  background-image: radial-gradient(circle, rgba(0, 134, 255, 0.75) 0 0.16rem, transparent 0.19rem);
  background-size: 1.25rem 1.25rem;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.oplossing-detail__intro, .oplossing-detail__advice, .oplossing-detail__case, .oplossing-detail__faq, .oplossing-detail__contact {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: clamp(3.75rem, 9vw, 7rem) 1.5rem;
}
.oplossing-detail__intro .container, .oplossing-detail__advice .container {
  max-width: 72rem;
}
.oplossing-detail__intro h2, .oplossing-detail__advice h2 {
  max-width: 42rem;
  margin: 0 0 2rem;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 850;
  line-height: 1.05;
}
.oplossing-detail__text {
  max-width: 72rem;
  color: #cbd5e1;
}
.oplossing-detail__text p {
  color: inherit;
  line-height: 1.75;
}
.oplossing-detail__text a {
  color: #0086FF;
}
.oplossing-detail__advice {
  background: rgba(255, 255, 255, 0.02);
}
.oplossing-detail__advice p {
  max-width: 72rem;
  color: #cbd5e1;
  line-height: 1.75;
}
.oplossing-detail__checks {
  display: grid;
  gap: 1.25rem;
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}
.oplossing-detail__checks li {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #ffffff;
  font-weight: 700;
}
.oplossing-detail__checks li:hover span {
  background: #0086FF;
  color: #ffffff;
}
.oplossing-detail__checks span {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 1.6rem;
  border-radius: 50%;
  background: rgba(0, 134, 255, 0.12);
  color: #0086FF;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.oplossing-detail__checks svg {
  width: 0.85rem;
  height: 0.85rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.oplossing-detail__case {
  background: rgba(255, 255, 255, 0.04);
}
.oplossing-detail__case-inner {
  display: grid;
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: center;
}
@media (min-width: 1024px) {
  .oplossing-detail__case-inner {
    grid-template-columns: minmax(0, 1fr) minmax(22rem, 40%);
  }
}
.oplossing-detail__case-content {
  max-width: 42rem;
}
.oplossing-detail__case-content h2 {
  margin: 0 0 2rem;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 900;
  line-height: 0.98;
}
.oplossing-detail__case-content > p {
  color: #cbd5e1;
  line-height: 1.8;
}
.oplossing-detail__case-media {
  position: relative;
  isolation: isolate;
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 rgba(0, 134, 255, 0);
  transition: box-shadow 0.7s ease;
}
.oplossing-detail__case-media::before {
  content: "";
  position: absolute;
  inset: -0.25rem;
  z-index: -1;
  background: rgba(0, 134, 255, 0.2);
  filter: blur(24px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s ease;
}
.oplossing-detail__case-media img {
  width: 100%;
  aspect-ratio: 4/3;
  display: block;
  object-fit: cover;
  filter: grayscale(1);
  opacity: 0.8;
  transform: scale(1.05);
  transition: filter 0.7s ease, opacity 0.7s ease, transform 0.7s ease;
}
.oplossing-detail__case-media:empty {
  display: none;
}
.oplossing-detail__case-media:hover {
  box-shadow: 0 0 42px rgba(0, 134, 255, 0.18);
}
.oplossing-detail__case-media:hover::before {
  opacity: 1;
}
.oplossing-detail__case-media:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1);
}
.oplossing-detail__faq {
  text-align: center;
}
.oplossing-detail__faq-heading {
  max-width: 36rem;
  margin: 0 auto 3rem;
}
.oplossing-detail__faq-heading h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
}
.oplossing-detail__faq-heading p {
  margin: 0;
  color: #9ca3af;
}
.oplossing-detail__faq-list {
  max-width: 52rem;
  margin: 0 auto;
  display: grid;
  gap: 0.9rem;
  text-align: left;
}
.oplossing-detail__faq-item {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  box-shadow: 0 0 0 rgba(0, 134, 255, 0);
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.oplossing-detail__faq-item[open] {
  border-color: rgba(0, 134, 255, 0.52);
  background: radial-gradient(circle at 8% 0%, rgba(0, 134, 255, 0.18), transparent 15rem), rgba(255, 255, 255, 0.065);
  box-shadow: 0 0 0 1px rgba(0, 134, 255, 0.08), 0 1.25rem 3rem rgba(0, 134, 255, 0.12);
}
.oplossing-detail__faq-item[open] .oplossing-detail__faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.oplossing-detail__faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4rem;
  padding: 1rem 1.25rem;
  cursor: pointer;
  color: #ffffff;
  font-weight: 700;
  list-style: none;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.oplossing-detail__faq-item summary::-webkit-details-marker {
  display: none;
}
.oplossing-detail__faq-item summary:hover {
  color: #0086FF;
}
.oplossing-detail__faq-item summary:focus-visible {
  outline: 0;
  border-radius: 0.65rem;
  color: #ffffff;
  background: rgba(0, 134, 255, 0.14);
  box-shadow: inset 0 0 0 2px #0086FF, 0 0 0 4px rgba(0, 134, 255, 0.18), 0 0 2rem rgba(0, 134, 255, 0.25);
}
.oplossing-detail__faq-icon {
  position: relative;
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  color: #ffffff;
}
.oplossing-detail__faq-icon::before, .oplossing-detail__faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.oplossing-detail__faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.oplossing-detail__faq-answer {
  padding: 0 1.25rem 1.25rem;
  color: #cbd5e1;
  line-height: 1.7;
  transform-origin: top;
}
.oplossing-detail__faq-answer > :last-child {
  margin-bottom: 0;
}
.oplossing-detail__faq-answer a {
  color: #0086FF;
}
.oplossing-detail__contact {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.oplossing-detail__pattern--bottom {
  top: auto;
  bottom: 2rem;
}
.oplossing-detail__contact-heading {
  position: relative;
  z-index: 1;
  max-width: 38rem;
  margin: 0 auto 3.5rem;
}
.oplossing-detail__contact-heading h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
}
.oplossing-detail__contact-heading p {
  margin: 0;
  color: #cbd5e1;
  line-height: 1.7;
}
.oplossing-detail__team {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem;
  max-width: 42rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .oplossing-detail__team {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.oplossing-detail__person {
  padding: 2rem;
  border: 2px solid #0086FF;
  border-radius: 1.4rem;
  background: rgba(4, 7, 17, 0.78);
  text-align: left;
  box-shadow: 0 2rem 4rem rgba(0, 134, 255, 0.08);
}
.oplossing-detail__person img {
  width: 8rem;
  height: 8rem;
  display: block;
  margin: 0 auto 2rem;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.85);
}
.oplossing-detail__person h3 {
  margin: 0 0 0.25rem;
  font-size: 1.35rem;
  font-weight: 850;
}
.oplossing-detail__person p {
  margin: 0 0 1.75rem;
  color: #cbd5e1;
  font-size: 0.92rem;
}
.oplossing-detail__person a {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 2.75rem;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}
.oplossing-detail__person a:hover, .oplossing-detail__person a:focus-visible {
  color: #0086FF;
}
.oplossing-detail__person span {
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.25rem;
  border-radius: 50%;
  background: #0086FF;
  color: #ffffff;
}
.oplossing-detail__person svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (prefers-reduced-motion: reduce) {
  .oplossing-detail__faq-icon::before, .oplossing-detail__faq-icon::after, .oplossing-detail__checks span {
    transition: none;
  }
}
.klantcase-detail {
  overflow: hidden;
  background: #040711;
  color: #ffffff;
}
.klantcase-detail__hero {
  position: relative;
  padding: clamp(7.5rem, 14vw, 11rem) 1.5rem clamp(3.5rem, 8vw, 6.5rem);
  overflow: hidden;
}
.klantcase-detail__mesh {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.7;
  mix-blend-mode: screen;
  mask-image: linear-gradient(180deg, transparent, #000 20%, #000 88%, transparent);
}
.klantcase-detail__mesh .mesh-hero-bg__canvas {
  width: 100%;
  height: 100%;
  display: block;
}
.klantcase-detail__hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(2.5rem, 7vw, 5rem);
  align-items: center;
}
@media (min-width: 1024px) {
  .klantcase-detail__hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(22rem, 40%);
  }
}
.klantcase-detail__content {
  max-width: 46rem;
}
.klantcase-detail__back {
  color: #0086FF;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.klantcase-detail__back {
  display: inline-flex;
  margin-bottom: 2rem;
  text-decoration: none;
}
.klantcase-detail__back:hover, .klantcase-detail__back:focus-visible {
  color: #ffffff;
}
.klantcase-detail h1 {
  max-width: 13ch;
  margin: 1rem 0 2rem;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 900;
  line-height: 0.92;
}
.klantcase-detail__content > p {
  max-width: 42rem;
  margin: 0;
  color: #9ca3af;
  line-height: 1.75;
}
.klantcase-detail__media {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  box-shadow: 0 0 42px rgba(0, 134, 255, 0.14);
}
.klantcase-detail__media img {
  width: 100%;
  aspect-ratio: 4/3;
  display: block;
  object-fit: cover;
}
.klantcase-detail__body {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: clamp(3.75rem, 9vw, 7rem) 1.5rem;
}
.klantcase-detail__body .container {
  max-width: 66rem;
}
.klantcase-detail blockquote {
  max-width: 54rem;
  margin: 0 0 4rem;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 900;
  line-height: 1.08;
}
.klantcase-detail blockquote .klantcase-detail__quote-mark {
  display: block;
  color: #0086FF;
  font-size: 7rem;
  line-height: 0.7;
}
.klantcase-detail blockquote p {
  margin: 0;
}
.klantcase-detail blockquote strong {
  color: #0086FF;
}
.klantcase-detail blockquote cite {
  display: block;
  margin-top: 2rem;
  color: #9ca3af;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.klantcase-detail__quote-text {
  display: inline;
}
.klantcase-detail__text {
  color: #cbd5e1;
  line-height: 1.8;
}
.klantcase-detail__text h2,
.klantcase-detail__text h3 {
  color: #ffffff;
  font-family: "Outfit", sans-serif;
}
.klantcase-detail__text a {
  color: #0086FF;
}

.klantcases-archive {
  background: #040711;
  color: #ffffff;
}
.klantcases-archive__hero {
  position: relative;
  padding: clamp(7.5rem, 14vw, 11rem) 1.5rem clamp(3.5rem, 8vw, 6rem);
  overflow: hidden;
}
.klantcases-archive__hero .container {
  position: relative;
  z-index: 1;
  max-width: 48rem;
}
.klantcases-archive__hero h1 {
  margin: 0 0 2rem;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 900;
  line-height: 0.92;
}
.klantcases-archive__hero p {
  margin: 0;
  color: #9ca3af;
  line-height: 1.75;
}
.klantcases-archive__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.7;
  mix-blend-mode: screen;
}
.klantcases-archive__mesh .mesh-hero-bg__canvas {
  width: 100%;
  height: 100%;
  display: block;
}
.klantcases-archive__list {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: clamp(3.75rem, 9vw, 7rem) 1.5rem;
}
.klantcases-archive__grid {
  display: grid;
  gap: 2rem;
  max-width: 72rem;
  margin: 0 auto;
}

.oplossing-detail__case-heading {
  max-width: 42rem;
  margin-bottom: 3rem;
}
.oplossing-detail__case-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.05;
}
.oplossing-detail__case-grid {
  display: grid;
  gap: 2rem;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  grid-template-rows: 1fr auto 1fr; /* center fallback voor oudere browsers */
  justify-items: center;
  align-items: center;
  /* verborgen standaard */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0s linear 0.22s ease;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.22s ease, visibility 0s linear 0s;
}
.modal {
  /* overlay */
}
.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.22s ease;
}
.modal {
  /* dialoog */
}
.modal__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #fff;
  color: #d1d5db;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  width: min(100vw - 40px, 640px);
  max-height: calc(100vh - 160px);
  overflow: auto;
  padding: 1.25rem;
  transform: translateY(8px) scale(0.98);
  transition: transform 0.22s ease, opacity 0.22s ease;
  opacity: 0;
}
.is-open .modal__dialog {
  transform: none;
  opacity: 1;
}
.modal__header, .modal__footer {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.modal__header {
  justify-content: space-between;
}
.modal__title {
  font-family: "Clash Display", sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .modal__title {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .modal__title {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
}
.modal__title {
  color: #439775;
}
.modal__body {
  font-size: 1rem;
  line-height: 1.618;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .modal__body {
    font-size: 1rem;
    line-height: 1.618;
    margin-bottom: 1.5rem;
  }
}
.modal__close {
  inline-size: 40px;
  block-size: 40px;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #d1d5db;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease;
}
.modal__close:hover {
  background: rgba(0, 0, 0, 0.06);
}
.modal__close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.8);
  outline-offset: 2px;
}
.modal__close {
  /* X-icoontje puur met CSS; vervang gerust door SVG */
}
.modal__close::before, .modal__close::after {
  content: "";
  display: block;
  position: absolute;
  inline-size: 18px;
  block-size: 2px;
  background: currentColor;
}
.modal__close::before {
  transform: rotate(45deg);
}
.modal__close::after {
  transform: rotate(-45deg);
}
.modal {
  /* Variants */
}
.modal--fullscreen .modal__dialog {
  width: calc(100vw - 40px);
  height: calc(100vh - 100px);
  max-height: none;
}
.modal--dark .modal__backdrop {
  background: rgba(0, 0, 0, 0.86);
}

/* Respecteer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .modal__dialog {
    transition: none;
    transform: none !important;
  }
  .modal,
  .modal__backdrop {
    transition: none;
  }
}
/* Scroll lock (sluit aan op je helpers) */
html.is-locked {
  overflow: hidden;
  overscroll-behavior: none;
}

.pushmenu {
  position: fixed;
  z-index: 997;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  z-index: 1000;
}
.pushmenu .sub-menu {
  text-transform: none;
}
.pushmenu--active {
  visibility: visible;
}
.pushmenu--active .pushmenu__nav {
  transition: all 0.4s ease;
  transform: translateX(0);
}
.pushmenu--active .pushmenu__bg {
  visibility: visible;
}

.pushmenu__close {
  display: inline-block;
  background-color: #0086FF;
  width: 32px;
  height: 32px;
  border: none;
  text-indent: -5000em;
  background-color: transparent;
}
.pushmenu__close span {
  background-image: url(../../images/icons/close.svg);
  background-size: 14px;
  background-position: auto;
  background-repeat: no-repeat;
}
.pushmenu__close:hover {
  cursor: hand;
  cursor: pointer;
}
.pushmenu__close:focus {
  outline: none;
}

.pushmenu__nav {
  position: fixed;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  z-index: 999;
  padding-bottom: 30px;
  background-color: #fbfbfb;
  background-image: url(../images/logo_blue.svg);
  background-blend-mode: color-burn;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center bottom;
  overflow-y: auto;
  right: 0;
  transform: translateX(100%);
  transition: all 0.4s ease;
  width: 100%;
  min-width: 320px;
}
@media (max-width: calc(768px - 0.02px)) {
  .pushmenu__nav {
    width: 100%;
  }
}
.pushmenu__nav .container {
  margin: auto;
}
.pushmenu__nav:after {
  content: "";
  position: absolute;
  bottom: 60px;
  height: 377px;
  width: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.pushmenu__nav ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.pushmenu__nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0;
  position: relative;
}
.pushmenu__nav ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #d1d5db;
  font-size: 2rem;
  line-height: 1rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .pushmenu__nav ul li a {
    font-size: 3.411rem;
    line-height: 1;
    margin-bottom: 0;
  }
}
.pushmenu__nav ul li a {
  font-weight: 300;
  padding: 1.5rem 2rem 1.5rem;
  border: 0;
  margin: 0;
  touch-action: none !important;
}
.pushmenu__nav ul li a:hover {
  color: #0086FF;
}
@media (max-width: calc(768px - 0.02px)) {
  .pushmenu__nav ul li a {
    padding: 1.5rem 1rem;
  }
}
.pushmenu__nav ul li.active > .children {
  transform: scaleY(1);
}
.pushmenu__nav ul li.active > a > span {
  background-image: url(../../images/icons/min.svg);
  background-size: 14px;
  background-position: auto;
  background-repeat: no-repeat;
}
.pushmenu__nav ul li .children {
  transform: scaleY(0);
  overflow: hidden;
  transition: transform 0.26s ease;
}
.pushmenu__nav ul li .children a {
  font-size: 1rem;
  padding: 1rem 2rem;
  background: rgba(0, 0, 0, 0.05);
}
.pushmenu__nav ul li:last-child {
  border-bottom: 0;
}
.pushmenu__nav ul li.current-menu-item > a {
  color: #0086FF;
}

.pushmenu__bg {
  position: fixed;
  z-index: 998;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  visibility: hidden;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 70vh;
  display: flex;
  overflow: hidden;
}
.hero .mesh-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero .hero > *:not(.mesh-hero-bg) {
  position: relative;
  z-index: 1;
}
.hero--video .hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero--video .hero__media .hero__video,
.hero--video .hero__media .hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(2px);
  transform: scale(1.03);
}
.hero--video .hero__media .hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.hero .hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  padding: 6rem 1.5rem;
  height: 100%;
  margin-top: auto;
  margin-bottom: 10rem;
}
.hero .hero__inner {
  max-width: 900px;
}
.hero .hero__title {
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 1.05;
  color: #0086FF;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  margin-bottom: 1rem;
}
.hero .hero__subtitle {
  font-size: clamp(1.2rem, 2.5vw, 2.8rem);
  color: #fff;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
  margin-bottom: 2.5rem;
}
.hero .hero__fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(to bottom, rgba(217, 207, 188, 0.1) 43%, #d9cfbc 60%);
  z-index: 0;
}
.hero .hero__scroll {
  position: absolute;
  bottom: 8rem;
  right: 10%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  opacity: 0.9;
  z-index: 3;
  animation: floatY 3s ease-in-out infinite;
}
.hero .hero__scroll-text {
  font-size: 0.7rem;
  letter-spacing: -0.7px;
  transform: rotate(90deg);
  color: #ededf5;
}
.hero .hero__scroll-icon {
  width: 30px;
  height: 30px;
}

@keyframes floatY {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}
.hamburger {
  /* gebruik bij voorkeur een <button> element */
  position: fixed;
  inset-block-start: 0;
  inset-inline-end: 0;
  z-index: 1010;
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  inline-size: 28px;
  block-size: 28px;
  padding: 40px;
}
@media (min-width: 768px) {
  .hamburger {
    padding: 60px;
  }
}
.hamburger {
  display: inline-grid;
  place-items: center;
  /* voor screenreaders */
}
.hamburger .sr-only {
  position: absolute !important;
  inline-size: 1px !important;
  block-size: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.hamburger:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 134, 255, 0.35);
}
.hamburger {
  /* de bars */
}
.hamburger__bars {
  position: relative;
  inline-size: 100%;
  block-size: 2px;
  background: #0086FF;
  border-radius: 0;
  transition: transform 0.25s ease, background-color 0.25s ease, opacity 0.2s ease;
}
.hamburger__bars::before, .hamburger__bars::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  block-size: 2px;
  background: #0086FF;
  border-radius: 0;
  transition: transform 0.25s ease, inset-block-start 0.25s ease, inset-block-end 0.25s ease, opacity 0.2s ease;
}
.hamburger {
  /* --- Variant: 3 strepen (default) --- */
}
.hamburger--3 .hamburger__bars::before {
  inset-block-start: -10px;
}
.hamburger--3 .hamburger__bars::after {
  inset-block-end: -10px;
}
.hamburger--3.is-active .hamburger__bars, .hamburger--3[aria-expanded=true] .hamburger__bars {
  background: transparent; /* middenbalk verbergen */
}
.hamburger--3.is-active .hamburger__bars::before, .hamburger--3[aria-expanded=true] .hamburger__bars::before {
  inset-block-start: 0;
  transform: rotate(45deg);
}
.hamburger--3.is-active .hamburger__bars::after, .hamburger--3[aria-expanded=true] .hamburger__bars::after {
  inset-block-end: 0;
  transform: rotate(-45deg);
}
.hamburger {
  /* --- Variant: 2 strepen --- */
}
.hamburger--2 .hamburger__bars {
  background: transparent; /* geen middenbalk */
}
.hamburger--2 .hamburger__bars::before {
  inset-block-start: -10px;
}
.hamburger--2 .hamburger__bars::after {
  inset-block-end: -10px;
}
.hamburger--2.is-active .hamburger__bars::before, .hamburger--2[aria-expanded=true] .hamburger__bars::before {
  inset-block-start: 0;
  transform: rotate(45deg);
}
.hamburger--2.is-active .hamburger__bars::after, .hamburger--2[aria-expanded=true] .hamburger__bars::after {
  inset-block-end: 0;
  transform: rotate(-45deg);
}
.hamburger {
  /* kleur-varianten */
}
.hamburger--light {
  --hamburger-color: #fff;
}
.hamburger--dark {
  --hamburger-color: #040711;
}
.hamburger--primary {
  --hamburger-color: #0086FF;
}
.hamburger {
  /* als je CSS var wilt gebruiken voor live switchen */
}
.hamburger[class*="--"] .hamburger__bars, .hamburger[class*="--"] .hamburger__bars::before, .hamburger[class*="--"] .hamburger__bars::after {
  background: var(--hamburger-color, #0086FF);
}

/* respecteer prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .hamburger__bars,
  .hamburger__bars::before,
  .hamburger__bars::after {
    transition: none;
  }
}
.list {
  display: grid;
  gap: 0;
}

.list-item {
  margin-block: 1rem;
  margin-block: 1rem;
}
@media (min-width: 768px) {
  .list-item {
    margin-block: 2rem;
  }
}
.list-item__heading {
  font-family: "Clash Display", sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .list-item__heading {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .list-item__heading {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
}
.list-item__heading {
  color: #439775;
}
.list-item__heading a {
  color: inherit;
  text-decoration: none;
}
.list-item__heading a:hover {
  text-decoration: underline;
}
.list-item__heading a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 134, 255, 0.35);
  border-radius: 2px;
}
.list-item__heading--sm {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .list-item__heading--sm {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .list-item__heading--sm {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
}
.list-item__meta {
  font-size: 1rem;
  line-height: 1.618;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .list-item__meta {
    font-size: 1rem;
    line-height: 1.618;
    margin-bottom: 1.5rem;
  }
}
.list-item__meta {
  color: #898989;
  margin-block: 0.75rem 1rem;
}
.list-item__meta a {
  color: inherit;
  text-decoration: none;
}
.list-item__meta a:hover {
  text-decoration: underline;
}
.list-item__excerpt {
  font-size: 1rem;
  line-height: 1.618;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .list-item__excerpt {
    font-size: 1rem;
    line-height: 1.618;
    margin-bottom: 1.5rem;
  }
}
.list-item__excerpt {
  margin-block-end: 1rem;
  font-weight: 300;
}
.list-item__more {
  color: #439775;
  text-decoration: underline;
  font-weight: 500;
}
.list-item__more:hover {
  color: #0086FF;
}
.list-item__more:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 134, 255, 0.35);
  border-radius: 2px;
}
.list-item--compact {
  margin-block: 0.5rem;
}
.list-item--compact .list-item__meta {
  margin-block: 0.5rem 0.75rem;
}
.list-item--compact .list-item__excerpt {
  margin-block-end: 0.75rem;
}

.media {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  /* Center variatie (beeld en tekst centreren) */
}
.media--center {
  align-items: center;
}
.media {
  /* Reverse variant (beeld rechts) */
}
.media--reverse {
  flex-direction: row-reverse;
}
.media {
  /* Compact variant */
}
.media--compact {
  gap: 0.75rem;
}
.media {
  /* Stack op kleine schermen (beeld boven content) */
}
@media (max-width: calc(480px - 0.02px)) {
  .media {
    flex-direction: column;
    align-items: stretch;
  }
}

.media__side {
  flex: 0 0 auto; /* vaste breedte/auto shrink niet */
}

.media__content {
  flex: 1 1 auto; /* neemt rest in */
  min-width: 0; /* voorkomt overflow bij lange woorden */
}

/* Avatar: liever <img> dan background-image */
.media__avatar {
  inline-size: 90px; /* of een token */
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .media__avatar {
    inline-size: 96px;
  }
}

.media__avatar > img {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}

.menu--footer {
  font-size: 0.9rem;
}
.menu--footer .menu__link {
  padding-inline: 1rem;
  padding-block: 0.5rem;
}

.menu {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

.menu > li {
  position: relative;
}

.menu a,
.menu .menu__link {
  position: relative;
  display: block;
  color: #d1d5db;
  text-decoration: none;
  padding-block: 0.5rem;
  padding-inline: 1.5rem;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.menu a:hover,
.menu .menu__link:hover {
  color: #0086FF;
}
.menu a:focus-visible,
.menu .menu__link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 134, 255, 0.35);
  border-radius: 2px;
}

.menu .current-menu-item > a,
.menu .current_page_item > a,
.menu .current-menu-ancestor > a {
  color: #0086FF;
}
.menu .current-menu-item > a::after,
.menu .current_page_item > a::after,
.menu .current-menu-ancestor > a::after {
  content: "";
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 0;
  height: 2px;
  background: currentColor;
}

.menu .sub-menu {
  list-style: none;
  margin: 0.75rem 0 0 0.75rem;
  padding: 0 0 0 0.75rem;
  border-left: 1px solid #dedede;
}
.menu .sub-menu a {
  font-size: 1rem;
  line-height: 1.6;
  padding-block: 0.5rem;
  padding-inline: 1.5rem;
}

.menu--compact .menu a {
  padding-block: 0.25rem;
}
.menu--compact .sub-menu a {
  padding-block: 0.375rem;
}

.nav-links {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-block: 1rem;
  color: #d1d5db;
}
@media (min-width: 768px) {
  .nav-links {
    gap: 2rem;
  }
}
.nav-links a,
.nav-links span {
  display: inline-flex;
  align-items: center;
  padding-inline: 0.75rem;
  padding-block: 0.25rem;
  color: inherit;
  text-decoration: none;
  border-radius: 4px;
}
.nav-links a:hover,
.nav-links span:hover {
  color: #0086FF;
  text-decoration: underline;
}
.nav-links a:focus-visible,
.nav-links span:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 134, 255, 0.35);
}
.nav-links .current,
.nav-links [aria-current=page],
.nav-links [aria-current=true] {
  font-weight: 600;
  text-decoration: none;
}
.nav-links--divided {
  gap: 0;
}
.nav-links--divided a,
.nav-links--divided span {
  position: relative;
  padding-inline: 1rem;
}
.nav-links--divided a + a::before,
.nav-links--divided a + span::before,
.nav-links--divided span + a::before,
.nav-links--divided span + span::before {
  content: "·";
  margin-inline: 0.25rem 0.5rem;
  opacity: 0.5;
}

#lightbox-root {
  display: contents;
}

.lightbox {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 0;
  animation: fadeIn 0.3s ease forwards;
}

.lightbox__inner {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}

.lightbox__inner img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0.5rem;
}

.lightbox__close {
  position: absolute;
  top: -3rem;
  right: 0;
  background: none;
  color: white;
  font-size: 2rem;
  border: 0;
  cursor: pointer;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
/* -----------------------------------------------------------------------------
   Accessible Tabs
   - Werkt standalone
   - Gebruik CSS custom properties voor kleurstelling
   - Respecteert 'prefers-reduced-motion'
----------------------------------------------------------------------------- */
.tabs {
  --tabs-accent: #222; /* active border & text */
  --tabs-muted: #9aa0a6; /* inactieve tekst */
  --tabs-border: #e5e7eb; /* onderlijn tablist & panel rand */
  --tabs-focus: rgba(37, 99, 235, 0.55); /* focus-ring */
  display: block;
}

/* Lijst met tabs */
.tabs__list {
  display: flex;
  align-items: stretch;
  gap: 0.25rem;
  border-bottom: 1px solid var(--tabs-border);
}

/* De knop zelf (role="tab") */
.tabs__tab {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: var(--tabs-muted);
  font: inherit;
  padding: 0.75rem 1rem;
  border-bottom: 2px solid transparent;
  transition: color 120ms ease, border-color 120ms ease;
}
.tabs__tab[aria-selected=true] {
  color: var(--tabs-accent);
  border-bottom-color: var(--tabs-accent);
}
.tabs__tab:hover {
  color: var(--tabs-accent);
}
.tabs__tab:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--tabs-focus);
  border-radius: 4px;
}

/* Panels */
.tabs__panel {
  padding: 1rem 0;
  border-bottom: 1px solid var(--tabs-border);
}

/* Verborgen panels gebruiken het semantische [hidden] attribuut */
.tabs__panel[hidden] {
  display: none;
}

/* Optioneel: vertical variant (zet .tabs--vertical op wrapper) */
.tabs--vertical {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1rem;
}

.tabs--vertical .tabs__list {
  flex-direction: column;
  border-bottom: 0;
  border-right: 1px solid var(--tabs-border);
}

.tabs--vertical .tabs__tab {
  border-bottom: 0;
  border-right: 2px solid transparent;
}

.tabs--vertical .tabs__tab[aria-selected=true] {
  border-right-color: var(--tabs-accent);
}

/* Verminderde animaties */
@media (prefers-reduced-motion: reduce) {
  .tabs__tab {
    transition: none;
  }
}
/* ---------------------------------------------------------------------------
   CARD COMPONENT
   ---------------------------------------------------------------------------
   - Flexibele basiscomponent met optionele varianten.
   - Sluit aan op jouw get-color() en spacing-systemen.
   - Toegankelijk (focus states, heading-structuur, hover intentie).
--------------------------------------------------------------------------- */
.card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  color: #d1d5db;
  transition: box-shadow 150ms ease-in, transform 150ms ease-in;
}
.card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.card:focus-within {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 134, 255, 0.35);
}
.card__media {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.card__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 150ms ease-in;
}
.card:hover .card__media img {
  transform: scale(1.03);
}
.card__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem;
  flex-grow: 1;
}
.card__title {
  font-family: "Clash Display", sans-serif;
  font-size: 1.25rem;
  color: #439775;
  line-height: 1.3;
}
.card__title a {
  color: inherit;
  text-decoration: none;
}
.card__title a:hover {
  text-decoration: underline;
}
.card__meta {
  font-size: 0.875rem;
  color: #898989;
}
.card__excerpt {
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1.5;
}
.card__actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75rem;
  padding: 0 1.25rem 1.25rem;
}
.card--clickable {
  cursor: pointer;
}
.card--clickable:hover, .card--clickable:focus-within {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}
.card--horizontal {
  flex-direction: row;
}
.card--horizontal .card__media {
  width: 40%;
  flex-shrink: 0;
  border-radius: 6px 0 0 6px;
}
.card--horizontal .card__body {
  width: 60%;
  padding: 1.25rem;
}
.card--compact .card__body {
  padding: 0.75rem 1rem;
  gap: 0.5rem;
}
.card--compact .card__title {
  font-size: 1rem;
}

/* ---------------------------------------------------------------------------
   DESCRIPTION LIST (dl / dt / dd)
   ---------------------------------------------------------------------------
   - Grid-based: nette kolomuitlijning, ook voor lange termen
   - Responsive: 1 kolom mobiel → 2 kolommen (term | value) op >= m
   - Variants: --lined, --two-up, --three-up, --compact, --align-start
--------------------------------------------------------------------------- */
.dlist {
  /* basis grid */
  display: grid;
  grid-template-columns: 1fr; /* mobiel: stapelen */
  row-gap: 1rem;
  column-gap: 1.5rem;
  margin: 0 0 2.5rem;
  padding: 0;
}
@media (min-width: 768px) {
  .dlist {
    grid-template-columns: 1fr 2fr; /* term | value */
    align-items: start;
  }
}
.dlist dt,
.dlist dd {
  margin: 0; /* reset UA-styles */
}
.dlist dt {
  font-weight: 600;
  color: #439775;
  text-align: end; /* mooie uitlijning t.o.v. dd */
}
@media (max-width: calc(768px - 0.02px)) {
  .dlist dt {
    text-align: start;
  }
}
.dlist dd {
  font-weight: 300;
  color: #d1d5db;
}
.dlist {
  /* Lined variant: subtiele scheidingslijnen per rij */
}
@media (min-width: 768px) {
  .dlist--lined dt,
  .dlist--lined dd {
    border-top: 1px solid #dedede;
    padding-top: 1rem;
  }
  .dlist--lined {
    /* eerste rij geen lijn */
  }
  .dlist--lined dt:first-child {
    border-top: 0;
    padding-top: 0;
  }
  .dlist--lined dd:first-of-type {
    border-top: 0;
    padding-top: 0;
  }
}
.dlist--lined {
  /* mobiel: alleen boven dt een lijn om dubbel-lijnen te voorkomen */
}
@media (max-width: calc(768px - 0.02px)) {
  .dlist--lined dt {
    border-top: 1px solid #dedede;
    padding-top: 1rem;
  }
  .dlist--lined dt:first-child {
    border-top: 0;
    padding-top: 0;
  }
  .dlist--lined dd {
    border-top: 0;
    padding-top: 0;
  }
}
.dlist {
  /* Compact: dichter op elkaar, kleiner type */
}
.dlist--compact {
  row-gap: 0.5rem;
  column-gap: 1rem;
}
.dlist--compact dt {
  font-weight: 600;
  font-size: 0.95rem;
}
.dlist--compact dd {
  font-size: 0.95rem;
}
.dlist {
  /* Twee/Drie paren per rij op grotere schermen
   Let op: de volgorde blijft dt,dd, dt,dd. */
}
@media (min-width: 1024px) {
  .dlist--two-up {
    grid-template-columns: repeat(2, 1fr 2fr); /* dt dd | dt dd */
  }
}
@media (min-width: 1440px) {
  .dlist--three-up {
    grid-template-columns: repeat(3, 1fr 2fr); /* dt dd | dt dd | dt dd */
  }
}
.dlist {
  /* Optioneel: dt links uitlijnen i.p.v. rechts */
}
.dlist--align-start dt {
  text-align: start;
}
.dlist {
  /* Zorg dat laatste content in dd geen extra witruimte laat */
}
.dlist dd > :last-child {
  margin-bottom: 0;
}

.address-group address {
  display: block;
  margin-bottom: 2rem;
  padding-right: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
  color: #d1d5db;
}
.address-group a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease-in-out;
}
.address-group a:hover, .address-group a:focus-visible {
  color: #0086FF;
  outline: none;
}

.arrow {
  --size: 50px;
  --bg: transparent;
  --fg: #0086FF;
  --bd: #040711;
  --bdw: 2px;
  inline-size: var(--size);
  block-size: var(--size);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 0.5rem;
  background-color: var(--bg);
  color: var(--fg);
  border: none; /* default geen rand; met .is-bordered wel */
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease, background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
  position: relative;
  /* focus zichtbaar voor toetsenbord */
}
.arrow:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 134, 255, 0.35);
}
.arrow {
  /* hover/active: subtiele feedback */
}
.arrow:hover {
  transform: translateY(-1px);
}
.arrow:active {
  transform: translateY(0);
}
.arrow {
  /* Disabled (Swiper voegt deze class toe) */
}
.arrow.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
}
.arrow {
  /* Optionele rand */
}
.arrow.is-bordered {
  border: var(--bdw) solid var(--bd);
}
.arrow {
  /* Pictogram: één chevron via mask (geen icon-font nodig) */
}
.arrow::before {
  content: "";
  inline-size: 40%;
  block-size: 40%;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z'/%3E%3C/svg%3E") no-repeat center/contain; /* chevron-left */
}
.arrow {
  /* Richtingen */
}
.arrow--left {
  /* niets extra: base is left */
}
.arrow--right {
  transform: rotate(180deg); /* flip pictogram */
}

/* Container met nette spacing */
.arrows {
  display: flex;
  flex-shrink: 0;
  gap: 1rem;
  /* Variant: witte pijlen (b.v. op donkere hero) */
}
.arrows--white .arrow {
  --fg: #fff;
}
.arrows--white .arrow.is-bordered {
  --bd: #fff;
}
.arrows {
  /* Variant: accent-blokken (rechthoekig zoals je had) */
}
.arrows--accent {
  gap: 0;
}
.arrows--accent .arrow {
  --bg: #0086FF;
  --fg: #fff;
  border-radius: 0;
  inline-size: 70px;
  block-size: 100px;
  margin: 0;
}
@media (min-width: 1024px) {
  .arrows--accent .arrow {
    inline-size: 120px;
    block-size: 120px;
  }
}

/* Optioneel: “grote” versie */
.arrow--lg {
  --size: 64px;
}

.arrow--sm {
  --size: 40px;
}

/* Swiper-browse wrapper (alleen tonen ≥ l) */
.swiper-browse {
  display: none;
}
@media (min-width: 1024px) {
  .swiper-browse {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
  }
}

/* Motion respecteren */
@media (prefers-reduced-motion: reduce) {
  .arrow {
    transition: none;
  }
}
.carousel {
  /* themable vars */
  --caro-gap: 1rem;
  --caro-edge: calc((100vw - 100%) / 2); /* container → edge */
  --caro-title: #0086FF;
  --caro-pad-y: 2rem;
  overflow: hidden;
  /* Header */
}
.carousel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: var(--caro-pad-y);
}
@media (max-width: calc(768px - 0.02px)) {
  .carousel__header .arrows {
    display: none;
  }
}
.carousel__title {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .carousel__title {
    font-size: 2.7rem;
    line-height: 1;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .carousel__title {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 2rem;
  }
}
.carousel__title {
  font-family: "Clash Display", sans-serif;
  color: var(--caro-title);
  margin: 0;
}
.carousel {
  /* Body/track/slides -------------------------------------- */
}
.carousel__body {
  /* standaard binnen container-breedte */
  position: relative;
}
.carousel {
  /* optioneel full-bleed (edge-to-edge) */
}
.carousel--bleed .carousel__body {
  margin-inline: calc(var(--caro-edge) * -1); /* trekt naar de viewport-rand */
}
.carousel {
  /* scroll-track voor snap (kan je wrapper rond je slides geven) */
}
.carousel__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max(75%, 280px); /* slide breedte; tweakbaar */
  gap: var(--caro-gap);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-block: var(--caro-pad-y);
  padding-inline: var(--caro-edge);
  /* in de niet-bleed variant wil je geen extra padding buiten container */
}
.carousel:not(.carousel__track ~ .dummy) .carousel__track {
  /* no-op: selector anchor */
}
.carousel {
  /* als je geen bleed gebruikt, laat padding gewoon weg: */
}
.carousel:not(.carousel--bleed) .carousel__track {
  padding-inline: 0;
}
.carousel {
  /* individuele slide */
}
.carousel__slide {
  scroll-snap-align: start;
  scroll-snap-stop: always; /* betere stop op touch */
  inline-size: 100%;
  min-inline-size: 0; /* voorkom overflow bij flex/grids binnenin */
  /* optioneel: kaartje styling binnen een slide */
}
.carousel {
  /* pijlen-container die aan de buitenkant mag ‘floaten’ */
}
.carousel__nav {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.carousel {
  /* Modifiers ---------------------------------------------- */
}
.carousel--compact {
  --caro-gap: 0.75rem;
  --caro-pad-y: 1rem;
}
.carousel--show-arrows-mobile__header .arrows {
  display: flex;
}
.carousel {
  /* RTL support (snap aan start blijft correct; pijltjes kun je swappen in JS) */
}
[dir=rtl] .carousel__track {
  scroll-snap-type: x mandatory; /* werkt in beide richtingen */
}
.carousel {
  /* Reduced motion: schakel evt. smooth scroll/anim uit (als je die zou toevoegen) */
}
@media (prefers-reduced-motion: reduce) {
  .carousel__track {
    scroll-behavior: auto;
  }
}

/*

<div class="carousel carousel--bleed">
  <div class="carousel__header">
    <h2 class="carousel__title">Projecten</h2>
    <div class="arrows">
      <button class="arrow arrow--left" aria-label="Vorige"></button>
      <button class="arrow arrow--right" aria-label="Volgende"></button>
    </div>
  </div>

  <div class="carousel__body">
    <div class="carousel__track" tabindex="0" aria-label="Carousel">
      <article class="carousel__slide">…</article>
      <article class="carousel__slide">…</article>
      <article class="carousel__slide">…</article>
    </div>
  </div>
</div>
*/
.contact {
  padding-top: 2rem;
  border-top: 1px solid #dedede;
}
.contact .contactperson {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.contact .contactperson_photo {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-right: 2rem;
}
.contact .contactperson__info {
  line-height: 1.6;
}
.contact .contactperson__info .name {
  font-weight: 600;
}

.slider {
  height: 1000px;
}
.slider__foot {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

.swiper-cases.slider {
  background-color: green;
}
.swiper-cases.slider .slider__content {
  align-items: unset;
  justify-content: flex-end;
}
.swiper-cases.slider .slider__content .grid {
  width: 100%;
}
.swiper-cases.slider .slider__content .swiper-card {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  background: #0086FF;
  padding: 2rem;
  color: #fff;
}
@media (min-width: 768px) {
  .swiper-cases.slider .slider__content .swiper-card {
    padding: 2rem 4rem;
  }
}
@media (min-width: 1024px) {
  .swiper-cases.slider .slider__content .swiper-card__inner {
    width: 60%;
  }
}
.swiper-cases.slider .slider__content .swiper-card .card__title {
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .swiper-cases.slider .slider__content .swiper-card .card__title {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .swiper-cases.slider .slider__content .swiper-card .card__title {
    font-size: 3.35rem;
    line-height: 1.1;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .swiper-cases.slider .slider__content .swiper-card .card__title {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 2rem;
  }
}

.filter {
  position: relative;
}

.filter-list {
  --fl-bg: #fff;
  --fl-fg: #d1d5db;
  --fl-bd: #dedede;
  --fl-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06);
  --fl-radius: 6px;
  --fl-w: 220px;
  --fl-maxh: 300px;
  --fl-pad-x: 1rem;
  --fl-pad-y: 0.5rem;
  --fl-gap: 0.125rem;
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 100%;
  margin-block-start: 0.5rem;
  inline-size: var(--fl-w);
  max-block-size: var(--fl-maxh);
  background-color: var(--fl-bg);
  color: var(--fl-fg);
  border: 1px solid var(--fl-bd);
  border-radius: var(--fl-radius);
  box-shadow: var(--fl-shadow);
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: var(--fl-gap);
  overflow: auto;
  padding-block: 0.25rem;
  padding-inline: 0;
  /* start hidden */
  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
  transition: opacity 0.15s ease, transform 0.15s ease;
  /* Open state */
}
.filter-list--active, .filter-list.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.filter-list {
  /* Uitlijning varianten */
}
.filter-list--left {
  inset-inline-start: 0;
  inset-inline-end: auto;
}
.filter-list--full {
  inline-size: min(100vw - 2rem, var(--fl-w));
}
.filter-list {
  /* Item */
}
.filter-list__item {
  position: relative;
  display: flex;
  align-items: center;
  min-block-size: 36px;
  padding-inline: calc(var(--fl-pad-x) + 1rem) var(--fl-pad-x);
  padding-block: var(--fl-pad-y);
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.12s ease, transform 0.12s ease;
  /* hover */
}
.filter-list__item:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.filter-list__item {
  /* focus (keyboard) */
}
.filter-list__item:focus {
  outline: none;
}
.filter-list__item:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(0, 134, 255, 0.45);
  border-radius: 4px;
}
.filter-list__item {
  /* selected (voormalig &--active) */
}
.filter-list__item[aria-selected=true]::before, .filter-list__item--active::before {
  content: "";
  position: absolute;
  inset-inline-start: 0.625rem;
  inline-size: 0.5rem;
  block-size: 0.5rem;
  border-radius: 50%;
  background: #0086FF;
}
.filter-list__item {
  /* optioneel “slide” hint */
}
.filter-list__item:hover {
  transform: translateX(-4px);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .filter-list {
    transition: none;
  }
  .filter-list__item:hover {
    transform: none;
  }
}
.hr {
  width: 100%;
  height: 1px;
  background-color: #dedede;
  margin: 1.5rem 0;
  border: none;
}
.hr--light {
  background-color: rgba(222, 222, 222, 0.4);
}
.hr--thick {
  height: 2px;
}
.hr--dotted {
  background: repeating-linear-gradient(to right, #dedede, #dedede 4px, transparent 4px, transparent 8px);
}

.gallery-owner,
.gallery-daily {
  height: auto;
  position: relative;
  display: grid;
  gap: 1rem;
  padding: 3rem 0;
}
.gallery-owner .img,
.gallery-daily .img {
  position: relative;
  transform: none;
}
.gallery-owner .img-inner,
.gallery-daily .img-inner {
  transform: none !important;
}
.gallery-owner img,
.gallery-daily img {
  border-radius: 0.5rem 4rem 0.5rem 4rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  cursor: zoom-in;
}
@media (min-width: 1024px) {
  .gallery-owner,
  .gallery-daily {
    position: relative;
    overflow: visible;
    perspective: 800px;
    height: 100%;
    aspect-ratio: 16/9;
  }
  .gallery-owner .img,
  .gallery-daily .img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease-out;
    will-change: transform;
  }
  .gallery-owner .img-inner,
  .gallery-daily .img-inner {
    display: block;
    transition: transform 0.3s ease-out;
    will-change: transform;
  }
  .gallery-owner img,
  .gallery-daily img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.5rem 4rem 0.5rem 4rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    cursor: zoom-in;
  }
}

.gallery-owner .img--1,
.gallery-owner .img--2,
.gallery-owner .img--3 {
  width: 100%;
}
@media (min-width: 1024px) {
  .gallery-owner .img--1 {
    width: 40%;
    transform: translate(-110%, -80%);
    z-index: 3;
  }
  .gallery-owner .img--2 {
    width: 60%;
    transform: translate(-40%, -50%);
    z-index: 1;
  }
  .gallery-owner .img--3 {
    width: 35%;
    transform: translate(-10%, 50%);
    z-index: 2;
  }
}

.gallery-daily {
  position: relative;
  grid-column: 7/-1;
  height: 600px;
  perspective: 1000px;
}
.gallery-daily .img--1 {
  width: 40%;
  top: 5%;
  left: 5%;
  z-index: 3;
}
.gallery-daily .img--2 {
  width: 70%;
  top: 20%;
  right: 0;
  z-index: 1;
}
.gallery-daily .img--3 {
  width: 35%;
  bottom: 5%;
  left: 25%;
  z-index: 2;
}
.gallery-daily .img--4 {
  width: 35%;
  bottom: 5%;
  left: 25%;
  z-index: 2;
}
.gallery-daily .img--5 {
  width: 35%;
  bottom: 5%;
  left: 25%;
  z-index: 2;
}

@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #d1d5db !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    color: #0086FF !important;
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 0.9em;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  nav,
  header,
  footer,
  .button,
  .btn,
  .hero,
  .carousel,
  .slider,
  .no-print {
    display: none !important;
  }
  pre,
  blockquote {
    border: 1px solid #dedede;
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
    height: auto !important;
  }
  body {
    background: #f9f9f9 !important;
    color: #d1d5db;
    font-size: 12pt;
    line-height: 1.5;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    color: #439775;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .pushmenu,
  .modal,
  .preloader {
    display: none !important;
  }
}
