@import url(//hello.myfonts.net/count/341299);
@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
html, body, div, span, applet, object, iframe,
h1,
.h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small,
.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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, .mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
  background: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

i {
  display: inline-block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  cursor: pointer;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* Colours */
/* Fonts */
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #484848;
  --bs-btn-border-color: #484848;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: rgb(61.2, 61.2, 61.2);
  --bs-btn-hover-border-color: rgb(57.6, 57.6, 57.6);
  --bs-btn-focus-shadow-rgb: 99, 99, 99;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgb(57.6, 57.6, 57.6);
  --bs-btn-active-border-color: #363636;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #484848;
  --bs-btn-disabled-border-color: #484848;
}

.btn-secondary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000000;
  --bs-btn-bg: #ffe37f;
  --bs-btn-border-color: #ffe37f;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(255, 231.2, 146.2);
  --bs-btn-hover-border-color: rgb(255, 229.8, 139.8);
  --bs-btn-focus-shadow-rgb: 217, 193, 108;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(255, 232.6, 152.6);
  --bs-btn-active-border-color: rgb(255, 229.8, 139.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #ffe37f;
  --bs-btn-disabled-border-color: #ffe37f;
}

.btn-danger {
  --bs-btn-color: #000000;
  --bs-btn-bg: #e64334;
  --bs-btn-border-color: #e64334;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(233.75, 95.2, 82.45);
  --bs-btn-hover-border-color: rgb(232.5, 85.8, 72.3);
  --bs-btn-focus-shadow-rgb: 196, 57, 44;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(235, 104.6, 92.6);
  --bs-btn-active-border-color: rgb(232.5, 85.8, 72.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #e64334;
  --bs-btn-disabled-border-color: #e64334;
}

.btn-light {
  --bs-btn-color: #000000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #484848;
  --bs-btn-border-color: #484848;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #484848;
  --bs-btn-hover-border-color: #484848;
  --bs-btn-focus-shadow-rgb: 72, 72, 72;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #484848;
  --bs-btn-active-border-color: #484848;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #484848;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #484848;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffe37f;
  --bs-btn-border-color: #ffe37f;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ffe37f;
  --bs-btn-hover-border-color: #ffe37f;
  --bs-btn-focus-shadow-rgb: 255, 227, 127;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ffe37f;
  --bs-btn-active-border-color: #ffe37f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffe37f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffe37f;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #e64334;
  --bs-btn-border-color: #e64334;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #e64334;
  --bs-btn-hover-border-color: #e64334;
  --bs-btn-focus-shadow-rgb: 230, 67, 52;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #e64334;
  --bs-btn-active-border-color: #e64334;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e64334;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e64334;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 99, 99, 99;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

/*!
 * Bootstrap  v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #245B92;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #e64334;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffe37f;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000000;
  --bs-white: #ffffff;
  --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: #484848;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffe37f;
  --bs-danger: #e64334;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 72, 72, 72;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 227, 127;
  --bs-danger-rgb: 230, 67, 52;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(28.8, 28.8, 28.8);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 90.8, 50.8);
  --bs-danger-text-emphasis: rgb(92, 26.8, 20.8);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(218.4, 218.4, 218.4);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 249.4, 229.4);
  --bs-danger-bg-subtle: rgb(250, 217.4, 214.4);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(181.8, 181.8, 181.8);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 243.8, 203.8);
  --bs-danger-border-subtle: rgb(245, 179.8, 173.8);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --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: "Sailec", Helvetica, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #484848;
  --bs-link-color-rgb: 72, 72, 72;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(57.6, 57.6, 57.6);
  --bs-link-hover-color-rgb: 58, 58, 58;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 249.4, 229.4);
  --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-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(72, 72, 72, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #e64334;
  --bs-form-invalid-border-color: #e64334;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #ffffff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(145.2, 145.2, 145.2);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 238.2, 178.2);
  --bs-danger-text-emphasis: rgb(240, 142.2, 133.2);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(14.4, 14.4, 14.4);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 45.4, 25.4);
  --bs-danger-bg-subtle: rgb(46, 13.4, 10.4);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(43.2, 43.2, 43.2);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 136.2, 76.2);
  --bs-danger-border-subtle: rgb(138, 40.2, 31.2);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(145.2, 145.2, 145.2);
  --bs-link-hover-color: rgb(167.16, 167.16, 167.16);
  --bs-link-color-rgb: 145, 145, 145;
  --bs-link-hover-color-rgb: 167, 167, 167;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 90.8, 50.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(240, 142.2, 133.2);
  --bs-form-invalid-border-color: rgb(240, 142.2, 133.2);
}

*,
*::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: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

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

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

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

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

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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: var(--bs-secondary-color);
  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;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@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] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* 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;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

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

.col {
  flex: 1 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-1,
.gx-1 {
  --bs-gutter-x: 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.33333333%;
  }
  .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.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 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.33333333%;
  }
  .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.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 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.33333333%;
  }
  .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.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 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.33333333%;
  }
  .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.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 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.33333333%;
  }
  .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.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 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;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000000;
  --bs-table-bg: rgb(218.4, 218.4, 218.4);
  --bs-table-border-color: rgb(174.72, 174.72, 174.72);
  --bs-table-striped-bg: rgb(207.48, 207.48, 207.48);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(196.56, 196.56, 196.56);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(202.02, 202.02, 202.02);
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000000;
  --bs-table-bg: rgb(255, 249.4, 229.4);
  --bs-table-border-color: rgb(204, 199.52, 183.52);
  --bs-table-striped-bg: rgb(242.25, 236.93, 217.93);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(229.5, 224.46, 206.46);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(235.875, 230.695, 212.195);
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000000;
  --bs-table-bg: rgb(250, 217.4, 214.4);
  --bs-table-border-color: rgb(200, 173.92, 171.52);
  --bs-table-striped-bg: rgb(237.5, 206.53, 203.68);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(225, 195.66, 192.96);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(231.25, 201.095, 198.32);
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #ffffff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #ffffff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(163.5, 163.5, 163.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(72, 72, 72, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(163.5, 163.5, 163.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(72, 72, 72, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(163.5, 163.5, 163.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(72, 72, 72, 0.25);
}
.form-check-input:checked {
  background-color: #484848;
  border-color: #484848;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #484848;
  border-color: #484848;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28163.5, 163.5, 163.5%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(72, 72, 72, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(72, 72, 72, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #484848;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(200.1, 200.1, 200.1);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #484848;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(200.1, 200.1, 200.1);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder), .form-floating > .form-control-plaintext:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:not(:-moz-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e64334'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e64334' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e64334'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e64334' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #484848;
  --bs-btn-border-color: #484848;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: rgb(61.2, 61.2, 61.2);
  --bs-btn-hover-border-color: rgb(57.6, 57.6, 57.6);
  --bs-btn-focus-shadow-rgb: 99, 99, 99;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgb(57.6, 57.6, 57.6);
  --bs-btn-active-border-color: #363636;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #484848;
  --bs-btn-disabled-border-color: #484848;
}

.btn-secondary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000000;
  --bs-btn-bg: #ffe37f;
  --bs-btn-border-color: #ffe37f;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(255, 231.2, 146.2);
  --bs-btn-hover-border-color: rgb(255, 229.8, 139.8);
  --bs-btn-focus-shadow-rgb: 217, 193, 108;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(255, 232.6, 152.6);
  --bs-btn-active-border-color: rgb(255, 229.8, 139.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #ffe37f;
  --bs-btn-disabled-border-color: #ffe37f;
}

.btn-danger {
  --bs-btn-color: #000000;
  --bs-btn-bg: #e64334;
  --bs-btn-border-color: #e64334;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(233.75, 95.2, 82.45);
  --bs-btn-hover-border-color: rgb(232.5, 85.8, 72.3);
  --bs-btn-focus-shadow-rgb: 196, 57, 44;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(235, 104.6, 92.6);
  --bs-btn-active-border-color: rgb(232.5, 85.8, 72.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #e64334;
  --bs-btn-disabled-border-color: #e64334;
}

.btn-light {
  --bs-btn-color: #000000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #484848;
  --bs-btn-border-color: #484848;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #484848;
  --bs-btn-hover-border-color: #484848;
  --bs-btn-focus-shadow-rgb: 72, 72, 72;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #484848;
  --bs-btn-active-border-color: #484848;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #484848;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #484848;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffe37f;
  --bs-btn-border-color: #ffe37f;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ffe37f;
  --bs-btn-hover-border-color: #ffe37f;
  --bs-btn-focus-shadow-rgb: 255, 227, 127;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ffe37f;
  --bs-btn-active-border-color: #ffe37f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffe37f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffe37f;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #e64334;
  --bs-btn-border-color: #e64334;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #e64334;
  --bs-btn-hover-border-color: #e64334;
  --bs-btn-focus-shadow-rgb: 230, 67, 52;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #e64334;
  --bs-btn-active-border-color: #e64334;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e64334;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e64334;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 99, 99, 99;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #ffffff;
  --bs-dropdown-link-active-bg: #484848;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #ffffff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #ffffff;
  --bs-dropdown-link-active-bg: #484848;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * 1px);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * 1px);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(72, 72, 72, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #ffffff;
  --bs-nav-pills-link-active-bg: #484848;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

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

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #ffffff;
  --bs-navbar-brand-color: #ffffff;
  --bs-navbar-brand-hover-color: #ffffff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-top,
  .card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-bottom,
  .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-top,
  .card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-bottom,
  .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%2828.8, 28.8, 28.8%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(72, 72, 72, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28145.2, 145.2, 145.2%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28145.2, 145.2, 145.2%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(72, 72, 72, 0.25);
  --bs-pagination-active-color: #ffffff;
  --bs-pagination-active-bg: #484848;
  --bs-pagination-active-border-color: #484848;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #ffffff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #ffffff;
  --bs-progress-bar-bg: #484848;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #ffffff;
  --bs-list-group-active-bg: #484848;
  --bs-list-group-active-border-color: #484848;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(72, 72, 72, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: "Sailec", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: "Sailec", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000000;
  --bs-carousel-caption-color: #000000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #ffffff;
  --bs-carousel-caption-color: #ffffff;
  --bs-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000000;
  --bs-carousel-caption-color: #000000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000000 55%, rgba(0, 0, 0, 0.8) 75%, #000000 95%);
          mask-image: linear-gradient(130deg, #000000 55%, rgba(0, 0, 0, 0.8) 75%, #000000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(58, 58, 58, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(58, 58, 58, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 233, 153, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 233, 153, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(235, 105, 93, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(235, 105, 93, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

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

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.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;
  }
}
.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) {
  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;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !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: var(--bs-border-width);
  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;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: 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;
}

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

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

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

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

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

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

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

.overflow-y-scroll {
  overflow-y: 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-inline-grid {
  display: inline-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: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.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-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-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-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-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-lighter {
  font-weight: lighter !important;
}

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

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

.fw-medium {
  font-weight: 500 !important;
}

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

.fw-bold {
  font-weight: 700 !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: var(--bs-secondary-color) !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-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

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

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !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;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

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

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

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

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

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

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

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

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

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

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

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

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

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

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

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

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

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

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

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-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-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !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-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

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

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

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

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          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-xxl) !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-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

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

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

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

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

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

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

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

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

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

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

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

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

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

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

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

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

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

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

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

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

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

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

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

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

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

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

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

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

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

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

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

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

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-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;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-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;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-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;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-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;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-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: 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-inline-grid {
    display: inline-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;
  }
}
.btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #007573;
  --bs-btn-border-color: #007573;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: rgb(0, 99.45, 97.75);
  --bs-btn-hover-border-color: rgb(0, 93.6, 92);
  --bs-btn-focus-shadow-rgb: 38, 138, 136;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgb(0, 93.6, 92);
  --bs-btn-active-border-color: rgb(0, 87.75, 86.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #DEDFDB;
  --bs-btn-disabled-border-color: #DEDFDB;
}

.btn-primary-bordered {
  --bs-btn-color: #007573;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #007573;
  --bs-btn-hover-color: rgb(0, 99.45, 97.75);
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: rgb(0, 99.45, 97.75);
  --bs-btn-focus-shadow-rgb: 38, 138, 136;
  --bs-btn-active-color: rgb(0, 99.45, 97.75);
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: rgb(0, 99.45, 97.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #c6c6c5;
  --bs-btn-disabled-bg: #transparent;
  --bs-btn-disabled-border-color: #c6c6c5;
}

.w-5 {
  width: 1.25rem;
}

.h-5 {
  width: 1.5rem;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.card {
  --bs-card-cap-bg: #007573;
  --bs-card-cap-color: #fff;
}

.bg-info {
  background-color: #5bc0de !important;
}

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

.bg-danger {
  background-color: #d9534f !important;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832) !important;
}

.bg-default, .bg-secondary {
  background-color: rgb(119.085, 119.085, 119.085);
}

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

.placeholder {
  background: transparent;
}

.breadcrumb-block a {
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin: 0;
  flex-wrap: nowrap;
}
.row > * {
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
.row.halign-r {
  justify-content: flex-end;
}
.row.halign-l {
  justify-content: flex-start;
}
.row.halign-c {
  justify-content: space-around;
}

a {
  text-decoration: none;
}

textarea {
  background: transparent;
}

textarea::-moz-placeholder {
  background-color: transparent;
  color: rgb(117, 117, 117);
  opacity: 1;
}

textarea::placeholder {
  background-color: transparent;
  color: rgb(117, 117, 117);
  opacity: 1;
}

input::-moz-placeholder {
  color: rgb(117, 117, 117);
  opacity: 1;
}

input::placeholder {
  color: rgb(117, 117, 117);
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
  opacity: 1;
}

input:-moz-placeholder {
  color: rgb(117, 117, 117);
  opacity: 1; /* Firefox may require this */
}

.modal {
  display: flex;
  color: #ffffff;
}
.modal .icon {
  color: #ffffff;
}

.modal-content {
  color: #ffffff;
  background: #245b92;
  display: flex;
  flex: 1 0 100%;
  justify-content: center;
  width: 100%;
  max-width: 710px;
  border: none;
}

form .form-field input:not([type=checkbox]):not([type=radio]) {
  width: auto !important;
}

.navbar.main {
  border-color: #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0;
  box-shadow: none;
  color: #777;
  font-size: 14px;
}
.navbar.main li a {
  color: #777;
  padding: 10px 15px;
}
.navbar.main li a:hover, .navbar.main li a:focus {
  color: #333;
  background-color: transparent;
}
.navbar.main li.active a,
.navbar.main li.show a {
  color: #555;
  background-color: #e7e7e7;
}
.navbar.main .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  border-color: #ccc;
}
.navbar.main .dropdown-item {
  color: #333;
}
.navbar.main .dropdown-item:hover {
  background-color: #f5f5f5;
}

.w-5 {
  width: 1.25rem;
}

.h-5 {
  width: 1.5rem;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

hr {
  opacity: 1;
}

.sp-r-40 {
  padding-right: 40px;
}

.sp-l-40 {
  padding-left: 40px;
}

.sp-v-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sp-v-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

ol, ul, dl {
  margin-bottom: inherit;
}

p {
  margin-bottom: inherit;
}

body,
html {
  color: #484848;
  font-family: "Sailec", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 32px;
  position: relative;
}

h1, .h1,
.title-1 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 400;
}
@media only screen and (max-width: 35.4375em) {
  h1.register-modal-title, .register-modal-title.h1,
  .title-1.register-modal-title {
    max-width: 355px;
  }
}
@media only screen and (min-width: 64em) {
  h1, .h1,
  .title-1 {
    font-size: 48px;
    line-height: 58px;
  }
}

h2, .h2,
.title-2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}
@media only screen and (min-width: 64em) {
  h2, .h2,
  .title-2 {
    font-size: 28px;
    line-height: 36px;
  }
}

h3, .h3,
.title-3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 400;
}

h4, .h4,
.title-4 {
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (min-width: 48em) {
  h4, .h4,
  .title-4 {
    font-size: 18px;
  }
}

h5, .h5,
.title-5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
@media only screen and (min-width: 64em) {
  h5, .h5,
  .title-5 {
    font-size: 24px;
    line-height: 30px;
  }
}

h6, .h6,
.title-6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
@media only screen and (min-width: 64em) {
  h6, .h6,
  .title-6 {
    font-size: 22px;
    line-height: 28px;
  }
}

.medium {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.medium strong {
  font-weight: 400;
}

.small {
  color: #91928f;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
.small a {
  color: #91928f;
}

.small2 {
  font-size: 14px;
  line-height: normal;
  font-weight: 300;
}

.tiny {
  font-size: 12px;
  line-height: normal;
  font-weight: 300;
}

.strong2 {
  font-weight: 500;
}

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

strong {
  font-weight: 600;
}

p a.noborder-pdf:focus {
  color: rgb(0, 40.5, 39.8076923077);
  background-image: none;
}

p a, ul a, td a {
  color: #007573;
  background-image: linear-gradient(0deg, #007573, #007573);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white;
}
p a.noborder-pdf, ul a.noborder-pdf, td a.noborder-pdf {
  margin-left: 30px;
  display: initial;
  background: none;
  text-shadow: none;
}
p a.noborder, ul a.noborder, td a.noborder {
  display: initial;
  background: none;
  text-shadow: none;
}
p a.pdf::before, ul a.pdf::before, td a.pdf::before {
  content: " ";
  height: 25px;
  width: 25px;
  background-position: 0px;
  background-repeat: no-repeat;
  background-image: url("/assets/pdf_icon.png");
  display: inline-block;
  background-size: contain;
  margin-bottom: -6px;
  margin-left: -32px;
  position: absolute;
}
p a:hover, ul a:hover, td a:hover {
  background-image: none;
}
p a:focus, ul a:focus, td a:focus {
  color: rgb(0, 84.5, 76.102484472);
  background-image: linear-gradient(0deg, rgb(0, 84.5, 76.102484472), rgb(0, 84.5, 76.102484472));
}
p a.secondary, ul a.secondary, td a.secondary {
  color: #91928f;
  background-image: linear-gradient(0deg, #91928f, #91928f);
}
p a.secondary:hover, ul a.secondary:hover, td a.secondary:hover {
  background-image: none;
}
p a.colour-teal-light, ul a.colour-teal-light, td a.colour-teal-light {
  color: #31bbad;
  background-image: linear-gradient(0deg, #31bbad, #31bbad);
}
p a.colour-teal-light:not(.btn), ul a.colour-teal-light:not(.btn), td a.colour-teal-light:not(.btn) {
  padding-bottom: 4px;
}
p a.colour-teal-light:focus, ul a.colour-teal-light:focus, td a.colour-teal-light:focus {
  color: rgb(33.1165254237, 126.3834745763, 116.9216101695);
  background-image: linear-gradient(0deg, rgb(33.1165254237, 126.3834745763, 116.9216101695), rgb(33.1165254237, 126.3834745763, 116.9216101695));
}
p a.background-teal-light, ul a.background-teal-light, td a.background-teal-light {
  text-shadow: 1px 1px #31bbad, 1px -1px #31bbad, -1px 1px #31bbad, -1px -1px #31bbad;
}
p a.colour-teal-medium, ul a.colour-teal-medium, td a.colour-teal-medium {
  color: #00a191;
  background-image: linear-gradient(0deg, #00a191, #00a191);
}
p a.colour-teal-medium:not(.btn), ul a.colour-teal-medium:not(.btn), td a.colour-teal-medium:not(.btn) {
  padding-bottom: 4px;
}
p a.colour-teal-medium:focus, ul a.colour-teal-medium:focus, td a.colour-teal-medium:focus {
  color: rgb(0, 84.5, 76.102484472);
  background-image: linear-gradient(0deg, rgb(0, 84.5, 76.102484472), rgb(0, 84.5, 76.102484472));
}
p a.background-teal-medium, ul a.background-teal-medium, td a.background-teal-medium {
  text-shadow: 1px 1px #00a191, 1px -1px #00a191, -1px 1px #00a191, -1px -1px #00a191;
}
p a.colour-teal-dark, ul a.colour-teal-dark, td a.colour-teal-dark {
  color: #007573;
  background-image: linear-gradient(0deg, #007573, #007573);
}
p a.colour-teal-dark:not(.btn), ul a.colour-teal-dark:not(.btn), td a.colour-teal-dark:not(.btn) {
  padding-bottom: 4px;
}
p a.colour-teal-dark:focus, ul a.colour-teal-dark:focus, td a.colour-teal-dark:focus {
  color: rgb(0, 40.5, 39.8076923077);
  background-image: linear-gradient(0deg, rgb(0, 40.5, 39.8076923077), rgb(0, 40.5, 39.8076923077));
}
p a.background-teal-dark, ul a.background-teal-dark, td a.background-teal-dark {
  text-shadow: 1px 1px #007573, 1px -1px #007573, -1px 1px #007573, -1px -1px #007573;
}
p a.colour-blue, ul a.colour-blue, td a.colour-blue {
  color: #245B92;
  background-image: linear-gradient(0deg, #245B92, #245B92);
}
p a.colour-blue:not(.btn), ul a.colour-blue:not(.btn), td a.colour-blue:not(.btn) {
  padding-bottom: 4px;
}
p a.colour-blue:focus, ul a.colour-blue:focus, td a.colour-blue:focus {
  color: rgb(20.8681318681, 52.75, 84.6318681319);
  background-image: linear-gradient(0deg, rgb(20.8681318681, 52.75, 84.6318681319), rgb(20.8681318681, 52.75, 84.6318681319));
}
p a.background-blue, ul a.background-blue, td a.background-blue {
  text-shadow: 1px 1px #245B92, 1px -1px #245B92, -1px 1px #245B92, -1px -1px #245B92;
}
p a.colour-blue-dark, ul a.colour-blue-dark, td a.colour-blue-dark {
  color: #204C78;
  background-image: linear-gradient(0deg, #204C78, #204C78);
}
p a.colour-blue-dark:not(.btn), ul a.colour-blue-dark:not(.btn), td a.colour-blue-dark:not(.btn) {
  padding-bottom: 4px;
}
p a.colour-blue-dark:focus, ul a.colour-blue-dark:focus, td a.colour-blue-dark:focus {
  color: rgb(15.8947368421, 37.75, 59.6052631579);
  background-image: linear-gradient(0deg, rgb(15.8947368421, 37.75, 59.6052631579), rgb(15.8947368421, 37.75, 59.6052631579));
}
p a.background-blue-dark, ul a.background-blue-dark, td a.background-blue-dark {
  text-shadow: 1px 1px #204C78, 1px -1px #204C78, -1px 1px #204C78, -1px -1px #204C78;
}
p a.colour-white, ul a.colour-white, td a.colour-white {
  color: #ffffff;
  background-image: linear-gradient(0deg, #ffffff, #ffffff);
}
p a.colour-white:not(.btn), ul a.colour-white:not(.btn), td a.colour-white:not(.btn) {
  padding-bottom: 4px;
}
p a.colour-white:focus, ul a.colour-white:focus, td a.colour-white:focus {
  color: rgb(216.75, 216.75, 216.75);
  background-image: linear-gradient(0deg, rgb(216.75, 216.75, 216.75), rgb(216.75, 216.75, 216.75));
}
p a.background-white, ul a.background-white, td a.background-white {
  text-shadow: 1px 1px #ffffff, 1px -1px #ffffff, -1px 1px #ffffff, -1px -1px #ffffff;
}
p a.colour-red, ul a.colour-red, td a.colour-red {
  color: #e64334;
  background-image: linear-gradient(0deg, #e64334, #e64334);
}
p a.colour-red:not(.btn), ul a.colour-red:not(.btn), td a.colour-red:not(.btn) {
  padding-bottom: 4px;
}
p a.colour-red:focus, ul a.colour-red:focus, td a.colour-red:focus {
  color: rgb(182.9671052632, 36.0526315789, 22.5328947368);
  background-image: linear-gradient(0deg, rgb(182.9671052632, 36.0526315789, 22.5328947368), rgb(182.9671052632, 36.0526315789, 22.5328947368));
}
p a.background-red, ul a.background-red, td a.background-red {
  text-shadow: 1px 1px #e64334, 1px -1px #e64334, -1px 1px #e64334, -1px -1px #e64334;
}
p a.colour-dark-green, ul a.colour-dark-green, td a.colour-dark-green {
  color: #007573;
  background-image: linear-gradient(0deg, #007573, #007573);
}
p a.colour-dark-green:not(.btn), ul a.colour-dark-green:not(.btn), td a.colour-dark-green:not(.btn) {
  padding-bottom: 4px;
}
p a.colour-dark-green:focus, ul a.colour-dark-green:focus, td a.colour-dark-green:focus {
  color: rgb(0, 40.5, 39.8076923077);
  background-image: linear-gradient(0deg, rgb(0, 40.5, 39.8076923077), rgb(0, 40.5, 39.8076923077));
}
p a.background-dark-green, ul a.background-dark-green, td a.background-dark-green {
  text-shadow: 1px 1px #007573, 1px -1px #007573, -1px 1px #007573, -1px -1px #007573;
}
p a.colour-grey-light, ul a.colour-grey-light, td a.colour-grey-light {
  color: #dedfdb;
  background-image: linear-gradient(0deg, #dedfdb, #dedfdb);
}
p a.colour-grey-light:not(.btn), ul a.colour-grey-light:not(.btn), td a.colour-grey-light:not(.btn) {
  padding-bottom: 4px;
}
p a.colour-grey-light:focus, ul a.colour-grey-light:focus, td a.colour-grey-light:focus {
  color: rgb(184.875, 187, 178.5);
  background-image: linear-gradient(0deg, rgb(184.875, 187, 178.5), rgb(184.875, 187, 178.5));
}
p a.background-grey-light, ul a.background-grey-light, td a.background-grey-light {
  text-shadow: 1px 1px #dedfdb, 1px -1px #dedfdb, -1px 1px #dedfdb, -1px -1px #dedfdb;
}
p a.colour-grey-lighter, ul a.colour-grey-lighter, td a.colour-grey-lighter {
  color: #efefee;
  background-image: linear-gradient(0deg, #efefee, #efefee);
}
p a.colour-grey-lighter:not(.btn), ul a.colour-grey-lighter:not(.btn), td a.colour-grey-lighter:not(.btn) {
  padding-bottom: 4px;
}
p a.colour-grey-lighter:focus, ul a.colour-grey-lighter:focus, td a.colour-grey-lighter:focus {
  color: rgb(201.9090909091, 201.9090909091, 198.5909090909);
  background-image: linear-gradient(0deg, rgb(201.9090909091, 201.9090909091, 198.5909090909), rgb(201.9090909091, 201.9090909091, 198.5909090909));
}
p a.background-grey-lighter, ul a.background-grey-lighter, td a.background-grey-lighter {
  text-shadow: 1px 1px #efefee, 1px -1px #efefee, -1px 1px #efefee, -1px -1px #efefee;
}
p a.colour-grey-very-light, ul a.colour-grey-very-light, td a.colour-grey-very-light {
  color: #f9f9f9;
  background-image: linear-gradient(0deg, #f9f9f9, #f9f9f9);
}
p a.colour-grey-very-light:not(.btn), ul a.colour-grey-very-light:not(.btn), td a.colour-grey-very-light:not(.btn) {
  padding-bottom: 4px;
}
p a.colour-grey-very-light:focus, ul a.colour-grey-very-light:focus, td a.colour-grey-very-light:focus {
  color: rgb(210.75, 210.75, 210.75);
  background-image: linear-gradient(0deg, rgb(210.75, 210.75, 210.75), rgb(210.75, 210.75, 210.75));
}
p a.background-grey-very-light, ul a.background-grey-very-light, td a.background-grey-very-light {
  text-shadow: 1px 1px #f9f9f9, 1px -1px #f9f9f9, -1px 1px #f9f9f9, -1px -1px #f9f9f9;
}
p a.colour-grey-dark, ul a.colour-grey-dark, td a.colour-grey-dark {
  color: #484848;
  background-image: linear-gradient(0deg, #484848, #484848);
}
p a.colour-grey-dark:not(.btn), ul a.colour-grey-dark:not(.btn), td a.colour-grey-dark:not(.btn) {
  padding-bottom: 4px;
}
p a.colour-grey-dark:focus, ul a.colour-grey-dark:focus, td a.colour-grey-dark:focus {
  color: rgb(33.75, 33.75, 33.75);
  background-image: linear-gradient(0deg, rgb(33.75, 33.75, 33.75), rgb(33.75, 33.75, 33.75));
}
p a.background-grey-dark, ul a.background-grey-dark, td a.background-grey-dark {
  text-shadow: 1px 1px #484848, 1px -1px #484848, -1px 1px #484848, -1px -1px #484848;
}
p a.colour-grey-dark2, ul a.colour-grey-dark2, td a.colour-grey-dark2 {
  color: #515151;
  background-image: linear-gradient(0deg, #515151, #515151);
}
p a.colour-grey-dark2:not(.btn), ul a.colour-grey-dark2:not(.btn), td a.colour-grey-dark2:not(.btn) {
  padding-bottom: 4px;
}
p a.colour-grey-dark2:focus, ul a.colour-grey-dark2:focus, td a.colour-grey-dark2:focus {
  color: rgb(42.75, 42.75, 42.75);
  background-image: linear-gradient(0deg, rgb(42.75, 42.75, 42.75), rgb(42.75, 42.75, 42.75));
}
p a.background-grey-dark2, ul a.background-grey-dark2, td a.background-grey-dark2 {
  text-shadow: 1px 1px #515151, 1px -1px #515151, -1px 1px #515151, -1px -1px #515151;
}
p a.colour-grey-medium, ul a.colour-grey-medium, td a.colour-grey-medium {
  color: #91928f;
  background-image: linear-gradient(0deg, #91928f, #91928f);
}
p a.colour-grey-medium:not(.btn), ul a.colour-grey-medium:not(.btn), td a.colour-grey-medium:not(.btn) {
  padding-bottom: 4px;
}
p a.colour-grey-medium:focus, ul a.colour-grey-medium:focus, td a.colour-grey-medium:focus {
  color: rgb(106.7307692308, 107.6923076923, 104.8076923077);
  background-image: linear-gradient(0deg, rgb(106.7307692308, 107.6923076923, 104.8076923077), rgb(106.7307692308, 107.6923076923, 104.8076923077));
}
p a.background-grey-medium, ul a.background-grey-medium, td a.background-grey-medium {
  text-shadow: 1px 1px #91928f, 1px -1px #91928f, -1px 1px #91928f, -1px -1px #91928f;
}
p a.colour-cream, ul a.colour-cream, td a.colour-cream {
  color: #fff7d3;
  background-image: linear-gradient(0deg, #fff7d3, #fff7d3);
}
p a.colour-cream:not(.btn), ul a.colour-cream:not(.btn), td a.colour-cream:not(.btn) {
  padding-bottom: 4px;
}
p a.colour-cream:focus, ul a.colour-cream:focus, td a.colour-cream:focus {
  color: rgb(255, 233.0909090909, 134.5);
  background-image: linear-gradient(0deg, rgb(255, 233.0909090909, 134.5), rgb(255, 233.0909090909, 134.5));
}
p a.background-cream, ul a.background-cream, td a.background-cream {
  text-shadow: 1px 1px #fff7d3, 1px -1px #fff7d3, -1px 1px #fff7d3, -1px -1px #fff7d3;
}
p a.colour-yellow, ul a.colour-yellow, td a.colour-yellow {
  color: #ffe37f;
  background-image: linear-gradient(0deg, #ffe37f, #ffe37f);
}
p a.colour-yellow:not(.btn), ul a.colour-yellow:not(.btn), td a.colour-yellow:not(.btn) {
  padding-bottom: 4px;
}
p a.colour-yellow:focus, ul a.colour-yellow:focus, td a.colour-yellow:focus {
  color: rgb(255, 210.265625, 50.5);
  background-image: linear-gradient(0deg, rgb(255, 210.265625, 50.5), rgb(255, 210.265625, 50.5));
}
p a.background-yellow, ul a.background-yellow, td a.background-yellow {
  text-shadow: 1px 1px #ffe37f, 1px -1px #ffe37f, -1px 1px #ffe37f, -1px -1px #ffe37f;
}

a:focus .color-fg-teal-medium {
  color: #007573;
}
a:focus .color-fg-grey-dark {
  color: #515151;
}

.hidden-title {
  position: absolute;
  left: -9999px;
}

.talign-l {
  text-align: left;
}

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

.talign-r {
  text-align: right;
}

@media only screen and (min-width: 48em) {
  .talign-l-md {
    text-align: left;
  }
  .talign-c-md {
    text-align: center;
  }
  .talign-r-md {
    text-align: right;
  }
}
@media only screen and (min-width: 64em) {
  .talign-l-lg {
    text-align: left;
  }
  .talign-c-lg {
    text-align: center;
  }
  .talign-r-lg {
    text-align: right;
  }
}
[aria-describedby].hidden-area {
  display: none;
}
[aria-describedby] .tooltip-activate {
  background: none;
  text-shadow: none;
  margin: 0 5px;
}
[aria-describedby] .tooltip-activate:after {
  content: "?";
  color: #007573;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  padding-top: 4px;
  display: inline-block;
  border: 2px solid #007573;
  height: 24px;
  width: 24px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
[aria-describedby] .tooltip-activate.register-tooltip-activate:after {
  color: white;
  border-color: white;
}
[aria-describedby] .tooltip-activate.tooltip-activate--small:after {
  color: #91928f;
  border-color: #91928f;
  height: 21px;
  width: 21px;
  line-height: 13px;
  font-size: 10px;
  opacity: 0.75;
}
[aria-describedby] .tooltip-activate:focus:after {
  color: black;
  border-color: black;
}
[aria-describedby].active .tooltip-activate:after {
  color: white;
  background: #007573;
}
[aria-describedby].active .tooltip-activate.register-tooltip-activate:after {
  color: #245B92;
  background: white;
}
[aria-describedby].active .tooltip-activate.tooltip-activate--small:after {
  background: #91928f;
}

[role=tooltip] {
  display: none;
  position: absolute;
  padding: 24px 20px;
  border: 2px solid #00a191;
  top: calc(100% + 20px);
  width: 300px !important;
  background: white;
  z-index: 98;
  margin: 0;
}
[role=tooltip].active {
  display: block;
  position: fixed;
}
[role=tooltip].register-tooltip {
  border: none;
  color: #484848;
}
[role=tooltip] p {
  font-size: 16px;
}

@font-face {
  font-family: "Sailec";
  src: url(/fonts/341299_5_0.eot?58f12214d5c0b9bcb9751326597f73bf);
  src: url(/fonts/341299_5_0.eot?58f12214d5c0b9bcb9751326597f73bf) format("embedded-opentype"), url(/fonts/341299_5_0.woff2?7f862582d7fefc507ae369475b6972fd) format("woff2"), url(/fonts/341299_5_0.woff?6a0244d0e6105e9c11f930ea2d8794ab) format("woff"), url(/fonts/341299_5_0.ttf?70012ef2d51c79aa2b3d54d1c93fd214) format("truetype");
  font-weight: 700;
  font-display: fallback;
}
@font-face {
  font-family: "Sailec";
  src: url(/fonts/341299_0_0.eot?6cc8040066ca0c338dec6d1d48c96ad0);
  src: url(/fonts/341299_0_0.eot?6cc8040066ca0c338dec6d1d48c96ad0) format("embedded-opentype"), url(/fonts/341299_0_0.woff2?6ef1c2e74afbb5fd99d9562489b3b934) format("woff2"), url(/fonts/341299_0_0.woff?bcfa62a53e4d9d562913da08ccba7c94) format("woff"), url(/fonts/341299_0_0.ttf?1aedb9308e7d72bc5168c0520d2f41b0) format("truetype");
  font-weight: 600;
  font-display: fallback;
}
@font-face {
  font-family: "Sailec";
  src: url(/fonts/341299_8_0.eot?e5190d69a9243c8a7c6e9f7953ed4701);
  src: url(/fonts/341299_8_0.eot?e5190d69a9243c8a7c6e9f7953ed4701) format("embedded-opentype"), url(/fonts/341299_8_0.woff2?0286c9047f5404b8af04873da9bb7a7b) format("woff2"), url(/fonts/341299_8_0.woff?cd08dbe3f5577969a3c6dee460ebbcc3) format("woff"), url(/fonts/341299_8_0.ttf?587b52dac4329112c361a159e010aade) format("truetype");
  font-weight: 500;
  font-display: fallback;
}
@font-face {
  font-family: "Sailec";
  src: url(/fonts/341299_A_0.eot?6704133489d237fb255b9ffcb88a97c9);
  src: url(/fonts/341299_A_0.eot?6704133489d237fb255b9ffcb88a97c9) format("embedded-opentype"), url(/fonts/341299_A_0.woff2?65e54fb25560b35d436e6d42cc04ffd5) format("woff2"), url(/fonts/341299_A_0.woff?49715d5d6949fa285157590e819ec067) format("woff"), url(/fonts/341299_A_0.ttf?287ca825393925436ae6bba2ef3c9c41) format("truetype");
  font-weight: 400;
  font-display: fallback;
}
@font-face {
  font-family: "Sailec";
  src: url(/fonts/341299_6_0.eot?ee06bb1472f18feaa64253245a7494cc);
  src: url(/fonts/341299_6_0.eot?ee06bb1472f18feaa64253245a7494cc) format("embedded-opentype"), url(/fonts/341299_6_0.woff2?30bfeba018b22a1762a445f38cc76797) format("woff2"), url(/fonts/341299_6_0.woff?167c948bb69bcfa5401dbdea92455f1e) format("woff"), url(/fonts/341299_6_0.ttf?b2d9418c4c911df597e0bfd28528b2dc) format("truetype");
  font-weight: 300;
  font-display: fallback;
}
@font-face {
  font-family: "Sailec";
  src: url(/fonts/341299_C_0.eot?196c4f286c764a40f97142fb20268905);
  src: url(/fonts/341299_C_0.eot?196c4f286c764a40f97142fb20268905) format("embedded-opentype"), url(/fonts/341299_C_0.woff2?93fcad2890a1bd00f1acaf27469233ef) format("woff2"), url(/fonts/341299_C_0.woff?49c5fe0831f4f760e3e93dea0f88a7e4) format("woff"), url(/fonts/341299_C_0.ttf?46dd92b8c7915e55acf4af08b5be2b77) format("truetype");
  font-weight: 200;
  font-display: fallback;
}
@font-face {
  font-family: "Sailec";
  src: url(/fonts/341299_3_0.eot?6fbe889cd03cf3c063fcefcab6b427e4);
  src: url(/fonts/341299_3_0.eot?6fbe889cd03cf3c063fcefcab6b427e4) format("embedded-opentype"), url(/fonts/341299_3_0.woff2?f13cc808dbf6c0c8cecad4a78b247160) format("woff2"), url(/fonts/341299_3_0.woff?cb3717b95eb1fb17e9875f9ec9257ced) format("woff"), url(/fonts/341299_3_0.ttf?5bc0770b316908322be3b2fd9b83ec25) format("truetype");
  font-weight: 100;
  font-display: fallback;
}
.denotation {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #484848;
  border-radius: 50%;
  font-size: 13px;
  margin-right: 10px;
}
.denotation svg.icon {
  width: 50%;
  height: 50%;
  margin-top: 25%;
}

.notification-bubble {
  box-sizing: border-box;
  padding: 0 7px;
  min-width: 20px;
  height: 20px;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  border-radius: 20px;
  background: #e64334;
  text-shadow: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}
.notification-bubble span {
  position: relative;
  top: 1px;
}

svg.icon {
  fill: currentColor;
}

.btn {
  position: relative;
  text-align: center;
  background: #007573;
  border: 2px solid rgba(255, 255, 255, 0);
  color: white;
  cursor: pointer;
  padding: 14px 28px;
  font-size: 18px;
  letter-spacing: 1px;
  text-shadow: none;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  border-radius: 0px;
  -webkit-appearance: none;
}
.btn:focus {
  background: rgb(0, 66, 64.8717948718);
}
.btn.inactive {
  cursor: default;
}
.btn .icon {
  width: 18px;
  height: 18px;
}
.btn.blocked {
  width: 100%;
}
.btn.block {
  display: block;
}
@media only screen and (max-width: 63.9375em) {
  .btn.block-xs-lg {
    display: block;
  }
}
.btn:disabled, .btn.loading {
  background: #dedfdb;
  color: #484848;
}
.btn:disabled:focus:after, .btn.loading:focus:after {
  display: none;
}
.btn.secondary {
  background: none;
  border-color: #007573;
  color: #007573;
}
.btn.secondary:disabled {
  border-color: #91928f;
  color: #91928f;
}
.btn.secondary:focus:after {
  background-color: #91928f;
}
.btn.large-icon .icon {
  width: 25px;
  height: 25px;
}
.btn.short {
  padding: 9px 28px;
  font-size: 16px;
  line-height: 1;
}
.btn.colour-teal-light {
  color: #31bbad;
}
.btn.background-teal-light {
  background: #31bbad;
  border-color: #31bbad;
}
.btn.background-teal-light:focus {
  background: rgb(38.4110169492, 146.5889830508, 135.6144067797);
}
.btn.colour-teal-medium {
  color: #00a191;
}
.btn.background-teal-medium {
  background: #00a191;
  border-color: #00a191;
}
.btn.background-teal-medium:focus {
  background: rgb(0, 110, 99.0683229814);
}
.btn.colour-teal-dark {
  color: #007573;
}
.btn.background-teal-dark {
  background: #007573;
  border-color: #007573;
}
.btn.background-teal-dark:focus {
  background: rgb(0, 66, 64.8717948718);
}
.btn.colour-blue {
  color: #245B92;
}
.btn.background-blue {
  background: #245B92;
  border-color: #245B92;
}
.btn.background-blue:focus {
  background: rgb(25.9120879121, 65.5, 105.0879120879);
}
.btn.colour-blue-dark {
  color: #204C78;
}
.btn.background-blue-dark {
  background: #204C78;
  border-color: #204C78;
}
.btn.background-blue-dark:focus {
  background: rgb(21.2631578947, 50.5, 79.7368421053);
}
.btn.colour-white {
  color: #ffffff;
}
.btn.background-white {
  background: #ffffff;
  border-color: #ffffff;
}
.btn.background-white:focus {
  background: rgb(229.5, 229.5, 229.5);
}
.btn.colour-red {
  color: #e64334;
}
.btn.background-red {
  background: #e64334;
  border-color: #e64334;
}
.btn.background-red:focus {
  background: rgb(205.6710526316, 40.5263157895, 25.3289473684);
}
.btn.colour-dark-green {
  color: #007573;
}
.btn.background-dark-green {
  background: #007573;
  border-color: #007573;
}
.btn.background-dark-green:focus {
  background: rgb(0, 66, 64.8717948718);
}
.btn.colour-grey-light {
  color: #dedfdb;
}
.btn.background-grey-light {
  background: #dedfdb;
  border-color: #dedfdb;
}
.btn.background-grey-light:focus {
  background: rgb(197.25, 199, 192);
}
.btn.colour-grey-lighter {
  color: #efefee;
}
.btn.background-grey-lighter {
  background: #efefee;
  border-color: #efefee;
}
.btn.background-grey-lighter:focus {
  background: rgb(214.2727272727, 214.2727272727, 211.7272727273);
}
.btn.colour-grey-very-light {
  color: #f9f9f9;
}
.btn.background-grey-very-light {
  background: #f9f9f9;
  border-color: #f9f9f9;
}
.btn.background-grey-very-light:focus {
  background: rgb(223.5, 223.5, 223.5);
}
.btn.colour-grey-dark {
  color: #484848;
}
.btn.background-grey-dark {
  background: #484848;
  border-color: #484848;
}
.btn.background-grey-dark:focus {
  background: rgb(46.5, 46.5, 46.5);
}
.btn.colour-grey-dark2 {
  color: #515151;
}
.btn.background-grey-dark2 {
  background: #515151;
  border-color: #515151;
}
.btn.background-grey-dark2:focus {
  background: rgb(55.5, 55.5, 55.5);
}
.btn.colour-grey-medium {
  color: #91928f;
}
.btn.background-grey-medium {
  background: #91928f;
  border-color: #91928f;
}
.btn.background-grey-medium:focus {
  background: rgb(119.5384615385, 120.6153846154, 117.3846153846);
}
.btn.colour-cream {
  color: #fff7d3;
}
.btn.background-cream {
  background: #fff7d3;
  border-color: #fff7d3;
}
.btn.background-cream:focus {
  background: rgb(255, 237.7272727273, 160);
}
.btn.colour-yellow {
  color: #ffe37f;
}
.btn.background-yellow {
  background: #ffe37f;
  border-color: #ffe37f;
}
.btn.background-yellow:focus {
  background: rgb(255, 215.84375, 76);
}
.btn:hover:not(:disabled):not(.loading) {
  background-color: rgb(0, 91.5, 89.9358974359);
}
.btn:hover:not(:disabled):not(.loading).secondary {
  border-color: #007573;
  color: #007573;
  background: none;
}
.btn:hover:not(:disabled):not(.loading).background-teal-light {
  background: rgb(43.7055084746, 166.7944915254, 154.3072033898);
  border-color: rgb(43.7055084746, 166.7944915254, 154.3072033898);
}
.btn:hover:not(:disabled):not(.loading).background-teal-medium {
  background: rgb(0, 135.5, 122.0341614907);
  border-color: rgb(0, 135.5, 122.0341614907);
}
.btn:hover:not(:disabled):not(.loading).background-teal-dark {
  background: rgb(0, 91.5, 89.9358974359);
  border-color: rgb(0, 91.5, 89.9358974359);
}
.btn:hover:not(:disabled):not(.loading).background-blue {
  background: rgb(30.956043956, 78.25, 125.543956044);
  border-color: rgb(30.956043956, 78.25, 125.543956044);
}
.btn:hover:not(:disabled):not(.loading).background-blue-dark {
  background: rgb(26.6315789474, 63.25, 99.8684210526);
  border-color: rgb(26.6315789474, 63.25, 99.8684210526);
}
.btn:hover:not(:disabled):not(.loading).background-white {
  background: rgb(242.25, 242.25, 242.25);
  border-color: rgb(242.25, 242.25, 242.25);
}
.btn:hover:not(:disabled):not(.loading).background-red {
  background: rgb(227.2039473684, 45.9736842105, 29.2960526316);
  border-color: rgb(227.2039473684, 45.9736842105, 29.2960526316);
}
.btn:hover:not(:disabled):not(.loading).background-dark-green {
  background: rgb(0, 91.5, 89.9358974359);
  border-color: rgb(0, 91.5, 89.9358974359);
}
.btn:hover:not(:disabled):not(.loading).background-grey-light {
  background: rgb(209.625, 211, 205.5);
  border-color: rgb(209.625, 211, 205.5);
}
.btn:hover:not(:disabled):not(.loading).background-grey-lighter {
  background: rgb(226.6363636364, 226.6363636364, 224.8636363636);
  border-color: rgb(226.6363636364, 226.6363636364, 224.8636363636);
}
.btn:hover:not(:disabled):not(.loading).background-grey-very-light {
  background: rgb(236.25, 236.25, 236.25);
  border-color: rgb(236.25, 236.25, 236.25);
}
.btn:hover:not(:disabled):not(.loading).background-grey-dark {
  background: rgb(59.25, 59.25, 59.25);
  border-color: rgb(59.25, 59.25, 59.25);
}
.btn:hover:not(:disabled):not(.loading).background-grey-dark2 {
  background: rgb(68.25, 68.25, 68.25);
  border-color: rgb(68.25, 68.25, 68.25);
}
.btn:hover:not(:disabled):not(.loading).background-grey-medium {
  background: rgb(132.3076923077, 133.4230769231, 130.0769230769);
  border-color: rgb(132.3076923077, 133.4230769231, 130.0769230769);
}
.btn:hover:not(:disabled):not(.loading).background-cream {
  background: rgb(255, 242.3636363636, 185.5);
  border-color: rgb(255, 242.3636363636, 185.5);
}
.btn:hover:not(:disabled):not(.loading).background-yellow {
  background: rgb(255, 221.421875, 101.5);
  border-color: rgb(255, 221.421875, 101.5);
}
.btn.outline.colour-teal-light {
  border-color: #31bbad;
}
.btn.outline.colour-teal-medium {
  border-color: #00a191;
}
.btn.outline.colour-teal-dark {
  border-color: #007573;
}
.btn.outline.colour-blue {
  border-color: #245B92;
}
.btn.outline.colour-blue-dark {
  border-color: #204C78;
}
.btn.outline.colour-white {
  border-color: #ffffff;
}
.btn.outline.colour-red {
  border-color: #e64334;
}
.btn.outline.colour-dark-green {
  border-color: #007573;
}
.btn.outline.colour-grey-light {
  border-color: #dedfdb;
}
.btn.outline.colour-grey-lighter {
  border-color: #efefee;
}
.btn.outline.colour-grey-very-light {
  border-color: #f9f9f9;
}
.btn.outline.colour-grey-dark {
  border-color: #484848;
}
.btn.outline.colour-grey-dark2 {
  border-color: #515151;
}
.btn.outline.colour-grey-medium {
  border-color: #91928f;
}
.btn.outline.colour-cream {
  border-color: #fff7d3;
}
.btn.outline.colour-yellow {
  border-color: #ffe37f;
}
.btn.outline:hover:not(:disabled):not(.loading).colour-teal-light {
  border-color: rgb(43.7055084746, 166.7944915254, 154.3072033898);
}
.btn.outline:hover:not(:disabled):not(.loading).colour-teal-medium {
  border-color: rgb(0, 135.5, 122.0341614907);
}
.btn.outline:hover:not(:disabled):not(.loading).colour-teal-dark {
  border-color: rgb(0, 91.5, 89.9358974359);
}
.btn.outline:hover:not(:disabled):not(.loading).colour-blue {
  border-color: rgb(30.956043956, 78.25, 125.543956044);
}
.btn.outline:hover:not(:disabled):not(.loading).colour-blue-dark {
  border-color: rgb(26.6315789474, 63.25, 99.8684210526);
}
.btn.outline:hover:not(:disabled):not(.loading).colour-white {
  border-color: rgb(242.25, 242.25, 242.25);
}
.btn.outline:hover:not(:disabled):not(.loading).colour-red {
  border-color: rgb(227.2039473684, 45.9736842105, 29.2960526316);
}
.btn.outline:hover:not(:disabled):not(.loading).colour-dark-green {
  border-color: rgb(0, 91.5, 89.9358974359);
}
.btn.outline:hover:not(:disabled):not(.loading).colour-grey-light {
  border-color: rgb(209.625, 211, 205.5);
}
.btn.outline:hover:not(:disabled):not(.loading).colour-grey-lighter {
  border-color: rgb(226.6363636364, 226.6363636364, 224.8636363636);
}
.btn.outline:hover:not(:disabled):not(.loading).colour-grey-very-light {
  border-color: rgb(236.25, 236.25, 236.25);
}
.btn.outline:hover:not(:disabled):not(.loading).colour-grey-dark {
  border-color: rgb(59.25, 59.25, 59.25);
}
.btn.outline:hover:not(:disabled):not(.loading).colour-grey-dark2 {
  border-color: rgb(68.25, 68.25, 68.25);
}
.btn.outline:hover:not(:disabled):not(.loading).colour-grey-medium {
  border-color: rgb(132.3076923077, 133.4230769231, 130.0769230769);
}
.btn.outline:hover:not(:disabled):not(.loading).colour-cream {
  border-color: rgb(255, 242.3636363636, 185.5);
}
.btn.outline:hover:not(:disabled):not(.loading).colour-yellow {
  border-color: rgb(255, 221.421875, 101.5);
}
.btn.flex-start {
  align-self: flex-start;
}

.btn-text-icon {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
}
.btn-text-icon svg.icon {
  width: 16px;
  height: 16px;
  transition: all 0.4s ease;
}
.btn-text-icon:not(.closed) svg.icon {
  transform: rotate(180deg);
}

.btn-text-icon-link {
  font-size: 16px;
  line-height: 16px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  background: none;
  text-shadow: none;
  display: flex;
  flex-direction: row;
  gap: 7px;
  align-items: center;
  justify-content: center;
}
.btn-text-icon-link svg.icon {
  width: 20px;
  height: 20px;
}
.mac .btn-text-icon-link svg.icon {
  transform: translateY(-2px);
}
.btn-text-icon-link.color-fg-teal-medium:focus {
  color: #007573;
  background-image: linear-gradient(0deg, #007573, #007573);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white;
}
.btn-text-icon-link span {
  line-height: 16px;
}

.btn-md {
  cursor: pointer;
}
.btn-md span {
  color: #007573;
  line-height: normal;
}
.btn-md .icon {
  width: 20px;
  height: 20px;
  fill: #007573;
}

.ico-pdf {
  height: 40px;
  width: 40px;
  margin-bottom: -10px;
}

/* Colours */
/* Fonts */
hr {
  border: none;
  border-top: 1px solid #dedfdb;
  height: 1px;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
hr.line-bottom {
  border-top: none;
  border-bottom: 1px solid #dedfdb;
}

.color-fg-teal-light {
  color: #31bbad;
}

.color-fg-important-teal-light {
  color: #31bbad !important;
}

.color-bg-teal-light {
  background-color: #31bbad;
}

.color-bg-important-teal-light {
  background-color: #31bbad !important;
}

.color-fg-teal-medium {
  color: #00a191;
}

.color-fg-important-teal-medium {
  color: #00a191 !important;
}

.color-bg-teal-medium {
  background-color: #00a191;
}

.color-bg-important-teal-medium {
  background-color: #00a191 !important;
}

.color-fg-teal-dark {
  color: #007573;
}

.color-fg-important-teal-dark {
  color: #007573 !important;
}

.color-bg-teal-dark {
  background-color: #007573;
}

.color-bg-important-teal-dark {
  background-color: #007573 !important;
}

.color-fg-blue {
  color: #245B92;
}

.color-fg-important-blue {
  color: #245B92 !important;
}

.color-bg-blue {
  background-color: #245B92;
}

.color-bg-important-blue {
  background-color: #245B92 !important;
}

.color-fg-blue-dark {
  color: #204C78;
}

.color-fg-important-blue-dark {
  color: #204C78 !important;
}

.color-bg-blue-dark {
  background-color: #204C78;
}

.color-bg-important-blue-dark {
  background-color: #204C78 !important;
}

.color-fg-white {
  color: #ffffff;
}

.color-fg-important-white {
  color: #ffffff !important;
}

.color-bg-white {
  background-color: #ffffff;
}

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

.color-fg-red {
  color: #e64334;
}

.color-fg-important-red {
  color: #e64334 !important;
}

.color-bg-red {
  background-color: #e64334;
}

.color-bg-important-red {
  background-color: #e64334 !important;
}

.color-fg-dark-green {
  color: #007573;
}

.color-fg-important-dark-green {
  color: #007573 !important;
}

.color-bg-dark-green {
  background-color: #007573;
}

.color-bg-important-dark-green {
  background-color: #007573 !important;
}

.color-fg-grey-light {
  color: #dedfdb;
}

.color-fg-important-grey-light {
  color: #dedfdb !important;
}

.color-bg-grey-light {
  background-color: #dedfdb;
}

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

.color-fg-grey-lighter {
  color: #efefee;
}

.color-fg-important-grey-lighter {
  color: #efefee !important;
}

.color-bg-grey-lighter {
  background-color: #efefee;
}

.color-bg-important-grey-lighter {
  background-color: #efefee !important;
}

.color-fg-grey-very-light {
  color: #f9f9f9;
}

.color-fg-important-grey-very-light {
  color: #f9f9f9 !important;
}

.color-bg-grey-very-light {
  background-color: #f9f9f9;
}

.color-bg-important-grey-very-light {
  background-color: #f9f9f9 !important;
}

.color-fg-grey-dark {
  color: #484848;
}

.color-fg-important-grey-dark {
  color: #484848 !important;
}

.color-bg-grey-dark {
  background-color: #484848;
}

.color-bg-important-grey-dark {
  background-color: #484848 !important;
}

.color-fg-grey-dark2 {
  color: #515151;
}

.color-fg-important-grey-dark2 {
  color: #515151 !important;
}

.color-bg-grey-dark2 {
  background-color: #515151;
}

.color-bg-important-grey-dark2 {
  background-color: #515151 !important;
}

.color-fg-grey-medium {
  color: #91928f;
}

.color-fg-important-grey-medium {
  color: #91928f !important;
}

.color-bg-grey-medium {
  background-color: #91928f;
}

.color-bg-important-grey-medium {
  background-color: #91928f !important;
}

.color-fg-cream {
  color: #fff7d3;
}

.color-fg-important-cream {
  color: #fff7d3 !important;
}

.color-bg-cream {
  background-color: #fff7d3;
}

.color-bg-important-cream {
  background-color: #fff7d3 !important;
}

.color-fg-yellow {
  color: #ffe37f;
}

.color-fg-important-yellow {
  color: #ffe37f !important;
}

.color-bg-yellow {
  background-color: #ffe37f;
}

.color-bg-important-yellow {
  background-color: #ffe37f !important;
}

@media only screen and (min-width: 48em) {
  .color-fg-teal-light-md {
    color: #31bbad;
  }
  .color-fg-important-teal-light-md {
    color: #31bbad !important;
  }
  .color-bg-teal-light-md {
    background-color: #31bbad;
  }
  .color-bg-important-teal-light-md {
    background-color: #31bbad !important;
  }
  .color-fg-teal-medium-md {
    color: #00a191;
  }
  .color-fg-important-teal-medium-md {
    color: #00a191 !important;
  }
  .color-bg-teal-medium-md {
    background-color: #00a191;
  }
  .color-bg-important-teal-medium-md {
    background-color: #00a191 !important;
  }
  .color-fg-teal-dark-md {
    color: #007573;
  }
  .color-fg-important-teal-dark-md {
    color: #007573 !important;
  }
  .color-bg-teal-dark-md {
    background-color: #007573;
  }
  .color-bg-important-teal-dark-md {
    background-color: #007573 !important;
  }
  .color-fg-blue-md {
    color: #245B92;
  }
  .color-fg-important-blue-md {
    color: #245B92 !important;
  }
  .color-bg-blue-md {
    background-color: #245B92;
  }
  .color-bg-important-blue-md {
    background-color: #245B92 !important;
  }
  .color-fg-blue-dark-md {
    color: #204C78;
  }
  .color-fg-important-blue-dark-md {
    color: #204C78 !important;
  }
  .color-bg-blue-dark-md {
    background-color: #204C78;
  }
  .color-bg-important-blue-dark-md {
    background-color: #204C78 !important;
  }
  .color-fg-white-md {
    color: #ffffff;
  }
  .color-fg-important-white-md {
    color: #ffffff !important;
  }
  .color-bg-white-md {
    background-color: #ffffff;
  }
  .color-bg-important-white-md {
    background-color: #ffffff !important;
  }
  .color-fg-red-md {
    color: #e64334;
  }
  .color-fg-important-red-md {
    color: #e64334 !important;
  }
  .color-bg-red-md {
    background-color: #e64334;
  }
  .color-bg-important-red-md {
    background-color: #e64334 !important;
  }
  .color-fg-dark-green-md {
    color: #007573;
  }
  .color-fg-important-dark-green-md {
    color: #007573 !important;
  }
  .color-bg-dark-green-md {
    background-color: #007573;
  }
  .color-bg-important-dark-green-md {
    background-color: #007573 !important;
  }
  .color-fg-grey-light-md {
    color: #dedfdb;
  }
  .color-fg-important-grey-light-md {
    color: #dedfdb !important;
  }
  .color-bg-grey-light-md {
    background-color: #dedfdb;
  }
  .color-bg-important-grey-light-md {
    background-color: #dedfdb !important;
  }
  .color-fg-grey-lighter-md {
    color: #efefee;
  }
  .color-fg-important-grey-lighter-md {
    color: #efefee !important;
  }
  .color-bg-grey-lighter-md {
    background-color: #efefee;
  }
  .color-bg-important-grey-lighter-md {
    background-color: #efefee !important;
  }
  .color-fg-grey-very-light-md {
    color: #f9f9f9;
  }
  .color-fg-important-grey-very-light-md {
    color: #f9f9f9 !important;
  }
  .color-bg-grey-very-light-md {
    background-color: #f9f9f9;
  }
  .color-bg-important-grey-very-light-md {
    background-color: #f9f9f9 !important;
  }
  .color-fg-grey-dark-md {
    color: #484848;
  }
  .color-fg-important-grey-dark-md {
    color: #484848 !important;
  }
  .color-bg-grey-dark-md {
    background-color: #484848;
  }
  .color-bg-important-grey-dark-md {
    background-color: #484848 !important;
  }
  .color-fg-grey-dark2-md {
    color: #515151;
  }
  .color-fg-important-grey-dark2-md {
    color: #515151 !important;
  }
  .color-bg-grey-dark2-md {
    background-color: #515151;
  }
  .color-bg-important-grey-dark2-md {
    background-color: #515151 !important;
  }
  .color-fg-grey-medium-md {
    color: #91928f;
  }
  .color-fg-important-grey-medium-md {
    color: #91928f !important;
  }
  .color-bg-grey-medium-md {
    background-color: #91928f;
  }
  .color-bg-important-grey-medium-md {
    background-color: #91928f !important;
  }
  .color-fg-cream-md {
    color: #fff7d3;
  }
  .color-fg-important-cream-md {
    color: #fff7d3 !important;
  }
  .color-bg-cream-md {
    background-color: #fff7d3;
  }
  .color-bg-important-cream-md {
    background-color: #fff7d3 !important;
  }
  .color-fg-yellow-md {
    color: #ffe37f;
  }
  .color-fg-important-yellow-md {
    color: #ffe37f !important;
  }
  .color-bg-yellow-md {
    background-color: #ffe37f;
  }
  .color-bg-important-yellow-md {
    background-color: #ffe37f !important;
  }
}
@media only screen and (min-width: 64em) {
  .color-fg-teal-light-lg {
    color: #31bbad;
  }
  .color-fg-important-teal-light-lg {
    color: #31bbad !important;
  }
  .color-bg-teal-light-lg {
    background-color: #31bbad;
  }
  .color-bg-important-teal-light-lg {
    background-color: #31bbad !important;
  }
  .color-fg-teal-medium-lg {
    color: #00a191;
  }
  .color-fg-important-teal-medium-lg {
    color: #00a191 !important;
  }
  .color-bg-teal-medium-lg {
    background-color: #00a191;
  }
  .color-bg-important-teal-medium-lg {
    background-color: #00a191 !important;
  }
  .color-fg-teal-dark-lg {
    color: #007573;
  }
  .color-fg-important-teal-dark-lg {
    color: #007573 !important;
  }
  .color-bg-teal-dark-lg {
    background-color: #007573;
  }
  .color-bg-important-teal-dark-lg {
    background-color: #007573 !important;
  }
  .color-fg-blue-lg {
    color: #245B92;
  }
  .color-fg-important-blue-lg {
    color: #245B92 !important;
  }
  .color-bg-blue-lg {
    background-color: #245B92;
  }
  .color-bg-important-blue-lg {
    background-color: #245B92 !important;
  }
  .color-fg-blue-dark-lg {
    color: #204C78;
  }
  .color-fg-important-blue-dark-lg {
    color: #204C78 !important;
  }
  .color-bg-blue-dark-lg {
    background-color: #204C78;
  }
  .color-bg-important-blue-dark-lg {
    background-color: #204C78 !important;
  }
  .color-fg-white-lg {
    color: #ffffff;
  }
  .color-fg-important-white-lg {
    color: #ffffff !important;
  }
  .color-bg-white-lg {
    background-color: #ffffff;
  }
  .color-bg-important-white-lg {
    background-color: #ffffff !important;
  }
  .color-fg-red-lg {
    color: #e64334;
  }
  .color-fg-important-red-lg {
    color: #e64334 !important;
  }
  .color-bg-red-lg {
    background-color: #e64334;
  }
  .color-bg-important-red-lg {
    background-color: #e64334 !important;
  }
  .color-fg-dark-green-lg {
    color: #007573;
  }
  .color-fg-important-dark-green-lg {
    color: #007573 !important;
  }
  .color-bg-dark-green-lg {
    background-color: #007573;
  }
  .color-bg-important-dark-green-lg {
    background-color: #007573 !important;
  }
  .color-fg-grey-light-lg {
    color: #dedfdb;
  }
  .color-fg-important-grey-light-lg {
    color: #dedfdb !important;
  }
  .color-bg-grey-light-lg {
    background-color: #dedfdb;
  }
  .color-bg-important-grey-light-lg {
    background-color: #dedfdb !important;
  }
  .color-fg-grey-lighter-lg {
    color: #efefee;
  }
  .color-fg-important-grey-lighter-lg {
    color: #efefee !important;
  }
  .color-bg-grey-lighter-lg {
    background-color: #efefee;
  }
  .color-bg-important-grey-lighter-lg {
    background-color: #efefee !important;
  }
  .color-fg-grey-very-light-lg {
    color: #f9f9f9;
  }
  .color-fg-important-grey-very-light-lg {
    color: #f9f9f9 !important;
  }
  .color-bg-grey-very-light-lg {
    background-color: #f9f9f9;
  }
  .color-bg-important-grey-very-light-lg {
    background-color: #f9f9f9 !important;
  }
  .color-fg-grey-dark-lg {
    color: #484848;
  }
  .color-fg-important-grey-dark-lg {
    color: #484848 !important;
  }
  .color-bg-grey-dark-lg {
    background-color: #484848;
  }
  .color-bg-important-grey-dark-lg {
    background-color: #484848 !important;
  }
  .color-fg-grey-dark2-lg {
    color: #515151;
  }
  .color-fg-important-grey-dark2-lg {
    color: #515151 !important;
  }
  .color-bg-grey-dark2-lg {
    background-color: #515151;
  }
  .color-bg-important-grey-dark2-lg {
    background-color: #515151 !important;
  }
  .color-fg-grey-medium-lg {
    color: #91928f;
  }
  .color-fg-important-grey-medium-lg {
    color: #91928f !important;
  }
  .color-bg-grey-medium-lg {
    background-color: #91928f;
  }
  .color-bg-important-grey-medium-lg {
    background-color: #91928f !important;
  }
  .color-fg-cream-lg {
    color: #fff7d3;
  }
  .color-fg-important-cream-lg {
    color: #fff7d3 !important;
  }
  .color-bg-cream-lg {
    background-color: #fff7d3;
  }
  .color-bg-important-cream-lg {
    background-color: #fff7d3 !important;
  }
  .color-fg-yellow-lg {
    color: #ffe37f;
  }
  .color-fg-important-yellow-lg {
    color: #ffe37f !important;
  }
  .color-bg-yellow-lg {
    background-color: #ffe37f;
  }
  .color-bg-important-yellow-lg {
    background-color: #ffe37f !important;
  }
}
summary-info {
  background: #f9f9f9;
  border: 1px solid #dedfdb;
}
summary-info span:first-child {
  line-height: 24px;
  padding-bottom: 10px;
}
summary-info p {
  line-height: normal;
}
@media only screen and (max-width: 47.9375em) {
  summary-info.white {
    background: #ffffff;
  }
}

form {
  width: 100%;
  position: relative;
}
form legend,
form .date-aria-describe {
  position: absolute;
  left: -9999px;
}
form .error-msg {
  color: #e64334;
}
form .form-fields .form-field {
  margin-top: 50px;
}
form .form-group {
  margin-top: 50px;
}
form .form-field {
  width: 100%;
  max-width: 600px;
  position: relative;
}
form .form-field.hidden {
  display: none;
}
@media only screen and (min-width: 64em) {
  form .form-field.form-field-user_role {
    margin-bottom: 55px;
  }
}
form .form-field.maxwidth100 {
  max-width: 100%;
}
form .form-field .error-msg {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.4px;
}
form .form-field label {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.4px;
  position: relative;
  display: block;
}
form .form-field .radio-label {
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
}
form .form-field.no-label > label, form .form-field.no-label > fieldset > label {
  display: none !important;
}
form .form-field .placeholder {
  position: absolute;
  left: 0;
  top: 0;
  padding: 18px 20px;
  width: 100%;
  height: auto;
  color: currentColor;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all 0.3s ease;
  transform-origin: 0 0;
  visibility: hidden;
  z-index: 2;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  line-height: 200%;
}
@media only screen and (min-width: 64em) {
  form .form-field .placeholder {
    padding: 18px 30px;
  }
}
form .form-field input {
  margin: 0;
}
form .form-field input:not([type=checkbox]):not([type=radio]) {
  width: 100% !important;
  box-sizing: border-box;
}
form .form-field input[type=file] {
  opacity: 0;
}
form .form-field input:not([type=checkbox]):not([type=radio]),
form .form-field select:not(.pika-select),
form .form-field textarea {
  background: white;
  width: 100% !important;
  box-sizing: border-box;
  border: 2px solid #91928f;
  line-height: 32px;
  padding: 18px 20px;
  font-family: "Sailec", Helvetica, sans-serif;
  font-size: 18px;
  transition: border-color 0.25s;
  z-index: 1;
  -webkit-appearance: none;
  border-radius: 0;
}
@media only screen and (min-width: 64em) {
  form .form-field input:not([type=checkbox]):not([type=radio]),
  form .form-field select:not(.pika-select),
  form .form-field textarea {
    padding: 18px 30px;
  }
}
form .form-field input:not([type=checkbox]):not([type=radio]):focus,
form .form-field select:not(.pika-select):focus,
form .form-field textarea:focus {
  border-color: #007573;
}
form .form-field input:not([type=checkbox]):not([type=radio]):disabled,
form .form-field select:not(.pika-select):disabled,
form .form-field textarea:disabled {
  border-color: #dedfdb;
}
form .form-field input:-webkit-autofill + .placeholder, form .form-field select:not(.pika-select):-webkit-autofill + .placeholder, form .form-field textarea:-webkit-autofill + .placeholder {
  transform: translate(-11px, -60%) scale(0.8, 0.8);
}
@media only screen and (min-width: 64em) {
  form .form-field input:-webkit-autofill + .placeholder, form .form-field select:not(.pika-select):-webkit-autofill + .placeholder, form .form-field textarea:-webkit-autofill + .placeholder {
    transform: translate(-22px, -60%) scale(0.8, 0.8);
  }
}
form .form-field input:focus + .placeholder, form .form-field input.has-value + .placeholder, form .form-field select:not(.pika-select):focus + .placeholder, form .form-field select:not(.pika-select).has-value + .placeholder, form .form-field textarea:focus + .placeholder, form .form-field textarea.has-value + .placeholder {
  transform: translate(-11px, -60%) scale(0.8, 0.8);
}
@media only screen and (min-width: 64em) {
  form .form-field input:focus + .placeholder, form .form-field input.has-value + .placeholder, form .form-field select:not(.pika-select):focus + .placeholder, form .form-field select:not(.pika-select).has-value + .placeholder, form .form-field textarea:focus + .placeholder, form .form-field textarea.has-value + .placeholder {
    transform: translate(-22px, -60%) scale(0.8, 0.8);
  }
}
form .form-field input.no-edit, form .form-field select:not(.pika-select).no-edit, form .form-field textarea.no-edit {
  pointer-events: none;
  opacity: 0.75;
}
form .form-field input[type=date],
form .form-field input[type=datetime-local] {
  font-family: "Sailec";
  letter-spacing: 1px;
  box-sizing: border-box !important;
  height: auto !important;
}
form .form-field input[type=submit], form .form-field button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form .form-field input[type=checkbox]:not(.switch),
form .form-field input[type=radio]:not(.toggle) {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 0;
  opacity: 0;
  width: 30px;
}
form .form-field input[type=checkbox]:not(.switch) ~ span,
form .form-field input[type=radio]:not(.toggle) ~ span {
  margin-left: 50px;
}
@media only screen and (max-width: 35.4375em) {
  form .form-field input[type=checkbox]:not(.switch) ~ span.tooltip-activate-span-assistant,
  form .form-field input[type=radio]:not(.toggle) ~ span.tooltip-activate-span-assistant {
    margin-right: 45px;
    margin-left: 10px;
  }
}
form .form-field input[type=checkbox]:not(.switch) ~ span[aria-describedby],
form .form-field input[type=radio]:not(.toggle) ~ span[aria-describedby] {
  margin-left: 10px;
}
form .form-field input[type=checkbox]:not(.switch) ~ svg.icon,
form .form-field input[type=radio]:not(.toggle) ~ svg.icon {
  position: absolute;
  left: 6px;
  top: 5px;
  width: 18px;
  height: 18px;
  fill: #ffffff;
  opacity: 0;
  transition: opacity 0.25s;
}
form .form-field input[type=checkbox]:not(.switch) ~ .box,
form .form-field input[type=radio]:not(.toggle) ~ .box {
  position: absolute;
  background: white;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}
form .form-field input[type=checkbox]:not(.switch):checked ~ svg.icon,
form .form-field input[type=radio]:not(.toggle):checked ~ svg.icon {
  opacity: 1;
}
form .form-field input[type=checkbox]:not(.switch):focus ~ .radio-label,
form .form-field input[type=radio]:not(.toggle):focus ~ .radio-label {
  background-image: linear-gradient(0deg, #91928f, #91928f);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white;
}
form .form-field input[type=checkbox]:not(.switch).small,
form .form-field input[type=radio]:not(.toggle).small {
  width: 20px;
}
form .form-field input[type=checkbox]:not(.switch).small ~ .box,
form .form-field input[type=radio]:not(.toggle).small ~ .box {
  width: 20px;
  height: 20px;
}
form .form-field input[type=checkbox]:not(.switch).small ~ svg.icon,
form .form-field input[type=radio]:not(.toggle).small ~ svg.icon {
  left: 4px;
  top: 4px;
  width: 13px;
  height: 13px;
}
form .form-field input[type=radio]:not(.toggle) ~ .box {
  border: 2px solid #007573;
  border-radius: 50%;
}
form .form-field input[type=radio]:not(.toggle) ~ .box:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #007573;
  position: absolute;
  left: 3px;
  top: 3px;
  display: block;
  border-radius: 24px;
  opacity: 0;
  transition: opacity 0.25s;
}
form .form-field input[type=radio]:not(.toggle)[disabled=disabled] ~ .box {
  border-color: #91928f;
}
form .form-field input[type=radio]:not(.toggle)[disabled=disabled] ~ .box:after {
  background: #91928f;
}
form .form-field input[type=radio]:not(.toggle) ~ svg.icon {
  fill: #007573;
}
form .form-field input[type=radio]:not(.toggle):checked ~ .box:after {
  opacity: 1;
}
form .form-field.form-radio-set.has-checked input[type=radio]:not(.toggle):not(:checked) ~ .box {
  border-color: #91928f;
}
form .form-field .radio-controls {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
form .form-field.form-radio-set label {
  position: relative;
  display: block;
}
form .form-field input[type=checkbox]:not(.switch) ~ .box {
  border: 2px solid #91928f;
  transition: background-color 0.25s, border-color 0.25s;
}
form .form-field input[type=checkbox]:not(.switch) ~ span {
  transition: color 0.25s;
}
form .form-field input[type=checkbox]:not(.switch):checked ~ span {
  color: #007573;
}
form .form-field input[type=checkbox]:not(.switch):checked ~ .box {
  border: 2px solid #007573;
  background: #007573;
}
form .form-field input[type=checkbox].switch {
  position: relative;
  margin: 12px 0 0 0;
  padding: 0;
  width: 0;
}
form .form-field input[type=checkbox].switch ~ span {
  display: none;
}
form .form-field input[type=checkbox].switch ~ .box {
  width: 50px;
  height: 30px;
  border-radius: 15px;
  border: 2px solid #91928f;
}
form .form-field input[type=checkbox].switch ~ .box:after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #91928f;
  border-radius: 50%;
  margin: 4px 0 0 6px;
  transition: margin 0.25s;
  display: block;
}
form .form-field input[type=checkbox].switch:checked ~ .box {
  border-color: #007573;
}
form .form-field input[type=checkbox].switch:checked ~ .box:after {
  margin-left: 23px;
  background-color: #007573;
}
form .form-field input[type=radio].toggle {
  position: absolute;
  left: -9999px;
}
form .form-field input[type=radio].toggle ~ span {
  display: inline-block;
  border-top: 2px solid #91928f;
  border-bottom: 2px solid #91928f;
  line-height: 40px;
  padding: 2px 25px 0 25px;
  transition: background-color 0.25s, border-color 0.25s, color 0.25s;
}
form .form-field input[type=radio].toggle.toggle-first ~ span {
  border-left: 2px solid #91928f;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  padding-left: 30px;
}
form .form-field input[type=radio].toggle.toggle-last ~ span {
  border-right: 2px solid #91928f;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  padding-right: 30px;
}
form .form-field input[type=radio].toggle:checked ~ span {
  border-color: #007573;
  background-color: #007573;
  color: white;
}
form .form-field select:not(.pika-select) {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  line-height: 32px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.06 22.68'><polygon style='fill:%2300a191;' points='0 2.65 2.65 0 20.03 17.39 37.42 0 40.06 2.65 20.03 22.68 0 2.65'/></svg>");
  background-position: calc(100% - 30px);
  background-repeat: no-repeat;
  background-size: 20px;
}
form .form-field textarea {
  resize: vertical;
  height: 150px;
  max-height: 400px;
}
form .form-field.dynamic-placeholder .placeholder {
  visibility: visible;
}
form .form-field.dynamic-placeholder input:not([type=checkbox]):not([type=radio])::-moz-placeholder, form .form-field.dynamic-placeholder select::-moz-placeholder, form .form-field.dynamic-placeholder textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
form .form-field.dynamic-placeholder input:not([type=checkbox]):not([type=radio])::placeholder,
form .form-field.dynamic-placeholder select::placeholder,
form .form-field.dynamic-placeholder textarea::placeholder {
  color: rgba(255, 255, 255, 0);
}
form .form-field.short select {
  line-height: 22px;
  padding: 7px 12px;
  font-size: 16px;
  background-position: calc(100% - 20px);
}
form .form-field .password-reveal {
  position: absolute;
  right: 20px;
  height: 17px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
form .form-field .password-reveal .ico-eye {
  height: 17px;
  width: 17px;
}
form .form-field input[type=password] ~ .password-reveal {
  opacity: 0.5;
}
form.outlines .form-field .placeholder {
  color: #ffffff;
}
form.outlines .form-field input:not([type=checkbox]):not([type=radio]),
form.outlines .form-field select,
form.outlines .form-field textarea {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
form.outlines .form-field input:not([type=checkbox]):not([type=radio]):focus,
form.outlines .form-field select:focus,
form.outlines .form-field textarea:focus {
  border-color: #ffffff;
}
form.outlines .form-field input:not([type=checkbox]):not([type=radio])::-moz-placeholder, form.outlines .form-field select::-moz-placeholder, form.outlines .form-field textarea::-moz-placeholder {
  color: #ffffff;
}
form.outlines .form-field input:not([type=checkbox]):not([type=radio])::placeholder,
form.outlines .form-field select::placeholder,
form.outlines .form-field textarea::placeholder {
  color: #ffffff;
}
form.outlines .form-field.dynamic-placeholder input:not([type=checkbox]):not([type=radio])::-moz-placeholder, form.outlines .form-field.dynamic-placeholder select::-moz-placeholder, form.outlines .form-field.dynamic-placeholder textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
form.outlines .form-field.dynamic-placeholder input:not([type=checkbox]):not([type=radio])::placeholder,
form.outlines .form-field.dynamic-placeholder select::placeholder,
form.outlines .form-field.dynamic-placeholder textarea::placeholder {
  color: rgba(255, 255, 255, 0);
}
form.outlines .form-field input[type=checkbox]:not(.switch) ~ span,
form.outlines .form-field input[type=radio]:not(.toggle) ~ span {
  color: #ffffff;
}
form.outlines .form-field input[type=checkbox]:not(.switch) ~ svg.icon,
form.outlines .form-field input[type=radio]:not(.toggle) ~ svg.icon {
  fill: #007573;
}
form.outlines .form-field input[type=checkbox]:not(.switch) ~ .box,
form.outlines .form-field input[type=radio]:not(.toggle) ~ .box {
  background: transparent;
  border-color: #ffffff;
}
form.outlines .form-field input[type=checkbox]:not(.switch):checked ~ .box,
form.outlines .form-field input[type=radio]:not(.toggle):checked ~ .box {
  background: #ffffff;
}
form.outlines .form-field input[type=checkbox]:not(.switch):focus ~ .radio-label,
form.outlines .form-field input[type=radio]:not(.toggle):focus ~ .radio-label {
  background-image: linear-gradient(0deg, white, white);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0), 2px -2px rgba(0, 0, 0, 0), -2px 2px rgba(0, 0, 0, 0), -2px -2px rgba(0, 0, 0, 0);
}
form.outlines .form-field input[type=radio]:not(.toggle) ~ .box {
  background: transparent;
}
form.outlines .form-field input[type=radio]:not(.toggle) ~ .box:after {
  background: #ffffff;
}
form.outlines .form-field input[type=radio]:not(.toggle):checked ~ .box {
  background: transparent;
}
form.outlines .form-field.form-radio-set.has-checked input[type=radio]:not(.toggle):not(:checked) ~ .box {
  border-color: #ffffff;
}
form.outlines .form-field.error input:not([type=checkbox]):not([type=radio]),
form.outlines .form-field.error select,
form.outlines .form-field.error textarea {
  border-color: #e64334;
}
form.outlines .form-field.icon-colour-teal-light input[type=checkbox]:not(.switch) ~ svg.icon,
form.outlines .form-field.icon-colour-teal-light input[type=radio]:not(.toggle) ~ svg.icon {
  fill: #31bbad;
}
form.outlines .form-field.icon-colour-teal-medium input[type=checkbox]:not(.switch) ~ svg.icon,
form.outlines .form-field.icon-colour-teal-medium input[type=radio]:not(.toggle) ~ svg.icon {
  fill: #00a191;
}
form.outlines .form-field.icon-colour-teal-dark input[type=checkbox]:not(.switch) ~ svg.icon,
form.outlines .form-field.icon-colour-teal-dark input[type=radio]:not(.toggle) ~ svg.icon {
  fill: #007573;
}
form.outlines .form-field.icon-colour-blue input[type=checkbox]:not(.switch) ~ svg.icon,
form.outlines .form-field.icon-colour-blue input[type=radio]:not(.toggle) ~ svg.icon {
  fill: #245B92;
}
form.outlines .form-field.icon-colour-blue-dark input[type=checkbox]:not(.switch) ~ svg.icon,
form.outlines .form-field.icon-colour-blue-dark input[type=radio]:not(.toggle) ~ svg.icon {
  fill: #204C78;
}
form.outlines .form-field.icon-colour-white input[type=checkbox]:not(.switch) ~ svg.icon,
form.outlines .form-field.icon-colour-white input[type=radio]:not(.toggle) ~ svg.icon {
  fill: #ffffff;
}
form.outlines .form-field.icon-colour-red input[type=checkbox]:not(.switch) ~ svg.icon,
form.outlines .form-field.icon-colour-red input[type=radio]:not(.toggle) ~ svg.icon {
  fill: #e64334;
}
form.outlines .form-field.icon-colour-dark-green input[type=checkbox]:not(.switch) ~ svg.icon,
form.outlines .form-field.icon-colour-dark-green input[type=radio]:not(.toggle) ~ svg.icon {
  fill: #007573;
}
form.outlines .form-field.icon-colour-grey-light input[type=checkbox]:not(.switch) ~ svg.icon,
form.outlines .form-field.icon-colour-grey-light input[type=radio]:not(.toggle) ~ svg.icon {
  fill: #dedfdb;
}
form.outlines .form-field.icon-colour-grey-lighter input[type=checkbox]:not(.switch) ~ svg.icon,
form.outlines .form-field.icon-colour-grey-lighter input[type=radio]:not(.toggle) ~ svg.icon {
  fill: #efefee;
}
form.outlines .form-field.icon-colour-grey-very-light input[type=checkbox]:not(.switch) ~ svg.icon,
form.outlines .form-field.icon-colour-grey-very-light input[type=radio]:not(.toggle) ~ svg.icon {
  fill: #f9f9f9;
}
form.outlines .form-field.icon-colour-grey-dark input[type=checkbox]:not(.switch) ~ svg.icon,
form.outlines .form-field.icon-colour-grey-dark input[type=radio]:not(.toggle) ~ svg.icon {
  fill: #484848;
}
form.outlines .form-field.icon-colour-grey-dark2 input[type=checkbox]:not(.switch) ~ svg.icon,
form.outlines .form-field.icon-colour-grey-dark2 input[type=radio]:not(.toggle) ~ svg.icon {
  fill: #515151;
}
form.outlines .form-field.icon-colour-grey-medium input[type=checkbox]:not(.switch) ~ svg.icon,
form.outlines .form-field.icon-colour-grey-medium input[type=radio]:not(.toggle) ~ svg.icon {
  fill: #91928f;
}
form.outlines .form-field.icon-colour-cream input[type=checkbox]:not(.switch) ~ svg.icon,
form.outlines .form-field.icon-colour-cream input[type=radio]:not(.toggle) ~ svg.icon {
  fill: #fff7d3;
}
form.outlines .form-field.icon-colour-yellow input[type=checkbox]:not(.switch) ~ svg.icon,
form.outlines .form-field.icon-colour-yellow input[type=radio]:not(.toggle) ~ svg.icon {
  fill: #ffe37f;
}
form .submit-button {
  margin-top: 50px;
}

collapsible-container {
  display: block;
}
collapsible-container.animating {
  transition: max-height 0.4s ease;
}
collapsible-container.animating, collapsible-container.closed {
  overflow: hidden;
}
collapsible-container.closed {
  max-height: 0 !important;
}
collapsible-container.calculating {
  transition: none !important;
  max-height: none !important;
  visibility: hidden !important;
}

#accessible-alert {
  position: absolute;
  left: -9999px;
}

@media only screen and (max-width: 35.4375em) {
  .modal-content.register form .form-field .placeholder-password,
  .modal-content.register form .form-field .placeholder-email {
    font-size: 16px;
  }
}
@media only screen and (max-width: 23.375em) {
  .modal-content.register form .form-field .placeholder-password,
  .modal-content.register form .form-field .placeholder-email {
    font-size: 14px;
    padding-left: 10px;
  }
}
.modal-content.register form .form-field.error .placeholder-password,
.modal-content.register form .form-field.error .placeholder-email {
  color: #91928f;
}
.modal-content.register form .form-field.error input:focus + .placeholder-password, .modal-content.register form .form-field.error input.has-value + .placeholder-password, .modal-content.register form .form-field.error input:-webkit-autofill + .placeholder-password {
  color: white;
}
.modal-content.register form .form-field.error input:focus + .placeholder-email, .modal-content.register form .form-field.error input.has-value + .placeholder-email, .modal-content.register form .form-field.error input:-webkit-autofill + .placeholder-email {
  color: white;
}
.modal-content form.outlines .form-field .error-msg {
  color: #ffffff;
}
.modal-content form.outlines .form-field .error-msg#user_role-errors {
  margin-top: 20px;
}
.modal-content form.outlines .form-field.column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.modal-content form.outlines .form-field input {
  width: 100% !important;
  box-sizing: border-box;
}

pagination {
  margin-top: 0 !important;
}
pagination ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 20px 0px;
  flex-wrap: wrap;
  list-style: none;
}
pagination ul li a {
  text-decoration: none;
  text-shadow: none;
  background: none;
  font-size: 18px;
  line-height: 10px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  color: #00a191;
  padding: 20px 21px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
pagination ul li.selected a, pagination ul li:hover a {
  background: #00a191;
  color: #ffffff;
}

.banner {
  position: relative;
  display: block;
  width: 100%;
}
.banner img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 8;
}
.banner.banner-search_results_interstitial, .banner.banner-property_detail, .banner.banner-supplier_signup_interstitial {
  max-width: 728px;
  padding-top: 12.3626373626%;
}
.banner.banner-search_results_interstitial.large, .banner.banner-property_detail.large, .banner.banner-supplier_signup_interstitial.large {
  padding-top: 41.2087912088%;
}
@media only screen and (min-width: 48em) {
  .banner.banner-search_results_interstitial, .banner.banner-property_detail, .banner.banner-supplier_signup_interstitial {
    padding-top: 90px;
  }
  .banner.banner-search_results_interstitial.large, .banner.banner-property_detail.large, .banner.banner-supplier_signup_interstitial.large {
    padding-top: 300px;
  }
}
.banner.banner-search_results_sidebar, .banner.banner-property_detail_sidebar {
  width: 300px;
  height: 250px;
  overflow: hidden;
}
.banner.banner-property_detail_sidebar {
  display: none;
}
@media only screen and (min-width: 48em) {
  .banner.banner-property_detail_sidebar {
    display: block;
  }
}

.alert-bar {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 40px 0 0px;
  line-height: 60px;
  background: #245B92;
  font-size: 16px;
  white-space: nowrap;
  z-index: 500;
  overflow: hidden;
  height: 0;
}
.show-alert .alert-bar {
  height: 60px;
}
.alert-bar .alert-close {
  position: absolute;
  top: calc(50% - 7px);
  right: 15px;
  width: 15px;
  height: 15px;
  color: white;
}
.alert-bar .alert-close svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.alert-bar .alert-scroller {
  z-index: 500;
  height: calc(100% + 30px);
  overflow-x: scroll;
  text-align: center;
  position: relative;
}
.alert-bar .alert-success--wrapper {
  display: inline-block;
}
.alert-bar .alert-success--wrapper.fadeout {
  opacity: 0 !important;
}
.alert-bar .alert-success--wrapper.fadein {
  opacity: 1 !important;
}
.alert-bar .alert-success--wrapper.stopanimation {
  left: 0px !important;
  opacity: 1;
  visibility: visible;
}
.alert-bar .alert-success--wrapper.positionrelative {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.alert-bar .alert {
  background: transparent;
  border: none;
  padding: 0;
  color: white;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
}
.alert-bar .alert a {
  color: white;
  background-image: linear-gradient(0deg, white, white);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  text-shadow: 2px 2px #245B92, 2px -2px #245B92, -2px 2px #245B92, -2px -2px #245B92;
}

.alert-prompt {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
}
.alert-prompt .alert-prompt--panel {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 800px;
  max-height: 90%;
  transform: translate(-50%, -50%);
  background: #245B92;
  color: white;
  padding: 40px;
  font-size: 16px;
  overflow-y: scroll;
}
.alert-prompt.alert-prompt--onsend_promotion .alert-prompt--panel {
  padding: 0;
  overflow: hidden;
}
.alert-prompt.hide {
  opacity: 0;
  left: -9999px;
  transition: opacity 250ms 0ms ease, left 0ms 250ms ease;
}
.alert-prompt.hide .alert-prompt--panel {
  left: -9999px;
}
.alert-prompt .onsend {
  padding-bottom: 80px;
}
.alert-prompt .onsend .panels {
  transition: height 250ms 0ms ease;
}
.alert-prompt .onsend .panels .panel {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms 0ms ease;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 48em) {
  .alert-prompt .onsend .panels .panel {
    flex-direction: row;
    min-height: 460px;
  }
}
.alert-prompt .onsend .panels .panel--content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 60px 30px 50px 30px;
}
@media only screen and (min-width: 48em) {
  .alert-prompt .onsend .panels .panel--content {
    width: 61.25%;
    padding: 70px 0 70px 40px;
    justify-content: center;
  }
}
.alert-prompt .onsend .panels .panel--image {
  display: none;
}
@media only screen and (min-width: 48em) {
  .alert-prompt .onsend .panels .panel--image {
    display: block;
    width: 38.75%;
    padding-top: 55%;
  }
  .alert-prompt .onsend .panels .panel--image img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.alert-prompt .onsend .panels .panel--title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
}
@media only screen and (min-width: 48em) {
  .alert-prompt .onsend .panels .panel--title {
    font-size: 40px;
  }
}
.alert-prompt .onsend .panels .panel--description {
  font-size: 20px;
  line-height: 1.5em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.alert-prompt .onsend .panels .panel--description .cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #ffe37f;
  color: #204C78;
  padding: 0 25px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}
.alert-prompt .onsend .panels .panel--description .cta .icon {
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
  margin-top: -2px;
  transition: transform 250ms ease;
}
.alert-prompt .onsend .panels .panel--description .cta:hover .icon {
  transform: rotate(180deg) translateX(-2px);
}
.alert-prompt .onsend .panels .panel--description .info {
  font-size: 15px;
}
@media only screen and (min-width: 48em) {
  .alert-prompt .onsend .panels .panel--description .info {
    width: 75%;
  }
}
.alert-prompt .onsend .panels .panel--description .info a {
  color: white;
  background-image: linear-gradient(0deg, white, white);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  text-shadow: 2px 2px #245B92, 2px -2px #245B92, -2px 2px #245B92, -2px -2px #245B92;
}
.alert-prompt .onsend .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #204C78;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
  font-size: 15px;
}
@media only screen and (min-width: 48em) {
  .alert-prompt .onsend .footer {
    font-size: 20px;
  }
}
.alert-prompt .onsend .footer .footer--link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
}
@media only screen and (min-width: 48em) {
  .alert-prompt .onsend .footer .footer--link {
    gap: 15px;
  }
}
.alert-prompt .onsend .footer .footer--link .icon {
  width: 15px;
  height: 15px;
  margin-top: -3px;
}
@media only screen and (min-width: 48em) {
  .alert-prompt .onsend .footer .footer--link .icon {
    width: 20px;
    height: 20px;
  }
}
.alert-prompt .onsend .footer .footer--progress {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.alert-prompt .onsend .footer .footer--progress span {
  border-radius: 5px;
  background: white;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}
.alert-prompt .onsend .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #245B92;
  font-size: 20px;
  cursor: pointer;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  z-index: 1;
  background-color: white;
}
@media only screen and (min-width: 48em) {
  .alert-prompt .onsend .close {
    width: 50px;
    height: 50px;
  }
}
.alert-prompt .onsend .close .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
}
@media only screen and (min-width: 48em) {
  .alert-prompt .onsend .close .icon {
    width: 16px;
    height: 16px;
  }
}
.alert-prompt .onsend[data-active="1"] .panels .panel:nth-child(1) {
  opacity: 1;
  pointer-events: all;
  transition: opacity 250ms 250ms ease;
}
.alert-prompt .onsend[data-active="1"] .footer--progress span:nth-child(1) {
  opacity: 1;
}
.alert-prompt .onsend[data-active="2"] .panels .panel:nth-child(2) {
  opacity: 1;
  pointer-events: all;
  transition: opacity 250ms 250ms ease;
}
.alert-prompt .onsend[data-active="2"] .footer--progress span:nth-child(2) {
  opacity: 1;
}
.alert-prompt .onsend[data-active="3"] .panels .panel:nth-child(3) {
  opacity: 1;
  pointer-events: all;
  transition: opacity 250ms 250ms ease;
}
.alert-prompt .onsend[data-active="3"] .footer--progress span:nth-child(3) {
  opacity: 1;
}
.alert-prompt .onsend.last-panel .footer .next, .alert-prompt .onsend[data-active="1"] .footer .back {
  opacity: 0.5;
  pointer-events: none;
}

#main {
  max-width: none !important;
  width: 100%;
}

.main-header {
  max-width: none !important;
  position: relative;
}
.main-header.fixed .header-fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}
.main-header .container {
  max-width: none !important;
  width: 100%;
}

header.site-header {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none !important;
  height: 80px;
  padding: 0 20px;
  background: #f9f9f9;
  z-index: 600;
}
@media only screen and (min-width: 48em) {
  header.site-header {
    padding: 0 40px;
  }
}
header.site-header .logo {
  width: 100px;
  height: 80px;
  margin-top: 10px;
}
header.site-header .logo a {
  position: relative;
  text-decoration: none;
  background: none;
}
header.site-header .logo svg {
  width: 100px;
  height: 47px;
}
header.site-header .navigation {
  position: fixed;
  left: 0;
  top: -9999px;
  width: calc(100% + 30px);
  height: calc(100% - 80px);
  z-index: 10;
  overflow-y: scroll;
  transition: top 0s 0.25s;
}
header.site-header .navigation .nav-child {
  padding-left: 60px;
}
@media only screen and (min-width: 48em) {
  header.site-header .navigation .nav-child {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  header.site-header .navigation {
    padding-bottom: 40px;
  }
}
.navigation-open header.site-header .navigation {
  transition: none;
  top: 80px;
}
@media only screen and (max-width: 47.9375em) {
  .navigation-open header.site-header .navigation::before {
    content: "";
    display: block;
    width: 100vw;
    height: calc(100vh - 80px);
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 80px;
  }
}
.navigation-open.with-alert header.site-header .navigation {
  transition: none;
  top: 140px;
}
@media only screen and (min-width: 48em) {
  header.site-header .navigation {
    position: static;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    overflow: hidden;
  }
}
header.site-header .navigation > ul {
  transition: top 0.25s;
  top: -200%;
  min-height: 100%;
  padding-top: 20px;
  background: white;
  flex-shrink: 0;
}
@media only screen and (min-width: 48em) {
  header.site-header .navigation > ul {
    padding-top: 0;
    top: auto;
    background: none;
  }
}
.navigation-open header.site-header .navigation > ul {
  top: 0px;
}
header.site-header .navigation > ul > li {
  min-height: 60px;
  line-height: 60px;
  padding: 0 50px 0 20px;
  cursor: pointer;
}
@media only screen and (min-width: 48em) {
  header.site-header .navigation > ul > li {
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 63.9375em) {
  header.site-header .navigation > ul > li {
    padding: 0px 6px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 47.9375em) {
  header.site-header .navigation > ul > li {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 50px;
  }
}
header.site-header .navigation > ul > li a.nav-btn {
  cursor: pointer;
  color: #000;
  font-weight: 500;
  white-space: nowrap;
  text-shadow: none;
  background: none;
  transition: color 0.25s;
}
@media only screen and (min-width: 48em) {
  header.site-header .navigation > ul > li a.nav-btn {
    font-weight: 400;
    color: #007573;
  }
  header.site-header .navigation > ul > li a.nav-btn span {
    line-height: 1em;
  }
}
header.site-header .navigation > ul > li a.nav-btn:hover, header.site-header .navigation > ul > li a.nav-btn:focus {
  color: #007573;
}
header.site-header .navigation > ul > li a.nav-btn:hover span, header.site-header .navigation > ul > li a.nav-btn:focus span {
  background-image: linear-gradient(0deg, #007573, #007573);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white;
}
header.site-header .navigation > ul > li .icon-container {
  flex: 1 0 auto;
  color: #007573;
}
header.site-header .navigation > ul > li .icon-container svg.icon {
  color: #007573;
  width: 23px;
  height: 26px;
}
header.site-header .navigation > ul > li.spacer {
  display: none;
}
header.site-header .navigation > ul > li.spacer i {
  width: 1px;
  height: 50px;
  border-left: 1px solid #dedfdb;
}
@media only screen and (min-width: 48em) {
  header.site-header .navigation > ul > li.spacer {
    display: block;
  }
}
header.site-header .navigation > ul > li.icon-nav-link svg.icon {
  fill: #007573;
  height: 23px;
}
header.site-header .navigation > ul > li .social {
  flex: 1 0 20%;
}
header.site-header .navigation > ul > li .social .denotation {
  background-color: #007573;
  color: white;
  border: none;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 38px;
}
header.site-header .navigation > ul > li .social .denotation:focus {
  color: white;
  background-color: #007573;
}
@media only screen and (max-width: 47.9375em) {
  header.site-header .navigation > ul > li.profile-btn {
    position: relative;
    height: auto;
    order: 0;
  }
  header.site-header .navigation > ul > li.profile-btn:before {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    top: 0;
    width: calc(100% - 70px);
    height: 60px;
    background: #007573;
  }
  header.site-header .navigation > ul > li.profile-btn a span {
    color: #ffffff;
    flex: 1 1 auto;
  }
  header.site-header .navigation > ul > li.profile-btn .icon {
    fill: #ffffff;
    width: 20px;
    height: 20px;
    margin-right: 20px;
  }
  header.site-header .navigation > ul > li.profile-btn .nav-btn {
    display: none;
  }
  header.site-header .navigation > ul > li.profile-btn .closed {
    max-height: 2000px !important;
  }
  header.site-header .navigation > ul > li.profile-btn .closed ul {
    padding-bottom: 0px;
  }
  header.site-header .navigation > ul > li.profile-btn .closed ul.color-bg-grey-dark2 {
    padding-bottom: 20px;
    padding-top: 7px;
  }
  header.site-header .navigation > ul > li.profile-btn .closed ul.color-bg-grey-dark2 li:last-child {
    line-height: 18px;
    height: auto;
  }
  header.site-header .navigation > ul > li.profile-btn .closed ul.color-bg-grey-dark2, header.site-header .navigation > ul > li.profile-btn .closed ul.color-bg-grey-dark {
    background-color: white;
  }
  header.site-header .navigation > ul > li.profile-btn .closed ul.color-bg-grey-dark2 a, header.site-header .navigation > ul > li.profile-btn .closed ul.color-bg-grey-dark a {
    color: #007573;
  }
  header.site-header .navigation > ul > li.profile-btn .closed ul.color-bg-grey-dark2 .subheading, header.site-header .navigation > ul > li.profile-btn .closed ul.color-bg-grey-dark .subheading {
    display: none;
  }
  header.site-header .navigation > ul > li.profile-btn .closed ul.color-bg-grey-dark2 li, header.site-header .navigation > ul > li.profile-btn .closed ul.color-bg-grey-dark li {
    line-height: 55px;
    height: 55px;
  }
}
header.site-header .navigation > ul > li.profile-btn .nav-btn {
  height: 80px;
}
header.site-header .navigation .blog_search_box {
  width: 225px;
  border: 0px solid #fff;
  max-width: 100%;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
header.site-header .hamburger {
  background-image: none;
  text-shadow: none;
  font-size: 28px;
}
header.site-header .hamburger svg.icon {
  height: 28px;
  width: 28px;
}
@media only screen and (min-width: 48em) {
  header.site-header .hamburger {
    display: none;
  }
}
header.site-header .hamburger .icon.cross {
  display: none;
}
.navigation-open header.site-header .hamburger .icon.cross {
  display: block;
}
.navigation-open header.site-header .hamburger .icon.hamburger {
  display: none;
}
@media print {
  header.site-header .hamburger {
    display: none;
  }
}

.desktop_nav {
  display: none;
}
@media only screen and (min-width: 48em) {
  .desktop_nav {
    display: block;
  }
}

@media only screen and (min-width: 48em) {
  .mobile_nav {
    display: none;
  }
}

menu.profile-menu {
  width: calc(100% + 20px);
  position: relative;
  left: -20px;
}
menu.profile-menu ul {
  margin-bottom: 0;
}
@media only screen and (max-width: 47.9375em) {
  menu.profile-menu {
    overflow: hidden;
    max-height: 2000px;
    transition: max-height 0.4s ease;
  }
  menu.profile-menu.closed {
    max-height: 0 !important;
  }
}
@media only screen and (min-width: 48em) {
  menu.profile-menu {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    max-width: 340px;
    transition: transform 0.4s ease;
  }
  menu.profile-menu.closed {
    transform: translate(0, -150%);
  }
}
menu.profile-menu ul {
  padding-bottom: 20px;
}
@media only screen and (min-width: 48em) {
  menu.profile-menu ul {
    padding-bottom: 40px;
  }
}
menu.profile-menu li {
  box-sizing: border-box;
}
menu.profile-menu li.subheading {
  padding: 30px 20px 5px 20px;
}
@media only screen and (min-width: 48em) {
  menu.profile-menu li.subheading {
    padding: 40px 40px 5px 40px;
  }
}
menu.profile-menu li:not(.subheading):hover {
  background: rgba(255, 255, 255, 0.1);
}
menu.profile-menu p {
  color: #ffffff;
}
menu.profile-menu a {
  text-shadow: none;
  background: none;
  color: #ffffff;
  padding: 5px 20px;
  display: block;
  line-height: normal;
}
@media only screen and (min-width: 48em) {
  menu.profile-menu a {
    padding: 5px 40px;
  }
}
menu.profile-menu a:focus {
  background: rgba(255, 255, 255, 0.1);
}
@media print {
  menu.profile-menu {
    display: none;
  }
}

footer {
  background-color: #007573;
  color: white;
}
footer a {
  color: white;
  text-shadow: none;
}
footer a:focus {
  color: rgb(229.5, 229.5, 229.5);
  background-image: linear-gradient(0deg, rgb(229.5, 229.5, 229.5), rgb(229.5, 229.5, 229.5));
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  text-shadow: 2px 2px #007573, 2px -2px #007573, -2px 2px #007573, -2px -2px #007573;
}
footer ul {
  font-size: 16px;
  line-height: 18px;
}
footer .social-links .denotation {
  border: none;
  background: white;
  color: #007573;
  font-size: 16px;
  width: 40px;
  height: 40px;
}
footer .social-links .denotation .icon {
  width: 50%;
  height: 50%;
  margin-top: 25%;
}
footer .social-links .denotation:focus {
  color: white;
  background-color: #007573;
}
footer .fill > .container:not(:last-child) {
  flex: 1;
}
footer .legal-links {
  border-top: 1px solid white;
}
footer .legal-links li {
  position: relative;
}
@media only screen and (min-width: 48em) {
  footer .legal-links li:not(:first-child)::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 1px;
    height: 100%;
    background: currentColor;
  }
}
footer .footer-links {
  display: none;
}
@media only screen and (min-width: 48em) {
  footer .footer-links {
    display: flex;
  }
}
@media print {
  footer {
    display: none;
  }
}

.m-b-20 {
  margin-bottom: 20px;
}

container, .container {
  display: flex;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
}
container.row, .container.row {
  flex-direction: row;
}
container.row.valign-t, .container.row.valign-t {
  align-items: flex-start;
}
container.row.valign-c, .container.row.valign-c {
  align-items: center;
}
container.row.valign-b, .container.row.valign-b {
  align-items: flex-end;
}
container.row.valign-s, .container.row.valign-s {
  align-items: stretch;
}
container.row.halign-l, .container.row.halign-l {
  justify-content: flex-start;
}
container.row.halign-c, .container.row.halign-c {
  justify-content: center;
}
container.row.halign-sp, .container.row.halign-sp {
  justify-content: space-between;
}
container.row.halign-r, .container.row.halign-r {
  justify-content: flex-end;
}
container.row > .flex-equal, .container.row > .flex-equal {
  flex-basis: 0;
  flex-grow: 1;
}
container.column, .container.column {
  flex-direction: column;
}
container.column.valign-t, .container.column.valign-t {
  justify-content: flex-start;
}
container.column.valign-c, .container.column.valign-c {
  justify-content: center;
}
container.column.valign-b, .container.column.valign-b {
  justify-content: flex-end;
}
container.column.halign-l, .container.column.halign-l {
  align-items: flex-start;
}
container.column.halign-c, .container.column.halign-c {
  align-items: center;
}
container.column.halign-r, .container.column.halign-r {
  align-items: flex-end;
}
@media only screen and (min-width: 48em) {
  container.row-md, .container.row-md {
    flex-direction: row;
  }
  container.row-md.valign-t-md, .container.row-md.valign-t-md {
    align-items: flex-start;
  }
  container.row-md.valign-c-md, .container.row-md.valign-c-md {
    align-items: center;
  }
  container.row-md.valign-b-md, .container.row-md.valign-b-md {
    align-items: flex-end;
  }
  container.row-md.valign-s-md, .container.row-md.valign-s-md {
    align-items: stretch;
  }
  container.row-md.halign-l-md, .container.row-md.halign-l-md {
    justify-content: flex-start;
  }
  container.row-md.halign-c-md, .container.row-md.halign-c-md {
    justify-content: center;
  }
  container.row-md.halign-sp-md, .container.row-md.halign-sp-md {
    justify-content: space-between;
  }
  container.row-md.halign-r-md, .container.row-md.halign-r-md {
    justify-content: flex-end;
  }
  container.row-md > .flex-equal-md, .container.row-md > .flex-equal-md {
    flex-basis: 0;
    flex-grow: 1;
  }
  container.column-md, .container.column-md {
    flex-direction: column;
  }
  container.column-md.valign-t-md, .container.column-md.valign-t-md {
    justify-content: flex-start;
  }
  container.column-md.valign-c-md, .container.column-md.valign-c-md {
    justify-content: center;
  }
  container.column-md.valign-b-md, .container.column-md.valign-b-md {
    justify-content: flex-end;
  }
  container.column-md.halign-l-md, .container.column-md.halign-l-md {
    align-items: flex-start;
  }
  container.column-md.halign-c-md, .container.column-md.halign-c-md {
    align-items: center;
  }
  container.column-md.halign-r-md, .container.column-md.halign-r-md {
    align-items: flex-end;
  }
}
@media only screen and (min-width: 64em) {
  container.row-lg, .container.row-lg {
    flex-direction: row;
  }
  container.row-lg.valign-t-lg, .container.row-lg.valign-t-lg {
    align-items: flex-start;
  }
  container.row-lg.valign-c-lg, .container.row-lg.valign-c-lg {
    align-items: center;
  }
  container.row-lg.valign-b-lg, .container.row-lg.valign-b-lg {
    align-items: flex-end;
  }
  container.row-lg.valign-s-lg, .container.row-lg.valign-s-lg {
    align-items: stretch;
  }
  container.row-lg.halign-l-lg, .container.row-lg.halign-l-lg {
    justify-content: flex-start;
  }
  container.row-lg.halign-c-lg, .container.row-lg.halign-c-lg {
    justify-content: center;
  }
  container.row-lg.halign-sp-lg, .container.row-lg.halign-sp-lg {
    justify-content: space-between;
  }
  container.row-lg.halign-r-lg, .container.row-lg.halign-r-lg {
    justify-content: flex-end;
  }
  container.row-lg > .flex-equal-lg, .container.row-lg > .flex-equal-lg {
    flex-basis: 0;
    flex-grow: 1;
  }
  container.column-lg, .container.column-lg {
    flex-direction: column;
  }
  container.column-lg.valign-t-lg, .container.column-lg.valign-t-lg {
    justify-content: flex-start;
  }
  container.column-lg.valign-c-lg, .container.column-lg.valign-c-lg {
    justify-content: center;
  }
  container.column-lg.valign-b-lg, .container.column-lg.valign-b-lg {
    justify-content: flex-end;
  }
  container.column-lg.halign-l-lg, .container.column-lg.halign-l-lg {
    align-items: flex-start;
  }
  container.column-lg.halign-c-lg, .container.column-lg.halign-c-lg {
    align-items: center;
  }
  container.column-lg.halign-r-lg, .container.column-lg.halign-r-lg {
    align-items: flex-end;
  }
}
container.fill, .container.fill {
  width: 100%;
  flex: 1 1 auto;
}
container.fill-h, .container.fill-h {
  height: 100%;
}
container.fill-h-min, .container.fill-h-min {
  min-height: 100%;
}
container.fill-abs, .container.fill-abs {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
container.flow, .container.flow {
  flex-flow: row wrap;
}
container.wrap, .container.wrap {
  flex-wrap: wrap;
}
container.nowrap, .container.nowrap {
  flex-wrap: nowrap;
}
@media only screen and (min-width: 48em) {
  container.flow-md, .container.flow-md {
    flex-flow: row wrap;
  }
  container.wrap-md, .container.wrap-md {
    flex-wrap: wrap;
  }
  container.nowrap-md, .container.nowrap-md {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 64em) {
  container.flow-lg, .container.flow-lg {
    flex-flow: row wrap;
  }
  container.wrap-lg, .container.wrap-lg {
    flex-wrap: wrap;
  }
  container.nowrap-lg, .container.nowrap-lg {
    flex-wrap: nowrap;
  }
}
container.sp-0, .container.sp-0 {
  padding: 0px;
}
container.sp-v-0, .container.sp-v-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
container.sp-t-0, .container.sp-t-0 {
  padding-top: 0px;
}
container.sp-b-0, .container.sp-b-0 {
  padding-bottom: 0px;
}
container.sp-h-0, .container.sp-h-0 {
  padding-left: 0px;
  padding-right: 0px;
}
container.sp-l-0, .container.sp-l-0 {
  padding-left: 0px;
}
container.sp-r-0, .container.sp-r-0 {
  padding-right: 0px;
}
container.sp-5, .container.sp-5 {
  padding: 5px;
}
container.sp-v-5, .container.sp-v-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
container.sp-t-5, .container.sp-t-5 {
  padding-top: 5px;
}
container.sp-b-5, .container.sp-b-5 {
  padding-bottom: 5px;
}
container.sp-h-5, .container.sp-h-5 {
  padding-left: 5px;
  padding-right: 5px;
}
container.sp-l-5, .container.sp-l-5 {
  padding-left: 5px;
}
container.sp-r-5, .container.sp-r-5 {
  padding-right: 5px;
}
container.sp-10, .container.sp-10 {
  padding: 10px;
}
container.sp-v-10, .container.sp-v-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
container.sp-t-10, .container.sp-t-10 {
  padding-top: 10px;
}
container.sp-b-10, .container.sp-b-10 {
  padding-bottom: 10px;
}
container.sp-h-10, .container.sp-h-10 {
  padding-left: 10px;
  padding-right: 10px;
}
container.sp-l-10, .container.sp-l-10 {
  padding-left: 10px;
}
container.sp-r-10, .container.sp-r-10 {
  padding-right: 10px;
}
container.sp-15, .container.sp-15 {
  padding: 15px;
}
container.sp-v-15, .container.sp-v-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
container.sp-t-15, .container.sp-t-15 {
  padding-top: 15px;
}
container.sp-b-15, .container.sp-b-15 {
  padding-bottom: 15px;
}
container.sp-h-15, .container.sp-h-15 {
  padding-left: 15px;
  padding-right: 15px;
}
container.sp-l-15, .container.sp-l-15 {
  padding-left: 15px;
}
container.sp-r-15, .container.sp-r-15 {
  padding-right: 15px;
}
container.sp-20, .container.sp-20 {
  padding: 20px;
}
container.sp-v-20, .container.sp-v-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
container.sp-t-20, .container.sp-t-20 {
  padding-top: 20px;
}
container.sp-b-20, .container.sp-b-20 {
  padding-bottom: 20px;
}
container.sp-h-20, .container.sp-h-20 {
  padding-left: 20px;
  padding-right: 20px;
}
container.sp-l-20, .container.sp-l-20 {
  padding-left: 20px;
}
container.sp-r-20, .container.sp-r-20 {
  padding-right: 20px;
}
container.sp-30, .container.sp-30 {
  padding: 30px;
}
container.sp-v-30, .container.sp-v-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
container.sp-t-30, .container.sp-t-30 {
  padding-top: 30px;
}
container.sp-b-30, .container.sp-b-30 {
  padding-bottom: 30px;
}
container.sp-h-30, .container.sp-h-30 {
  padding-left: 30px;
  padding-right: 30px;
}
container.sp-l-30, .container.sp-l-30 {
  padding-left: 30px;
}
container.sp-r-30, .container.sp-r-30 {
  padding-right: 30px;
}
container.sp-40, .container.sp-40 {
  padding: 40px;
}
container.sp-v-40, .container.sp-v-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
container.sp-t-40, .container.sp-t-40 {
  padding-top: 40px;
}
container.sp-b-40, .container.sp-b-40 {
  padding-bottom: 40px;
}
container.sp-h-40, .container.sp-h-40 {
  padding-left: 40px;
  padding-right: 40px;
}
container.sp-l-40, .container.sp-l-40 {
  padding-left: 40px;
}
container.sp-r-40, .container.sp-r-40 {
  padding-right: 40px;
}
container.sp-50, .container.sp-50 {
  padding: 50px;
}
container.sp-v-50, .container.sp-v-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
container.sp-t-50, .container.sp-t-50 {
  padding-top: 50px;
}
container.sp-b-50, .container.sp-b-50 {
  padding-bottom: 50px;
}
container.sp-h-50, .container.sp-h-50 {
  padding-left: 50px;
  padding-right: 50px;
}
container.sp-l-50, .container.sp-l-50 {
  padding-left: 50px;
}
container.sp-r-50, .container.sp-r-50 {
  padding-right: 50px;
}
container.sp-60, .container.sp-60 {
  padding: 60px;
}
container.sp-v-60, .container.sp-v-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
container.sp-t-60, .container.sp-t-60 {
  padding-top: 60px;
}
container.sp-b-60, .container.sp-b-60 {
  padding-bottom: 60px;
}
container.sp-h-60, .container.sp-h-60 {
  padding-left: 60px;
  padding-right: 60px;
}
container.sp-l-60, .container.sp-l-60 {
  padding-left: 60px;
}
container.sp-r-60, .container.sp-r-60 {
  padding-right: 60px;
}
container.sp-80, .container.sp-80 {
  padding: 80px;
}
container.sp-v-80, .container.sp-v-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
container.sp-t-80, .container.sp-t-80 {
  padding-top: 80px;
}
container.sp-b-80, .container.sp-b-80 {
  padding-bottom: 80px;
}
container.sp-h-80, .container.sp-h-80 {
  padding-left: 80px;
  padding-right: 80px;
}
container.sp-l-80, .container.sp-l-80 {
  padding-left: 80px;
}
container.sp-r-80, .container.sp-r-80 {
  padding-right: 80px;
}
container.sp-100, .container.sp-100 {
  padding: 100px;
}
container.sp-v-100, .container.sp-v-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
container.sp-t-100, .container.sp-t-100 {
  padding-top: 100px;
}
container.sp-b-100, .container.sp-b-100 {
  padding-bottom: 100px;
}
container.sp-h-100, .container.sp-h-100 {
  padding-left: 100px;
  padding-right: 100px;
}
container.sp-l-100, .container.sp-l-100 {
  padding-left: 100px;
}
container.sp-r-100, .container.sp-r-100 {
  padding-right: 100px;
}
container.sp-120, .container.sp-120 {
  padding: 120px;
}
container.sp-v-120, .container.sp-v-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
container.sp-t-120, .container.sp-t-120 {
  padding-top: 120px;
}
container.sp-b-120, .container.sp-b-120 {
  padding-bottom: 120px;
}
container.sp-h-120, .container.sp-h-120 {
  padding-left: 120px;
  padding-right: 120px;
}
container.sp-l-120, .container.sp-l-120 {
  padding-left: 120px;
}
container.sp-r-120, .container.sp-r-120 {
  padding-right: 120px;
}
container.sp-140, .container.sp-140 {
  padding: 140px;
}
container.sp-v-140, .container.sp-v-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
container.sp-t-140, .container.sp-t-140 {
  padding-top: 140px;
}
container.sp-b-140, .container.sp-b-140 {
  padding-bottom: 140px;
}
container.sp-h-140, .container.sp-h-140 {
  padding-left: 140px;
  padding-right: 140px;
}
container.sp-l-140, .container.sp-l-140 {
  padding-left: 140px;
}
container.sp-r-140, .container.sp-r-140 {
  padding-right: 140px;
}
container.sp-170, .container.sp-170 {
  padding: 170px;
}
container.sp-v-170, .container.sp-v-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}
container.sp-t-170, .container.sp-t-170 {
  padding-top: 170px;
}
container.sp-b-170, .container.sp-b-170 {
  padding-bottom: 170px;
}
container.sp-h-170, .container.sp-h-170 {
  padding-left: 170px;
  padding-right: 170px;
}
container.sp-l-170, .container.sp-l-170 {
  padding-left: 170px;
}
container.sp-r-170, .container.sp-r-170 {
  padding-right: 170px;
}
container.sp-200, .container.sp-200 {
  padding: 200px;
}
container.sp-v-200, .container.sp-v-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
container.sp-t-200, .container.sp-t-200 {
  padding-top: 200px;
}
container.sp-b-200, .container.sp-b-200 {
  padding-bottom: 200px;
}
container.sp-h-200, .container.sp-h-200 {
  padding-left: 200px;
  padding-right: 200px;
}
container.sp-l-200, .container.sp-l-200 {
  padding-left: 200px;
}
container.sp-r-200, .container.sp-r-200 {
  padding-right: 200px;
}
@media only screen and (min-width: 48em) {
  container.sp-0-md, .container.sp-0-md {
    padding: 0px;
  }
  container.sp-v-0-md, .container.sp-v-0-md {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  container.sp-t-0-md, .container.sp-t-0-md {
    padding-top: 0px;
  }
  container.sp-b-0-md, .container.sp-b-0-md {
    padding-bottom: 0px;
  }
  container.sp-h-0-md, .container.sp-h-0-md {
    padding-left: 0px;
    padding-right: 0px;
  }
  container.sp-l-0-md, .container.sp-l-0-md {
    padding-left: 0px;
  }
  container.sp-r-0-md, .container.sp-r-0-md {
    padding-right: 0px;
  }
  container.sp-5-md, .container.sp-5-md {
    padding: 5px;
  }
  container.sp-v-5-md, .container.sp-v-5-md {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  container.sp-t-5-md, .container.sp-t-5-md {
    padding-top: 5px;
  }
  container.sp-b-5-md, .container.sp-b-5-md {
    padding-bottom: 5px;
  }
  container.sp-h-5-md, .container.sp-h-5-md {
    padding-left: 5px;
    padding-right: 5px;
  }
  container.sp-l-5-md, .container.sp-l-5-md {
    padding-left: 5px;
  }
  container.sp-r-5-md, .container.sp-r-5-md {
    padding-right: 5px;
  }
  container.sp-10-md, .container.sp-10-md {
    padding: 10px;
  }
  container.sp-v-10-md, .container.sp-v-10-md {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  container.sp-t-10-md, .container.sp-t-10-md {
    padding-top: 10px;
  }
  container.sp-b-10-md, .container.sp-b-10-md {
    padding-bottom: 10px;
  }
  container.sp-h-10-md, .container.sp-h-10-md {
    padding-left: 10px;
    padding-right: 10px;
  }
  container.sp-l-10-md, .container.sp-l-10-md {
    padding-left: 10px;
  }
  container.sp-r-10-md, .container.sp-r-10-md {
    padding-right: 10px;
  }
  container.sp-15-md, .container.sp-15-md {
    padding: 15px;
  }
  container.sp-v-15-md, .container.sp-v-15-md {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  container.sp-t-15-md, .container.sp-t-15-md {
    padding-top: 15px;
  }
  container.sp-b-15-md, .container.sp-b-15-md {
    padding-bottom: 15px;
  }
  container.sp-h-15-md, .container.sp-h-15-md {
    padding-left: 15px;
    padding-right: 15px;
  }
  container.sp-l-15-md, .container.sp-l-15-md {
    padding-left: 15px;
  }
  container.sp-r-15-md, .container.sp-r-15-md {
    padding-right: 15px;
  }
  container.sp-20-md, .container.sp-20-md {
    padding: 20px;
  }
  container.sp-v-20-md, .container.sp-v-20-md {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  container.sp-t-20-md, .container.sp-t-20-md {
    padding-top: 20px;
  }
  container.sp-b-20-md, .container.sp-b-20-md {
    padding-bottom: 20px;
  }
  container.sp-h-20-md, .container.sp-h-20-md {
    padding-left: 20px;
    padding-right: 20px;
  }
  container.sp-l-20-md, .container.sp-l-20-md {
    padding-left: 20px;
  }
  container.sp-r-20-md, .container.sp-r-20-md {
    padding-right: 20px;
  }
  container.sp-30-md, .container.sp-30-md {
    padding: 30px;
  }
  container.sp-v-30-md, .container.sp-v-30-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  container.sp-t-30-md, .container.sp-t-30-md {
    padding-top: 30px;
  }
  container.sp-b-30-md, .container.sp-b-30-md {
    padding-bottom: 30px;
  }
  container.sp-h-30-md, .container.sp-h-30-md {
    padding-left: 30px;
    padding-right: 30px;
  }
  container.sp-l-30-md, .container.sp-l-30-md {
    padding-left: 30px;
  }
  container.sp-r-30-md, .container.sp-r-30-md {
    padding-right: 30px;
  }
  container.sp-40-md, .container.sp-40-md {
    padding: 40px;
  }
  container.sp-v-40-md, .container.sp-v-40-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  container.sp-t-40-md, .container.sp-t-40-md {
    padding-top: 40px;
  }
  container.sp-b-40-md, .container.sp-b-40-md {
    padding-bottom: 40px;
  }
  container.sp-h-40-md, .container.sp-h-40-md {
    padding-left: 40px;
    padding-right: 40px;
  }
  container.sp-l-40-md, .container.sp-l-40-md {
    padding-left: 40px;
  }
  container.sp-r-40-md, .container.sp-r-40-md {
    padding-right: 40px;
  }
  container.sp-50-md, .container.sp-50-md {
    padding: 50px;
  }
  container.sp-v-50-md, .container.sp-v-50-md {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  container.sp-t-50-md, .container.sp-t-50-md {
    padding-top: 50px;
  }
  container.sp-b-50-md, .container.sp-b-50-md {
    padding-bottom: 50px;
  }
  container.sp-h-50-md, .container.sp-h-50-md {
    padding-left: 50px;
    padding-right: 50px;
  }
  container.sp-l-50-md, .container.sp-l-50-md {
    padding-left: 50px;
  }
  container.sp-r-50-md, .container.sp-r-50-md {
    padding-right: 50px;
  }
  container.sp-60-md, .container.sp-60-md {
    padding: 60px;
  }
  container.sp-v-60-md, .container.sp-v-60-md {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  container.sp-t-60-md, .container.sp-t-60-md {
    padding-top: 60px;
  }
  container.sp-b-60-md, .container.sp-b-60-md {
    padding-bottom: 60px;
  }
  container.sp-h-60-md, .container.sp-h-60-md {
    padding-left: 60px;
    padding-right: 60px;
  }
  container.sp-l-60-md, .container.sp-l-60-md {
    padding-left: 60px;
  }
  container.sp-r-60-md, .container.sp-r-60-md {
    padding-right: 60px;
  }
  container.sp-80-md, .container.sp-80-md {
    padding: 80px;
  }
  container.sp-v-80-md, .container.sp-v-80-md {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  container.sp-t-80-md, .container.sp-t-80-md {
    padding-top: 80px;
  }
  container.sp-b-80-md, .container.sp-b-80-md {
    padding-bottom: 80px;
  }
  container.sp-h-80-md, .container.sp-h-80-md {
    padding-left: 80px;
    padding-right: 80px;
  }
  container.sp-l-80-md, .container.sp-l-80-md {
    padding-left: 80px;
  }
  container.sp-r-80-md, .container.sp-r-80-md {
    padding-right: 80px;
  }
  container.sp-100-md, .container.sp-100-md {
    padding: 100px;
  }
  container.sp-v-100-md, .container.sp-v-100-md {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  container.sp-t-100-md, .container.sp-t-100-md {
    padding-top: 100px;
  }
  container.sp-b-100-md, .container.sp-b-100-md {
    padding-bottom: 100px;
  }
  container.sp-h-100-md, .container.sp-h-100-md {
    padding-left: 100px;
    padding-right: 100px;
  }
  container.sp-l-100-md, .container.sp-l-100-md {
    padding-left: 100px;
  }
  container.sp-r-100-md, .container.sp-r-100-md {
    padding-right: 100px;
  }
  container.sp-120-md, .container.sp-120-md {
    padding: 120px;
  }
  container.sp-v-120-md, .container.sp-v-120-md {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  container.sp-t-120-md, .container.sp-t-120-md {
    padding-top: 120px;
  }
  container.sp-b-120-md, .container.sp-b-120-md {
    padding-bottom: 120px;
  }
  container.sp-h-120-md, .container.sp-h-120-md {
    padding-left: 120px;
    padding-right: 120px;
  }
  container.sp-l-120-md, .container.sp-l-120-md {
    padding-left: 120px;
  }
  container.sp-r-120-md, .container.sp-r-120-md {
    padding-right: 120px;
  }
  container.sp-140-md, .container.sp-140-md {
    padding: 140px;
  }
  container.sp-v-140-md, .container.sp-v-140-md {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  container.sp-t-140-md, .container.sp-t-140-md {
    padding-top: 140px;
  }
  container.sp-b-140-md, .container.sp-b-140-md {
    padding-bottom: 140px;
  }
  container.sp-h-140-md, .container.sp-h-140-md {
    padding-left: 140px;
    padding-right: 140px;
  }
  container.sp-l-140-md, .container.sp-l-140-md {
    padding-left: 140px;
  }
  container.sp-r-140-md, .container.sp-r-140-md {
    padding-right: 140px;
  }
  container.sp-170-md, .container.sp-170-md {
    padding: 170px;
  }
  container.sp-v-170-md, .container.sp-v-170-md {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  container.sp-t-170-md, .container.sp-t-170-md {
    padding-top: 170px;
  }
  container.sp-b-170-md, .container.sp-b-170-md {
    padding-bottom: 170px;
  }
  container.sp-h-170-md, .container.sp-h-170-md {
    padding-left: 170px;
    padding-right: 170px;
  }
  container.sp-l-170-md, .container.sp-l-170-md {
    padding-left: 170px;
  }
  container.sp-r-170-md, .container.sp-r-170-md {
    padding-right: 170px;
  }
  container.sp-200-md, .container.sp-200-md {
    padding: 200px;
  }
  container.sp-v-200-md, .container.sp-v-200-md {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  container.sp-t-200-md, .container.sp-t-200-md {
    padding-top: 200px;
  }
  container.sp-b-200-md, .container.sp-b-200-md {
    padding-bottom: 200px;
  }
  container.sp-h-200-md, .container.sp-h-200-md {
    padding-left: 200px;
    padding-right: 200px;
  }
  container.sp-l-200-md, .container.sp-l-200-md {
    padding-left: 200px;
  }
  container.sp-r-200-md, .container.sp-r-200-md {
    padding-right: 200px;
  }
}
@media only screen and (min-width: 64em) {
  container.sp-0-lg, .container.sp-0-lg {
    padding: 0px;
  }
  container.sp-v-0-lg, .container.sp-v-0-lg {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  container.sp-t-0-lg, .container.sp-t-0-lg {
    padding-top: 0px;
  }
  container.sp-b-0-lg, .container.sp-b-0-lg {
    padding-bottom: 0px;
  }
  container.sp-h-0-lg, .container.sp-h-0-lg {
    padding-left: 0px;
    padding-right: 0px;
  }
  container.sp-l-0-lg, .container.sp-l-0-lg {
    padding-left: 0px;
  }
  container.sp-r-0-lg, .container.sp-r-0-lg {
    padding-right: 0px;
  }
  container.sp-5-lg, .container.sp-5-lg {
    padding: 5px;
  }
  container.sp-v-5-lg, .container.sp-v-5-lg {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  container.sp-t-5-lg, .container.sp-t-5-lg {
    padding-top: 5px;
  }
  container.sp-b-5-lg, .container.sp-b-5-lg {
    padding-bottom: 5px;
  }
  container.sp-h-5-lg, .container.sp-h-5-lg {
    padding-left: 5px;
    padding-right: 5px;
  }
  container.sp-l-5-lg, .container.sp-l-5-lg {
    padding-left: 5px;
  }
  container.sp-r-5-lg, .container.sp-r-5-lg {
    padding-right: 5px;
  }
  container.sp-10-lg, .container.sp-10-lg {
    padding: 10px;
  }
  container.sp-v-10-lg, .container.sp-v-10-lg {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  container.sp-t-10-lg, .container.sp-t-10-lg {
    padding-top: 10px;
  }
  container.sp-b-10-lg, .container.sp-b-10-lg {
    padding-bottom: 10px;
  }
  container.sp-h-10-lg, .container.sp-h-10-lg {
    padding-left: 10px;
    padding-right: 10px;
  }
  container.sp-l-10-lg, .container.sp-l-10-lg {
    padding-left: 10px;
  }
  container.sp-r-10-lg, .container.sp-r-10-lg {
    padding-right: 10px;
  }
  container.sp-15-lg, .container.sp-15-lg {
    padding: 15px;
  }
  container.sp-v-15-lg, .container.sp-v-15-lg {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  container.sp-t-15-lg, .container.sp-t-15-lg {
    padding-top: 15px;
  }
  container.sp-b-15-lg, .container.sp-b-15-lg {
    padding-bottom: 15px;
  }
  container.sp-h-15-lg, .container.sp-h-15-lg {
    padding-left: 15px;
    padding-right: 15px;
  }
  container.sp-l-15-lg, .container.sp-l-15-lg {
    padding-left: 15px;
  }
  container.sp-r-15-lg, .container.sp-r-15-lg {
    padding-right: 15px;
  }
  container.sp-20-lg, .container.sp-20-lg {
    padding: 20px;
  }
  container.sp-v-20-lg, .container.sp-v-20-lg {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  container.sp-t-20-lg, .container.sp-t-20-lg {
    padding-top: 20px;
  }
  container.sp-b-20-lg, .container.sp-b-20-lg {
    padding-bottom: 20px;
  }
  container.sp-h-20-lg, .container.sp-h-20-lg {
    padding-left: 20px;
    padding-right: 20px;
  }
  container.sp-l-20-lg, .container.sp-l-20-lg {
    padding-left: 20px;
  }
  container.sp-r-20-lg, .container.sp-r-20-lg {
    padding-right: 20px;
  }
  container.sp-30-lg, .container.sp-30-lg {
    padding: 30px;
  }
  container.sp-v-30-lg, .container.sp-v-30-lg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  container.sp-t-30-lg, .container.sp-t-30-lg {
    padding-top: 30px;
  }
  container.sp-b-30-lg, .container.sp-b-30-lg {
    padding-bottom: 30px;
  }
  container.sp-h-30-lg, .container.sp-h-30-lg {
    padding-left: 30px;
    padding-right: 30px;
  }
  container.sp-l-30-lg, .container.sp-l-30-lg {
    padding-left: 30px;
  }
  container.sp-r-30-lg, .container.sp-r-30-lg {
    padding-right: 30px;
  }
  container.sp-40-lg, .container.sp-40-lg {
    padding: 40px;
  }
  container.sp-v-40-lg, .container.sp-v-40-lg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  container.sp-t-40-lg, .container.sp-t-40-lg {
    padding-top: 40px;
  }
  container.sp-b-40-lg, .container.sp-b-40-lg {
    padding-bottom: 40px;
  }
  container.sp-h-40-lg, .container.sp-h-40-lg {
    padding-left: 40px;
    padding-right: 40px;
  }
  container.sp-l-40-lg, .container.sp-l-40-lg {
    padding-left: 40px;
  }
  container.sp-r-40-lg, .container.sp-r-40-lg {
    padding-right: 40px;
  }
  container.sp-50-lg, .container.sp-50-lg {
    padding: 50px;
  }
  container.sp-v-50-lg, .container.sp-v-50-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  container.sp-t-50-lg, .container.sp-t-50-lg {
    padding-top: 50px;
  }
  container.sp-b-50-lg, .container.sp-b-50-lg {
    padding-bottom: 50px;
  }
  container.sp-h-50-lg, .container.sp-h-50-lg {
    padding-left: 50px;
    padding-right: 50px;
  }
  container.sp-l-50-lg, .container.sp-l-50-lg {
    padding-left: 50px;
  }
  container.sp-r-50-lg, .container.sp-r-50-lg {
    padding-right: 50px;
  }
  container.sp-60-lg, .container.sp-60-lg {
    padding: 60px;
  }
  container.sp-v-60-lg, .container.sp-v-60-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  container.sp-t-60-lg, .container.sp-t-60-lg {
    padding-top: 60px;
  }
  container.sp-b-60-lg, .container.sp-b-60-lg {
    padding-bottom: 60px;
  }
  container.sp-h-60-lg, .container.sp-h-60-lg {
    padding-left: 60px;
    padding-right: 60px;
  }
  container.sp-l-60-lg, .container.sp-l-60-lg {
    padding-left: 60px;
  }
  container.sp-r-60-lg, .container.sp-r-60-lg {
    padding-right: 60px;
  }
  container.sp-80-lg, .container.sp-80-lg {
    padding: 80px;
  }
  container.sp-v-80-lg, .container.sp-v-80-lg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  container.sp-t-80-lg, .container.sp-t-80-lg {
    padding-top: 80px;
  }
  container.sp-b-80-lg, .container.sp-b-80-lg {
    padding-bottom: 80px;
  }
  container.sp-h-80-lg, .container.sp-h-80-lg {
    padding-left: 80px;
    padding-right: 80px;
  }
  container.sp-l-80-lg, .container.sp-l-80-lg {
    padding-left: 80px;
  }
  container.sp-r-80-lg, .container.sp-r-80-lg {
    padding-right: 80px;
  }
  container.sp-100-lg, .container.sp-100-lg {
    padding: 100px;
  }
  container.sp-v-100-lg, .container.sp-v-100-lg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  container.sp-t-100-lg, .container.sp-t-100-lg {
    padding-top: 100px;
  }
  container.sp-b-100-lg, .container.sp-b-100-lg {
    padding-bottom: 100px;
  }
  container.sp-h-100-lg, .container.sp-h-100-lg {
    padding-left: 100px;
    padding-right: 100px;
  }
  container.sp-l-100-lg, .container.sp-l-100-lg {
    padding-left: 100px;
  }
  container.sp-r-100-lg, .container.sp-r-100-lg {
    padding-right: 100px;
  }
  container.sp-120-lg, .container.sp-120-lg {
    padding: 120px;
  }
  container.sp-v-120-lg, .container.sp-v-120-lg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  container.sp-t-120-lg, .container.sp-t-120-lg {
    padding-top: 120px;
  }
  container.sp-b-120-lg, .container.sp-b-120-lg {
    padding-bottom: 120px;
  }
  container.sp-h-120-lg, .container.sp-h-120-lg {
    padding-left: 120px;
    padding-right: 120px;
  }
  container.sp-l-120-lg, .container.sp-l-120-lg {
    padding-left: 120px;
  }
  container.sp-r-120-lg, .container.sp-r-120-lg {
    padding-right: 120px;
  }
  container.sp-140-lg, .container.sp-140-lg {
    padding: 140px;
  }
  container.sp-v-140-lg, .container.sp-v-140-lg {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  container.sp-t-140-lg, .container.sp-t-140-lg {
    padding-top: 140px;
  }
  container.sp-b-140-lg, .container.sp-b-140-lg {
    padding-bottom: 140px;
  }
  container.sp-h-140-lg, .container.sp-h-140-lg {
    padding-left: 140px;
    padding-right: 140px;
  }
  container.sp-l-140-lg, .container.sp-l-140-lg {
    padding-left: 140px;
  }
  container.sp-r-140-lg, .container.sp-r-140-lg {
    padding-right: 140px;
  }
  container.sp-170-lg, .container.sp-170-lg {
    padding: 170px;
  }
  container.sp-v-170-lg, .container.sp-v-170-lg {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  container.sp-t-170-lg, .container.sp-t-170-lg {
    padding-top: 170px;
  }
  container.sp-b-170-lg, .container.sp-b-170-lg {
    padding-bottom: 170px;
  }
  container.sp-h-170-lg, .container.sp-h-170-lg {
    padding-left: 170px;
    padding-right: 170px;
  }
  container.sp-l-170-lg, .container.sp-l-170-lg {
    padding-left: 170px;
  }
  container.sp-r-170-lg, .container.sp-r-170-lg {
    padding-right: 170px;
  }
  container.sp-200-lg, .container.sp-200-lg {
    padding: 200px;
  }
  container.sp-v-200-lg, .container.sp-v-200-lg {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  container.sp-t-200-lg, .container.sp-t-200-lg {
    padding-top: 200px;
  }
  container.sp-b-200-lg, .container.sp-b-200-lg {
    padding-bottom: 200px;
  }
  container.sp-h-200-lg, .container.sp-h-200-lg {
    padding-left: 200px;
    padding-right: 200px;
  }
  container.sp-l-200-lg, .container.sp-l-200-lg {
    padding-left: 200px;
  }
  container.sp-r-200-lg, .container.sp-r-200-lg {
    padding-right: 200px;
  }
}
container > .flex, .container > .flex {
  flex: 1 1 auto;
}
container > .no-flex, .container > .no-flex {
  flex: 1 0 auto;
}
container > .no-shrink, .container > .no-shrink {
  flex-shrink: 0;
}
container > .fixed-size, .container > .fixed-size {
  flex: 0 0 auto;
}

div.fill {
  width: 100%;
  flex: 1 1 auto;
}
div.fill-h {
  height: 100%;
}
div.fill-h-min {
  min-height: 100%;
}
div.fill-abs {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
div.column {
  display: flex;
  flex-direction: column;
}
div.column.valign-c {
  justify-content: center;
}
div.column.valign-t {
  justify-content: flex-start;
}
div.column.valign-b {
  justify-content: flex-end;
}
div.column.halign-c {
  align-items: center;
}
div.column.halign-l {
  align-items: flex-start;
}
div.column.halign-r {
  align-items: flex-end;
}
div.column .btn {
  align-self: flex-start;
}

section.content-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 48em) {
  section.content-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.content-wrap {
  padding: 0 20px;
}
@media only screen and (min-width: 64em) {
  .content-wrap {
    max-width: 1064px;
    margin: 0 auto;
  }
}

.content-wrap-sm {
  padding: 0 20px;
}

@media only screen and (min-width: 48em) {
  .content-wrap-md {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .content-wrap-xs-md {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 63.9375em) {
  .content-wrap-xs-lg {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 64em) {
  .content-wrap-lg {
    width: 100%;
    max-width: 1064px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

section {
  width: 100%;
  position: relative;
}
section > header {
  padding: 20px 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.bg-fill-all {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -20px;
  top: 0;
  padding: 0 20px;
  display: block;
  box-sizing: content-box;
  z-index: -1;
}

grid {
  position: relative;
}
grid.fixed, grid.flow {
  display: flex;
  width: 100%;
}
grid.fixed.gn-24 > *, grid.flow.gn-24 > * {
  width: 100%;
}
grid.fixed.gn-24 > *.fixed-size, grid.flow.gn-24 > *.fixed-size {
  flex: 0 0 auto;
}
grid.fixed.gn-24 > *.flex, grid.flow.gn-24 > *.flex {
  display: flex;
}
grid.fixed.gn-24 > *.g-grow, grid.flow.gn-24 > *.g-grow {
  flex-grow: 1;
}
grid.fixed.gn-24 > *.g-0, grid.flow.gn-24 > *.g-0 {
  flex-basis: auto;
  width: 0%;
}
grid.fixed.gn-24 > *.g-1, grid.flow.gn-24 > *.g-1 {
  flex-basis: auto;
  width: 4.1666666667%;
}
grid.fixed.gn-24 > *.g-2, grid.flow.gn-24 > *.g-2 {
  flex-basis: auto;
  width: 8.3333333333%;
}
grid.fixed.gn-24 > *.g-3, grid.flow.gn-24 > *.g-3 {
  flex-basis: auto;
  width: 12.5%;
}
grid.fixed.gn-24 > *.g-4, grid.flow.gn-24 > *.g-4 {
  flex-basis: auto;
  width: 16.6666666667%;
}
grid.fixed.gn-24 > *.g-5, grid.flow.gn-24 > *.g-5 {
  flex-basis: auto;
  width: 20.8333333333%;
}
grid.fixed.gn-24 > *.g-6, grid.flow.gn-24 > *.g-6 {
  flex-basis: auto;
  width: 25%;
}
grid.fixed.gn-24 > *.g-7, grid.flow.gn-24 > *.g-7 {
  flex-basis: auto;
  width: 29.1666666667%;
}
grid.fixed.gn-24 > *.g-8, grid.flow.gn-24 > *.g-8 {
  flex-basis: auto;
  width: 33.3333333333%;
}
grid.fixed.gn-24 > *.g-9, grid.flow.gn-24 > *.g-9 {
  flex-basis: auto;
  width: 37.5%;
}
grid.fixed.gn-24 > *.g-10, grid.flow.gn-24 > *.g-10 {
  flex-basis: auto;
  width: 41.6666666667%;
}
grid.fixed.gn-24 > *.g-11, grid.flow.gn-24 > *.g-11 {
  flex-basis: auto;
  width: 45.8333333333%;
}
grid.fixed.gn-24 > *.g-12, grid.flow.gn-24 > *.g-12 {
  flex-basis: auto;
  width: 50%;
}
grid.fixed.gn-24 > *.g-13, grid.flow.gn-24 > *.g-13 {
  flex-basis: auto;
  width: 54.1666666667%;
}
grid.fixed.gn-24 > *.g-14, grid.flow.gn-24 > *.g-14 {
  flex-basis: auto;
  width: 58.3333333333%;
}
grid.fixed.gn-24 > *.g-15, grid.flow.gn-24 > *.g-15 {
  flex-basis: auto;
  width: 62.5%;
}
grid.fixed.gn-24 > *.g-16, grid.flow.gn-24 > *.g-16 {
  flex-basis: auto;
  width: 66.6666666667%;
}
grid.fixed.gn-24 > *.g-17, grid.flow.gn-24 > *.g-17 {
  flex-basis: auto;
  width: 70.8333333333%;
}
grid.fixed.gn-24 > *.g-18, grid.flow.gn-24 > *.g-18 {
  flex-basis: auto;
  width: 75%;
}
grid.fixed.gn-24 > *.g-19, grid.flow.gn-24 > *.g-19 {
  flex-basis: auto;
  width: 79.1666666667%;
}
grid.fixed.gn-24 > *.g-20, grid.flow.gn-24 > *.g-20 {
  flex-basis: auto;
  width: 83.3333333333%;
}
grid.fixed.gn-24 > *.g-21, grid.flow.gn-24 > *.g-21 {
  flex-basis: auto;
  width: 87.5%;
}
grid.fixed.gn-24 > *.g-22, grid.flow.gn-24 > *.g-22 {
  flex-basis: auto;
  width: 91.6666666667%;
}
grid.fixed.gn-24 > *.g-23, grid.flow.gn-24 > *.g-23 {
  flex-basis: auto;
  width: 95.8333333333%;
}
grid.fixed.gn-24 > *.g-24, grid.flow.gn-24 > *.g-24 {
  flex-basis: auto;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  grid.fixed.gn-24 > *.g-grow-md, grid.flow.gn-24 > *.g-grow-md {
    flex-grow: 1;
  }
  grid.fixed.gn-24 > *.g-0-md, grid.flow.gn-24 > *.g-0-md {
    flex-basis: auto;
    width: 0%;
  }
  grid.fixed.gn-24 > *.g-1-md, grid.flow.gn-24 > *.g-1-md {
    flex-basis: auto;
    width: 4.1666666667%;
  }
  grid.fixed.gn-24 > *.g-2-md, grid.flow.gn-24 > *.g-2-md {
    flex-basis: auto;
    width: 8.3333333333%;
  }
  grid.fixed.gn-24 > *.g-3-md, grid.flow.gn-24 > *.g-3-md {
    flex-basis: auto;
    width: 12.5%;
  }
  grid.fixed.gn-24 > *.g-4-md, grid.flow.gn-24 > *.g-4-md {
    flex-basis: auto;
    width: 16.6666666667%;
  }
  grid.fixed.gn-24 > *.g-5-md, grid.flow.gn-24 > *.g-5-md {
    flex-basis: auto;
    width: 20.8333333333%;
  }
  grid.fixed.gn-24 > *.g-6-md, grid.flow.gn-24 > *.g-6-md {
    flex-basis: auto;
    width: 25%;
  }
  grid.fixed.gn-24 > *.g-7-md, grid.flow.gn-24 > *.g-7-md {
    flex-basis: auto;
    width: 29.1666666667%;
  }
  grid.fixed.gn-24 > *.g-8-md, grid.flow.gn-24 > *.g-8-md {
    flex-basis: auto;
    width: 33.3333333333%;
  }
  grid.fixed.gn-24 > *.g-9-md, grid.flow.gn-24 > *.g-9-md {
    flex-basis: auto;
    width: 37.5%;
  }
  grid.fixed.gn-24 > *.g-10-md, grid.flow.gn-24 > *.g-10-md {
    flex-basis: auto;
    width: 41.6666666667%;
  }
  grid.fixed.gn-24 > *.g-11-md, grid.flow.gn-24 > *.g-11-md {
    flex-basis: auto;
    width: 45.8333333333%;
  }
  grid.fixed.gn-24 > *.g-12-md, grid.flow.gn-24 > *.g-12-md {
    flex-basis: auto;
    width: 50%;
  }
  grid.fixed.gn-24 > *.g-13-md, grid.flow.gn-24 > *.g-13-md {
    flex-basis: auto;
    width: 54.1666666667%;
  }
  grid.fixed.gn-24 > *.g-14-md, grid.flow.gn-24 > *.g-14-md {
    flex-basis: auto;
    width: 58.3333333333%;
  }
  grid.fixed.gn-24 > *.g-15-md, grid.flow.gn-24 > *.g-15-md {
    flex-basis: auto;
    width: 62.5%;
  }
  grid.fixed.gn-24 > *.g-16-md, grid.flow.gn-24 > *.g-16-md {
    flex-basis: auto;
    width: 66.6666666667%;
  }
  grid.fixed.gn-24 > *.g-17-md, grid.flow.gn-24 > *.g-17-md {
    flex-basis: auto;
    width: 70.8333333333%;
  }
  grid.fixed.gn-24 > *.g-18-md, grid.flow.gn-24 > *.g-18-md {
    flex-basis: auto;
    width: 75%;
  }
  grid.fixed.gn-24 > *.g-19-md, grid.flow.gn-24 > *.g-19-md {
    flex-basis: auto;
    width: 79.1666666667%;
  }
  grid.fixed.gn-24 > *.g-20-md, grid.flow.gn-24 > *.g-20-md {
    flex-basis: auto;
    width: 83.3333333333%;
  }
  grid.fixed.gn-24 > *.g-21-md, grid.flow.gn-24 > *.g-21-md {
    flex-basis: auto;
    width: 87.5%;
  }
  grid.fixed.gn-24 > *.g-22-md, grid.flow.gn-24 > *.g-22-md {
    flex-basis: auto;
    width: 91.6666666667%;
  }
  grid.fixed.gn-24 > *.g-23-md, grid.flow.gn-24 > *.g-23-md {
    flex-basis: auto;
    width: 95.8333333333%;
  }
  grid.fixed.gn-24 > *.g-24-md, grid.flow.gn-24 > *.g-24-md {
    flex-basis: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 64em) {
  grid.fixed.gn-24 > *.g-grow-lg, grid.flow.gn-24 > *.g-grow-lg {
    flex-grow: 1;
  }
  grid.fixed.gn-24 > *.g-0-lg, grid.flow.gn-24 > *.g-0-lg {
    flex-basis: auto;
    width: 0%;
  }
  grid.fixed.gn-24 > *.g-1-lg, grid.flow.gn-24 > *.g-1-lg {
    flex-basis: auto;
    width: 4.1666666667%;
  }
  grid.fixed.gn-24 > *.g-2-lg, grid.flow.gn-24 > *.g-2-lg {
    flex-basis: auto;
    width: 8.3333333333%;
  }
  grid.fixed.gn-24 > *.g-3-lg, grid.flow.gn-24 > *.g-3-lg {
    flex-basis: auto;
    width: 12.5%;
  }
  grid.fixed.gn-24 > *.g-4-lg, grid.flow.gn-24 > *.g-4-lg {
    flex-basis: auto;
    width: 16.6666666667%;
  }
  grid.fixed.gn-24 > *.g-5-lg, grid.flow.gn-24 > *.g-5-lg {
    flex-basis: auto;
    width: 20.8333333333%;
  }
  grid.fixed.gn-24 > *.g-6-lg, grid.flow.gn-24 > *.g-6-lg {
    flex-basis: auto;
    width: 25%;
  }
  grid.fixed.gn-24 > *.g-7-lg, grid.flow.gn-24 > *.g-7-lg {
    flex-basis: auto;
    width: 29.1666666667%;
  }
  grid.fixed.gn-24 > *.g-8-lg, grid.flow.gn-24 > *.g-8-lg {
    flex-basis: auto;
    width: 33.3333333333%;
  }
  grid.fixed.gn-24 > *.g-9-lg, grid.flow.gn-24 > *.g-9-lg {
    flex-basis: auto;
    width: 37.5%;
  }
  grid.fixed.gn-24 > *.g-10-lg, grid.flow.gn-24 > *.g-10-lg {
    flex-basis: auto;
    width: 41.6666666667%;
  }
  grid.fixed.gn-24 > *.g-11-lg, grid.flow.gn-24 > *.g-11-lg {
    flex-basis: auto;
    width: 45.8333333333%;
  }
  grid.fixed.gn-24 > *.g-12-lg, grid.flow.gn-24 > *.g-12-lg {
    flex-basis: auto;
    width: 50%;
  }
  grid.fixed.gn-24 > *.g-13-lg, grid.flow.gn-24 > *.g-13-lg {
    flex-basis: auto;
    width: 54.1666666667%;
  }
  grid.fixed.gn-24 > *.g-14-lg, grid.flow.gn-24 > *.g-14-lg {
    flex-basis: auto;
    width: 58.3333333333%;
  }
  grid.fixed.gn-24 > *.g-15-lg, grid.flow.gn-24 > *.g-15-lg {
    flex-basis: auto;
    width: 62.5%;
  }
  grid.fixed.gn-24 > *.g-16-lg, grid.flow.gn-24 > *.g-16-lg {
    flex-basis: auto;
    width: 66.6666666667%;
  }
  grid.fixed.gn-24 > *.g-17-lg, grid.flow.gn-24 > *.g-17-lg {
    flex-basis: auto;
    width: 70.8333333333%;
  }
  grid.fixed.gn-24 > *.g-18-lg, grid.flow.gn-24 > *.g-18-lg {
    flex-basis: auto;
    width: 75%;
  }
  grid.fixed.gn-24 > *.g-19-lg, grid.flow.gn-24 > *.g-19-lg {
    flex-basis: auto;
    width: 79.1666666667%;
  }
  grid.fixed.gn-24 > *.g-20-lg, grid.flow.gn-24 > *.g-20-lg {
    flex-basis: auto;
    width: 83.3333333333%;
  }
  grid.fixed.gn-24 > *.g-21-lg, grid.flow.gn-24 > *.g-21-lg {
    flex-basis: auto;
    width: 87.5%;
  }
  grid.fixed.gn-24 > *.g-22-lg, grid.flow.gn-24 > *.g-22-lg {
    flex-basis: auto;
    width: 91.6666666667%;
  }
  grid.fixed.gn-24 > *.g-23-lg, grid.flow.gn-24 > *.g-23-lg {
    flex-basis: auto;
    width: 95.8333333333%;
  }
  grid.fixed.gn-24 > *.g-24-lg, grid.flow.gn-24 > *.g-24-lg {
    flex-basis: auto;
    width: 100%;
  }
}
grid.fixed.gn-12 > *, grid.flow.gn-12 > * {
  width: 100%;
}
grid.fixed.gn-12 > *.fixed-size, grid.flow.gn-12 > *.fixed-size {
  flex: 0 0 auto;
}
grid.fixed.gn-12 > *.flex, grid.flow.gn-12 > *.flex {
  display: flex;
}
grid.fixed.gn-12 > *.g-grow, grid.flow.gn-12 > *.g-grow {
  flex-grow: 1;
}
grid.fixed.gn-12 > *.g-0, grid.flow.gn-12 > *.g-0 {
  flex-basis: auto;
  width: 0%;
}
grid.fixed.gn-12 > *.g-1, grid.flow.gn-12 > *.g-1 {
  flex-basis: auto;
  width: 8.3333333333%;
}
grid.fixed.gn-12 > *.g-2, grid.flow.gn-12 > *.g-2 {
  flex-basis: auto;
  width: 16.6666666667%;
}
grid.fixed.gn-12 > *.g-3, grid.flow.gn-12 > *.g-3 {
  flex-basis: auto;
  width: 25%;
}
grid.fixed.gn-12 > *.g-4, grid.flow.gn-12 > *.g-4 {
  flex-basis: auto;
  width: 33.3333333333%;
}
grid.fixed.gn-12 > *.g-5, grid.flow.gn-12 > *.g-5 {
  flex-basis: auto;
  width: 41.6666666667%;
}
grid.fixed.gn-12 > *.g-6, grid.flow.gn-12 > *.g-6 {
  flex-basis: auto;
  width: 50%;
}
grid.fixed.gn-12 > *.g-7, grid.flow.gn-12 > *.g-7 {
  flex-basis: auto;
  width: 58.3333333333%;
}
grid.fixed.gn-12 > *.g-8, grid.flow.gn-12 > *.g-8 {
  flex-basis: auto;
  width: 66.6666666667%;
}
grid.fixed.gn-12 > *.g-9, grid.flow.gn-12 > *.g-9 {
  flex-basis: auto;
  width: 75%;
}
grid.fixed.gn-12 > *.g-10, grid.flow.gn-12 > *.g-10 {
  flex-basis: auto;
  width: 83.3333333333%;
}
grid.fixed.gn-12 > *.g-11, grid.flow.gn-12 > *.g-11 {
  flex-basis: auto;
  width: 91.6666666667%;
}
grid.fixed.gn-12 > *.g-12, grid.flow.gn-12 > *.g-12 {
  flex-basis: auto;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  grid.fixed.gn-12 > *.g-grow-md, grid.flow.gn-12 > *.g-grow-md {
    flex-grow: 1;
  }
  grid.fixed.gn-12 > *.g-0-md, grid.flow.gn-12 > *.g-0-md {
    flex-basis: auto;
    width: 0%;
  }
  grid.fixed.gn-12 > *.g-1-md, grid.flow.gn-12 > *.g-1-md {
    flex-basis: auto;
    width: 8.3333333333%;
  }
  grid.fixed.gn-12 > *.g-2-md, grid.flow.gn-12 > *.g-2-md {
    flex-basis: auto;
    width: 16.6666666667%;
  }
  grid.fixed.gn-12 > *.g-3-md, grid.flow.gn-12 > *.g-3-md {
    flex-basis: auto;
    width: 25%;
  }
  grid.fixed.gn-12 > *.g-4-md, grid.flow.gn-12 > *.g-4-md {
    flex-basis: auto;
    width: 33.3333333333%;
  }
  grid.fixed.gn-12 > *.g-5-md, grid.flow.gn-12 > *.g-5-md {
    flex-basis: auto;
    width: 41.6666666667%;
  }
  grid.fixed.gn-12 > *.g-6-md, grid.flow.gn-12 > *.g-6-md {
    flex-basis: auto;
    width: 50%;
  }
  grid.fixed.gn-12 > *.g-7-md, grid.flow.gn-12 > *.g-7-md {
    flex-basis: auto;
    width: 58.3333333333%;
  }
  grid.fixed.gn-12 > *.g-8-md, grid.flow.gn-12 > *.g-8-md {
    flex-basis: auto;
    width: 66.6666666667%;
  }
  grid.fixed.gn-12 > *.g-9-md, grid.flow.gn-12 > *.g-9-md {
    flex-basis: auto;
    width: 75%;
  }
  grid.fixed.gn-12 > *.g-10-md, grid.flow.gn-12 > *.g-10-md {
    flex-basis: auto;
    width: 83.3333333333%;
  }
  grid.fixed.gn-12 > *.g-11-md, grid.flow.gn-12 > *.g-11-md {
    flex-basis: auto;
    width: 91.6666666667%;
  }
  grid.fixed.gn-12 > *.g-12-md, grid.flow.gn-12 > *.g-12-md {
    flex-basis: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 64em) {
  grid.fixed.gn-12 > *.g-grow-lg, grid.flow.gn-12 > *.g-grow-lg {
    flex-grow: 1;
  }
  grid.fixed.gn-12 > *.g-0-lg, grid.flow.gn-12 > *.g-0-lg {
    flex-basis: auto;
    width: 0%;
  }
  grid.fixed.gn-12 > *.g-1-lg, grid.flow.gn-12 > *.g-1-lg {
    flex-basis: auto;
    width: 8.3333333333%;
  }
  grid.fixed.gn-12 > *.g-2-lg, grid.flow.gn-12 > *.g-2-lg {
    flex-basis: auto;
    width: 16.6666666667%;
  }
  grid.fixed.gn-12 > *.g-3-lg, grid.flow.gn-12 > *.g-3-lg {
    flex-basis: auto;
    width: 25%;
  }
  grid.fixed.gn-12 > *.g-4-lg, grid.flow.gn-12 > *.g-4-lg {
    flex-basis: auto;
    width: 33.3333333333%;
  }
  grid.fixed.gn-12 > *.g-5-lg, grid.flow.gn-12 > *.g-5-lg {
    flex-basis: auto;
    width: 41.6666666667%;
  }
  grid.fixed.gn-12 > *.g-6-lg, grid.flow.gn-12 > *.g-6-lg {
    flex-basis: auto;
    width: 50%;
  }
  grid.fixed.gn-12 > *.g-7-lg, grid.flow.gn-12 > *.g-7-lg {
    flex-basis: auto;
    width: 58.3333333333%;
  }
  grid.fixed.gn-12 > *.g-8-lg, grid.flow.gn-12 > *.g-8-lg {
    flex-basis: auto;
    width: 66.6666666667%;
  }
  grid.fixed.gn-12 > *.g-9-lg, grid.flow.gn-12 > *.g-9-lg {
    flex-basis: auto;
    width: 75%;
  }
  grid.fixed.gn-12 > *.g-10-lg, grid.flow.gn-12 > *.g-10-lg {
    flex-basis: auto;
    width: 83.3333333333%;
  }
  grid.fixed.gn-12 > *.g-11-lg, grid.flow.gn-12 > *.g-11-lg {
    flex-basis: auto;
    width: 91.6666666667%;
  }
  grid.fixed.gn-12 > *.g-12-lg, grid.flow.gn-12 > *.g-12-lg {
    flex-basis: auto;
    width: 100%;
  }
}
grid.flow {
  flex-flow: row wrap;
}
grid.wrap {
  flex-wrap: wrap;
}
grid.nowrap {
  flex-wrap: nowrap;
}
@media only screen and (min-width: 48em) {
  grid.flow-md {
    flex-flow: row wrap;
  }
  grid.wrap-md {
    flex-wrap: wrap;
  }
  grid.nowrap-md {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 64em) {
  grid.flow-lg {
    flex-flow: row wrap;
  }
  grid.wrap-lg {
    flex-wrap: wrap;
  }
  grid.nowrap-lg {
    flex-wrap: nowrap;
  }
}
grid.sp-0 > *, grid.sp-h-0 > *, grid.sp-v-0 > * {
  box-sizing: border-box;
}
grid.sp-0 {
  width: calc(100% + 0px);
  left: -0px;
  top: -0px;
  margin-bottom: -0px;
}
grid.sp-0 > * {
  padding: 0px;
}
grid.sp-h-0 {
  width: calc(100% + 0px);
  left: -0px;
}
grid.sp-h-0 > * {
  padding-left: 0px;
  padding-right: 0px;
}
grid.sp-v-0 {
  top: -0px;
  margin-bottom: -0px;
}
grid.sp-v-0 > * {
  padding-top: 0px;
  padding-bottom: 0px;
}
grid.sp-5 > *, grid.sp-h-5 > *, grid.sp-v-5 > * {
  box-sizing: border-box;
}
grid.sp-5 {
  width: calc(100% + 5px);
  left: -2.5px;
  top: -2.5px;
  margin-bottom: -5px;
}
grid.sp-5 > * {
  padding: 2.5px;
}
grid.sp-h-5 {
  width: calc(100% + 5px);
  left: -2.5px;
}
grid.sp-h-5 > * {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
grid.sp-v-5 {
  top: -2.5px;
  margin-bottom: -5px;
}
grid.sp-v-5 > * {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}
grid.sp-10 > *, grid.sp-h-10 > *, grid.sp-v-10 > * {
  box-sizing: border-box;
}
grid.sp-10 {
  width: calc(100% + 10px);
  left: -5px;
  top: -5px;
  margin-bottom: -10px;
}
grid.sp-10 > * {
  padding: 5px;
}
grid.sp-h-10 {
  width: calc(100% + 10px);
  left: -5px;
}
grid.sp-h-10 > * {
  padding-left: 5px;
  padding-right: 5px;
}
grid.sp-v-10 {
  top: -5px;
  margin-bottom: -10px;
}
grid.sp-v-10 > * {
  padding-top: 5px;
  padding-bottom: 5px;
}
grid.sp-15 > *, grid.sp-h-15 > *, grid.sp-v-15 > * {
  box-sizing: border-box;
}
grid.sp-15 {
  width: calc(100% + 15px);
  left: -7.5px;
  top: -7.5px;
  margin-bottom: -15px;
}
grid.sp-15 > * {
  padding: 7.5px;
}
grid.sp-h-15 {
  width: calc(100% + 15px);
  left: -7.5px;
}
grid.sp-h-15 > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
grid.sp-v-15 {
  top: -7.5px;
  margin-bottom: -15px;
}
grid.sp-v-15 > * {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
grid.sp-20 > *, grid.sp-h-20 > *, grid.sp-v-20 > * {
  box-sizing: border-box;
}
grid.sp-20 {
  width: calc(100% + 20px);
  left: -10px;
  top: -10px;
  margin-bottom: -20px;
}
grid.sp-20 > * {
  padding: 10px;
}
grid.sp-h-20 {
  width: calc(100% + 20px);
  left: -10px;
}
grid.sp-h-20 > * {
  padding-left: 10px;
  padding-right: 10px;
}
grid.sp-v-20 {
  top: -10px;
  margin-bottom: -20px;
}
grid.sp-v-20 > * {
  padding-top: 10px;
  padding-bottom: 10px;
}
grid.sp-30 > *, grid.sp-h-30 > *, grid.sp-v-30 > * {
  box-sizing: border-box;
}
grid.sp-30 {
  width: calc(100% + 30px);
  left: -15px;
  top: -15px;
  margin-bottom: -30px;
}
grid.sp-30 > * {
  padding: 15px;
}
grid.sp-h-30 {
  width: calc(100% + 30px);
  left: -15px;
}
grid.sp-h-30 > * {
  padding-left: 15px;
  padding-right: 15px;
}
grid.sp-v-30 {
  top: -15px;
  margin-bottom: -30px;
}
grid.sp-v-30 > * {
  padding-top: 15px;
  padding-bottom: 15px;
}
grid.sp-40 > *, grid.sp-h-40 > *, grid.sp-v-40 > * {
  box-sizing: border-box;
}
grid.sp-40 {
  width: calc(100% + 40px);
  left: -20px;
  top: -20px;
  margin-bottom: -40px;
}
grid.sp-40 > * {
  padding: 20px;
}
grid.sp-h-40 {
  width: calc(100% + 40px);
  left: -20px;
}
grid.sp-h-40 > * {
  padding-left: 20px;
  padding-right: 20px;
}
grid.sp-v-40 {
  top: -20px;
  margin-bottom: -40px;
}
grid.sp-v-40 > * {
  padding-top: 20px;
  padding-bottom: 20px;
}
grid.sp-50 > *, grid.sp-h-50 > *, grid.sp-v-50 > * {
  box-sizing: border-box;
}
grid.sp-50 {
  width: calc(100% + 50px);
  left: -25px;
  top: -25px;
  margin-bottom: -50px;
}
grid.sp-50 > * {
  padding: 25px;
}
grid.sp-h-50 {
  width: calc(100% + 50px);
  left: -25px;
}
grid.sp-h-50 > * {
  padding-left: 25px;
  padding-right: 25px;
}
grid.sp-v-50 {
  top: -25px;
  margin-bottom: -50px;
}
grid.sp-v-50 > * {
  padding-top: 25px;
  padding-bottom: 25px;
}
grid.sp-60 > *, grid.sp-h-60 > *, grid.sp-v-60 > * {
  box-sizing: border-box;
}
grid.sp-60 {
  width: calc(100% + 60px);
  left: -30px;
  top: -30px;
  margin-bottom: -60px;
}
grid.sp-60 > * {
  padding: 30px;
}
grid.sp-h-60 {
  width: calc(100% + 60px);
  left: -30px;
}
grid.sp-h-60 > * {
  padding-left: 30px;
  padding-right: 30px;
}
grid.sp-v-60 {
  top: -30px;
  margin-bottom: -60px;
}
grid.sp-v-60 > * {
  padding-top: 30px;
  padding-bottom: 30px;
}
grid.sp-80 > *, grid.sp-h-80 > *, grid.sp-v-80 > * {
  box-sizing: border-box;
}
grid.sp-80 {
  width: calc(100% + 80px);
  left: -40px;
  top: -40px;
  margin-bottom: -80px;
}
grid.sp-80 > * {
  padding: 40px;
}
grid.sp-h-80 {
  width: calc(100% + 80px);
  left: -40px;
}
grid.sp-h-80 > * {
  padding-left: 40px;
  padding-right: 40px;
}
grid.sp-v-80 {
  top: -40px;
  margin-bottom: -80px;
}
grid.sp-v-80 > * {
  padding-top: 40px;
  padding-bottom: 40px;
}
grid.sp-100 > *, grid.sp-h-100 > *, grid.sp-v-100 > * {
  box-sizing: border-box;
}
grid.sp-100 {
  width: calc(100% + 100px);
  left: -50px;
  top: -50px;
  margin-bottom: -100px;
}
grid.sp-100 > * {
  padding: 50px;
}
grid.sp-h-100 {
  width: calc(100% + 100px);
  left: -50px;
}
grid.sp-h-100 > * {
  padding-left: 50px;
  padding-right: 50px;
}
grid.sp-v-100 {
  top: -50px;
  margin-bottom: -100px;
}
grid.sp-v-100 > * {
  padding-top: 50px;
  padding-bottom: 50px;
}
grid.sp-120 > *, grid.sp-h-120 > *, grid.sp-v-120 > * {
  box-sizing: border-box;
}
grid.sp-120 {
  width: calc(100% + 120px);
  left: -60px;
  top: -60px;
  margin-bottom: -120px;
}
grid.sp-120 > * {
  padding: 60px;
}
grid.sp-h-120 {
  width: calc(100% + 120px);
  left: -60px;
}
grid.sp-h-120 > * {
  padding-left: 60px;
  padding-right: 60px;
}
grid.sp-v-120 {
  top: -60px;
  margin-bottom: -120px;
}
grid.sp-v-120 > * {
  padding-top: 60px;
  padding-bottom: 60px;
}
grid.sp-140 > *, grid.sp-h-140 > *, grid.sp-v-140 > * {
  box-sizing: border-box;
}
grid.sp-140 {
  width: calc(100% + 140px);
  left: -70px;
  top: -70px;
  margin-bottom: -140px;
}
grid.sp-140 > * {
  padding: 70px;
}
grid.sp-h-140 {
  width: calc(100% + 140px);
  left: -70px;
}
grid.sp-h-140 > * {
  padding-left: 70px;
  padding-right: 70px;
}
grid.sp-v-140 {
  top: -70px;
  margin-bottom: -140px;
}
grid.sp-v-140 > * {
  padding-top: 70px;
  padding-bottom: 70px;
}
grid.sp-170 > *, grid.sp-h-170 > *, grid.sp-v-170 > * {
  box-sizing: border-box;
}
grid.sp-170 {
  width: calc(100% + 170px);
  left: -85px;
  top: -85px;
  margin-bottom: -170px;
}
grid.sp-170 > * {
  padding: 85px;
}
grid.sp-h-170 {
  width: calc(100% + 170px);
  left: -85px;
}
grid.sp-h-170 > * {
  padding-left: 85px;
  padding-right: 85px;
}
grid.sp-v-170 {
  top: -85px;
  margin-bottom: -170px;
}
grid.sp-v-170 > * {
  padding-top: 85px;
  padding-bottom: 85px;
}
grid.sp-200 > *, grid.sp-h-200 > *, grid.sp-v-200 > * {
  box-sizing: border-box;
}
grid.sp-200 {
  width: calc(100% + 200px);
  left: -100px;
  top: -100px;
  margin-bottom: -200px;
}
grid.sp-200 > * {
  padding: 100px;
}
grid.sp-h-200 {
  width: calc(100% + 200px);
  left: -100px;
}
grid.sp-h-200 > * {
  padding-left: 100px;
  padding-right: 100px;
}
grid.sp-v-200 {
  top: -100px;
  margin-bottom: -200px;
}
grid.sp-v-200 > * {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 48em) {
  grid.sp-0-md > *, grid.sp-h-0-md > *, grid.sp-v-0-md > * {
    box-sizing: border-box;
  }
  grid.sp-0-md {
    width: calc(100% + 0px);
    left: -0px;
    top: -0px;
    margin-bottom: -0px;
  }
  grid.sp-0-md > * {
    padding: 0px;
  }
  grid.sp-h-0-md {
    width: calc(100% + 0px);
    left: -0px;
  }
  grid.sp-h-0-md > * {
    padding-left: 0px;
    padding-right: 0px;
  }
  grid.sp-v-0-md {
    top: -0px;
    margin-bottom: -0px;
  }
  grid.sp-v-0-md > * {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  grid.sp-5-md > *, grid.sp-h-5-md > *, grid.sp-v-5-md > * {
    box-sizing: border-box;
  }
  grid.sp-5-md {
    width: calc(100% + 5px);
    left: -2.5px;
    top: -2.5px;
    margin-bottom: -5px;
  }
  grid.sp-5-md > * {
    padding: 2.5px;
  }
  grid.sp-h-5-md {
    width: calc(100% + 5px);
    left: -2.5px;
  }
  grid.sp-h-5-md > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  grid.sp-v-5-md {
    top: -2.5px;
    margin-bottom: -5px;
  }
  grid.sp-v-5-md > * {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
  }
  grid.sp-10-md > *, grid.sp-h-10-md > *, grid.sp-v-10-md > * {
    box-sizing: border-box;
  }
  grid.sp-10-md {
    width: calc(100% + 10px);
    left: -5px;
    top: -5px;
    margin-bottom: -10px;
  }
  grid.sp-10-md > * {
    padding: 5px;
  }
  grid.sp-h-10-md {
    width: calc(100% + 10px);
    left: -5px;
  }
  grid.sp-h-10-md > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  grid.sp-v-10-md {
    top: -5px;
    margin-bottom: -10px;
  }
  grid.sp-v-10-md > * {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  grid.sp-15-md > *, grid.sp-h-15-md > *, grid.sp-v-15-md > * {
    box-sizing: border-box;
  }
  grid.sp-15-md {
    width: calc(100% + 15px);
    left: -7.5px;
    top: -7.5px;
    margin-bottom: -15px;
  }
  grid.sp-15-md > * {
    padding: 7.5px;
  }
  grid.sp-h-15-md {
    width: calc(100% + 15px);
    left: -7.5px;
  }
  grid.sp-h-15-md > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  grid.sp-v-15-md {
    top: -7.5px;
    margin-bottom: -15px;
  }
  grid.sp-v-15-md > * {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
  grid.sp-20-md > *, grid.sp-h-20-md > *, grid.sp-v-20-md > * {
    box-sizing: border-box;
  }
  grid.sp-20-md {
    width: calc(100% + 20px);
    left: -10px;
    top: -10px;
    margin-bottom: -20px;
  }
  grid.sp-20-md > * {
    padding: 10px;
  }
  grid.sp-h-20-md {
    width: calc(100% + 20px);
    left: -10px;
  }
  grid.sp-h-20-md > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  grid.sp-v-20-md {
    top: -10px;
    margin-bottom: -20px;
  }
  grid.sp-v-20-md > * {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  grid.sp-30-md > *, grid.sp-h-30-md > *, grid.sp-v-30-md > * {
    box-sizing: border-box;
  }
  grid.sp-30-md {
    width: calc(100% + 30px);
    left: -15px;
    top: -15px;
    margin-bottom: -30px;
  }
  grid.sp-30-md > * {
    padding: 15px;
  }
  grid.sp-h-30-md {
    width: calc(100% + 30px);
    left: -15px;
  }
  grid.sp-h-30-md > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  grid.sp-v-30-md {
    top: -15px;
    margin-bottom: -30px;
  }
  grid.sp-v-30-md > * {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  grid.sp-40-md > *, grid.sp-h-40-md > *, grid.sp-v-40-md > * {
    box-sizing: border-box;
  }
  grid.sp-40-md {
    width: calc(100% + 40px);
    left: -20px;
    top: -20px;
    margin-bottom: -40px;
  }
  grid.sp-40-md > * {
    padding: 20px;
  }
  grid.sp-h-40-md {
    width: calc(100% + 40px);
    left: -20px;
  }
  grid.sp-h-40-md > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  grid.sp-v-40-md {
    top: -20px;
    margin-bottom: -40px;
  }
  grid.sp-v-40-md > * {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  grid.sp-50-md > *, grid.sp-h-50-md > *, grid.sp-v-50-md > * {
    box-sizing: border-box;
  }
  grid.sp-50-md {
    width: calc(100% + 50px);
    left: -25px;
    top: -25px;
    margin-bottom: -50px;
  }
  grid.sp-50-md > * {
    padding: 25px;
  }
  grid.sp-h-50-md {
    width: calc(100% + 50px);
    left: -25px;
  }
  grid.sp-h-50-md > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  grid.sp-v-50-md {
    top: -25px;
    margin-bottom: -50px;
  }
  grid.sp-v-50-md > * {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  grid.sp-60-md > *, grid.sp-h-60-md > *, grid.sp-v-60-md > * {
    box-sizing: border-box;
  }
  grid.sp-60-md {
    width: calc(100% + 60px);
    left: -30px;
    top: -30px;
    margin-bottom: -60px;
  }
  grid.sp-60-md > * {
    padding: 30px;
  }
  grid.sp-h-60-md {
    width: calc(100% + 60px);
    left: -30px;
  }
  grid.sp-h-60-md > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  grid.sp-v-60-md {
    top: -30px;
    margin-bottom: -60px;
  }
  grid.sp-v-60-md > * {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  grid.sp-80-md > *, grid.sp-h-80-md > *, grid.sp-v-80-md > * {
    box-sizing: border-box;
  }
  grid.sp-80-md {
    width: calc(100% + 80px);
    left: -40px;
    top: -40px;
    margin-bottom: -80px;
  }
  grid.sp-80-md > * {
    padding: 40px;
  }
  grid.sp-h-80-md {
    width: calc(100% + 80px);
    left: -40px;
  }
  grid.sp-h-80-md > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  grid.sp-v-80-md {
    top: -40px;
    margin-bottom: -80px;
  }
  grid.sp-v-80-md > * {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  grid.sp-100-md > *, grid.sp-h-100-md > *, grid.sp-v-100-md > * {
    box-sizing: border-box;
  }
  grid.sp-100-md {
    width: calc(100% + 100px);
    left: -50px;
    top: -50px;
    margin-bottom: -100px;
  }
  grid.sp-100-md > * {
    padding: 50px;
  }
  grid.sp-h-100-md {
    width: calc(100% + 100px);
    left: -50px;
  }
  grid.sp-h-100-md > * {
    padding-left: 50px;
    padding-right: 50px;
  }
  grid.sp-v-100-md {
    top: -50px;
    margin-bottom: -100px;
  }
  grid.sp-v-100-md > * {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  grid.sp-120-md > *, grid.sp-h-120-md > *, grid.sp-v-120-md > * {
    box-sizing: border-box;
  }
  grid.sp-120-md {
    width: calc(100% + 120px);
    left: -60px;
    top: -60px;
    margin-bottom: -120px;
  }
  grid.sp-120-md > * {
    padding: 60px;
  }
  grid.sp-h-120-md {
    width: calc(100% + 120px);
    left: -60px;
  }
  grid.sp-h-120-md > * {
    padding-left: 60px;
    padding-right: 60px;
  }
  grid.sp-v-120-md {
    top: -60px;
    margin-bottom: -120px;
  }
  grid.sp-v-120-md > * {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  grid.sp-140-md > *, grid.sp-h-140-md > *, grid.sp-v-140-md > * {
    box-sizing: border-box;
  }
  grid.sp-140-md {
    width: calc(100% + 140px);
    left: -70px;
    top: -70px;
    margin-bottom: -140px;
  }
  grid.sp-140-md > * {
    padding: 70px;
  }
  grid.sp-h-140-md {
    width: calc(100% + 140px);
    left: -70px;
  }
  grid.sp-h-140-md > * {
    padding-left: 70px;
    padding-right: 70px;
  }
  grid.sp-v-140-md {
    top: -70px;
    margin-bottom: -140px;
  }
  grid.sp-v-140-md > * {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  grid.sp-170-md > *, grid.sp-h-170-md > *, grid.sp-v-170-md > * {
    box-sizing: border-box;
  }
  grid.sp-170-md {
    width: calc(100% + 170px);
    left: -85px;
    top: -85px;
    margin-bottom: -170px;
  }
  grid.sp-170-md > * {
    padding: 85px;
  }
  grid.sp-h-170-md {
    width: calc(100% + 170px);
    left: -85px;
  }
  grid.sp-h-170-md > * {
    padding-left: 85px;
    padding-right: 85px;
  }
  grid.sp-v-170-md {
    top: -85px;
    margin-bottom: -170px;
  }
  grid.sp-v-170-md > * {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  grid.sp-200-md > *, grid.sp-h-200-md > *, grid.sp-v-200-md > * {
    box-sizing: border-box;
  }
  grid.sp-200-md {
    width: calc(100% + 200px);
    left: -100px;
    top: -100px;
    margin-bottom: -200px;
  }
  grid.sp-200-md > * {
    padding: 100px;
  }
  grid.sp-h-200-md {
    width: calc(100% + 200px);
    left: -100px;
  }
  grid.sp-h-200-md > * {
    padding-left: 100px;
    padding-right: 100px;
  }
  grid.sp-v-200-md {
    top: -100px;
    margin-bottom: -200px;
  }
  grid.sp-v-200-md > * {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 64em) {
  grid.sp-0-lg > *, grid.sp-h-0-lg > *, grid.sp-v-0-lg > * {
    box-sizing: border-box;
  }
  grid.sp-0-lg {
    width: calc(100% + 0px);
    left: -0px;
    top: -0px;
    margin-bottom: -0px;
  }
  grid.sp-0-lg > * {
    padding: 0px;
  }
  grid.sp-h-0-lg {
    width: calc(100% + 0px);
    left: -0px;
  }
  grid.sp-h-0-lg > * {
    padding-left: 0px;
    padding-right: 0px;
  }
  grid.sp-v-0-lg {
    top: -0px;
    margin-bottom: -0px;
  }
  grid.sp-v-0-lg > * {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  grid.sp-5-lg > *, grid.sp-h-5-lg > *, grid.sp-v-5-lg > * {
    box-sizing: border-box;
  }
  grid.sp-5-lg {
    width: calc(100% + 5px);
    left: -2.5px;
    top: -2.5px;
    margin-bottom: -5px;
  }
  grid.sp-5-lg > * {
    padding: 2.5px;
  }
  grid.sp-h-5-lg {
    width: calc(100% + 5px);
    left: -2.5px;
  }
  grid.sp-h-5-lg > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  grid.sp-v-5-lg {
    top: -2.5px;
    margin-bottom: -5px;
  }
  grid.sp-v-5-lg > * {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
  }
  grid.sp-10-lg > *, grid.sp-h-10-lg > *, grid.sp-v-10-lg > * {
    box-sizing: border-box;
  }
  grid.sp-10-lg {
    width: calc(100% + 10px);
    left: -5px;
    top: -5px;
    margin-bottom: -10px;
  }
  grid.sp-10-lg > * {
    padding: 5px;
  }
  grid.sp-h-10-lg {
    width: calc(100% + 10px);
    left: -5px;
  }
  grid.sp-h-10-lg > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  grid.sp-v-10-lg {
    top: -5px;
    margin-bottom: -10px;
  }
  grid.sp-v-10-lg > * {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  grid.sp-15-lg > *, grid.sp-h-15-lg > *, grid.sp-v-15-lg > * {
    box-sizing: border-box;
  }
  grid.sp-15-lg {
    width: calc(100% + 15px);
    left: -7.5px;
    top: -7.5px;
    margin-bottom: -15px;
  }
  grid.sp-15-lg > * {
    padding: 7.5px;
  }
  grid.sp-h-15-lg {
    width: calc(100% + 15px);
    left: -7.5px;
  }
  grid.sp-h-15-lg > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  grid.sp-v-15-lg {
    top: -7.5px;
    margin-bottom: -15px;
  }
  grid.sp-v-15-lg > * {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
  grid.sp-20-lg > *, grid.sp-h-20-lg > *, grid.sp-v-20-lg > * {
    box-sizing: border-box;
  }
  grid.sp-20-lg {
    width: calc(100% + 20px);
    left: -10px;
    top: -10px;
    margin-bottom: -20px;
  }
  grid.sp-20-lg > * {
    padding: 10px;
  }
  grid.sp-h-20-lg {
    width: calc(100% + 20px);
    left: -10px;
  }
  grid.sp-h-20-lg > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  grid.sp-v-20-lg {
    top: -10px;
    margin-bottom: -20px;
  }
  grid.sp-v-20-lg > * {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  grid.sp-30-lg > *, grid.sp-h-30-lg > *, grid.sp-v-30-lg > * {
    box-sizing: border-box;
  }
  grid.sp-30-lg {
    width: calc(100% + 30px);
    left: -15px;
    top: -15px;
    margin-bottom: -30px;
  }
  grid.sp-30-lg > * {
    padding: 15px;
  }
  grid.sp-h-30-lg {
    width: calc(100% + 30px);
    left: -15px;
  }
  grid.sp-h-30-lg > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  grid.sp-v-30-lg {
    top: -15px;
    margin-bottom: -30px;
  }
  grid.sp-v-30-lg > * {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  grid.sp-40-lg > *, grid.sp-h-40-lg > *, grid.sp-v-40-lg > * {
    box-sizing: border-box;
  }
  grid.sp-40-lg {
    width: calc(100% + 40px);
    left: -20px;
    top: -20px;
    margin-bottom: -40px;
  }
  grid.sp-40-lg > * {
    padding: 20px;
  }
  grid.sp-h-40-lg {
    width: calc(100% + 40px);
    left: -20px;
  }
  grid.sp-h-40-lg > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  grid.sp-v-40-lg {
    top: -20px;
    margin-bottom: -40px;
  }
  grid.sp-v-40-lg > * {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  grid.sp-50-lg > *, grid.sp-h-50-lg > *, grid.sp-v-50-lg > * {
    box-sizing: border-box;
  }
  grid.sp-50-lg {
    width: calc(100% + 50px);
    left: -25px;
    top: -25px;
    margin-bottom: -50px;
  }
  grid.sp-50-lg > * {
    padding: 25px;
  }
  grid.sp-h-50-lg {
    width: calc(100% + 50px);
    left: -25px;
  }
  grid.sp-h-50-lg > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  grid.sp-v-50-lg {
    top: -25px;
    margin-bottom: -50px;
  }
  grid.sp-v-50-lg > * {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  grid.sp-60-lg > *, grid.sp-h-60-lg > *, grid.sp-v-60-lg > * {
    box-sizing: border-box;
  }
  grid.sp-60-lg {
    width: calc(100% + 60px);
    left: -30px;
    top: -30px;
    margin-bottom: -60px;
  }
  grid.sp-60-lg > * {
    padding: 30px;
  }
  grid.sp-h-60-lg {
    width: calc(100% + 60px);
    left: -30px;
  }
  grid.sp-h-60-lg > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  grid.sp-v-60-lg {
    top: -30px;
    margin-bottom: -60px;
  }
  grid.sp-v-60-lg > * {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  grid.sp-80-lg > *, grid.sp-h-80-lg > *, grid.sp-v-80-lg > * {
    box-sizing: border-box;
  }
  grid.sp-80-lg {
    width: calc(100% + 80px);
    left: -40px;
    top: -40px;
    margin-bottom: -80px;
  }
  grid.sp-80-lg > * {
    padding: 40px;
  }
  grid.sp-h-80-lg {
    width: calc(100% + 80px);
    left: -40px;
  }
  grid.sp-h-80-lg > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  grid.sp-v-80-lg {
    top: -40px;
    margin-bottom: -80px;
  }
  grid.sp-v-80-lg > * {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  grid.sp-100-lg > *, grid.sp-h-100-lg > *, grid.sp-v-100-lg > * {
    box-sizing: border-box;
  }
  grid.sp-100-lg {
    width: calc(100% + 100px);
    left: -50px;
    top: -50px;
    margin-bottom: -100px;
  }
  grid.sp-100-lg > * {
    padding: 50px;
  }
  grid.sp-h-100-lg {
    width: calc(100% + 100px);
    left: -50px;
  }
  grid.sp-h-100-lg > * {
    padding-left: 50px;
    padding-right: 50px;
  }
  grid.sp-v-100-lg {
    top: -50px;
    margin-bottom: -100px;
  }
  grid.sp-v-100-lg > * {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  grid.sp-120-lg > *, grid.sp-h-120-lg > *, grid.sp-v-120-lg > * {
    box-sizing: border-box;
  }
  grid.sp-120-lg {
    width: calc(100% + 120px);
    left: -60px;
    top: -60px;
    margin-bottom: -120px;
  }
  grid.sp-120-lg > * {
    padding: 60px;
  }
  grid.sp-h-120-lg {
    width: calc(100% + 120px);
    left: -60px;
  }
  grid.sp-h-120-lg > * {
    padding-left: 60px;
    padding-right: 60px;
  }
  grid.sp-v-120-lg {
    top: -60px;
    margin-bottom: -120px;
  }
  grid.sp-v-120-lg > * {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  grid.sp-140-lg > *, grid.sp-h-140-lg > *, grid.sp-v-140-lg > * {
    box-sizing: border-box;
  }
  grid.sp-140-lg {
    width: calc(100% + 140px);
    left: -70px;
    top: -70px;
    margin-bottom: -140px;
  }
  grid.sp-140-lg > * {
    padding: 70px;
  }
  grid.sp-h-140-lg {
    width: calc(100% + 140px);
    left: -70px;
  }
  grid.sp-h-140-lg > * {
    padding-left: 70px;
    padding-right: 70px;
  }
  grid.sp-v-140-lg {
    top: -70px;
    margin-bottom: -140px;
  }
  grid.sp-v-140-lg > * {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  grid.sp-170-lg > *, grid.sp-h-170-lg > *, grid.sp-v-170-lg > * {
    box-sizing: border-box;
  }
  grid.sp-170-lg {
    width: calc(100% + 170px);
    left: -85px;
    top: -85px;
    margin-bottom: -170px;
  }
  grid.sp-170-lg > * {
    padding: 85px;
  }
  grid.sp-h-170-lg {
    width: calc(100% + 170px);
    left: -85px;
  }
  grid.sp-h-170-lg > * {
    padding-left: 85px;
    padding-right: 85px;
  }
  grid.sp-v-170-lg {
    top: -85px;
    margin-bottom: -170px;
  }
  grid.sp-v-170-lg > * {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  grid.sp-200-lg > *, grid.sp-h-200-lg > *, grid.sp-v-200-lg > * {
    box-sizing: border-box;
  }
  grid.sp-200-lg {
    width: calc(100% + 200px);
    left: -100px;
    top: -100px;
    margin-bottom: -200px;
  }
  grid.sp-200-lg > * {
    padding: 100px;
  }
  grid.sp-h-200-lg {
    width: calc(100% + 200px);
    left: -100px;
  }
  grid.sp-h-200-lg > * {
    padding-left: 100px;
    padding-right: 100px;
  }
  grid.sp-v-200-lg {
    top: -100px;
    margin-bottom: -200px;
  }
  grid.sp-v-200-lg > * {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
grid.fill {
  width: 100%;
  flex: 1 1 auto;
}
grid.fill-h {
  height: 100%;
}
grid.valign-t {
  align-items: flex-start;
}
grid.valign-c {
  align-items: center;
}
grid.valign-b {
  align-items: flex-end;
}
grid.valign-s {
  align-items: stretch;
}
grid.halign-l {
  justify-content: flex-start;
}
grid.halign-c {
  justify-content: center;
}
grid.halign-sp {
  justify-content: space-between;
}
grid.halign-r {
  justify-content: flex-end;
}
@media only screen and (min-width: 48em) {
  grid.valign-t-md {
    align-items: flex-start;
  }
  grid.valign-c-md {
    align-items: center;
  }
  grid.valign-b-md {
    align-items: flex-end;
  }
  grid.valign-s-md {
    align-items: stretch;
  }
  grid.halign-l-md {
    justify-content: flex-start;
  }
  grid.halign-c-md {
    justify-content: center;
  }
  grid.halign-sp-md {
    justify-content: space-between;
  }
  grid.halign-r-md {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 64em) {
  grid.valign-t-lg {
    align-items: flex-start;
  }
  grid.valign-c-lg {
    align-items: center;
  }
  grid.valign-b-lg {
    align-items: flex-end;
  }
  grid.valign-s-lg {
    align-items: stretch;
  }
  grid.halign-l-lg {
    justify-content: flex-start;
  }
  grid.halign-c-lg {
    justify-content: center;
  }
  grid.halign-sp-lg {
    justify-content: space-between;
  }
  grid.halign-r-lg {
    justify-content: flex-end;
  }
}

.row.layout-0 > *:not(:first-child) {
  margin-left: 0px;
}

.column.row.layout-0 > *:not(:first-child) {
  margin-top: 0;
}

.column.layout-0 > *:not(:first-child) {
  margin-top: 0px;
}

.row.column.layout-0 > *:not(:first-child) {
  margin-left: 0;
}

.layout-r-0 > * {
  margin-right: 0px;
}

.layout-b-0 > * {
  margin-bottom: 0px;
}

.layout-t-0 > * {
  margin-top: 0px;
}

.row.layout-5 > *:not(:first-child) {
  margin-left: 5px;
}

.column.row.layout-5 > *:not(:first-child) {
  margin-top: 0;
}

.column.layout-5 > *:not(:first-child) {
  margin-top: 5px;
}

.row.column.layout-5 > *:not(:first-child) {
  margin-left: 0;
}

.layout-r-5 > * {
  margin-right: 5px;
}

.layout-b-5 > * {
  margin-bottom: 5px;
}

.layout-t-5 > * {
  margin-top: 5px;
}

.row.layout-10 > *:not(:first-child) {
  margin-left: 10px;
}

.column.row.layout-10 > *:not(:first-child) {
  margin-top: 0;
}

.column.layout-10 > *:not(:first-child) {
  margin-top: 10px;
}

.row.column.layout-10 > *:not(:first-child) {
  margin-left: 0;
}

.layout-r-10 > * {
  margin-right: 10px;
}

.layout-b-10 > * {
  margin-bottom: 10px;
}

.layout-t-10 > * {
  margin-top: 10px;
}

.row.layout-15 > *:not(:first-child) {
  margin-left: 15px;
}

.column.row.layout-15 > *:not(:first-child) {
  margin-top: 0;
}

.column.layout-15 > *:not(:first-child) {
  margin-top: 15px;
}

.row.column.layout-15 > *:not(:first-child) {
  margin-left: 0;
}

.layout-r-15 > * {
  margin-right: 15px;
}

.layout-b-15 > * {
  margin-bottom: 15px;
}

.layout-t-15 > * {
  margin-top: 15px;
}

.row.layout-20 > *:not(:first-child) {
  margin-left: 20px;
}

.column.row.layout-20 > *:not(:first-child) {
  margin-top: 0;
}

.column.layout-20 > *:not(:first-child) {
  margin-top: 20px;
}

.row.column.layout-20 > *:not(:first-child) {
  margin-left: 0;
}

.layout-r-20 > * {
  margin-right: 20px;
}

.layout-b-20 > * {
  margin-bottom: 20px;
}

.layout-t-20 > * {
  margin-top: 20px;
}

.row.layout-30 > *:not(:first-child) {
  margin-left: 30px;
}

.column.row.layout-30 > *:not(:first-child) {
  margin-top: 0;
}

.column.layout-30 > *:not(:first-child) {
  margin-top: 30px;
}

.row.column.layout-30 > *:not(:first-child) {
  margin-left: 0;
}

.layout-r-30 > * {
  margin-right: 30px;
}

.layout-b-30 > * {
  margin-bottom: 30px;
}

.layout-t-30 > * {
  margin-top: 30px;
}

.row.layout-40 > *:not(:first-child) {
  margin-left: 40px;
}

.column.row.layout-40 > *:not(:first-child) {
  margin-top: 0;
}

.column.layout-40 > *:not(:first-child) {
  margin-top: 40px;
}

.row.column.layout-40 > *:not(:first-child) {
  margin-left: 0;
}

.layout-r-40 > * {
  margin-right: 40px;
}

.layout-b-40 > * {
  margin-bottom: 40px;
}

.layout-t-40 > * {
  margin-top: 40px;
}

.row.layout-50 > *:not(:first-child) {
  margin-left: 50px;
}

.column.row.layout-50 > *:not(:first-child) {
  margin-top: 0;
}

.column.layout-50 > *:not(:first-child) {
  margin-top: 50px;
}

.row.column.layout-50 > *:not(:first-child) {
  margin-left: 0;
}

.layout-r-50 > * {
  margin-right: 50px;
}

.layout-b-50 > * {
  margin-bottom: 50px;
}

.layout-t-50 > * {
  margin-top: 50px;
}

.row.layout-60 > *:not(:first-child) {
  margin-left: 60px;
}

.column.row.layout-60 > *:not(:first-child) {
  margin-top: 0;
}

.column.layout-60 > *:not(:first-child) {
  margin-top: 60px;
}

.row.column.layout-60 > *:not(:first-child) {
  margin-left: 0;
}

.layout-r-60 > * {
  margin-right: 60px;
}

.layout-b-60 > * {
  margin-bottom: 60px;
}

.layout-t-60 > * {
  margin-top: 60px;
}

.row.layout-80 > *:not(:first-child) {
  margin-left: 80px;
}

.column.row.layout-80 > *:not(:first-child) {
  margin-top: 0;
}

.column.layout-80 > *:not(:first-child) {
  margin-top: 80px;
}

.row.column.layout-80 > *:not(:first-child) {
  margin-left: 0;
}

.layout-r-80 > * {
  margin-right: 80px;
}

.layout-b-80 > * {
  margin-bottom: 80px;
}

.layout-t-80 > * {
  margin-top: 80px;
}

.row.layout-100 > *:not(:first-child) {
  margin-left: 100px;
}

.column.row.layout-100 > *:not(:first-child) {
  margin-top: 0;
}

.column.layout-100 > *:not(:first-child) {
  margin-top: 100px;
}

.row.column.layout-100 > *:not(:first-child) {
  margin-left: 0;
}

.layout-r-100 > * {
  margin-right: 100px;
}

.layout-b-100 > * {
  margin-bottom: 100px;
}

.layout-t-100 > * {
  margin-top: 100px;
}

.row.layout-120 > *:not(:first-child) {
  margin-left: 120px;
}

.column.row.layout-120 > *:not(:first-child) {
  margin-top: 0;
}

.column.layout-120 > *:not(:first-child) {
  margin-top: 120px;
}

.row.column.layout-120 > *:not(:first-child) {
  margin-left: 0;
}

.layout-r-120 > * {
  margin-right: 120px;
}

.layout-b-120 > * {
  margin-bottom: 120px;
}

.layout-t-120 > * {
  margin-top: 120px;
}

.row.layout-140 > *:not(:first-child) {
  margin-left: 140px;
}

.column.row.layout-140 > *:not(:first-child) {
  margin-top: 0;
}

.column.layout-140 > *:not(:first-child) {
  margin-top: 140px;
}

.row.column.layout-140 > *:not(:first-child) {
  margin-left: 0;
}

.layout-r-140 > * {
  margin-right: 140px;
}

.layout-b-140 > * {
  margin-bottom: 140px;
}

.layout-t-140 > * {
  margin-top: 140px;
}

.row.layout-170 > *:not(:first-child) {
  margin-left: 170px;
}

.column.row.layout-170 > *:not(:first-child) {
  margin-top: 0;
}

.column.layout-170 > *:not(:first-child) {
  margin-top: 170px;
}

.row.column.layout-170 > *:not(:first-child) {
  margin-left: 0;
}

.layout-r-170 > * {
  margin-right: 170px;
}

.layout-b-170 > * {
  margin-bottom: 170px;
}

.layout-t-170 > * {
  margin-top: 170px;
}

.row.layout-200 > *:not(:first-child) {
  margin-left: 200px;
}

.column.row.layout-200 > *:not(:first-child) {
  margin-top: 0;
}

.column.layout-200 > *:not(:first-child) {
  margin-top: 200px;
}

.row.column.layout-200 > *:not(:first-child) {
  margin-left: 0;
}

.layout-r-200 > * {
  margin-right: 200px;
}

.layout-b-200 > * {
  margin-bottom: 200px;
}

.layout-t-200 > * {
  margin-top: 200px;
}

@media only screen and (min-width: 48em) {
  .row-md.layout-0-md > *:not(:first-child) {
    margin-left: 0px;
  }
  .column.row-md.layout-0-md > *:not(:first-child) {
    margin-top: 0;
  }
  .column-md.layout-0-md > *:not(:first-child) {
    margin-top: 0px;
  }
  .row.column-md.layout-0-md > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-0-md > * {
    margin-right: 0px;
  }
  .layout-b-0-md > * {
    margin-bottom: 0px;
  }
  .layout-t-0-md > * {
    margin-top: 0px;
  }
  .row-md.layout-5-md > *:not(:first-child) {
    margin-left: 5px;
  }
  .column.row-md.layout-5-md > *:not(:first-child) {
    margin-top: 0;
  }
  .column-md.layout-5-md > *:not(:first-child) {
    margin-top: 5px;
  }
  .row.column-md.layout-5-md > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-5-md > * {
    margin-right: 5px;
  }
  .layout-b-5-md > * {
    margin-bottom: 5px;
  }
  .layout-t-5-md > * {
    margin-top: 5px;
  }
  .row-md.layout-10-md > *:not(:first-child) {
    margin-left: 10px;
  }
  .column.row-md.layout-10-md > *:not(:first-child) {
    margin-top: 0;
  }
  .column-md.layout-10-md > *:not(:first-child) {
    margin-top: 10px;
  }
  .row.column-md.layout-10-md > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-10-md > * {
    margin-right: 10px;
  }
  .layout-b-10-md > * {
    margin-bottom: 10px;
  }
  .layout-t-10-md > * {
    margin-top: 10px;
  }
  .row-md.layout-15-md > *:not(:first-child) {
    margin-left: 15px;
  }
  .column.row-md.layout-15-md > *:not(:first-child) {
    margin-top: 0;
  }
  .column-md.layout-15-md > *:not(:first-child) {
    margin-top: 15px;
  }
  .row.column-md.layout-15-md > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-15-md > * {
    margin-right: 15px;
  }
  .layout-b-15-md > * {
    margin-bottom: 15px;
  }
  .layout-t-15-md > * {
    margin-top: 15px;
  }
  .row-md.layout-20-md > *:not(:first-child) {
    margin-left: 20px;
  }
  .column.row-md.layout-20-md > *:not(:first-child) {
    margin-top: 0;
  }
  .column-md.layout-20-md > *:not(:first-child) {
    margin-top: 20px;
  }
  .row.column-md.layout-20-md > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-20-md > * {
    margin-right: 20px;
  }
  .layout-b-20-md > * {
    margin-bottom: 20px;
  }
  .layout-t-20-md > * {
    margin-top: 20px;
  }
  .row-md.layout-30-md > *:not(:first-child) {
    margin-left: 30px;
  }
  .column.row-md.layout-30-md > *:not(:first-child) {
    margin-top: 0;
  }
  .column-md.layout-30-md > *:not(:first-child) {
    margin-top: 30px;
  }
  .row.column-md.layout-30-md > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-30-md > * {
    margin-right: 30px;
  }
  .layout-b-30-md > * {
    margin-bottom: 30px;
  }
  .layout-t-30-md > * {
    margin-top: 30px;
  }
  .row-md.layout-40-md > *:not(:first-child) {
    margin-left: 40px;
  }
  .column.row-md.layout-40-md > *:not(:first-child) {
    margin-top: 0;
  }
  .column-md.layout-40-md > *:not(:first-child) {
    margin-top: 40px;
  }
  .row.column-md.layout-40-md > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-40-md > * {
    margin-right: 40px;
  }
  .layout-b-40-md > * {
    margin-bottom: 40px;
  }
  .layout-t-40-md > * {
    margin-top: 40px;
  }
  .row-md.layout-50-md > *:not(:first-child) {
    margin-left: 50px;
  }
  .column.row-md.layout-50-md > *:not(:first-child) {
    margin-top: 0;
  }
  .column-md.layout-50-md > *:not(:first-child) {
    margin-top: 50px;
  }
  .row.column-md.layout-50-md > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-50-md > * {
    margin-right: 50px;
  }
  .layout-b-50-md > * {
    margin-bottom: 50px;
  }
  .layout-t-50-md > * {
    margin-top: 50px;
  }
  .row-md.layout-60-md > *:not(:first-child) {
    margin-left: 60px;
  }
  .column.row-md.layout-60-md > *:not(:first-child) {
    margin-top: 0;
  }
  .column-md.layout-60-md > *:not(:first-child) {
    margin-top: 60px;
  }
  .row.column-md.layout-60-md > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-60-md > * {
    margin-right: 60px;
  }
  .layout-b-60-md > * {
    margin-bottom: 60px;
  }
  .layout-t-60-md > * {
    margin-top: 60px;
  }
  .row-md.layout-80-md > *:not(:first-child) {
    margin-left: 80px;
  }
  .column.row-md.layout-80-md > *:not(:first-child) {
    margin-top: 0;
  }
  .column-md.layout-80-md > *:not(:first-child) {
    margin-top: 80px;
  }
  .row.column-md.layout-80-md > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-80-md > * {
    margin-right: 80px;
  }
  .layout-b-80-md > * {
    margin-bottom: 80px;
  }
  .layout-t-80-md > * {
    margin-top: 80px;
  }
  .row-md.layout-100-md > *:not(:first-child) {
    margin-left: 100px;
  }
  .column.row-md.layout-100-md > *:not(:first-child) {
    margin-top: 0;
  }
  .column-md.layout-100-md > *:not(:first-child) {
    margin-top: 100px;
  }
  .row.column-md.layout-100-md > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-100-md > * {
    margin-right: 100px;
  }
  .layout-b-100-md > * {
    margin-bottom: 100px;
  }
  .layout-t-100-md > * {
    margin-top: 100px;
  }
  .row-md.layout-120-md > *:not(:first-child) {
    margin-left: 120px;
  }
  .column.row-md.layout-120-md > *:not(:first-child) {
    margin-top: 0;
  }
  .column-md.layout-120-md > *:not(:first-child) {
    margin-top: 120px;
  }
  .row.column-md.layout-120-md > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-120-md > * {
    margin-right: 120px;
  }
  .layout-b-120-md > * {
    margin-bottom: 120px;
  }
  .layout-t-120-md > * {
    margin-top: 120px;
  }
  .row-md.layout-140-md > *:not(:first-child) {
    margin-left: 140px;
  }
  .column.row-md.layout-140-md > *:not(:first-child) {
    margin-top: 0;
  }
  .column-md.layout-140-md > *:not(:first-child) {
    margin-top: 140px;
  }
  .row.column-md.layout-140-md > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-140-md > * {
    margin-right: 140px;
  }
  .layout-b-140-md > * {
    margin-bottom: 140px;
  }
  .layout-t-140-md > * {
    margin-top: 140px;
  }
  .row-md.layout-170-md > *:not(:first-child) {
    margin-left: 170px;
  }
  .column.row-md.layout-170-md > *:not(:first-child) {
    margin-top: 0;
  }
  .column-md.layout-170-md > *:not(:first-child) {
    margin-top: 170px;
  }
  .row.column-md.layout-170-md > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-170-md > * {
    margin-right: 170px;
  }
  .layout-b-170-md > * {
    margin-bottom: 170px;
  }
  .layout-t-170-md > * {
    margin-top: 170px;
  }
  .row-md.layout-200-md > *:not(:first-child) {
    margin-left: 200px;
  }
  .column.row-md.layout-200-md > *:not(:first-child) {
    margin-top: 0;
  }
  .column-md.layout-200-md > *:not(:first-child) {
    margin-top: 200px;
  }
  .row.column-md.layout-200-md > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-200-md > * {
    margin-right: 200px;
  }
  .layout-b-200-md > * {
    margin-bottom: 200px;
  }
  .layout-t-200-md > * {
    margin-top: 200px;
  }
}
@media only screen and (min-width: 64em) {
  .row-lg.layout-0-lg > *:not(:first-child) {
    margin-left: 0px;
  }
  .column.row-lg.layout-0-lg > *:not(:first-child) {
    margin-top: 0;
  }
  .column-lg.layout-0-lg > *:not(:first-child) {
    margin-top: 0px;
  }
  .row.column-lg.layout-0-lg > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-0-lg > * {
    margin-right: 0px;
  }
  .layout-b-0-lg > * {
    margin-bottom: 0px;
  }
  .layout-t-0-lg > * {
    margin-top: 0px;
  }
  .row-lg.layout-5-lg > *:not(:first-child) {
    margin-left: 5px;
  }
  .column.row-lg.layout-5-lg > *:not(:first-child) {
    margin-top: 0;
  }
  .column-lg.layout-5-lg > *:not(:first-child) {
    margin-top: 5px;
  }
  .row.column-lg.layout-5-lg > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-5-lg > * {
    margin-right: 5px;
  }
  .layout-b-5-lg > * {
    margin-bottom: 5px;
  }
  .layout-t-5-lg > * {
    margin-top: 5px;
  }
  .row-lg.layout-10-lg > *:not(:first-child) {
    margin-left: 10px;
  }
  .column.row-lg.layout-10-lg > *:not(:first-child) {
    margin-top: 0;
  }
  .column-lg.layout-10-lg > *:not(:first-child) {
    margin-top: 10px;
  }
  .row.column-lg.layout-10-lg > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-10-lg > * {
    margin-right: 10px;
  }
  .layout-b-10-lg > * {
    margin-bottom: 10px;
  }
  .layout-t-10-lg > * {
    margin-top: 10px;
  }
  .row-lg.layout-15-lg > *:not(:first-child) {
    margin-left: 15px;
  }
  .column.row-lg.layout-15-lg > *:not(:first-child) {
    margin-top: 0;
  }
  .column-lg.layout-15-lg > *:not(:first-child) {
    margin-top: 15px;
  }
  .row.column-lg.layout-15-lg > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-15-lg > * {
    margin-right: 15px;
  }
  .layout-b-15-lg > * {
    margin-bottom: 15px;
  }
  .layout-t-15-lg > * {
    margin-top: 15px;
  }
  .row-lg.layout-20-lg > *:not(:first-child) {
    margin-left: 20px;
  }
  .column.row-lg.layout-20-lg > *:not(:first-child) {
    margin-top: 0;
  }
  .column-lg.layout-20-lg > *:not(:first-child) {
    margin-top: 20px;
  }
  .row.column-lg.layout-20-lg > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-20-lg > * {
    margin-right: 20px;
  }
  .layout-b-20-lg > * {
    margin-bottom: 20px;
  }
  .layout-t-20-lg > * {
    margin-top: 20px;
  }
  .row-lg.layout-30-lg > *:not(:first-child) {
    margin-left: 30px;
  }
  .column.row-lg.layout-30-lg > *:not(:first-child) {
    margin-top: 0;
  }
  .column-lg.layout-30-lg > *:not(:first-child) {
    margin-top: 30px;
  }
  .row.column-lg.layout-30-lg > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-30-lg > * {
    margin-right: 30px;
  }
  .layout-b-30-lg > * {
    margin-bottom: 30px;
  }
  .layout-t-30-lg > * {
    margin-top: 30px;
  }
  .row-lg.layout-40-lg > *:not(:first-child) {
    margin-left: 40px;
  }
  .column.row-lg.layout-40-lg > *:not(:first-child) {
    margin-top: 0;
  }
  .column-lg.layout-40-lg > *:not(:first-child) {
    margin-top: 40px;
  }
  .row.column-lg.layout-40-lg > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-40-lg > * {
    margin-right: 40px;
  }
  .layout-b-40-lg > * {
    margin-bottom: 40px;
  }
  .layout-t-40-lg > * {
    margin-top: 40px;
  }
  .row-lg.layout-50-lg > *:not(:first-child) {
    margin-left: 50px;
  }
  .column.row-lg.layout-50-lg > *:not(:first-child) {
    margin-top: 0;
  }
  .column-lg.layout-50-lg > *:not(:first-child) {
    margin-top: 50px;
  }
  .row.column-lg.layout-50-lg > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-50-lg > * {
    margin-right: 50px;
  }
  .layout-b-50-lg > * {
    margin-bottom: 50px;
  }
  .layout-t-50-lg > * {
    margin-top: 50px;
  }
  .row-lg.layout-60-lg > *:not(:first-child) {
    margin-left: 60px;
  }
  .column.row-lg.layout-60-lg > *:not(:first-child) {
    margin-top: 0;
  }
  .column-lg.layout-60-lg > *:not(:first-child) {
    margin-top: 60px;
  }
  .row.column-lg.layout-60-lg > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-60-lg > * {
    margin-right: 60px;
  }
  .layout-b-60-lg > * {
    margin-bottom: 60px;
  }
  .layout-t-60-lg > * {
    margin-top: 60px;
  }
  .row-lg.layout-80-lg > *:not(:first-child) {
    margin-left: 80px;
  }
  .column.row-lg.layout-80-lg > *:not(:first-child) {
    margin-top: 0;
  }
  .column-lg.layout-80-lg > *:not(:first-child) {
    margin-top: 80px;
  }
  .row.column-lg.layout-80-lg > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-80-lg > * {
    margin-right: 80px;
  }
  .layout-b-80-lg > * {
    margin-bottom: 80px;
  }
  .layout-t-80-lg > * {
    margin-top: 80px;
  }
  .row-lg.layout-100-lg > *:not(:first-child) {
    margin-left: 100px;
  }
  .column.row-lg.layout-100-lg > *:not(:first-child) {
    margin-top: 0;
  }
  .column-lg.layout-100-lg > *:not(:first-child) {
    margin-top: 100px;
  }
  .row.column-lg.layout-100-lg > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-100-lg > * {
    margin-right: 100px;
  }
  .layout-b-100-lg > * {
    margin-bottom: 100px;
  }
  .layout-t-100-lg > * {
    margin-top: 100px;
  }
  .row-lg.layout-120-lg > *:not(:first-child) {
    margin-left: 120px;
  }
  .column.row-lg.layout-120-lg > *:not(:first-child) {
    margin-top: 0;
  }
  .column-lg.layout-120-lg > *:not(:first-child) {
    margin-top: 120px;
  }
  .row.column-lg.layout-120-lg > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-120-lg > * {
    margin-right: 120px;
  }
  .layout-b-120-lg > * {
    margin-bottom: 120px;
  }
  .layout-t-120-lg > * {
    margin-top: 120px;
  }
  .row-lg.layout-140-lg > *:not(:first-child) {
    margin-left: 140px;
  }
  .column.row-lg.layout-140-lg > *:not(:first-child) {
    margin-top: 0;
  }
  .column-lg.layout-140-lg > *:not(:first-child) {
    margin-top: 140px;
  }
  .row.column-lg.layout-140-lg > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-140-lg > * {
    margin-right: 140px;
  }
  .layout-b-140-lg > * {
    margin-bottom: 140px;
  }
  .layout-t-140-lg > * {
    margin-top: 140px;
  }
  .row-lg.layout-170-lg > *:not(:first-child) {
    margin-left: 170px;
  }
  .column.row-lg.layout-170-lg > *:not(:first-child) {
    margin-top: 0;
  }
  .column-lg.layout-170-lg > *:not(:first-child) {
    margin-top: 170px;
  }
  .row.column-lg.layout-170-lg > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-170-lg > * {
    margin-right: 170px;
  }
  .layout-b-170-lg > * {
    margin-bottom: 170px;
  }
  .layout-t-170-lg > * {
    margin-top: 170px;
  }
  .row-lg.layout-200-lg > *:not(:first-child) {
    margin-left: 200px;
  }
  .column.row-lg.layout-200-lg > *:not(:first-child) {
    margin-top: 0;
  }
  .column-lg.layout-200-lg > *:not(:first-child) {
    margin-top: 200px;
  }
  .row.column-lg.layout-200-lg > *:not(:first-child) {
    margin-left: 0;
  }
  .layout-r-200-lg > * {
    margin-right: 200px;
  }
  .layout-b-200-lg > * {
    margin-bottom: 200px;
  }
  .layout-t-200-lg > * {
    margin-top: 200px;
  }
}
.order--10 {
  order: -10;
}

.order--9 {
  order: -9;
}

.order--8 {
  order: -8;
}

.order--7 {
  order: -7;
}

.order--6 {
  order: -6;
}

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

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

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

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

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

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

@media only screen and (max-width: 47.9375em) {
  .order--10-xs-md {
    order: -10;
  }
  .order--9-xs-md {
    order: -9;
  }
  .order--8-xs-md {
    order: -8;
  }
  .order--7-xs-md {
    order: -7;
  }
  .order--6-xs-md {
    order: -6;
  }
  .order--5-xs-md {
    order: -5;
  }
  .order--4-xs-md {
    order: -4;
  }
  .order--3-xs-md {
    order: -3;
  }
  .order--2-xs-md {
    order: -2;
  }
  .order--1-xs-md {
    order: -1;
  }
  .order-0-xs-md {
    order: 0;
  }
  .order-1-xs-md {
    order: 1;
  }
  .order-2-xs-md {
    order: 2;
  }
  .order-3-xs-md {
    order: 3;
  }
  .order-4-xs-md {
    order: 4;
  }
  .order-5-xs-md {
    order: 5;
  }
  .order-6-xs-md {
    order: 6;
  }
  .order-7-xs-md {
    order: 7;
  }
  .order-8-xs-md {
    order: 8;
  }
  .order-9-xs-md {
    order: 9;
  }
  .order-10-xs-md {
    order: 10;
  }
}
@media only screen and (min-width: 48em) {
  .order--10-md {
    order: -10;
  }
  .order--9-md {
    order: -9;
  }
  .order--8-md {
    order: -8;
  }
  .order--7-md {
    order: -7;
  }
  .order--6-md {
    order: -6;
  }
  .order--5-md {
    order: -5;
  }
  .order--4-md {
    order: -4;
  }
  .order--3-md {
    order: -3;
  }
  .order--2-md {
    order: -2;
  }
  .order--1-md {
    order: -1;
  }
  .order-0-md {
    order: 0;
  }
  .order-1-md {
    order: 1;
  }
  .order-2-md {
    order: 2;
  }
  .order-3-md {
    order: 3;
  }
  .order-4-md {
    order: 4;
  }
  .order-5-md {
    order: 5;
  }
  .order-6-md {
    order: 6;
  }
  .order-7-md {
    order: 7;
  }
  .order-8-md {
    order: 8;
  }
  .order-9-md {
    order: 9;
  }
  .order-10-md {
    order: 10;
  }
}
@media only screen and (min-width: 64em) {
  .order--10-lg {
    order: -10;
  }
  .order--9-lg {
    order: -9;
  }
  .order--8-lg {
    order: -8;
  }
  .order--7-lg {
    order: -7;
  }
  .order--6-lg {
    order: -6;
  }
  .order--5-lg {
    order: -5;
  }
  .order--4-lg {
    order: -4;
  }
  .order--3-lg {
    order: -3;
  }
  .order--2-lg {
    order: -2;
  }
  .order--1-lg {
    order: -1;
  }
  .order-0-lg {
    order: 0;
  }
  .order-1-lg {
    order: 1;
  }
  .order-2-lg {
    order: 2;
  }
  .order-3-lg {
    order: 3;
  }
  .order-4-lg {
    order: 4;
  }
  .order-5-lg {
    order: 5;
  }
  .order-6-lg {
    order: 6;
  }
  .order-7-lg {
    order: 7;
  }
  .order-8-lg {
    order: 8;
  }
  .order-9-lg {
    order: 9;
  }
  .order-10-lg {
    order: 10;
  }
}
@media only screen and (max-width: 35.4375em) {
  .vis-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 35.5em) {
  .vis-no-sm {
    display: none !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .vis-md {
    display: none !important;
  }
}
@media only screen and (min-width: 48em) {
  .vis-no-md {
    display: none !important;
  }
}
@media only screen and (max-width: 63.9375em) {
  .vis-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 64em) {
  .vis-no-lg {
    display: none !important;
  }
}
.clear {
  clear: both;
}

.home-descriptor-title {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 32px;
  color: #484848;
  text-transform: none;
  font-weight: 600;
}

.modal {
  position: fixed;
  top: 0;
  z-index: 8;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: #245B92;
  color: white;
  align-items: center;
  transition: transform 0.4s ease;
  transform: translateY(-110%);
  padding-top: 80px;
}
.show-modal .modal {
  transform: none;
}
.modal .modal-close {
  position: fixed;
  top: 100px;
  right: 50px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.modal .modal-close svg {
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 48em) {
  .modal .modal-close {
    top: 120px;
    right: 70px;
  }
}
.modal .modal-content-wrapper {
  overflow-y: scroll;
  width: calc(100% + 30px);
  padding-right: 30px;
}
.modal .modal-content {
  display: flex;
  flex: 1 0 100%;
  width: 100%;
  max-width: 710px;
  display: none;
}
.modal .modal-form {
  max-width: 600px;
}
.modal .thanks-modal-close, .modal .property-save-btn {
  display: block;
}
.modal [role=tooltip] p {
  color: #484848;
}
.modal .tooltip-activate:after {
  color: #ffffff;
  border-color: #ffffff;
}
.modal[modal-content=login] .modal-content.login {
  display: flex;
}
.modal[modal-content=profile-delete] .modal-content.profile-delete {
  display: flex;
}
.modal[modal-content=reset_password] .modal-content.reset_password {
  display: flex;
}
.modal[modal-content=reset_password_request] .modal-content.reset_password_request {
  display: flex;
}
.modal[modal-content=register] .modal-content.register {
  display: flex;
}
.modal[modal-content=supplier_image_error] .modal-content.supplier_image_error {
  display: flex;
}
.modal[modal-content=supplier_image_edit] .modal-content.supplier_image_edit {
  display: flex;
}
.modal[modal-content=company_login_add] .modal-content.company_login_add {
  display: flex;
}
.modal[modal-content=switch_client] .modal-content.switch_client {
  display: flex;
}
.modal[modal-content=register_client] .modal-content.register_client {
  display: flex;
}
.modal[modal-content=property_apply] .modal-content.property_apply {
  display: flex;
}
.modal[modal-content=property_register_apply] .modal-content.property_register_apply {
  display: flex;
}
.modal[modal-content=property_apply_thanks] .modal-content.property_apply_thanks {
  display: flex;
}
.modal[modal-content=property_apply_behalf] .modal-content.property_apply_behalf {
  display: flex;
}
.modal[modal-content=property_apply_behalf_thanks] .modal-content.property_apply_behalf_thanks {
  display: flex;
}
.modal[modal-content=property_enquire] .modal-content.property_enquire {
  display: flex;
}
.modal .autocomplete-suggestions {
  background-color: #245B92;
  border-color: #ffffff;
}
.modal .autocomplete-suggestions .autocomplete-item {
  border-color: #ffffff;
  text-transform: none;
}
.modal .autocomplete-suggestions .autocomplete-item:hover {
  background-color: #ffffff;
  color: #245B92;
}
.modal .existing-user-display {
  display: none;
  padding: 0 35px 0 20px;
  background-color: #ffffff;
  color: #245B92;
  height: 50px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.modal .existing-user-display .icon {
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.modal .existing-user-display span {
  display: block;
  height: 46px;
  margin-top: 2px;
  line-height: 46px;
}
@media print {
  .modal {
    display: none;
  }
}

.show-modal body {
  overflow: hidden;
  position: fixed;
  min-width: 100%;
}

main {
  min-height: 100vh;
}

.content {
  flex: 1 1 auto;
}
@media only screen and (min-width: 48em) {
  .content {
    margin-top: 0;
  }
}

html.navigation-open {
  overflow: hidden;
}

.image {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 0.25s;
  overflow: hidden;
}
.image .image-covered,
.image .image-contained {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image .image-covered,
.image .image-relative {
  width: 100%;
  height: auto;
}
.image .image-contained.image-contained--full-width {
  width: 100%;
  height: auto;
}
.image .image-contained.image-contained--full-height {
  height: 100%;
  width: auto;
}
.image.contain {
  background-size: contain;
}
.image.bordered {
  border: 1px solid black;
}
.image.fill-abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.image.lg {
  width: 100%;
}
.image.lg:before {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
.image.md {
  width: 100%;
}
.image.md:before {
  content: "";
  padding-bottom: 72%;
  display: block;
}
@media only screen and (min-width: 48em) {
  .image.md:before {
    padding-bottom: 45.1612903226%;
  }
}
.image.md2 {
  width: 100%;
}
.image.md2:before {
  content: "";
  padding-bottom: 62.5%;
  display: block;
}
.image.sm-square {
  width: 100%;
}
.image.sm-square:before {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.image.thumb {
  width: 100%;
}
.image.thumb:before {
  content: "";
  padding-bottom: 53.3333333333%;
  display: block;
}
.image.lazy, .image.lazy-background {
  opacity: 0;
  transition: opacity 250ms ease;
}
.image.lazy.lazy-loaded, .image.lazy-background.lazy-loaded {
  opacity: 1;
}
.image.lazy-background .lazy {
  width: 1px;
  height: 1px;
}
.image.profile-circle {
  width: 40px;
  height: 40px;
  border: 2px solid #91928f;
  border-radius: 50%;
}
.image.profile-circle.large {
  width: 120px;
  height: 120px;
}
.image.supplier-logo {
  width: 100%;
}
.image.supplier-logo.bordered {
  border-color: #dedfdb;
}
.image.supplier-logo:before {
  content: "";
  padding-bottom: 65.9090909091%;
  display: block;
}
.image.supplier-logo span {
  display: none;
}

.progress-bar {
  list-style: none;
  overflow: hidden;
  display: flex;
  counter-reset: li;
  height: 60px;
  font-size: 15px;
}
@media only screen and (min-width: 48em) {
  .progress-bar {
    height: 80px;
  }
}
.progress-bar.fixed {
  position: fixed;
  z-index: 99;
  top: 80px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0px;
}
.show-alert .progress-bar.fixed {
  top: 140px;
}
.progress-bar span {
  display: block;
  color: #fff;
  flex: 6;
  line-height: 22px;
  min-height: 30px;
  display: flex;
  justify-content: left;
  align-items: center;
}
@media only screen and (min-width: 48em) {
  .progress-bar span:first-child {
    flex: 1;
  }
}
.progress-bar__steps {
  background: #007573;
  color: #ffffff;
  position: relative;
  cursor: default;
  list-style-image: none;
  list-style-type: none;
  padding: 10px 5px;
  text-align: center;
  flex: 1;
  display: flex;
}
.progress-bar__steps a {
  display: flex;
  flex: 1;
}
@media only screen and (min-width: 48em) {
  .progress-bar__steps {
    padding: 20px 0 20px 10px;
    text-align: left;
    width: 25%;
  }
}
@media only screen and (min-width: 48em) {
  .progress-bar__steps:first-child {
    padding: 20px 0 20px 30px;
  }
}
.progress-bar__steps .progress-bar__steps--text {
  text-align: left;
  display: none;
  padding: 4px 10px 0 14px;
}
@media only screen and (min-width: 48em) {
  .progress-bar__steps .progress-bar__steps--text {
    display: flex;
    white-space: wrap;
  }
}
.progress-bar__steps .progress-bar__steps--numbers:before {
  content: counter(li) " ";
  counter-increment: li;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  margin: 0 auto;
}
.progress-bar__steps .progress-bar__steps--tick span {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  max-width: 30px;
  margin: 0 auto;
}
.progress-bar__steps .progress-bar__steps--tick span svg {
  max-width: 100%;
  max-height: 100%;
  /* color: #fff; */
  fill: #fff;
  width: 70%;
}
@media screen and (max-width: 800px) {
  .progress-bar__steps:not(.current) .progress-bar__steps--numbers, .progress-bar__steps:not(.current) .progress-bar__steps--tick {
    margin: 0 auto;
    float: none;
  }
}
.progress-bar .current, .progress-bar .complete {
  background: #00a191;
  color: #ffffff;
}
.progress-bar .current {
  flex: 6;
}
.progress-bar .current > span:first-child {
  flex: 1;
}
@media screen and (max-width: 800px) {
  .progress-bar .current > span:first-child:before {
    margin: 0 auto;
  }
}
.progress-bar .current .progress-bar__steps--text {
  display: flex;
}
@media only screen and (min-width: 48em) {
  .progress-bar .current:after {
    border-bottom: 40px solid transparent;
    border-top: 40px solid transparent;
    content: " ";
    display: block;
    height: 0;
    right: 0;
    margin-top: -40px;
    position: absolute;
    top: 100%;
    width: 0;
    border-right: 20px solid #007573;
    z-index: 2;
    border-left: 0;
    z-index: 2;
  }
}
.progress-bar .current:before {
  border-bottom: 40px solid transparent;
  border-top: 40px solid transparent;
  content: " ";
  display: block;
  height: 0;
  right: 0;
  margin-top: -40px;
  position: absolute;
  top: 100%;
  width: 0;
  border-right: 20px solid #007573;
  z-index: 2;
  border-left: 0;
  top: 0%;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .progress-bar .current:after {
    border-bottom: 30px solid transparent;
    border-top: 30px solid transparent;
    content: " ";
    display: block;
    height: 0;
    right: 0;
    margin-top: -30px;
    position: absolute;
    top: 100%;
    width: 0;
    border-right: 12px solid #007573;
    z-index: 2;
    border-left: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 800px) {
  .progress-bar .current:before {
    border-bottom: 30px solid transparent;
    border-top: 30px solid transparent;
    content: " ";
    display: block;
    height: 0;
    right: 0;
    margin-top: -30px;
    position: absolute;
    top: 100%;
    width: 0;
    border-right: 12px solid #007573;
    z-index: 2;
    border-left: 0;
    top: 0%;
    z-index: 2;
  }
}
@media only screen and (min-width: 48em) {
  .progress-bar .current {
    flex: 1;
  }
}

.property-edit .form-field-features .row > .row {
  flex: 1 0 50%;
  margin-bottom: 20px;
}
.property-edit .container--address > .form-field {
  max-width: 600px;
}
.property-edit .whats-nearby {
  position: relative;
}
.property-edit .whats-nearby .whats-nearby--wrapper {
  position: relative;
}
.property-edit .whats-nearby legend {
  left: auto;
  position: relative;
}
.property-edit .whats-nearby label {
  color: #91928f;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
.property-edit .whats-nearby .icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: white;
  padding: 5px;
  pointer-events: none;
}
.property-edit .whats-nearby .remove-item {
  position: absolute;
  left: calc(87% + 10px);
  bottom: 35px;
  width: 25px;
  height: 25px;
}
@media only screen and (min-width: 48em) {
  .property-edit .whats-nearby .remove-item {
    left: calc(100% + 10px);
    bottom: 26px;
  }
}
.property-edit .whats-nearby .remove-item .icon {
  background: #91928f;
}
.property-edit .whats-nearby .add-another {
  margin-top: 15px;
  display: flex;
  color: #007573;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .property-edit .whats-nearby .add-another {
    margin-top: 0;
    position: absolute;
    bottom: 15px;
    left: calc(100% + 20px);
  }
}
.property-edit .whats-nearby .add-another .icon {
  background: #007573;
  color: white;
  margin-right: 10px;
}
.property-edit .whats-nearby .line-item .nearby-description {
  padding-right: 0;
}
.property-edit .whats-nearby .line-item:last-of-type .remove-item {
  display: none;
}
@media only screen and (min-width: 48em) {
  .property-edit .whats-nearby .line-item:not(:first-of-type) label {
    display: none;
  }
}
.property-edit .provider-hint .autocomplete-suggestions {
  background: white;
  color: #007573;
  border: 2px solid #007573;
  border-top: 0;
}
.property-edit .provider-hint .autocomplete-suggestions .autocomplete-item:not(:first-child) {
  border-top: 2px solid #007573;
}
.property-edit .provider-hint .autocomplete-suggestions .autocomplete-item:hover {
  background: #007573;
  color: white;
}

.property-images-edit {
  position: relative;
}
.property-images-edit #sort-item {
  display: none;
}
.property-images-edit .images-drop-container {
  width: 100%;
  box-sizing: border-box;
  display: block;
  position: relative;
}
.property-images-edit .images-drop-container .sort-items .sort-item > div, .property-images-edit .images-drop-container .sort-items .drop-item > div, .property-images-edit .images-drop-container .sort-items .sort-placeholder > div {
  border: 6px solid transparent;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .property-images-edit .images-drop-container .sort-items .sort-item:hover > div, .property-images-edit .images-drop-container .sort-items .drop-item:hover > div, .property-images-edit .images-drop-container .sort-items .sort-placeholder:hover > div {
    opacity: 0.9;
  }
}
.property-images-edit .images-drop-container .sort-items .sort-item:hover .action-icons, .property-images-edit .images-drop-container .sort-items .drop-item:hover .action-icons, .property-images-edit .images-drop-container .sort-items .sort-placeholder:hover .action-icons {
  display: flex;
}
.property-images-edit .images-drop-container .sort-items .sort-item .action-icons, .property-images-edit .images-drop-container .sort-items .drop-item .action-icons, .property-images-edit .images-drop-container .sort-items .sort-placeholder .action-icons {
  position: absolute;
  right: 0;
  top: 0;
  gap: 5px;
}
.property-images-edit .images-drop-container .sort-items .sort-item .action-icons .action-icon, .property-images-edit .images-drop-container .sort-items .drop-item .action-icons .action-icon, .property-images-edit .images-drop-container .sort-items .sort-placeholder .action-icons .action-icon {
  height: 40px;
  width: 40px;
  background-color: #00a191;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.property-images-edit .images-drop-container .sort-items .sort-item .action-icons .action-icon svg, .property-images-edit .images-drop-container .sort-items .drop-item .action-icons .action-icon svg, .property-images-edit .images-drop-container .sort-items .sort-placeholder .action-icons .action-icon svg {
  max-height: 100%;
  max-width: 100%;
  padding: 10px;
}
.property-images-edit .images-drop-container .sort-items .sort-item .action-icons .action-icon.ico-cog-wrapper, .property-images-edit .images-drop-container .sort-items .drop-item .action-icons .action-icon.ico-cog-wrapper, .property-images-edit .images-drop-container .sort-items .sort-placeholder .action-icons .action-icon.ico-cog-wrapper {
  margin-left: auto;
}
.property-images-edit .images-drop-container .sort-items .sort-item .action-icons .action-icon.ico-alert-wrapper, .property-images-edit .images-drop-container .sort-items .drop-item .action-icons .action-icon.ico-alert-wrapper, .property-images-edit .images-drop-container .sort-items .sort-placeholder .action-icons .action-icon.ico-alert-wrapper {
  display: none;
  width: auto;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  padding: 0 10px 0 0;
}
.property-images-edit .images-drop-container .sort-items .sort-item .action-icons .action-icon.ico-alert-wrapper .icon, .property-images-edit .images-drop-container .sort-items .drop-item .action-icons .action-icon.ico-alert-wrapper .icon, .property-images-edit .images-drop-container .sort-items .sort-placeholder .action-icons .action-icon.ico-alert-wrapper .icon {
  width: 40px;
}
.property-images-edit .images-drop-container .sort-items .sort-item .action-icons .action-icon.ico-alert-wrapper span, .property-images-edit .images-drop-container .sort-items .drop-item .action-icons .action-icon.ico-alert-wrapper span, .property-images-edit .images-drop-container .sort-items .sort-placeholder .action-icons .action-icon.ico-alert-wrapper span {
  line-height: 40px;
  color: white;
  transform: translateY(2px);
}
@media only screen and (min-width: 48em) {
  .property-images-edit .images-drop-container .sort-items .sort-item .action-icons, .property-images-edit .images-drop-container .sort-items .drop-item .action-icons, .property-images-edit .images-drop-container .sort-items .sort-placeholder .action-icons {
    display: none;
  }
}
.property-images-edit .images-drop-container .sort-items .sort-item.selected > div, .property-images-edit .images-drop-container .sort-items .drop-item.selected > div, .property-images-edit .images-drop-container .sort-items .sort-placeholder.selected > div {
  border-color: #00a191;
}
.property-images-edit .images-drop-container .sort-items .sort-item.removing .image, .property-images-edit .images-drop-container .sort-items .drop-item.removing .image, .property-images-edit .images-drop-container .sort-items .sort-placeholder.removing .image {
  opacity: 0.5;
}
.property-images-edit .images-drop-container .sort-items .sort-item.removing .action-icons .action-icon.ico-alert-wrapper, .property-images-edit .images-drop-container .sort-items .drop-item.removing .action-icons .action-icon.ico-alert-wrapper, .property-images-edit .images-drop-container .sort-items .sort-placeholder.removing .action-icons .action-icon.ico-alert-wrapper {
  display: flex;
}
.property-images-edit .images-drop-container .sort-items .sort-placeholder {
  background-color: #dedfdb;
  min-height: 200px;
}
.property-images-edit .images-drop-container .sort-items .sort-placeholder > div {
  background: inherit;
}
.property-images-edit .images-drop-container .sort-items .sort-placeholder.closed {
  display: none;
}
.property-images-edit .images-drop-container .sort-items .sort-placeholder .icon {
  width: 40px;
  height: 40px;
}
.property-images-edit .images-drop-container .sort-items .drop-item .icon {
  fill: #ffffff;
  width: 40px;
  height: 40px;
}
.property-images-edit .images-drop-container .sort-items .drop-item > div {
  background: #00a191;
  border-color: #ffffff;
}
.property-images-edit .images-drop-container .sort-items .drop-item > div::before {
  content: "";
  padding-bottom: 53.33333333%;
  display: block;
}
.property-images-edit .images-drop-container .sort-items .drop-item > div p {
  margin: 5% 0 0;
  color: #ffffff;
}
.property-images-edit .images-drop-container .sort-items .drop-item > div label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.property-images-edit .images-drop-container .sort-items .icon {
  fill: white;
}
.property-images-edit .images-drop-container .drop-item {
  flex-basis: 50%;
}
.property-images-edit .images-drop-container drop-area {
  display: block;
  box-sizing: border-box;
  border: 6px dashed #00a191;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 161, 145, 0.8);
}
.property-images-edit .images-drop-container drop-area.closed {
  display: none;
}
.property-images-edit image-upload-progress {
  display: block;
  width: 100%;
  height: 20px;
  position: relative;
}
.property-images-edit image-upload-progress .progress-track {
  background: grey;
  position: relative;
  width: 100%;
  height: 100%;
}
.property-images-edit image-upload-progress .progress-bar-loaded {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: black;
  transition: all 0.1s ease;
}
.property-images-edit image-upload-progress.closed {
  display: none;
}
.property-images-edit image-edit-view {
  display: block;
}
.property-images-edit image-edit-view.closed {
  display: none;
}
.property-images-edit .property-image {
  background: #f9f9f9;
}

.modal .supplier_image_edit.modal-content {
  max-width: 90%;
}
.modal .supplier_image_edit.modal-content .modal-form {
  max-width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .modal .supplier_image_edit.modal-content grid div.column:not(:first-child) {
    margin-top: 40px;
  }
}
.modal .supplier_image_edit.modal-content .btn .icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.modal .supplier_image_edit.modal-content .btn .icon:not(:first-child) {
  margin-left: 3px;
  margin-top: -1px;
}
.modal .supplier_image_edit.modal-content .btn.background-white:disabled {
  background: #dedfdb;
  color: #484848;
}
.modal .supplier_image_edit.modal-content .btn.background-white:disabled:focus:after {
  display: none;
}
.modal .supplier_image_edit.modal-content .property-image {
  width: 100%;
  max-width: 100%;
}
.modal .supplier_image_edit.modal-content .property-image-edit-btns {
  flex-wrap: wrap;
}
.modal .supplier_image_edit.modal-content .property-image-edit-form input[type=radio]:not(.toggle):focus ~ .radio-label {
  background-image: linear-gradient(0deg, #245B92, #245B92);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  text-shadow: 2px 2px #484848, 2px -2px #484848, -2px 2px #484848, -2px -2px #484848;
}
.modal .supplier_image_edit.modal-content .cropper-crop-box .cropper-view-box {
  outline-color: #ffffff;
  outline: 1px solid #ffffff;
}
.modal .supplier_image_edit.modal-content .cropper-crop-box .cropper-line {
  background-color: #ffffff;
}
.modal .supplier_image_edit.modal-content .cropper-crop-box .cropper-dashed {
  border: 1px solid #fff;
  opacity: 1;
}
.modal .supplier_image_edit.modal-content .cropper-crop-box .cropper-point {
  background-color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  opacity: 1;
}
.modal .supplier_image_edit.modal-content .cropper-crop-box .cropper-point.point-n {
  top: -8px;
  margin-left: -8px;
  display: none;
}
.modal .supplier_image_edit.modal-content .cropper-crop-box .cropper-point.point-nw {
  top: -8px;
  left: -8px;
}
.modal .supplier_image_edit.modal-content .cropper-crop-box .cropper-point.point-ne {
  top: -8px;
  right: -8px;
}
.modal .supplier_image_edit.modal-content .cropper-crop-box .cropper-point.point-e {
  margin-top: -8px;
  right: -8px;
  display: none;
}
.modal .supplier_image_edit.modal-content .cropper-crop-box .cropper-point.point-w {
  margin-top: -8px;
  left: -8px;
  display: none;
}
.modal .supplier_image_edit.modal-content .cropper-crop-box .cropper-point.point-s {
  bottom: -8px;
  margin-left: -8px;
  display: none;
}
.modal .supplier_image_edit.modal-content .cropper-crop-box .cropper-point.point-sw {
  left: -8px;
  bottom: -8px;
}
.modal .supplier_image_edit.modal-content .cropper-crop-box .cropper-point.point-se {
  right: -8px;
  bottom: -8px;
}

.property-detail section.content-wrap, .property-images-edit section.content-wrap {
  padding-bottom: 20px;
}
.property-detail .property-images, .property-images-edit .property-images {
  cursor: pointer;
}
.property-detail .property-images .flickity-viewport, .property-images-edit .property-images .flickity-viewport {
  width: 100%;
}
.property-detail .property-images .flickity-prev-next-button, .property-images-edit .property-images .flickity-prev-next-button {
  display: none;
}
.property-detail .property-images .property-image, .property-images-edit .property-images .property-image {
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 72%;
}
@media only screen and (min-width: 48em) {
  .property-detail .property-images .property-image, .property-images-edit .property-images .property-image {
    padding-bottom: 34.0277777778%;
  }
}
@media print {
  .property-detail .property-images, .property-images-edit .property-images {
    display: none;
  }
}
.property-detail .property-video, .property-images-edit .property-video {
  position: fixed;
  transition: left 0ms 250ms ease, opacity 250ms 0ms ease;
  opacity: 0;
  left: -9999px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background: black;
  padding: 10vh 10vw;
}
.property-detail .property-video video, .property-images-edit .property-video video {
  width: 100%;
  height: auto;
}
.property-detail .property-video video.height-max, .property-images-edit .property-video video.height-max {
  width: auto;
  height: 100%;
}
.property-detail .property-video .btn-close, .property-images-edit .property-video .btn-close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 5vh;
  right: 5vh;
  z-index: 9;
}
.property-detail .property-video .btn-close span, .property-images-edit .property-video .btn-close span {
  color: #ffffff;
}
.property-detail .property-video .btn-close svg.icon.ico-cross, .property-images-edit .property-video .btn-close svg.icon.ico-cross {
  fill: #ffffff;
}
.property-detail .property-video .video-wrapper, .property-images-edit .property-video .video-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.property-detail .property-video .video-wrapper .boost-video, .property-images-edit .property-video .video-wrapper .boost-video {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.property-detail .property-video .video-wrapper .boost-video.height-max, .property-images-edit .property-video .video-wrapper .boost-video.height-max {
  width: auto;
  height: 100%;
}
.property-detail .print-image, .property-images-edit .print-image {
  display: none;
}
@media print {
  .property-detail .print-image, .property-images-edit .print-image {
    display: block;
    width: 100%;
    height: auto;
  }
}
.property-detail .property-header, .property-images-edit .property-header {
  display: block;
}
@media only screen and (min-width: 48em) {
  .property-detail .property-header, .property-images-edit .property-header {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 10px;
  }
}
.property-detail .property-header .property-title, .property-detail .property-header .property-meta, .property-images-edit .property-header .property-title, .property-images-edit .property-header .property-meta {
  border-bottom: 1px solid #dedfdb;
}
.property-detail .details-section, .property-images-edit .details-section {
  margin-top: 60px;
}
.property-detail .property-features .feature-list, .property-images-edit .property-features .feature-list {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .property-detail .property-features .feature-list, .property-images-edit .property-features .feature-list {
    max-width: 507px;
  }
}
.property-detail .property-features .feature-list .feature-list-item, .property-images-edit .property-features .feature-list .feature-list-item {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 48em) {
  .property-detail .property-features .feature-list .feature-list-item, .property-images-edit .property-features .feature-list .feature-list-item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 10px;
  }
}
.property-detail .property-features .feature-list .feature-list-item .feature-values, .property-images-edit .property-features .feature-list .feature-list-item .feature-values {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.property-detail .property-features .feature-list .feature-list-item .feature-values span, .property-images-edit .property-features .feature-list .feature-list-item .feature-values span {
  width: 100%;
  flex-basis: 100%;
}
@media only screen and (min-width: 48em) {
  .property-detail .property-features .feature-list .feature-list-item .feature-values span, .property-images-edit .property-features .feature-list .feature-list-item .feature-values span {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
  }
  .property-detail .property-features .feature-list .feature-list-item .feature-values span.full-length, .property-images-edit .property-features .feature-list .feature-list-item .feature-values span.full-length {
    flex-basis: 100%;
    width: 100%;
  }
}
.property-detail .property-detail-item, .property-images-edit .property-detail-item {
  margin-bottom: 10px;
  display: block;
}
@media only screen and (min-width: 48em) {
  .property-detail .property-detail-item, .property-images-edit .property-detail-item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 10px;
  }
}
.property-detail .property-detail-item .property-detail-value, .property-images-edit .property-detail-item .property-detail-value {
  font-weight: 500;
}
.property-detail .property-main-content, .property-images-edit .property-main-content {
  display: block;
}
@media only screen and (min-width: 48em) {
  .property-detail .property-main-content, .property-images-edit .property-main-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 10px;
  }
}
.property-detail .property-main-content .property-description, .property-images-edit .property-main-content .property-description {
  overflow-wrap: anywhere;
  word-break: normal;
}
.property-detail .providers, .property-images-edit .providers {
  display: block;
}
@media only screen and (min-width: 48em) {
  .property-detail .providers, .property-images-edit .providers {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 10px;
  }
}
.property-detail .property-thumbnails, .property-images-edit .property-thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  padding-top: 40px;
}
.property-detail .property-thumbnails .property-thumbnail, .property-images-edit .property-thumbnails .property-thumbnail {
  flex-basis: 16.6666666667%;
  width: 16.6666666667%;
  height: auto;
  padding: 10px;
}
.property-detail .property-thumbnails .sort-item, .property-detail .property-thumbnails .placeholder-item, .property-detail .property-thumbnails .drop-item, .property-images-edit .property-thumbnails .sort-item, .property-images-edit .property-thumbnails .placeholder-item, .property-images-edit .property-thumbnails .drop-item {
  flex-basis: 100%;
}
@media only screen and (min-width: 48em) {
  .property-detail .property-thumbnails .sort-item, .property-detail .property-thumbnails .placeholder-item, .property-detail .property-thumbnails .drop-item, .property-images-edit .property-thumbnails .sort-item, .property-images-edit .property-thumbnails .placeholder-item, .property-images-edit .property-thumbnails .drop-item {
    flex-basis: 50%;
  }
}
.property-detail .property-thumbnails .image, .property-images-edit .property-thumbnails .image {
  display: block;
}
.property-detail .property-thumbnails .image:focus, .property-images-edit .property-thumbnails .image:focus {
  position: relative;
}
.property-detail .property-thumbnails .image:focus:after, .property-images-edit .property-thumbnails .image:focus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: inset;
  border: 4px solid #007573;
}
.property-detail map, .property-images-edit map {
  display: block;
  width: 100%;
}
.property-detail .property-favourite, .property-images-edit .property-favourite {
  text-align: right;
  flex: 1;
}
.property-detail .property-favourite a, .property-images-edit .property-favourite a {
  text-shadow: none;
  background-image: none;
}
.property-detail .provider-link, .property-images-edit .provider-link {
  color: #00a191;
}
.property-detail .property-vacancy-item:not(.status-applied) .applicant-status, .property-images-edit .property-vacancy-item:not(.status-applied) .applicant-status {
  display: none !important;
}
.property-detail .property-vacancy-item.status-applied [btn-apply], .property-images-edit .property-vacancy-item.status-applied [btn-apply] {
  display: none !important;
}
.property-detail .property-save-btn.on .ico-heart, .property-detail .property-save-btn.loading .ico-heart, .property-images-edit .property-save-btn.on .ico-heart, .property-images-edit .property-save-btn.loading .ico-heart {
  display: none;
}
.property-detail .property-save-btn.off .ico-heart_full, .property-detail .property-save-btn.loading .ico-heart_full, .property-images-edit .property-save-btn.off .ico-heart_full, .property-images-edit .property-save-btn.loading .ico-heart_full {
  display: none;
}
.property-detail .property-basic-stats, .property-images-edit .property-basic-stats {
  display: flex;
  flex-direction: row;
}
.property-detail .property-basic-stats div, .property-images-edit .property-basic-stats div {
  min-width: 105px;
}
.property-detail #map-section, .property-images-edit #map-section {
  max-width: none;
  width: 100%;
}
.property-detail .emailed-note, .property-images-edit .emailed-note {
  font-size: 14px;
  line-height: 20px;
}
.property-detail .property-description :first-child, .property-images-edit .property-description :first-child {
  font-weight: 500;
}
.property-detail #sticky-side-bar, .property-images-edit #sticky-side-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: sticky;
  top: 100px;
  z-index: 3;
}
.property-detail #side-banner, .property-images-edit #side-banner {
  margin-top: 30px;
}
@media only screen and (max-width: 47.9375em) {
  .property-detail #side-banner, .property-images-edit #side-banner {
    margin-top: 0px;
  }
}
.property-detail #mobile-side-banner, .property-images-edit #mobile-side-banner {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  margin-bottom: 80px;
}
.property-detail #mobile-side-banner .banner-property_detail_sidebar, .property-images-edit #mobile-side-banner .banner-property_detail_sidebar {
  display: block;
}
@media only screen and (min-width: 48em) {
  .property-detail #mobile-side-banner .banner-property_detail_sidebar, .property-images-edit #mobile-side-banner .banner-property_detail_sidebar {
    display: none;
  }
}
.property-detail .mobile-only, .property-images-edit .mobile-only {
  display: none !important;
}
@media only screen and (max-width: 47.9375em) {
  .property-detail .mobile-only, .property-images-edit .mobile-only {
    display: block !important;
  }
}
.property-detail .logo-and-cta-for-mobile, .property-images-edit .logo-and-cta-for-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.property-detail .logo, .property-images-edit .logo {
  width: 300px;
  margin-bottom: 20px;
}
.property-detail .apply_and_enquire_cta_box, .property-images-edit .apply_and_enquire_cta_box {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #F5F7FA;
  padding: 21px;
  text-align: center;
  width: 300px;
}
.property-detail .apply_and_enquire_cta_box p, .property-images-edit .apply_and_enquire_cta_box p {
  line-height: 25.2px;
  margin-bottom: 24px;
  width: 100%;
  text-align: left;
  margin-top: 0px !important;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.property-detail .apply_and_enquire_cta_box p.title, .property-images-edit .apply_and_enquire_cta_box p.title {
  font-weight: 500;
  text-align: center;
}
.property-detail .apply_and_enquire_cta_box .divider, .property-images-edit .apply_and_enquire_cta_box .divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
}
.property-detail .apply_and_enquire_cta_box .apply_buttons, .property-images-edit .apply_and_enquire_cta_box .apply_buttons {
  margin-top: 0px !important;
}
.property-detail .apply_and_enquire_cta_box .apply_buttons button, .property-images-edit .apply_and_enquire_cta_box .apply_buttons button {
  display: block;
  text-align: center;
  margin: 40px auto;
  padding: 10px 80px;
  margin-top: 0px !important;
  margin-bottom: 24px !important;
  width: 230px;
}
.property-detail .apply_and_enquire_cta_box .apply_buttons button.secondary, .property-images-edit .apply_and_enquire_cta_box .apply_buttons button.secondary {
  background: #ffffff;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.property-detail .apply_and_enquire_cta_box .add_to_favourites, .property-images-edit .apply_and_enquire_cta_box .add_to_favourites {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.property-detail .apply_and_enquire_cta_box .call-box, .property-images-edit .apply_and_enquire_cta_box .call-box {
  margin: 0px !important;
}
.property-detail .apply_and_enquire_cta_box .call-box .phone-number, .property-images-edit .apply_and_enquire_cta_box .call-box .phone-number {
  display: block;
  text-align: center;
  margin: 40px auto;
  padding: 10px;
  margin-top: 0px !important;
  max-width: 100%;
  margin-bottom: 24px !important;
  color: #007573;
  border: 2px solid #007573;
  min-width: 230px;
  background-color: #ffffff;
}
.property-detail .apply_and_enquire_cta_box .call-box .phone-number .boost-phone, .property-images-edit .apply_and_enquire_cta_box .call-box .phone-number .boost-phone {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .property-detail .apply_and_enquire_cta_box, .property-images-edit .apply_and_enquire_cta_box {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .property-detail .apply_and_enquire_cta_box.simple-display, .property-images-edit .apply_and_enquire_cta_box.simple-display {
    width: 100%;
    border: none;
    background: none;
    padding: 0px;
    margin: 0px !important;
    max-width: none;
  }
  .property-detail .apply_and_enquire_cta_box.simple-display p, .property-detail .apply_and_enquire_cta_box.simple-display .divider, .property-images-edit .apply_and_enquire_cta_box.simple-display p, .property-images-edit .apply_and_enquire_cta_box.simple-display .divider {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .property-detail .apply_and_enquire_cta_box.simple-display .apply_buttons, .property-images-edit .apply_and_enquire_cta_box.simple-display .apply_buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 47.9375em) {
  .property-detail .apply_and_enquire_cta_box.simple-display .apply_buttons button, .property-images-edit .apply_and_enquire_cta_box.simple-display .apply_buttons button {
    display: inline;
    padding: 10px 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: auto;
  }
}
.property-detail .mobile-full-cta-box, .property-images-edit .mobile-full-cta-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
}
.property-detail .mobile-full-cta-box .apply_and_enquire_cta_box, .property-images-edit .mobile-full-cta-box .apply_and_enquire_cta_box {
  margin-bottom: 10px;
}
.property-detail .save-favourite-container span, .property-images-edit .save-favourite-container span {
  font-weight: 500;
}
@media print {
  .property-detail .summary-infos, .property-images-edit .summary-infos {
    flex-direction: row;
    align-items: flex-end;
  }
  .property-detail .summary-infos summary-info, .property-images-edit .summary-infos summary-info {
    flex: 1;
    margin: 0 20px;
  }
  .property-detail .summary-infos.no-active-user, .property-images-edit .summary-infos.no-active-user {
    display: none;
  }
}
.property-detail .match-container, .property-images-edit .match-container {
  padding-top: 20px;
}
@media print {
  .property-detail .tooltip-activate,
  .property-detail .match-container,
  .property-detail .save-favourite-container,
  .property-detail .flickity-page-dots,
  .property-detail .property-thumbnails, .property-images-edit .tooltip-activate,
  .property-images-edit .match-container,
  .property-images-edit .save-favourite-container,
  .property-images-edit .flickity-page-dots,
  .property-images-edit .property-thumbnails {
    display: none;
  }
}
.property-detail #map-section, .property-images-edit #map-section {
  z-index: 90;
}
@media print {
  .property-detail #map-section, .property-images-edit #map-section {
    padding-top: 20px;
  }
}
.property-detail .property-vacancy-details, .property-images-edit .property-vacancy-details {
  flex-wrap: wrap;
}
.property-detail .property-vacancy-details .title, .property-images-edit .property-vacancy-details .title {
  font-weight: 500;
}
.property-detail .share-button, .property-images-edit .share-button {
  line-height: 58px;
}
.property-detail map.property-location, .property-images-edit map.property-location {
  width: 100%;
  padding-bottom: 90%;
}
@media only screen and (min-width: 48em) {
  .property-detail map.property-location, .property-images-edit map.property-location {
    padding-bottom: 34.0277777778%;
  }
}
.property-detail .flickity-page-dots, .property-images-edit .flickity-page-dots {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto 20px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 48em) {
  .property-detail .flickity-page-dots, .property-images-edit .flickity-page-dots {
    display: none;
  }
}
.property-detail .flickity-page-dots li, .property-images-edit .flickity-page-dots li {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid #00a191;
  border-radius: 20px;
  float: left;
  margin-left: 10px;
}
.property-detail .flickity-page-dots li:first-child, .property-images-edit .flickity-page-dots li:first-child {
  margin-left: 0px;
}
.property-detail .flickity-page-dots li.is-selected, .property-images-edit .flickity-page-dots li.is-selected {
  background: #00a191;
}
.property-detail .flickity-viewport .flickity-slider.carousel-cell, .property-images-edit .flickity-viewport .flickity-slider.carousel-cell {
  opacity: 1;
}
.property-detail .boost-phone, .property-images-edit .boost-phone {
  text-align: center;
}
.property-detail .testimonials > *:not(:first-child), .property-images-edit .testimonials > *:not(:first-child) {
  margin-top: 30px;
}
.property-detail .testimonials .testimonial, .property-images-edit .testimonials .testimonial {
  margin-top: 30px;
}
.property-detail .testimonials .testimonial .text, .property-images-edit .testimonials .testimonial .text {
  font-size: 22px;
  line-height: 35px;
}
.property-detail .testimonials .testimonial .attribution, .property-images-edit .testimonials .testimonial .attribution {
  padding-bottom: 30px;
  padding-top: 15px;
  font-size: 20px;
  line-height: 30px;
}
.property-detail .ico-play-button, .property-images-edit .ico-play-button {
  position: absolute;
  z-index: 8;
  fill: #007573;
  width: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 47.9375em) {
  .property-detail .not-mobile, .property-images-edit .not-mobile {
    display: none !important;
  }
}

.property-thumbnails .ico-play-button {
  width: 45px;
}

.show-property-detail-video .property-video {
  left: 0;
  transition: left 0ms 0ms ease, opacity 250ms 0ms ease;
  opacity: 1;
}

.property-detail-gallery {
  position: fixed;
  background: #ffffff;
  z-index: 500;
  padding: 30px 0;
  box-sizing: border-box;
  transition: opacity 0.5s ease, visibility 0s 0.5s linear, left 0s 0.5s linear, top 0s 0.5s linear, width 0s 0.5s linear, height 0s 0.5s linear;
  opacity: 0;
  visibility: hidden;
  left: -99999px;
  top: -99999px;
  width: 0;
  height: 0;
}
.show-property-detail-gallery .property-detail-gallery {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0s 0s linear, left 0s 0s linear, top 0s 0s linear, width 0s 0s linear, height 0s 0s linear;
  opacity: 1;
  visibility: visible;
}
.property-detail-gallery .property-detail-gallery--header,
.property-detail-gallery .property-detail-gallery--footer {
  position: absolute;
  left: 30px;
  width: calc(100% - 60px);
}
@media only screen and (min-width: 48em) {
  .property-detail-gallery .property-detail-gallery--header,
  .property-detail-gallery .property-detail-gallery--footer {
    left: 60px;
    width: calc(100% - 120px);
  }
}
.property-detail-gallery .property-detail-gallery--header .image-buttons,
.property-detail-gallery .property-detail-gallery--footer .image-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.property-detail-gallery .property-detail-gallery--header {
  display: flex;
  justify-content: space-between;
}
.property-detail-gallery .property-detail-gallery--header .modal-close .icon {
  margin-left: 10px;
}
.property-detail-gallery .property-detail-gallery--footer {
  bottom: 20px;
  background: #ffffff;
}
.property-detail-gallery .property-detail-gallery--footer .image-buttons {
  margin-bottom: 20px;
  justify-content: center;
}
.property-detail-gallery .footer-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 48em) {
  .property-detail-gallery {
    padding: 60px;
  }
}
.property-detail-gallery .image, .property-detail-gallery .video {
  background-size: contain;
}
.property-detail-gallery .image-container {
  position: absolute;
  height: 70%;
  top: 15%;
  width: 100%;
  left: 0;
}
.property-detail-gallery .image-container .image {
  transition: opacity 0.5s ease, visibility 0s 0s linear;
  opacity: 1;
  visibility: visible;
}
.property-detail-gallery .image-container .image.closed {
  transition: opacity 0.5s ease, visibility 0s 0.5s linear;
  opacity: 0;
  visibility: hidden;
}
.property-detail-gallery .image-buttons .marker button {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid #00a191;
  border-radius: 20px;
}
.property-detail-gallery .image-buttons .marker.selected button {
  background: #00a191;
}

.property-basic-stats {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.property-basic-stats div {
  position: relative;
  padding: 0px 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
}
.property-basic-stats div:not(:last-child):after {
  position: absolute;
  content: "";
  right: 0;
  height: 50px;
  width: 1px;
  top: 0;
  background-color: #dedfdb;
}
.property-basic-stats svg.icon {
  height: 15px;
  width: 30px;
}

.breadcrumb-block {
  background: #007573;
  color: white;
  font-size: 16px;
  padding: 5px 0;
}
.breadcrumb-block .content-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.breadcrumb-block .icon {
  height: 30px;
  width: 6px;
}
.breadcrumb-block a, .breadcrumb-block span {
  white-space: nowrap;
}
.breadcrumb-block span {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.breadcrumb-block a {
  transition: opacity 0.25s ease;
}
.breadcrumb-block a:hover {
  opacity: 0.8;
}
.breadcrumb-block a:focus {
  background-image: linear-gradient(0deg, white, white);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  text-shadow: 2px 2px #007573, 2px -2px #007573, -2px 2px #007573, -2px -2px #007573;
}
.breadcrumb-block span {
  color: #ffe37f;
}
@media only screen and (min-width: 64em) {
  .breadcrumb-block.static {
    position: fixed;
    width: 100%;
    z-index: 4;
  }
  .breadcrumb-block.static + .static-sections {
    margin-top: 42px;
  }
}

.table {
  position: relative;
}

.table-wrapper {
  position: relative;
  overflow-x: scroll;
}
.table-wrapper.sticky {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 1px;
  top: 0;
  left: 0;
  z-index: 2;
  background: white;
  opacity: 0;
  display: none;
}
.table-wrapper.sticky.active {
  opacity: 1;
  display: block;
}
.table-wrapper.sticky.scrolled {
  box-shadow: 10px 0 5px -2px rgba(0, 0, 0, 0.1);
}

table {
  min-width: 1024px;
}
table.collapsed {
  min-width: 100%;
}
table.pika-table {
  min-width: inherit;
}
table thead {
  background-color: #dedfdb;
  --bs-table-bg: $grey-light;
}
table tbody tr {
  border-bottom: 1px solid #dedfdb;
}
table tbody tr:first-child {
  border-top: 2px solid #dedfdb;
}
table tbody tr.highlight td {
  font-weight: 600;
}
table th, table td {
  text-align: left;
}
table th {
  position: relative;
  line-height: 64px;
  white-space: nowrap;
  padding: 0 20px;
}
table td {
  line-height: 28px;
  padding: 20px 20px;
}
table td.title {
  font-weight: 500;
}
table td.left {
  padding-left: 0;
}
table td.right {
  padding-right: 0;
  text-align: right;
}
table .denotation.tick {
  color: #00a191;
  border-color: #00a191;
}
table .tip {
  white-space: normal;
  line-height: 32px;
}

section.property-list {
  display: flex;
  flex-direction: row;
  padding-top: 30px;
}
section.property-list .all-providers--view-all {
  display: none;
}
@media only screen and (min-width: 48em) {
  section.property-list .all-providers--view-all {
    display: block;
  }
  section.property-list .all-providers--view-all a {
    display: block;
  }
}
section.property-list .search-form-container {
  display: flex;
}
section.property-list .property-list-item {
  position: relative;
}
section.property-list .property-list-item .property-detail-header {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
section.property-list .property-list-item .property-basic-stats {
  display: flex;
}
section.property-list .property-list-item .add-to-favourites a {
  min-width: 300px;
  gap: 10px;
  justify-content: flex-end;
}
section.property-list .property-list-item > a {
  text-decoration: none;
  background: none;
  text-shadow: none;
}
section.property-list .property-list-item > a:focus .property-list-item--title {
  background-image: linear-gradient(0deg, #007573, #007573);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white;
}
section.property-list .property-list-item.rejected {
  color: #91928f;
}
section.property-list .property-list-item.rejected a {
  color: #91928f;
}
section.property-list .property-list-item.rejected .rejected-tip,
section.property-list .property-list-item.rejected div[role=tooltip] {
  color: black;
}
section.property-list .property-list-item .featured-flag {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  font-size: 15px;
  font-weight: 600;
}
section.property-list .property-list-item .featured-flag .featured-flag--flag {
  width: 170px;
  transform: rotate(-45deg) translateY(-45px);
  transform-origin: bottom center;
}
section.property-list .ad-lozenge {
  background: #484848;
  color: white;
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  border-radius: 30px;
  padding: 0 12px;
  transform: translateY(-5px);
}
section.property-list .vacancy-status {
  position: absolute;
  top: 0;
  right: 0;
  background: #007573;
  color: white;
  font-size: 14px;
  padding: 2px 16px 0px 16px;
}
section.property-list .vacancy-status.none {
  background: #91928f;
}
section.property-list.list-search .property-basic-stats > :last-child {
  padding-right: 0;
}
section.property-list .property-save-btn.on .ico-heart, section.property-list .property-save-btn.loading .ico-heart {
  display: none;
}
section.property-list .property-save-btn.off .ico-heart_full, section.property-list .property-save-btn.loading .ico-heart_full {
  display: none;
}
section.property-list .property-list-item {
  width: 100%;
  margin-top: 30px;
}
section.property-list .property-list-item.featured {
  padding: 30px;
}
section.property-list .property-list-item:first-of-type {
  margin-top: 0;
}
section.property-list .results-summary--explain {
  display: none;
}
@media only screen and (min-width: 48em) {
  section.property-list .results-summary--explain {
    display: block;
  }
}
section.property-list.list-search hr {
  border-color: #484848;
  margin: 60px 0 20px 0 !important;
}

.results-breakout {
  background-color: #f9f9f9;
  border-top: 1px solid #dedfdb;
  border-bottom: 1px solid #dedfdb;
  text-align: center;
}
.results-breakout.results-breakout--other-results a {
  color: #007573;
}
.results-breakout.results-breakout--banner a {
  display: block;
  margin: 0 auto;
}

.search-bar {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.search-bar div {
  padding: 9px 10px;
  gap: 10px;
}
.search-bar.search-bar--bordered {
  border-bottom: 1px solid #91928f;
}
.search-bar a {
  color: #007573;
}
.search-bar a.active {
  color: #484848;
}
.search-bar a:focus {
  background-image: linear-gradient(0deg, black, black);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white;
  color: black;
}
.search-bar .search-bar--sort-hint {
  display: none;
}
.search-bar .search-bar--search-toggle {
  white-space: nowrap;
}
.search-bar .sort-by-dropdown {
  position: absolute;
  opacity: 0;
  transition: opacity 250ms 0ms, right 0ms 250ms;
  left: -9999px;
  top: 70px;
  transform: translateX(-72%);
  z-index: 1;
  width: 200px;
  background: #ffffff;
  border: #91928f solid 1px;
}
.search-bar .sort-by-dropdown:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-top: #91928f solid 1px;
  border-left: #91928f solid 1px;
  transform: rotate(45deg);
  display: block;
  right: 14px;
  top: -13px;
  background: #ffffff;
}
.search-bar .sort-by-dropdown .sort-by-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.search-bar .sort-by-dropdown .sort-by-dropdown--close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 1;
  fill: #ffffff;
}
@media only screen and (min-width: 48em) {
  .search-bar .sort-by-dropdown .sort-by-dropdown--close {
    display: none;
  }
}
.search-bar svg.icon {
  transition: all 0.4s ease;
}
.search-bar.sort-open .search-bar--sort-toggle svg.icon {
  transform: rotate(180deg);
}
.search-bar.sort-open .sort-by-dropdown {
  pointer-events: inherit;
  opacity: 1;
  left: 100%;
  transition: opacity 250ms 0ms, right 0ms 0ms;
}
@media only screen and (min-width: 64em) {
  .search-bar.sort-open .sort-by-dropdown {
    right: 0;
    left: auto;
  }
}
@media only screen and (max-width: 63.9375em) {
  .search-bar .search-bar--list-view,
  .search-bar .search-bar--map-view,
  .search-bar .search-bar--sort {
    flex-grow: 0;
  }
}
@media only screen and (min-width: 64em) {
  .search-bar.search-bar--bordered {
    border: 1px solid #91928f;
  }
  .search-bar a:hover {
    color: #484848;
  }
  .search-bar .search-bar--search-toggle {
    display: none;
  }
  .search-bar .search-bar--list-view {
    border-right: 1px solid #91928f;
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }
  .search-bar .search-bar--map-view:not(:last-child) {
    border-right: 1px solid #91928f;
    gap: 10px;
  }
  .search-bar .icon {
    width: 20px;
    height: 20px;
  }
  .search-bar .icon.ico-arrow_down {
    width: 15px;
    height: 15px;
  }
  .search-bar .search-bar--sort-hint {
    display: block;
  }
  .search-bar .sort-by-dropdown {
    transform: none;
  }
}

.wide-format-search {
  background: #007573;
  width: 100%;
  max-width: none;
}
.wide-format-search .search-form {
  max-width: 1024px;
  margin: 0 auto;
}
.wide-format-search .search-form .address--wrapper {
  border-color: #ffffff;
}
.wide-format-search .search-form .address--wrapper .blink {
  background-color: #ffffff;
}
.wide-format-search .search-form .address-placeholder {
  margin: 4px 9px;
}
@media only screen and (min-width: 64em) {
  .wide-format-search .search-form .address-placeholder {
    margin: 7px 9px;
  }
}
.wide-format-search .search-form .form-field {
  max-width: none;
}
.wide-format-search .search-form--filters {
  color: #ffffff;
}
.wide-format-search .search-form--filters > * {
  border-bottom: 1px solid #ffffff;
}
.wide-format-search .search-form--filters .filter-accordion .filter-accordion--arrow {
  display: none;
}
.wide-format-search .search-form--filters .filter-accordion .filter-accordion--options {
  padding-top: 20px;
}
.wide-format-search .search-form--filters .filter-accordion .filter-accordion--options label:first-child {
  margin-top: 0;
}
.wide-format-search .search-form--filters .filter-checkbox-group {
  border-bottom: 1px solid #ffffff;
}
@media only screen and (min-width: 48em) {
  .wide-format-search .search-form--filters .filter-checkbox-group {
    border-bottom: none;
    border-right: 1px solid #ffffff;
  }
  .wide-format-search .search-form--filters .filter-checkbox-group:last-child {
    border-right: none;
  }
}
@media only screen and (min-width: 48em) {
  .wide-format-search .search-form--filters {
    width: calc(100% + 60px);
    margin-left: 0;
  }
}
@media only screen and (min-width: 64em) {
  .wide-format-search .search-form--filters {
    width: 100%;
    margin-left: 0;
  }
}
.wide-format-search .expanded-search {
  max-height: 2000px;
  transition: all 0.4s ease;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 48em) {
  .wide-format-search .expanded-search {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 64em) {
  .wide-format-search .expanded-search {
    padding-top: 140px;
    padding-bottom: 60px;
    overflow: hidden;
    max-height: 2000px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .wide-format-search .expanded-search {
    padding-bottom: 55px;
  }
}
.wide-format-search .expanded-search form .searchbox-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wide-format-search .expanded-search form .searchbox-container .address-input {
  flex-grow: 1;
}
.wide-format-search .expanded-search form .container--address > .form-field {
  max-width: none;
}
.wide-format-search .expanded-search form .btn {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  z-index: 2;
  height: 66px;
}
.wide-format-search .expanded-search form .btn span {
  display: none;
}
@media only screen and (min-width: 48em) {
  .wide-format-search .expanded-search form .btn span {
    display: inline;
  }
}
@media only screen and (min-width: 64em) {
  .wide-format-search .expanded-search form .btn {
    height: 72px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .wide-format-search .expanded-search form .btn {
    padding: 15px 15px;
    font-size: 15px;
    line-height: 15px;
  }
}
.wide-format-search .expanded-search form .address-input {
  text-transform: capitalize;
  letter-spacing: 0.5px;
  overflow: hidden;
  color: #ffffff;
  height: 48px;
  line-height: 38px;
  padding: 7px 9px;
  caret-color: #f9f9f9;
}
@media only screen and (min-width: 64em) {
  .wide-format-search .expanded-search form .address-input {
    height: 55px;
    line-height: 45px;
  }
}
.wide-format-search .expanded-search form .placeholder {
  height: 66px;
}
@media only screen and (min-width: 64em) {
  .wide-format-search .expanded-search form .placeholder {
    height: 72px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .wide-format-search .expanded-search form .placeholder {
    font-size: 16px;
    padding: 18px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    height: 66px;
  }
  .wide-format-search .expanded-search form .address--input:focus + .placeholder {
    min-width: 320px;
    margin-left: 21px;
    font-size: 19px;
    padding: 18px 0px;
  }
}
.wide-format-search .search-form--submission .submission--wrapper {
  transform: translateY(100%) translateY(30px);
  transition: transform 250ms ease;
}
.wide-format-search .expanded-search--expanded .search-form--submission:not(.hidden) .submission--wrapper {
  transform: translateY(0);
}

.search-form label, .search-form h4, .search-form .h4 {
  font-size: 16px !important;
}
.search-form .search-form--available-from {
  border-top: 1px solid #ffffff;
}
.search-form .search-form--available-from .available-from--wrapper {
  position: relative;
}
.search-form .search-form--available-from .form-field .datepicker.search-form--datepicker {
  box-sizing: border-box;
  width: 100% !important;
  border: none;
  padding: 12px 20px;
}
.search-form .search-form--available-from .form-field .datepicker.search-form--datepicker::-moz-placeholder {
  color: #484848;
}
.search-form .search-form--available-from .form-field .datepicker.search-form--datepicker::placeholder {
  color: #484848;
}
.search-form .search-form--available-from .form-field .placeholder {
  padding: 10px 20px;
  color: #484848;
  height: 100%;
}
.search-form .search-form--available-from .form-field input {
  color: #484848 !important;
  cursor: pointer;
}
.search-form .search-form--available-from .form-field .pika-single {
  position: absolute !important;
  left: 0 !important;
  top: 100% !important;
}
.search-form .search-form--available-from .icon, .search-form .search-form--available-from .date-cta {
  position: absolute;
  color: #007573;
  z-index: 2;
}
.search-form .search-form--available-from .icon {
  right: 20px;
  width: 28px;
  top: 21px;
  pointer-events: none;
}
.search-form .search-form--available-from .icon svg {
  fill: currentColor;
}
.search-form .search-form--available-from .date-cta {
  right: 60px;
  top: 27px;
  pointer-events: none;
}
.search-form .search-form--submission .search-form--submission--cancel {
  color: #007573;
}
.search-form .form-field label {
  position: relative;
  margin-right: 40px;
}
.search-form .form-field label .radio-label {
  width: auto;
}
.search-form .filter-accordion--options label {
  margin-bottom: 20px;
}
.search-form .filter-accordion--options label:first-child {
  margin-top: 20px;
}
.search-form.search-form--format-wide .filter-accordion--options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.search-form.search-form--format-wide .search-form--available-from .form-field .datepicker.search-form--datepicker {
  background-color: #ffffff;
}
.search-form.search-form--format-wide .search-form--available-from .icon {
  height: 28px;
}
.search-form.search-form--format-wide .search-form--available-from .icon, .search-form.search-form--format-wide .search-form--available-from .date-cta {
  top: auto;
}
.search-form.search-form--format-wide .search-form--available-from .icon {
  bottom: 15px;
}
.search-form.search-form--format-wide .search-form--available-from .date-cta {
  bottom: 12px;
}
@media only screen and (min-width: 48em) {
  .search-form.search-form--format-wide .search-form--available-from {
    width: 420px;
    flex-shrink: 0;
    border-left: 1px solid #ffffff;
    border-top: none;
    padding-left: 100px;
    padding-top: 0px;
  }
}
.search-form.search-form--format-wide .search-form--available-from .filter-accordion--options {
  padding-top: 0px;
}
.search-form.search-form--format-wide .search-form--available-from .filter-accordion--options label {
  margin-bottom: 0px;
}
.search-form .filter-accordion {
  padding: 20px 0 20px 0;
}
.search-form.search-form--format-narrow .address-distance-container,
.search-form.search-form--format-narrow .search-form--filters > * {
  border-top: 1px solid #484848;
}
.search-form.search-form--format-narrow .filter-accordion label {
  line-height: 20px;
}
.search-form.search-form--format-narrow .filter-accordion--options {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 250ms ease;
}
.search-form.search-form--format-narrow .filter-accordion--arrow {
  position: absolute;
  top: 25px;
  right: 0;
  width: 20px;
  height: 12px;
  margin: 0;
  color: #007573;
  transition: transform 100ms linear;
  pointer-events: none;
}
.search-form.search-form--format-narrow .filter-accordion--arrow svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.search-form.search-form--format-narrow .filter-accordion--trigger {
  cursor: pointer;
  z-index: 9;
}
.search-form.search-form--format-narrow .filter-accordion.show .filter-accordion--options {
  height: auto;
}
.search-form.search-form--format-narrow .filter-accordion.show .filter-accordion--arrow {
  transform: rotate(180deg);
}
.search-form.search-form--format-narrow input[type=checkbox]:not(.switch):checked ~ .box {
  background: #ffffff;
  border-color: #484848;
}
.search-form.search-form--format-narrow input[type=checkbox]:not(.switch) ~ svg.ico-tick {
  fill: #00a191;
}
.search-form.search-form--format-narrow .container--address {
  max-width: 100%;
}
.search-form.search-form--format-narrow .available-from--wrapper {
  line-height: 20px;
}
.search-form.search-form--format-narrow .available-from--wrapper .form-field-available_from .row {
  margin-top: 10px;
}
.search-form.search-form--format-narrow .available-from--wrapper .filter-accordion--arrow {
  top: 5px;
}
.search-form.search-form--format-narrow .available-from--wrapper .filter-accordion--options .form-field {
  margin-top: 10px;
}
@media only screen and (min-width: 48em) {
  .search-form.search-form--format-narrow .search-form--submission:not(.sticky) .submission--wrapper {
    box-shadow: none;
    border-top: 1px solid #484848;
  }
}
@media only screen and (min-width: 48em) {
  .search-form.search-form--format-narrow .search-form--submission .submission--wrapper {
    position: static;
  }
  .search-form.search-form--format-narrow .search-form--submission.sticky .submission--wrapper {
    position: fixed;
  }
}
.search-form.search-form--format-narrow .form-field {
  max-width: none;
}
@media only screen and (min-width: 64em) {
  .search-form.search-form--format-narrow .search-form--submission--cancel {
    display: none;
  }
}
@media only screen and (min-width: 64em) {
  .search-form.search-form--format-narrow .searchbutton {
    margin-left: 0;
  }
}
.search-form.search-form--format-narrow .search-form--available-from .date-cta {
  right: 52px;
}
.search-form .search-form--submission .submission--wrapper {
  position: fixed;
  bottom: 0;
  background: #ffffff;
  width: 100%;
  z-index: 99;
  left: 0;
  box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  padding-bottom: 60px;
  padding-top: 30px;
  align-items: center;
}

.search-form--column--wrapper {
  position: fixed;
  background-color: #ffffff;
  width: 100%;
  top: 80px;
  z-index: 8;
  overflow-y: scroll;
  transform: translateY(-100%);
  transition: transform 250ms ease;
  padding-bottom: 100px;
}

.banner {
  display: none;
}

.search-results-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 25px;
}
.search-results-wrapper .results-summary {
  padding-top: 30px;
}

@media only screen and (min-width: 64em) {
  .search-form--column--wrapper {
    position: relative;
    top: auto;
    transform: none;
    padding-bottom: 0;
    overflow: visible;
    max-width: 358px;
    padding: 0 25px;
  }
  .banner {
    display: inline;
  }
}
.map-search--nav-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.map-search--nav-bar button {
  flex-grow: 1;
  flex-shrink: 0;
}
.map-search--nav-bar .search-bar {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
}
.map-search--nav-bar .search-bar div {
  padding: 10px 20px;
}

.map-search:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: 1;
  pointer-events: none;
  box-shadow: inset 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
}
.map-search .map-section,
.map-search .property-list {
  height: calc(100vh - 125px);
}
.show-alert .map-search .map-section,
.show-alert .map-search .property-list {
  height: calc(100vh - 185px);
}
@media only screen and (min-width: 48em) {
  .map-search .map-section,
  .map-search .property-list {
    height: calc(100vh - 180px);
  }
  .show-alert .map-search .map-section,
  .show-alert .map-search .property-list {
    height: calc(100vh - 240px);
  }
}
.map-search .map-section {
  width: 100%;
}
.map-search .map-section .search-map {
  width: 100%;
  height: 100%;
}
.map-search .map-list-summary {
  padding: 20px 40px;
}
.map-search .property-list {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  transition: transform 250ms ease;
  background: white;
  overflow-y: scroll;
}
.map-search .property-list .ico-loading_animation {
  display: none;
  margin: 30px auto;
  width: 50px;
  fill: #00a191;
}
.map-search .property-list.loading .ico-loading_animation {
  display: block;
}
.show-map-results .map-search .property-list {
  transform: translateX(-100%);
}
@media only screen and (min-width: 48em) {
  .map-search .property-list {
    max-width: 685px;
  }
}
.map-search .image.md:before {
  padding-bottom: 72%;
}
@media only screen and (min-width: 100em) {
  .map-search .image.md:before {
    padding-bottom: 45.1612903226%;
  }
}

.stripe-form .submit-button .processing,
.stripe-form .error-message {
  display: none;
}
.stripe-form .use-default-checkbox ~ .radio-label {
  text-shadow: 2px 2px #efefee, 2px -2px #efefee, -2px 2px #efefee, -2px -2px #efefee !important;
}
.stripe-form .stripe-element {
  background: white;
  font-size: 18px;
  border: 2px solid #91928f;
  width: 100%;
  height: 68px;
  line-height: 32px;
  padding: 18px 20px;
}
.stripe-form .stripe-element .InputElement {
  background: red;
}
.stripe-form.processing .submit-button, .stripe-form.invalid .submit-button {
  pointer-events: none;
  background-color: #91928f;
}
.stripe-form.processing .submit-button .pay {
  display: none;
}
.stripe-form.processing .submit-button .processing {
  display: inline;
}
.stripe-form.processing-error .error-message {
  display: flex;
}
.stripe-form.use-default .stripe-element {
  border-color: #dedfdb !important;
}
.stripe-form.use-default label {
  color: #dedfdb !important;
}
.stripe-form.use-default .container--address,
.stripe-form.use-default .form-field input, .stripe-form.use-default .form-field select {
  pointer-events: none;
}
.stripe-form.use-default .address--wrapper,
.stripe-form.use-default .form-field input, .stripe-form.use-default .form-field select {
  color: #efefee !important;
  border-color: #dedfdb !important;
}

.localarea-map {
  display: block;
  width: 100%;
  padding-bottom: 60%;
}
@media only screen and (min-width: 48em) {
  .localarea-map {
    padding-bottom: 24.3055555556%;
  }
}

.localarea {
  padding: 60px 20px;
}

.localarea-detail-content {
  padding: 60px 20px;
}
.localarea-detail-content .sticky-container {
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .localarea-detail-content .sticky-container {
    display: none;
  }
}
.localarea-detail-content .sticky {
  position: sticky;
  top: 80px;
}
.localarea-detail-content .sticky-2 {
  top: 300px;
}
.localarea-detail-content .sticky-2 .banner img {
  position: relative;
}
.localarea-detail-content .mobile-icon img,
.localarea-detail-content .desktop-icon img,
.localarea-detail-content .square-icon img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 48em) {
  .localarea-detail-content .mobile-icon {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .localarea-detail-content .desktop-icon {
    display: none;
  }
}

.vertical-menu {
  z-index: 999;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .vertical-menu {
    display: none;
  }
}
.vertical-menu a {
  display: block;
  color: #007573;
  line-height: 1.5rem;
  padding: 10px 20px 0px 20px;
  position: relative;
}
.vertical-menu a:first-child {
  margin-top: 20px;
}
.vertical-menu a::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #484848;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.vertical-menu a.active::before, .vertical-menu a:hover::before {
  background-color: #007573;
  width: 4px;
}

.score-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.match-score {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 20px;
}
.match-score .score-display:before, .match-score .score-display:after,
.match-score .score-bar:before,
.match-score .score-bar:after {
  content: "";
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.match-score .score-display:before,
.match-score .score-bar:before {
  right: calc(100% - 10px);
}
.match-score .score-display:after,
.match-score .score-bar:after {
  left: calc(100% - 10px);
}
.match-score .score-display {
  position: relative;
  background-color: #dedfdb;
  width: 100px;
  height: 20px;
}
.match-score .score-display:before, .match-score .score-display:after {
  background-color: #dedfdb;
}
.match-score .match-score--text-value {
  position: absolute;
  left: -9999px;
}
.match-score .score-bar {
  position: relative;
  display: block;
  height: 100%;
}
.match-score .score-bar:before, .match-score .score-bar:after {
  z-index: 1;
}
.match-score .score-bar.score-bar--band-0 {
  background-color: #f16f74;
}
.match-score .score-bar.score-bar--band-0:before, .match-score .score-bar.score-bar--band-0:after {
  background-color: #f16f74;
}
.match-score .score-bar.score-bar--band-1 {
  background-color: #fec955;
}
.match-score .score-bar.score-bar--band-1:before, .match-score .score-bar.score-bar--band-1:after {
  background-color: #fec955;
}
.match-score .score-bar.score-bar--band-2 {
  background-color: #a46dad;
}
.match-score .score-bar.score-bar--band-2:before, .match-score .score-bar.score-bar--band-2:after {
  background-color: #a46dad;
}
.match-score .score-bar.score-bar--band-3 {
  background-color: #0080C5;
}
.match-score .score-bar.score-bar--band-3:before, .match-score .score-bar.score-bar--band-3:after {
  background-color: #0080C5;
}
.match-score .score-bar.score-bar--band-4, .match-score .score-bar.score-bar--band-5 {
  background-color: #00a191;
}
.match-score .score-bar.score-bar--band-4:before, .match-score .score-bar.score-bar--band-4:after, .match-score .score-bar.score-bar--band-5:before, .match-score .score-bar.score-bar--band-5:after {
  background-color: #00a191;
}

.supplier-welcome {
  background: #007573;
}

.suppliers-carousel .flickity-viewport {
  width: 100%;
  overflow: hidden;
}
.suppliers-carousel .flickity-prev-next-button {
  display: none;
}
.suppliers-carousel .flickity-page-dots {
  width: 100%;
  margin: 0px auto 20px;
  position: absolute;
  top: 100%;
  margin-top: 40px;
  left: 0;
  text-align: center;
}
.suppliers-carousel .flickity-page-dots li {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid #00a191;
  border-radius: 20px;
  display: inline-block;
  cursor: pointer;
}
.suppliers-carousel .flickity-page-dots li:not(:first-child) {
  margin-left: 10px;
}
.suppliers-carousel .flickity-page-dots li:only-child {
  display: none;
}
.suppliers-carousel .flickity-page-dots li.is-selected {
  background: #00a191;
}
.suppliers-carousel .flickity-viewport .flickity-slider.carousel-cell {
  opacity: 1;
}
.suppliers-carousel:not(.carousel) {
  flex-wrap: wrap;
}
.suppliers-carousel:not(.carousel) grid.sp-20 {
  margin-bottom: 0;
}

.supplier-item {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #dedfdb;
  cursor: pointer;
}
.supplier-item:last-child {
  border-bottom: 1px solid #dedfdb;
}

menu.user-menu {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 48em) {
  menu.user-menu {
    flex-direction: row;
  }
}
menu.user-menu > a {
  padding: 15px 20px;
  color: #484848;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  background: none;
  border-bottom: 1px solid white;
}
@media only screen and (min-width: 48em) {
  menu.user-menu > a {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 48em) {
  menu.user-menu > a {
    border-bottom: 2px solid transparent;
  }
}
menu.user-menu > a.selected {
  background: #484848;
  color: white;
}
@media only screen and (min-width: 48em) {
  menu.user-menu > a.selected, menu.user-menu > a:hover {
    color: #484848;
    background: none;
    border-bottom-color: #e64334;
  }
}
@media only screen and (min-width: 48em) {
  menu.user-menu > a:focus {
    color: black;
  }
}

.profile .edit-link {
  color: #007573;
}

.show-alert .user-edit.sp-v-140 {
  padding-top: 220px;
}

form.user-form .form-field.form-field-business_address textarea {
  height: 76px;
}
form.user-form .container--address > .form-field {
  max-width: 600px;
}

.container--address {
  flex-direction: row;
  display: block;
  flex: 1;
  flex-basis: auto;
}
.container--address > .form-field {
  max-width: none;
}
.container--address > .form-field {
  flex: 1;
  position: relative;
}
.container--address .has-postcode:not([address-autocomplete=address]) {
  color: transparent !important;
}
.container--address .form-field-auto-wrapper {
  position: relative;
}
.container--address .address--wrapper {
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #91928f;
  padding: 7px 11px;
  position: relative;
}
.container--address .address--wrapper .blink {
  display: none;
  background-color: #91928f;
  height: 18px;
  width: 1px;
  margin: 15px 0 0 9px;
  animation: 1s blink step-end infinite;
}
@media only screen and (min-width: 64em) {
  .container--address .address--wrapper .blink {
    margin: 20px 0 0 9px;
  }
}
.container--address .address--wrapper.with-address .placeholder {
  transform: translate(-11px, -60%) scale(0.8, 0.8);
}
@media only screen and (min-width: 64em) {
  .container--address .address--wrapper.with-address .placeholder {
    transform: translate(-22px, -60%) scale(0.8, 0.8);
  }
}
.container--address .address--wrapper.with-address .address-input {
  padding-left: 9px;
}
.container--address .address--wrapper.with-address .address-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.container--address .address--wrapper.with-address .address-input::placeholder {
  color: rgba(255, 255, 255, 0);
}
.container--address .address--wrapper.with-address .blink {
  display: block;
}
.container--address .address--wrapper.input-focus .blink {
  display: none;
}
.container--address .address--wrapper.narrow.input-focus .address-input {
  min-width: 100px;
}
.container--address .address-placeholder {
  display: block;
  background-color: #00a191;
  padding: 0 35px 0 10px;
  color: #ffffff;
  max-width: calc(100% - 28px);
  height: 40px;
  margin: 7px 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
  position: relative;
}
.container--address .address-placeholder:empty, .container--address .address-placeholder.hidden, .container--address .address-placeholder.template {
  display: none;
}
.container--address .address-placeholder .icon {
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.container--address .address-placeholder span {
  display: block;
  height: 38px;
  margin-top: 2px;
  line-height: 38px;
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  .container--address .address-placeholder {
    max-width: 400px;
  }
}
.container--address .address-input {
  flex: 1;
  background: transparent;
  resize: none;
  border: none;
  padding: 7px 18px;
  height: 54px;
  max-height: 54px;
  line-height: 44px;
  overflow-y: hidden;
}
.container--address .address-output {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 30px;
  line-height: 72px;
  max-height: 100%;
  overflow: hidden;
}

.autocomplete-suggestions {
  background: #007573;
  font-family: "Sailec", Helvetica, sans-serif;
  color: white;
  font-size: 14px;
  box-shadow: none;
  border: 1px solid white;
  text-align: left;
  position: absolute;
  display: none;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  margin-top: -1px;
  z-index: 7;
  left: 0;
  top: 100%;
  width: calc(100% - 1px);
  margin-top: 0 !important;
}
.autocomplete-suggestions .autocomplete-item {
  font-size: 13px;
  font-weight: 400;
  border-top: 1px solid white;
  cursor: pointer;
  text-transform: capitalize;
  padding: 5px 20px;
}
.autocomplete-suggestions .autocomplete-item[aria-selected=true], .autocomplete-suggestions .autocomplete-item:hover {
  background: #00a191;
}
.autocomplete-suggestions .autocomplete-item:first-child {
  border-top: none;
}
.autocomplete-suggestions .autocomplete-item .autocomplete-matched {
  font-weight: 600;
}
.autocomplete-suggestions span {
  font-size: 13px;
  color: white;
}

@media only screen and (max-width: 47.9375em) {
  #collapsible_property_accommodation_type:not(.closed) {
    padding-bottom: 25px;
  }
}
@keyframes blink {
  from, to {
    background-color: transparent;
  }
  50% {
    background-color: #ffffff;
  }
}
.distance-slider {
  width: calc(100% - 2px);
  margin-left: 1px;
}
.distance-slider .distance-slider--slide {
  position: relative;
  background-color: #dedfdb;
  border-top: 1px solid #91928f;
  border-bottom: 1px solid #91928f;
  height: 32px;
  margin: 0 16px 40px 16px;
}
.distance-slider .distance-slider--slide:before, .distance-slider .distance-slider--slide:after {
  content: "";
  position: absolute;
  top: -1px;
  width: 32px;
  height: 32px;
  background-color: #dedfdb;
  border: 1px solid #91928f;
  border-radius: 50%;
  z-index: -1;
}
.distance-slider .distance-slider--slide:before {
  right: calc(100% - 15px);
}
.distance-slider .distance-slider--slide:after {
  left: calc(100% - 15px);
}
.distance-slider .distance-slider--slide .distance-slider--options {
  display: flex;
  width: calc(100% + 32px);
  margin-left: -16px;
}
.distance-slider .distance-slider--slide .distance-slider--options .option-link {
  flex-grow: 1;
  text-align: center;
  padding-top: 32px;
  font-size: 14px;
  color: #00a191;
}
.distance-slider .distance-slider--slide .distance-slider--options .option-link.selected {
  color: #484848;
}
.distance-slider .distance-slider--slide .distance-slider--options .option-link:first-child {
  text-align: left;
}
.distance-slider .distance-slider--slide .distance-slider--options .option-link:last-child {
  text-align: right;
}
.distance-slider .distance-slider--slide .distance-slider--options .option-link:focus {
  background-image: linear-gradient(0deg, #00a191, #00a191);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white;
}
.distance-slider .distance-slider--marker {
  content: "";
  position: absolute;
  top: 70px;
  left: -1px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #00a191;
  border: 1px solid #007573;
  margin: 0 !important;
  transition: left 250ms ease;
}
.distance-slider .distance-slider--marker.dragging {
  transition: none;
}
.distance-slider .distance-slider--option-label {
  position: absolute;
  left: -99999px;
}

form.user-property-search .form-field,
form.property-applications-search .form-field {
  max-width: none;
}
form.user-property-search .btn,
form.property-applications-search .btn {
  flex-shrink: 0;
}
form.user-property-search input::-moz-placeholder, form.property-applications-search input::-moz-placeholder {
  color: #91928f;
}
form.user-property-search input::placeholder,
form.property-applications-search input::placeholder {
  color: #91928f;
}
form.user-property-search input:-moz-placeholder,
form.property-applications-search input:-moz-placeholder {
  color: #91928f;
}
form.user-property-search input::-webkit-input-placeholder,
form.property-applications-search input::-webkit-input-placeholder {
  color: #91928f;
}
form.user-property-search input:-ms-input-placeholder,
form.property-applications-search input:-ms-input-placeholder {
  color: #91928f;
}

form.user-property-search .btn span {
  display: none;
}
@media only screen and (min-width: 64em) {
  form.user-property-search .btn span {
    display: inline;
  }
}

.application-property-item {
  border-top: 1px solid #dedfdb;
}
.application-property-item.closed .vacancy-title, .application-property-item.closed .vacancy-address {
  color: #91928f;
}

.application-edit-form {
  margin-top: 0 !important;
}

.with-side-menu {
  padding-left: 0px;
  padding-right: 0px;
}

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

.static ol {
  counter-reset: item;
}
.static ol li {
  padding-left: 40px;
  display: block;
  position: relative;
}
.static ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(item) ". ";
  counter-increment: item;
  width: 20px;
  display: inline-block;
}
.static ol[start="1"] {
  counter-reset: item 1;
}
.static ol[start="2"] {
  counter-reset: item 2;
}
.static ol[start="3"] {
  counter-reset: item 3;
}
.static ol[start="4"] {
  counter-reset: item 4;
}
.static ol[start="5"] {
  counter-reset: item 5;
}
.static ol[start="6"] {
  counter-reset: item 6;
}
.static ol[start="7"] {
  counter-reset: item 7;
}
.static ol[start="8"] {
  counter-reset: item 8;
}
.static ol[start="9"] {
  counter-reset: item 9;
}
.static ol[start="10"] {
  counter-reset: item 10;
}
.static ol[start="11"] {
  counter-reset: item 11;
}
.static ol[start="12"] {
  counter-reset: item 12;
}
.static ol[start="13"] {
  counter-reset: item 13;
}
.static ol[start="14"] {
  counter-reset: item 14;
}
.static ol[start="15"] {
  counter-reset: item 15;
}
.static ol[start="16"] {
  counter-reset: item 16;
}
.static ol[start="17"] {
  counter-reset: item 17;
}
.static ol[start="18"] {
  counter-reset: item 18;
}
.static ol[start="19"] {
  counter-reset: item 19;
}
.static ol[start="20"] {
  counter-reset: item 20;
}
.static ol[start="21"] {
  counter-reset: item 21;
}
.static ol[start="22"] {
  counter-reset: item 22;
}
.static ol[start="23"] {
  counter-reset: item 23;
}
.static ol[start="24"] {
  counter-reset: item 24;
}
.static ol[start="25"] {
  counter-reset: item 25;
}
.static ol[start="26"] {
  counter-reset: item 26;
}
.static ol[start="27"] {
  counter-reset: item 27;
}
.static ol[start="28"] {
  counter-reset: item 28;
}
.static ol[start="29"] {
  counter-reset: item 29;
}
.static ol[start="30"] {
  counter-reset: item 30;
}
.static ol[start="31"] {
  counter-reset: item 31;
}
.static ol[start="32"] {
  counter-reset: item 32;
}
.static ol[start="33"] {
  counter-reset: item 33;
}
.static ol[start="34"] {
  counter-reset: item 34;
}
.static ol[start="35"] {
  counter-reset: item 35;
}
.static ol[start="36"] {
  counter-reset: item 36;
}
.static ol[start="37"] {
  counter-reset: item 37;
}
.static ol[start="38"] {
  counter-reset: item 38;
}
.static ol[start="39"] {
  counter-reset: item 39;
}
.static ol[start="40"] {
  counter-reset: item 40;
}
.static ol[start="41"] {
  counter-reset: item 41;
}
.static ol[start="42"] {
  counter-reset: item 42;
}
.static ol[start="43"] {
  counter-reset: item 43;
}
.static ol[start="44"] {
  counter-reset: item 44;
}
.static ol[start="45"] {
  counter-reset: item 45;
}
.static ol[start="46"] {
  counter-reset: item 46;
}
.static ol[start="47"] {
  counter-reset: item 47;
}
.static ol[start="48"] {
  counter-reset: item 48;
}
.static ol[start="49"] {
  counter-reset: item 49;
}
.static ol[start="50"] {
  counter-reset: item 50;
}
.static ol[start="51"] {
  counter-reset: item 51;
}
.static ol[start="52"] {
  counter-reset: item 52;
}
.static ol[start="53"] {
  counter-reset: item 53;
}
.static ol[start="54"] {
  counter-reset: item 54;
}
.static ol[start="55"] {
  counter-reset: item 55;
}
.static ol[start="56"] {
  counter-reset: item 56;
}
.static ol[start="57"] {
  counter-reset: item 57;
}
.static ol[start="58"] {
  counter-reset: item 58;
}
.static ol[start="59"] {
  counter-reset: item 59;
}
.static ol[start="60"] {
  counter-reset: item 60;
}
.static ol[start="61"] {
  counter-reset: item 61;
}
.static ol[start="62"] {
  counter-reset: item 62;
}
.static ol[start="63"] {
  counter-reset: item 63;
}
.static ol[start="64"] {
  counter-reset: item 64;
}
.static ol[start="65"] {
  counter-reset: item 65;
}
.static ol[start="66"] {
  counter-reset: item 66;
}
.static ol[start="67"] {
  counter-reset: item 67;
}
.static ol[start="68"] {
  counter-reset: item 68;
}
.static ol[start="69"] {
  counter-reset: item 69;
}
.static ol[start="70"] {
  counter-reset: item 70;
}
.static ol[start="71"] {
  counter-reset: item 71;
}
.static ol[start="72"] {
  counter-reset: item 72;
}
.static ol[start="73"] {
  counter-reset: item 73;
}
.static ol[start="74"] {
  counter-reset: item 74;
}
.static ol[start="75"] {
  counter-reset: item 75;
}
.static ol[start="76"] {
  counter-reset: item 76;
}
.static ol[start="77"] {
  counter-reset: item 77;
}
.static ol[start="78"] {
  counter-reset: item 78;
}
.static ol[start="79"] {
  counter-reset: item 79;
}
.static ol[start="80"] {
  counter-reset: item 80;
}
.static ol[start="81"] {
  counter-reset: item 81;
}
.static ol[start="82"] {
  counter-reset: item 82;
}
.static ol[start="83"] {
  counter-reset: item 83;
}
.static ol[start="84"] {
  counter-reset: item 84;
}
.static ol[start="85"] {
  counter-reset: item 85;
}
.static ol[start="86"] {
  counter-reset: item 86;
}
.static ol[start="87"] {
  counter-reset: item 87;
}
.static ol[start="88"] {
  counter-reset: item 88;
}
.static ol[start="89"] {
  counter-reset: item 89;
}
.static ol[start="90"] {
  counter-reset: item 90;
}
.static ol[start="91"] {
  counter-reset: item 91;
}
.static ol[start="92"] {
  counter-reset: item 92;
}
.static ol[start="93"] {
  counter-reset: item 93;
}
.static ol[start="94"] {
  counter-reset: item 94;
}
.static ol[start="95"] {
  counter-reset: item 95;
}
.static ol[start="96"] {
  counter-reset: item 96;
}
.static ol[start="97"] {
  counter-reset: item 97;
}
.static ol[start="98"] {
  counter-reset: item 98;
}
.static ol[start="99"] {
  counter-reset: item 99;
}
.static ol[start="100"] {
  counter-reset: item 100;
}
.static ul {
  list-style: none;
  padding-left: 15px;
}
.static ol {
  list-style-type: decimal;
}
.static ol li ol li:before {
  content: counter(item, lower-alpha) ". ";
}
.static .main-content .static-area {
  display: none;
}
@media only screen and (min-width: 64em) {
  .static .main-content .static-area {
    display: block;
    width: 320px;
    content: "";
    height: 100%;
    pointer-events: none;
  }
  .static .main-content .static-content {
    width: calc(100% - 320px);
    max-width: 100%;
  }
}

@media only screen and (min-width: 64em) {
  .static-sections {
    position: fixed;
    width: 100%;
    z-index: 3;
  }
}

.static-menu {
  list-style: none;
  display: none;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.static-menu .menu-content {
  padding-right: 20px;
}
.static-menu.static-menu-absolute {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (min-width: 64em) {
  .static-menu {
    display: block;
    position: fixed;
    width: 320px;
  }
  .static-menu a {
    background: none;
  }
  .static-menu a:focus {
    background: none;
  }
}

.clear {
  clear: both;
}

.blog-listing, .blog-detail-page {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: row;
  color: #000;
  font-family: "Sailec";
}
.blog-listing h1.title, .blog-listing .title.h1, .blog-detail-page h1.title, .blog-detail-page .title.h1 {
  font-weight: 500;
}
@media only screen and (min-width: 48em) {
  .blog-listing h1.title, .blog-listing .title.h1, .blog-detail-page h1.title, .blog-detail-page .title.h1 {
    font-size: 54px;
    line-height: 72px;
    letter-spacing: 1.7px;
  }
}
.blog-listing h1, .blog-listing .h1, .blog-listing h5, .blog-listing .h5, .blog-detail-page h1, .blog-detail-page .h1, .blog-detail-page h5, .blog-detail-page .h5 {
  font-weight: 600;
}
.blog-listing p, .blog-detail-page p {
  font-weight: 400;
  color: #000;
  text-transform: inherit;
  line-height: 34px;
}
@media only screen and (max-width: 47.9375em) {
  .blog-listing p, .blog-detail-page p {
    line-height: 28px;
  }
}
.blog-listing p.title-5, .blog-detail-page p.title-5 {
  font-weight: 500;
  letter-spacing: 0.7px;
}
.blog-listing img, .blog-detail-page img {
  max-width: 100%;
}
.blog-listing .blog-side-bar, .blog-detail-page .blog-side-bar {
  border-right: 1px solid #dedfdb;
  width: 33.3333333333%;
  flex-basis: auto;
}
@media only screen and (max-width: 47.9375em) {
  .blog-listing .blog-side-bar, .blog-detail-page .blog-side-bar {
    display: none;
  }
}
.blog-listing .blog-side-bar .blog-top-articles, .blog-detail-page .blog-side-bar .blog-top-articles {
  padding-left: 40px;
  padding-right: 60px;
  padding-top: 40px;
}
@media only screen and (max-width: 63.9375em) {
  .blog-listing .blog-side-bar .blog-top-articles, .blog-detail-page .blog-side-bar .blog-top-articles {
    padding-left: 20px;
    padding-right: 30px;
  }
}
.blog-listing .blog-side-bar .blog-top-articles-block, .blog-detail-page .blog-side-bar .blog-top-articles-block {
  margin-bottom: 40px;
}
.blog-listing .blog-side-bar .blog-top-articles-block .title-5, .blog-detail-page .blog-side-bar .blog-top-articles-block .title-5 {
  margin-top: 15px;
  font-size: 20px;
  color: black;
}
.blog-listing .blog-side-bar > div, .blog-detail-page .blog-side-bar > div {
  padding-left: 40px;
  padding-right: 60px;
}
@media only screen and (max-width: 63.9375em) {
  .blog-listing .blog-side-bar > div, .blog-detail-page .blog-side-bar > div {
    padding-left: 20px;
    padding-right: 30px;
  }
}
.blog-listing .blog-side-bar .blog-cat, .blog-detail-page .blog-side-bar .blog-cat {
  padding-bottom: 30px;
  padding-top: 10px;
}
.blog-listing .blog-side-bar .blog-cat h5, .blog-listing .blog-side-bar .blog-cat .h5, .blog-detail-page .blog-side-bar .blog-cat h5, .blog-detail-page .blog-side-bar .blog-cat .h5 {
  margin-bottom: 8px;
}
.blog-listing .blog-side-bar .blog-cat a p, .blog-detail-page .blog-side-bar .blog-cat a p {
  margin-top: 10px;
  margin-bottom: 0px;
}
.blog-listing .blog-listing-column, .blog-detail-page .blog-listing-column {
  flex-grow: 1;
  flex-basis: auto;
  max-width: 100%;
}
@media only screen and (min-width: 48em) {
  .blog-listing .blog-listing-column, .blog-detail-page .blog-listing-column {
    max-width: 66.6666666667%;
  }
}
.blog-listing .blog-content, .blog-detail-page .blog-content {
  position: relative;
}
@media only screen and (min-width: 48em) {
  .blog-listing .blog-content, .blog-detail-page .blog-content {
    padding-left: 40px;
  }
}
.blog-listing .blog-content .blog-listing-container, .blog-detail-page .blog-content .blog-listing-container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
}
.blog-listing .blog-content .blog-listing-container .listingblock, .blog-detail-page .blog-content .blog-listing-container .listingblock {
  width: 50%;
  margin-bottom: 50px;
}
.blog-listing .blog-content .blog-listing-container .listingblock .title-5, .blog-detail-page .blog-content .blog-listing-container .listingblock .title-5 {
  margin-bottom: 0px;
}
.blog-listing .blog-content .blog-feature-article h1, .blog-listing .blog-content .blog-feature-article .h1, .blog-detail-page .blog-content .blog-feature-article h1, .blog-detail-page .blog-content .blog-feature-article .h1 {
  color: black;
  font-weight: 500;
}
@media only screen and (min-width: 48em) {
  .blog-listing .blog-content .blog-feature-article h1, .blog-listing .blog-content .blog-feature-article .h1, .blog-detail-page .blog-content .blog-feature-article h1, .blog-detail-page .blog-content .blog-feature-article .h1 {
    letter-spacing: 1.5px;
    line-height: 64px;
  }
}
.blog-listing .blog-content .pagination-controls, .blog-detail-page .blog-content .pagination-controls {
  width: 100%;
  display: flex;
  justify-content: center;
}
.blog-listing .blog-content .loadmore, .blog-detail-page .blog-content .loadmore {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  border: 2px solid #007573;
  text-align: center;
  padding: 20px 40px;
  margin: 30px auto;
  max-width: 365px;
  cursor: pointer;
  background-color: white;
}
@media only screen and (max-width: 47.9375em) {
  .blog-listing .blog-content .loadmore, .blog-detail-page .blog-content .loadmore {
    margin: 20px auto;
  }
}
@media only screen and (max-width: 23.375em) {
  .blog-listing .blog-content .loadmore, .blog-detail-page .blog-content .loadmore {
    padding: 15px 16px;
  }
}
@media only screen and (min-width: 35.5em) {
  .blog-listing .blog-content .listingblock:nth-child(odd), .blog-detail-page .blog-content .listingblock:nth-child(odd) {
    padding-right: 5px;
  }
  .blog-listing .blog-content .listingblock:nth-child(even), .blog-detail-page .blog-content .listingblock:nth-child(even) {
    padding-left: 5px;
  }
}
.blog-listing .blog-top-articles-block img, .blog-detail-page .blog-top-articles-block img {
  width: 100%;
  height: auto;
}
.blog-listing .blog-top-articles-block img.min300, .blog-detail-page .blog-top-articles-block img.min300 {
  min-width: 300px;
}
.blog-listing .blog-detail-page-content, .blog-detail-page .blog-detail-page-content {
  text-align: center;
  max-width: 940px;
}
.blog-listing .blog-detail-page-content .blog-feature-article--author-image, .blog-detail-page .blog-detail-page-content .blog-feature-article--author-image {
  width: 80px;
  height: auto;
}
.blog-listing .blog-detail-page-content .blog-content-area, .blog-detail-page .blog-detail-page-content .blog-content-area {
  text-align: left;
  max-width: 780px;
  margin: auto;
  padding: 60px 0 50px 0;
}
@media only screen and (min-width: 48em) {
  .blog-listing .blog-detail-page-content .blog-content-area, .blog-detail-page .blog-detail-page-content .blog-content-area {
    padding: 120px 0 50px 0;
  }
}
.blog-listing .blog-detail-page-content .blog-content-area em, .blog-detail-page .blog-detail-page-content .blog-content-area em {
  font-style: italic;
}
.blog-listing .blog-detail-page-content .blog-content-area .title-5, .blog-detail-page .blog-detail-page-content .blog-content-area .title-5 {
  letter-spacing: 1.33px;
  line-height: 36px;
}
.blog-listing .blog-detail-page-content .blog-content-area .blog-editor h3, .blog-listing .blog-detail-page-content .blog-content-area .blog-editor .h3, .blog-detail-page .blog-detail-page-content .blog-content-area .blog-editor h3, .blog-detail-page .blog-detail-page-content .blog-content-area .blog-editor .h3 {
  font-weight: 600;
  color: black;
  text-transform: inherit;
  line-height: 28px;
}
.blog-listing .blog-detail-page-content .blog-content-area .blog-editor img, .blog-detail-page .blog-detail-page-content .blog-content-area .blog-editor img {
  padding: 10px 0 10px 0;
}
.blog-listing .blog-detail-page-content .blog-content-area .blog-editor h3 + p, .blog-listing .blog-detail-page-content .blog-content-area .blog-editor .h3 + p, .blog-detail-page .blog-detail-page-content .blog-content-area .blog-editor h3 + p, .blog-detail-page .blog-detail-page-content .blog-content-area .blog-editor .h3 + p {
  margin-top: 0px;
}
.blog-listing .blog-detail-page-content .blog-content-area .blog-related-article, .blog-detail-page .blog-detail-page-content .blog-content-area .blog-related-article {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid #dedfdb;
  border-bottom: 1px solid #dedfdb;
  margin: 60px 0;
}
.blog-listing .blog-detail-page-content .blog-content-area ul, .blog-detail-page .blog-detail-page-content .blog-content-area ul {
  list-style-type: disc;
  margin-left: 15px;
}
.blog-listing .blog-detail-page-content .blog-content-area ol, .blog-detail-page .blog-detail-page-content .blog-content-area ol {
  list-style-type: decimal;
  margin-left: 15px;
}
.blog-listing .blog-detail-page-content img, .blog-detail-page .blog-detail-page-content img {
  display: block;
  margin: auto;
}
.blog-listing .blog-related-articles, .blog-detail-page .blog-related-articles {
  padding: 10px 0 60px 0;
}
@media only screen and (min-width: 48em) {
  .blog-listing .blog-related-articles, .blog-detail-page .blog-related-articles {
    padding: 10px 0 100px 0;
  }
}
.blog-listing .blog-related-articles h5, .blog-listing .blog-related-articles .h5, .blog-detail-page .blog-related-articles h5, .blog-detail-page .blog-related-articles .h5 {
  text-align: center;
}
.blog-listing .blog-related-articles .listingblock, .blog-detail-page .blog-related-articles .listingblock {
  display: none;
}
.blog-listing .blog-related-articles .listingblock:nth-child(2), .blog-listing .blog-related-articles .listingblock:nth-child(3), .blog-listing .blog-related-articles .listingblock:nth-child(4), .blog-detail-page .blog-related-articles .listingblock:nth-child(2), .blog-detail-page .blog-related-articles .listingblock:nth-child(3), .blog-detail-page .blog-related-articles .listingblock:nth-child(4) {
  display: block;
}
.blog-listing a:hover, .blog-detail-page a:hover {
  opacity: 0.6;
}
.blog-listing input[type=button]:hover, .blog-listing input[type=submit]:hover, .blog-detail-page input[type=button]:hover, .blog-detail-page input[type=submit]:hover {
  opacity: 0.6;
}

.blog-detail-page {
  padding-top: 0px !important;
}
.blog-detail-page .blog-feature-article {
  padding-top: 60px;
}

.blog-feature-article .social-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.blog-search {
  padding-top: 20px;
  padding-bottom: 12px;
  position: relative;
}
.blog-search .search-container {
  position: relative;
  width: 100%;
}
.blog-search.nav {
  border-top: 1px solid #dedfdb;
  border-bottom: 1px solid #dedfdb;
  padding-top: 2px;
  padding-bottom: 0px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.blog-search.nav button {
  top: 7px;
  height: 40px;
  width: 25px;
}
.blog-search input[type=text] {
  border: 0px solid #fff;
  width: 200px;
  max-width: 100%;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  padding-left: 30px;
}
.blog-search input[type=text]::-moz-placeholder {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}
.blog-search input[type=text]::placeholder {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}
.blog-search button {
  height: 25px;
  width: 25px;
  bottom: 7px;
  position: absolute;
}
.blog-search button svg {
  color: #007573;
  height: 25px;
  width: 25px;
}

.column.layout-20 > .social-links {
  max-width: 141px;
  margin: 15px auto 0;
}
.column.layout-20 > .social-links .denotation {
  background: #007573;
  color: white;
  border: 0px solid white;
  height: 40px;
  width: 40px;
}

.newsletter {
  background-color: #2B5E91;
  color: white;
  position: relative;
}
.newsletter .newsletter-block h1, .newsletter .newsletter-block .h1, .newsletter .newsletter-block .title-1 {
  color: white;
}
.newsletter .newsletter-block #subscribe-result {
  padding-top: 12px;
  color: #fff;
}
.newsletter .newsletter-block form input[type=email] {
  width: 380px;
  font-size: 30px;
  height: 61px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
@media only screen and (max-width: 47.9375em) {
  .newsletter .newsletter-block form input[type=email] {
    width: 300px;
  }
}
@media only screen and (max-width: 35.4375em) {
  .newsletter .newsletter-block form input[type=email] {
    height: 41px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 23.375em) {
  .newsletter .newsletter-block form input[type=email] {
    width: 280px;
  }
}
.newsletter .newsletter-block form input[type=submit],
.newsletter .newsletter-block form input[type=button] {
  margin-left: 40px;
  text-align: center;
  background-color: white;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.5px;
  border-radius: 0px;
  border: 0px solid white;
  padding: 0 30px 0 30px;
  height: 61px;
  position: absolute;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 47.9375em) {
  .newsletter .newsletter-block form input[type=submit],
  .newsletter .newsletter-block form input[type=button] {
    margin-top: 10px;
    margin-left: 0px;
    position: relative;
  }
}
@media only screen and (max-width: 35.4375em) {
  .newsletter .newsletter-block form input[type=submit],
  .newsletter .newsletter-block form input[type=button] {
    height: 41px;
  }
}
.newsletter .newsletter-block form p {
  color: white;
}
.newsletter .newsletter-block form p.title-3 {
  padding: 25px 0 10px 0;
}
.newsletter .newsletter-fillspace {
  position: absolute;
  top: -25px;
  left: 0px;
}
@media only screen and (max-width: 63.9375em) {
  .newsletter .newsletter-fillspace {
    display: none;
  }
}
.newsletter .newsletter-letter {
  position: absolute;
  right: 60px;
  top: 80px;
}
@media only screen and (max-width: 63.9375em) {
  .newsletter .newsletter-letter {
    display: none;
  }
}

.category-title {
  display: none;
  color: black;
  font-size: 16px;
}
.category-title:first-child {
  display: block;
}

.category-title-post-page {
  padding-right: 30px;
}
@media only screen and (max-width: 47.9375em) {
  .category-title-post-page {
    padding-right: 0px;
    padding-bottom: 10px;
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 35.4375em) {
  grid.flow.gn-12 > *.g-6.listingblock, grid.flow.gn-12 > *.g-4.listingblock {
    width: 100%;
  }
}

/*!
 * Cropper.js v1.4.3
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-10-24T13:07:11.429Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-canvas, .cropper-crop-box, .cropper-drag-box, .cropper-modal, .cropper-wrap-box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-canvas, .cropper-wrap-box {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline-color: rgba(51, 153, 255, 0.75);
  outline: 1px solid #39f;
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%;
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center:after, .cropper-center:before {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}

.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face, .cropper-line, .cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
  cursor: not-allowed;
}

.boost-edit .label {
  color: #484848;
}
.boost-edit .gap-100 {
  gap: 100px;
}
.boost-edit .boost-edit-form .upload-input {
  min-width: 255px;
}
.boost-edit .boost-edit-form .upload-input .upload-interface {
  visibility: visible;
}
.boost-edit .boost-edit-form .upload-input .btn .uploading {
  display: none;
}
.boost-edit .boost-edit-form .upload-input .upload-result {
  display: none;
}
.boost-edit .boost-edit-form .upload-input .upload-result .upload-result--media {
  position: relative;
  padding-top: 56.25%;
}
.boost-edit .boost-edit-form .upload-input .upload-result .upload-result--caption {
  justify-content: space-between;
}
.boost-edit .boost-edit-form .upload-input .upload-result .upload-result--caption .upload-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.boost-edit .boost-edit-form .upload-input .upload-result .icon {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
.boost-edit .boost-edit-form .upload-input .upload-result img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.boost-edit .boost-edit-form .upload-input .upload-result video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.boost-edit .boost-edit-form .upload-input.uploading .upload-result {
  display: block;
}
.boost-edit .boost-edit-form .upload-input.uploading .upload-result .upload-result--media {
  background-color: #f9f9f9;
  border: 1px solid #91928f;
}
.boost-edit .boost-edit-form .upload-input.uploading .upload-result video, .boost-edit .boost-edit-form .upload-input.uploading .upload-result img, .boost-edit .boost-edit-form .upload-input.uploading .upload-result .upload-remove {
  display: none;
}
.boost-edit .boost-edit-form .upload-input.uploading .btn {
  pointer-events: none;
  background-color: #999;
}
.boost-edit .boost-edit-form .upload-input.uploading .btn .upload {
  display: none;
}
.boost-edit .boost-edit-form .upload-input.uploading .btn .uploading {
  display: inline;
}
.boost-edit .boost-edit-form .upload-input.uploaded .upload-result {
  display: block;
}
.boost-edit .boost-edit-form .upload-input.uploaded .upload-result .upload-result--media {
  background-color: #efefee;
  border: 1px solid #484848;
}
.boost-edit .boost-edit-form .upload-input.uploaded .upload-result .upload-result--image {
  padding-top: 0;
}
.boost-edit .boost-edit-form .upload-input.uploaded .upload-result .icon {
  opacity: 0;
}
.boost-edit .boost-edit-form .error-message:empty {
  display: none;
}
.boost-edit .boost-edit-form .price {
  font-size: 24px;
}
.boost-edit .boost-edit-form .testimonials-remove span {
  pointer-events: none;
}
.boost-edit .boost-edit-form .testimonials-add.disabled {
  pointer-events: none;
  background-color: #dedfdb;
}
.boost-edit .boost-edit-form .upload-input--button {
  position: relative;
}
.boost-edit .boost-edit-form .upload-input--button input[type=file] {
  position: absolute;
  opacity: 0.01;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.boost-edit .boost-edit-form .duration-select {
  position: relative;
}
.boost-edit .boost-edit-form .duration-select .duration-select-toggle span {
  pointer-events: none;
}
.boost-edit .boost-edit-form .duration-select .duration-select-dropdown {
  z-index: 1;
  width: 300px;
  position: absolute;
  opacity: 0;
  left: -9999px;
  top: 42px;
  transition: opacity 250ms 0ms, right 0ms 250ms;
  background: #ffffff;
  border: #91928f solid 1px;
}
.boost-edit .boost-edit-form .duration-select .duration-select-dropdown:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-top: #91928f solid 1px;
  border-left: #91928f solid 1px;
  transform: rotate(45deg);
  display: block;
  right: 14px;
  top: -13px;
  background: #ffffff;
}
.boost-edit .boost-edit-form .duration-select.select-open .duration-select-dropdown {
  left: 7px;
  opacity: 1;
  transition: opacity 250ms 0ms, right 0ms 0ms;
}
.boost-edit .boost-edit-form .duration-select .duration-select-link.active {
  color: #007573;
}
.boost-edit .boost-edit-form .boost-toggle .added {
  display: none;
}
.boost-edit .boost-edit-form .boost-toggle span {
  pointer-events: none;
}
.boost-edit .boost-edit-form .boost-toggle.added .add {
  display: none;
}
.boost-edit .boost-edit-form .boost-toggle.added .added {
  display: inline;
}

.boost-purchase {
  background-color: #efefee;
}
.boost-purchase .summary-lines {
  font-size: 15px;
  line-height: 20px;
}
.boost-purchase .container--address {
  max-width: none;
}
.boost-purchase .container--address .address--wrapper {
  background: white;
}

.boost-edit--submit-footer {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 10;
}
.boost-edit--submit-footer .media-confirm {
  display: none;
}
.boost-edit--submit-footer .media-confirm.required {
  display: block;
}
.boost-edit--submit-footer .media-confirm .form-field {
  max-width: none;
}
.boost-edit--submit-footer .boost-list-items {
  overflow-x: scroll;
}
@media only screen and (min-width: 48em) {
  .boost-edit--submit-footer .boost-list-items {
    overflow: visible;
  }
}
.boost-edit--submit-footer .boost-list-title,
.boost-edit--submit-footer .boost-list-item {
  display: none;
}
.boost-edit--submit-footer .boost-list-title.active,
.boost-edit--submit-footer .boost-list-item.active {
  display: block;
}
.boost-edit--submit-footer .boost-list-item {
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
}
.boost-edit--submit-footer .boost-list-item > * {
  pointer-events: none;
}
.boost-edit--submit-footer .boost-list-item .remove-boost svg {
  width: 16px;
  height: 16px;
}
.boost-edit--submit-footer button {
  min-width: 255px;
  max-width: 100%;
}
.boost-edit--submit-footer button .update,
.boost-edit--submit-footer button .post {
  display: none;
}
.boost-edit--submit-footer button.updating .update {
  display: inline;
}
.boost-edit--submit-footer button.updating .post,
.boost-edit--submit-footer button.updating .initial {
  display: none;
}
.boost-edit--submit-footer button.adding .post {
  display: inline;
}
.boost-edit--submit-footer button.adding .update,
.boost-edit--submit-footer button.adding .initial {
  display: none;
}
.boost-edit--submit-footer button.disabled {
  pointer-events: none;
  background-color: #91928f;
  opacity: 1;
  border-color: transparent;
}

.new-callout-wrapper {
  position: relative;
  padding: 10px 0px;
}
.new-callout-wrapper .new-callout {
  background: #ffe37f;
  color: #e64334;
  padding: 6px 17px;
  display: inline-block;
  transform: translateY(-3px);
  align-self: flex-start;
}

html {
  scroll-behavior: smooth;
}

.anchor-target {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
@media only screen and (min-width: 48em) {
  .anchor-target {
    top: -150px;
  }
}

.provider-content-wrapper {
  width: calc(100% - 60px);
}
@media only screen and (min-width: 48em) {
  .provider-content-wrapper {
    width: 100%;
  }
}

.provider-anchors-wrapper {
  position: fixed;
  right: 20px;
  top: 180px;
  z-index: 2;
}
.provider-anchors-wrapper .icon {
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 48em) {
  .provider-anchors-wrapper {
    position: sticky;
    right: auto;
    top: 80px;
    padding: 20px 0;
    background: white;
  }
}

.contact-us-page ul a, .contact-us-page ul a:focus {
  color: #007573;
  text-decoration: none;
  background-image: none;
}
.contact-us-page .section-heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.53px;
}
.contact-us-page .enquire-about-nest-content ul {
  list-style-type: disc;
}
.contact-us-page .enquire-about-nest-content ul li {
  padding-left: 10px;
  margin-left: 15px;
}
.contact-us-page .no-wrap {
  white-space: nowrap;
}

.onsend-purchase {
  background-color: #efefee;
}

.onsend-loading {
  height: 12px;
  width: 40px;
}

.explainer-link * {
  pointer-events: none;
}

.explainer-image-link {
  border: 1px solid #757575;
}

.explainer-modal {
  position: fixed;
  z-index: 101;
  top: 0;
  left: -9999px;
  height: 100%;
  width: 100%;
  opacity: 0;
  margin-top: 0 !important;
  background: rgba(36, 36, 36, 0.9);
  transition: left 0ms 250ms, opacity 250ms 0ms;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.explainer-modal .explainer-modal--content {
  width: 90%;
  max-width: 700px;
  background: white;
}
.explainer-modal .image {
  position: relative;
  padding-top: 68.5714285714%;
}
.explainer-modal .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.explainer-modal .close-explainer {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 15px;
  right: 15px;
  margin-top: 0;
}
.explainer-modal .close-explainer svg {
  width: 16px;
  height: 16px;
}
.explainer-modal.show {
  left: 0;
  opacity: 1;
  transition: left 0ms 0ms, opacity 250ms 0ms;
  display: flex !important;
}

.candidates pagination {
  padding-top: 0;
  margin-bottom: 40px;
}
@media only screen and (min-width: 64em) {
  .candidates .edit-candidates-toggle {
    display: none;
  }
}
.candidates .edit-candidates-toggle .off {
  display: block;
}
.candidates .edit-candidates-toggle .on {
  display: none;
}
.candidates .edit-candidates-toggle a:focus {
  color: #00a191;
}
.candidates.editing .edit-candidates-toggle .off {
  display: none;
}
.candidates.editing .edit-candidates-toggle .on {
  display: block;
}
.candidates.editing .candidate-table .candidate-selection {
  left: 20px;
  width: 40px;
}
.candidates.editing .candidate-table tr {
  padding-left: 60px;
}
.candidates.editing .candidate-table .candidate-cell-value {
  padding-right: 0;
}

.candidate-table {
  margin-left: -20px;
  width: calc(100% + 40px);
}
@media only screen and (min-width: 64em) {
  .candidate-table {
    margin-left: 0;
    width: 100%;
  }
}
.candidate-table table {
  min-width: auto;
  width: 100%;
}
.candidate-table thead {
  display: none;
}
@media only screen and (min-width: 64em) {
  .candidate-table thead {
    display: table-header-group;
  }
}
.candidate-table thead th .ordering {
  display: none;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border: 2px solid #00a191;
  border-radius: 50%;
  margin-right: 10px;
  color: #00a191;
}
.candidate-table thead th .ordering svg.icon {
  width: 80%;
  height: 80%;
  top: 50%;
}
.candidate-table thead th.desc .ordering, .candidate-table thead th.asc .ordering {
  display: inline-block;
}
.candidate-table thead th.asc svg.icon {
  transform: rotate(180deg);
}
.candidate-table tr {
  display: flex;
  flex-direction: column;
  transition: padding 250ms ease;
  width: 100%;
  padding: 10px 20px;
  position: relative;
  border: none;
}
.candidate-table tr.new td {
  font-weight: 500;
}
.candidate-table tr.editing {
  background-color: #f9f9f9;
}
.candidate-table tr.old td {
  color: #91928f;
}
.candidate-table tr.opted-out td {
  color: #e64334;
}
.candidate-table tr:after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  border-top: 1px solid #dedfdb;
}
@media only screen and (min-width: 64em) {
  .candidate-table tr {
    display: table-row;
    padding: 0;
    border-bottom: 1px solid #dedfdb;
  }
}
.candidate-table td {
  display: flex;
  width: 100%;
  padding: 10px 0;
}
.candidate-table td.candidate-selection {
  position: absolute;
  width: 0;
  height: 50px;
  overflow: hidden;
  left: 0;
  top: 25px;
  transition: width 250ms ease, left 250ms ease;
  padding: 0;
}
.candidate-table td.candidate-selection .form-field {
  width: 20px;
  height: 40px;
}
.candidate-table td.candidate-selection input[type=checkbox] {
  position: relative;
}
.candidate-table td > * {
  flex: 1 0;
  display: block;
  white-space: normal;
}
.candidate-table td .candidate-cell-title {
  width: 40%;
  min-width: 40%;
}
.candidate-table td .candidate-cell-value {
  width: 60%;
  min-width: 60%;
  padding-right: 60px;
  transition: padding-right 250ms ease;
}
.candidate-table td .candidate-cell-value .match-score {
  margin-left: 10px;
}
@media only screen and (min-width: 64em) {
  .candidate-table td {
    display: table-cell;
    padding: 20px;
    width: auto;
  }
  .candidate-table td .candidate-cell-title {
    display: none;
  }
  .candidate-table td .candidate-cell-value {
    width: auto;
    min-width: auto;
    padding: 0;
    transition: none;
  }
  .candidate-table td.candidate-selection {
    width: auto;
    height: auto;
    overflow: auto;
    position: relative;
    top: auto;
    left: auto;
    padding: 20px;
    width: 40px;
  }
  .candidate-table td > * {
    display: inline;
    white-space: inherit;
  }
}

.candidates-name,
.candidates-date {
  white-space: nowrap;
}

.candidates-update {
  font-size: 16px;
  max-height: 0;
  overflow: hidden;
  margin-top: 0 !important;
  display: none;
}
.candidates-update:last-child {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 10;
  padding: 20px 40px;
  border-top: 1px solid #dedfdb;
  transform: translateY(100%);
  transition: transform 250ms ease;
}
.candidates-update:last-child.show {
  max-height: none;
  transform: none;
}
@media only screen and (min-width: 48em) {
  .candidates-update {
    display: block;
    transition: max-height 100ms ease, margin-top 100ms ease;
    position: relative;
  }
  .candidates-update .form-field {
    max-width: 250px;
  }
  .candidates-update.show {
    max-height: 100px;
    margin-top: 40px !important;
  }
  .candidates-update:last-child {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 0;
    border-top: none;
    transition: max-height 100ms ease, margin-top 100ms ease;
    transform: none;
  }
}

section {
  margin: auto;
  width: 100%;
}
section > container.content-wrap {
  margin-top: 60px;
}

.page_content {
  background-color: #00A191;
}
@media only screen and (max-width: 47.9375em) {
  .page_content div, .page_content section {
    background-image: none !important;
  }
}
.page_content .page-content-section {
  max-width: 1064px;
}
.page_content section.page-content-section {
  padding-top: 80px;
}
@media only screen and (max-width: 47.9375em) {
  .page_content section.page-content-section {
    padding-top: 60px;
  }
}
.page_content .section-wrapper.background-colour-teal-light {
  background-color: #31bbad;
}
.page_content .section-wrapper.background-colour-teal-medium {
  background-color: #00a191;
}
.page_content .section-wrapper.background-colour-teal-dark {
  background-color: #007573;
}
.page_content .section-wrapper.background-colour-blue {
  background-color: #245B92;
}
.page_content .section-wrapper.background-colour-blue-dark {
  background-color: #204C78;
}
.page_content .section-wrapper.background-colour-white {
  background-color: #ffffff;
}
.page_content .section-wrapper.background-colour-red {
  background-color: #e64334;
}
.page_content .section-wrapper.background-colour-dark-green {
  background-color: #007573;
}
.page_content .section-wrapper.background-colour-grey-light {
  background-color: #dedfdb;
}
.page_content .section-wrapper.background-colour-grey-lighter {
  background-color: #efefee;
}
.page_content .section-wrapper.background-colour-grey-very-light {
  background-color: #f9f9f9;
}
.page_content .section-wrapper.background-colour-grey-dark {
  background-color: #484848;
}
.page_content .section-wrapper.background-colour-grey-dark2 {
  background-color: #515151;
}
.page_content .section-wrapper.background-colour-grey-medium {
  background-color: #91928f;
}
.page_content .section-wrapper.background-colour-cream {
  background-color: #fff7d3;
}
.page_content .section-wrapper.background-colour-yellow {
  background-color: #ffe37f;
}
.page_content .section-wrapper .vertically-centre-aligned {
  display: flex;
  justify-content: center;
}
.page_content .content-block {
  display: flex;
  flex-direction: row;
}
.page_content .content-block div:first-child {
  flex-basis: 40%;
}
.page_content .new-row {
  padding-bottom: 40px;
  width: 100%;
  clear: both;
}
@media only screen and (max-width: 47.9375em) {
  .page_content .new-row {
    height: 0px;
    padding: 20px 0;
  }
}
.page_content h1, .page_content .h1, .page_content .title-1 {
  font-weight: 600;
}
@media only screen and (max-width: 47.9375em) {
  .page_content h1, .page_content .h1, .page_content .title-1 {
    font-size: 36px;
  }
}
.page_content h2, .page_content .h2, .page_content .title-2 {
  font-size: 28px;
  letter-spacing: 1.5px;
}
.page_content h3, .page_content .h3, .page_content .title-3 {
  font-size: 24px;
  text-transform: none;
  color: #000;
}
.page_content h3 a, .page_content .h3 a, .page_content .title-3 a {
  color: #007573;
}
.page_content h4, .page_content .h4, .page_content .title-4 {
  font-size: 18px;
}
.page_content img {
  display: block;
  max-width: 100%;
}
.page_content .img-inner-div img:nth-child(2) {
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .page_content .img-inner-div img {
    display: none;
  }
  .page_content .img-inner-div img:last-child {
    display: block;
  }
}
.page_content .steps.four-steps-of-nest {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  background-color: transparent;
}
@media only screen and (min-width: 48em) {
  .page_content .steps.four-steps-of-nest {
    flex-direction: row;
    margin: 0 auto 30px auto;
    max-width: 746px;
  }
}
.page_content .steps.four-steps-of-nest .image-container {
  min-width: 225px;
}
.page_content .steps.four-steps-of-nest .copy-container {
  display: flex;
  align-items: top;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-teal-light {
  color: #31bbad;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-teal-light a {
  color: #31bbad;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-teal-medium {
  color: #00a191;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-teal-medium a {
  color: #00a191;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-teal-dark {
  color: #007573;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-teal-dark a {
  color: #007573;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-blue {
  color: #245B92;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-blue a {
  color: #245B92;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-blue-dark {
  color: #204C78;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-blue-dark a {
  color: #204C78;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-white {
  color: #ffffff;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-white a {
  color: #ffffff;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-red {
  color: #e64334;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-red a {
  color: #e64334;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-dark-green {
  color: #007573;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-dark-green a {
  color: #007573;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-grey-light {
  color: #dedfdb;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-grey-light a {
  color: #dedfdb;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-grey-lighter {
  color: #efefee;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-grey-lighter a {
  color: #efefee;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-grey-very-light {
  color: #f9f9f9;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-grey-very-light a {
  color: #f9f9f9;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-grey-dark {
  color: #484848;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-grey-dark a {
  color: #484848;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-grey-dark2 {
  color: #515151;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-grey-dark2 a {
  color: #515151;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-grey-medium {
  color: #91928f;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-grey-medium a {
  color: #91928f;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-cream {
  color: #fff7d3;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-cream a {
  color: #fff7d3;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-yellow {
  color: #ffe37f;
}
.page_content .steps.four-steps-of-nest .copy-inner-div.colour-yellow a {
  color: #ffe37f;
}
.page_content .steps.four-steps-of-nest .copy-inner-div h1, .page_content .steps.four-steps-of-nest .copy-inner-div .h1, .page_content .steps.four-steps-of-nest .copy-inner-div h2, .page_content .steps.four-steps-of-nest .copy-inner-div .h2, .page_content .steps.four-steps-of-nest .copy-inner-div h3, .page_content .steps.four-steps-of-nest .copy-inner-div .h3 {
  position: relative;
}
@media only screen and (min-width: 48em) {
  .page_content .steps:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 48em) {
  .page_content .steps {
    margin-bottom: 40px;
    margin-top: 20px;
  }
}
.page_content .copy-inner-div.colour-teal-light {
  color: #31bbad;
}
.page_content .copy-inner-div.colour-teal-light a {
  color: #31bbad;
}
.page_content .copy-inner-div.colour-teal-medium {
  color: #00a191;
}
.page_content .copy-inner-div.colour-teal-medium a {
  color: #00a191;
}
.page_content .copy-inner-div.colour-teal-dark {
  color: #007573;
}
.page_content .copy-inner-div.colour-teal-dark a {
  color: #007573;
}
.page_content .copy-inner-div.colour-blue {
  color: #245B92;
}
.page_content .copy-inner-div.colour-blue a {
  color: #245B92;
}
.page_content .copy-inner-div.colour-blue-dark {
  color: #204C78;
}
.page_content .copy-inner-div.colour-blue-dark a {
  color: #204C78;
}
.page_content .copy-inner-div.colour-white {
  color: #ffffff;
}
.page_content .copy-inner-div.colour-white a {
  color: #ffffff;
}
.page_content .copy-inner-div.colour-red {
  color: #e64334;
}
.page_content .copy-inner-div.colour-red a {
  color: #e64334;
}
.page_content .copy-inner-div.colour-dark-green {
  color: #007573;
}
.page_content .copy-inner-div.colour-dark-green a {
  color: #007573;
}
.page_content .copy-inner-div.colour-grey-light {
  color: #dedfdb;
}
.page_content .copy-inner-div.colour-grey-light a {
  color: #dedfdb;
}
.page_content .copy-inner-div.colour-grey-lighter {
  color: #efefee;
}
.page_content .copy-inner-div.colour-grey-lighter a {
  color: #efefee;
}
.page_content .copy-inner-div.colour-grey-very-light {
  color: #f9f9f9;
}
.page_content .copy-inner-div.colour-grey-very-light a {
  color: #f9f9f9;
}
.page_content .copy-inner-div.colour-grey-dark {
  color: #484848;
}
.page_content .copy-inner-div.colour-grey-dark a {
  color: #484848;
}
.page_content .copy-inner-div.colour-grey-dark2 {
  color: #515151;
}
.page_content .copy-inner-div.colour-grey-dark2 a {
  color: #515151;
}
.page_content .copy-inner-div.colour-grey-medium {
  color: #91928f;
}
.page_content .copy-inner-div.colour-grey-medium a {
  color: #91928f;
}
.page_content .copy-inner-div.colour-cream {
  color: #fff7d3;
}
.page_content .copy-inner-div.colour-cream a {
  color: #fff7d3;
}
.page_content .copy-inner-div.colour-yellow {
  color: #ffe37f;
}
.page_content .copy-inner-div.colour-yellow a {
  color: #ffe37f;
}
.page_content .iframe-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-top: 0px !important;
}
.page_content .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page_content a.btn {
  border: 2px solid #fff;
  color: #fff;
  width: 193px;
  height: 64px;
  padding-top: 23px;
}
.page_content a.btn.noborder {
  border: 0px solid #fff;
}
.page_content a.pdf {
  position: relative;
  padding-left: 30px;
}
.page_content a.pdf:before {
  content: " ";
  height: 25px;
  width: 25px;
  background-position: 0px;
  background-repeat: no-repeat;
  background-image: url("/assets/pdf_icon.png");
  display: inline-block;
  background-size: contain;
  margin-bottom: -6px;
  margin-left: -32px;
  position: absolute;
}
.page_content .sp-v-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 47.9375em) {
  .page_content .sp-t-80 {
    padding-top: 60px;
  }
  .page_content .sp-b-80 {
    padding-bottom: 60px;
  }
  .page_content .sp-v-80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page_content grid.sp-v-40 {
    top: -20px;
    margin-bottom: -30px;
  }
  .page_content .column.layout-40 > *:not(:first-child) {
    margin-top: 20px;
  }
}
.page_content grid.sp-v-40 {
  padding-bottom: 0px;
}
.page_content .left_top_repeat {
  background-position: top 0 left 0;
  background-size: contain;
}
.page_content .right_top_contain {
  background-position: top 0 right 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.page_content .right_bottom_contain {
  background-position: bottom 0 right 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.page_content .left_top_contain {
  background-position: top 0 left 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.page_content .left_bottom_contain {
  background-position: bottom 0 left 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.page_content .right_top_cover {
  background-position: top 0 right 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.page_content .right_bottom_cover {
  background-position: bottom 0 right 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.page_content .left_top_contain_cover {
  background-position: top 0 left 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.page_content .left_bottom_contain_cover {
  background-position: bottom 0 left 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.page_content .copy-inner-div.colour-teal-light {
  color: #31bbad;
}
.page_content .copy-inner-div.colour-teal-medium {
  color: #00a191;
}
.page_content .copy-inner-div.colour-teal-dark {
  color: #007573;
}
.page_content .copy-inner-div.colour-blue {
  color: #245B92;
}
.page_content .copy-inner-div.colour-blue-dark {
  color: #204C78;
}
.page_content .copy-inner-div.colour-white {
  color: #ffffff;
}
.page_content .copy-inner-div.colour-red {
  color: #e64334;
}
.page_content .copy-inner-div.colour-dark-green {
  color: #007573;
}
.page_content .copy-inner-div.colour-grey-light {
  color: #dedfdb;
}
.page_content .copy-inner-div.colour-grey-lighter {
  color: #efefee;
}
.page_content .copy-inner-div.colour-grey-very-light {
  color: #f9f9f9;
}
.page_content .copy-inner-div.colour-grey-dark {
  color: #484848;
}
.page_content .copy-inner-div.colour-grey-dark2 {
  color: #515151;
}
.page_content .copy-inner-div.colour-grey-medium {
  color: #91928f;
}
.page_content .copy-inner-div.colour-cream {
  color: #fff7d3;
}
.page_content .copy-inner-div.colour-yellow {
  color: #ffe37f;
}
.page_content .copy-inner-div h1, .page_content .copy-inner-div .h1, .page_content .copy-inner-div h2, .page_content .copy-inner-div .h2, .page_content .copy-inner-div h3, .page_content .copy-inner-div .h3 {
  position: relative;
}
.page_content .copy-inner-div p {
  padding-bottom: 15px;
}
.page_content footer .social-links {
  justify-content: center;
}
@media only screen and (min-width: 48em) {
  .page_content footer .social-links {
    justify-content: flex-start;
  }
}

.marketing_header {
  background-color: #00A191;
}
@media only screen and (max-width: 47.9375em) {
  .marketing_header h1, .marketing_header .h1 {
    font-size: 36px;
  }
}
.marketing_header .iframe-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-top: 0px !important;
}
.marketing_header .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.marketing_header a.btn {
  border: 2px solid #fff;
  color: #fff;
  width: 193px;
  height: 64px;
  padding-top: 23px;
}
@media only screen and (max-width: 47.9375em) {
  .marketing_header .sp-v-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .marketing_header grid.sp-v-40 {
    top: -20px;
    margin-bottom: -30px;
  }
  .marketing_header .column.layout-40 > *:not(:first-child) {
    margin-top: 20px;
  }
}

.marketing_features_and_benefits {
  background-color: #fff;
}
@media only screen and (max-width: 47.9375em) {
  .marketing_features_and_benefits h1, .marketing_features_and_benefits .h1 {
    font-size: 36px;
  }
}
.marketing_features_and_benefits .img-inner-div {
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .marketing_features_and_benefits .img-inner-div {
    margin-top: 40px;
  }
}
.marketing_features_and_benefits .copy-inner-div {
  padding-top: 20px;
}
.marketing_features_and_benefits .copy-inner-div p {
  padding-bottom: 10px;
  line-height: 27px;
}
.marketing_features_and_benefits .copy-inner-div p:last-child {
  padding-bottom: 0px;
}
.marketing_features_and_benefits img {
  max-width: 100%;
  margin: auto;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .marketing_features_and_benefits grid.sp-v-40 > * {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .marketing_features_and_benefits .copy-inner-div {
    padding-top: 10px;
  }
}

.let-our-matching {
  background-color: #FFE37F;
}
.let-our-matching h1 strong, .let-our-matching .h1 strong {
  color: #2B5E91;
}
@media only screen and (max-width: 47.9375em) {
  .let-our-matching h1 strong, .let-our-matching .h1 strong {
    font-size: 36px;
  }
}
.let-our-matching a.btn {
  width: 219px;
  height: 66px;
  padding-top: 23px;
}
.let-our-matching .inner-div {
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .let-our-matching .inner-div {
    height: 240px;
  }
}
@media only screen and (max-width: 23.375em) {
  .let-our-matching .inner-div {
    height: 220px;
  }
}
.let-our-matching .inner-div img {
  max-width: 100%;
  margin: auto;
}
@media only screen and (max-width: 47.9375em) {
  .let-our-matching .inner-div img {
    max-width: 500px;
    position: absolute;
    top: -80px;
    left: 0px;
    right: 0px;
  }
}
@media only screen and (max-width: 35.4375em) {
  .let-our-matching .inner-div img {
    left: -75px;
  }
}
@media only screen and (max-width: 23.375em) {
  .let-our-matching .inner-div img {
    max-width: 400px;
    top: -65px;
  }
}
@media only screen and (min-width: 64em) {
  .let-our-matching .inner-div img {
    position: absolute;
    top: -115px;
    left: -200px;
    max-width: 820px;
  }
}
.let-our-matching .mobile-letourmatching {
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .let-our-matching .desktop-letourmatching {
    display: none;
  }
  .let-our-matching .mobile-letourmatching {
    display: block;
  }
  .let-our-matching .sp-v-80.mt-zero {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .let-our-matching .sp-v-80 {
    padding-top: 70px;
    padding-bottom: 0px;
  }
}

.four-steps-of-nest {
  position: relative;
  background-color: #245B90;
  color: #fff;
}
.four-steps-of-nest h1 strong, .four-steps-of-nest .h1 strong {
  font-weight: 500;
}
.four-steps-of-nest section {
  position: relative;
}
.four-steps-of-nest section .space-top {
  position: absolute;
  right: -270px;
  top: 0px;
  width: auto;
}
.four-steps-of-nest section .space-right-bottom {
  position: absolute;
  right: -400px;
  bottom: -100px;
}
.four-steps-of-nest .space-left {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.four-steps-of-nest .space-left-bottom {
  position: absolute;
  bottom: -60px;
  left: 200px;
}
@media only screen and (max-width: 63.9375em) {
  .four-steps-of-nest .space-top,
  .four-steps-of-nest .space-right-bottom,
  .four-steps-of-nest .space-left,
  .four-steps-of-nest .space-left-bottom {
    display: none;
  }
}
.four-steps-of-nest .number {
  position: absolute;
  left: -30px;
}
.four-steps-of-nest .gn-12 {
  position: relative;
}
@media only screen and (min-width: 48em) {
  .four-steps-of-nest .gn-12 {
    max-width: 746px;
    margin: 0 auto;
  }
}
.four-steps-of-nest .gn-12:not(:first-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 47.9375em) {
  .four-steps-of-nest .gn-12:last-child {
    margin-top: 0px;
  }
}
.four-steps-of-nest .gn-12.heading {
  margin-left: 0px;
  max-width: 100%;
}
.four-steps-of-nest .img-inner-div-right {
  text-align: right;
}
@media only screen and (max-width: 47.9375em) {
  .four-steps-of-nest .img-inner-div-right {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .four-steps-of-nest .img-inner-div {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .four-steps-of-nest img {
    max-width: 225px;
  }
}
.four-steps-of-nest .copy-inner-div {
  text-align: left;
  padding-left: 30px;
}
@media only screen and (min-width: 48em) {
  .four-steps-of-nest .copy-inner-div {
    margin: auto;
  }
}
.four-steps-of-nest .copy-inner-div h2, .four-steps-of-nest .copy-inner-div .h2 {
  padding-bottom: 8px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .four-steps-of-nest .copy-inner-div {
    margin-top: 40px;
  }
}
.four-steps-of-nest h1 a, .four-steps-of-nest .h1 a {
  border-bottom: 4px solid #fff;
  padding-bottom: 10px;
}
.four-steps-of-nest br {
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .four-steps-of-nest h1, .four-steps-of-nest .h1 {
    font-size: 36px;
    letter-spacing: 0px;
  }
  .four-steps-of-nest h1 strong, .four-steps-of-nest .h1 strong {
    font-weight: 500;
  }
  .four-steps-of-nest h1.color-fg-white, .four-steps-of-nest .color-fg-white.h1 {
    letter-spacing: 0.5px;
  }
  .four-steps-of-nest .sp-v-40 {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .four-steps-of-nest h2, .four-steps-of-nest .h2 {
    font-size: 28px;
    padding-top: 12px;
    margin-bottom: 8px;
  }
  .four-steps-of-nest p {
    font-size: 18px;
  }
  .four-steps-of-nest .gn-12:not(:first-child) {
    margin-bottom: 15px;
  }
  .four-steps-of-nest .sp-t-40 {
    padding-top: 7px;
  }
  .four-steps-of-nest .sp-v-80 {
    padding-bottom: 45px;
  }
  .four-steps-of-nest br {
    display: block;
    line-height: 65px;
  }
}

.information-about-nest {
  background-color: #fff;
}
.information-about-nest h1 stong, .information-about-nest .h1 stong {
  font-weight: 500;
}
.information-about-nest .inner-div-question {
  font-weight: 500;
}
.information-about-nest .copy-inner-div p {
  padding-bottom: 15px;
}
.information-about-nest .copy-inner-div p:last-child {
  padding-bottom: 20px;
}
@media only screen and (max-width: 47.9375em) {
  .information-about-nest h2, .information-about-nest .h2 {
    font-size: 28px;
    letter-spacing: 1.5px;
    color: #494948;
  }
  .information-about-nest grid.sp-v-40 > * {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .information-about-nest .inner-div-question p {
    padding: 20px 0px 10px 0;
  }
  .information-about-nest .sp-v-80 {
    padding-bottom: 60px;
  }
}

.want-to-know-more {
  background-color: #efefed;
}
.want-to-know-more h1, .want-to-know-more .h1 {
  color: #2B5E91;
}
.want-to-know-more h1 strong, .want-to-know-more .h1 strong {
  font-weight: 500;
}
.want-to-know-more h3, .want-to-know-more .h3 {
  font-size: 24px;
  line-height: 42px;
  margin-top: 15px;
  text-transform: none;
  color: #000;
}
.want-to-know-more h3 a, .want-to-know-more .h3 a {
  color: #007573;
}
@media only screen and (max-width: 47.9375em) {
  .want-to-know-more .img-inner-div {
    margin-top: 40px;
  }
}
.want-to-know-more .img-inner-div img {
  display: none;
}
@media only screen and (min-width: 48em) {
  .want-to-know-more .img-inner-div img {
    display: block;
  }
}
@media only screen and (max-width: 47.9375em) {
  .want-to-know-more .sp-t-80 {
    padding-top: 70px;
    padding-bottom: 5px;
  }
}

@media only screen and (min-width: 48em) {
  .floatright {
    float: right;
  }
}
@media only screen and (min-width: 48em) {
  .floatleft {
    float: left;
  }
}
.m-lg-8 {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .m-lg-8 {
    width: 66.66666%;
  }
}

.m-lg-7 {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .m-lg-7 {
    width: 58.33333%;
    min-height: 220px;
  }
}

.m-lg-6 {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .m-lg-6 {
    width: 50%;
  }
}

.m-lg-5 {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .m-lg-5 {
    width: 41.66666%;
  }
}

.m-lg-4 {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .m-lg-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .static-faqs.container.sp-v-140 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .static-faqs .column.layout-50 > *:not(:first-child) {
    margin-top: 25px;
  }
  .static-faqs .column.layout-30 > *:not(:first-child) {
    margin-top: 15px;
  }
  .static-faqs .sp-t-50 {
    padding-top: 0px;
  }
}
.pika-single .pika-lendar {
  width: 280px;
}
.pika-single .pika-lendar .pika-label {
  font-size: 18px;
}
.pika-single .pika-lendar table thead {
  border-bottom: 3px solid #fff;
}
.pika-single .pika-lendar table thead tr {
  background: #fff;
}
.pika-single .pika-lendar table thead tr th {
  font-size: 16px;
  line-height: 30px;
  padding-left: 3px;
}
.pika-single .pika-lendar table tbody tr {
  border-bottom: 1px solid #fff;
}
.pika-single .pika-lendar table tbody tr td {
  border-right: 1px solid #fff;
}
.pika-single .pika-lendar table tbody tr td.is-selected .pika-button {
  box-shadow: none;
  background: #31bbad;
  color: #fff;
  font-weight: normal;
}
.pika-single .pika-lendar table tbody tr td.is-today .pika-button {
  box-shadow: none;
  font-weight: normal;
}
.pika-single .pika-lendar table tbody tr td .pika-button {
  background: #fff;
  border: 1px solid #dedfdb;
  color: #484848;
  text-align: center;
  border-radius: 0px;
  font-size: 16px;
  padding: 8px;
}
.pika-single .pika-lendar table tbody tr td .pika-button:hover {
  background: #007573;
  color: #fff;
}
.pika-single .pika-lendar table tbody tr td.is-today {
  color: #245B92;
}
.pika-single .pika-lendar table tbody tr td.is-disabled {
  border: 1px solid #f9f9f9;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-select {
  display: inline-block;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
  height: initial;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}

.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

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

* {
  -webkit-tap-highlight-color: transparent;
}

.icons-symbols {
  display: none;
}

.default-image {
  width: 100%;
  height: 100%;
  background-color: grey;
  content: "";
  display: block;
}
