@charset "UTF-8";
/*
Theme Name: fwPress
Theme URI: https://www.faceworks.nl
Author: Faceworks
Author URI: https://www.faceworks.nl
Version: 1.0
Requires at least: 6.0
Tested up to: 6
Text Domain: base
*/
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght@100;200;300;400&display=block");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
:root {
  --icon-font: "Material Symbols Outlined";
  --black-10: rgba(46, 53, 67, 0.10);
  --turcoise-light-10: #4ae4c1;
  --turcoise-light-20: #5ee7c8;
  --turcoise-light-30: #72eacf;
  --turcoise-light-40: #86edd6;
  --turcoise-light-50: #9bf0dd;
  --turcoise-light-60: #aff3e3;
  --turcoise-light-70: #c3f6ea;
  --turcoise-light-80: #d7f9f1;
  --turcoise-light-90: #ebfcf8;
  --turcoise-light-95: #f5fefc;
  --turcoise: #36E1BA;
  --blue-light-10: #404d9b;
  --blue-light-20: #5561a6;
  --blue-light-30: #6b74b1;
  --blue-light-40: #8088bc;
  --blue-light-50: #959cc8;
  --blue-light-60: #aab0d3;
  --blue-light-70: #bfc4de;
  --blue-light-80: #d5d7e9;
  --blue-light-90: #eaebf4;
  --blue-light-95: #f4f5f9;
  --blue: #2B3990;
}

/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

*:before, *:after {
  box-sizing: inherit;
}

img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

button,
input,
optgroup,
select,
textarea, html input[type=button],
input[type=reset],
input[type=submit], button[disabled],
html input[disabled], button::-moz-focus-inner,
input::-moz-focus-inner, input[type=checkbox],
input[type=radio], input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button, input[type=search], input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  border: 0;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/*!
 * Bootstrap Grid v5.3.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #2B3990;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #F4AA47;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #2E3543;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #2B3990;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 43, 57, 144;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text: #222e73;
  --bs-secondary-text: #6c757d;
  --bs-success-text: #146c43;
  --bs-info-text: #087990;
  --bs-warning-text: #997404;
  --bs-danger-text: #b02a37;
  --bs-light-text: #6c757d;
  --bs-dark-text: #495057;
  --bs-primary-bg-subtle: #d5d7e9;
  --bs-secondary-bg-subtle: #f8f9fa;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #aab0d3;
  --bs-secondary-border-subtle: #e9ecef;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 46, 53, 67;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", "Rubik", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-emphasis-color: #2E3543;
  --bs-emphasis-color-rgb: 46, 53, 67;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-link-color: #2B3990;
  --bs-link-color-rgb: 43, 57, 144;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #222e73;
  --bs-link-hover-color-rgb: 34, 46, 115;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(46, 53, 67, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
  --bs-emphasis-color: #2E3543;
  --bs-form-control-bg: var(--bs-body-bg);
  --bs-form-control-disabled-bg: var(--bs-secondary-bg);
  --bs-highlight-bg: #fff3cd;
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1400px;
  --bs-breakpoint-xxl: 1600px;
}

[data-bs-theme=dark] {
  --bs-body-color: #adb5bd;
  --bs-body-color-rgb: 173, 181, 189;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #f8f9fa;
  --bs-emphasis-color-rgb: 248, 249, 250;
  --bs-secondary-color: rgba(173, 181, 189, 0.75);
  --bs-secondary-color-rgb: 173, 181, 189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb: 173, 181, 189;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-emphasis-color: #fff;
  --bs-primary-text: #8088bc;
  --bs-secondary-text: #dee2e6;
  --bs-success-text: #75b798;
  --bs-info-text: #6edff6;
  --bs-warning-text: #ffda6a;
  --bs-danger-text: #ea868f;
  --bs-light-text: #f8f9fa;
  --bs-dark-text: #dee2e6;
  --bs-primary-bg-subtle: #090b1d;
  --bs-secondary-bg-subtle: #212529;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #313842;
  --bs-primary-border-subtle: #1a2256;
  --bs-secondary-border-subtle: #495057;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #055160;
  --bs-warning-border-subtle: #664d03;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: #fff;
  --bs-link-color: #8088bc;
  --bs-link-hover-color: #aab0d3;
  --bs-link-color-rgb: 128, 136, 188;
  --bs-link-hover-color-rgb: 170, 176, 211;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 36px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 2);
  padding-left: calc(var(--bs-gutter-x) * 2);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  padding-left: var(--wp--preset--spacing--small);
  padding-right: var(--wp--preset--spacing--small);
}

.row {
  --bs-gutter-x: clamp(24px, 4vw, 32px);
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--wp--preset--spacing--small) * 0.5);
  padding-left: calc(var(--wp--preset--spacing--small) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 6px;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 6px;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 12px;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 12px;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 18px;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 18px;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 24px;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 24px;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 30px;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 30px;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 36px;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 36px;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 42px;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 42px;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 48px;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 48px;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 54px;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 54px;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 60px;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 60px;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 6px;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 6px;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 12px;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 12px;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 18px;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 18px;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 24px;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 24px;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 30px;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 30px;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 36px;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 36px;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 42px;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 42px;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 48px;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 48px;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 54px;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 54px;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 60px;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 60px;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 6px;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 6px;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 12px;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 12px;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 18px;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 18px;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 24px;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 24px;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 30px;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 30px;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 36px;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 36px;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 42px;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 42px;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 48px;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 48px;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 54px;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 54px;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 60px;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 60px;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 6px;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 6px;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 12px;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 12px;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 18px;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 18px;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 24px;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 24px;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 30px;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 30px;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 36px;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 36px;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 42px;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 42px;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 48px;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 48px;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 54px;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 54px;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 60px;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 60px;
  }
}
@media (min-width: 1400px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 6px;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 6px;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 12px;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 12px;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 18px;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 18px;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 24px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 24px;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 30px;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 30px;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 36px;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 36px;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 42px;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 42px;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 48px;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 48px;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 54px;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 54px;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 60px;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 60px;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 6px;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 6px;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 12px;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 12px;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 18px;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 18px;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 24px;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 24px;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 30px;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 30px;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 36px;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 36px;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 42px;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 42px;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 48px;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 48px;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 54px;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 54px;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 60px;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 60px;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 6px !important;
}

.m-2 {
  margin: 12px !important;
}

.m-3 {
  margin: 18px !important;
}

.m-4 {
  margin: 24px !important;
}

.m-5 {
  margin: 30px !important;
}

.m-6 {
  margin: 36px !important;
}

.m-7 {
  margin: 42px !important;
}

.m-8 {
  margin: 48px !important;
}

.m-9 {
  margin: 54px !important;
}

.m-10 {
  margin: 60px !important;
}

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

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

.mt-1 {
  margin-top: 6px !important;
}

.mt-2 {
  margin-top: 12px !important;
}

.mt-3 {
  margin-top: 18px !important;
}

.mt-4 {
  margin-top: 24px !important;
}

.mt-5 {
  margin-top: 30px !important;
}

.mt-6 {
  margin-top: 36px !important;
}

.mt-7 {
  margin-top: 42px !important;
}

.mt-8 {
  margin-top: 48px !important;
}

.mt-9 {
  margin-top: 54px !important;
}

.mt-10 {
  margin-top: 60px !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 6px !important;
}

.me-2 {
  margin-right: 12px !important;
}

.me-3 {
  margin-right: 18px !important;
}

.me-4 {
  margin-right: 24px !important;
}

.me-5 {
  margin-right: 30px !important;
}

.me-6 {
  margin-right: 36px !important;
}

.me-7 {
  margin-right: 42px !important;
}

.me-8 {
  margin-right: 48px !important;
}

.me-9 {
  margin-right: 54px !important;
}

.me-10 {
  margin-right: 60px !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 6px !important;
}

.mb-2 {
  margin-bottom: 12px !important;
}

.mb-3 {
  margin-bottom: 18px !important;
}

.mb-4 {
  margin-bottom: 24px !important;
}

.mb-5 {
  margin-bottom: 30px !important;
}

.mb-6 {
  margin-bottom: 36px !important;
}

.mb-7 {
  margin-bottom: 42px !important;
}

.mb-8 {
  margin-bottom: 48px !important;
}

.mb-9 {
  margin-bottom: 54px !important;
}

.mb-10 {
  margin-bottom: 60px !important;
}

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

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 6px !important;
}

.ms-2 {
  margin-left: 12px !important;
}

.ms-3 {
  margin-left: 18px !important;
}

.ms-4 {
  margin-left: 24px !important;
}

.ms-5 {
  margin-left: 30px !important;
}

.ms-6 {
  margin-left: 36px !important;
}

.ms-7 {
  margin-left: 42px !important;
}

.ms-8 {
  margin-left: 48px !important;
}

.ms-9 {
  margin-left: 54px !important;
}

.ms-10 {
  margin-left: 60px !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

.p-1 {
  padding: 6px !important;
}

.p-2 {
  padding: 12px !important;
}

.p-3 {
  padding: 18px !important;
}

.p-4 {
  padding: 24px !important;
}

.p-5 {
  padding: 30px !important;
}

.p-6 {
  padding: 36px !important;
}

.p-7 {
  padding: 42px !important;
}

.p-8 {
  padding: 48px !important;
}

.p-9 {
  padding: 54px !important;
}

.p-10 {
  padding: 60px !important;
}

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

.pt-1 {
  padding-top: 6px !important;
}

.pt-2 {
  padding-top: 12px !important;
}

.pt-3 {
  padding-top: 18px !important;
}

.pt-4 {
  padding-top: 24px !important;
}

.pt-5 {
  padding-top: 30px !important;
}

.pt-6 {
  padding-top: 36px !important;
}

.pt-7 {
  padding-top: 42px !important;
}

.pt-8 {
  padding-top: 48px !important;
}

.pt-9 {
  padding-top: 54px !important;
}

.pt-10 {
  padding-top: 60px !important;
}

.pl-0 {
  padding-right: 0 !important;
}

.pl-1 {
  padding-right: 6px !important;
}

.pl-2 {
  padding-right: 12px !important;
}

.pl-3 {
  padding-right: 18px !important;
}

.pl-4 {
  padding-right: 24px !important;
}

.pl-5 {
  padding-right: 30px !important;
}

.pl-6 {
  padding-right: 36px !important;
}

.pl-7 {
  padding-right: 42px !important;
}

.pl-8 {
  padding-right: 48px !important;
}

.pl-9 {
  padding-right: 54px !important;
}

.pl-10 {
  padding-right: 60px !important;
}

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

.pb-1 {
  padding-bottom: 6px !important;
}

.pb-2 {
  padding-bottom: 12px !important;
}

.pb-3 {
  padding-bottom: 18px !important;
}

.pb-4 {
  padding-bottom: 24px !important;
}

.pb-5 {
  padding-bottom: 30px !important;
}

.pb-6 {
  padding-bottom: 36px !important;
}

.pb-7 {
  padding-bottom: 42px !important;
}

.pb-8 {
  padding-bottom: 48px !important;
}

.pb-9 {
  padding-bottom: 54px !important;
}

.pb-10 {
  padding-bottom: 60px !important;
}

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

.pl-1 {
  padding-left: 6px !important;
}

.pl-2 {
  padding-left: 12px !important;
}

.pl-3 {
  padding-left: 18px !important;
}

.pl-4 {
  padding-left: 24px !important;
}

.pl-5 {
  padding-left: 30px !important;
}

.pl-6 {
  padding-left: 36px !important;
}

.pl-7 {
  padding-left: 42px !important;
}

.pl-8 {
  padding-left: 48px !important;
}

.pl-9 {
  padding-left: 54px !important;
}

.pl-10 {
  padding-left: 60px !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 6px !important;
  }
  .m-sm-2 {
    margin: 12px !important;
  }
  .m-sm-3 {
    margin: 18px !important;
  }
  .m-sm-4 {
    margin: 24px !important;
  }
  .m-sm-5 {
    margin: 30px !important;
  }
  .m-sm-6 {
    margin: 36px !important;
  }
  .m-sm-7 {
    margin: 42px !important;
  }
  .m-sm-8 {
    margin: 48px !important;
  }
  .m-sm-9 {
    margin: 54px !important;
  }
  .m-sm-10 {
    margin: 60px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 6px !important;
  }
  .mt-sm-2 {
    margin-top: 12px !important;
  }
  .mt-sm-3 {
    margin-top: 18px !important;
  }
  .mt-sm-4 {
    margin-top: 24px !important;
  }
  .mt-sm-5 {
    margin-top: 30px !important;
  }
  .mt-sm-6 {
    margin-top: 36px !important;
  }
  .mt-sm-7 {
    margin-top: 42px !important;
  }
  .mt-sm-8 {
    margin-top: 48px !important;
  }
  .mt-sm-9 {
    margin-top: 54px !important;
  }
  .mt-sm-10 {
    margin-top: 60px !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 6px !important;
  }
  .me-sm-2 {
    margin-right: 12px !important;
  }
  .me-sm-3 {
    margin-right: 18px !important;
  }
  .me-sm-4 {
    margin-right: 24px !important;
  }
  .me-sm-5 {
    margin-right: 30px !important;
  }
  .me-sm-6 {
    margin-right: 36px !important;
  }
  .me-sm-7 {
    margin-right: 42px !important;
  }
  .me-sm-8 {
    margin-right: 48px !important;
  }
  .me-sm-9 {
    margin-right: 54px !important;
  }
  .me-sm-10 {
    margin-right: 60px !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 6px !important;
  }
  .mb-sm-2 {
    margin-bottom: 12px !important;
  }
  .mb-sm-3 {
    margin-bottom: 18px !important;
  }
  .mb-sm-4 {
    margin-bottom: 24px !important;
  }
  .mb-sm-5 {
    margin-bottom: 30px !important;
  }
  .mb-sm-6 {
    margin-bottom: 36px !important;
  }
  .mb-sm-7 {
    margin-bottom: 42px !important;
  }
  .mb-sm-8 {
    margin-bottom: 48px !important;
  }
  .mb-sm-9 {
    margin-bottom: 54px !important;
  }
  .mb-sm-10 {
    margin-bottom: 60px !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 6px !important;
  }
  .ms-sm-2 {
    margin-left: 12px !important;
  }
  .ms-sm-3 {
    margin-left: 18px !important;
  }
  .ms-sm-4 {
    margin-left: 24px !important;
  }
  .ms-sm-5 {
    margin-left: 30px !important;
  }
  .ms-sm-6 {
    margin-left: 36px !important;
  }
  .ms-sm-7 {
    margin-left: 42px !important;
  }
  .ms-sm-8 {
    margin-left: 48px !important;
  }
  .ms-sm-9 {
    margin-left: 54px !important;
  }
  .ms-sm-10 {
    margin-left: 60px !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 6px !important;
  }
  .p-sm-2 {
    padding: 12px !important;
  }
  .p-sm-3 {
    padding: 18px !important;
  }
  .p-sm-4 {
    padding: 24px !important;
  }
  .p-sm-5 {
    padding: 30px !important;
  }
  .p-sm-6 {
    padding: 36px !important;
  }
  .p-sm-7 {
    padding: 42px !important;
  }
  .p-sm-8 {
    padding: 48px !important;
  }
  .p-sm-9 {
    padding: 54px !important;
  }
  .p-sm-10 {
    padding: 60px !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 6px !important;
  }
  .pt-sm-2 {
    padding-top: 12px !important;
  }
  .pt-sm-3 {
    padding-top: 18px !important;
  }
  .pt-sm-4 {
    padding-top: 24px !important;
  }
  .pt-sm-5 {
    padding-top: 30px !important;
  }
  .pt-sm-6 {
    padding-top: 36px !important;
  }
  .pt-sm-7 {
    padding-top: 42px !important;
  }
  .pt-sm-8 {
    padding-top: 48px !important;
  }
  .pt-sm-9 {
    padding-top: 54px !important;
  }
  .pt-sm-10 {
    padding-top: 60px !important;
  }
  .pl-sm-0 {
    padding-right: 0 !important;
  }
  .pl-sm-1 {
    padding-right: 6px !important;
  }
  .pl-sm-2 {
    padding-right: 12px !important;
  }
  .pl-sm-3 {
    padding-right: 18px !important;
  }
  .pl-sm-4 {
    padding-right: 24px !important;
  }
  .pl-sm-5 {
    padding-right: 30px !important;
  }
  .pl-sm-6 {
    padding-right: 36px !important;
  }
  .pl-sm-7 {
    padding-right: 42px !important;
  }
  .pl-sm-8 {
    padding-right: 48px !important;
  }
  .pl-sm-9 {
    padding-right: 54px !important;
  }
  .pl-sm-10 {
    padding-right: 60px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 6px !important;
  }
  .pb-sm-2 {
    padding-bottom: 12px !important;
  }
  .pb-sm-3 {
    padding-bottom: 18px !important;
  }
  .pb-sm-4 {
    padding-bottom: 24px !important;
  }
  .pb-sm-5 {
    padding-bottom: 30px !important;
  }
  .pb-sm-6 {
    padding-bottom: 36px !important;
  }
  .pb-sm-7 {
    padding-bottom: 42px !important;
  }
  .pb-sm-8 {
    padding-bottom: 48px !important;
  }
  .pb-sm-9 {
    padding-bottom: 54px !important;
  }
  .pb-sm-10 {
    padding-bottom: 60px !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-1 {
    padding-left: 6px !important;
  }
  .pl-sm-2 {
    padding-left: 12px !important;
  }
  .pl-sm-3 {
    padding-left: 18px !important;
  }
  .pl-sm-4 {
    padding-left: 24px !important;
  }
  .pl-sm-5 {
    padding-left: 30px !important;
  }
  .pl-sm-6 {
    padding-left: 36px !important;
  }
  .pl-sm-7 {
    padding-left: 42px !important;
  }
  .pl-sm-8 {
    padding-left: 48px !important;
  }
  .pl-sm-9 {
    padding-left: 54px !important;
  }
  .pl-sm-10 {
    padding-left: 60px !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 6px !important;
  }
  .m-md-2 {
    margin: 12px !important;
  }
  .m-md-3 {
    margin: 18px !important;
  }
  .m-md-4 {
    margin: 24px !important;
  }
  .m-md-5 {
    margin: 30px !important;
  }
  .m-md-6 {
    margin: 36px !important;
  }
  .m-md-7 {
    margin: 42px !important;
  }
  .m-md-8 {
    margin: 48px !important;
  }
  .m-md-9 {
    margin: 54px !important;
  }
  .m-md-10 {
    margin: 60px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 6px !important;
  }
  .mt-md-2 {
    margin-top: 12px !important;
  }
  .mt-md-3 {
    margin-top: 18px !important;
  }
  .mt-md-4 {
    margin-top: 24px !important;
  }
  .mt-md-5 {
    margin-top: 30px !important;
  }
  .mt-md-6 {
    margin-top: 36px !important;
  }
  .mt-md-7 {
    margin-top: 42px !important;
  }
  .mt-md-8 {
    margin-top: 48px !important;
  }
  .mt-md-9 {
    margin-top: 54px !important;
  }
  .mt-md-10 {
    margin-top: 60px !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 6px !important;
  }
  .me-md-2 {
    margin-right: 12px !important;
  }
  .me-md-3 {
    margin-right: 18px !important;
  }
  .me-md-4 {
    margin-right: 24px !important;
  }
  .me-md-5 {
    margin-right: 30px !important;
  }
  .me-md-6 {
    margin-right: 36px !important;
  }
  .me-md-7 {
    margin-right: 42px !important;
  }
  .me-md-8 {
    margin-right: 48px !important;
  }
  .me-md-9 {
    margin-right: 54px !important;
  }
  .me-md-10 {
    margin-right: 60px !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 6px !important;
  }
  .mb-md-2 {
    margin-bottom: 12px !important;
  }
  .mb-md-3 {
    margin-bottom: 18px !important;
  }
  .mb-md-4 {
    margin-bottom: 24px !important;
  }
  .mb-md-5 {
    margin-bottom: 30px !important;
  }
  .mb-md-6 {
    margin-bottom: 36px !important;
  }
  .mb-md-7 {
    margin-bottom: 42px !important;
  }
  .mb-md-8 {
    margin-bottom: 48px !important;
  }
  .mb-md-9 {
    margin-bottom: 54px !important;
  }
  .mb-md-10 {
    margin-bottom: 60px !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 6px !important;
  }
  .ms-md-2 {
    margin-left: 12px !important;
  }
  .ms-md-3 {
    margin-left: 18px !important;
  }
  .ms-md-4 {
    margin-left: 24px !important;
  }
  .ms-md-5 {
    margin-left: 30px !important;
  }
  .ms-md-6 {
    margin-left: 36px !important;
  }
  .ms-md-7 {
    margin-left: 42px !important;
  }
  .ms-md-8 {
    margin-left: 48px !important;
  }
  .ms-md-9 {
    margin-left: 54px !important;
  }
  .ms-md-10 {
    margin-left: 60px !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 6px !important;
  }
  .p-md-2 {
    padding: 12px !important;
  }
  .p-md-3 {
    padding: 18px !important;
  }
  .p-md-4 {
    padding: 24px !important;
  }
  .p-md-5 {
    padding: 30px !important;
  }
  .p-md-6 {
    padding: 36px !important;
  }
  .p-md-7 {
    padding: 42px !important;
  }
  .p-md-8 {
    padding: 48px !important;
  }
  .p-md-9 {
    padding: 54px !important;
  }
  .p-md-10 {
    padding: 60px !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 6px !important;
  }
  .pt-md-2 {
    padding-top: 12px !important;
  }
  .pt-md-3 {
    padding-top: 18px !important;
  }
  .pt-md-4 {
    padding-top: 24px !important;
  }
  .pt-md-5 {
    padding-top: 30px !important;
  }
  .pt-md-6 {
    padding-top: 36px !important;
  }
  .pt-md-7 {
    padding-top: 42px !important;
  }
  .pt-md-8 {
    padding-top: 48px !important;
  }
  .pt-md-9 {
    padding-top: 54px !important;
  }
  .pt-md-10 {
    padding-top: 60px !important;
  }
  .pl-md-0 {
    padding-right: 0 !important;
  }
  .pl-md-1 {
    padding-right: 6px !important;
  }
  .pl-md-2 {
    padding-right: 12px !important;
  }
  .pl-md-3 {
    padding-right: 18px !important;
  }
  .pl-md-4 {
    padding-right: 24px !important;
  }
  .pl-md-5 {
    padding-right: 30px !important;
  }
  .pl-md-6 {
    padding-right: 36px !important;
  }
  .pl-md-7 {
    padding-right: 42px !important;
  }
  .pl-md-8 {
    padding-right: 48px !important;
  }
  .pl-md-9 {
    padding-right: 54px !important;
  }
  .pl-md-10 {
    padding-right: 60px !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 6px !important;
  }
  .pb-md-2 {
    padding-bottom: 12px !important;
  }
  .pb-md-3 {
    padding-bottom: 18px !important;
  }
  .pb-md-4 {
    padding-bottom: 24px !important;
  }
  .pb-md-5 {
    padding-bottom: 30px !important;
  }
  .pb-md-6 {
    padding-bottom: 36px !important;
  }
  .pb-md-7 {
    padding-bottom: 42px !important;
  }
  .pb-md-8 {
    padding-bottom: 48px !important;
  }
  .pb-md-9 {
    padding-bottom: 54px !important;
  }
  .pb-md-10 {
    padding-bottom: 60px !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-1 {
    padding-left: 6px !important;
  }
  .pl-md-2 {
    padding-left: 12px !important;
  }
  .pl-md-3 {
    padding-left: 18px !important;
  }
  .pl-md-4 {
    padding-left: 24px !important;
  }
  .pl-md-5 {
    padding-left: 30px !important;
  }
  .pl-md-6 {
    padding-left: 36px !important;
  }
  .pl-md-7 {
    padding-left: 42px !important;
  }
  .pl-md-8 {
    padding-left: 48px !important;
  }
  .pl-md-9 {
    padding-left: 54px !important;
  }
  .pl-md-10 {
    padding-left: 60px !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 6px !important;
  }
  .m-lg-2 {
    margin: 12px !important;
  }
  .m-lg-3 {
    margin: 18px !important;
  }
  .m-lg-4 {
    margin: 24px !important;
  }
  .m-lg-5 {
    margin: 30px !important;
  }
  .m-lg-6 {
    margin: 36px !important;
  }
  .m-lg-7 {
    margin: 42px !important;
  }
  .m-lg-8 {
    margin: 48px !important;
  }
  .m-lg-9 {
    margin: 54px !important;
  }
  .m-lg-10 {
    margin: 60px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 6px !important;
  }
  .mt-lg-2 {
    margin-top: 12px !important;
  }
  .mt-lg-3 {
    margin-top: 18px !important;
  }
  .mt-lg-4 {
    margin-top: 24px !important;
  }
  .mt-lg-5 {
    margin-top: 30px !important;
  }
  .mt-lg-6 {
    margin-top: 36px !important;
  }
  .mt-lg-7 {
    margin-top: 42px !important;
  }
  .mt-lg-8 {
    margin-top: 48px !important;
  }
  .mt-lg-9 {
    margin-top: 54px !important;
  }
  .mt-lg-10 {
    margin-top: 60px !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 6px !important;
  }
  .me-lg-2 {
    margin-right: 12px !important;
  }
  .me-lg-3 {
    margin-right: 18px !important;
  }
  .me-lg-4 {
    margin-right: 24px !important;
  }
  .me-lg-5 {
    margin-right: 30px !important;
  }
  .me-lg-6 {
    margin-right: 36px !important;
  }
  .me-lg-7 {
    margin-right: 42px !important;
  }
  .me-lg-8 {
    margin-right: 48px !important;
  }
  .me-lg-9 {
    margin-right: 54px !important;
  }
  .me-lg-10 {
    margin-right: 60px !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 6px !important;
  }
  .mb-lg-2 {
    margin-bottom: 12px !important;
  }
  .mb-lg-3 {
    margin-bottom: 18px !important;
  }
  .mb-lg-4 {
    margin-bottom: 24px !important;
  }
  .mb-lg-5 {
    margin-bottom: 30px !important;
  }
  .mb-lg-6 {
    margin-bottom: 36px !important;
  }
  .mb-lg-7 {
    margin-bottom: 42px !important;
  }
  .mb-lg-8 {
    margin-bottom: 48px !important;
  }
  .mb-lg-9 {
    margin-bottom: 54px !important;
  }
  .mb-lg-10 {
    margin-bottom: 60px !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 6px !important;
  }
  .ms-lg-2 {
    margin-left: 12px !important;
  }
  .ms-lg-3 {
    margin-left: 18px !important;
  }
  .ms-lg-4 {
    margin-left: 24px !important;
  }
  .ms-lg-5 {
    margin-left: 30px !important;
  }
  .ms-lg-6 {
    margin-left: 36px !important;
  }
  .ms-lg-7 {
    margin-left: 42px !important;
  }
  .ms-lg-8 {
    margin-left: 48px !important;
  }
  .ms-lg-9 {
    margin-left: 54px !important;
  }
  .ms-lg-10 {
    margin-left: 60px !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 6px !important;
  }
  .p-lg-2 {
    padding: 12px !important;
  }
  .p-lg-3 {
    padding: 18px !important;
  }
  .p-lg-4 {
    padding: 24px !important;
  }
  .p-lg-5 {
    padding: 30px !important;
  }
  .p-lg-6 {
    padding: 36px !important;
  }
  .p-lg-7 {
    padding: 42px !important;
  }
  .p-lg-8 {
    padding: 48px !important;
  }
  .p-lg-9 {
    padding: 54px !important;
  }
  .p-lg-10 {
    padding: 60px !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 6px !important;
  }
  .pt-lg-2 {
    padding-top: 12px !important;
  }
  .pt-lg-3 {
    padding-top: 18px !important;
  }
  .pt-lg-4 {
    padding-top: 24px !important;
  }
  .pt-lg-5 {
    padding-top: 30px !important;
  }
  .pt-lg-6 {
    padding-top: 36px !important;
  }
  .pt-lg-7 {
    padding-top: 42px !important;
  }
  .pt-lg-8 {
    padding-top: 48px !important;
  }
  .pt-lg-9 {
    padding-top: 54px !important;
  }
  .pt-lg-10 {
    padding-top: 60px !important;
  }
  .pl-lg-0 {
    padding-right: 0 !important;
  }
  .pl-lg-1 {
    padding-right: 6px !important;
  }
  .pl-lg-2 {
    padding-right: 12px !important;
  }
  .pl-lg-3 {
    padding-right: 18px !important;
  }
  .pl-lg-4 {
    padding-right: 24px !important;
  }
  .pl-lg-5 {
    padding-right: 30px !important;
  }
  .pl-lg-6 {
    padding-right: 36px !important;
  }
  .pl-lg-7 {
    padding-right: 42px !important;
  }
  .pl-lg-8 {
    padding-right: 48px !important;
  }
  .pl-lg-9 {
    padding-right: 54px !important;
  }
  .pl-lg-10 {
    padding-right: 60px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 6px !important;
  }
  .pb-lg-2 {
    padding-bottom: 12px !important;
  }
  .pb-lg-3 {
    padding-bottom: 18px !important;
  }
  .pb-lg-4 {
    padding-bottom: 24px !important;
  }
  .pb-lg-5 {
    padding-bottom: 30px !important;
  }
  .pb-lg-6 {
    padding-bottom: 36px !important;
  }
  .pb-lg-7 {
    padding-bottom: 42px !important;
  }
  .pb-lg-8 {
    padding-bottom: 48px !important;
  }
  .pb-lg-9 {
    padding-bottom: 54px !important;
  }
  .pb-lg-10 {
    padding-bottom: 60px !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pl-lg-1 {
    padding-left: 6px !important;
  }
  .pl-lg-2 {
    padding-left: 12px !important;
  }
  .pl-lg-3 {
    padding-left: 18px !important;
  }
  .pl-lg-4 {
    padding-left: 24px !important;
  }
  .pl-lg-5 {
    padding-left: 30px !important;
  }
  .pl-lg-6 {
    padding-left: 36px !important;
  }
  .pl-lg-7 {
    padding-left: 42px !important;
  }
  .pl-lg-8 {
    padding-left: 48px !important;
  }
  .pl-lg-9 {
    padding-left: 54px !important;
  }
  .pl-lg-10 {
    padding-left: 60px !important;
  }
}
@media (min-width: 1400px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 6px !important;
  }
  .m-xl-2 {
    margin: 12px !important;
  }
  .m-xl-3 {
    margin: 18px !important;
  }
  .m-xl-4 {
    margin: 24px !important;
  }
  .m-xl-5 {
    margin: 30px !important;
  }
  .m-xl-6 {
    margin: 36px !important;
  }
  .m-xl-7 {
    margin: 42px !important;
  }
  .m-xl-8 {
    margin: 48px !important;
  }
  .m-xl-9 {
    margin: 54px !important;
  }
  .m-xl-10 {
    margin: 60px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 6px !important;
  }
  .mt-xl-2 {
    margin-top: 12px !important;
  }
  .mt-xl-3 {
    margin-top: 18px !important;
  }
  .mt-xl-4 {
    margin-top: 24px !important;
  }
  .mt-xl-5 {
    margin-top: 30px !important;
  }
  .mt-xl-6 {
    margin-top: 36px !important;
  }
  .mt-xl-7 {
    margin-top: 42px !important;
  }
  .mt-xl-8 {
    margin-top: 48px !important;
  }
  .mt-xl-9 {
    margin-top: 54px !important;
  }
  .mt-xl-10 {
    margin-top: 60px !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 6px !important;
  }
  .me-xl-2 {
    margin-right: 12px !important;
  }
  .me-xl-3 {
    margin-right: 18px !important;
  }
  .me-xl-4 {
    margin-right: 24px !important;
  }
  .me-xl-5 {
    margin-right: 30px !important;
  }
  .me-xl-6 {
    margin-right: 36px !important;
  }
  .me-xl-7 {
    margin-right: 42px !important;
  }
  .me-xl-8 {
    margin-right: 48px !important;
  }
  .me-xl-9 {
    margin-right: 54px !important;
  }
  .me-xl-10 {
    margin-right: 60px !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 6px !important;
  }
  .mb-xl-2 {
    margin-bottom: 12px !important;
  }
  .mb-xl-3 {
    margin-bottom: 18px !important;
  }
  .mb-xl-4 {
    margin-bottom: 24px !important;
  }
  .mb-xl-5 {
    margin-bottom: 30px !important;
  }
  .mb-xl-6 {
    margin-bottom: 36px !important;
  }
  .mb-xl-7 {
    margin-bottom: 42px !important;
  }
  .mb-xl-8 {
    margin-bottom: 48px !important;
  }
  .mb-xl-9 {
    margin-bottom: 54px !important;
  }
  .mb-xl-10 {
    margin-bottom: 60px !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 6px !important;
  }
  .ms-xl-2 {
    margin-left: 12px !important;
  }
  .ms-xl-3 {
    margin-left: 18px !important;
  }
  .ms-xl-4 {
    margin-left: 24px !important;
  }
  .ms-xl-5 {
    margin-left: 30px !important;
  }
  .ms-xl-6 {
    margin-left: 36px !important;
  }
  .ms-xl-7 {
    margin-left: 42px !important;
  }
  .ms-xl-8 {
    margin-left: 48px !important;
  }
  .ms-xl-9 {
    margin-left: 54px !important;
  }
  .ms-xl-10 {
    margin-left: 60px !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 6px !important;
  }
  .p-xl-2 {
    padding: 12px !important;
  }
  .p-xl-3 {
    padding: 18px !important;
  }
  .p-xl-4 {
    padding: 24px !important;
  }
  .p-xl-5 {
    padding: 30px !important;
  }
  .p-xl-6 {
    padding: 36px !important;
  }
  .p-xl-7 {
    padding: 42px !important;
  }
  .p-xl-8 {
    padding: 48px !important;
  }
  .p-xl-9 {
    padding: 54px !important;
  }
  .p-xl-10 {
    padding: 60px !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 6px !important;
  }
  .pt-xl-2 {
    padding-top: 12px !important;
  }
  .pt-xl-3 {
    padding-top: 18px !important;
  }
  .pt-xl-4 {
    padding-top: 24px !important;
  }
  .pt-xl-5 {
    padding-top: 30px !important;
  }
  .pt-xl-6 {
    padding-top: 36px !important;
  }
  .pt-xl-7 {
    padding-top: 42px !important;
  }
  .pt-xl-8 {
    padding-top: 48px !important;
  }
  .pt-xl-9 {
    padding-top: 54px !important;
  }
  .pt-xl-10 {
    padding-top: 60px !important;
  }
  .pl-xl-0 {
    padding-right: 0 !important;
  }
  .pl-xl-1 {
    padding-right: 6px !important;
  }
  .pl-xl-2 {
    padding-right: 12px !important;
  }
  .pl-xl-3 {
    padding-right: 18px !important;
  }
  .pl-xl-4 {
    padding-right: 24px !important;
  }
  .pl-xl-5 {
    padding-right: 30px !important;
  }
  .pl-xl-6 {
    padding-right: 36px !important;
  }
  .pl-xl-7 {
    padding-right: 42px !important;
  }
  .pl-xl-8 {
    padding-right: 48px !important;
  }
  .pl-xl-9 {
    padding-right: 54px !important;
  }
  .pl-xl-10 {
    padding-right: 60px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 6px !important;
  }
  .pb-xl-2 {
    padding-bottom: 12px !important;
  }
  .pb-xl-3 {
    padding-bottom: 18px !important;
  }
  .pb-xl-4 {
    padding-bottom: 24px !important;
  }
  .pb-xl-5 {
    padding-bottom: 30px !important;
  }
  .pb-xl-6 {
    padding-bottom: 36px !important;
  }
  .pb-xl-7 {
    padding-bottom: 42px !important;
  }
  .pb-xl-8 {
    padding-bottom: 48px !important;
  }
  .pb-xl-9 {
    padding-bottom: 54px !important;
  }
  .pb-xl-10 {
    padding-bottom: 60px !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .pl-xl-1 {
    padding-left: 6px !important;
  }
  .pl-xl-2 {
    padding-left: 12px !important;
  }
  .pl-xl-3 {
    padding-left: 18px !important;
  }
  .pl-xl-4 {
    padding-left: 24px !important;
  }
  .pl-xl-5 {
    padding-left: 30px !important;
  }
  .pl-xl-6 {
    padding-left: 36px !important;
  }
  .pl-xl-7 {
    padding-left: 42px !important;
  }
  .pl-xl-8 {
    padding-left: 48px !important;
  }
  .pl-xl-9 {
    padding-left: 54px !important;
  }
  .pl-xl-10 {
    padding-left: 60px !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 6px !important;
  }
  .m-xxl-2 {
    margin: 12px !important;
  }
  .m-xxl-3 {
    margin: 18px !important;
  }
  .m-xxl-4 {
    margin: 24px !important;
  }
  .m-xxl-5 {
    margin: 30px !important;
  }
  .m-xxl-6 {
    margin: 36px !important;
  }
  .m-xxl-7 {
    margin: 42px !important;
  }
  .m-xxl-8 {
    margin: 48px !important;
  }
  .m-xxl-9 {
    margin: 54px !important;
  }
  .m-xxl-10 {
    margin: 60px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 6px !important;
  }
  .mt-xxl-2 {
    margin-top: 12px !important;
  }
  .mt-xxl-3 {
    margin-top: 18px !important;
  }
  .mt-xxl-4 {
    margin-top: 24px !important;
  }
  .mt-xxl-5 {
    margin-top: 30px !important;
  }
  .mt-xxl-6 {
    margin-top: 36px !important;
  }
  .mt-xxl-7 {
    margin-top: 42px !important;
  }
  .mt-xxl-8 {
    margin-top: 48px !important;
  }
  .mt-xxl-9 {
    margin-top: 54px !important;
  }
  .mt-xxl-10 {
    margin-top: 60px !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 6px !important;
  }
  .me-xxl-2 {
    margin-right: 12px !important;
  }
  .me-xxl-3 {
    margin-right: 18px !important;
  }
  .me-xxl-4 {
    margin-right: 24px !important;
  }
  .me-xxl-5 {
    margin-right: 30px !important;
  }
  .me-xxl-6 {
    margin-right: 36px !important;
  }
  .me-xxl-7 {
    margin-right: 42px !important;
  }
  .me-xxl-8 {
    margin-right: 48px !important;
  }
  .me-xxl-9 {
    margin-right: 54px !important;
  }
  .me-xxl-10 {
    margin-right: 60px !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 6px !important;
  }
  .mb-xxl-2 {
    margin-bottom: 12px !important;
  }
  .mb-xxl-3 {
    margin-bottom: 18px !important;
  }
  .mb-xxl-4 {
    margin-bottom: 24px !important;
  }
  .mb-xxl-5 {
    margin-bottom: 30px !important;
  }
  .mb-xxl-6 {
    margin-bottom: 36px !important;
  }
  .mb-xxl-7 {
    margin-bottom: 42px !important;
  }
  .mb-xxl-8 {
    margin-bottom: 48px !important;
  }
  .mb-xxl-9 {
    margin-bottom: 54px !important;
  }
  .mb-xxl-10 {
    margin-bottom: 60px !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 6px !important;
  }
  .ms-xxl-2 {
    margin-left: 12px !important;
  }
  .ms-xxl-3 {
    margin-left: 18px !important;
  }
  .ms-xxl-4 {
    margin-left: 24px !important;
  }
  .ms-xxl-5 {
    margin-left: 30px !important;
  }
  .ms-xxl-6 {
    margin-left: 36px !important;
  }
  .ms-xxl-7 {
    margin-left: 42px !important;
  }
  .ms-xxl-8 {
    margin-left: 48px !important;
  }
  .ms-xxl-9 {
    margin-left: 54px !important;
  }
  .ms-xxl-10 {
    margin-left: 60px !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 6px !important;
  }
  .p-xxl-2 {
    padding: 12px !important;
  }
  .p-xxl-3 {
    padding: 18px !important;
  }
  .p-xxl-4 {
    padding: 24px !important;
  }
  .p-xxl-5 {
    padding: 30px !important;
  }
  .p-xxl-6 {
    padding: 36px !important;
  }
  .p-xxl-7 {
    padding: 42px !important;
  }
  .p-xxl-8 {
    padding: 48px !important;
  }
  .p-xxl-9 {
    padding: 54px !important;
  }
  .p-xxl-10 {
    padding: 60px !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 6px !important;
  }
  .pt-xxl-2 {
    padding-top: 12px !important;
  }
  .pt-xxl-3 {
    padding-top: 18px !important;
  }
  .pt-xxl-4 {
    padding-top: 24px !important;
  }
  .pt-xxl-5 {
    padding-top: 30px !important;
  }
  .pt-xxl-6 {
    padding-top: 36px !important;
  }
  .pt-xxl-7 {
    padding-top: 42px !important;
  }
  .pt-xxl-8 {
    padding-top: 48px !important;
  }
  .pt-xxl-9 {
    padding-top: 54px !important;
  }
  .pt-xxl-10 {
    padding-top: 60px !important;
  }
  .pl-xxl-0 {
    padding-right: 0 !important;
  }
  .pl-xxl-1 {
    padding-right: 6px !important;
  }
  .pl-xxl-2 {
    padding-right: 12px !important;
  }
  .pl-xxl-3 {
    padding-right: 18px !important;
  }
  .pl-xxl-4 {
    padding-right: 24px !important;
  }
  .pl-xxl-5 {
    padding-right: 30px !important;
  }
  .pl-xxl-6 {
    padding-right: 36px !important;
  }
  .pl-xxl-7 {
    padding-right: 42px !important;
  }
  .pl-xxl-8 {
    padding-right: 48px !important;
  }
  .pl-xxl-9 {
    padding-right: 54px !important;
  }
  .pl-xxl-10 {
    padding-right: 60px !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 6px !important;
  }
  .pb-xxl-2 {
    padding-bottom: 12px !important;
  }
  .pb-xxl-3 {
    padding-bottom: 18px !important;
  }
  .pb-xxl-4 {
    padding-bottom: 24px !important;
  }
  .pb-xxl-5 {
    padding-bottom: 30px !important;
  }
  .pb-xxl-6 {
    padding-bottom: 36px !important;
  }
  .pb-xxl-7 {
    padding-bottom: 42px !important;
  }
  .pb-xxl-8 {
    padding-bottom: 48px !important;
  }
  .pb-xxl-9 {
    padding-bottom: 54px !important;
  }
  .pb-xxl-10 {
    padding-bottom: 60px !important;
  }
  .pl-xxl-0 {
    padding-left: 0 !important;
  }
  .pl-xxl-1 {
    padding-left: 6px !important;
  }
  .pl-xxl-2 {
    padding-left: 12px !important;
  }
  .pl-xxl-3 {
    padding-left: 18px !important;
  }
  .pl-xxl-4 {
    padding-left: 24px !important;
  }
  .pl-xxl-5 {
    padding-left: 30px !important;
  }
  .pl-xxl-6 {
    padding-left: 36px !important;
  }
  .pl-xxl-7 {
    padding-left: 42px !important;
  }
  .pl-xxl-8 {
    padding-left: 48px !important;
  }
  .pl-xxl-9 {
    padding-left: 54px !important;
  }
  .pl-xxl-10 {
    padding-left: 60px !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
@font-face {
  font-family: "Material Symbols Rounded";
  src: url("/wp-content/themes/fwpress/assets/fonts/MaterialSymbolsRoundedFilled-Regular.woff2") format("woff2"), url("/wp-content/themes/fwpress/assets/fonts/MaterialSymbolsRoundedFilled-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: 300;
  margin: 0;
  font-family: "Rubik", serif;
  color: #2E3543;
  text-box: trim-both cap alphabetic;
}
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  padding-top: var(--wp--preset--spacing--small);
}
.has-primary-background-color h1, .header__content h1,
.has-primary-background-color h2,
.header__content h2,
.has-primary-background-color h3,
.header__content h3,
.has-primary-background-color h4,
.header__content h4,
.has-primary-background-color h5,
.header__content h5,
.has-primary-background-color h6,
.header__content h6 {
  color: #fff;
}

.has-primary-gradient-color.has-text-color {
  background: var(--wp--preset--gradient--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-box: auto;
}

h1 {
  font-size: var(--wp--preset--font-size--max-48);
  padding-bottom: calc(var(--wp--preset--spacing--small) * 1.25);
  font-weight: bold;
}

h2,
.wp-heading-inline {
  font-size: var(--wp--preset--font-size--max-32);
  padding-bottom: calc(var(--wp--preset--spacing--small) * 1);
  font-weight: 500;
}

h3 {
  font-size: var(--wp--preset--font-size--max-22);
  padding-bottom: calc(var(--wp--preset--spacing--x-small) * 1);
  font-weight: 600;
}
h3.alt {
  font-weight: 300;
}

h4 {
  font-size: var(--wp--preset--font-size--max-20);
  padding-bottom: calc(var(--wp--preset--spacing--small) * 0.75);
  font-weight: 300;
}

p {
  font-size: var(--wp--preset--font-size--bodycopy);
  color: var(--typography-body-color);
  padding-bottom: var(--wp--preset--spacing--small);
  padding-bottom: 24px;
  font-weight: 300;
  text-box: trim-both cap alphabetic;
}
.wp-admin p {
  text-box: unset;
}

.has-large-paragraph-font-size {
  font-weight: 300;
}

.text-component,
#tinymce.mce-content-body,
.textwidget {
  display: flex;
  flex-direction: column;
  text-wrap: balance;
}
.text-component > *:first-child,
#tinymce.mce-content-body > *:first-child,
.textwidget > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.text-component > *:last-child,
#tinymce.mce-content-body > *:last-child,
.textwidget > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
.text-component + .text-component,
#tinymce.mce-content-body + .text-component,
.textwidget + .text-component {
  margin-top: 36px;
}
.text-component--white h1,
.text-component--white h2,
.text-component--white h3,
.text-component--white h4,
.text-component--white h5,
.text-component--white h6,
.text-component--white p,
.text-component--white a:not([class]),
#tinymce.mce-content-body--white h1,
#tinymce.mce-content-body--white h2,
#tinymce.mce-content-body--white h3,
#tinymce.mce-content-body--white h4,
#tinymce.mce-content-body--white h5,
#tinymce.mce-content-body--white h6,
#tinymce.mce-content-body--white p,
#tinymce.mce-content-body--white a:not([class]),
.textwidget--white h1,
.textwidget--white h2,
.textwidget--white h3,
.textwidget--white h4,
.textwidget--white h5,
.textwidget--white h6,
.textwidget--white p,
.textwidget--white a:not([class]) {
  color: #ffffff;
}
.component--text .text-component a:not([class]),
.component--text #tinymce.mce-content-body a:not([class]),
.component--text .textwidget a:not([class]) {
  font-weight: bold;
  text-decoration: underline;
  text-underline-position: under;
}
.component--text .text-component a:not([class])[target=_blank],
.component--text #tinymce.mce-content-body a:not([class])[target=_blank],
.component--text .textwidget a:not([class])[target=_blank] {
  display: inline-flex;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  white-space: nowrap;
}
.component--text .text-component a:not([class])[target=_blank]:after,
.component--text #tinymce.mce-content-body a:not([class])[target=_blank]:after,
.component--text .textwidget a:not([class])[target=_blank]:after {
  content: "arrow_outward";
  font-family: "Material Symbols Outlined";
  top: 2px;
  position: relative;
  font-size: 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.component--text .text-component a:not([class])[target=_blank]:after,
.component--text #tinymce.mce-content-body a:not([class])[target=_blank]:after,
.component--text .textwidget a:not([class])[target=_blank]:after {
  margin-left: 9px;
}
.text-component table,
#tinymce.mce-content-body table,
.textwidget table {
  border-collapse: collapse;
}
.text-component table thead th, .text-component table thead td,
#tinymce.mce-content-body table thead th,
#tinymce.mce-content-body table thead td,
.textwidget table thead th,
.textwidget table thead td {
  padding: 12px;
  font-weight: bold;
  text-align: left;
  color: var(--theme-darkblue);
}
.text-component table tbody tr:nth-child(even) td,
#tinymce.mce-content-body table tbody tr:nth-child(even) td,
.textwidget table tbody tr:nth-child(even) td {
  background-color: var(--theme-darkblue-light-95);
}
.text-component table tbody tr td,
#tinymce.mce-content-body table tbody tr td,
.textwidget table tbody tr td {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

a:where(:not(.wp-element-button)) {
  text-decoration: none;
}

.tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.tags .tag {
  min-height: 40px;
  display: inline-flex;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid rgba(46, 53, 67, 0.1);
}
.tags .tag__label {
  line-height: 1;
}
.tags .tag--icon {
  padding-left: 8px;
  gap: 4px;
  display: inline-flex;
  align-items: center;
}
.tags .tag--icon .tag__label {
  align-items: center !important;
  gap: 4px !important;
}
.tags .tag--icon .fwpress-icon {
  width: 24px;
  height: 24px;
}
.tags .tag--icon .fwpress-icon .material-symbols-outlined {
  color: #36E1BA;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.tags .tag--euro .tag__label {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.tags .tag--euro .tag__label:before {
  content: "euro_symbol";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #36E1BA;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.tags .tag--surface .tag__label {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.tags .tag--surface .tag__label:before {
  content: "activity_zone";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #36E1BA;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.tags .tag--type .tag__label {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.tags .tag--type .tag__label:before {
  content: "category";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #36E1BA;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}

.wp-block-quote h1, .wp-block-quote h2, .wp-block-quote h3, .wp-block-quote h4 {
  font-style: italic;
  font-weight: normal;
}

.has-shadow {
  box-shadow: 0px 0px 19px 0px rgba(47, 19, 81, 0.1) !important;
}

.has-border {
  border: 1px solid var(--wp--preset--color--primary-color-10) !important;
}

ul.documents {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
ul.documents li {
  display: flex;
}
ul.documents li a {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  color: #187AD9;
}
ul.documents li a:before {
  content: "docs";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
ul.documents li a:hover {
  color: #2B3990;
}
ul.documents li a:hover > span {
  border-bottom: 1px dashed var(--wp--preset--color--blue);
}
ul.documents li a > span {
  font-weight: 500;
}

strong {
  font-weight: 700 !important;
}

html {
  margin: 0 !important;
}

body {
  font-family: "Rubik", serif;
  font-size: 16px;
  text-wrap: balance;
  color: #2E3543;
  height: 100dvh;
}
body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
body::-webkit-scrollbar-track {
  background: #ffffff;
}
body::-webkit-scrollbar-thumb {
  background: var(--wp--preset--color--turcoise);
}
body:has(.overlay--visible) {
  overflow: hidden;
}

.outer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  text-underline-position: under;
  overflow-x: hidden;
}
.outer-wrapper .inner-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.outer-wrapper .inner-wrapper > *:last-child:not(.topbar):not(.has-gradient-1-gradient-background) {
  flex-grow: 1;
}
.outer-wrapper .inner-wrapper > *:last-child.has-lightgrey-background-color {
  margin-bottom: var(--wp--preset--spacing--small);
}

.areoi-element > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.cky-btn-revisit-wrapper {
  display: none !important;
}

.page-template-template-auth-status {
  text-wrap: auto;
}
.page-template-template-auth-status .text-component {
  text-wrap: auto;
}

:root {
  --topbar-height: 80px;
  --right-spacing:154px;
}

.topbar {
  z-index: 100;
  top: 0;
  width: 100%;
  background: var(--wp--preset--gradient--gradient-1);
  padding-top: var(--wp--preset--spacing--x-small);
  padding-bottom: var(--wp--preset--spacing--x-small);
}
.topbar__inner {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 48px;
}
.topbar__inner--search-focus .topbar__navigation--secondary {
  display: none;
}
.topbar__bar {
  display: flex;
  height: var(--topbar-height);
  background-color: #fff;
  border-radius: 24px 0px 0px 24px;
  align-items: center;
  flex: 1;
  padding: 16px;
  gap: 16px;
  align-self: flex-end;
  position: relative;
}
.topbar__bar:after {
  content: "";
  position: absolute;
  height: var(--topbar-height);
  background-color: #fff;
  width: 9999px;
  width: calc((100vw - var(--container-width)) / 2 + var(--wp--preset--spacing--small) / 2);
  width: var(--right-spacing);
  left: 100%;
}
.topbar__logo {
  position: relative;
  display: flex;
  align-items: center;
  width: 155px;
  height: 58px;
  flex-shrink: 0;
  flex-grow: 0;
}
.topbar__logo:before {
  height: 5px;
  width: 9999px;
  right: calc(100% + 8px);
  background-color: #fff;
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.topbar__logo img {
  display: block;
  width: 155px;
  height: 58px;
}
.topbar #main-navigation {
  display: flex;
  gap: 16px;
  align-items: center;
  position: relative;
  width: fit-content;
}
.topbar__navigation {
  flex: 1;
}
.topbar__navigation .menu-hoofdmenu-container .menu {
  display: flex;
  flex-direction: row;
}
.topbar__navigation .menu-hoofdmenu-container .menu .menu-item__link {
  display: flex;
  align-items: center;
}
.topbar__navigation #menu-hoofdmenu {
  display: flex;
  align-items: center;
  gap: 8px;
}
.topbar__navigation #menu-hoofdmenu .menu-item .menu-item__link {
  display: inline-flex;
  font-weight: 400;
  align-items: center;
  color: #187AD9;
  text-decoration: none;
  white-space: nowrap;
  gap: 4px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 12px;
  height: 48px;
}
.topbar__navigation #menu-hoofdmenu .menu-item .menu-item__link:hover {
  background-color: rgba(46, 53, 67, 0.05);
}
.topbar__navigation #menu-hoofdmenu .menu-item .menu-item__link .menu-item__link__label {
  z-index: 1;
  position: relative;
}
.topbar__navigation #menu-hoofdmenu .menu-item.menu-item-has-children {
  position: relative;
}
.topbar__navigation #menu-hoofdmenu .menu-item.menu-item-has-children .has-children {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  flex-grow: 0;
  flex-shrink: 0;
  cursor: pointer;
}
.topbar__navigation #menu-hoofdmenu .menu-item.menu-item-has-children .has-children:after {
  content: "expand_more";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.topbar__navigation #menu-hoofdmenu .menu-item.menu-item-has-children:has(.sub-menu--visible) > .menu-item__link {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
}
.topbar__navigation #menu-hoofdmenu .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  width: auto;
  max-width: 300px;
  min-width: 250px;
  top: 100%;
  left: 50%;
  border-radius: 3px;
  background-color: var(--wp--preset--color--primary-light);
  padding: 9px;
  flex-direction: column;
  height: auto;
  display: none;
  transform: translate(-50%, 24px);
  z-index: 10;
  gap: 0;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.08));
}
.topbar__navigation #menu-hoofdmenu .menu-item.menu-item-has-children .sub-menu:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent var(--wp--preset--color--primary-light) transparent;
  transform: rotate(0deg);
  position: absolute;
  top: -9px;
  left: calc(50% - 9px);
  z-index: 5;
}
.topbar__navigation #menu-hoofdmenu .menu-item.menu-item-has-children .sub-menu .menu-item {
  width: 100%;
}
.topbar__navigation #menu-hoofdmenu .menu-item.menu-item-has-children .sub-menu .menu-item a {
  color: var(--wp--preset--color--primary);
  min-width: 36px;
  width: 100%;
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 3px;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  align-items: center;
}
.topbar__navigation #menu-hoofdmenu .menu-item.menu-item-has-children .sub-menu .menu-item a:before {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.topbar__navigation #menu-hoofdmenu .menu-item.menu-item-has-children .sub-menu .menu-item a:hover {
  color: var(--wp--preset--color--primary);
  background-color: #fff;
}
.topbar__navigation #menu-hoofdmenu .menu-item.menu-item-has-children .sub-menu .menu-item a:after {
  display: none;
}
.topbar__navigation #menu-hoofdmenu .menu-item.menu-item-has-children .sub-menu .menu-item.current_page_item a, .topbar__navigation #menu-hoofdmenu .menu-item.menu-item-has-children .sub-menu .menu-item.current-menu-item a, .topbar__navigation #menu-hoofdmenu .menu-item.menu-item-has-children .sub-menu .menu-item:hover a {
  color: var(--wp--preset--color--primary) !important;
  background-color: #fff;
}
.topbar__navigation #menu-hoofdmenu .menu-item.menu-item-has-children .sub-menu.sub-menu--visible {
  display: flex;
  align-items: flex-start;
}
.topbar__navigation #menu-hoofdmenu .menu-item.menu-item-has-children .sub-menu .has-children {
  transform: rotate(-90deg);
}
.topbar__navigation #menu-hoofdmenu .menu-item.menu-item-has-children .sub-menu .sub-menu {
  left: calc(100% + 36px);
  top: -34px;
}
.topbar__navigation #menu-hoofdmenu .menu-item.menu-item-has-children .sub-menu .sub-menu:before {
  transform: rotate(-90deg);
  left: -9px;
  top: 24px;
}
.topbar__navigation #menu-hoofdmenu .menu-item.current_page_item, .topbar__navigation #menu-hoofdmenu .menu-item.current-menu-item {
  position: relative;
}
.topbar__navigation #menu-hoofdmenu .menu-item.current_page_item > .menu-item__link, .topbar__navigation #menu-hoofdmenu .menu-item.current-menu-item > .menu-item__link {
  color: #2E3543;
  background: var(--wp--preset--gradient--gradient-1);
  position: relative;
}
.topbar__navigation #menu-hoofdmenu .menu-item.current_page_item > .menu-item__link:before, .topbar__navigation #menu-hoofdmenu .menu-item.current-menu-item > .menu-item__link:before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border-radius: 10px;
  background-color: white;
}
.topbar__navigation #menu-hoofdmenu .menu-item.lang-item .menu-item__link {
  padding: 0;
  border-radius: 0;
  flex-grow: 0;
  flex-shrink: 0;
}
.topbar__navigation #menu-hoofdmenu#menu-secundaire-menu {
  gap: var(--wp--preset--spacing--small);
}
.topbar__navigation #menu-hoofdmenu#menu-secundaire-menu .menu-item a {
  color: var(--wp--preset--color--secondary);
  padding-top: 9px;
  padding-bottom: 9px;
}
.topbar__navigation #menu-hoofdmenu#menu-secundaire-menu .menu-item a:hover {
  text-decoration: none;
}
.topbar__navigation #menu-hoofdmenu#menu-secundaire-menu .menu-item.current_page_item, .topbar__navigation #menu-hoofdmenu#menu-secundaire-menu .menu-item.current-menu-item {
  position: relative;
}
.topbar__navigation #menu-hoofdmenu#menu-secundaire-menu .menu-item.current_page_item > a:after, .topbar__navigation #menu-hoofdmenu#menu-secundaire-menu .menu-item.current-menu-item > a:after {
  background-color: var(--wp--preset--color--secondary);
  left: 0;
  right: 0;
  bottom: -21px;
}
.topbar__icons {
  display: flex;
  gap: 18px;
  justify-content: flex-end;
  align-items: center;
  display: none;
}
.topbar__icon {
  display: flex;
  gap: 6px;
  align-items: center;
}
.topbar__icon__inner {
  display: flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--turcoise-light-80);
  color: var(--blue);
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
}
.topbar__icon__label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--blue);
}
.topbar__search {
  display: flex;
  align-items: center;
  margin-left: -8px;
  background-color: #fff;
  z-index: 1;
}
.topbar__search__button {
  display: flex;
  padding: 4px 16px;
  align-items: center;
  height: 48px;
  gap: 4px;
  border-radius: 12px;
  cursor: pointer;
}
.topbar__search__button:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M10.4273 15.6152C8.71959 15.6152 7.27343 15.023 6.08876 13.8385C4.90426 12.6538 4.31201 11.2077 4.31201 9.5C4.31201 7.79233 4.90426 6.34617 6.08876 5.1615C7.27343 3.977 8.71959 3.38475 10.4273 3.38475C12.1349 3.38475 13.5811 3.977 14.7658 5.1615C15.9503 6.34617 16.5425 7.79233 16.5425 9.5C16.5425 10.2142 16.4227 10.8963 16.183 11.5463C15.9432 12.1962 15.6233 12.7616 15.2233 13.2423L20.9773 18.9962C21.1158 19.1346 21.1866 19.3086 21.1898 19.5182C21.1929 19.7279 21.1221 19.9052 20.9773 20.05C20.8324 20.1948 20.6568 20.2673 20.4503 20.2673C20.2439 20.2673 20.0683 20.1948 19.9235 20.05L14.1695 14.296C13.6695 14.7088 13.0945 15.0319 12.4445 15.2653C11.7945 15.4986 11.1221 15.6152 10.4273 15.6152ZM10.4273 14.1155C11.7158 14.1155 12.8071 13.6683 13.7013 12.774C14.5956 11.8798 15.0428 10.7885 15.0428 9.5C15.0428 8.2115 14.5956 7.12017 13.7013 6.226C12.8071 5.33167 11.7158 4.8845 10.4273 4.8845C9.13876 4.8845 8.04743 5.33167 7.15326 6.226C6.25893 7.12017 5.81176 8.2115 5.81176 9.5C5.81176 10.7885 6.25893 11.8798 7.15326 12.774C8.04743 13.6683 9.13876 14.1155 10.4273 14.1155Z' fill='%23187AD9'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
}
.topbar__search__button__label {
  color: #187AD9;
}
.topbar__search__button:hover {
  background-color: rgba(46, 53, 67, 0.05);
}
.topbar__search__form {
  position: absolute;
  width: 100%;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  pointer-events: none;
}
.topbar__search__form__icon {
  position: absolute;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  right: 12px;
  top: 12px;
  appearance: none;
  border: 0;
  outline: 0;
  background-color: #fff;
  color: var(--wp--preset--color--primary);
  cursor: pointer;
}
.topbar__search__form__icon:before {
  content: "search";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.topbar__search__toggle {
  display: none;
}
.topbar__search.topbar__search--active {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.topbar__search.topbar__search--active .topbar__search__button {
  opacity: 0;
  pointer-events: none;
}
.topbar__search.topbar__search--active .topbar__search__form {
  opacity: 1;
  pointer-events: all;
}
.topbar__search.topbar__search--active .topbar__search__close {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.topbar__search.topbar__search--active .topbar__search__close:before {
  content: "close";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.topbar__user {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 200px;
  position: relative;
}
.topbar__user__verified {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--wp--preset--color--blue);
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
  top: -2px;
}
.topbar__user__verified:before {
  content: "verified";
  font-family: "Material Symbols Rounded";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.topbar__user__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' fill='%232E354399'%3E%3Cpath d='M247.85-260.62q51-36.69 108.23-58.03Q413.31-340 480-340t123.92 21.35q57.23 21.34 108.23 58.03 39.62-41 63.73-96.84Q800-413.31 800-480q0-133-93.5-226.5T480-800q-133 0-226.5 93.5T160-480q0 66.69 24.12 122.54 24.11 55.84 63.73 96.84ZM480-460q-50.54 0-85.27-34.73T360-580q0-50.54 34.73-85.27T480-700q50.54 0 85.27 34.73T600-580q0 50.54-34.73 85.27T480-460Zm0 340q-75.31 0-141-28.04t-114.31-76.65Q176.08-273.31 148.04-339 120-404.69 120-480t28.04-141q28.04-65.69 76.65-114.31 48.62-48.61 114.31-76.65Q404.69-840 480-840t141 28.04q65.69 28.04 114.31 76.65 48.61 48.62 76.65 114.31Q840-555.31 840-480t-28.04 141q-28.04 65.69-76.65 114.31-48.62 48.61-114.31 76.65Q555.31-120 480-120Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  flex-shrink: 0;
}
.topbar__user__avatar .topbar__user__verified {
  position: absolute;
  bottom: 3px;
  right: 0;
  transform: scale(0.8);
  transform-origin: bottom right;
  z-index: 1;
  background-color: #fff;
  top: unset;
  border-radius: 50%;
}
.topbar__user__details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.topbar__user__name {
  font-weight: 500;
  color: #2E3543;
  max-width: 156px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1;
}
.topbar__user__email {
  color: rgba(46, 53, 67, 0.6);
  font-size: 14px;
  max-width: 156px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1;
}
.topbar__user__dropdown {
  position: absolute;
  top: 30px;
  background-color: #fff;
  padding: var(--wp--preset--spacing--x-small);
  border-radius: 8px;
  z-index: 10;
  width: 100%;
  z-index: 99999;
}
.topbar.topbar--auth .topbar__logo {
  width: 100%;
  height: 36px;
  aspect-ratio: 155/58;
}
.topbar.topbar--auth .topbar__logo img {
  width: 100%;
  height: auto;
}
.topbar.topbar--auth .topbar__logo:before {
  height: 3px;
}

.topbar__icon--menu {
  display: none;
}

.search-button .menu-item__link {
  flex-direction: row-reverse;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.search-button .menu-item__link:after {
  content: "search";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.language-switcher {
  display: flex;
  gap: 9px;
  align-items: center;
}
.language-switcher li {
  display: block;
}
.language-switcher li .language {
  aspect-ratio: 4/3;
  width: 24px;
  background-size: cover;
  display: block;
  border-radius: 2px;
  opacity: 0.6;
  cursor: pointer;
}
.language-switcher li .language--nl {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='flag-icons-nl' viewBox='0 0 640 480'%3E%3Cpath fill='%23ae1c28' d='M0 0h640v160H0z'/%3E%3Cpath fill='%23fff' d='M0 160h640v160H0z'/%3E%3Cpath fill='%2321468b' d='M0 320h640v160H0z'/%3E%3C/svg%3E");
}
.language-switcher li .language--en {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='flag-icons-gb' viewBox='0 0 640 480'%3E%3Cpath fill='%23012169' d='M0 0h640v480H0z'/%3E%3Cpath fill='%23FFF' d='m75 0 244 181L562 0h78v62L400 241l240 178v61h-80L320 301 81 480H0v-60l239-178L0 64V0z'/%3E%3Cpath fill='%23C8102E' d='m424 281 216 159v40L369 281zm-184 20 6 35L54 480H0zM640 0v3L391 191l2-44L590 0zM0 0l239 176h-60L0 42z'/%3E%3Cpath fill='%23FFF' d='M241 0v480h160V0zM0 160v160h640V160z'/%3E%3Cpath fill='%23C8102E' d='M0 193v96h640v-96zM273 0v480h96V0z'/%3E%3C/svg%3E");
}
.language-switcher li .language:hover {
  opacity: 0.8;
}
.language-switcher li .language.active {
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .topbar #menu-hoofdmenu {
    display: none;
  }
  :root {
    --topbar-height:60px;
  }
  .topbar__inner {
    gap: 24px;
  }
  .topbar__logo {
    width: 100px;
    height: auto;
    aspect-ratio: 155/58;
  }
  .topbar__logo img {
    width: 100%;
    height: auto;
    display: block;
  }
  .topbar__user {
    width: auto;
  }
  .topbar__user__avatar {
    width: 36px;
    height: 36px;
  }
  .topbar__user__details {
    display: none;
  }
  .topbar__icons {
    display: flex;
  }
  .topbar__icon--menu {
    display: flex;
  }
  .topbar .fwpress-button {
    height: 36px;
    border-radius: 6px;
    display: none;
  }
  .topbar .fwpress-button.fwpress-button--primary-outline:before {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .footer__bottom #menu-quicklinks-footer {
    flex-direction: column !important;
    width: 100%;
    align-items: flex-start !important;
    justify-content: flex-start;
    gap: 9px !important;
  }
  .footer__bottom__inner {
    flex-direction: column;
  }
  .topbar .fwpress-button {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .topbar__icon__label {
    display: none;
  }
}
.footer {
  padding-top: var(--wp--preset--spacing--small);
  padding-bottom: var(--wp--preset--spacing--x-small);
  display: flex;
  flex-direction: column;
  background-color: var(--wp--preset--color--lightgrey);
  gap: var(--wp--preset--spacing--x-small);
}
.page-template-template-auth .footer {
  padding-bottom: var(--wp--preset--spacing--small);
}
.page-template-template-auth .footer__top {
  display: none;
}
.page-template-template-auth .footer__bottom {
  padding-top: 0;
  border-top: 0;
}
.footer__bottom__inner {
  display: flex;
  border-top: 1px solid var(--black-10);
  padding-top: var(--wp--preset--spacing--x-small);
  gap: var(--wp--preset--spacing--small);
}
.page-template-template-auth .footer__bottom__inner {
  padding-top: 0;
  border-top: 0;
}
.footer__bottom #menu-quicklinks-footer {
  flex-direction: row;
  display: flex;
  gap: var(--wp--preset--spacing--small);
  align-items: center;
}
.footer__bottom #menu-quicklinks-footer li {
  display: flex;
}
.footer__bottom #menu-quicklinks-footer li:before, .footer__bottom #menu-quicklinks-footer li:after {
  display: none;
}
.footer__bottom #menu-quicklinks-footer li a {
  text-decoration: none;
  gap: 6px;
  font-size: 12px;
  color: rgba(46, 53, 67, 0.6);
  text-decoration: none;
}
.footer__bottom #menu-quicklinks-footer li a:hover {
  text-decoration: none;
  color: rgba(46, 53, 67, 0.8);
}
.footer__copyright {
  color: rgba(46, 53, 67, 0.6);
  font-size: 12px;
}
.footer .components {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.footer .components .component {
  display: flex;
  flex-direction: column;
}
.footer .components .component--widget .widgettitle {
  text-box: trim-both cap alphabetic;
  margin-bottom: 18px;
  font-weight: normal;
  border-bottom: 1px solid rgba(46, 53, 67, 0.1);
  padding-bottom: 12px;
  margin-bottom: 12px;
  color: #2B3990;
}
.footer .components .component--widget .menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer .components .component--widget .menu li {
  display: flex;
}
.footer .components .component--widget .menu li.linkedin a:after, .footer .components .component--widget .menu li.instagram a:after, .footer .components .component--widget .menu li.facebook a:after {
  display: none;
}
.footer .components .component--widget .menu li.linkedin a:before, .footer .components .component--widget .menu li.instagram a:before, .footer .components .component--widget .menu li.facebook a:before {
  content: "";
  width: 24px;
  height: 24px;
}
.footer .components .component--widget .menu li.linkedin a:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cg clip-path='url(%23clip0_138_44)'%3E%3Cpath d='M0.333374 1.719C0.333374 0.7695 1.12237 0 2.09587 0H22.5709C23.5444 0 24.3334 0.7695 24.3334 1.719V22.281C24.3334 23.2305 23.5444 24 22.5709 24H2.09587C1.12237 24 0.333374 23.2305 0.333374 22.281V1.719ZM7.74787 20.091V9.2535H4.14637V20.091H7.74787ZM5.94787 7.773C7.20337 7.773 7.98487 6.942 7.98487 5.901C7.96237 4.8375 7.20487 4.029 5.97187 4.029C4.73887 4.029 3.93337 4.839 3.93337 5.901C3.93337 6.942 4.71487 7.773 5.92387 7.773H5.94787ZM13.3099 20.091V14.0385C13.3099 13.7145 13.3339 13.3905 13.4299 13.1595C13.6894 12.513 14.2819 11.8425 15.2779 11.8425C16.5814 11.8425 17.1019 12.8355 17.1019 14.2935V20.091H20.7034V13.875C20.7034 10.545 18.9274 8.997 16.5574 8.997C14.6464 8.997 13.7899 10.047 13.3099 10.7865V10.824H13.2859L13.3099 10.7865V9.2535H9.70987C9.75487 10.2705 9.70987 20.091 9.70987 20.091H13.3099Z' fill='%23187AD9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_138_44'%3E%3Crect width='24' height='24' fill='white' transform='translate(0.333374)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.footer .components .component--widget .menu li.linkedin a:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cg clip-path='url(%23clip0_138_44)'%3E%3Cpath d='M0.333374 1.719C0.333374 0.7695 1.12237 0 2.09587 0H22.5709C23.5444 0 24.3334 0.7695 24.3334 1.719V22.281C24.3334 23.2305 23.5444 24 22.5709 24H2.09587C1.12237 24 0.333374 23.2305 0.333374 22.281V1.719ZM7.74787 20.091V9.2535H4.14637V20.091H7.74787ZM5.94787 7.773C7.20337 7.773 7.98487 6.942 7.98487 5.901C7.96237 4.8375 7.20487 4.029 5.97187 4.029C4.73887 4.029 3.93337 4.839 3.93337 5.901C3.93337 6.942 4.71487 7.773 5.92387 7.773H5.94787ZM13.3099 20.091V14.0385C13.3099 13.7145 13.3339 13.3905 13.4299 13.1595C13.6894 12.513 14.2819 11.8425 15.2779 11.8425C16.5814 11.8425 17.1019 12.8355 17.1019 14.2935V20.091H20.7034V13.875C20.7034 10.545 18.9274 8.997 16.5574 8.997C14.6464 8.997 13.7899 10.047 13.3099 10.7865V10.824H13.2859L13.3099 10.7865V9.2535H9.70987C9.75487 10.2705 9.70987 20.091 9.70987 20.091H13.3099Z' fill='%232B3990'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_138_44'%3E%3Crect width='24' height='24' fill='white' transform='translate(0.333374)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.footer .components .component--widget .menu li.instagram a:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cg clip-path='url(%23clip0_138_100)'%3E%3Cpath d='M12.3334 0C9.07687 0 8.66737 0.015 7.38787 0.072C6.10837 0.132 5.23687 0.333 4.47337 0.63C3.67214 0.930488 2.94659 1.4031 2.34787 2.0145C1.73647 2.61321 1.26386 3.33877 0.963374 4.14C0.666374 4.902 0.463874 5.775 0.405374 7.05C0.348374 8.3325 0.333374 8.7405 0.333374 12.0015C0.333374 15.2595 0.348374 15.6675 0.405374 16.947C0.465374 18.225 0.666374 19.0965 0.963374 19.86C1.27087 20.649 1.68037 21.318 2.34787 21.9855C3.01387 22.653 3.68287 23.064 4.47187 23.37C5.23687 23.667 6.10687 23.8695 7.38487 23.928C8.66587 23.985 9.07387 24 12.3334 24C15.5929 24 15.9994 23.985 17.2804 23.928C18.5569 23.868 19.4314 23.667 20.1949 23.37C20.9956 23.0693 21.7206 22.5967 22.3189 21.9855C22.9864 21.318 23.3959 20.649 23.7034 19.86C23.9989 19.0965 24.2014 18.225 24.2614 16.947C24.3184 15.6675 24.3334 15.2595 24.3334 12C24.3334 8.7405 24.3184 8.3325 24.2614 7.0515C24.2014 5.775 23.9989 4.902 23.7034 4.14C23.4029 3.33877 22.9303 2.61321 22.3189 2.0145C21.7202 1.4031 20.9946 0.930488 20.1934 0.63C19.4284 0.333 18.5554 0.1305 17.2789 0.072C15.9979 0.015 15.5914 0 12.3304 0H12.3334ZM11.2579 2.163H12.3349C15.5389 2.163 15.9184 2.1735 17.1829 2.232C18.3529 2.2845 18.9889 2.481 19.4119 2.6445C19.9714 2.862 20.3719 3.123 20.7919 3.543C21.2119 3.963 21.4714 4.362 21.6889 4.923C21.8539 5.3445 22.0489 5.9805 22.1014 7.1505C22.1599 8.415 22.1719 8.7945 22.1719 11.997C22.1719 15.1995 22.1599 15.5805 22.1014 16.845C22.0489 18.015 21.8524 18.6495 21.6889 19.0725C21.4951 19.5929 21.1882 20.0637 20.7904 20.451C20.3704 20.871 19.9714 21.1305 19.4104 21.348C18.9904 21.513 18.3544 21.708 17.1829 21.762C15.9184 21.819 15.5389 21.8325 12.3349 21.8325C9.13087 21.8325 8.74987 21.819 7.48537 21.762C6.31537 21.708 5.68087 21.513 5.25787 21.348C4.73712 21.1549 4.26577 20.8485 3.87787 20.451C3.47928 20.0634 3.17187 19.592 2.97787 19.071C2.81437 18.6495 2.61787 18.0135 2.56537 16.8435C2.50837 15.579 2.49637 15.1995 2.49637 11.994C2.49637 8.7885 2.50837 8.412 2.56537 7.1475C2.61937 5.9775 2.81437 5.3415 2.97937 4.9185C3.19687 4.359 3.45787 3.9585 3.87787 3.5385C4.29787 3.1185 4.69687 2.859 5.25787 2.6415C5.68087 2.4765 6.31537 2.2815 7.48537 2.2275C8.59237 2.1765 9.02137 2.1615 11.2579 2.16V2.163ZM18.7399 4.155C18.5508 4.155 18.3635 4.19225 18.1888 4.26461C18.0141 4.33698 17.8554 4.44305 17.7216 4.57677C17.5879 4.71048 17.4819 4.86923 17.4095 5.04394C17.3371 5.21864 17.2999 5.4059 17.2999 5.595C17.2999 5.7841 17.3371 5.97135 17.4095 6.14606C17.4819 6.32077 17.5879 6.47952 17.7216 6.61323C17.8554 6.74695 18.0141 6.85302 18.1888 6.92539C18.3635 6.99775 18.5508 7.035 18.7399 7.035C19.1218 7.035 19.4881 6.88329 19.7581 6.61323C20.0282 6.34318 20.1799 5.97691 20.1799 5.595C20.1799 5.21309 20.0282 4.84682 19.7581 4.57677C19.4881 4.30671 19.1218 4.155 18.7399 4.155ZM12.3349 5.838C11.5175 5.82525 10.7057 5.97523 9.94684 6.27921C9.18797 6.58319 8.49715 7.03511 7.9146 7.60863C7.33205 8.18216 6.86942 8.86585 6.55364 9.61989C6.23785 10.3739 6.07522 11.1833 6.07522 12.0007C6.07522 12.8182 6.23785 13.6276 6.55364 14.3816C6.86942 15.1356 7.33205 15.8193 7.9146 16.3929C8.49715 16.9664 9.18797 17.4183 9.94684 17.7223C10.7057 18.0263 11.5175 18.1763 12.3349 18.1635C13.9527 18.1383 15.4957 17.4779 16.6308 16.3249C17.766 15.1719 18.4022 13.6188 18.4022 12.0007C18.4022 10.3827 17.766 8.82962 16.6308 7.67662C15.4957 6.52363 13.9527 5.86324 12.3349 5.838ZM12.3349 7.9995C12.8602 7.9995 13.3804 8.10298 13.8658 8.30402C14.3512 8.50506 14.7922 8.79974 15.1637 9.17122C15.5351 9.5427 15.8298 9.98371 16.0309 10.4691C16.2319 10.9544 16.3354 11.4746 16.3354 12C16.3354 12.5254 16.2319 13.0456 16.0309 13.5309C15.8298 14.0163 15.5351 14.4573 15.1637 14.8288C14.7922 15.2003 14.3512 15.4949 13.8658 15.696C13.3804 15.897 12.8602 16.0005 12.3349 16.0005C11.2739 16.0005 10.2563 15.579 9.50609 14.8288C8.75585 14.0785 8.33437 13.061 8.33437 12C8.33437 10.939 8.75585 9.92146 9.50609 9.17122C10.2563 8.42098 11.2739 7.9995 12.3349 7.9995Z' fill='%23187AD9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_138_100'%3E%3Crect width='24' height='24' fill='white' transform='translate(0.333374)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.footer .components .component--widget .menu li.instagram a:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cg clip-path='url(%23clip0_138_100)'%3E%3Cpath d='M12.3334 0C9.07687 0 8.66737 0.015 7.38787 0.072C6.10837 0.132 5.23687 0.333 4.47337 0.63C3.67214 0.930488 2.94659 1.4031 2.34787 2.0145C1.73647 2.61321 1.26386 3.33877 0.963374 4.14C0.666374 4.902 0.463874 5.775 0.405374 7.05C0.348374 8.3325 0.333374 8.7405 0.333374 12.0015C0.333374 15.2595 0.348374 15.6675 0.405374 16.947C0.465374 18.225 0.666374 19.0965 0.963374 19.86C1.27087 20.649 1.68037 21.318 2.34787 21.9855C3.01387 22.653 3.68287 23.064 4.47187 23.37C5.23687 23.667 6.10687 23.8695 7.38487 23.928C8.66587 23.985 9.07387 24 12.3334 24C15.5929 24 15.9994 23.985 17.2804 23.928C18.5569 23.868 19.4314 23.667 20.1949 23.37C20.9956 23.0693 21.7206 22.5967 22.3189 21.9855C22.9864 21.318 23.3959 20.649 23.7034 19.86C23.9989 19.0965 24.2014 18.225 24.2614 16.947C24.3184 15.6675 24.3334 15.2595 24.3334 12C24.3334 8.7405 24.3184 8.3325 24.2614 7.0515C24.2014 5.775 23.9989 4.902 23.7034 4.14C23.4029 3.33877 22.9303 2.61321 22.3189 2.0145C21.7202 1.4031 20.9946 0.930488 20.1934 0.63C19.4284 0.333 18.5554 0.1305 17.2789 0.072C15.9979 0.015 15.5914 0 12.3304 0H12.3334ZM11.2579 2.163H12.3349C15.5389 2.163 15.9184 2.1735 17.1829 2.232C18.3529 2.2845 18.9889 2.481 19.4119 2.6445C19.9714 2.862 20.3719 3.123 20.7919 3.543C21.2119 3.963 21.4714 4.362 21.6889 4.923C21.8539 5.3445 22.0489 5.9805 22.1014 7.1505C22.1599 8.415 22.1719 8.7945 22.1719 11.997C22.1719 15.1995 22.1599 15.5805 22.1014 16.845C22.0489 18.015 21.8524 18.6495 21.6889 19.0725C21.4951 19.5929 21.1882 20.0637 20.7904 20.451C20.3704 20.871 19.9714 21.1305 19.4104 21.348C18.9904 21.513 18.3544 21.708 17.1829 21.762C15.9184 21.819 15.5389 21.8325 12.3349 21.8325C9.13087 21.8325 8.74987 21.819 7.48537 21.762C6.31537 21.708 5.68087 21.513 5.25787 21.348C4.73712 21.1549 4.26577 20.8485 3.87787 20.451C3.47928 20.0634 3.17187 19.592 2.97787 19.071C2.81437 18.6495 2.61787 18.0135 2.56537 16.8435C2.50837 15.579 2.49637 15.1995 2.49637 11.994C2.49637 8.7885 2.50837 8.412 2.56537 7.1475C2.61937 5.9775 2.81437 5.3415 2.97937 4.9185C3.19687 4.359 3.45787 3.9585 3.87787 3.5385C4.29787 3.1185 4.69687 2.859 5.25787 2.6415C5.68087 2.4765 6.31537 2.2815 7.48537 2.2275C8.59237 2.1765 9.02137 2.1615 11.2579 2.16V2.163ZM18.7399 4.155C18.5508 4.155 18.3635 4.19225 18.1888 4.26461C18.0141 4.33698 17.8554 4.44305 17.7216 4.57677C17.5879 4.71048 17.4819 4.86923 17.4095 5.04394C17.3371 5.21864 17.2999 5.4059 17.2999 5.595C17.2999 5.7841 17.3371 5.97135 17.4095 6.14606C17.4819 6.32077 17.5879 6.47952 17.7216 6.61323C17.8554 6.74695 18.0141 6.85302 18.1888 6.92539C18.3635 6.99775 18.5508 7.035 18.7399 7.035C19.1218 7.035 19.4881 6.88329 19.7581 6.61323C20.0282 6.34318 20.1799 5.97691 20.1799 5.595C20.1799 5.21309 20.0282 4.84682 19.7581 4.57677C19.4881 4.30671 19.1218 4.155 18.7399 4.155ZM12.3349 5.838C11.5175 5.82525 10.7057 5.97523 9.94684 6.27921C9.18797 6.58319 8.49715 7.03511 7.9146 7.60863C7.33205 8.18216 6.86942 8.86585 6.55364 9.61989C6.23785 10.3739 6.07522 11.1833 6.07522 12.0007C6.07522 12.8182 6.23785 13.6276 6.55364 14.3816C6.86942 15.1356 7.33205 15.8193 7.9146 16.3929C8.49715 16.9664 9.18797 17.4183 9.94684 17.7223C10.7057 18.0263 11.5175 18.1763 12.3349 18.1635C13.9527 18.1383 15.4957 17.4779 16.6308 16.3249C17.766 15.1719 18.4022 13.6188 18.4022 12.0007C18.4022 10.3827 17.766 8.82962 16.6308 7.67662C15.4957 6.52363 13.9527 5.86324 12.3349 5.838ZM12.3349 7.9995C12.8602 7.9995 13.3804 8.10298 13.8658 8.30402C14.3512 8.50506 14.7922 8.79974 15.1637 9.17122C15.5351 9.5427 15.8298 9.98371 16.0309 10.4691C16.2319 10.9544 16.3354 11.4746 16.3354 12C16.3354 12.5254 16.2319 13.0456 16.0309 13.5309C15.8298 14.0163 15.5351 14.4573 15.1637 14.8288C14.7922 15.2003 14.3512 15.4949 13.8658 15.696C13.3804 15.897 12.8602 16.0005 12.3349 16.0005C11.2739 16.0005 10.2563 15.579 9.50609 14.8288C8.75585 14.0785 8.33437 13.061 8.33437 12C8.33437 10.939 8.75585 9.92146 9.50609 9.17122C10.2563 8.42098 11.2739 7.9995 12.3349 7.9995Z' fill='%232B3990'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_138_100'%3E%3Crect width='24' height='24' fill='white' transform='translate(0.333374)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.footer .components .component--widget .menu li.facebook a:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M24.3334 12.0735C24.3334 5.40532 18.961 0 12.3349 0C5.7057 0.00149981 0.333374 5.40533 0.333374 12.075C0.333374 18.0997 4.72183 23.0941 10.4571 24V15.5636H7.41249V12.075H10.4601V9.41282C10.4601 6.3877 12.2524 4.71691 14.9925 4.71691C16.3064 4.71691 17.6787 4.95238 17.6787 4.95238V7.92201H16.1654C14.6761 7.92201 14.2111 8.85339 14.2111 9.80877V12.0735H17.5377L17.0068 15.5621H14.2096V23.9985C19.9449 23.0926 24.3334 18.0982 24.3334 12.0735Z' fill='%23187AD9'/%3E%3C/svg%3E");
}
.footer .components .component--widget .menu li.facebook a:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M24.3334 12.0735C24.3334 5.40532 18.961 0 12.3349 0C5.7057 0.00149981 0.333374 5.40533 0.333374 12.075C0.333374 18.0997 4.72183 23.0941 10.4571 24V15.5636H7.41249V12.075H10.4601V9.41282C10.4601 6.3877 12.2524 4.71691 14.9925 4.71691C16.3064 4.71691 17.6787 4.95238 17.6787 4.95238V7.92201H16.1654C14.6761 7.92201 14.2111 8.85339 14.2111 9.80877V12.0735H17.5377L17.0068 15.5621H14.2096V23.9985C19.9449 23.0926 24.3334 18.0982 24.3334 12.0735Z' fill='%232B3990'/%3E%3C/svg%3E");
}
.footer .components .component--widget .menu li a {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  color: #187AD9;
  font-weight: 600;
  text-decoration: none;
  padding-bottom: 0;
  height: 24px;
  align-items: center;
  border-bottom: 0;
}
.footer .components .component--widget .menu li a:after {
  content: "arrow_forward";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.footer .components .component--widget .menu li a:hover {
  color: #2B3990;
}
.footer .components .component--widget > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidenavigation {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(34, 34, 34, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: backdrop-filter 0.5s ease 0.3s;
}
body.view-desktop .sidenavigation {
  display: none !important;
}
.sidenavigation--visible {
  opacity: 1;
  pointer-events: all;
  transition: backdrop-filter 0.5s ease 0s;
}
.sidenavigation--visible .sidenavigation__inner {
  transform: translateX(0);
  transition: transform 0.3s ease 0s;
}
.sidenavigation__inner {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  max-width: 350px;
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease 0.3s;
}
.sidenavigation__top {
  height: var(--topbar-height);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  padding-left: var(--wp--preset--spacing--small);
  padding-right: var(--wp--preset--spacing--small);
  flex-shrink: 0;
  flex-grow: 0;
}
.sidenavigation__close:before {
  transform: scale(-1);
}
.sidenavigation__components {
  padding: var(--wp--preset--spacing--x-small);
  overflow-y: auto;
}
.sidenavigation .menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sidenavigation .menu .menu-item__link {
  display: inline-flex;
  font-weight: 400;
  align-items: center;
  color: #187AD9;
  text-decoration: none;
  white-space: nowrap;
  gap: 4px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 12px;
  height: 48px;
}
.sidenavigation .menu .menu-item__link .menu-item__link__label {
  z-index: 1;
  position: relative;
}
.sidenavigation .menu .menu-item.menu-item-has-children {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.sidenavigation .menu .menu-item.menu-item-has-children > a {
  flex-grow: 1;
  flex-shrink: 1;
}
.sidenavigation .menu .menu-item.menu-item-has-children .has-children {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: auto;
}
.sidenavigation .menu .menu-item.menu-item-has-children .has-children:after {
  content: "expand_more";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.sidenavigation .menu .menu-item.menu-item-has-children .sub-menu {
  border-radius: 3px;
  background-color: var(--wp--preset--color--primary);
  flex-direction: column;
  padding: 9px;
  width: 100%;
  display: flex;
  display: none;
}
.sidenavigation .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
  color: var(--wp--preset--color--primary);
  width: 100%;
  display: inline-flex;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  color: #fff;
  font-weight: 300;
  height: 18px;
}
.sidenavigation .menu .menu-item.menu-item-has-children .sub-menu .menu-item a:before {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.sidenavigation .menu .menu-item.menu-item-has-children .sub-menu .menu-item.current-menu-item a {
  font-weight: bold;
}
.sidenavigation .menu .menu-item.menu-item-has-children.current-page-ancestor .sub-menu, .sidenavigation .menu .menu-item.menu-item-has-children.current-menu-ancestor .sub-menu, .sidenavigation .menu .menu-item.menu-item-has-children.current-menu-parent .sub-menu {
  display: flex;
}
.sidenavigation .menu .menu-item.current_page_item, .sidenavigation .menu .menu-item.current-menu-item {
  position: relative;
}
.sidenavigation .menu .menu-item.current_page_item > .menu-item__link, .sidenavigation .menu .menu-item.current-menu-item > .menu-item__link {
  color: #2E3543;
  background: var(--wp--preset--gradient--gradient-1);
  position: relative;
}
.sidenavigation .menu .menu-item.current_page_item > .menu-item__link:before, .sidenavigation .menu .menu-item.current-menu-item > .menu-item__link:before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border-radius: 10px;
  background-color: white;
}
.sidenavigation__secondary {
  margin-top: var(--wp--preset--spacing--small);
  padding-top: var(--wp--preset--spacing--small);
  border-top: 1px solid var(--wp--preset--color--primary-color-20);
}
.sidenavigation__secondary li .menu-item {
  color: var(--wp--preset--color--secondary);
  font-weight: 700;
  text-decoration: none;
}

.side {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
  padding-top: var(--wp--preset--spacing--x-small);
  padding-bottom: var(--wp--preset--spacing--x-small);
  border: 2px solid rgba(46, 53, 67, 0.1);
}
.side--collapsed {
  width: 108px;
}
.side > * {
  flex-shrink: 0;
}
.side__navigation {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
.side__navigation__section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: var(--wp--preset--spacing--small);
  padding-left: var(--wp--preset--spacing--small);
}
.side__navigation__section + .side__navigation__section {
  border-top: 2px solid rgba(46, 53, 67, 0.1);
  padding-top: var(--wp--preset--spacing--x-small);
}
.side__navigation__item {
  display: flex;
  flex-direction: column;
}
.side__navigation__item__link {
  width: 100%;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  height: var(--wp--preset--spacing--small);
  color: #187AD9;
}
.side__navigation__item__link:hover {
  color: #2b3990;
}
.side__navigation__item__link--current {
  color: #2B3990;
}
.component--breadcrumbs {
  margin-bottom: var(--wp--preset--spacing--x-small);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  position: relative;
  z-index: 1;
}
.breadcrumbs__item {
  color: var(--wp--preset--color--primary);
  color: inherit;
}
.has-primary-background-color .breadcrumbs__item {
  color: #ffffff;
}
.breadcrumbs__item--current {
  font-weight: bold;
  color: var(--typography-body-color);
  color: inherit;
}
.has-primary-background-color .breadcrumbs__item--current {
  color: #ffffff;
}
.breadcrumbs__item--current:after {
  display: none;
}
.breadcrumbs__link {
  color: var(--typography-body-color);
  opacity: 0.6;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  color: inherit;
}
.breadcrumbs__link:after {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.has-primary-background-color .breadcrumbs__link {
  color: #ffffff;
  opacity: 0.8;
}
.breadcrumbs__link:hover {
  opacity: 1;
}

:root {
  --button-height: 52px;
}

.fwpress-buttons {
  gap: 8px 16px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: var(--wp--preset--spacing--small);
  margin-top: var(--wp--preset--spacing--x-small);
}
.fwpress-buttons.alignwide .fwpress-button {
  flex-grow: 1;
  min-width: fit-content;
}
.fwpress-buttons.alignfull .fwpress-button {
  width: 100%;
}
.fwpress-buttons.orientation-vertical {
  flex-direction: column;
}
.fwpress-buttons.justify-content-left {
  justify-content: flex-start;
}
.fwpress-buttons.justify-content-right {
  justify-content: flex-end;
}
.fwpress-buttons[max-width~="400px"] .fwpress-button {
  width: 100%;
}

.fwpress-button,
.forminator-button,
.button {
  display: inline-flex;
  height: var(--button-height);
  padding: 4px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  font-family: "Rubik";
  text-decoration: none;
  appearance: none;
  outline: 0;
  cursor: pointer;
  transition: 0.15s;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 12px;
  gap: 8px;
}
.fwpress-button--right,
.forminator-button--right,
.button--right {
  flex-direction: row-reverse;
}
.fwpress-button--gradient, .fwpress-button.forminator-button-submit, .fwpress-button.button-primary, .fwpress-button.button:not(.button-secondary),
.forminator-button--gradient,
.forminator-button.forminator-button-submit,
.forminator-button.button-primary,
.forminator-button.button:not(.button-secondary),
.button--gradient,
.button.forminator-button-submit,
.button.button-primary,
.button.button:not(.button-secondary) {
  background: var(--wp--preset--gradient--gradient-1);
  border: 0;
  color: #fff;
}
.fwpress-button--gradient .fwpress-button__label, .fwpress-button.forminator-button-submit .fwpress-button__label, .fwpress-button.button-primary .fwpress-button__label, .fwpress-button.button:not(.button-secondary) .fwpress-button__label,
.forminator-button--gradient .fwpress-button__label,
.forminator-button.forminator-button-submit .fwpress-button__label,
.forminator-button.button-primary .fwpress-button__label,
.forminator-button.button:not(.button-secondary) .fwpress-button__label,
.button--gradient .fwpress-button__label,
.button.forminator-button-submit .fwpress-button__label,
.button.button-primary .fwpress-button__label,
.button.button:not(.button-secondary) .fwpress-button__label {
  font-weight: 700;
}
.fwpress-button--gradient:hover, .fwpress-button.forminator-button-submit:hover, .fwpress-button.button-primary:hover, .fwpress-button.button:not(.button-secondary):hover,
.forminator-button--gradient:hover,
.forminator-button.forminator-button-submit:hover,
.forminator-button.button-primary:hover,
.forminator-button.button:not(.button-secondary):hover,
.button--gradient:hover,
.button.forminator-button-submit:hover,
.button.button-primary:hover,
.button.button:not(.button-secondary):hover {
  background: var(--wp--preset--color--blue);
  color: #fff;
}
.fwpress-button--primary-alt, .fwpress-button.button-secondary,
.forminator-button--primary-alt,
.forminator-button.button-secondary,
.button--primary-alt,
.button.button-secondary {
  background-color: var(--wp--preset--color--orange);
  border: 0;
  color: #fff;
}
.fwpress-button--primary-alt .fwpress-button__label, .fwpress-button.button-secondary .fwpress-button__label,
.forminator-button--primary-alt .fwpress-button__label,
.forminator-button.button-secondary .fwpress-button__label,
.button--primary-alt .fwpress-button__label,
.button.button-secondary .fwpress-button__label {
  font-weight: 700;
}
.fwpress-button--primary-alt:hover, .fwpress-button.button-secondary:hover,
.forminator-button--primary-alt:hover,
.forminator-button.button-secondary:hover,
.button--primary-alt:hover,
.button.button-secondary:hover {
  background-color: var(--wp--preset--color--blue);
  color: #fff;
}
.fwpress-button--primary-outline,
.forminator-button--primary-outline,
.button--primary-outline {
  background: var(--wp--preset--gradient--gradient-1);
  position: relative;
  border: 0;
}
.fwpress-button--primary-outline:before,
.forminator-button--primary-outline:before,
.button--primary-outline:before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border-radius: 10px;
  background-color: white;
}
.has-lightgrey-background-color .fwpress-button--primary-outline:before,
.has-lightgrey-background-color .forminator-button--primary-outline:before,
.has-lightgrey-background-color .button--primary-outline:before {
  background-color: var(--wp--preset--color--lightgrey);
}
.object-details__component .fwpress-button--primary-outline:before,
.object-details__component .forminator-button--primary-outline:before,
.object-details__component .button--primary-outline:before {
  background-color: white;
}
.fwpress-button--primary-outline .fwpress-button__label,
.fwpress-button--primary-outline .material-symbols-outlined,
.forminator-button--primary-outline .fwpress-button__label,
.forminator-button--primary-outline .material-symbols-outlined,
.button--primary-outline .fwpress-button__label,
.button--primary-outline .material-symbols-outlined {
  background: var(--wp--preset--gradient--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}
.fwpress-button--primary-outline:hover,
.forminator-button--primary-outline:hover,
.button--primary-outline:hover {
  background: var(--wp--preset--color--blue);
}
.fwpress-button--primary-outline:hover .fwpress-button__label,
.fwpress-button--primary-outline:hover .material-symbols-outlined,
.forminator-button--primary-outline:hover .fwpress-button__label,
.forminator-button--primary-outline:hover .material-symbols-outlined,
.button--primary-outline:hover .fwpress-button__label,
.button--primary-outline:hover .material-symbols-outlined {
  background: var(--wp--preset--color--blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}
.fwpress-button--gradient-alt,
.forminator-button--gradient-alt,
.button--gradient-alt {
  background: #ffffff;
  position: relative;
}
.fwpress-button--gradient-alt .fwpress-button__label,
.forminator-button--gradient-alt .fwpress-button__label,
.button--gradient-alt .fwpress-button__label {
  background: var(--wp--preset--gradient--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}
.fwpress-button--gradient-alt:hover,
.forminator-button--gradient-alt:hover,
.button--gradient-alt:hover {
  background: unset;
  background-color: #2E3543;
}
.fwpress-button--gradient-alt:hover .fwpress-button__label,
.forminator-button--gradient-alt:hover .fwpress-button__label,
.button--gradient-alt:hover .fwpress-button__label {
  background: transparent;
  color: #fff;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.fwpress-button--primary-outline-alt,
.forminator-button--primary-outline-alt,
.button--primary-outline-alt {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #fff;
}
.fwpress-button--primary-outline-alt:hover,
.forminator-button--primary-outline-alt:hover,
.button--primary-outline-alt:hover {
  background-color: #fff;
  color: var(--wp--preset--color--blue);
}
.fwpress-button--blue,
.forminator-button--blue,
.button--blue {
  background-color: #2B3990;
  color: #36E1BA;
  font-weight: 400;
  gap: 4px;
  height: 40px;
  border-radius: 16px;
}
.fwpress-button--blue .fwpress-button__label,
.forminator-button--blue .fwpress-button__label,
.button--blue .fwpress-button__label {
  color: #fff;
}
.fwpress-button[disabled],
.forminator-button[disabled],
.button[disabled] {
  opacity: 0.6;
  pointer-events: none;
}
.fwpress-button.read-more, .fwpress-button--read-more, .fwpress-button--text-link,
.forminator-button.read-more,
.forminator-button--read-more,
.forminator-button--text-link,
.button.read-more,
.button--read-more,
.button--text-link {
  padding: 0;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  font-weight: bold;
  height: unset;
  align-items: flex-start;
  font-weight: normal;
}
.fwpress-button.read-more:before, .fwpress-button--read-more:before, .fwpress-button--text-link:before,
.forminator-button.read-more:before,
.forminator-button--read-more:before,
.forminator-button--text-link:before,
.button.read-more:before,
.button--read-more:before,
.button--text-link:before {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.fwpress-button.read-more:before, .fwpress-button--read-more:before, .fwpress-button--text-link:before,
.forminator-button.read-more:before,
.forminator-button--read-more:before,
.forminator-button--text-link:before,
.button.read-more:before,
.button--read-more:before,
.button--text-link:before {
  color: var(--wp--preset--color--primary);
}
.fwpress-button.read-more:hover .fwpress-button__label, .fwpress-button--read-more:hover .fwpress-button__label, .fwpress-button--text-link:hover .fwpress-button__label,
.forminator-button.read-more:hover .fwpress-button__label,
.forminator-button--read-more:hover .fwpress-button__label,
.forminator-button--text-link:hover .fwpress-button__label,
.button.read-more:hover .fwpress-button__label,
.button--read-more:hover .fwpress-button__label,
.button--text-link:hover .fwpress-button__label {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: 2px;
}
.fwpress-button--text-link:before,
.forminator-button--text-link:before,
.button--text-link:before {
  content: unset;
}
.fwpress-button--chat,
.forminator-button--chat,
.button--chat {
  width: fit-content;
  position: fixed;
  bottom: var(--wp--preset--spacing--small);
  right: var(--wp--preset--spacing--small);
  z-index: 99;
  box-shadow: 0px 4px 8px 0px rgba(28, 27, 31, 0.2);
}
.fwpress-button--icon--email,
.forminator-button--icon--email,
.button--icon--email {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.fwpress-button--icon--email:before,
.forminator-button--icon--email:before,
.button--icon--email:before {
  content: "mail";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.fwpress-button--icon--phone,
.forminator-button--icon--phone,
.button--icon--phone {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.fwpress-button--icon--phone:before,
.forminator-button--icon--phone:before,
.button--icon--phone:before {
  content: "call";
  font-family: "Material Symbols Rounded";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.fwpress-button--icon--linkedin,
.forminator-button--icon--linkedin,
.button--icon--linkedin {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.fwpress-button--icon--linkedin:before,
.forminator-button--icon--linkedin:before,
.button--icon--linkedin:before {
  content: "";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.fwpress-button--icon--linkedin:before,
.forminator-button--icon--linkedin:before,
.button--icon--linkedin:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18px' height='18px'%3E%3Cpath fill-rule='evenodd' fill='rgb(47, 19, 81)' d='M15.335,15.336 L12.668,15.336 L12.668,11.159 C12.668,10.164 12.650,8.882 11.281,8.882 C9.892,8.882 9.680,9.967 9.680,11.087 L9.680,15.335 L7.013,15.335 L7.013,6.747 L9.573,6.747 L9.573,7.921 L9.609,7.921 C10.131,7.028 11.102,6.495 12.135,6.534 C14.838,6.534 15.336,8.312 15.336,10.624 L15.335,15.336 ZM4.004,5.573 C3.149,5.574 2.456,4.881 2.456,4.026 C2.456,3.171 3.149,2.478 4.003,2.478 C4.858,2.478 5.551,3.171 5.551,4.026 C5.551,4.880 4.859,5.573 4.004,5.573 L4.004,5.573 M5.337,15.336 L2.668,15.336 L2.668,6.747 L5.337,6.747 L5.337,15.336 ZM16.664,0.002 L1.328,0.002 C0.603,-0.006 0.008,0.574 -0.000,1.299 L-0.000,16.700 C0.008,17.425 0.603,18.006 1.328,17.998 L16.664,17.998 C17.391,18.007 17.988,17.426 17.998,16.700 L17.998,1.298 C17.988,0.572 17.391,-0.009 16.664,0.001 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}
.fwpress-button--icon--add,
.forminator-button--icon--add,
.button--icon--add {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  align-items: center;
}
.fwpress-button--icon--add:before,
.forminator-button--icon--add:before,
.button--icon--add:before {
  content: "add";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 36px;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.fwpress-button--icon:not(:has(.fwpress-button__label)),
.forminator-button--icon:not(:has(.fwpress-button__label)),
.button--icon:not(:has(.fwpress-button__label)) {
  padding: 0;
  width: 48px;
}
.fwpress-button--w100,
.forminator-button--w100,
.button--w100 {
  width: 100%;
}
.fwpress-button[href^="mailto:"],
.forminator-button[href^="mailto:"],
.button[href^="mailto:"] {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.fwpress-button[href^="mailto:"]:before,
.forminator-button[href^="mailto:"]:before,
.button[href^="mailto:"]:before {
  content: "mail";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.fwpress-button[href^="tel:"],
.forminator-button[href^="tel:"],
.button[href^="tel:"] {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.fwpress-button[href^="tel:"]:before,
.forminator-button[href^="tel:"]:before,
.button[href^="tel:"]:before {
  content: "call";
  font-family: "Material Symbols Rounded";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.fwpress-button .material-symbols-outlined,
.forminator-button .material-symbols-outlined,
.button .material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 1;
}
.fwpress-button__label,
.forminator-button__label,
.button__label {
  white-space: nowrap;
}

.fwpress-link {
  color: var(--wp--preset--color--lightblue);
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  gap: 8px;
}
.fwpress-link--right {
  flex-direction: row-reverse;
}
.fwpress-link:hover {
  color: var(--wp--preset--color--blue);
}
.fwpress-link .material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}
.fwpress-link .material-symbols-outlined.icon-background {
  border-radius: 50%;
  background-color: rgba(43, 57, 144, 0.2);
  width: 30px;
  height: 30px;
}

.link {
  color: var(--wp--preset--color--primary);
  gap: 6px;
}
.link--filters {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.link--filters:before {
  content: "filter_alt";
  font-family: "Material Symbols Rounded";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.link--readmore {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.link--readmore:after {
  content: "arrow_forward";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}

a:not([class]):not(:has(> span)) {
  text-decoration: none;
  color: var(--wp--preset--color--lightblue);
  border-bottom: 1px dashed var(--wp--preset--color--lightblue);
  padding-bottom: 2px;
  font-weight: 500;
}
a:not([class]):not(:has(> span)):hover {
  color: var(--wp--preset--color--blue);
  border-color: var(--wp--preset--color--blue);
}

a:not([class]):has(span) {
  text-decoration: none;
  border-bottom: 0;
  padding-bottom: 0;
}
a:not([class]):has(span) > span {
  text-decoration: none;
}
.has-icon {
  display: flex;
  gap: 6px;
}
.has-icon--email a {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.has-icon--email a:before {
  content: "mail";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.has-icon--phone a {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.has-icon--phone a:before {
  content: "call";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.has-icon--phone--mobile a {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.has-icon--phone--mobile a:before {
  content: "smartphone";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}

@media screen and (max-width: 420px) {
  .fwpress-button {
    width: 100%;
  }
}
body:not(.wp-admin) input[type=radio], body:not(.wp-admin) input[type=checkbox] {
  position: absolute;
  left: -9999px;
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
body:not(.wp-admin) input[type=radio][disabled] + label, body:not(.wp-admin) input[type=checkbox][disabled] + label {
  opacity: 0.7;
  cursor: not-allowed;
}
body:not(.wp-admin) input[type=radio] + label, body:not(.wp-admin) input[type=checkbox] + label {
  padding-left: 32px;
  position: relative;
  display: block;
  line-height: 1.5;
  cursor: pointer;
}
body:not(.wp-admin) input[type=radio] + label:before, body:not(.wp-admin) input[type=checkbox] + label:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid rgba(46, 53, 67, 0.4);
  background-color: #fff;
  border-radius: 4px;
}
body:not(.wp-admin) input[type=radio] + label:hover:before, body:not(.wp-admin) input[type=checkbox] + label:hover:before {
  border-color: #2b3990;
}
body:not(.wp-admin) input[type=radio]:checked + label:before, body:not(.wp-admin) input[type=checkbox]:checked + label:before {
  border-color: #2b3990;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20px' viewBox='0 -960 960 960' width='20px' fill='%232B3990'%3E%3Cpath d='M389-267 195-460l51-52 143 143 325-324 51 51-376 375Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}
body:not(.wp-admin) input[type=radio].switch + label, body:not(.wp-admin) input[type=checkbox].switch + label {
  padding-left: 45px;
}
body:not(.wp-admin) input[type=radio].switch + label:before, body:not(.wp-admin) input[type=checkbox].switch + label:before {
  width: 36px;
  height: 20px;
  border-radius: 12px;
  transition: 0.15s;
  top: 1px;
}
body:not(.wp-admin) input[type=radio].switch + label:after, body:not(.wp-admin) input[type=checkbox].switch + label:after {
  width: 14px !important;
  height: 14px !important;
  content: "";
  left: 3px;
  top: 4px !important;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  filter: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.06)) drop-shadow(0px 1px 3px rgba(16, 24, 40, 0.1));
  transition: 0.15s;
}
body:not(.wp-admin) input[type=radio].switch + label:hover, body:not(.wp-admin) input[type=checkbox].switch + label:hover {
  color: var(--secondary-500);
}
body:not(.wp-admin) input[type=radio].switch + label:hover:before, body:not(.wp-admin) input[type=checkbox].switch + label:hover:before {
  background-color: var(--secondary-200);
}
body:not(.wp-admin) input[type=radio].switch:checked + label, body:not(.wp-admin) input[type=checkbox].switch:checked + label {
  color: var(--secondary-600);
}
body:not(.wp-admin) input[type=radio].switch:checked + label:before, body:not(.wp-admin) input[type=checkbox].switch:checked + label:before {
  background-color: var(--wp--preset--color--blue);
  background-image: none;
}
body:not(.wp-admin) input[type=radio].switch:checked + label:after, body:not(.wp-admin) input[type=checkbox].switch:checked + label:after {
  left: 18px !important;
}
body:not(.wp-admin) input[type=radio] + label:before {
  border-radius: 50%;
}
body:not(.wp-admin) input[type=radio]:checked + label:after {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  background-color: #2B3990;
  left: 9px;
  top: 9px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=search],
input[type=url],
input[type=file],
select,
textarea {
  border: 1px solid rgba(46, 53, 67, 0.4);
  height: 48px;
  background-color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 8px;
  width: 100%;
  color: #2E3543;
  appearance: none;
  outline: 0;
  font-weight: 400;
  font-size: 16px;
  font-family: inherit;
}
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=file]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(46, 53, 67, 0.8);
}

input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=url]:-moz-placeholder, input[type=file]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: rgba(46, 53, 67, 0.8);
}

input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=file]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(46, 53, 67, 0.8);
}

input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=file]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(46, 53, 67, 0.8);
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=url]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  border-color: #187AD9 !important;
  box-shadow: 0 0 0 2px #187AD9;
}
input[type=text]:focus::-webkit-input-placeholder, input[type=password]:focus::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder, input[type=tel]:focus::-webkit-input-placeholder, input[type=number]:focus::-webkit-input-placeholder, input[type=search]:focus::-webkit-input-placeholder, input[type=url]:focus::-webkit-input-placeholder, input[type=file]:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: rgba(46, 53, 67, 0.8) !important;
}

input[type=text]:focus:-moz-placeholder, input[type=password]:focus:-moz-placeholder, input[type=email]:focus:-moz-placeholder, input[type=tel]:focus:-moz-placeholder, input[type=number]:focus:-moz-placeholder, input[type=search]:focus:-moz-placeholder, input[type=url]:focus:-moz-placeholder, input[type=file]:focus:-moz-placeholder, select:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: rgba(46, 53, 67, 0.8) !important;
}

input[type=text]:focus::-moz-placeholder, input[type=password]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder, input[type=tel]:focus::-moz-placeholder, input[type=number]:focus::-moz-placeholder, input[type=search]:focus::-moz-placeholder, input[type=url]:focus::-moz-placeholder, input[type=file]:focus::-moz-placeholder, select:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: rgba(46, 53, 67, 0.8) !important;
}

input[type=text]:focus:-ms-input-placeholder, input[type=password]:focus:-ms-input-placeholder, input[type=email]:focus:-ms-input-placeholder, input[type=tel]:focus:-ms-input-placeholder, input[type=number]:focus:-ms-input-placeholder, input[type=search]:focus:-ms-input-placeholder, input[type=url]:focus:-ms-input-placeholder, input[type=file]:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: rgba(46, 53, 67, 0.8) !important;
}

input[type=text]:focus + .form__label,
input[type=password]:focus + .form__label,
input[type=email]:focus + .form__label,
input[type=tel]:focus + .form__label,
input[type=number]:focus + .form__label,
input[type=search]:focus + .form__label,
input[type=url]:focus + .form__label,
input[type=file]:focus + .form__label,
select:focus + .form__label,
textarea:focus + .form__label {
  color: #187AD9 !important;
}
input[type=text].form__input--amount, input[type=text].form__input--bid,
input[type=password].form__input--amount,
input[type=password].form__input--bid,
input[type=email].form__input--amount,
input[type=email].form__input--bid,
input[type=tel].form__input--amount,
input[type=tel].form__input--bid,
input[type=number].form__input--amount,
input[type=number].form__input--bid,
input[type=search].form__input--amount,
input[type=search].form__input--bid,
input[type=url].form__input--amount,
input[type=url].form__input--bid,
input[type=file].form__input--amount,
input[type=file].form__input--bid,
select.form__input--amount,
select.form__input--bid,
textarea.form__input--amount,
textarea.form__input--bid {
  padding-left: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20px' viewBox='0 -960 960 960' width='20px' fill='%232E354399'%3E%3Cpath d='M576-144q-109 0-196-62.5T258-372H144v-72h98q-1-8-1.5-17t-.5-18q0-9 .5-18.5T242-516h-98v-72h114q35-103 122-165.5T576-816q68 0 130 26t110 75l-51 51q-38-38-86.5-59T576-744q-78 0-143.5 42T335-588h241v72H314q-1 8-1.5 17t-.5 18q0 9 .5 18.5T314-444h262v72H335q32 72 97.5 114T576-216q54 0 102.5-21t86.5-59l51 51q-48 49-110 75t-130 26Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 8px center;
}
input[type=text][disabled], input[type=text][readonly],
input[type=password][disabled],
input[type=password][readonly],
input[type=email][disabled],
input[type=email][readonly],
input[type=tel][disabled],
input[type=tel][readonly],
input[type=number][disabled],
input[type=number][readonly],
input[type=search][disabled],
input[type=search][readonly],
input[type=url][disabled],
input[type=url][readonly],
input[type=file][disabled],
input[type=file][readonly],
select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly] {
  background-color: rgba(43, 57, 144, 0.1);
  color: #2B3990;
  border-color: #2B3990;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
  -webkit-text-fill-color: var(--secondary-500) !important;
}

select {
  appearance: base-select;
  display: inline-flex;
  align-items: center;
  min-width: fit-content;
  white-space: nowrap;
  background-image: none;
}
select::picker(select) {
  appearance: base-select;
  border: 0;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px rgba(24, 122, 217, 0.1);
}
select::picker-icon {
  color: #fff;
  font-size: 0;
  transition: 0.4s rotate;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M6 9.5L12 15.5L18 9.5' stroke='%23BABABA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
select:open::picker-icon {
  rotate: 180deg;
}
select:open {
  border: 0;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px rgba(24, 122, 217, 0.1);
}
select option {
  border: 0;
  white-space: nowrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 36px;
  padding-left: 18px;
  padding-right: 18px;
  transition: 0.4s;
  border-bottom: 1px solid #e7e7e7;
}
select option:hover {
  background-color: rgba(24, 122, 217, 0.1);
}
select option:checked {
  background-color: #187ad9;
  color: #fff;
  font-weight: 600;
}
select option:not(:checked)::checkmark {
  display: none;
}
select[multiple] {
  overflow-block: hidden;
}

textarea {
  padding-top: 9px;
  min-height: 130px;
  resize: none;
}

.form [class*=col-] > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.form__components {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.auth .form__components {
  gap: 24px;
}
.form__row {
  display: flex;
  flex-wrap: wrap;
}
.form__row:not(.row) {
  width: 100%;
}
.form__row.row {
  margin-left: -8px;
  margin-right: -8px;
}
.form__row.row [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
}
.form__row--phone select {
  position: relative;
  z-index: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex-basis: 120px;
  margin-right: -1px;
  position: relative;
}
.form__row--phone select:focus {
  z-index: 1;
}
.form__row--phone .form__input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
}
.form__row--phone .form__input:focus {
  z-index: 1;
}
.form__row--phone .form__element {
  display: flex;
}
.form__row--password .toggle-password {
  position: absolute;
  right: 12px;
  top: 32px;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  width: 18px;
  height: 18px;
  opacity: 1;
  cursor: pointer;
  z-index: 2;
}
.form__row--password .toggle-password:before {
  content: "visibility";
  font-family: "Material Symbols Outlined";
  top: 2px;
  position: relative;
  font-size: 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.form__row--password .toggle-password:hover {
  opacity: 1;
}
.form__row--password input {
  padding-right: 48px;
  text-overflow: ellipsis;
}
.form__row--password input[type=text] + .toggle-password {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.form__row--password input[type=text] + .toggle-password:before {
  content: "visibility_off";
  font-family: "Material Symbols Outlined";
  top: 2px;
  position: relative;
  font-size: 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.form__row__label {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  text-box: trim-both cap alphabetic;
  color: rgba(46, 53, 67, 0.4);
}
.form__row > [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
}
.form__section {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.form__section__title {
  font-size: 17px;
  font-weight: 500;
  text-box: trim-both cap alphabetic;
}
.form__fieldset:not(.fwpress-buttons):not([class*=col-]) {
  margin-left: -8px;
  margin-right: -8px;
}
.form__fieldset:not(.fwpress-buttons):not([class*=col-]) > * {
  padding-left: 8px;
  padding-right: 8px;
}
.form__fieldset {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  align-items: flex-start;
}
.form__fieldset legend {
  font-weight: bold;
  color: var(--wp--preset--color--blue);
  width: 100%;
  text-box: trim-both cap alphabetic;
}
.form__fieldset--grid-columns .form-components {
  display: flex;
  flex-wrap: wrap;
  --columns: 3;
  --gap-x: 18px;
  gap: 18px var(--gap-x);
  flex-direction: row;
  flex-direction: row;
}
.form__fieldset--grid-columns .form-components > * {
  width: calc(100% / var(--columns) - (var(--columns) - 1) / var(--columns) * var(--gap-x));
}
.form__fieldset > .row {
  row-gap: 18px;
  width: calc(100% + 16px);
  row-gap: 24px;
  margin-left: -8px;
  margin-right: -8px;
}
.form__fieldset > .row > * {
  padding-left: 8px;
  padding-right: 8px;
}
.form__elements {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
  gap: 24px;
  flex-wrap: wrap;
}
.form__elements:not([class*=col-]):not(.form__elements--row) {
  width: 100%;
}
.form__elements--checkboxes {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.form__elements--switch {
  gap: 18px;
  gap: 16px;
}
.form__elements--row {
  gap: unset;
  flex-direction: row;
  margin-left: -9px;
  margin-right: -9px;
  gap: 16px 0;
  width: unset;
}
.form__elements--row > .form__label {
  margin-bottom: -10px;
}
.form__elements--row > * {
  padding-left: 9px;
  padding-right: 9px;
}
.form__elements--auto {
  flex-direction: row;
  flex-wrap: wrap;
}
.form__elements--auto > * {
  width: fit-content !important;
}
.form__elements--auto.form__elements--switch--subelements {
  padding-left: 44px;
}
.form__elements--auto.form__elements--switch--subelements > * {
  padding-left: 0 !important;
}
.form__elements--25 {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  --items:4;
  --gap: 16px;
}
.form__elements--25 > * {
  width: calc(100% / var(--items) - (var(--items) - 1) / var(--items) * var(--gap)) !important;
}
.form__elements--25.form__elements--switch--subelements {
  padding-left: 44px;
}
.form__elements--25.form__elements--switch--subelements > * {
  padding-left: 0 !important;
}
.form__elements--50 {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  --items:2;
  --gap: 16px;
}
.form__elements--50 > * {
  width: calc(100% / var(--items) - (var(--items) - 1) / var(--items) * var(--gap)) !important;
}
.form__elements--50.form__elements--switch--subelements {
  padding-left: 44px;
}
.form__elements--50.form__elements--switch--subelements > * {
  padding-left: 0 !important;
}
.form__elements--code {
  display: flex;
  flex-wrap: wrap;
  --columns: 6;
  --gap-x: 18px;
  gap: 18px var(--gap-x);
  flex-direction: row;
  order: 2;
}
.form__elements--code > * {
  width: calc(100% / var(--columns) - (var(--columns) - 1) / var(--columns) * var(--gap-x));
}
.form__elements--code > * {
  padding: 0;
}
.form__elements--code .form__element--code input[type=text],
.form__elements--code .form__element--code input[type=number] {
  aspect-ratio: 1/1;
  font-size: 28px;
  font-weight: 700;
  color: var(--wp--preset--color--blue);
  text-align: center;
  height: unset;
  -moz-appearance: textfield;
}
.form__elements--code .form__element--code input[type=text]::-webkit-outer-spin-button, .form__elements--code .form__element--code input[type=text]::-webkit-inner-spin-button,
.form__elements--code .form__element--code input[type=number]::-webkit-outer-spin-button,
.form__elements--code .form__element--code input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form__elements--error input + label {
  color: var(--error-500);
}
.form__elements--error input + label:before {
  border-color: var(--error-500);
}
.form__elements--horizontal {
  flex-direction: row;
}
.form__element {
  position: relative;
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.form__element:not([class*=col-]) {
  width: 100%;
}
.form__element--hidden {
  display: none;
}
.form__element--subelement.form__element--switch {
  padding-left: 44px;
}
.form__element--error .form__input {
  border-color: var(--error-500);
  color: var(--error-500);
  z-index: 1;
}
.form__element--error .form__input:focus {
  border-color: var(--error-500);
  color: var(--error-500);
}
.form__element--error .form__input::-webkit-input-placeholder {
  color: var(--error-500);
  opacity: 0.6;
}

.form__element--error .form__input:-moz-placeholder {
  color: var(--error-500);
  opacity: 0.6;
}

.form__element--error .form__input::-moz-placeholder {
  color: var(--error-500);
  opacity: 0.6;
}

.form__element--error .form__input:-ms-input-placeholder {
  color: var(--error-500);
  opacity: 0.6;
}

.form__element--error .form__input + .toggle-password {
  color: var(--error-500);
}
.form__element--error .form__input + label {
  color: var(--error-500);
}
.form__element--error .form__input + label:before {
  border-color: var(--error-500);
}
.form__element--error .form__label {
  color: var(--error-500);
}
.form__element--error .form__label:before {
  border-color: var(--error-500);
}
.form__element__text {
  display: flex;
  flex-direction: column;
}
.form__element__divider {
  align-items: stretch;
  flex-basis: 1px;
}
.form__element__divider > span {
  background-color: var(--primary-100);
  width: 1px;
  display: block;
  height: 100%;
}
.form__label {
  font-size: 14px;
  font-weight: 400;
  text-box: trim-both cap alphabetic;
  color: rgba(46, 53, 67, 0.6);
  order: 1;
}
.form__input {
  order: 2;
}
.form__input + .tooltip-icon {
  position: absolute;
  right: 18px;
  bottom: 14px;
}
.form__input--radios, .form__input--checkboxes {
  display: flex;
  flex-direction: column;
}
.form__input--radios > *, .form__input--checkboxes > * {
  min-height: 36px;
  display: flex;
  align-items: center;
}
.form__errors {
  display: flex;
  flex-direction: column;
  gap: 9px;
  order: 3;
}
.form__error {
  order: 3;
  color: var(--error-500);
  font-size: 12px;
  font-weight: 300;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  gap: 4px;
  text-box: trim-both cap alphabetic;
}
.form__error:before {
  content: "error";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 12px;
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.form__error:before {
  top: 2px;
}
.form__phone {
  display: flex;
  gap: 8px;
  order: 2;
}
.form__phone > select {
  width: 100px;
  flex-grow: 0;
  flex-shrink: 0;
}
.form__phone input {
  flex-grow: 1;
  flex-shrink: 1;
}
.form div:has(> .pell-content) {
  order: 2;
}
.form p:before, .form p:after {
  display: none;
}
.form__notice {
  font-size: 12px;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  color: rgba(46, 53, 67, 0.6);
  gap: 4px;
  order: 4;
}
.form__notice:before {
  content: "info";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 12px;
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.form__notice:before {
  top: 2px;
}
.form .fwpress-buttons {
  margin: 0;
  padding: 0;
}
.form .fwpress-button {
  width: fit-content;
}

[data-hidden=true] {
  display: none;
}

#password-strength {
  width: 100%;
  display: block;
}

.password-criteria {
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 6px;
}
.password-criteria__item {
  display: flex;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: var(--secondary-400);
}
.password-criteria__item:before {
  content: "check_box_outline_blank";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.password-criteria__item--completed {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--success-600);
}
.password-criteria__item--completed:before {
  content: "check_box";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}

:root {
  --success-600: #33b843;
  --error-500: #fc372d;
  --secondary-200: #e7e7e7;
  --warning-600: #db9600;
}

.password-strength {
  display: flex;
  gap: var(--wp--preset--spacing--x-small);
}
.password-strength__bars {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.password-strength__bars--weak .password-strength__bar:nth-child(1) {
  background-color: var(--error-500);
}
.password-strength__bars--weak + .password-strength__label {
  color: var(--error-500);
}
.password-strength__bars--fair .password-strength__bar:nth-child(1), .password-strength__bars--fair .password-strength__bar:nth-child(2) {
  background-color: var(-warning-600);
}
.password-strength__bars--fair + .password-strength__label {
  color: var(-warning-600);
}
.password-strength__bars--good .password-strength__bar:nth-child(1), .password-strength__bars--good .password-strength__bar:nth-child(2) {
  background-color: var(--success-600);
}
.password-strength__bars--good + .password-strength__label {
  color: var(--success-600);
}
.password-strength__bars--strong .password-strength__bar:nth-child(1), .password-strength__bars--strong .password-strength__bar:nth-child(2), .password-strength__bars--strong .password-strength__bar:nth-child(3) {
  background-color: var(--success-600);
}
.password-strength__bars--strong + .password-strength__label {
  color: var(--success-600);
}
.password-strength__bars--very-strong .password-strength__bar {
  background-color: var(--success-600);
}
.password-strength__bars--very-strong + .password-strength__label {
  color: var(--success-600);
}
.password-strength__bar {
  flex: 1;
  height: 3px;
  border-radius: 2px;
  background-color: var(--secondary-200);
}
.password-strength__label {
  color: var(--secondary-400);
  font-weight: 500;
  font-size: 12px;
  flex-grow: 0;
  flex-shrink: 0;
  white-space: nowrap;
  text-align: right;
  width: 70px;
}

.password-icons__list {
  display: flex;
  gap: clamp(0.5625rem, 0.4375rem + 0.625vw, 1rem);
}
.password-icons__list__item {
  aspect-ratio: 1/1;
  border-radius: 8px;
  border: 1px solid var(--grey-300);
  padding: 8px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.password-icons__list__item--selected {
  background-color: var(--primary-200);
  border-color: var(--primary-200);
  box-shadow: 0px 0px 0px 4px #F4EBFF, 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.password-icons__list__item--selected svg path {
  stroke: var(--primary-800);
}

tc-range-slider {
  --width:100%;
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .form__elements--code {
    --gap-x:9px;
  }
  .form__elements--code .form__element--code input[type=text],
  .form__elements--code .form__element--code input[type=number] {
    font-size: 18px;
    padding: 0;
    text-align: center;
    flex: 1;
  }
}
.forminator-response-message.forminator-accessible {
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
}

form.forminator-ui {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.forminator-hidden,
.forminator-row.forminator-hidden {
  display: none;
}

.forminator-row {
  margin-bottom: 0 !important;
  gap: 18px 0;
}
.forminator-row p:last-child {
  padding-bottom: 0;
}

.forminator-grouped-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 0;
  flex-direction: column;
}

.forminator-field {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.forminator-col-12 {
  width: 100%;
}

.forminator-col-6 {
  width: 50%;
}

.forminator-label {
  display: block;
}

.forminator-error-message {
  color: var(--bs-danger);
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  align-items: flex-start;
  margin-top: 0 !important;
}
.forminator-error-message:before {
  content: "error";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}

.forminator-response-message.forminator-show {
  background-color: #f5c2c7;
  padding: 18px;
  border-radius: 6px;
  border: 1px solid #ea868f;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--bs-danger);
  font-weight: 600;
}
.forminator-response-message.forminator-show:before {
  content: "error";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}

.forminator-has_error .forminator-label {
  color: var(--bs-danger);
}
.forminator-has_error input[type=text],
.forminator-has_error input[type=password],
.forminator-has_error input[type=email],
.forminator-has_error input[type=tel],
.forminator-has_error input[type=number],
.forminator-has_error input[type=search],
.forminator-has_error select,
.forminator-has_error textarea {
  border-color: var(--bs-danger) !important;
  color: var(--bs-danger) !important;
}
.forminator-has_error input[type=text]::-webkit-input-placeholder, .forminator-has_error input[type=password]::-webkit-input-placeholder, .forminator-has_error input[type=email]::-webkit-input-placeholder, .forminator-has_error input[type=tel]::-webkit-input-placeholder, .forminator-has_error input[type=number]::-webkit-input-placeholder, .forminator-has_error input[type=search]::-webkit-input-placeholder, .forminator-has_error select::-webkit-input-placeholder, .forminator-has_error textarea::-webkit-input-placeholder {
  color: var(--bs-danger) !important;
}

.forminator-has_error input[type=text]:-moz-placeholder, .forminator-has_error input[type=password]:-moz-placeholder, .forminator-has_error input[type=email]:-moz-placeholder, .forminator-has_error input[type=tel]:-moz-placeholder, .forminator-has_error input[type=number]:-moz-placeholder, .forminator-has_error input[type=search]:-moz-placeholder, .forminator-has_error select:-moz-placeholder, .forminator-has_error textarea:-moz-placeholder {
  color: var(--bs-danger) !important;
}

.forminator-has_error input[type=text]::-moz-placeholder, .forminator-has_error input[type=password]::-moz-placeholder, .forminator-has_error input[type=email]::-moz-placeholder, .forminator-has_error input[type=tel]::-moz-placeholder, .forminator-has_error input[type=number]::-moz-placeholder, .forminator-has_error input[type=search]::-moz-placeholder, .forminator-has_error select::-moz-placeholder, .forminator-has_error textarea::-moz-placeholder {
  color: var(--bs-danger) !important;
}

.forminator-has_error input[type=text]:-ms-input-placeholder, .forminator-has_error input[type=password]:-ms-input-placeholder, .forminator-has_error input[type=email]:-ms-input-placeholder, .forminator-has_error input[type=tel]:-ms-input-placeholder, .forminator-has_error input[type=number]:-ms-input-placeholder, .forminator-has_error input[type=search]:-ms-input-placeholder, .forminator-has_error select:-ms-input-placeholder, .forminator-has_error textarea:-ms-input-placeholder {
  color: var(--bs-danger) !important;
}

.forminator-field-section h2 {
  font-size: var(--wp--preset--font-size--max-24);
  padding-top: var(--wp--preset--spacing--small);
  padding-bottom: var(--wp--preset--spacing--x-small);
}

.iti__flag-container {
  display: none;
}

.forminator-checkbox__wrapper {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  cursor: pointer;
}
.forminator-has_error .forminator-checkbox__wrapper {
  color: var(--bs-danger);
}
.forminator-has_error .forminator-checkbox__wrapper * {
  border-color: var(--bs-danger);
}
.forminator-checkbox__wrapper > .forminator-checkbox {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.forminator-checkbox__wrapper > .forminator-checkbox input[type=checkbox] + .forminator-checkbox-box:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid var(--wp--preset--color--lighter-grey);
  border-radius: 0;
}
.forminator-checkbox__wrapper > .forminator-checkbox input[type=checkbox]:checked + .forminator-checkbox-box:before {
  background-color: var(--wp--preset--color--verweij-blue);
  border-color: var(--wp--preset--color--verweij-blue);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18px' height='14px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M6.550,13.238 L0.659,7.347 L2.281,5.725 L6.550,9.993 L15.719,0.825 L17.341,2.447 L6.550,13.238 Z'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}
.forminator-checkbox__wrapper .forminator-checkbox__label {
  padding-top: 2px;
}
.forminator-checkbox__wrapper .forminator-checkbox__label p:before, .forminator-checkbox__wrapper .forminator-checkbox__label p:after {
  display: none;
}

.forminator-button {
  width: fit-content;
}

.forminator-response-message {
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
}

.forminator-field-checkbox .forminator-label,
.forminator-field-consent .forminator-label {
  display: none;
}

.forminator-field-radio .forminator-field {
  display: flex;
  flex-wrap: wrap;
}
.forminator-field-radio .forminator-field > .forminator-label {
  width: 100%;
}
.forminator-field-radio .forminator-field.forminator-has_error .forminator-radio-label {
  color: var(--bs-danger);
}
.forminator-field-radio .forminator-field .forminator-radio input[type=radio] ~ .forminator-radio-label {
  padding-left: 26px;
  position: relative;
  cursor: pointer;
}
.forminator-has_error .forminator-field-radio .forminator-field .forminator-radio input[type=radio] ~ .forminator-radio-label {
  color: var(--bs-danger);
}
.forminator-field-radio .forminator-field .forminator-radio input[type=radio] ~ .forminator-radio-label:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid rgba(24, 122, 217, 0.4);
}
.forminator-field-radio .forminator-field .forminator-radio input[type=radio]:checked ~ .forminator-radio-label {
  color: #187AD9;
}
.forminator-field-radio .forminator-field .forminator-radio input[type=radio]:checked ~ .forminator-radio-label:before {
  border: 2px solid #187ad9;
}
.forminator-field-radio .forminator-field .forminator-radio input[type=radio]:checked ~ .forminator-radio-label:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  background-color: #187AD9;
  left: 6px;
  top: 6px;
}

.forminator-field-checkbox .forminator-field {
  display: flex;
  flex-wrap: wrap;
}
.forminator-field-checkbox .forminator-field.forminator-has_error .forminator-checkbox-label {
  color: var(--bs-danger);
}
.forminator-field-checkbox .forminator-field > .forminator-label {
  width: 100%;
}
.forminator-field-checkbox .forminator-field .forminator-checkbox input[type=checkbox] ~ .forminator-checkbox-label {
  padding-left: 26px;
  position: relative;
  cursor: pointer;
}
.forminator-field-checkbox .forminator-field .forminator-checkbox input[type=checkbox] ~ .forminator-checkbox-label:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid rgba(24, 122, 217, 0.4);
}
.forminator-field-checkbox .forminator-field .forminator-checkbox input[type=checkbox]:checked ~ .forminator-checkbox-label {
  color: #187AD9;
}
.forminator-field-checkbox .forminator-field .forminator-checkbox input[type=checkbox]:checked ~ .forminator-checkbox-label:before {
  border: 2px solid #187ad9;
}
.forminator-field-checkbox .forminator-field .forminator-checkbox input[type=checkbox]:checked ~ .forminator-checkbox-label:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  background-color: #187AD9;
  left: 6px;
  top: 6px;
}

:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-path-flags-1x: url("assets/images/forminator/flags.webp");
  --iti-path-flags-2x: url("assets/images/forminator/flags@2x.webp");
  --iti-path-globe-1x: url("assets/images/forminator/globe.webp");
  --iti-path-globe-2x: url("assets/images/forminator/img/globe@2x.webp");
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
  --iti-input-padding: 6px;
  --iti-selected-flag-width: 51px ;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin: 0 !important;
}

.iti__country-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: var(--iti-border-width);
}

.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
  gap: 3px;
}

.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid rgba(0, 0, 0, 0);
  border-right: var(--iti-triangle-border) solid rgba(0, 0, 0, 0);
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

.iti__arrow .iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}

.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
}

.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
}

.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}

.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}

@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}

.iti__dial-code {
  color: var(--iti-dialcode-color);
}

.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}

.iti__country-list .iti__flag,
.iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}

[dir=rtl] .iti__country-list .iti__flag,
[dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}

.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type=text],
.iti--allow-dropdown input.iti__tel-input[type=tel],
.iti--show-selected-dial-code input.iti__tel-input,
.iti--show-selected-dial-code input.iti__tel-input[type=text],
.iti--show-selected-dial-code input.iti__tel-input[type=tel] {
  padding-right: var(--iti-input-padding);
  padding-left: var(--iti-selected-flag-width);
  margin-left: 0;
}

[dir=rtl] .iti--allow-dropdown input.iti__tel-input,
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel],
[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input,
[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=text],
[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=tel] {
  padding-right: var(--iti-selected-flag-width);
  padding-left: var(--iti-input-padding);
  margin-right: 0;
}

.iti--allow-dropdown .iti__country-container,
.iti--show-selected-dial-code .iti__country-container {
  right: auto;
  left: 0;
}

[dir=rtl] .iti--allow-dropdown .iti__country-container,
[dir=rtl] .iti--show-selected-dial-code .iti__country-container {
  right: 0;
  left: auto;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}

.iti .iti__selected-dial-code {
  margin-left: 4px;
}

[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px;
}

.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}

.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}

.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset: 100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__nl {
  --iti-flag-offset: -2592px ;
}

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}

@media (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}
.auth {
  background-color: #fff;
  background-color: #f9f9f9;
}
.auth > .container > .row {
  min-height: calc(100dvh - 180px);
  padding-top: var(--wp--preset--spacing--small);
  padding-bottom: var(--wp--preset--spacing--small);
}
.auth__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: var(--wp--preset--spacing--small);
  gap: var(--wp--preset--spacing--small);
  border-radius: 6px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #fff;
}
.auth__logo img {
  display: block;
}
.auth__top {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
.auth__top__text .text-component {
  gap: var(--wp--preset--spacing--x-small);
}
.auth__modal {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(500px + var(--wp--preset--spacing--medium) * 2);
  padding: var(--wp--preset--spacing--medium);
  gap: var(--wp--preset--spacing--small);
  background-color: #fff;
  border-radius: 8px;
}

.resend-email {
  font-size: 14px;
  text-wrap: unset;
  color: rgba(46, 53, 67, 0.6);
  font-weight: 400;
}
.resend-email * {
  font-size: 14px;
}

.my-account {
  background-color: var(--wp--preset--color--lightgrey);
  background-color: rgba(43, 57, 144, 0.03);
  margin-bottom: var(--wp--preset--spacing--small);
}

.notification {
  border-radius: 4px;
  overflow: hidden;
  padding: var(--wp--preset--spacing--x-small);
  background-color: #f0fafc;
  color: #004471;
}
.notification--success {
  background-color: #eefbf2;
  color: #11582e;
}
.notification--success .notification__icon {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.notification--success .notification__icon:before {
  content: "check_circle";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.notification--warning {
  background-color: #fff9eb;
  color: #906a17;
}
.notification--warning .notification__icon {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.notification--warning .notification__icon:before {
  content: "warning";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.notification--error {
  background-color: #fdf1f5;
  color: #be0019;
}
.notification--error .notification__icon {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.notification--error .notification__icon:before {
  content: "cancel";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.notification__inner {
  display: flex;
}
.notification__icon {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 9px;
}
.notification__icon:before {
  content: "info";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.notification__content {
  flex-grow: 1;
  flex-shrink: 1;
}
.notification__content .text-component p {
  padding-bottom: 0;
  color: inherit;
}
.notification__content .text-component p:before, .notification__content .text-component p:after {
  display: none;
}
.notification__close {
  flex-grow: 0;
  flex-shrink: 0;
}

.component--notification {
  margin-bottom: var(--wp--preset--spacing--small);
}
.content .components > .row > .col .component--notification {
  margin-bottom: 0;
}

.content .components > .row > .col {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--small);
}
.content.contact-header .components .row.areoi-element + .row.areoi-element {
  margin-top: var(--wp--preset--spacing--medium);
}

.components .row.areoi-element + .row.areoi-element {
  margin-top: var(--wp--preset--spacing--small);
}
.components .row.areoi-element {
  gap: var(--wp--preset--spacing--small) 0;
}
.banners {
  --gap: var(--wp--preset--spacing--small);
  --gap: 24px;
  display: flex;
  gap: var(--gap);
  display: flex;
  flex-wrap: wrap;
}
.banners > *,
.banners > .banner {
  width: calc(100% / var(--banners) - (var(--banners) - 1) / var(--banners) * var(--gap));
  background-color: #fff;
  padding: var(--wp--preset--spacing--small);
  border-radius: 16px;
  border: 2px solid rgba(46, 53, 67, 0.1);
}
.banners > *.has-gradient-1-gradient-background,
.banners > .banner.has-gradient-1-gradient-background {
  border: 0;
  color: #fff;
}
.banners > *.has-gradient-1-gradient-background .banner__content p,
.banners > .banner.has-gradient-1-gradient-background .banner__content p {
  color: #fff;
}
.banners > *.banner--25, .banners > *:has(.banner--25),
.banners > .banner.banner--25,
.banners > .banner:has(.banner--25) {
  --banners: 4;
}
.banners > *.banner--33, .banners > *:has(.banner--33),
.banners > .banner.banner--33,
.banners > .banner:has(.banner--33) {
  --banners: 3;
}
.banners > *.banner--50, .banners > *:has(.banner--50),
.banners > .banner.banner--50,
.banners > .banner:has(.banner--50) {
  --banners: 2;
}
.banners > *.banner--66, .banners > *:has(.banner--66),
.banners > .banner.banner--66,
.banners > .banner:has(.banner--66) {
  --banners: 3;
  width: calc((100% / var(--banners) - (var(--banners) - 1) / var(--banners) * var(--gap)) * 2);
}
.banners > *.banner--100, .banners > *:has(.banner--100),
.banners > .banner.banner--100,
.banners > .banner:has(.banner--100) {
  --banners: 1;
}
.banners > * .banner__inner,
.banners > .banner .banner__inner {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
  gap: 24px;
}
.banners > * .banner__title,
.banners > .banner .banner__title {
  display: flex;
  gap: var(--wp--preset--spacing--x-small);
  align-items: center;
}
.banners > * .banner__title > h1, .banners > * .banner__title h2, .banners > * .banner__title h3,
.banners > .banner .banner__title > h1,
.banners > .banner .banner__title h2,
.banners > .banner .banner__title h3 {
  padding-bottom: 0 !important;
}
.banners > * .banner__content .text-component,
.banners > .banner .banner__content .text-component {
  gap: var(--wp--preset--spacing--x-small);
}
.banners > * .banner__content .text-component > *,
.banners > .banner .banner__content .text-component > * {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.banners-image-text {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--small);
}
.banners-image-text > * .banner__inner,
.banners-image-text > .banner .banner__inner {
  display: flex;
  flex-wrap: wrap;
  --gap: var(--wp--preset--spacing--small);
  gap: var(--wp--preset--spacing--small);
  display: flex;
  gap: var(--gap);
  display: flex;
  flex-wrap: wrap;
  --columns: 2;
}
.banners-image-text > * .banner__inner[max-width~="900px"],
.banners-image-text > .banner .banner__inner[max-width~="900px"] {
  --columns:1;
}
.banners-image-text > * .banner__inner[max-width~="900px"] .banner__text,
.banners-image-text > .banner .banner__inner[max-width~="900px"] .banner__text {
  order: 2;
}
.banners-image-text > * .banner__inner[max-width~="900px"] .banner__image,
.banners-image-text > .banner .banner__inner[max-width~="900px"] .banner__image {
  order: 1;
}
.banners-image-text > * .banner__inner > *,
.banners-image-text > .banner .banner__inner > * {
  width: calc(100% / var(--columns) - (var(--columns) - 1) / var(--columns) * var(--gap));
}
.banners-image-text > * .banner__image,
.banners-image-text > .banner .banner__image {
  aspect-ratio: 16/9;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.banners-image-text > * .banner__image img,
.banners-image-text > .banner .banner__image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.banners-image-text > * .banner__text,
.banners-image-text > .banner .banner__text {
  padding: var(--wp--preset--spacing--small);
  border-radius: 16px;
  border: 2px solid rgba(46, 53, 67, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--wp--preset--spacing--x-small);
}
.banners-image-text > * .banner__text.has-gradient-1-gradient-background,
.banners-image-text > .banner .banner__text.has-gradient-1-gradient-background {
  border: 0;
  color: #fff;
}
.banners-image-text > * .banner__text.has-gradient-1-gradient-background .banner__content p,
.banners-image-text > .banner .banner__text.has-gradient-1-gradient-background .banner__content p {
  color: #fff;
}
.banners-image-text > * .banner__text .text-component,
.banners-image-text > .banner .banner__text .text-component {
  gap: var(--wp--preset--spacing--x-small);
}
.banners-image-text > * .banner__text .text-component > *,
.banners-image-text > .banner .banner__text .text-component > * {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.banners-image-text > * .banner__title,
.banners-image-text > .banner .banner__title {
  display: flex;
  gap: var(--wp--preset--spacing--x-small);
  align-items: center;
}
.banners-image-text > * .banner__title > h1, .banners-image-text > * .banner__title h2, .banners-image-text > * .banner__title h3,
.banners-image-text > .banner .banner__title > h1,
.banners-image-text > .banner .banner__title h2,
.banners-image-text > .banner .banner__title h3 {
  padding-bottom: 0 !important;
}
.banners-image-text > * .banner__content .text-component,
.banners-image-text > .banner .banner__content .text-component {
  gap: var(--wp--preset--spacing--x-small);
}
.banners-image-text > * .banner__content .text-component > *,
.banners-image-text > .banner .banner__content .text-component > * {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

@media screen and (min-width: 1440px) {
  .banners--text {
    padding-left: var(--wp--preset--spacing--medium);
    padding-right: var(--wp--preset--spacing--medium);
  }
}
@media screen and (min-width: 992px) {
  .banner__inner {
    --columns: 1;
  }
}
@media screen and (max-width: 991px) {
  .banners > *.banner--25, .banners > *:has(.banner--25), .banners > .banner.banner--25, .banners > .banner:has(.banner--25),
  .banners > *.banner--33, .banners > *:has(.banner--33), .banners > .banner.banner--33, .banners > .banner:has(.banner--33) {
    --banners:2;
  }
}
@media screen and (max-width: 600px) {
  .banners > *.banner--25, .banners > *:has(.banner--25), .banners > .banner.banner--25, .banners > .banner:has(.banner--25),
  .banners > *.banner--33, .banners > *:has(.banner--33), .banners > .banner.banner--33, .banners > .banner:has(.banner--33),
  .banners > *.banner--50, .banners > *:has(.banner--50), .banners > .banner.banner--50, .banners > .banner:has(.banner--50),
  .banners > *.banner--66, .banners > *:has(.banner--66), .banners > .banner.banner--66, .banners > .banner:has(.banner--66) {
    --banners:1;
  }
  .banner__inner {
    --columns: 1 !important;
  }
  .banner__image {
    order: 1 !important;
  }
  .banner__content {
    order: 2 !important;
  }
}
html.iframe {
  background-color: #fff !important;
}

.overlay {
  position: fixed !important;
  z-index: 999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.15s;
  transition: 0.35s;
  pointer-events: none;
  opacity: 0;
}
.overlay--visible, .overlay:has(.acf-error) {
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
}
.overlay--visible > .overlay__inner, .overlay:has(.acf-error) > .overlay__inner {
  transform: translateX(0);
  cursor: auto;
}
.overlay--secondary {
  z-index: 1000;
}
.overlay--tertiary {
  z-index: 1001;
}
.overlay--documents .overlay__inner {
  padding-left: 0;
  padding-right: 0;
  max-width: 1280px;
}
.overlay--documents .filter {
  margin: 0;
}
.overlay--filters .filters {
  margin-left: -18px;
  margin-right: -18px;
}
.overlay--filters .overlay__inner {
  max-width: 396px;
}
.overlay--filters .overlay__inner .filters__inner .filter-dropdown {
  border-bottom: 1px solid #e5e7eb;
}
.overlay--filters .overlay__inner .filters__inner .filter-dropdown .filter-dropdown__label {
  padding-left: var(--wp--preset--spacing--x-small);
  padding-right: var(--wp--preset--spacing--x-small);
  height: 48px;
}
.overlay--filters .overlay__inner .filters__inner .filter-dropdown:nth-child(1) {
  border-top: 1px solid #e5e7eb;
}
.overlay--filters .overlay__inner .filters__inner .filter-dropdown__options {
  position: relative;
  width: 100%;
  pointer-events: all;
  display: none;
  border-radius: unset;
  box-shadow: unset;
  border: 0;
  padding-top: 0;
  padding-bottom: var(--wp--preset--spacing--x-small);
  padding-left: var(--wp--preset--spacing--x-small);
  padding-right: var(--wp--preset--spacing--x-small);
}
.overlay--filters .overlay__inner .filters__inner .filter-dropdown__options.filter-dropdown__options--active, .overlay--filters .overlay__inner .filters__inner .filter-dropdown__options:has(input:checked) {
  display: block;
  transform: translateY(0);
  opacity: 1;
}
.overlay--filters .overlay__inner .filters__inner .filter-dropdown__options__search {
  margin-bottom: var(--wp--preset--spacing--x-small);
}
.overlay--narrow > .overlay__inner {
  max-width: 480px;
}
.overlay--center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay--center.overlay--visible .overlay__inner {
  opacity: 1;
  pointer-events: auto;
}
.overlay--acf .acf-fields > .acf-field {
  padding-left: 0;
  padding-right: 0;
  border: 0;
}
.overlay--acf .acf-field.acf-accordion {
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
  margin-left: -18px;
  margin-right: -18px;
  flex-direction: column;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  margin-top: 0;
  margin-bottom: 0;
}
.overlay--acf .acf-field.acf-accordion .acf-label.acf-accordion-title {
  padding-left: 18px;
  padding-right: 18px;
  cursor: pointer;
}
.overlay--acf .acf-field.acf-accordion .acf-label.acf-accordion-title:hover {
  background-color: #fff;
}
.overlay--acf .acf-field.acf-accordion .acf-label.acf-accordion-title label {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.overlay--acf .acf-field.acf-accordion .acf-label.acf-accordion-title label:after {
  position: absolute;
  height: 45px;
  left: 0;
  right: 0;
  top: -12px;
}
.overlay--acf .acf-field.acf-accordion .acf-input.acf-accordion-content {
  padding-left: 18px;
  padding-right: 18px;
}
.overlay--acf .acf-field.acf-accordion .acf-input.acf-accordion-content > .acf-fields {
  border-top: 0;
}
.overlay--acf .acf-field.acf-accordion .acf-input.acf-accordion-content > .acf-fields .acf-field {
  padding-top: 9px;
  padding-bottom: 9px;
}
.overlay--loading .overlay__inner > * {
  opacity: 0;
  pointer-events: none;
}
.overlay--loading .overlay__inner:after {
  content: "";
  width: 120px;
  height: 120px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' display='block' preserveAspectRatio='xMidYMid' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='13' fill='none' stroke='%2336a9e1' stroke-dasharray='61.261 22.42' stroke-width='2'%3E%3CanimateTransform attributeName='transform' dur='1s' keyTimes='0;1' repeatCount='indefinite' type='rotate' values='0 50 50;360 50 50'/%3E%3C/circle%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 120px 120px;
  position: absolute;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
}
.overlay.loaded .overlay__center {
  background-image: none;
}
.overlay__inner {
  width: 100%;
  padding-left: var(--wp--preset--spacing--x-small);
  padding-right: var(--wp--preset--spacing--x-small);
  padding-bottom: var(--wp--preset--spacing--small);
  background-color: #fff;
  margin-left: auto;
  max-width: 1000px;
  overflow-y: auto;
  height: calc(var(--vh, 1vh) * 100);
  height: 100dvh;
  transform: translateX(100%);
  transition: transform linear 0.25s;
  transition-delay: 0s;
  will-change: transform;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  padding-top: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transform: translateX(100%);
}
.overlay__inner::-webkit-scrollbar {
  width: 5px;
}
.overlay__inner::-webkit-scrollbar-track {
  background: #ffffff;
}
.overlay__inner::-webkit-scrollbar-thumb {
  background: #ecf3fe;
}
.overlay--center .overlay__inner {
  height: auto;
  max-height: calc(var(--vh, 1vh) * 100);
  height: 100vh;
  width: 100%;
  max-width: 500px;
  border-radius: 8px;
  border: 1px solid #ecf3fe;
  box-shadow: 0px 0px 36px 0px rgba(70, 136, 241, 0.1);
  margin-left: auto;
  margin-right: auto;
  transition: opacity ease 0.2s;
  transform: none;
  opacity: 0;
  pointer-events: none;
}
.overlay--center .overlay__inner .acf-postbox {
  display: block !important;
}
.overlay__divider {
  margin-left: calc(var(--wp--preset--spacing--small) * -1);
  margin-right: calc(var(--wp--preset--spacing--small) * -1);
  display: flex;
  height: 1px;
  background-color: #ecf3fe;
}
.overlay__buttons {
  display: flex;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
  margin-bottom: -18px !important;
  padding-top: 36px;
  padding-bottom: 36px;
}
.overlay__buttons .button {
  margin-left: 9px;
  margin-right: 9px;
  width: calc(25% - 18px);
  margin-bottom: 18px;
}
.overlay__top, .overlay__center, .overlay__footer {
  margin-right: auto;
}
.overlay__top:not(:empty) {
  flex-shrink: 0;
  display: flex;
  width: 100%;
  padding-top: var(--wp--preset--spacing--x-small);
  padding-bottom: var(--wp--preset--spacing--x-small);
  align-items: center;
}
.overlay__top:not(:empty) .close-link + .tabs {
  margin-top: 9px;
}
.overlay__top:not(:empty) .tabs {
  align-self: flex-start;
  border-bottom: 0;
  margin-bottom: -18px;
}
.overlay__top:not(:empty) > * {
  padding: 0 !important;
  margin: 0 !important;
}
.overlay__top:not(:empty) .filters__title {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  font-weight: 400;
  width: 100%;
  align-items: center;
}
.overlay__top:not(:empty) .filters__title:after {
  content: "close";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.overlay__top:not(:empty) .filters__title:before, .overlay__top:not(:empty) .filters__title:after {
  margin-bottom: unset;
  margin-top: unset;
}
.overlay__top:not(:empty) .filters__title:after {
  margin-left: auto;
}
.overlay__top--info {
  background-color: #e5eaf2 !important;
}
.overlay__top--success {
  background-color: #eff7ea !important;
}
.overlay__top--success h1 {
  color: #95c11f;
}
.overlay__center {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
.overlay__center .postbox-header {
  padding-left: 16px;
  padding-right: 16px;
  display: none;
}
.overlay__footer {
  position: sticky;
  bottom: 0;
  background-color: #fff;
  margin-left: -36px;
  margin-right: -36px;
  padding-left: 36px;
  padding-right: 36px;
  border-top: 1px solid #ecf3fe;
  margin-top: auto;
}
.overlay__footer--spacing {
  padding: 36px;
}
.overlay__close {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}
.overlay__close:after {
  content: "close";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.overlay__close:before {
  opacity: 0.6;
}
.overlay__close:hover:before {
  opacity: 1;
}
.overlay__components {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 100%;
  gap: var(--wp--preset--spacing--small);
}
.overlay__component {
  display: flex;
  width: 100%;
  min-width: 100%;
}
.overlay__component__title {
  display: flex;
  gap: 6px;
  align-items: flex-start;
}
.overlay__component__title h3,
.overlay__component__title h4 {
  padding-top: 4px;
}

[data-overlay] {
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .overlay__buttons .button {
    width: calc(50% - 18px);
  }
  .overlay__inner {
    padding: 24px;
    max-width: 100%;
    overflow-x: hidden;
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .page-template:not(.page-template-fwpress_documents_template) .content .filters__title {
    font-size: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--wp--preset--color--primary-color-20);
    color: var(--wp--preset--color--primary);
    justify-content: center;
    gap: 0;
    align-items: center;
  }
  .page-template:not(.page-template-fwpress_documents_template) .content .filters__title:before {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .overlay__center {
    width: 100%;
  }
  .overlay__footer {
    position: relative;
  }
}
@media screen and (max-width: 374px) {
  .overlay__buttons .button {
    width: calc(100% - 18px);
  }
}
@media screen and (max-height: 600px) {
  .overlay__footer {
    position: relative;
  }
}
.wp-block-table table {
  border: 0;
  width: 100%;
}
.wp-block-table table thead {
  border: 0;
}
.wp-block-table table thead tr th {
  border: 0;
  text-align: left;
  font-weight: bold;
  font-size: var(--wp--preset--font-size--bodycopy);
  color: var(--wp--preset--color--primary);
  padding-left: var(--wp--preset--spacing--x-small);
  padding-right: var(--wp--preset--spacing--x-small);
  border-bottom: 2px solid rgba(24, 122, 217, 0.2) !important;
  padding-top: 0;
  padding-bottom: 12px;
  vertical-align: top;
}
.wp-block-table table thead tr th:nth-child(1) {
  padding-left: 0;
}
.wp-block-table table tbody {
  border: 0;
}
.wp-block-table table tbody tr td {
  border: 0;
  font-size: var(--wp--preset--font-size--bodycopy);
  padding-left: var(--wp--preset--spacing--x-small);
  padding-right: var(--wp--preset--spacing--x-small);
  border-bottom: 1px solid rgba(24, 122, 217, 0.2) !important;
  padding-top: 12px;
  padding-bottom: 12px;
  vertical-align: top;
}
.wp-block-table table tbody tr td:nth-child(1) {
  padding-left: 0;
}

.table {
  border-spacing: 0;
}
.table--auto {
  table-layout: auto;
}
.table.data-list tbody {
  width: 100%;
}
.table.data-list tr {
  width: 100%;
}
.table.data-list tr td {
  padding: 9px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 0;
  vertical-align: top;
}
.table.data-list tr:nth-child(even) td {
  background-color: rgba(34, 34, 34, 0.02);
}

.search-results {
  display: flex;
  gap: var(--wp--preset--spacing--x-small);
  flex-direction: column;
}
.search-results__item {
  padding: var(--wp--preset--spacing--x-small);
  background-color: #fff;
  border-radius: 9px;
  border: 1px solid var(--wp--preset--color--primary-color-20);
}
.search-results__item__title {
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: bold;
  color: var(--wp--preset--color--primary);
}
.search-results__item__excerpt {
  margin-bottom: var(--wp--preset--spacing--x-small);
}
.search-results__item .buttons {
  padding-bottom: 0;
}

.no-results-found {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid var(--wp--preset--color--primary-color-10);
  border-radius: 9px;
  padding: var(--wp--preset--spacing--small);
  text-wrap: balance;
}
.no-results-found__icon {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--wp--preset--color--secondary);
  margin-bottom: var(--wp--preset--spacing--small);
}
.no-results-found__icon:before {
  content: "search_off";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 60px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}

.wp-block-embed {
  margin-bottom: var(--wp--preset--spacing--small);
}
.content .components > .row > .col .wp-block-embed {
  margin-bottom: 0;
}
.wp-block-embed + .text-component {
  margin-top: -12px;
}

.image {
  position: relative;
}
.image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

.gallery {
  --gap: 18px;
  display: flex;
  gap: var(--gap);
  display: flex;
  flex-wrap: wrap;
  --images: 4;
}
.gallery__item {
  width: calc(100% / var(--images) - (var(--images) - 1) / var(--images) * var(--gap));
  aspect-ratio: 4/3;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.gallery__item img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .gallery {
    --images: 4 !important;
  }
}
@media screen and (max-width: 480px) {
  .gallery {
    --images: 2 !important;
  }
}
.header {
  position: relative;
  min-height: 720px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.header .container-fluid, .header .container-sm, .header .container-md, .header .container-lg, .header .container-xl, .header .container-xxl {
  padding-left: 96px;
  padding-right: 96px;
}
.header__image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.header__image img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.header__image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.4;
}
.header__image--contained img {
  border-radius: 9px;
  overflow: hidden;
}
.header__content {
  color: #fff;
  position: relative;
  z-index: 1;
  padding-top: var(--wp--preset--spacing--small);
  padding-bottom: var(--wp--preset--spacing--small);
  z-index: 1;
}
.header__content:before {
  content: "";
  position: absolute;
  left: -202px;
  bottom: -149px;
  width: 400px;
  height: 400px;
  background-position: left var(--wp--preset--spacing--small) center;
  background-repeat: no-repeat;
  background-size: 230px auto;
}
.header__content h1, .header__content h2, .header__content h3, .header__content h4, .header__content p {
  color: #fff;
}
.header__content .text-component h1 {
  padding-bottom: var(--wp--preset--spacing--x-small);
}
.header .tags {
  margin-bottom: var(--wp--preset--spacing--small);
}
.header .tags > * {
  border-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.8);
}

.contact-header {
  position: relative;
}
.contact-header .banners--text[max-width~="700px"] .banner {
  --banners: 1 !important;
}
.contact-header:before {
  content: "";
  width: 100%;
  height: calc(50% + var(--wp--preset--spacing--small));
  background: var(--wp--preset--gradient--gradient-1);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .header .header__content {
    padding-bottom: var(--wp--preset--spacing--medium);
  }
  .header:not(.header--image--contained) + .content {
    padding-top: calc(3 * var(--wp--preset--spacing--small)) !important;
  }
}
@media (max-width: 480px) {
  .form__row--buttons .wp-block-button__link {
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .header--image--contained .header__image img {
    max-width: calc(1366px - 2 * var(--wp--preset--spacing--max-54));
  }
}
@media screen and (max-width: 1399px) {
  .header--image--contained .header__image img {
    max-width: calc(100vw - 2 * var(--wp--preset--spacing--max-54));
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .header--image--contained {
    min-height: 460px;
  }
  .header--image--contained .header__image {
    max-height: unset;
    min-height: unset;
  }
}
@media screen and (max-width: 991px) {
  .header {
    min-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .container--content {
    background-color: #187AD9;
  }
}
@media screen and (max-width: 575px) {
  .header,
  .header--image--contained {
    min-height: unset;
  }
  .header__image,
  .header--image--contained__image {
    position: relative;
    height: unset;
  }
  .header__image img,
  .header--image--contained__image img {
    position: static;
    aspect-ratio: 16/9;
    height: unset;
    object-fit: cover;
    display: block;
  }
  .header__image:after,
  .header--image--contained__image:after {
    height: 33.33%;
    display: none;
  }
  .header__content,
  .header--image--contained__content {
    padding: var(--wp--preset--spacing--max-54) !important;
    border-radius: 0;
    margin-left: calc(var(--wp--preset--spacing--max-54) * -1);
    margin-right: calc(var(--wp--preset--spacing--max-54) * -1);
    margin-bottom: 0 !important;
  }
  .header__content:before,
  .header--image--contained__content:before {
    display: none;
  }
  .header__content h4,
  .header--image--contained__content h4 {
    overflow: unset;
    text-overflow: unset;
    display: block;
  }
  .header + .content,
  .header--image--contained + .content {
    padding-top: var(--wp--preset--spacing--medium) !important;
  }
  .header--image--contained .header__image {
    min-height: unset;
    max-height: unset;
    height: unset;
    padding-bottom: var(--wp--preset--spacing--small);
  }
  .header--image--contained .header__image:after {
    bottom: -12px;
  }
  .header--image--contained {
    margin-bottom: 0;
  }
}
.data-table {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  border: 1px solid rgba(34, 34, 34, 0.2);
}
.data-table__header {
  display: flex;
  width: 100%;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
}
.data-table__title {
  flex: 1;
}
.data-table__title h3,
.data-table__title h4 {
  color: #222;
}
.data-table__buttons {
  flex-shrink: 0;
  width: fit-content;
  display: flex;
  border-radius: 4px;
  border: 1px solid #a7a7a7;
  overflow: hidden;
}
.data-table__button {
  padding-left: 18px;
  padding-right: 18px;
  height: 36px;
  background-color: #fff;
  color: rgba(34, 34, 34, 0.6);
  align-items: center;
  border-right: 1px solid #a7a7a7;
  display: inline-flex;
  cursor: pointer;
}
.data-table__button:last-child {
  border-right: 0;
}
.data-table__button--active {
  color: #fff;
  background-color: #a7a7a7;
}
.data-table__items {
  display: flex;
  flex-direction: column;
}
.data-table__items.loading {
  min-height: 195px;
  max-height: 400px;
  overflow: hidden;
}
.data-table__item {
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  transition: background-color ease 0.15s;
}
.data-table__item:has([onclick]):hover {
  background-color: rgba(34, 34, 34, 0.05);
}
.data-table__item:last-child {
  border-bottom: 0;
}
.data-table__item__row {
  display: flex;
  gap: 0 18px;
  padding: 18px;
}
.data-table__item__column--title {
  display: flex;
  align-items: center;
  gap: 18px;
}
.data-table__item__column--last {
  margin-left: auto;
}

.data-list__label {
  color: rgba(34, 34, 34, 0.6);
}

.loading {
  position: relative;
  transition: none !important;
}
.loading:before {
  content: "Laden";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(42px);
  position: absolute;
  z-index: 10;
  font-size: 14px;
  font-weight: 500;
}
.loading:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3CradialGradient id='a3' cx='.66' fx='.66' cy='.3125' fy='.3125' gradientTransform='scale(1.5)'%3E%3Cstop offset='0' stop-color='%230095DB'%3E%3C/stop%3E%3Cstop offset='.3' stop-color='%230095DB' stop-opacity='.9'%3E%3C/stop%3E%3Cstop offset='.6' stop-color='%230095DB' stop-opacity='.6'%3E%3C/stop%3E%3Cstop offset='.8' stop-color='%230095DB' stop-opacity='.3'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%230095DB' stop-opacity='0'%3E%3C/stop%3E%3C/radialGradient%3E%3Ccircle transform-origin='center' fill='none' stroke='url(%23a3)' stroke-width='15' stroke-linecap='round' stroke-dasharray='200 1000' stroke-dashoffset='0' cx='100' cy='100' r='70'%3E%3CanimateTransform type='rotate' attributeName='transform' calcMode='spline' dur='2' values='360;0' keyTimes='0;1' keySplines='0 0 1 1' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle transform-origin='center' fill='none' opacity='.2' stroke='%230095DB' stroke-width='15' stroke-linecap='round' cx='100' cy='100' r='70'%3E%3C/circle%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: none !important;
}

@media screen and (max-width: 675px) {
  .data-table__header {
    flex-wrap: wrap;
  }
  .data-table__item__row {
    flex-wrap: wrap;
    gap: 18px;
  }
  .data-table__item__column--title {
    flex-wrap: wrap;
    gap: 18px 9px;
  }
  .data-table__item__column--last {
    margin-left: unset;
    width: 100%;
  }
  .company__logo {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 500px) {
  .data-table__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.fwpress-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
  width: 18px;
  height: 18px;
}
.fwpress-icon--24 {
  width: 24px;
  height: 24px;
}
.fwpress-icon--24 .material-symbols-outlined {
  font-size: 24px;
  width: 24px;
  height: 24px;
}
.fwpress-icon--36 {
  width: 36px;
  height: 36px;
}
.fwpress-icon--36 .material-symbols-outlined {
  font-size: 36px;
  width: 36px;
  height: 36px;
}
.fwpress-icon--64 {
  width: 64px;
  height: 64px;
}
.fwpress-icon--64 > * {
  font-size: 64px;
  width: 64px;
  height: 64px;
  font-weight: 100;
}
.fwpress-icon.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.fwpress-icon.alignleft {
  margin-right: auto;
}
.fwpress-icon.alignright {
  margin-left: auto;
}

.divider {
  display: flex;
  gap: 18px;
}
.divider:before, .divider:after {
  content: "";
  background-color: rgba(34, 34, 34, 0.2);
  height: 2px;
  width: 18px;
  position: relative;
  top: 7px;
  flex-shrink: 0;
  flex-basis: 18px;
}
.divider--left {
  justify-content: flex-start;
}
.divider--left:after {
  flex-grow: 1;
}
.divider--center {
  justify-content: center;
}
.divider--center:before, .divider--center:after {
  flex-grow: 1;
  flex-shrink: 1;
}
.divider--right {
  justify-content: flex-end;
}
.divider--right:before {
  flex-grow: 1;
}
.divider__text {
  flex-grow: 1;
  flex-shrink: 1;
}
.divider > * {
  padding-bottom: 0 !important;
}

ul.wp-block-list {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 18px;
  display: flex;
  flex-direction: column;
  padding-left: 0 !important;
  font-weight: 300;
  line-height: 1.5;
}
ul.wp-block-list li {
  display: list-item !important;
  font-weight: 300;
  line-height: 1.5;
}
ul.wp-block-list li ul {
  margin: 0;
}
ul.wp-block-list li ul:not([class]) {
  list-style-type: circle;
}

ol.wp-block-list {
  list-style-position: outside;
  margin-left: 16px;
  list-style-type: decimal;
  display: flex;
  flex-direction: column;
  padding-left: 0 !important;
  font-weight: 300;
  line-height: 1.5;
}
ol.wp-block-list li {
  display: list-item !important;
  font-weight: 300;
  line-height: 1.5;
}

.checklist,
ul.wp-block-list.checklist {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-left: 0 !important;
  font-weight: 300;
  line-height: 1.5;
}
.checklist li,
ul.wp-block-list.checklist li {
  display: flex !important;
  list-style: none !important;
  align-items: flex-start;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.checklist li:first-child,
ul.wp-block-list.checklist li:first-child {
  margin-top: 0;
}
.checklist li:last-child,
ul.wp-block-list.checklist li:last-child {
  margin-bottom: 0;
}
.checklist li:before,
ul.wp-block-list.checklist li:before {
  content: "done";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}

.toggles {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
.toggle {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: inherit;
  border: 2px solid rgba(46, 53, 67, 0.05);
  border-radius: 8px;
  transition: 0.2s;
  background-color: #fff;
  padding: var(--wp--preset--spacing--x-small);
  gap: var(--wp--preset--spacing--x-small);
}
.toggle:hover, .toggle.toggle--active {
  background-color: rgba(46, 53, 67, 0.02);
  cursor: pointer;
}
.toggle__top {
  display: flex;
  width: 100%;
  align-items: center;
  cursor: pointer;
  gap: 9px;
}
.toggle__controls {
  flex-grow: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  order: 1;
}
.toggle__controls:before {
  content: "add";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.toggle--active .toggle__controls {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.toggle--active .toggle__controls:before {
  content: "remove";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.toggle__controls:before {
  font-weight: 300;
  font-size: 36px !important;
  line-height: 1 !important;
  width: 36px !important;
  height: 36px !important;
  color: var(--wp--preset--color--blue);
}
.toggle__title {
  order: 2;
  flex: 1;
}
.toggle__title * {
  padding: 0;
}
.toggle__title p {
  color: var(--wp--preset--color--blue);
  font-size: 18px;
  font-family: "Rubik", serif;
  text-box: trim-both cap alphabetic;
  font-weight: 400;
}
.toggle__content {
  padding: 0px 0px 9px 49px;
  display: none;
}
.toggle__content .text-component > *:last-child {
  padding: 0;
}
.toggle--active .toggle__content {
  display: block;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  border-bottom: 1px solid rgba(46, 53, 67, 0.2);
  margin-bottom: 24px;
}
.tabs .tab {
  display: inline-flex;
  min-height: 36px;
  padding-bottom: 9px;
  text-box: trim-both cap alphabetic;
  color: #2E3543;
  border-bottom: 2px solid rgba(46, 53, 67, 0.2);
  position: relative;
  top: 1px;
  z-index: 1;
  cursor: pointer;
}
.tabs .tab--active {
  color: #2B3990;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 2px solid #2B3990;
}
.tabs .tab:hover {
  color: #187AD9;
}

:root {
  --preset--grey--rgba-5: rgba(54, 54, 54, 0.05);
  --preset--grey--rgba-10: rgba(54, 54, 54, 0.1);
  --preset--grey--rgba-20: rgba(54, 54, 54, 0.2);
  --preset--grey--rgba-40: rgba(54, 54, 54, 0.4);
  --preset--grey--rgba-60: rgba(54, 54, 54, 0.6);
  --preset--grey--rgba-80: rgba(54, 54, 54, 0.8);
  --preset--grey: #363636;
  --preset--font-size--large-paragraph: 16px;
}

.component--list {
  border: 1px solid var(--preset--grey--rgba-10);
  border-radius: 6px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  font-family: "Rubik", serif;
  font-size: 16px;
  font-weight: 300;
  overflow: hidden;
}

.view {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.view--simple {
  flex-direction: column;
  padding: var(--wp--preset--spacing--small);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.view__column {
  display: flex;
  flex-direction: column;
  gap: 9px;
  border-bottom: 2px solid var(--preset--grey--rgba-10);
  padding-bottom: 18px;
}
.view__label {
  font-size: 12px;
  color: var(--preset);
  text-box: trim-both cap alphabetic;
  font-weight: 400;
}
.view__value {
  margin-top: auto;
  text-box: trim-both cap alphabetic;
}
.view__value > *:last-child {
  padding-bottom: 0 !important;
}
.view__value .link {
  margin-left: 12px;
}

.list-view {
  display: flex;
  flex-direction: column;
}
.list-view__scrollable {
  width: 100%;
}
.list-view__scrollable::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.list-view__scrollable::-webkit-scrollbar-track {
  background: #ffffff;
}
.list-view__scrollable::-webkit-scrollbar-thumb {
  background: var(--wp--preset--color--turcoise);
}
.list-view__scrollable--horizontal {
  overflow-x: auto;
  padding-left: 1px;
  padding-right: 1px;
}
.list-view__scrollable--vertical {
  overflow-y: auto;
}
.list-view__header {
  display: flex;
  align-items: center;
  height: 60px;
  padding-left: 18px;
  padding-right: 18px;
  border-bottom: 1px solid var(--preset--grey--rgba-10);
}
.list-view__header__title {
  font-weight: 700;
  font-size: var(--preset--font-size--large-paragraph);
}
.list-view__header__actions {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  align-items: center;
  gap: 18px;
}
.list-view__header__action {
  cursor: pointer;
  color: var(--wp--preset--color--lightblue);
}
.list-view__header__action--filter {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.list-view__header__action--filter:before {
  content: "filter_list";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.list-view__header__action--columns {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.list-view__header__action--columns:before {
  content: "view_column_2";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.list-view__header__action:before {
  opacity: 1;
}
.list-view__header__action:hover:before {
  opacity: 1;
}
.list-view table {
  min-width: 100%;
  border: 0;
  border-collapse: collapse;
  max-width: 100%;
}
.list-view table thead {
  position: sticky;
  top: 0;
  background-color: #fff;
  box-shadow: 0 1px 0 0 var(--preset--grey--rgba-10);
  z-index: 20;
}
.list-view table thead th, .list-view table thead td {
  border-bottom: 0;
}
.list-view table th, .list-view table td {
  border-bottom: 1px solid var(--preset--grey--rgba-10);
  padding-left: 18px;
  padding-right: 18px;
  text-align: left;
  background-color: #fff !important;
}
.list-view table th.check-column, .list-view table td.check-column {
  min-width: 60px;
  text-align: center;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 0;
  padding-bottom: 0;
  border-left-color: #36E1BA !important;
}
.list-view table th.check-column *, .list-view table td.check-column * {
  padding: 0;
  margin: 0 !important;
}
.list-view table th.plugin-title, .list-view table td.plugin-title {
  width: 400px;
}
.list-view table th:has(input[type=checkbox]):not(:has(label)) input[type=checkbox], .list-view table td:has(input[type=checkbox]):not(:has(label)) input[type=checkbox] {
  position: relative !important;
  left: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: unset !important;
  margin: 0 !important;
  border: 0 !important;
}
.list-view table th:has(input[type=checkbox]):not(:has(label)) input[type=checkbox]:before, .list-view table td:has(input[type=checkbox]):not(:has(label)) input[type=checkbox]:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0px;
  border: 1px solid rgba(46, 53, 67, 0.4);
  background-color: #fff;
}
.list-view table th:has(input[type=checkbox]):not(:has(label)) input[type=checkbox]:hover:before, .list-view table td:has(input[type=checkbox]):not(:has(label)) input[type=checkbox]:hover:before {
  border-color: #2b3990;
}
.list-view table th:has(input[type=checkbox]):not(:has(label)) input[type=checkbox]:checked:before, .list-view table td:has(input[type=checkbox]):not(:has(label)) input[type=checkbox]:checked:before {
  border-color: #2b3990;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M10 3L4.5 8.5L2 6' stroke='%235E32F5' stroke-width='1.6666' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}
.list-view table th .icons, .list-view table td .icons {
  justify-content: flex-end;
}
.list-view table th .icons .icon, .list-view table td .icons .icon {
  color: var(--wp--preset--color--lightblue);
  opacity: 0.6;
  pointer-events: none;
  transition: opacity ease 0.2s;
  text-decoration: none;
}
.list-view table th .icons .icon:hover, .list-view table td .icons .icon:hover {
  opacity: 1;
}
.list-view table th.is-sticky, .list-view table td.is-sticky {
  position: sticky;
  top: 0;
  z-index: 5;
}
.list-view table th.is-sticky.is-sticky--first, .list-view table td.is-sticky.is-sticky--first {
  left: 0;
  box-shadow: inset -1px 0 0 0 var(--preset--grey--rgba-10) !important;
}
.list-view table th.is-sticky.is-sticky--last, .list-view table td.is-sticky.is-sticky--last {
  right: 0;
  box-shadow: inset 1px 0 0 0 var(--preset--grey--rgba-10);
}
.list-view table th {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  height: 70px;
  white-space: nowrap;
  border-bottom: 0;
}
.list-view table th > a {
  white-space: nowrap;
  display: flex;
  gap: 4px;
  align-items: center;
}
.list-view table th span {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  align-items: center;
  cursor: pointer;
  color: var(--preset--grey--rgba-80);
  box-shadow: none;
  padding: 0;
  border: 0;
  white-space: nowrap;
}
.list-view table th span:after {
  color: var(--preset--grey--rgba-60);
}
.list-view table th span:hover {
  color: var(--preset--grey);
}
.list-view table th span:hover:after {
  color: var(--preset--grey);
}
.list-view table th span.is-active {
  color: var(--wp--preset--color--lightblue);
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  align-items: center !important;
}
.list-view table th span.is-active:after {
  content: "expand_more";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.list-view table th span.is-active:after {
  color: var(--wp--preset--color--lightblue);
  opacity: 0.6;
}
.list-view table th span.is-active:hover:after {
  opacity: 1;
}
.list-view table th span.is-active.desc {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.list-view table th span.is-active.desc:after {
  content: "expand_less";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.list-view table th.row-actions-header {
  width: 0;
  padding: 0;
}
.list-view table td {
  padding-top: 12px;
  padding-bottom: 12px;
  transition: background-color ease 0.2s;
  font-size: 14px;
}
.list-view table td span {
  white-space: nowrap;
}
.list-view table tbody tr {
  vertical-align: middle;
  position: relative;
}
.list-view table tbody tr:last-child:after {
  display: none !important;
}
.list-view table tbody tr:after {
  content: "";
  position: absolute;
  bottom: -18px;
  height: 18px;
  width: 100%;
  left: 0;
  right: 0;
  background-blend-mode: multiply;
  background: linear-gradient(to bottom, rgb(54, 54, 54) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  opacity: 0;
  transition: 0.15s;
  display: none;
}
.list-view table tbody tr:hover {
  box-shadow: 0 0 0 1px var(--preset--grey--rgba-40);
  z-index: 30;
}
.list-view table tbody tr:hover:after {
  content: "";
  opacity: 0.1;
  display: block;
}
.list-view table tbody tr:hover > * > span {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--preset--grey--rgba-20);
}
.list-view table tbody tr:hover .icons {
  opacity: 1;
}
.list-view table tbody tr:hover .icons .icon {
  pointer-events: auto;
  text-decoration: none;
}
.list-view table tbody tr:hover .row-actions {
  opacity: 1;
}
.list-view table tbody tr .row-actions {
  position: sticky;
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity ease 0.15s;
  padding: 0;
}
.list-view table tbody tr .row-actions .icons {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding-left: 60px;
  padding-right: 18px;
  display: flex;
  gap: var(--wp--preset--spacing--x-small);
  align-items: center;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 100%);
}
.list-view table tbody tr .row-actions .icons .icon {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  gap: 0;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  appearance: none;
  padding: 0;
}
.list-view table tbody tr .row-actions .icons .icon:before {
  content: "";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.list-view table tbody tr .row-actions .icons .icon.icon--info {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.list-view table tbody tr .row-actions .icons .icon.icon--info:before {
  content: "info";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.list-view table tbody tr .row-actions .icons .icon.icon--edit {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.list-view table tbody tr .row-actions .icons .icon.icon--edit:before {
  content: "edit";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.list-view table tbody tr .row-actions .icons .icon.icon--remove {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.list-view table tbody tr .row-actions .icons .icon.icon--remove:before {
  content: "delete";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.list-view table tbody tr .row-actions .icons .icon.icon--bids {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.list-view table tbody tr .row-actions .icons .icon.icon--bids:before {
  content: "gavel";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.list-view table tbody tr .row-actions .icons .icon.icon--email {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.list-view table tbody tr .row-actions .icons .icon.icon--email:before {
  content: "mail";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.list-view table tbody tr .row-actions .icons .icon.icon--preview, .list-view table tbody tr .row-actions .icons .icon.icon--view {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.list-view table tbody tr .row-actions .icons .icon.icon--preview:before, .list-view table tbody tr .row-actions .icons .icon.icon--view:before {
  content: "visibility";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.list-view table tbody tr .row-actions .icons .icon.icon--download {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.list-view table tbody tr .row-actions .icons .icon.icon--download:before {
  content: "download";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.list-view table tbody tr .row-actions .icons .icon.icon--duplicate {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.list-view table tbody tr .row-actions .icons .icon.icon--duplicate:before {
  content: "control_point_duplicate";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.list-view table tbody tr .row-actions .icons .icon.icon--capabilities {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.list-view table tbody tr .row-actions .icons .icon.icon--capabilities:before {
  content: "add_moderator";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.list-view table tbody tr .row-actions .icons .icon.icon--password-reset {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.list-view table tbody tr .row-actions .icons .icon.icon--password-reset:before {
  content: "forward_to_inbox";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.list-view table tbody tr .row-actions .icons .icon.icon--dashboard {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.list-view table tbody tr .row-actions .icons .icon.icon--dashboard:before {
  content: "monitoring";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.list-view table tbody tr .row-actions .icons .icon.icon--add {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.list-view table tbody tr .row-actions .icons .icon.icon--add:before {
  content: "add_circle";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.list-view table tbody tr .row-actions .icons .icon.icon--save {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--bs-success);
}
.list-view table tbody tr .row-actions .icons .icon.icon--save:before {
  content: "check_circle";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.list-view table tbody tr .row-actions .icons .icon.icon--documents {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.list-view table tbody tr .row-actions .icons .icon.icon--documents:before {
  content: "add_notes";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.list-view table tbody tr:has(.row-actions) td:last-child {
  padding-right: 60px;
}
.list-view table tbody tr th, .list-view table tbody tr td {
  border-bottom: 1px solid var(--preset--grey--rgba-10);
  vertical-align: middle;
  height: 60px;
}
.list-view table tbody tr th {
  height: unset;
}
.list-view table tbody tr.user-bid-row td {
  background-color: rgba(54, 225, 186, 0.05) !important;
}
.list-view table tbody tr.user-bid-row td span {
  font-weight: 700;
  color: #2B3990;
}
.list-view table tfoot {
  display: none;
}
.list-view table .column-grow {
  width: 100%;
}
.list-view table.plugins tr.active th,
.list-view table.plugins tr.active td {
  background-color: rgba(54, 225, 186, 0.1) !important;
}
.list-view table.plugins tr th.column-auto-updates,
.list-view table.plugins tr td.column-auto-updates {
  padding-right: 18px !important;
}
.list-view__table__controls {
  display: flex;
  gap: 6px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 18px;
  padding-right: 18px;
}
.list-view__table__controls .pagination-button {
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  appearance: none;
  cursor: pointer;
  border: 1px solid var(--preset--grey--rgba-10);
  font-weight: 400;
}
.list-view__table__controls .pagination-button.active {
  background-color: var(--wp--preset--color--blue);
  color: #fff;
  font-weight: 600;
  border-color: var(--wp--preset--color--blue);
}
.list-view__footer {
  display: flex;
  gap: 36px;
  justify-content: flex-end;
  align-items: center;
  padding: 18px;
}
.list-view__pagination .icon {
  cursor: pointer;
  opacity: 0.6;
}
.list-view__pagination .icon:hover {
  opacity: 1;
}

.quote {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: var(--wp--preset--spacing--small);
  min-height: var(--wp--preset--spacing--small);
  justify-content: center;
}
.quote.has-background {
  padding: var(--wp--preset--spacing--x-small);
  border-radius: 4px;
}
.quote.has-background.has-primary-background-color .quote__quote,
.quote.has-background.has-primary-background-color .quote__byline {
  color: #fff;
}
.quote.has-background.has-primary-background-color .quote__quote:before,
.quote.has-background.has-primary-background-color .quote__byline:before {
  color: green;
}
.quote.has-background.has-brown-background-color .quote__quote,
.quote.has-background.has-brown-background-color .quote__byline {
  color: #fff;
}
.quote.has-background.has-brown-background-color .quote__quote:before,
.quote.has-background.has-brown-background-color .quote__byline:before {
  color: #fff;
}
.quote__quote {
  font-size: var(--wp--preset--font-size--large-paragraph);
  font-style: italic;
  font-weight: 400;
}
.quote__quote:before {
  content: "format_quote";
  display: inline;
  font-size: 24px;
  color: var(--wp--preset--color--primary);
  line-height: 18px;
  font-family: "Material Symbols Outlined";
  position: relative;
  margin-right: 4px;
  font-size: 18px;
}
.quote__byline {
  display: flex;
  gap: 12px;
  align-items: center;
}
.quote__byline__content {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.quote__image {
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.quote__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
}
.quote__name {
  font-weight: bold;
  text-box: trim-both cap alphabetic;
}
.quote__function {
  opacity: 0.8;
  text-box: trim-both cap alphabetic;
  font-size: 14px;
}

.slider {
  margin-bottom: var(--wp--preset--spacing--small);
  display: flex;
}
.slider .slick-slide > div {
  display: flex;
}
.slider .slick-list {
  border-radius: 9px;
}

.slide {
  aspect-ratio: 16/9;
  width: 100%;
  position: relative;
  display: flex;
}
.slide--empty {
  background-color: #f9f9f9;
}
.slide__image {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slide__image img {
  flex: 1 0 0%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  display: block;
}
.slide__content {
  position: absolute;
  bottom: -1px;
  left: -1px;
  background-color: #f9f9f9;
  border-top-right-radius: 9px;
  padding: var(--wp--preset--spacing--small);
  width: 66.66%;
}

@media screen and (max-width: 600px) {
  .slide .slide__image {
    border-radius: 0;
  }
  .slide .slide__content {
    position: static;
    width: 100%;
    border-radius: 0;
  }
}
.objects {
  --gap: var(--wp--preset--spacing--small);
  display: flex;
  gap: var(--wp--preset--spacing--small);
  display: flex;
  flex-wrap: wrap;
  --items: 1;
  justify-content: center;
}
.objects.objects--user-bids {
  --items: 1 !important;
}
.objects.objects--user-bids .object__inner .object__image {
  width: var(--wp--preset--spacing--large);
  height: var(--wp--preset--spacing--large);
  aspect-ratio: 1/1;
}
.objects[min-width~="600px"] {
  --items:2;
}
.objects .object {
  width: calc(100% / var(--items) - (var(--items) - 1) / var(--items) * var(--gap));
  background-color: #fff;
  padding: var(--wp--preset--spacing--small);
  border-radius: 16px;
  position: relative;
}
.objects .object--ended {
  background-color: rgba(43, 57, 144, 0.05);
}
.objects .object__inner {
  display: flex;
  gap: var(--wp--preset--spacing--small);
}
.objects .object__inner * {
  text-wrap: auto;
}
.objects .object__inner[max-width~="400px"] {
  flex-direction: column;
}
.objects .object__inner[max-width~="400px"] .object__image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.objects .object__image {
  width: clamp(4rem, 2.1875rem + 9.0625vw, 11.25rem);
  height: clamp(4rem, 2.1875rem + 9.0625vw, 11.25rem);
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.objects .object__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.objects .object__excerpt {
  text-wrap: unset;
}
.objects .object__info {
  flex-grow: 1;
  flex-shrink: 1;
}
.objects .object__info .text-component {
  gap: 16px;
}
.objects .object__info .text-component > * {
  padding: 0;
  margin: 0;
}
.objects .object__info .text-component .fwpress-link--lightblue .material-symbols-outlined {
  border-radius: 50%;
  background-color: rgba(54, 225, 186, 0.2);
  width: 24px;
  height: 24px;
}

.object-details-header {
  padding-top: var(--wp--preset--spacing--large);
  padding-bottom: calc(var(--wp--preset--spacing--medium) * 2);
}

.object-details {
  padding-bottom: var(--wp--preset--spacing--medium);
}
.object-details__components {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: calc(var(--wp--preset--spacing--medium) * -1);
}
.object-details__component {
  padding: var(--wp--preset--spacing--small);
  background-color: #fff;
  border-radius: 16px;
}
.object-details__data {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
.object-details__title {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
  padding-bottom: 8px;
}
.object-details__title * {
  padding-bottom: 0;
  padding-top: 0;
}
.object-details__zipcode {
  color: var(--wp--preset--color--black-60);
  font-weight: 300;
  text-box: trim-both cap alphabetic;
}
.object-details__tags {
  padding-top: 8px;
  padding-bottom: 8px;
}
.object-details__description {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
  padding-bottom: 8px;
  padding-top: 8px;
}
.object-details__description h3 {
  padding-bottom: 0;
  padding-top: 0;
}
.object-details__description__full {
  height: 160px;
  overflow: hidden;
  position: relative;
}
.object-details__description__full:after {
  content: "";
  position: absolute;
  height: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 1;
}
.object-details__description__full--expanded {
  height: auto;
  overflow: unset;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--small);
}
.object-details__description__full--expanded:after {
  display: none;
}
.object-details__description__toggle {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}
.object-details__description__toggle:before {
  content: "add";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.object-details__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 4px;
  position: relative;
}
.object-details__gallery__image {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.object-details__gallery__image:nth-child(1) {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
}
.object-details__gallery__image:nth-child(2) {
  grid-column-start: 3;
}
.object-details__gallery__image:nth-child(3) {
  grid-column-start: 4;
}
.object-details__gallery__image:nth-child(4) {
  grid-column-start: 3;
  grid-row-start: 2;
}
.object-details__gallery__image:nth-child(5) {
  grid-column-start: 4;
  grid-row-start: 2;
}
.object-details__gallery__image:before {
  transition: 0.15s;
}
.object-details__gallery__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  transform-origin: center center;
  transition: 0.35s;
}
.object-details__gallery__image:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 57, 144, 0.6);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' fill='%23fff'%3E%3Cpath d='M779.38-153.85 528.92-404.31q-30 25.54-69 39.54t-78.38 14q-96.1 0-162.67-66.53-66.56-66.53-66.56-162.57 0-96.05 66.53-162.71 66.53-66.65 162.57-66.65 96.05 0 162.71 66.56Q610.77-676.1 610.77-580q0 41.69-14.77 80.69t-38.77 66.69l250.46 250.47-28.31 28.3ZM381.54-390.77q79.61 0 134.42-54.81 54.81-54.8 54.81-134.42 0-79.62-54.81-134.42-54.81-54.81-134.42-54.81-79.62 0-134.42 54.81-54.81 54.8-54.81 134.42 0 79.62 54.81 134.42 54.8 54.81 134.42 54.81Zm-20-93.85V-560h-75.39v-40h75.39v-75.38h40V-600h75.38v40h-75.38v75.38h-40Z'/%3E%3C/svg%3E");
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: 10% auto;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
.object-details__gallery__image:hover img {
  transform: scale(1.1);
}
.object-details__gallery__total {
  display: inline-flex;
  background-color: #2B3990;
  color: #fff;
  align-items: center;
  gap: 4px;
  width: fit-content;
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 1;
  border-radius: 16px;
  padding: 8px 16px;
}
.object-details__gallery__total__icon {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  color: #36E1BA;
}
.object-details__gallery__total__icon:before {
  content: "imagesmode";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.object-details__bidding {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--small);
}
.object-details__bidding__details {
  display: flex;
  gap: 16px;
  background: var(--wp--preset--gradient--gradient-1);
  padding: var(--wp--preset--spacing--small);
  border-radius: 16px;
  flex-wrap: wrap;
}
.object-details__bidding__details[max-width~="500px"] .object-details__bidding__details__block {
  width: 100%;
  align-items: flex-start;
}
.object-details__bidding__details__block {
  width: calc(50% - 8px);
  border: 1px solid rgba(46, 53, 67, 0.2);
  padding: var(--wp--preset--spacing--small);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}
.object-details__bidding__details__block--current {
  border-color: #fff;
  color: #fff;
  border: 2px solid #fff;
  align-items: flex-start;
}
.object-details__bidding__details__block__label, .object-details__bidding__details__block__value {
  text-box: trim-both cap alphabetic;
}
.object-details__bidding__details__block__label {
  font-weight: 300;
}
.object-details__bidding__details__block__value {
  font-size: var(--wp--preset--font-size--max-22);
  font-weight: 600;
}
.object-details__bidding-form {
  border-radius: 16px;
  border: 2px solid rgba(46, 53, 67, 0.1);
  padding-top: var(--wp--preset--spacing--small);
  padding-bottom: var(--wp--preset--spacing--small);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.object-details__bidding-form__top {
  padding-left: var(--wp--preset--spacing--small);
  padding-right: var(--wp--preset--spacing--small);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.object-details__bidding-form__divider {
  background-color: rgba(46, 53, 67, 0.1);
  height: 1px;
}
.object-details__bidding-form__bottom .object-details__bidding-form__divider {
  margin-left: calc(var(--wp--preset--spacing--small) * -1);
  margin-right: calc(var(--wp--preset--spacing--small) * -1);
}
.object-details__bidding-form__divider:not([style="display: none;"]) + .tabs--bidding {
  margin-top: -12px;
}
.object-details__bidding-form__bottom {
  padding-left: var(--wp--preset--spacing--small);
  padding-right: var(--wp--preset--spacing--small);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.object-details__categories {
  display: flex;
  flex-direction: column;
}
.object-details__category__title {
  font-weight: 500;
  color: var(--wp--preset--color--lightblue);
  padding-bottom: 9px;
  padding-top: 9px;
  border-bottom: 1px solid rgba(46, 53, 67, 0.1);
}
.object-details__category__title:hover {
  color: var(--wp--preset--color--blue);
}
.object-details__category__title span {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between !important;
  align-items: center !important;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
.object-details__category__title span:after {
  content: "keyboard_arrow_down";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.object-details__category__data {
  display: none;
  margin-bottom: calc(var(--wp--preset--spacing--small) - 9px);
}
.object-details__category__data .documents {
  padding-top: 12px;
}
.object-details__category__data .view {
  display: flex;
  flex-direction: column;
}
.object-details__category__data .view .view__row {
  display: flex;
}
.object-details__category__data .view .view__row .view__column {
  border-bottom: 1px solid var(--preset--grey--rgba-10);
}
.object-details__category__data .view .view__row .view__column:nth-child(1) {
  width: 150px;
}
.object-details__category__data .view .view__row .view__column:nth-child(1) .view__label {
  font-size: 16px;
  font-weight: 300;
}
.object-details__category__data .view .view__row .view__column:nth-child(2) {
  flex: 1;
  text-align: right;
}
.object-details__category__data .view .view__row:nth-child(1) .view__column {
  padding-top: 18px;
}
.object-details__category .view__value {
  padding-right: 6px;
}
.object-details__category--active .view .view__row:last-child {
  border-bottom: 0;
}

.bidding-controls {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}
.bidding-controls__label {
  width: fit-content;
  color: #2B3990;
}
.bidding-controls__input {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#new_bid {
  font-weight: bold;
  color: var(--wp--preset--color--blue);
  font-size: 18px;
}

.bidding-info {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.bidding-info__label {
  color: rgba(46, 53, 67, 0.6);
  text-box: trim-both cap alphabetic;
}
.bidding-info__value {
  text-box: trim-both cap alphabetic;
}

#min_bid {
  white-space: nowrap;
}

#form__element--financing_amount,
#form__element--technical_inspection_amount {
  padding-left: 42px;
}

.ribbon {
  width: 130px;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.ribbon::before, .ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  font-size: 16px;
  letter-spacing: 0.3px;
}
.ribbon.ribbon--upcoming:before, .ribbon.ribbon--upcoming:after {
  border: 5px solid #2980b9;
}
.ribbon.ribbon--upcoming span {
  background-color: #3498db;
}
.ribbon.ribbon--active:before, .ribbon.ribbon--active:after {
  border: 5px solid var(--wp--preset--color--blue);
}
.ribbon.ribbon--active span {
  background-color: var(--wp--preset--color--blue);
  color: var(--wp--preset--color--turcoise);
}
.ribbon.ribbon--ended:before, .ribbon.ribbon--ended:after {
  border: 5px solid var(--wp--preset--color--orange);
}
.ribbon.ribbon--ended span {
  background-color: var(--wp--preset--color--orange);
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before, .ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 13px;
}
.ribbon-top-left::after {
  bottom: 14px;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before, .ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before, .ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before, .ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}

.tabs--bidding {
  padding-left: var(--wp--preset--spacing--small);
  padding-right: var(--wp--preset--spacing--small);
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .objects {
    --items:2;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  width: 36px;
  height: 36px;
  font-size: 0;
  color: transparent;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 18px);
  padding: 0;
}
.slick-prev:before,
.slick-next:before {
  content: "chevron_left";
  font-family: "Material Symbols Outlined";
  top: 0;
  position: relative;
  font-size: 36px;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: inherit;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: normal;
}
.slick-prev:before,
.slick-next:before {
  color: var(--wp--preset--color--primary);
  opacity: 0.6;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: -36px;
}

.slick-next {
  right: -36px;
}
.slick-next:before {
  content: "chevron_right";
}

/* Dots */
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 100%;
  list-style: none;
  gap: 9px;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #f9f9f9;
  font-size: 0;
  color: transparent;
  border: 0;
  outline: 0;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active button {
  background-color: #187AD9;
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
  --shadow-color: rgba(#222,0.3);
  border-radius: 12px;
  box-shadow: 0 0.5px 0.6px var(--shadow-color), 0 1.7px 1.9px -0.8px var(--shadow-color), 0 4.3px 4.8px -1.7px var(--shadow-color), -0.1px 10.6px 11.9px -2.5px var(--shadow-color);
}

.plyr audio,
.plyr iframe,
.plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 4px;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control:focus-visible {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip],
.plyr__controls:empty {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9019607843);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9019607843));
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container:after {
  border: 4px solid rgba(0, 0, 0, 0);
  border-top-color: rgba(255, 255, 255, 0.9019607843);
  border: var(--plyr-menu-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9019607843));
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5) calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control:after {
  border: 4px solid rgba(0, 0, 0, 0);
  border: var(--plyr-menu-item-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward:focus-visible:after,
.plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: initial;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back:focus-visible:after,
.plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: initial;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after,
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, 0.1019607843);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b2ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, 0.1019607843);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * -1 + 2px);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: #00b2ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: rgba(0, 0, 0, 0);
  background-image: linear-gradient(90deg, currentColor 0, rgba(0, 0, 0, 0) 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(0, 0, 0, 0) var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
  color: rgba(0, 0, 0, 0);
}

.plyr--full-ui input[type=range]::-ms-fill-upper,
.plyr--full-ui input[type=range]::-ms-track {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr--full-ui input[type=range]:focus-visible::-ms-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: #fff;
  background: var(--plyr-tooltip-background, #fff);
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip:before {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:focus-visible .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip:before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1);
}

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: rgba(0, 0, 0, 0);
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0));
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: rgba(0, 0, 0, 0);
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__progress__marker {
  background-color: #fff;
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  align-items: center;
  display: flex;
  position: relative;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control:focus-visible,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}
.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control:focus-visible,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.2509803922);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922));
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads:empty:after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: #fff;
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1);
}

.plyr__preview-thumb:before {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 7px;
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img,
.plyr__preview-thumb__image-container:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__image-container:after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1490196078);
  content: "";
  pointer-events: none;
}

.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}

.plyr__preview-thumb__time-container {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078)));
  border-bottom-left-radius: 7px;
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: 7px;
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
  backdrop-filter: blur(9px);
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  background: rgba(43, 57, 144, 0.9);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  background-color: #fff;
  color: inherit;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  border: 1px solid var(--preset--grey--rgba-20);
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
  color: #fff;
  display: none;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  padding: 12px;
  z-index: 1;
  font-family: var(--preset--font-family-default);
  text-box: trim-both cap alphabetic;
}/*# sourceMappingURL=style.css.map */