@charset "UTF-8";
@import url("https://use.typekit.net/xqe1yhg.css");
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --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: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --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-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "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-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 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-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd; }

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1 {
  font-size: calc(1.375rem + 1.5vw); }
  @media (min-width: 1200px) {
    h1 {
      font-size: 2.5rem; } }

h2 {
  font-size: calc(1.325rem + 0.9vw); }
  @media (min-width: 1200px) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h3 {
      font-size: 1.75rem; } }

h4 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h4 {
      font-size: 1.5rem; } }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  padding-left: 2rem; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 0.875em; }

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg); }

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: var(--bs-link-color);
  text-decoration: underline; }
  a:hover {
    color: var(--bs-link-hover-color); }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }
  legend + * {
    clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

iframe {
  border: 0; }

summary {
  display: list-item;
  cursor: pointer; }

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

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

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

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 736px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 976px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1156px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1376px; } }

@media (min-width: 1700px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    max-width: 1656px; } }

.row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 16px); }
  .grid .g-col-1 {
    grid-column: auto/span 1; }
  .grid .g-col-2 {
    grid-column: auto/span 2; }
  .grid .g-col-3 {
    grid-column: auto/span 3; }
  .grid .g-col-4 {
    grid-column: auto/span 4; }
  .grid .g-col-5 {
    grid-column: auto/span 5; }
  .grid .g-col-6 {
    grid-column: auto/span 6; }
  .grid .g-col-7 {
    grid-column: auto/span 7; }
  .grid .g-col-8 {
    grid-column: auto/span 8; }
  .grid .g-col-9 {
    grid-column: auto/span 9; }
  .grid .g-col-10 {
    grid-column: auto/span 10; }
  .grid .g-col-11 {
    grid-column: auto/span 11; }
  .grid .g-col-12 {
    grid-column: auto/span 12; }
  .grid .g-start-1 {
    grid-column-start: 1; }
  .grid .g-start-2 {
    grid-column-start: 2; }
  .grid .g-start-3 {
    grid-column-start: 3; }
  .grid .g-start-4 {
    grid-column-start: 4; }
  .grid .g-start-5 {
    grid-column-start: 5; }
  .grid .g-start-6 {
    grid-column-start: 6; }
  .grid .g-start-7 {
    grid-column-start: 7; }
  .grid .g-start-8 {
    grid-column-start: 8; }
  .grid .g-start-9 {
    grid-column-start: 9; }
  .grid .g-start-10 {
    grid-column-start: 10; }
  .grid .g-start-11 {
    grid-column-start: 11; }
  @media (min-width: 576px) {
    .grid .g-col-sm-1 {
      grid-column: auto/span 1; }
    .grid .g-col-sm-2 {
      grid-column: auto/span 2; }
    .grid .g-col-sm-3 {
      grid-column: auto/span 3; }
    .grid .g-col-sm-4 {
      grid-column: auto/span 4; }
    .grid .g-col-sm-5 {
      grid-column: auto/span 5; }
    .grid .g-col-sm-6 {
      grid-column: auto/span 6; }
    .grid .g-col-sm-7 {
      grid-column: auto/span 7; }
    .grid .g-col-sm-8 {
      grid-column: auto/span 8; }
    .grid .g-col-sm-9 {
      grid-column: auto/span 9; }
    .grid .g-col-sm-10 {
      grid-column: auto/span 10; }
    .grid .g-col-sm-11 {
      grid-column: auto/span 11; }
    .grid .g-col-sm-12 {
      grid-column: auto/span 12; }
    .grid .g-start-sm-1 {
      grid-column-start: 1; }
    .grid .g-start-sm-2 {
      grid-column-start: 2; }
    .grid .g-start-sm-3 {
      grid-column-start: 3; }
    .grid .g-start-sm-4 {
      grid-column-start: 4; }
    .grid .g-start-sm-5 {
      grid-column-start: 5; }
    .grid .g-start-sm-6 {
      grid-column-start: 6; }
    .grid .g-start-sm-7 {
      grid-column-start: 7; }
    .grid .g-start-sm-8 {
      grid-column-start: 8; }
    .grid .g-start-sm-9 {
      grid-column-start: 9; }
    .grid .g-start-sm-10 {
      grid-column-start: 10; }
    .grid .g-start-sm-11 {
      grid-column-start: 11; } }
  @media (min-width: 768px) {
    .grid .g-col-md-1 {
      grid-column: auto/span 1; }
    .grid .g-col-md-2 {
      grid-column: auto/span 2; }
    .grid .g-col-md-3 {
      grid-column: auto/span 3; }
    .grid .g-col-md-4 {
      grid-column: auto/span 4; }
    .grid .g-col-md-5 {
      grid-column: auto/span 5; }
    .grid .g-col-md-6 {
      grid-column: auto/span 6; }
    .grid .g-col-md-7 {
      grid-column: auto/span 7; }
    .grid .g-col-md-8 {
      grid-column: auto/span 8; }
    .grid .g-col-md-9 {
      grid-column: auto/span 9; }
    .grid .g-col-md-10 {
      grid-column: auto/span 10; }
    .grid .g-col-md-11 {
      grid-column: auto/span 11; }
    .grid .g-col-md-12 {
      grid-column: auto/span 12; }
    .grid .g-start-md-1 {
      grid-column-start: 1; }
    .grid .g-start-md-2 {
      grid-column-start: 2; }
    .grid .g-start-md-3 {
      grid-column-start: 3; }
    .grid .g-start-md-4 {
      grid-column-start: 4; }
    .grid .g-start-md-5 {
      grid-column-start: 5; }
    .grid .g-start-md-6 {
      grid-column-start: 6; }
    .grid .g-start-md-7 {
      grid-column-start: 7; }
    .grid .g-start-md-8 {
      grid-column-start: 8; }
    .grid .g-start-md-9 {
      grid-column-start: 9; }
    .grid .g-start-md-10 {
      grid-column-start: 10; }
    .grid .g-start-md-11 {
      grid-column-start: 11; } }
  @media (min-width: 992px) {
    .grid .g-col-lg-1 {
      grid-column: auto/span 1; }
    .grid .g-col-lg-2 {
      grid-column: auto/span 2; }
    .grid .g-col-lg-3 {
      grid-column: auto/span 3; }
    .grid .g-col-lg-4 {
      grid-column: auto/span 4; }
    .grid .g-col-lg-5 {
      grid-column: auto/span 5; }
    .grid .g-col-lg-6 {
      grid-column: auto/span 6; }
    .grid .g-col-lg-7 {
      grid-column: auto/span 7; }
    .grid .g-col-lg-8 {
      grid-column: auto/span 8; }
    .grid .g-col-lg-9 {
      grid-column: auto/span 9; }
    .grid .g-col-lg-10 {
      grid-column: auto/span 10; }
    .grid .g-col-lg-11 {
      grid-column: auto/span 11; }
    .grid .g-col-lg-12 {
      grid-column: auto/span 12; }
    .grid .g-start-lg-1 {
      grid-column-start: 1; }
    .grid .g-start-lg-2 {
      grid-column-start: 2; }
    .grid .g-start-lg-3 {
      grid-column-start: 3; }
    .grid .g-start-lg-4 {
      grid-column-start: 4; }
    .grid .g-start-lg-5 {
      grid-column-start: 5; }
    .grid .g-start-lg-6 {
      grid-column-start: 6; }
    .grid .g-start-lg-7 {
      grid-column-start: 7; }
    .grid .g-start-lg-8 {
      grid-column-start: 8; }
    .grid .g-start-lg-9 {
      grid-column-start: 9; }
    .grid .g-start-lg-10 {
      grid-column-start: 10; }
    .grid .g-start-lg-11 {
      grid-column-start: 11; } }
  @media (min-width: 1200px) {
    .grid .g-col-xl-1 {
      grid-column: auto/span 1; }
    .grid .g-col-xl-2 {
      grid-column: auto/span 2; }
    .grid .g-col-xl-3 {
      grid-column: auto/span 3; }
    .grid .g-col-xl-4 {
      grid-column: auto/span 4; }
    .grid .g-col-xl-5 {
      grid-column: auto/span 5; }
    .grid .g-col-xl-6 {
      grid-column: auto/span 6; }
    .grid .g-col-xl-7 {
      grid-column: auto/span 7; }
    .grid .g-col-xl-8 {
      grid-column: auto/span 8; }
    .grid .g-col-xl-9 {
      grid-column: auto/span 9; }
    .grid .g-col-xl-10 {
      grid-column: auto/span 10; }
    .grid .g-col-xl-11 {
      grid-column: auto/span 11; }
    .grid .g-col-xl-12 {
      grid-column: auto/span 12; }
    .grid .g-start-xl-1 {
      grid-column-start: 1; }
    .grid .g-start-xl-2 {
      grid-column-start: 2; }
    .grid .g-start-xl-3 {
      grid-column-start: 3; }
    .grid .g-start-xl-4 {
      grid-column-start: 4; }
    .grid .g-start-xl-5 {
      grid-column-start: 5; }
    .grid .g-start-xl-6 {
      grid-column-start: 6; }
    .grid .g-start-xl-7 {
      grid-column-start: 7; }
    .grid .g-start-xl-8 {
      grid-column-start: 8; }
    .grid .g-start-xl-9 {
      grid-column-start: 9; }
    .grid .g-start-xl-10 {
      grid-column-start: 10; }
    .grid .g-start-xl-11 {
      grid-column-start: 11; } }
  @media (min-width: 1400px) {
    .grid .g-col-xxl-1 {
      grid-column: auto/span 1; }
    .grid .g-col-xxl-2 {
      grid-column: auto/span 2; }
    .grid .g-col-xxl-3 {
      grid-column: auto/span 3; }
    .grid .g-col-xxl-4 {
      grid-column: auto/span 4; }
    .grid .g-col-xxl-5 {
      grid-column: auto/span 5; }
    .grid .g-col-xxl-6 {
      grid-column: auto/span 6; }
    .grid .g-col-xxl-7 {
      grid-column: auto/span 7; }
    .grid .g-col-xxl-8 {
      grid-column: auto/span 8; }
    .grid .g-col-xxl-9 {
      grid-column: auto/span 9; }
    .grid .g-col-xxl-10 {
      grid-column: auto/span 10; }
    .grid .g-col-xxl-11 {
      grid-column: auto/span 11; }
    .grid .g-col-xxl-12 {
      grid-column: auto/span 12; }
    .grid .g-start-xxl-1 {
      grid-column-start: 1; }
    .grid .g-start-xxl-2 {
      grid-column-start: 2; }
    .grid .g-start-xxl-3 {
      grid-column-start: 3; }
    .grid .g-start-xxl-4 {
      grid-column-start: 4; }
    .grid .g-start-xxl-5 {
      grid-column-start: 5; }
    .grid .g-start-xxl-6 {
      grid-column-start: 6; }
    .grid .g-start-xxl-7 {
      grid-column-start: 7; }
    .grid .g-start-xxl-8 {
      grid-column-start: 8; }
    .grid .g-start-xxl-9 {
      grid-column-start: 9; }
    .grid .g-start-xxl-10 {
      grid-column-start: 10; }
    .grid .g-start-xxl-11 {
      grid-column-start: 11; } }
  @media (min-width: 1700px) {
    .grid .g-col-xxxl-1 {
      grid-column: auto/span 1; }
    .grid .g-col-xxxl-2 {
      grid-column: auto/span 2; }
    .grid .g-col-xxxl-3 {
      grid-column: auto/span 3; }
    .grid .g-col-xxxl-4 {
      grid-column: auto/span 4; }
    .grid .g-col-xxxl-5 {
      grid-column: auto/span 5; }
    .grid .g-col-xxxl-6 {
      grid-column: auto/span 6; }
    .grid .g-col-xxxl-7 {
      grid-column: auto/span 7; }
    .grid .g-col-xxxl-8 {
      grid-column: auto/span 8; }
    .grid .g-col-xxxl-9 {
      grid-column: auto/span 9; }
    .grid .g-col-xxxl-10 {
      grid-column: auto/span 10; }
    .grid .g-col-xxxl-11 {
      grid-column: auto/span 11; }
    .grid .g-col-xxxl-12 {
      grid-column: auto/span 12; }
    .grid .g-start-xxxl-1 {
      grid-column-start: 1; }
    .grid .g-start-xxxl-2 {
      grid-column-start: 2; }
    .grid .g-start-xxxl-3 {
      grid-column-start: 3; }
    .grid .g-start-xxxl-4 {
      grid-column-start: 4; }
    .grid .g-start-xxxl-5 {
      grid-column-start: 5; }
    .grid .g-start-xxxl-6 {
      grid-column-start: 6; }
    .grid .g-start-xxxl-7 {
      grid-column-start: 7; }
    .grid .g-start-xxxl-8 {
      grid-column-start: 8; }
    .grid .g-start-xxxl-9 {
      grid-column-start: 9; }
    .grid .g-start-xxxl-10 {
      grid-column-start: 10; }
    .grid .g-start-xxxl-11 {
      grid-column-start: 11; } }

.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.33333%; }

.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.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@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.33333%; }
  .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.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .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: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@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.33333%; }
  .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.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .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: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@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.33333%; }
  .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.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .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: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .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.33333%; }
  .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.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .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: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .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.33333%; }
  .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.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .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: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1700px) {
  .col-xxxl {
    flex: 1 0 0%; }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxxl-0 {
    margin-left: 0; }
  .offset-xxxl-1 {
    margin-left: 8.33333%; }
  .offset-xxxl-2 {
    margin-left: 16.66667%; }
  .offset-xxxl-3 {
    margin-left: 25%; }
  .offset-xxxl-4 {
    margin-left: 33.33333%; }
  .offset-xxxl-5 {
    margin-left: 41.66667%; }
  .offset-xxxl-6 {
    margin-left: 50%; }
  .offset-xxxl-7 {
    margin-left: 58.33333%; }
  .offset-xxxl-8 {
    margin-left: 66.66667%; }
  .offset-xxxl-9 {
    margin-left: 75%; }
  .offset-xxxl-10 {
    margin-left: 83.33333%; }
  .offset-xxxl-11 {
    margin-left: 91.66667%; }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0; }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0; }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem; } }

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

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important; }

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important; }

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important; }

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important; }

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important; }

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important; }

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important; }

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important; }

.link-primary {
  color: #0d6efd !important; }
  .link-primary:hover, .link-primary:focus {
    color: #0a58ca !important; }

.link-secondary {
  color: #6c757d !important; }
  .link-secondary:hover, .link-secondary:focus {
    color: #565e64 !important; }

.link-success {
  color: #198754 !important; }
  .link-success:hover, .link-success:focus {
    color: #146c43 !important; }

.link-info {
  color: #0dcaf0 !important; }
  .link-info:hover, .link-info:focus {
    color: #3dd5f3 !important; }

.link-warning {
  color: #ffc107 !important; }
  .link-warning:hover, .link-warning:focus {
    color: #ffcd39 !important; }

.link-danger {
  color: #dc3545 !important; }
  .link-danger:hover, .link-danger:focus {
    color: #b02a37 !important; }

.link-light {
  color: #f8f9fa !important; }
  .link-light:hover, .link-light:focus {
    color: #f9fafb !important; }

.link-dark {
  color: #212529 !important; }
  .link-dark:hover, .link-dark:focus {
    color: #1a1e21 !important; }

.ratio {
  position: relative;
  width: 100%; }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio-1x1 {
  --bs-aspect-ratio: 100%; }

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

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

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020; }

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1700px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xxxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch; }

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch; }

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25; }

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

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

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

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

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

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

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

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

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

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

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-75 {
  opacity: 0.75 !important; }

.opacity-100 {
  opacity: 1 !important; }

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

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

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

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

.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; }

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

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

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

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

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

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

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

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

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

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

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

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

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

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

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

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

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  transform: translateX(-50%) !important; }

.translate-middle-y {
  transform: translateY(-50%) !important; }

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important; }

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important; }

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important; }

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important; }

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important; }

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important; }

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important; }

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important; }

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important; }

.border-1 {
  --bs-border-width: 1px; }

.border-2 {
  --bs-border-width: 2px; }

.border-3 {
  --bs-border-width: 3px; }

.border-4 {
  --bs-border-width: 4px; }

.border-5 {
  --bs-border-width: 5px; }

.border-opacity-10 {
  --bs-border-opacity: 0.1; }

.border-opacity-25 {
  --bs-border-opacity: 0.25; }

.border-opacity-50 {
  --bs-border-opacity: 0.5; }

.border-opacity-75 {
  --bs-border-opacity: 0.75; }

.border-opacity-100 {
  --bs-border-opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-vh-100 {
  min-height: 100vh !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-grow-0 {
  flex-grow: 0 !important; }

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

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

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

.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-content-start {
  align-content: flex-start !important; }

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important; }

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

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !important; }

.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important; }

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important; }

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important; }

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important; }

.fs-5 {
  font-size: 1.25rem !important; }

.fs-6 {
  font-size: 1rem !important; }

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

.fst-normal {
  font-style: normal !important; }

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

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

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

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

.fw-semibold {
  font-weight: 600 !important; }

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

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

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

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

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important; }

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }

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

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

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

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

.text-opacity-25 {
  --bs-text-opacity: 0.25; }

.text-opacity-50 {
  --bs-text-opacity: 0.5; }

.text-opacity-75 {
  --bs-text-opacity: 0.75; }

.text-opacity-100 {
  --bs-text-opacity: 1; }

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1; }

.bg-opacity-25 {
  --bs-bg-opacity: 0.25; }

.bg-opacity-50 {
  --bs-bg-opacity: 0.5; }

.bg-opacity-75 {
  --bs-bg-opacity: 0.75; }

.bg-opacity-100 {
  --bs-bg-opacity: 1; }

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

.rounded {
  border-radius: var(--bs-border-radius) !important; }

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important; }

.rounded-2 {
  border-radius: var(--bs-border-radius) !important; }

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important; }

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important; }

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important; }

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important; }

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important; }

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important; }

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important; }

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .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-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .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-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .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-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .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-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .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-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .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-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .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-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .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-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .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-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .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-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1700px) {
  .float-xxxl-start {
    float: left !important; }
  .float-xxxl-end {
    float: right !important; }
  .float-xxxl-none {
    float: none !important; }
  .d-xxxl-inline {
    display: inline !important; }
  .d-xxxl-inline-block {
    display: inline-block !important; }
  .d-xxxl-block {
    display: block !important; }
  .d-xxxl-grid {
    display: grid !important; }
  .d-xxxl-table {
    display: table !important; }
  .d-xxxl-table-row {
    display: table-row !important; }
  .d-xxxl-table-cell {
    display: table-cell !important; }
  .d-xxxl-flex {
    display: flex !important; }
  .d-xxxl-inline-flex {
    display: inline-flex !important; }
  .d-xxxl-none {
    display: none !important; }
  .flex-xxxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxxl-row {
    flex-direction: row !important; }
  .flex-xxxl-column {
    flex-direction: column !important; }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxxl-center {
    justify-content: center !important; }
  .justify-content-xxxl-between {
    justify-content: space-between !important; }
  .justify-content-xxxl-around {
    justify-content: space-around !important; }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxxl-start {
    align-items: flex-start !important; }
  .align-items-xxxl-end {
    align-items: flex-end !important; }
  .align-items-xxxl-center {
    align-items: center !important; }
  .align-items-xxxl-baseline {
    align-items: baseline !important; }
  .align-items-xxxl-stretch {
    align-items: stretch !important; }
  .align-content-xxxl-start {
    align-content: flex-start !important; }
  .align-content-xxxl-end {
    align-content: flex-end !important; }
  .align-content-xxxl-center {
    align-content: center !important; }
  .align-content-xxxl-between {
    align-content: space-between !important; }
  .align-content-xxxl-around {
    align-content: space-around !important; }
  .align-content-xxxl-stretch {
    align-content: stretch !important; }
  .align-self-xxxl-auto {
    align-self: auto !important; }
  .align-self-xxxl-start {
    align-self: flex-start !important; }
  .align-self-xxxl-end {
    align-self: flex-end !important; }
  .align-self-xxxl-center {
    align-self: center !important; }
  .align-self-xxxl-baseline {
    align-self: baseline !important; }
  .align-self-xxxl-stretch {
    align-self: stretch !important; }
  .order-xxxl-first {
    order: -1 !important; }
  .order-xxxl-0 {
    order: 0 !important; }
  .order-xxxl-1 {
    order: 1 !important; }
  .order-xxxl-2 {
    order: 2 !important; }
  .order-xxxl-3 {
    order: 3 !important; }
  .order-xxxl-4 {
    order: 4 !important; }
  .order-xxxl-5 {
    order: 5 !important; }
  .order-xxxl-last {
    order: 6 !important; }
  .m-xxxl-0 {
    margin: 0 !important; }
  .m-xxxl-1 {
    margin: 0.25rem !important; }
  .m-xxxl-2 {
    margin: 0.5rem !important; }
  .m-xxxl-3 {
    margin: 1rem !important; }
  .m-xxxl-4 {
    margin: 1.5rem !important; }
  .m-xxxl-5 {
    margin: 3rem !important; }
  .m-xxxl-auto {
    margin: auto !important; }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxxl-0 {
    margin-top: 0 !important; }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxxl-3 {
    margin-top: 1rem !important; }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxxl-5 {
    margin-top: 3rem !important; }
  .mt-xxxl-auto {
    margin-top: auto !important; }
  .me-xxxl-0 {
    margin-right: 0 !important; }
  .me-xxxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxxl-3 {
    margin-right: 1rem !important; }
  .me-xxxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxxl-5 {
    margin-right: 3rem !important; }
  .me-xxxl-auto {
    margin-right: auto !important; }
  .mb-xxxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxxl-auto {
    margin-bottom: auto !important; }
  .ms-xxxl-0 {
    margin-left: 0 !important; }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxxl-3 {
    margin-left: 1rem !important; }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxxl-5 {
    margin-left: 3rem !important; }
  .ms-xxxl-auto {
    margin-left: auto !important; }
  .p-xxxl-0 {
    padding: 0 !important; }
  .p-xxxl-1 {
    padding: 0.25rem !important; }
  .p-xxxl-2 {
    padding: 0.5rem !important; }
  .p-xxxl-3 {
    padding: 1rem !important; }
  .p-xxxl-4 {
    padding: 1.5rem !important; }
  .p-xxxl-5 {
    padding: 3rem !important; }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxxl-0 {
    padding-top: 0 !important; }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxxl-3 {
    padding-top: 1rem !important; }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxxl-5 {
    padding-top: 3rem !important; }
  .pe-xxxl-0 {
    padding-right: 0 !important; }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxxl-3 {
    padding-right: 1rem !important; }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxxl-5 {
    padding-right: 3rem !important; }
  .pb-xxxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxxl-0 {
    padding-left: 0 !important; }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxxl-3 {
    padding-left: 1rem !important; }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxxl-5 {
    padding-left: 3rem !important; }
  .gap-xxxl-0 {
    gap: 0 !important; }
  .gap-xxxl-1 {
    gap: 0.25rem !important; }
  .gap-xxxl-2 {
    gap: 0.5rem !important; }
  .gap-xxxl-3 {
    gap: 1rem !important; }
  .gap-xxxl-4 {
    gap: 1.5rem !important; }
  .gap-xxxl-5 {
    gap: 3rem !important; }
  .text-xxxl-start {
    text-align: left !important; }
  .text-xxxl-end {
    text-align: right !important; }
  .text-xxxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }
  .fs-2 {
    font-size: 2rem !important; }
  .fs-3 {
    font-size: 1.75rem !important; }
  .fs-4 {
    font-size: 1.5rem !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; } }

:root {
  --font-regular: "proxima_novaregular", sans-serif;
  --font-light: "proxima_novalight", sans-serif;
  --font-semi-bold: "proxima_novasemibold", sans-serif;
  /* set base values */
  --text-base-size: 16px;
  --text-scale-ratio: 1.2;
  /* type scale */
  --text-xs: calc(16px / (var(--text-scale-ratio) * var(--text-scale-ratio)));
  --text-sm: calc(16px / var(--text-scale-ratio));
  --text-md: calc(16px * var(--text-scale-ratio));
  --text-lg: calc(16px * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xl: calc(16px * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xxl: calc(
		16px * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio)
	);
  --text-xxxl: calc(
		16px * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) *
			var(--text-scale-ratio)
	);
  /* line-height */
  --heading-line-height: 1.2;
  --body-line-height: 1.5;
  /* spacing */
  --baseline: 16px;
  /* spacing values */
  --space-sm: calc(var(--baseline) / 2);
  --space-md: var(--baseline);
  --space-lg: calc(var(--baseline) * 2);
  --space-xl: calc(var(--baseline) * 3);
  /* typography */
  --color-text: black;
  --color-text-heading: black;
  --color-text-subtitle: black;
  --color-link-visited: blue;
  /* colors */
  --color-prim: #064391;
  --color-prim-rgb: 6, 67, 145;
  --color-prim-light: #3e539d;
  --color-prim-light-rgb: 62, 83, 157;
  --color-prim-lighter: #4bafe8;
  --color-prim-lighter-rgb: 75, 175, 232;
  --color-prim-background: #f6fbfe;
  --color-prim-background-rgb: 246, 251, 254;
  --color-sec: #db237f;
  --color-sec-rgb: 219, 35, 127;
  --color-black: #000;
  --color-black-rgb: 0, 0, 0;
  --color-gray: #7c8278;
  --color-gray-rgb: 124, 130, 120;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-border: #145fb8;
  --color-border-rgb: 20, 95, 184;
  --color-green: #7ed321;
  --color-green-rgb: 126, 211, 33;
  --color-green-light: #9ce34f;
  --color-green-light-rgb: 156, 227, 79; }

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

* {
  font: inherit; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0; }

html {
  box-sizing: border-box; }

.swiper {
  width: 600px;
  height: 300px; }

body {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-family: var(--font-light);
  color: #333;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  text-align: left;
  overflow-x: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-semi-bold);
  color: var(--color-white);
  margin-bottom: 28px; }

h1,
.h1 {
  font-size: 36px; }
  @media (min-width: 1400px) {
    h1,
    .h1 {
      font-size: 53px; } }

h2, .h2 {
  font-size: 36px; }
  @media (min-width: 1400px) {
    h2, .h2 {
      font-size: 52px; } }

h3, .h3 {
  font-size: 25px; }
  @media (min-width: 1400px) {
    h3, .h3 {
      font-size: 25px; } }

p {
  line-height: normal;
  font-size: inherit;
  letter-spacing: 0;
  text-align: left; }
  p:not(:last-of-type) {
    margin-bottom: 30px; }
  .section p,
  .editor-content p {
    margin-bottom: 30px; }

a {
  color: var(--color-prim);
  font-weight: bold;
  text-decoration: none; }
  a:hover {
    color: var(--color-prim-lighter); }

img {
  vertical-align: middle;
  height: auto;
  max-width: 100%; }

table {
  width: 100%; }

input[type="text"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  box-shadow: 0; }

:root {
  --btn-padding-y: 1em;
  --btn-padding-x: 4em;
  --border-radius: 0px; }

.btn {
  border: 0;
  cursor: pointer;
  padding-top: var(--btn-padding-y);
  padding-right: var(--btn-padding-x);
  padding-bottom: var(--btn-padding-y);
  padding-left: var(--btn-padding-x);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--btn-font-size, 1em);
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--color-white);
  border-radius: var(--border-radius);
  background: var(--color-prim);
  transition: 300ms ease-in-out all;
  font-weight: 700; }
  @media screen and (max-width: 991px) {
    .btn {
      width: 100%; } }
  .btn:hover {
    text-decoration: none !important; }
  .btn--hollow {
    margin-top: .6em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px var(--color-white);
    text-transform: uppercase;
    font-size: 0.75rem;
    font-family: var(--font-semi-bold);
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    margin-top: 23px;
    height: 33px;
    width: 183px; }
    .btn--hollow:hover {
      color: var(--color-black);
      background: var(--color-white);
      text-decoration: none !important; }
  .btn--primary {
    color: var(--color-white) !important;
    background-color: var(--color-prim); }
    .btn--primary:hover {
      background-color: var(--color-prim-light) !important; }
  .btn--secondary {
    color: var(--color-white) !important;
    background-color: var(--color-sec); }
    .btn--secondary:hover {
      background-color: var(--color-sec) !important; }
  .btn--blue-light {
    background-color: var(--color-prim-light); }
    .btn--blue-light:hover {
      background-color: var(--color-prim-light) !important;
      color: #fff; }
  .btn--blue-lighter {
    background-color: var(--color-prim-lighter); }
    @media (max-width: 991px) {
      .btn--blue-lighter {
        padding: 0.6em 1.2em !important; } }
    .btn--blue-lighter:hover {
      color: var(--color-white);
      background-color: var(--color-prim-light) !important; }
  .btn--green {
    width: 100%;
    color: var(--color-white) !important;
    background-color: var(--color-green-light); }
    .btn--green:hover {
      background-color: var(--color-green-light) !important; }
  .btn--blue {
    width: 100%; }
    .btn--blue:hover {
      color: var(--color-white) !important; }
  .btn--sm {
    font-size: 0.8em;
    padding: 0.1em 1.2em; }
  .btn--md {
    font-size: 1.2em; }
  .btn--lg {
    font-size: 1.4em; }
  .btn:disabled, .btn--disabled {
    opacity: 0.6;
    cursor: not-allowed; }

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

.row--reverse {
  flex-flow: row-reverse; }

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

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

.text-link {
  position: relative;
  font-family: var(--font-light);
  color: var(--color-white);
  font-size: 20px;
  font-weight: bold;
  text-decoration: none; }
  .text-link::before {
    content: "";
    position: absolute;
    left: -23px;
    top: 14px;
    width: 15px;
    height: 15px;
    background-color: var(--color-white);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-mask-image: url("../images/icon-plus.svg");
    mask-image: url("../images/icon-plus.svg"); }

.spacer {
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .spacer {
      padding-left: 44px;
      padding-right: 44px; } }
  @media (min-width: 992px) {
    .spacer.spacer--reverse {
      padding-left: 60px;
      padding-right: 60px; } }

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

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

.relative {
  position: relative; }

@font-face {
  font-family: 'proxima_novaregular';
  src: url("../fonts/fontsfree-net-proximanova-regular-webfont.woff2") format("woff2"), url("../fonts/fontsfree-net-proximanova-regular-webfont.woff") format("woff"); }

@font-face {
  font-family: 'proxima_novasemibold';
  src: url("../fonts/proximanova-semibold-webfont.woff2") format("woff2"), url("../fonts/proximanova-semibold-webfont.woff") format("woff"); }

@font-face {
  font-family: 'proxima_novalight';
  src: url("../fonts/fontsfree-net-proxima-nova-light-webfont.woff2") format("woff2"), url("../fonts/fontsfree-net-proxima-nova-light-webfont.woff") format("woff"); }

body {
  font-family: var(--font-light);
  font-size: 1.3125rem;
  font-size: clamp(1.0625rem, calc(1.00368rem + 0.29412vw), 1.3125rem);
  line-height: 1.875rem;
  line-height: clamp(1.3125rem, calc(1.18015rem + 0.66176vw), 1.875rem);
  color: #3E539D;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-blue); }

h1 {
  font-family: var(--font-semi-bold);
  text-transform: uppercase;
  font-size: 3.75rem;
  font-size: clamp(1.5625rem, calc(1.04779rem + 2.57353vw), 3.75rem);
  line-height: normal;
  text-transform: uppercase; }

h2 {
  font-family: var(--font-semi-bold);
  font-size: 3.75rem;
  font-size: clamp(1.5625rem, calc(1.04779rem + 2.57353vw), 3.75rem);
  line-height: normal;
  color: var(--color-prim-lighter);
  margin-top: 40px;
  margin-bottom: 0; }

h3 {
  font-family: var(--font-light);
  font-size: 2.5rem;
  font-size: clamp(1.625rem, calc(1.41912rem + 1.02941vw), 2.5rem);
  line-height: normal;
  color: #56B4E9; }

h4 {
  font-size: 19px; }

p {
  font-family: var(--font-light);
  font-size: 1.3125rem;
  font-size: clamp(1.0625rem, calc(1.00368rem + 0.29412vw), 1.3125rem);
  line-height: normal;
  color: #3E539D; }

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

ul,
ol {
  margin-left: 20px;
  margin-bottom: 1em; }

ol li,
ul li {
  margin-left: 20px;
  line-height: normal; }

.links {
  font-size: 19px;
  font-family: var(--font-regular);
  color: var(--color-prim-lighter);
  font-weight: bold; }

.contact {
  display: flex;
  justify-content: center; }
  .contact__title {
    margin-bottom: 10px !important; }
    .contact__title--underline-short {
      position: relative;
      margin-bottom: 40px !important; }
      .contact__title--underline-short::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 40px;
        height: 4px;
        background-color: var(--color-prim-lighter); }
  .contact__text_right, .contact__form {
    padding-left: 0;
    padding-right: 0; }
  .contact__text_left {
    width: 100%;
    margin-top: 69px;
    margin-bottom: 100px;
    padding-right: 1.5em; }
    .contact__text_left p {
      margin-top: 19px;
      font-size: 21px;
      color: var(--color-prim);
      font-weight: 400; }
  .contact__text_right {
    width: 100%;
    margin-top: 50px;
    margin-right: 46px;
    max-width: 260px; }
    .contact__text_right p {
      letter-spacing: normal;
      font-size: 1.1875rem;
      margin-top: 19px;
      font-weight: 400; }
      .contact__text_right p:first-of-type {
        margin-bottom: 38px; }
      .contact__text_right p:not(:first-of-type) {
        margin-bottom: 15px; }
    .contact__text_right strong {
      font-weight: normal;
      color: var(--color-prim);
      font-size: 1.1875rem;
      font-weight: 700;
      font-family: var(--font-light); }
    .contact__text_right a {
      color: var(--color-prim-lighter);
      text-decoration: underline;
      font-family: var(--font-light);
      font-weight: normal;
      font-size: 17px; }
  .contact__form {
    background: rgba(var(--color-prim-lighter-rgb), 0.05);
    padding: 41px 38px;
    max-width: 472px; }
    .contact__form h3 {
      font-family: var(--font-light);
      font-weight: 300;
      font-size: 1.375rem;
      color: var(--color-prim-lighter); }
    .contact__form p {
      margin-bottom: 10px; }
    .contact__form input[type="text"], .contact__form input[type="email"] {
      width: 100%;
      height: 36px;
      padding: 0 10px;
      font-size: 16px;
      font-family: 'proxima_novalight';
      color: #818181;
      background-color: var(--color-white);
      border: none; }
    .contact__form textarea {
      padding: 10px;
      margin-bottom: 34px;
      width: 100%;
      height: 195px;
      font-size: 16px;
      font-family: 'proxima_novalight';
      color: #818181;
      border: none; }
    .contact__form button[type="submit"] {
      color: var(--color-white);
      background: var(--color-prim-lighter);
      display: flex;
      text-transform: uppercase;
      height: 41px;
      border: none;
      width: 151px;
      justify-content: center;
      align-items: center;
      font-size: 13px;
      line-height: normal;
      font-family: 'Arial'; }
      @media (max-width: 991px) {
        .contact__form button[type="submit"] {
          width: 100%; } }
    .contact__form input[type="checkbox"] {
      height: 13px;
      width: 13px;
      border-radius: 0;
      margin-right: 10px; }
  .contact__submit {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between; }
    .contact__submit input[type="checkbox"] {
      margin-right: 10px; }
    @media (max-width: 991px) {
      .contact__submit {
        flex-direction: column; } }
    .contact__submit a {
      display: block;
      text-decoration: underline;
      font-weight: 700; }
  .contact__info {
    background: var(--color-white);
    padding-left: 3.8em;
    padding-top: 2.88em;
    padding-bottom: 2.88em;
    padding-right: 6.7em;
    border-left: 4px solid var(--color-prim-lighter);
    font-size: 1.1875rem;
    font-size: clamp(1rem, calc(0.95588rem + 0.22059vw), 1.1875rem); }
    .contact__info__block {
      line-height: normal;
      letter-spacing: 0; }
      .contact__info__block b {
        display: block;
        margin-bottom: 12px;
        line-height: normal;
        letter-spacing: 0; }
      .contact__info__block a {
        font-weight: 200;
        font-size: 1.1875rem;
        font-size: clamp(1rem, calc(0.95588rem + 0.22059vw), 1.1875rem);
        text-decoration: underline;
        line-height: normal;
        letter-spacing: 0; }
      .contact__info__block:not(:last-of-type) {
        padding-bottom: 2em;
        border-bottom: 1px solid rgba(var(--color-prim-lighter-rgb), 0.5); }
      .contact__info__block:not(:first-of-type) {
        padding-top: 2em; }
    .contact__info p {
      white-space: nowrap;
      font-size: 1.1875rem;
      font-size: clamp(1rem, calc(0.95588rem + 0.22059vw), 1.1875rem);
      line-height: normal;
      letter-spacing: 0;
      margin-bottom: 0; }
  @media (max-width: 1399px) {
    .contact__form {
      padding: 40px 20px;
      width: 100%; }
      .contact__form input[type="text"], .contact__form input[type="email"], .contact__form textarea {
        width: 100%; } }
  @media (max-width: 991px) {
    .contact__text_left, .contact__text_right {
      max-width: unset; }
    .contact__text_right {
      padding-right: calc(var(--bs-gutter-x) * .5);
      padding-left: calc(var(--bs-gutter-x) * .5); }
    .contact__text_right, .contact__text_left {
      margin: 40px 0px;
      width: 100%; } }

@media screen and (max-width: 830px) {
  .container__title {
    width: calc(100% - 40px); }
    .container__title::before, .container__title::after {
      display: none; } }

@media screen and (max-width: 450px) {
  .container__title {
    width: calc(100% - 20px); }
    .container__title::before, .container__title::after {
      display: none; } }

.footer {
  width: 100%;
  padding-top: 1em;
  background: #254B7E;
  color: #fff;
  padding-top: 7.5em; }
  @media (max-width: 991px) {
    .footer {
      padding-top: 38px; } }
  .footer h1,
  .footer h2,
  .footer h3,
  .footer h4,
  .footer h5,
  .footer h6,
  .footer p,
  .footer a {
    color: #fff; }
  .footer a {
    font-weight: 400;
    font-family: var(--font-regular);
    font-size: clamp(1rem, calc(0.95588rem + 0.22059vw), 1.1875rem);
    text-decoration: underline;
    text-decoration-thickness: 1px; }
  .footer h1,
  .footer h2,
  .footer h3,
  .footer h4,
  .footer h5,
  .footer h6 {
    margin-top: 0;
    letter-spacing: 0;
    font-size: 2.5rem;
    text-transform: capitalize;
    line-height: normal; }
  .footer strong,
  .footer p,
  .footer a,
  .footer b {
    font-size: 1.1875rem;
    letter-spacing: 0;
    line-height: normal; }
  .footer p {
    font-size: clamp(0.9375rem, calc(0.87868rem + 0.29412vw), 1.1875rem); }
  .footer strong,
  .footer b {
    font-size: clamp(1rem, calc(0.95588rem + 0.22059vw), 1.1875rem);
    font-family: var(--font-semi-bold); }
  .footer__header {
    display: flex;
    align-items: flex-end; }
  .footer__header, .footer__logo-container {
    height: 100%;
    max-height: 64px;
    margin-bottom: 5em; }
    @media (max-width: 1199px) {
      .footer__header, .footer__logo-container {
        margin-bottom: 45px; } }
  .footer .container > .row:last-of-type {
    border-top: 1px solid #4D648A;
    padding-top: 3em;
    padding-bottom: 3.5em; }
    @media (min-width: 992px) {
      .footer .container > .row:last-of-type {
        margin-top: 6em; } }
    @media (max-width: 991px) {
      .footer .container > .row:last-of-type {
        margin-top: 3em; } }
  @media (max-width: 991px) {
    .footer__text, .footer__location, .footer__opening-times {
      padding-left: 20px; } }
  .footer__text b, .footer__location b, .footer__opening-times b {
    font-weight: 600;
    font-size: 1.1875rem;
    line-height: normal;
    text-align: left;
    color: #fff; }
  @media (max-width: 1199px) {
    .footer__location strong,
    .footer__location b, .footer__opening-times strong,
    .footer__opening-times b {
      display: block;
      margin-bottom: 20px; } }
  .footer__opening-times p {
    margin-bottom: 0px; }
  .footer__text {
    margin-bottom: 2em;
    padding-right: 70px; }
    @media (max-width: 1199px) {
      .footer__text {
        margin-bottom: 55px; } }
  .footer__location {
    margin-bottom: 2em; }
    .footer__location a {
      font-weight: 400;
      font-family: var(--font-regular);
      text-decoration: underline;
      text-decoration-thickness: 1px; }
  .footer__logo {
    height: auto;
    display: block;
    height: 100%;
    margin-right: 84px;
    margin-top: auto;
    margin-bottom: auto; }
    .footer__logo img {
      width: 100%;
      display: block; }
  @media (max-width: 991px) {
    .footer__categories {
      margin-top: 4em; } }
  .footer__categories a, .footer__products a {
    display: block;
    padding-bottom: .8em;
    border-bottom: 1px solid #4D648A;
    position: relative; }
    .footer__categories a::after, .footer__products a::after {
      content: "⌃";
      position: absolute;
      transform: rotateZ(90deg);
      right: 10px;
      top: 10%;
      height: 10px;
      width: 10px;
      color: #4D648A; }
  .footer__categories > div:not(:first-child) a, .footer__products > div:not(:first-child) a {
    padding-top: .8em; }
    .footer__categories > div:not(:first-child) a::after, .footer__products > div:not(:first-child) a::after {
      top: 35%; }
  @media (max-width: 1199px) {
    .footer__categories {
      margin-bottom: 4em; } }
  .footer__credits {
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
    @media (max-width: 991px) {
      .footer__credits {
        margin-top: 2em;
        flex-direction: column; } }
  .footer__creditsitem {
    margin-left: 40px; }
    @media (max-width: 991px) {
      .footer__creditsitem {
        margin-left: 0;
        align-self: center; } }
    .footer__creditsitem a {
      font-size: 1.0625rem;
      font-size: clamp(0.875rem, calc(0.83088rem + 0.22059vw), 1.0625rem);
      font-family: var(--font-light); }
  .footer .menu {
    display: flex;
    flex-direction: row;
    height: 100%;
    margin-bottom: unset;
    margin-left: unset; }
    @media (max-width: 991px) {
      .footer .menu {
        flex-direction: column; } }
    .footer .menu-item {
      margin-right: 1em;
      list-style: none;
      margin-top: auto;
      margin-bottom: auto;
      white-space: nowrap;
      display: inline-block; }
      .footer .menu-item a {
        font-size: 1.0625rem;
        font-family: var(--font-light); }

.hamburger {
  transition: top .3s;
  position: absolute;
  top: 54.5px;
  right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5000;
  outline: none; }
  .hamburger .hamburger-inner, .hamburger .hamburger-inner::after, .hamburger .hamburger-inner::before {
    background: var(--color-white); }
  html:not(.hasheaderimage) .hamburger .hamburger-inner, html:not(.hasheaderimage) .hamburger .hamburger-inner::after, html:not(.hasheaderimage) .hamburger .hamburger-inner::before {
    background: var(--color-prim-lighter); }
  @media screen and (max-width: 1200px) {
    .hamburger {
      top: 16px; } }

ul.menu {
  margin-left: 0; }

html.menu-opened {
  overflow: hidden; }

.header {
  width: 100%;
  position: relative; }
  .header__container {
    display: flex;
    height: 157px;
    max-width: 1640px;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    transition: height 0.3s; }
  .header__logo {
    flex: 0 0 auto;
    width: 25.3%;
    height: 100%;
    transition: width 0.3s; }
    .header__logo svg {
      height: 100%;
      max-width: 100%;
      display: block; }
  .header__footermenu .menu-footermenu-container .menu-item a {
    font-size: 17px;
    font-family: 'proxima_novalight';
    color: #7E7E7E;
    margin-right: 20px;
    font-weight: 100; }
  .header__menu {
    margin-right: auto;
    height: 100%; }
    .header__menu #menu-hoofdmenu {
      display: flex;
      height: 100%;
      margin-bottom: 0;
      margin-left: 0;
      align-items: center;
      transition: height 0.3s; }
      .header__menu #menu-hoofdmenu .menu-item {
        height: 100%;
        padding: 0 25px 51px;
        position: relative;
        align-items: flex-end;
        font-size: 1.1875rem;
        line-height: normal;
        color: var(--color-prim-light);
        text-transform: uppercase;
        display: flex;
        font-family: 'proxima_novasemibold';
        list-style: none;
        margin-left: 0; }
        @media (max-width: 1400px) {
          .header__menu #menu-hoofdmenu .menu-item {
            padding-left: 20px;
            padding-right: 20px; } }
        .header__menu #menu-hoofdmenu .menu-item .sub-menu .menu-item {
          margin-left: 0;
          padding-bottom: 20px; }
        .header__menu #menu-hoofdmenu .menu-item::before {
          content: "";
          width: 1px;
          position: absolute;
          top: 0;
          left: 0;
          height: 80%;
          background: rgba(var(--color-border-rgb), 0.25); }
        .header__menu #menu-hoofdmenu .menu-item:hover::after {
          content: "";
          position: absolute;
          top: 0px;
          left: 0;
          height: 13px;
          width: 100%;
          background: var(--color-prim-lighter); }
        .header__menu #menu-hoofdmenu .menu-item:hover > .sub-menu {
          display: block; }
        .header__menu #menu-hoofdmenu .menu-item a {
          white-space: nowrap; }
      .header__menu #menu-hoofdmenu .sub-menu {
        padding-top: 1em;
        bottom: calc(-100% + 15px);
        z-index: 13;
        left: 0;
        position: absolute;
        display: none;
        background-color: var(--color-white);
        box-shadow: 0 0 10px -5px var(--color-black);
        margin-left: 0; }
        .header__menu #menu-hoofdmenu .sub-menu:after {
          display: none; }
        .header__menu #menu-hoofdmenu .sub-menu .current-menu-item {
          color: inherit; }
          .header__menu #menu-hoofdmenu .sub-menu .current-menu-item:hover {
            color: var(--color-prim-lighter); }
          .header__menu #menu-hoofdmenu .sub-menu .current-menu-item::after, .header__menu #menu-hoofdmenu .sub-menu .current-menu-item::before {
            display: none; }
        .header__menu #menu-hoofdmenu .sub-menu .menu-item {
          margin-left: 0; }
          .header__menu #menu-hoofdmenu .sub-menu .menu-item::after, .header__menu #menu-hoofdmenu .sub-menu .menu-item::before {
            display: none; }
          .header__menu #menu-hoofdmenu .sub-menu .menu-item:hover {
            color: var(--color-prim-lighter); }
    .header__menu .current-menu-item > a {
      color: var(--color-prim-lighter); }
    .header__menu .current-menu-item::after {
      content: "";
      position: absolute;
      top: 0px;
      left: 0;
      height: 13px;
      width: 100%;
      background: var(--color-prim-lighter); }
  .header__background {
    width: 100%;
    height: 927px; }
    .header__background:before {
      content: '';
      position: absolute;
      top: 157px;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 1141px;
      background: #032755;
      background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 29, 190, 0.2) 25%, rgba(3, 39, 85, 0.53) 50%); }
  .header__content {
    position: relative;
    z-index: 10;
    padding-top: 265px;
    color: var(--color-white); }
    .header__content p {
      color: var(--color-white);
      font-size: 2.26812rem;
      font-size: clamp(1.25rem, calc(1.01044rem + 1.19779vw), 2.26812rem);
      line-height: normal;
      margin: 0; }
      .header__content p:last-of-type {
        font-size: 1.5rem;
        font-size: clamp(1.25rem, calc(1.19118rem + 0.29412vw), 1.5rem); }
    .header__content h1 {
      margin: 0;
      margin-bottom: 5px;
      color: var(--color-white);
      line-height: 57px; }
  .header__phonelink {
    text-transform: uppercase;
    font-size: 1.1875rem;
    font-size: clamp(0.9375rem, calc(0.3125rem + 0.83333vw), 1.1875rem);
    line-height: normal;
    color: var(--color-prim-light);
    font-family: 'proxima_novalight';
    font-weight: 100;
    letter-spacing: 0; }
  .header__languages {
    display: flex;
    justify-content: flex-end; }
  .header__mobilelanguages {
    margin-left: 40px; }
  .header__footermenu {
    margin-left: 40px;
    color: #747474; }
    .header__footermenu li {
      border: none; }
  .header__language {
    font-size: 1.1875rem;
    font-size: clamp(1.1875rem, calc(1.1875rem + 0vw), 1.1875rem);
    color: var(--color-prim-light);
    font-family: 'proxima_novalight';
    margin-left: 10px;
    position: relative; }
    .header__language:hover {
      color: var(--color-prim-lighter);
      font-weight: bold; }
    .header__language::after {
      content: "|";
      position: absolute;
      top: 0;
      bottom: 0;
      right: -7px;
      color: var(--color-prim);
      font-weight: 100; }
    .header__language:last-of-type::after {
      display: none; }
    .header__language--active {
      color: var(--color-prim-lighter);
      font-family: 'proxima_novaregular'; }
  .header__mobile, .header__mobilemenu, .header__mobilephone, .header .hamburger {
    display: none; }
  .header__mobilephone {
    position: absolute;
    top: 26.75px;
    right: 70px;
    flex-direction: column;
    align-items: center;
    z-index: 5000;
    outline: none; }
  @media screen and (max-width: 1280px) {
    .header__content {
      margin: 0 20px; }
    .header__menu {
      width: unset; }
    .header__container {
      top: 0;
      left: 0;
      padding: 0 20px;
      width: 100%;
      background: var(--color-white);
      z-index: 25; }
    .header .menu-item {
      margin-left: 0;
      padding: 0 20px 20px; } }
  @media screen and (max-width: 1200px) {
    .header__background::before {
      top: 80px; }
    .header__socials, .header__menu {
      display: none; }
    .header__mobilephone {
      display: flex; }
    .header__mobile, .header .hamburger {
      display: block; }
    .header__container {
      height: 80px; }
    .header__logo {
      height: 40px; }
    .header .menu-item {
      margin-left: 0;
      padding: 0 20px; }
      .header .menu-item:hover::after {
        top: 20px; }
    .header__menu {
      height: 100%; }
      .header__menu .current-menu-item::after {
        top: 20px; }
    html.menu-opened .header__container {
      position: fixed; }
    html.menu-opened .header__mobilemenu {
      position: fixed;
      display: flex;
      flex-direction: column;
      top: 80px;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 25;
      background: var(--color-white);
      justify-content: space-between; }
      html.menu-opened .header__mobilemenu .menu-hoofdmenu-container .menu-item {
        border-top: 1px solid rgba(var(--color-border-rgb), 0.25);
        padding: 13px 0 13px 20px;
        margin-right: 40px;
        margin-left: 0;
        list-style: none; }
        html.menu-opened .header__mobilemenu .menu-hoofdmenu-container .menu-item a {
          font-weight: 400; }
        html.menu-opened .header__mobilemenu .menu-hoofdmenu-container .menu-item a.products {
          align-items: start; }
      html.menu-opened .header__mobilemenu .menu-hoofdmenu-container .current-menu-item {
        border-left: 13px solid var(--color-prim-lighter);
        padding-left: 27px; }
      html.menu-opened .header__mobilemenu .menu-hoofdmenu-container .sub-menu {
        margin-left: 0;
        transition: height .3s ease-in-out;
        overflow: hidden;
        height: 0; }
        html.menu-opened .header__mobilemenu .menu-hoofdmenu-container .sub-menu li {
          border: none; }
          html.menu-opened .header__mobilemenu .menu-hoofdmenu-container .sub-menu li a {
            font-size: 0.9375rem; }
      html.menu-opened .header__mobilemenu .menu-hoofdmenu-container .menu-item-has-children {
        position: relative; }
        html.menu-opened .header__mobilemenu .menu-hoofdmenu-container .menu-item-has-children::after {
          content: "⌃";
          color: var(--color-prim-lighter);
          transition: transform .3s ease-in-out;
          position: absolute;
          transform: rotateZ(180deg);
          right: 20px;
          height: 18px;
          top: 18px; }
        html.menu-opened .header__mobilemenu .menu-hoofdmenu-container .menu-item-has-children.open::after {
          transition: transform .3s ease-in-out;
          transform: rotateZ(0deg); }
        html.menu-opened .header__mobilemenu .menu-hoofdmenu-container .menu-item-has-children.open .sub-menu {
          transition: height .3s ease-in-out;
          height: auto; } }
  @media screen and (max-width: 450px) {
    .header__content {
      width: calc(100% - 40px); } }

.section {
  background-color: rgba(255, 255, 255, 0.1);
  overflow: hidden; }
  @media (min-width: 992px) {
    .section {
      padding-bottom: 120px; } }
  @media (max-width: 991px) {
    .section--about-us {
      margin-bottom: 2em; } }
  @media (max-width: 991.98px) {
    .section--parters {
      margin-top: 2em; } }
  .section--form h1 {
    color: var(--color-prim-lighter);
    font-size: 2.5rem;
    font-size: clamp(1.25rem, calc(0.95588rem + 1.47059vw), 2.5rem); }
  .section--form p {
    font-size: 1.0625rem;
    font-size: clamp(0.9375rem, calc(0.90809rem + 0.14706vw), 1.0625rem); }
  @media (max-width: 991px) {
    .section--form .content {
      margin-top: 3em; } }
  .section--form img {
    max-height: 20em;
    object-fit: contain; }
  .section__container {
    position: relative;
    /**
		 * blue border
		 */ }
    .section__container::before, .section__container::after {
      content: "";
      background: #4BAFE8;
      position: absolute;
      max-width: 1640px;
      margin-left: 8.45%;
      width: 83.2%;
      top: 0; }
      @media (max-width: 991px) {
        .section__container::before, .section__container::after {
          margin-left: 0;
          width: 100%; } }
    .section__container::before {
      height: 1px;
      transform: translateX(-50%);
      left: 50%; }
      @media (max-width: 991px) {
        .section__container::before {
          transform: none;
          left: 0px; } }
    .section__container::after {
      height: 13px;
      max-width: 275px;
      left: 0; }
  .section--primary {
    background: rgba(86, 180, 233, 0.08); }
  .section--related-products {
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .section--related-products .product__wrapper {
        position: relative; }
        .section--related-products .product__wrapper::before {
          position: absolute;
          left: -.1em;
          content: "";
          border-left: 2px solid var(--color-prim-lighter);
          height: 100%;
          opacity: .5; } }
    @media (min-width: 1200px) {
      .section--related-products .product__wrapper:nth-of-type(4n - 3)::before {
        display: none; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .section--related-products .product__wrapper:nth-of-type(2n - 1)::before {
    display: none; } }
  .section--assortment {
    margin-top: 40px; }
  .section--border-top {
    border-top: solid 1px rgba(var(--color-prim-lighter-rgb), 0.5);
    padding-top: 3em; }
  .section--product, .section--background {
    background: var(--color-prim-background); }
  .section__title {
    margin-bottom: 40px;
    position: relative; }
    .section__title h2 {
      color: var(--color-prim);
      margin-top: unset;
      padding-top: 50px;
      text-transform: uppercase;
      line-height: normal;
      font-weight: 700; }
    .section__title--color-primary {
      color: var(--color-prim); }
    .section__title--color-secondary {
      color: var(--color-prim-lighter) !important; }
    .section__title--related-products {
      font-weight: 600; }
    .section__title--center h2 {
      text-align: center; }
    .section__title--smaller {
      width: 36vw;
      margin-left: auto;
      margin-right: auto; }
  .section__more {
    height: 40em;
    background-color: #f9f9f9;
    display: flex;
    align-items: center; }
  @media (min-width: 992px) {
    .section__content {
      margin-bottom: 60px; } }
  @media (min-width: 992px) {
    .section--align-center .section__content {
      margin-bottom: 0; } }
  .section__content--no-margin {
    margin-top: 0;
    margin-bottom: 0; }
  .section__image-text {
    padding-bottom: 20px; }
    .section__image-text__text {
      padding-right: 3em; }
      @media (min-width: 992px) {
        .section__image-text__text--spacer {
          padding-right: 13em; } }
    .section__image-text__title {
      font-size: 2.5rem;
      font-size: clamp(1.25rem, calc(0.95588rem + 1.47059vw), 2.5rem); }
  .section__contact {
    padding-top: 3em;
    padding-bottom: 120px; }
    .section__contact h2 {
      color: var(--color-prim); }
    .section__contact .form {
      width: 66.67%; }
      @media (max-width: 1199px) {
        .section__contact .form {
          width: 100%;
          margin-bottom: 5em; } }
  .section__text {
    font-size: clamp(0.875rem, calc(0.84559rem + 0.14706vw), 1rem); }
    @media (min-width: 992px) {
      .section__text {
        margin-bottom: 55px; } }
    .section__text--center {
      align-content: center; }
      .section__text--center h1,
      .section__text--center h2,
      .section__text--center h3,
      .section__text--center h4,
      .section__text--center h5,
      .section__text--center h6,
      .section__text--center p,
      .section__text--center a,
      .section__text--center b {
        text-align: center; }
  .section__button--center {
    display: flex;
    justify-content: center; }
  .section__map {
    padding-bottom: unset; }
  @media (min-width: 992px) {
    .section--reverse .section__row {
      flex-direction: row-reverse; } }
  @media (min-width: 992px) {
    .section--align-center .section__row {
      align-items: center; } }
  .section__image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 100%;
    z-index: 2; }
    .section__image img {
      position: absolute;
      z-index: 2;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .section__splash {
    position: absolute;
    left: 50%;
    bottom: -150px;
    pointer-events: none;
    z-index: 1; }
    .section__splash--above {
      z-index: 3; }
    .section__splash--under {
      z-index: 1; }
    .section__splash--var-2 {
      bottom: -100px;
      left: -150px; }
    .section__splash--var-3 {
      bottom: initial;
      top: 0; }
    .section__splash--var-4 {
      top: -100px;
      right: -150px; }
  .section .section__more {
    margin-top: 80px; }
    .section .section__more .btn {
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
  @media (min-width: 992px) {
    .section__spacer {
      padding-left: 36px;
      padding-right: 96px; } }
  @media (min-width: 1400px) {
    .section__spacer {
      padding-left: 90px;
      padding-right: 120px; } }
  @media (min-width: 992px) {
    .section__spacer--reverse {
      padding-right: 36px;
      padding-left: 96px; } }
  @media (min-width: 1400px) {
    .section__spacer--reverse {
      padding-right: 44px;
      padding-left: 120px; } }
  .section__splash-cta {
    background-image: url("../images/splash-cta.svg");
    background-position: 50% 50%;
    background-size: 100%;
    width: 430px;
    height: 259px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: -70px;
    left: -143px;
    z-index: 5; }
    .section__splash-cta p {
      font-family: var(--font-primary);
      font-size: 35px;
      text-transform: uppercase;
      text-align: inherit;
      color: var(--color-white);
      margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .section__splash-cta {
        transform: scale(0.7);
        left: 20px;
        bottom: -50px; } }

.single-product__images__main {
  margin-bottom: 1em; }

.single-product__title h1 {
  font-size: 2.5rem;
  color: var(--color-prim-lighter);
  line-height: 2.5rem; }

.single-product__description {
  margin-bottom: 2em; }
  .single-product__description p {
    font-size: 1rem;
    line-height: 1.4375rem; }

.single-product__block {
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 26px; }
  .single-product__block--description {
    padding-top: 0;
    padding-left: 0;
    letter-spacing: 0; }
  .single-product__block h2 {
    color: var(--color-prim-lighter);
    font-size: 1.375rem;
    text-transform: lowercase;
    margin-bottom: .5em; }
    .single-product__block h2::first-letter {
      text-transform: uppercase; }
    .single-product__block h2:first-of-type {
      margin-top: 0; }
  .single-product__block p,
  .single-product__block li {
    font-size: 1.0625rem;
    line-height: normal;
    letter-spacing: 0; }
  .single-product__block p:last-of-type {
    margin-bottom: 0; }
  .single-product__block ul:last-of-type {
    margin-bottom: 0; }
  .single-product__block:not(.single-product__block--protection):not(.single-product__block--description) {
    border-top: solid 1px rgba(var(--color-prim-lighter-rgb), 0.5); }
  .single-product__block h2 {
    margin-top: unset; }

.single-product__buttons {
  margin-bottom: 30px; }
  @media (max-width: 1199.98px) {
    .single-product__buttons .btn {
      margin-bottom: 16px !important;
      width: 100%;
      font-size: 14px; } }
  @media (max-width: 1199.98px) and (max-width: 1199px) {
    .single-product__buttons .btn--green {
      margin-bottom: 2em !important; } }
  .single-product__buttons .btn {
    font-size: 1.125rem;
    line-height: 1.35rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
    transition: 300ms ease-in-out; }
    .single-product__buttons .btn--green:hover {
      background-color: #71bd1e !important; }
    .single-product__buttons .btn--dBlue:hover {
      color: #fff;
      background-color: #053879; }

.single-product__specifications {
  margin-top: 3em; }
  .single-product__specifications h2 {
    color: var(--color-prim-lighter);
    font-size: 1.375rem;
    letter-spacing: 0; }
  .single-product__specifications ul {
    margin-left: unset;
    list-style: none; }
  .single-product__specifications li {
    padding: .5em;
    text-transform: capitalize; }
    .single-product__specifications li:nth-child(odd) {
      background-color: var(--color-white); }
  .single-product__specifications .specification__name {
    color: var(--color-prim-lighter);
    font-family: var(--font-semi-bold);
    font-size: 1.125rem;
    font-size: clamp(1.0625rem, calc(1.04779rem + 0.07353vw), 1.125rem);
    word-break: break-word;
    letter-spacing: 0; }
  .single-product__specifications .specification__value {
    font-family: var(--font-regular);
    font-size: 1.125rem;
    font-size: clamp(1.0625rem, calc(1.04779rem + 0.07353vw), 1.125rem);
    word-break: break-word;
    letter-spacing: 0; }

.ctas {
  padding-top: 2em; }
  .ctas__blocks {
    margin-top: .5em; }
    @media (min-width: 992px) {
      .ctas__blocks .row > div:not(:first-child) .cta-block::after {
        content: "";
        height: 95%;
        width: 1px;
        background: rgba(var(--color-prim-lighter-rgb), 0.5);
        position: absolute;
        left: 0;
        top: 0; } }

.cta-block {
  padding-top: 1.9em;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column; }
  @media (min-width: 1200px) {
    .cta-block {
      padding-left: 4.3em;
      padding-right: 4.3em; } }
  .cta-block__image {
    height: 206px;
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
    align-items: center; }
    .cta-block__image:after {
      content: "";
      position: relative;
      display: block;
      bottom: 0;
      z-index: -1;
      left: 0;
      height: 20px;
      width: 100%;
      max-width: 233px;
      border-radius: 100%;
      background: radial-gradient(closest-side, #b6c0d0 0%, rgba(202, 210, 229, 0.73) 37.93%, rgba(255, 255, 255, 0) 100%); }
    .cta-block__image img {
      object-fit: contain;
      height: 100%; }
  .cta-block__title {
    text-align: center; }
    .cta-block__title h3 {
      font-size: 1.375rem;
      font-size: clamp(1.25rem, calc(1.22059rem + 0.14706vw), 1.375rem);
      line-height: 1.3125rem;
      font-family: var(--font-semi-bold);
      font-weight: bolder;
      margin-bottom: 20px; }
  .cta-block__description {
    font-size: 1.0625rem;
    line-height: 1.3125rem;
    text-align: center;
    max-width: 300px;
    margin: 0 auto auto; }
  .cta-block__button {
    justify-content: center;
    display: flex;
    margin-top: 1.8em; }
    .cta-block__button a {
      font-family: var(--font-semi-bold);
      font-size: 1.125rem;
      line-height: 1.3125rem;
      background: var(--color-prim-lighter);
      max-width: 152px;
      max-height: 42px;
      border: 1px solid var(--color-prim-lighter); }
      .cta-block__button a:hover {
        background: transparent; }

@media (max-width: 961px) {
  .partners {
    margin-bottom: 3em; } }

.partners__title {
  margin-bottom: 5em; }
  .partners__title h1,
  .partners__title h2,
  .partners__title h3,
  .partners__title h4,
  .partners__title h5,
  .partners__title h6 {
    font-family: var(--font-semi-bold);
    transition: color 0.3s;
    color: var(--color-sec-lighter); }

.partner {
  display: flex;
  align-items: center;
  height: 100%;
  margin-bottom: 1em; }
  .partner__container {
    padding: 1em;
    background: #fff;
    height: 10em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .partner__container:hover .partner__image--main {
      opacity: 0; }
    .partner__container:hover .partner__image--overlay {
      opacity: 1; }
  .partner img {
    object-fit: contain;
    height: 100%; }
  .partner__image-container {
    width: 50%;
    position: relative; }
  .partner__image {
    transition: opacity .3s ease-in-out; }
    .partner__image--overlay {
      position: absolute;
      opacity: 0;
      top: 0;
      left: 0;
      bottom: 0; }

.product {
  position: relative;
  display: flex;
  flex-direction: column; }
  .product-list {
    margin-bottom: 1em; }
  .product__image {
    margin-bottom: 30px;
    max-width: 165px;
    margin-left: auto;
    margin-right: auto;
    height: 242px;
    position: relative; }
    .product__image:after {
      content: "";
      position: absolute;
      display: block;
      bottom: -20px;
      z-index: -1;
      left: 0;
      height: 20px;
      width: 100%;
      max-width: 233px;
      border-radius: 100%;
      background: radial-gradient(closest-side, #b6c0d0 0%, rgba(202, 210, 229, 0.73) 37.93%, rgba(255, 255, 255, 0) 100%); }
    .product__image img {
      object-fit: contain;
      width: auto;
      height: 100%; }
  .product__title p,
  .product__title h1,
  .product__title h2,
  .product__title h3,
  .product__title h4,
  .product__title h5,
  .product__title h6, .product__excerpt p,
  .product__excerpt h1,
  .product__excerpt h2,
  .product__excerpt h3,
  .product__excerpt h4,
  .product__excerpt h5,
  .product__excerpt h6 {
    font-size: 1.375rem;
    font-size: clamp(1rem, calc(0.91176rem + 0.44118vw), 1.375rem);
    margin-bottom: 0;
    word-break: break-word;
    text-align: center; }
  .product__title h1,
  .product__title h2,
  .product__title h3,
  .product__title h4,
  .product__title h5,
  .product__title h6 {
    margin-bottom: .5em;
    font-weight: 800; }
  .product__excerpt p {
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: 0px; }
  .product__label {
    display: flex;
    position: absolute;
    top: 4em;
    left: 0;
    background: var(--color-sec);
    padding: 0.3em 1em;
    min-width: 120px; }
    .product__label p {
      display: block;
      width: 100%;
      text-align: center;
      color: var(--color-white);
      font-size: 0.75rem;
      font-family: var(--font-semi-bold);
      letter-spacing: 0;
      font-weight: 700;
      line-height: 1.3125rem;
      text-transform: uppercase; }
  .product__seo-description {
    letter-spacing: 0;
    margin-bottom: 4em; }
    .product__seo-description h2 {
      font-family: var(--font-semi-bold);
      font-weight: normal;
      font-size: 2.5rem;
      font-size: clamp(1.5625rem, calc(1.34191rem + 1.10294vw), 2.5rem);
      line-height: 40px;
      margin-bottom: .5em;
      color: var(--color-prim-lighter); }
    .product__seo-description h3 {
      font-family: var(--font-light);
      font-weight: 300;
      font-size: 1.375rem;
      line-height: 21px;
      margin-bottom: .2em; }
    .product__seo-description strong {
      font-weight: normal;
      font-size: 21px; }
    .product__seo-description p {
      font-family: var(--font-light);
      font-weight: normal;
      font-size: 1.0625rem;
      line-height: 21px; }

@media (min-width: 768px) {
  .load-more {
    width: unset; } }

@media (min-width: 992px) {
  .about_us {
    margin-top: 50px; } }

@media (max-width: 991px) {
  .about_us {
    margin-bottom: 50px; } }

@media screen and (max-width: 1080px) {
  .about_us {
    align-items: center; } }

.about_us__text_left p {
  letter-spacing: normal;
  flex-direction: column;
  font-size: 1.3125rem;
  font-size: clamp(0.9375rem, calc(0.84926rem + 0.44118vw), 1.3125rem);
  line-height: 1.6875rem;
  line-height: clamp(1.3125rem, calc(1.22426rem + 0.44118vw), 1.6875rem); }
  @media (min-width: 992px) {
    .about_us__text_left p {
      font-weight: 400; } }
  @media (max-width: 991px) {
    .about_us__text_left p {
      font-weight: 600; } }

.about_us__text_right {
  flex-direction: column;
  line-height: 1.3; }
  .about_us__text_right > p {
    letter-spacing: normal;
    font-weight: 400;
    font-size: 1.0625rem;
    font-size: clamp(0.9375rem, calc(0.90809rem + 0.14706vw), 1.0625rem);
    line-height: 1.375rem;
    line-height: clamp(1.3125rem, calc(1.29779rem + 0.07353vw), 1.375rem);
    margin-top: 0;
    margin-bottom: 17px; }
  .about_us__text_right > h3 {
    letter-spacing: normal;
    font-size: 1.375rem;
    font-size: clamp(1.25rem, calc(1.22059rem + 0.14706vw), 1.375rem);
    font-weight: 700;
    line-height: 1.8125rem;
    line-height: clamp(1.5625rem, calc(1.50368rem + 0.29412vw), 1.8125rem);
    margin-bottom: 0; }

@media screen and (max-width: 450px) {
  .about_us__text_right, .about_us__text_left {
    width: calc(100% - 40px);
    max-width: unset;
    margin: 0 20px; } }

#map {
  height: 587px;
  width: 100%; }

.swiper {
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible; }

.swiper,
.swiper-slide,
.swiper-wrapper {
  height: auto; }

.product-swiper__title {
  margin-bottom: 5em; }
  .product-swiper__title h1,
  .product-swiper__title h2,
  .product-swiper__title h3,
  .product-swiper__title h4,
  .product-swiper__title h5,
  .product-swiper__title h6 {
    color: var(--color-prim-lighter); }

.product-swiper__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 120px;
  width: 120px;
  transition: 300ms ease-in all;
  color: var(--color-prim-lighter); }
  .product-swiper__arrow.swiper-button-disabled {
    opacity: 0; }
  .product-swiper__arrow--prev {
    left: -120px; }
  .product-swiper__arrow--next {
    right: -120px; }

.product-slide {
  position: relative;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .product-slide:not(:first-child)::before {
      position: absolute;
      left: -.25em;
      content: "";
      border-left: 1px solid var(--color-prim-lighter);
      height: 100%;
      opacity: .5; } }
  .product-slide__image {
    height: 15em;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-bottom: 1em;
    position: relative; }
    .product-slide__image:after {
      content: "";
      position: absolute;
      display: block;
      bottom: 0;
      z-index: -1;
      left: 0;
      height: 20px;
      width: 100%;
      max-width: 233px;
      border-radius: 100%;
      background: radial-gradient(closest-side, #b6c0d0 0%, rgba(202, 210, 229, 0.73) 37.93%, rgba(255, 255, 255, 0) 100%); }
    .product-slide__image img {
      object-fit: contain;
      width: auto;
      height: 100%;
      min-height: 100%;
      min-width: 100%;
      max-width: 100%; }
  .product-slide__title, .product-slide__excerpt {
    margin-left: auto;
    margin-right: auto; }
    .product-slide__title p,
    .product-slide__title h1,
    .product-slide__title h2,
    .product-slide__title h3,
    .product-slide__title h4,
    .product-slide__title h5,
    .product-slide__title h6, .product-slide__excerpt p,
    .product-slide__excerpt h1,
    .product-slide__excerpt h2,
    .product-slide__excerpt h3,
    .product-slide__excerpt h4,
    .product-slide__excerpt h5,
    .product-slide__excerpt h6 {
      margin-bottom: 0;
      word-break: break-word;
      text-align: center; }
  .product-slide__title {
    width: 70%; }
    .product-slide__title h1,
    .product-slide__title h2,
    .product-slide__title h3,
    .product-slide__title h4,
    .product-slide__title h5,
    .product-slide__title h6 {
      font-size: 1.375rem;
      font-size: clamp(1rem, calc(0.91176rem + 0.44118vw), 1.375rem);
      line-height: 1.3125rem;
      line-height: clamp(1.3125rem, calc(1.3125rem + 0vw), 1.3125rem);
      font-weight: 800;
      font-family: var(--font-semi-bold);
      margin-bottom: 20px; }
  .product-slide__excerpt {
    width: 80%; }
    .product-slide__excerpt p {
      font-size: 1.0625rem;
      font-size: clamp(0.875rem, calc(0.83088rem + 0.22059vw), 1.0625rem);
      line-height: 1.3125rem;
      font-weight: 400;
      letter-spacing: 0px; }

.js-product-pagination {
  text-align: center;
  margin-top: 80px; }
  @media (max-width: 961px) {
    .js-product-pagination {
      margin-bottom: 3em; } }
  .js-product-pagination .swiper-pagination-bullet {
    position: relative;
    opacity: 1;
    width: 14px;
    height: 14px;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.26));
    background: #fff; }
    .js-product-pagination .swiper-pagination-bullet:not(:last-child) {
      margin-right: 24px; }
    .js-product-pagination .swiper-pagination-bullet::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      border-radius: 50%;
      border: 0px;
      opacity: 1; }
  .js-product-pagination .swiper-pagination-bullet-active::after {
    background-color: var(--color-prim-lighter); }
  .js-product-pagination .swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: -1; }

@media (max-width: 961px) {
  .norm-swiper,
  .partner-swiper {
    margin-bottom: 3em; } }

.norm-swiper__title,
.partner-swiper__title {
  margin-bottom: 5em; }
  .norm-swiper__title h1,
  .norm-swiper__title h2,
  .norm-swiper__title h3,
  .norm-swiper__title h4,
  .norm-swiper__title h5,
  .norm-swiper__title h6,
  .partner-swiper__title h1,
  .partner-swiper__title h2,
  .partner-swiper__title h3,
  .partner-swiper__title h4,
  .partner-swiper__title h5,
  .partner-swiper__title h6 {
    font-family: var(--font-semi-bold);
    transition: color 0.3s;
    color: var(--color-sec-lighter); }

.norm-swiper__arrow,
.partner-swiper__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 120px;
  width: 120px;
  transition: 300ms ease-in all; }
  .norm-swiper__arrow.swiper-button-disabled,
  .partner-swiper__arrow.swiper-button-disabled {
    opacity: 0; }
  .norm-swiper__arrow--prev,
  .partner-swiper__arrow--prev {
    left: -120px; }
  .norm-swiper__arrow--next,
  .partner-swiper__arrow--next {
    right: -120px; }

.norm:hover .norm__image svg path,
.norm:hover .norm__image svg tspan {
  transition: all 0.3s;
  fill: white;
  stroke: unset !important; }

.norm:hover .norm__banner {
  transition: background-color 0.3s;
  background-color: var(--color-prim-lighter); }

.norm:hover .norm__title h3 {
  transition: color 0.3s;
  color: var(--color-white); }

.norm__banner {
  transition: background-color 0.3s;
  background-color: var(--color-white);
  padding-left: 1.2em;
  padding-right: 1.2em;
  padding-top: 1.2em;
  padding-bottom: .7em;
  margin-bottom: 1.2em; }

.norm__image {
  height: 4em;
  overflow: hidden;
  margin-bottom: 20px; }
  .norm__image img {
    object-fit: contain;
    width: auto;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%; }
    .norm__image img path,
    .norm__image img tspan {
      transition: all 0.3s;
      fill: var(--color-prim);
      stroke: unset !important; }

.norm__title p,
.norm__title h1,
.norm__title h2,
.norm__title h3,
.norm__title h4,
.norm__title h5,
.norm__title h6, .norm__excerpt p,
.norm__excerpt h1,
.norm__excerpt h2,
.norm__excerpt h3,
.norm__excerpt h4,
.norm__excerpt h5,
.norm__excerpt h6 {
  font-size: 1.375rem;
  font-size: clamp(1rem, calc(0.91176rem + 0.44118vw), 1.375rem);
  line-height: 1.3125rem;
  line-height: clamp(1.3125rem, calc(1.3125rem + 0vw), 1.3125rem);
  margin-bottom: 0;
  word-break: break-word;
  text-align: center; }

.norm__title {
  min-height: 2em; }
  .norm__title h1,
  .norm__title h2,
  .norm__title h3,
  .norm__title h4,
  .norm__title h5,
  .norm__title h6 {
    font-weight: 800; }

.norm__excerpt p {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0px; }

.archive-norm {
  position: relative; }
  .archive-norm__banner {
    transition: background-color 0.3s;
    background-color: var(--color-white);
    padding-left: 1.2em;
    padding-right: 1.2em;
    padding-top: 2em;
    padding-bottom: .7em; }
  .archive-norm__text {
    padding: 24px;
    overflow: hidden;
    line-height: normal;
    background-color: var(--color-prim-light);
    min-height: 145px; }
  .archive-norm__image {
    display: flex;
    overflow: hidden;
    margin-bottom: 20px; }
    .archive-norm__image img {
      margin-left: auto;
      margin-right: auto;
      width: 50%;
      object-fit: contain; }
  .archive-norm__title p,
  .archive-norm__title span,
  .archive-norm__title h1,
  .archive-norm__title h2,
  .archive-norm__title h3,
  .archive-norm__title h4,
  .archive-norm__title h5,
  .archive-norm__title h6, .archive-norm__excerpt p,
  .archive-norm__excerpt span,
  .archive-norm__excerpt h1,
  .archive-norm__excerpt h2,
  .archive-norm__excerpt h3,
  .archive-norm__excerpt h4,
  .archive-norm__excerpt h5,
  .archive-norm__excerpt h6, .archive-norm__button p,
  .archive-norm__button span,
  .archive-norm__button h1,
  .archive-norm__button h2,
  .archive-norm__button h3,
  .archive-norm__button h4,
  .archive-norm__button h5,
  .archive-norm__button h6 {
    font-size: 1.375rem;
    font-size: clamp(1rem, calc(0.91176rem + 0.44118vw), 1.375rem);
    line-height: 1.3125rem;
    line-height: clamp(1.3125rem, calc(1.3125rem + 0vw), 1.3125rem);
    color: var(--color-white);
    margin-bottom: 0;
    word-break: break-word; }
  .archive-norm__title {
    margin-bottom: .5em; }
    .archive-norm__title h1,
    .archive-norm__title h2,
    .archive-norm__title h3,
    .archive-norm__title h4,
    .archive-norm__title h5,
    .archive-norm__title h6 {
      font-family: var(--font-semi-bold);
      font-weight: 700;
      font-size: 24px;
      line-height: normal; }
  .archive-norm__excerpt p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: normal; }
  .archive-norm__button {
    background: var(--color-prim);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1em; }
    .archive-norm__button span {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 700; }
    .archive-norm__button svg {
      margin-left: auto;
      background: white;
      border-radius: 100%; }
      .archive-norm__button svg path {
        fill: var(--color-sec); }

.product-text {
  display: none; }
  .product-text--active {
    display: block; }

.product-group {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .product-group:hover {
    background-color: rgba(var(--color-prim-lighter-rgb), 0.05); }
  .product-group__icon {
    margin-bottom: 16px; }
    @media (min-width: 992px) {
      .product-group__icon {
        margin-left: 16px; } }
  .product-group__description {
    font-weight: 4  00;
    line-height: normal; }
  .product-group__content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1.7em;
    margin-bottom: auto; }
  .product-group__image {
    position: relative;
    overflow: hidden;
    margin-top: 1.8em;
    margin-bottom: 33px; }
    .product-group__image img {
      object-fit: cover;
      width: 100%;
      max-width: unset; }
  .product-group__title h3 {
    letter-spacing: 0.8px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 6px; }
  .product-group__subtitle {
    font-size: 1.25rem;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1em;
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--color-white); }
    .product-group__subtitle::after {
      content: "";
      position: absolute;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.395' height='17.375'%3E%3Cpath fill='none' stroke='%23fff' d='m.354.353 8.334 8.334-8.334 8.334' data-name='Path 81'/%3E%3C/svg%3E");
      width: 9.395px;
      height: 17.375px;
      background-repeat: no-repeat;
      bottom: 1.3em;
      right: 1em; }
    .product-group__subtitle:hover {
      color: var(--color-white); }

.filters__check {
  display: flex; }

.filters__label {
  font-size: 17px; }

.sidebar .wpc-term-item-content-wrapper,
.sidebar .wpc-filters-widget-main-wrapper .wpc-term-item-content-wrapper {
  align-items: flex-start; }

.sidebar .wpc-filters-widget-main-wrapper li.wpc-term-item input[type=checkbox] {
  margin-top: 2px; }

.topbar {
  margin-bottom: 3em; }
  .topbar .wpc-filters-widget-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .topbar .wpc-filters-widget-wrapper {
        flex-direction: column; } }
  .topbar .wpc-filters-section {
    width: 20%; }
    @media (max-width: 991px) {
      .topbar .wpc-filters-section {
        width: 100%; } }
  .topbar .wpc-filter-header {
    font-family: var(--font-regular);
    font-weight: 600;
    font-size: 1.1875rem;
    font-size: clamp(1rem, calc(0.95588rem + 0.22059vw), 1.1875rem);
    line-height: 30px;
    text-align: left;
    color: #064391; }
  .topbar .wpc-filter-content {
    color: var(--color-prim-lighter); }
    .topbar .wpc-filter-content select {
      background: transparent; }
  .topbar .select2-selection {
    border-radius: 0 !important;
    background: transparent !important;
    border-color: var(--color-prim-lighter);
    border: solid 1px var(--color-prim-lighter) !important; }

form .wpcf7-not-valid-tip {
  font-size: 0.9375rem; }

.form {
  width: 100%; }
  @media (min-width: 992px) {
    .form__main {
      width: 80%; } }
  @media (max-width: 991px) {
    .form__main {
      margin-bottom: 3em; } }
  .form label {
    width: 100%; }
  .form input:not([type='checkbox']):not([type='submit']),
  .form textarea {
    padding: .4em;
    line-height: normal;
    width: 100%;
    border: unset;
    background-color: var(--color-white);
    resize: none;
    color: var(--color-prim); }
    .form input:not([type='checkbox']):not([type='submit'])::placeholder,
    .form textarea::placeholder {
      color: #B4BCDA; }
  .form input[type="checkbox"] {
    margin-right: 10px; }
  .form .prefill {
    background: rgba(var(--color-prim-rgb), 0.1);
    border-left: 4px solid var(--color-prim-lighter);
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-bottom: .5em;
    padding-top: 1.5em; }
    .form .prefill label {
      font-family: var(--font-regular);
      font-size: 1rem;
      font-weight: bold; }
    .form .prefill input:not([type='checkbox']):not([type='submit']) {
      font-family: var(--font-light);
      font-weight: 200;
      color: #3E516F; }
      .form .prefill input:not([type='checkbox']):not([type='submit']):focus-visible {
        border: unset; }
  .form h2 {
    color: var(--color-prim-lighter);
    font-size: 1.5625rem; }
  .form .btn {
    background: var(--color-prim-lighter);
    padding-top: .3em;
    padding-right: 1.5em;
    padding-bottom: .3em;
    padding-left: 1.5em; }
  .form .wpcf7-list-item-label {
    vertical-align: top;
    display: inline-block;
    font-size: 15px;
    line-height: normal;
    font-family: var(--font-light);
    margin-bottom: 1em; }

.contact__form .wpcf7-list-item-label {
  vertical-align: top;
  display: inline-block;
  font-size: 15px;
  line-height: normal;
  font-family: var(--font-light);
  margin-bottom: 1em; }

.contact .form h1 {
  font-weight: normal;
  font-size: 40px;
  line-height: normal;
  text-align: left;
  color: var(--color-prim-lighter); }

.contact .form p {
  font-family: var(--font-light);
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: normal;
  letter-spacing: 0;
  color: #064391; }

.contact .form form p {
  margin-bottom: 9.9px; }

.contact .form .contact__text_top p {
  margin-bottom: 2em; }

.contact .form input:not([type='checkbox']):not([type='submit']),
.contact .form textarea {
  padding: .4em;
  width: 100%;
  border: unset;
  background-color: var(--color-white);
  resize: none;
  margin-right: 10px;
  color: var(--color-prim); }
  .contact .form input:not([type='checkbox']):not([type='submit'])::placeholder,
  .contact .form textarea::placeholder {
    color: #B4BCDA; }

.contact .form textarea {
  height: 195px; }

.contact .form .btn {
  background: var(--color-prim-lighter);
  padding-top: 1.2em;
  padding-right: 1.3em;
  padding-bottom: 1em;
  padding-left: 1.3em;
  font-size: 18px;
  height: 40px;
  text-align: center; }

.contact .form .wpcf7-list-item-label {
  padding-left: 10px; }

.contact__submit {
  margin-top: 1.2em; }

.newsletter {
  margin-top: 3em; }
  @media (max-width: 991px) {
    .newsletter {
      margin-top: 6em; } }
  .newsletter p {
    display: none; }
  .newsletter b {
    margin-bottom: 1em;
    display: block; }
  .newsletter .wpcf7-form-control-wrap {
    width: 70%;
    padding-right: 0; }
  .newsletter input:not([type='checkbox']):not([type='submit']),
  .newsletter textarea {
    padding: .4em;
    width: 100%;
    height: 47px;
    border: unset;
    background-color: var(--color-white);
    resize: none;
    color: var(--color-prim); }
    .newsletter input:not([type='checkbox']):not([type='submit'])::placeholder,
    .newsletter textarea::placeholder {
      color: #B4BCDA; }
  .newsletter .contact__submit {
    width: 30%;
    height: 47px;
    margin: 0;
    padding-left: 0; }
    .newsletter .contact__submit button[type='submit'] {
      width: 100%;
      height: 100%;
      background: var(--color-prim-lighter);
      color: #fff;
      border: 0;
      font-size: 0.9375rem;
      font-size: clamp(0.8125rem, calc(0.78309rem + 0.14706vw), 0.9375rem); }

.product-form h3 {
  letter-spacing: 0;
  font-size: 1.5625rem;
  font-size: clamp(1.25rem, calc(1.17647rem + 0.36765vw), 1.5625rem); }

.product-form__image {
  display: flex;
  flex-direction: column; }
  .product-form__image:after {
    content: "";
    display: block;
    bottom: 0;
    z-index: -1;
    left: 0;
    height: 20px;
    width: 100%;
    max-width: 233px;
    border-radius: 100%;
    background: radial-gradient(closest-side, #b6c0d0 0%, rgba(202, 210, 229, 0.73) 37.93%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    align-self: center; }
  .product-form__image img {
    align-self: center; }

.double-image-text__title {
  margin-top: 0;
  margin-bottom: 1em; }

.double-image-text__image {
  margin-bottom: 2em;
  height: 30em;
  overflow: hidden;
  display: flex; }
  .double-image-text__image img {
    max-width: unset;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; }

.section__full-width-text h1,
.norm__description h1 {
  color: var(--color-prim-lighter);
  font-size: 2.5rem;
  font-size: clamp(1.25rem, calc(0.95588rem + 1.47059vw), 2.5rem);
  line-height: normal; }

.section__full-width-text h2,
.norm__description h2 {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px; }

.section__full-width-text p,
.norm__description p {
  margin-bottom: 15px; }

.section__full-width-text p,
.section__full-width-text ul,
.section__full-width-text ol,
.norm__description p,
.norm__description ul,
.norm__description ol {
  font-size: 17px;
  line-height: normal; }

@keyframes slideDown {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0); } }

.sticky-bar {
  transition: top .5s ease-in-out;
  position: fixed;
  top: -11%;
  left: 0;
  width: 100%;
  max-height: 100px;
  overflow: hidden;
  height: 100%;
  z-index: 9;
  background-repeat: no-repeat;
  border-top: 2px solid var(--color-prim-lighter);
  background-color: #fff;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05); }
  .sticky-bar.is-sticky {
    transition: top .5s ease-in-out;
    top: 0; }
  @media (max-width: 1199.98px) {
    .sticky-bar {
      display: none;
      visibility: hidden;
      pointer-events: none; } }
  .sticky-bar__main, .sticky-bar__flex, .sticky-bar__row, .sticky-bar__container {
    height: 100%; }
  .sticky-bar__btn {
    font-size: 15px;
    padding: 18px;
    text-transform: uppercase;
    color: #fff;
    transition: 300ms ease-in-out; }
    .sticky-bar__btn--green {
      color: var(--color-white) !important;
      background-color: #7ed321; }
      .sticky-bar__btn--green:hover {
        background-color: #71bd1e; }
    .sticky-bar__btn--blue {
      color: var(--color-white) !important;
      background-color: var(--color-prim); }
      .sticky-bar__btn--blue:hover {
        background-color: #053879; }
  .sticky-bar__product-image {
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .sticky-bar__product-image img {
      display: block;
      width: auto;
      height: 100%;
      max-height: 55px; }
  .sticky-bar__flex {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .sticky-bar__main {
    display: flex;
    align-items: center; }
  .sticky-bar__title {
    font-size: 24px;
    line-height: 1.04;
    margin-left: 44px;
    color: var(--color-prim-lighter);
    font-family: var(--font-semi-bold);
    max-width: 500px;
    word-wrap: break-word; }

.banner {
  position: relative;
  margin-bottom: 40px; }
  .banner__image {
    overflow: hidden; }
    .banner__image img {
      height: 100%;
      max-height: 21.25rem;
      max-height: clamp(9.375rem, calc(6.58088rem + 13.97059vw), 21.25rem);
      object-fit: cover; }
  .banner__overlay {
    position: absolute;
    top: 0;
    left: 2em; }
    .banner__overlay span {
      color: #fff; }

.section__image-text__content {
  line-height: normal; }
  .section__image-text__content p {
    font-size: clamp(0.9375rem, calc(0.90809rem + 0.14706vw), 1.0625rem);
    line-height: normal; }
  .section__image-text__content ol li,
  .section__image-text__content ul li {
    font-size: 1.0625rem;
    margin-left: 20px;
    line-height: normal; }

.section__image-text__image {
  margin-bottom: 2em;
  height: 18em;
  overflow: hidden;
  display: flex; }
  @media (min-width: 992px) {
    .section__image-text__image {
      padding-right: 2em; } }
  .section__image-text__image img {
    max-width: unset;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; }

#breadcrumbs a {
  font-weight: normal;
  text-decoration: underline; }

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center; }
  .nav-links .page-numbers {
    margin-left: .5em;
    margin-right: .5em;
    font-weight: 100;
    font-family: var(--font-light); }
  .nav-links .prev,
  .nav-links .next {
    padding: .5em 1em;
    background: var(--color-prim-lighter);
    color: var(--color-white); }
  .nav-links .current {
    font-weight: 700;
    font-family: var(--font-semi-bold); }

.page-template-single-norm .norm__description {
  margin-bottom: 5em; }

.page-template-single-norm .norm__hero {
  height: 10em;
  background: var(--color-prim);
  width: 100vw;
  margin-bottom: 2em; }
  .page-template-single-norm .norm__hero__content {
    height: 100%;
    margin-top: 2em; }
    .page-template-single-norm .norm__hero__content h1,
    .page-template-single-norm .norm__hero__content p {
      color: var(--color-white);
      max-height: 2.5em;
      overflow: hidden;
      text-overflow: ellipsis; }

.norm-sidebar {
  overflow: hidden;
  transition: height .3s ease-in-out;
  margin-bottom: 4em; }
  @media (min-width: 992px) {
    .norm-sidebar {
      margin-right: 1em; } }
  @media (max-width: 991px) {
    .norm-sidebar {
      height: 0; } }
  .norm-sidebar__button {
    display: none; }
    @media (max-width: 991px) {
      .norm-sidebar__button {
        display: block; } }
  .norm-sidebar--open {
    transition: height .3s ease-in-out;
    height: 100%; }
  .norm-sidebar-item {
    transition: all .3s ease-in-out;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    background: #fff;
    line-height: 1; }
    .norm-sidebar-item:not(:last-of-type) {
      border-bottom: 1px solid #dedede; }
    .norm-sidebar-item:hover {
      transition: all .3s ease-in-out;
      background-color: var(--color-prim-lighter);
      color: var(--color-white); }
  .norm-sidebar .active {
    background-color: var(--color-prim-lighter);
    color: var(--color-white); }

/**
 * General
 */
body:not(.home) {
  background-color: #F6FBFE; }

.header {
  background-color: #fff; }

/**
 * Breacrumbs
 */
.breadcrumbs {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 16px; }
  .breadcrumbs span {
    font-size: 16px !important; }

/**
 * Product archive /assortiment/
 */
.page-header {
  margin-bottom: 120px; }
  body.post-type-archive-product .page-header,
  body.page-template-archive-norm .page-header {
    margin-bottom: 10px; }
  .page-header--product-detail {
    margin-bottom: 1em; }
    .page-header--product-detail h1 {
      margin-bottom: 0; }
  .page-header__title {
    font-size: 2.5rem;
    font-size: clamp(1.25rem, calc(0.95588rem + 1.47059vw), 2.5rem);
    color: #4BAFE8; }
    .page-header__title--top-space {
      margin-top: 50px; }
  .page-header__feature-image {
    overflow: hidden;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto; }
    .page-header__feature-image img {
      height: 100%;
      object-fit: contain; }
  .page-header__description {
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
    font-family: var(--font-light); }

.page-template-product-category .page-header {
  margin-bottom: 60px; }

/**
 * Sidebar
 */
.sidebar {
  /**
     * Header
     */
  /**
     * Content
     */ }
  .sidebar .wpc-filter-header {
    border-bottom: 1px solid rgba(6, 67, 145, 0.1);
    font-size: 17px;
    margin-bottom: 12px;
    max-width: calc(100% - 55px); }
  .sidebar .wpc-filter-title {
    font-family: var(--font-semi-bold);
    margin-bottom: 0; }
  .sidebar .wpc-filter-content li {
    font-size: 16px; }
    .sidebar .wpc-filter-content li .wpc-term-count {
      color: #56B4E9; }

/**
 * Product cards on assortment page
 */
.product {
  padding-top: 0;
  padding-right: 32px;
  padding-bottom: 20px;
  padding-left: 32px;
  text-align: center; }
  .product__wrapper {
    margin-bottom: 40px; }
  .product__excerpt {
    font-size: 17px;
    font-weight: 300; }
  @media (min-width: 768px) {
    body:not(.single-product):not(.page-template-single-norm) .product__wrapper {
      position: relative; }
      body:not(.single-product):not(.page-template-single-norm) .product__wrapper::before {
        position: absolute;
        left: -.1em;
        content: "";
        border-left: 2px solid var(--color-prim-lighter);
        height: 100%;
        opacity: .5; } }
  @media (min-width: 1400px) {
    body:not(.single-product):not(.page-template-single-norm) .product__wrapper:nth-of-type(4n - 3)::before {
      display: none; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  body:not(.single-product):not(.page-template-single-norm) .product__wrapper:nth-of-type(3n - 2)::before {
    display: none; } }

@media (min-width: 768px) and (max-width: 1199px) {
  body:not(.single-product):not(.page-template-single-norm) .product__wrapper:nth-of-type(2n - 1)::before {
    display: none; } }
  .product__title {
    text-align: center;
    font-size: 22px !important;
    line-height: 21px !important;
    font-weight: 800;
    margin-bottom: 0.5em; }
  .product__image {
    margin-bottom: 30px;
    height: 242px;
    position: relative; }
    .product__image img {
      max-width: 165px;
      position: absolute;
      bottom: 0;
      top: 0;
      margin: auto;
      left: 0;
      right: 0;
      object-fit: contain; }

@media (min-width: 768px) {
  body.page-template-single-norm .product__wrapper {
    position: relative; }
    body.page-template-single-norm .product__wrapper::before {
      position: absolute;
      left: -.1em;
      content: "";
      border-left: 2px solid var(--color-prim-lighter);
      height: 100%;
      opacity: .5; } }

@media (min-width: 1400px) {
  body.page-template-single-norm .product__wrapper:nth-of-type(3n - 2)::before {
    display: none; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  body.page-template-single-norm .product__wrapper:nth-of-type(3n - 2)::before {
    display: none; } }

@media (min-width: 768px) and (max-width: 1199px) {
  body.page-template-single-norm .product__wrapper:nth-of-type(2n - 1)::before {
    display: none; } }

/**
 * About page
 */
.about__content {
  position: relative;
  padding-top: 2em; }
  .about__content:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    background: var(--color-white);
    top: 0;
    z-index: -1;
    left: -1000vw; }
    @media (min-width: 992px) {
      .about__content:before {
        left: -58.5vw; } }

.template-about__section {
  padding-bottom: 120px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

@media (max-width: 1199.98px) {
  .template-about__images {
    display: flex; } }

@media (max-width: 575.98px) {
  .template-about__images {
    display: block; } }

@media (max-width: 767.98px) {
  .template-about {
    margin-bottom: 60px; } }

.template-about__featured-image {
  overflow: hidden;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 38px;
  margin-right: 44px;
  position: relative; }
  @media (max-width: 1199.98px) {
    .template-about__featured-image {
      width: 50%;
      padding-bottom: 40%; } }
  @media (max-width: 575.98px) {
    .template-about__featured-image {
      padding-bottom: 75%;
      width: 100%; } }
  .template-about__featured-image img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

@media (max-width: 1199.98px) {
  .template-about .template-about__row {
    flex-direction: column-reverse; } }

.template-about .intro {
  font-family: var(--font-regular);
  margin-bottom: 35px;
  font-weight: normal;
  font-size: 21px;
  line-height: 30px; }

.template-about .editor-content {
  font-weight: 500;
  font-size: 17px !important; }
  .template-about .editor-content h2,
  .template-about .editor-content h3,
  .template-about .editor-content h4,
  .template-about .editor-content h5,
  .template-about .editor-content h6 {
    font-size: 22px !important;
    margin-bottom: 0 !important;
    color: #4BAFE8;
    text-transform: none;
    font-family: var(--font-light); }
  .template-about .editor-content ul,
  .template-about .editor-content li,
  .template-about .editor-content p {
    font-size: inherit;
    line-height: 1.76; }
  .template-about .editor-content p {
    margin-top: 0; }

.btn--back {
  position: relative;
  border: 1px solid #4BAFE8;
  background: transparent;
  color: #4BAFE8;
  padding: 9px 25px 9px 45px;
  width: 100%;
  max-width: 220px;
  margin-bottom: 30px;
  font-size: 17px; }
  .btn--back::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    left: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.672' height='14.062'%3E%3Cpath data-name='↳Color' d='M1.65,0,0,1.652,5.36,7.031,0,12.41l1.65,1.652L8.672,7.031Z' fill='%2356b4e9'/%3E%3C/svg%3E");
    width: 8.672px;
    height: 14.062px;
    transition: 300ms ease-in-out all; }
  .btn--back:hover {
    background-color: #4BAFE8;
    color: #fff; }
    .btn--back:hover::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.672' height='14.062'%3E%3Cpath data-name='↳Color' d='M1.65,0,0,1.652,5.36,7.031,0,12.41l1.65,1.652L8.672,7.031Z' fill='%23fff'/%3E%3C/svg%3E"); }

/**
 * Single product images
 */
.single-product__description {
  margin-bottom: 20px; }

.single-product .section__contact {
  padding-top: 0;
  margin-top: 2em;
  background-color: #fff; }

.single-product__brand {
  background-color: #fff;
  display: inline-block; }
  .single-product__brand img {
    padding: 15px; }

.gallery__image {
  padding-left: 100px;
  padding-right: 100px; }
  .gallery__image img {
    display: block;
    width: 100%;
    object-fit: cover; }

.single-product__carousel {
  margin-bottom: 45px; }

.single-product__main-image {
  padding-left: 60px;
  padding-right: 60px;
  height: 376px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  align-items: baseline;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 1em; }
  .single-product__main-image:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    z-index: -1;
    left: 28%;
    height: 20px;
    width: 100%;
    max-width: 233px;
    border-radius: 100%;
    background: radial-gradient(closest-side, #b6c0d0 0%, rgba(202, 210, 229, 0.73) 37.93%, rgba(255, 255, 255, 0) 100%); }
  .single-product__main-image img {
    display: block;
    height: 100%;
    width: auto;
    object-fit: contain; }

.single-product__thumb {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
  border: 2px solid transparent;
  height: 137px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .single-product__thumb > img {
    max-height: 117px;
    display: block;
    height: 100%;
    width: auto; }
  .single-product__thumb:hover,
  .swiper-slide-active .single-product__thumb {
    border: 2px solid var(--color-prim-lighter); }

@media (min-width: 768px) {
  .sidebar .wpc-filters-open-button-container {
    display: none !important; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 25px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: #000;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 50px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 50px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 50px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 50px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 50px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 50px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 8px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -50px;
      top: -50px;
      transform: translate3d(50px, 50px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -50px;
      top: -50px;
      transform: translate3d(-50px, 50px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 8px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -50px;
      top: 50px;
      transform: translate3d(50px, -50px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -50px;
      top: 50px;
      transform: translate3d(-50px, -50px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1px; }
  .hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 16px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-3.57143px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 1px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 16px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(3.57143px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 8px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 8px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

@media (max-width: 575px) {
  .container {
    padding-left: 12px;
    padding-right: 12px; } }
