body.no-scroll {
  overflow: hidden;
}

.nmp-last-el h1:last-child,
.nmp-last-el h2:last-child,
.nmp-last-el h3:last-child,
.nmp-last-el h4:last-child,
.nmp-last-el h5:last-child,
.nmp-last-el h6:last-child,
.nmp-last-el ul:last-child,
.nmp-last-el ol:last-child,
.nmp-last-el p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 35px auto;
}

.pagination .page-numbers {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  height: 40px;
  border: 2px solid #0c0b3d;
  font-weight: bold;
  text-align: center;
  margin: 0 8px;
  color: #0c0b3d;
  transition: all 0.2s ease-in-out;
}

.pagination .page-numbers.current {
  background: #fc0000;
  border: 2px solid #fc0000;
  color: white;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  width: auto;
  padding: 0 8px;
  font-weight: normal;
}

.pagination .page-numbers:hover {
  background: #0c0b3d;
  color: white;
  text-decoration: none;
}

.pagination .page-numbers:hover.current {
  background: #fc0000;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #fc0000;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #fc0000;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1426px;
  --font-family-sans-serif: Montserrat, Helvetica, Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: Montserrat, Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

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 {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

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

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

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,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 19px;
  padding-left: 19px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -19px;
  margin-left: -19px;
}

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

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

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

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

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

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

.row-cols-3 > * {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

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

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

.row-cols-6 > * {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

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

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

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

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

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

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

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

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

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

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

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

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

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

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

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

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

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

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

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

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

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

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

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

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

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

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.8rem;
}

h3,
.h3 {
  font-size: 1.6rem;
}

h4,
.h4 {
  font-size: 1.4rem;
}

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.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: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  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::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.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: #28a745;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.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.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      right 0.75rem center/8px 10px no-repeat,
    #fff
      url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.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.1z'/%3e%3c/svg%3e")
      center right 1.75rem / calc(0.8em + 0.375rem) calc(0.8em + 0.375rem)
      no-repeat;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #fc0000;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(252, 0, 0, 0.9);
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.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: #fc0000;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FC0000' viewBox='0 0 12 12'%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='%23FC0000' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #fc0000;
  box-shadow: 0 0 0 0.2rem rgba(252, 0, 0, 0.25);
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #fc0000;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      right 0.75rem center/8px 10px no-repeat,
    #fff
      url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FC0000' viewBox='0 0 12 12'%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='%23FC0000' stroke='none'/%3e%3c/svg%3e")
      center right 1.75rem / calc(0.8em + 0.375rem) calc(0.8em + 0.375rem)
      no-repeat;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #fc0000;
  box-shadow: 0 0 0 0.2rem rgba(252, 0, 0, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #fc0000;
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #fc0000;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #fc0000;
}

.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff3030;
  background-color: #ff3030;
}

.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(252, 0, 0, 0.25);
}

.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #fc0000;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #fc0000;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #fc0000;
  box-shadow: 0 0 0 0.2rem rgba(252, 0, 0, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  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) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #fc0000;
  border-color: #fc0000;
}

.btn-danger:hover {
  color: #fff;
  background-color: #d60000;
  border-color: #c90000;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #d60000;
  border-color: #c90000;
  box-shadow: 0 0 0 0 rgba(252, 38, 38, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #fc0000;
  border-color: #fc0000;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c90000;
  border-color: #bc0000;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(252, 38, 38, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #fc0000;
  border-color: #fc0000;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #fc0000;
  border-color: #fc0000;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(252, 0, 0, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #fc0000;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #fc0000;
  border-color: #fc0000;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(252, 0, 0, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #830000;
  background-color: #feb8b8;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #830000;
  background-color: #fe9f9f;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #830000;
  border-color: #830000;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@media (max-width: 767.98px) {
  .admin-bar #wpadminbar {
    position: fixed;
  }
}

html {
  color: #000;
  font-size: 14px;
  height: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100%;
  position: relative;
}

/**
Disable W3C & Bootstrap standard styles for the abbr tag
 */

abbr[title].required {
  border-bottom: none;
  text-decoration: none;
}

.monofont {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

#site-header.has-fixed-top-navbar {
  padding-top: 85px;
}

@media screen and (max-width: 1425.98px) and (max-width: 782px) {
  body.admin-bar #site-header nav.navbar.fixed-top {
    top: 46px !important;
  }
}

#site-footer {
  background: #f4f5f7;
}

#site-footer #wc-footer-main {
  padding: 65px 15px 80px;
}

#site-footer .wc-footer-image {
  margin-bottom: 20px;
}

#site-footer .footer-menu {
  margin-bottom: 20px;
}

#site-footer .footer-menu-title {
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

#site-footer .footer-menu a {
  display: block;
  color: #212529;
  line-height: 1.7;
}

#site-footer .footer-menu a:hover {
  text-decoration: none;
  color: #e1e4e7;
}

#site-footer .location {
  margin-bottom: 10px;
}

#site-footer .location .footer-location-title {
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

#site-footer .location .location-line-1,
#site-footer .location .location-line-2,
#site-footer .location a {
  display: block;
}

#site-footer .location a {
  color: #212529;
}

#site-footer .location a:hover {
  text-decoration: none;
  color: #e1e4e7;
}

#site-footer .opening-hours {
  margin-bottom: 20px;
}

#site-footer .opening-hours-title {
  font-weight: 600;
  margin-bottom: 10px;
}

#site-footer .opening-hours span {
  display: block;
}

#site-footer .wc-footer-social {
  margin-bottom: 20px;
}

#site-footer .wc-footer-social span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

#site-footer .wc-footer-social a {
  margin: 0 15px 0 0;
  font-size: 1.4rem;
  color: #212529;
}

#site-footer .wc-footer-social a:hover {
  text-decoration: none;
  color: #e1e4e7;
}

#wc-bottom-bar {
  padding: 20px 0;
  background: #fff;
}

@media (max-width: 575.98px) {
  #wc-bottom-bar .wc-footer-copyright {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
  }
}

#wc-bottom-bar .bottom-bar-menu {
  width: 100%;
  text-align: center;
}

#wc-bottom-bar .bottom-bar-menu a {
  color: #212529;
  margin: 10px;
  font-size: 1rem;
}

#wc-bottom-bar .bottom-bar-menu a:hover {
  color: #e1e4e7;
  text-decoration: none;
}

html {
  overflow-x: initial;
  width: auto;
  /* 62.5% of 16px browser font size is 10px */
  font-size: 62.5%;
}

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

main {
  margin-top: 76px;
  overflow-x: hidden;
}

body {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-family: "runda", sans-serif;
}

body p {
  font-style: inherit;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 700;
}

h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.6rem;
}

@media only screen and (max-width: 960px) {
  h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}

h3 {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  color: #fc0000;
}

@media only screen and (max-width: 960px) {
  h3 {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }
}

.svg-hacp {
  background: url("sprites.svg") no-repeat;
  background-position: 0 0;
}

.svg-hacp-dims {
  width: 98px;
  height: 80.754px;
}

.svg-icon-arrow-left {
  background: url("sprites.svg") no-repeat;
  background-position: 18.047882136279927% 22.88135593220339%;
}

.svg-icon-arrow-left-dims {
  width: 25px;
  height: 12px;
}

.svg-logo {
  background: url("sprites.svg") no-repeat;
  background-position: 28.91321569023838% 28.727643406542487%;
}

.svg-logo-dims {
  width: 142.589px;
  height: 42.27px;
}

.svg-logo-white {
  background: url("sprites.svg") no-repeat;
  background-position: 58.4997239956631% 40.91283760611768%;
}

.svg-logo-white-dims {
  width: 113.297px;
  height: 33.586px;
}

.svg-svg-arrow-down {
  background: url("sprites.svg") no-repeat;
  background-position: 67.97853309481216% 47.091412742382275%;
}

.svg-svg-arrow-down-dims {
  width: 9px;
  height: 5px;
}

.svg-svg-arrow-right {
  background: url("sprites.svg") no-repeat;
  background-position: 69.43068622148925% 49.82277327791143%;
}

.svg-svg-arrow-right-dims {
  width: 7.729px;
  height: 14.755px;
}

.svg-svg-arrow-right-white {
  background: url("sprites.svg") no-repeat;
  background-position: 74.04644222698872% 55.753954862771906%;
}

.svg-svg-arrow-right-white-dims {
  width: 31.85px;
  height: 25.217px;
}

.svg-svg-gallery-arrow {
  background: url("sprites.svg") no-repeat;
  background-position: 79.24135179465961% 69.04995572491265%;
}

.svg-svg-gallery-arrow-dims {
  width: 26.616px;
  height: 53.183px;
}

.svg-svg-large-arrow-right {
  background: url("sprites.svg") no-repeat;
  background-position: 85.05082532873263% 79.22930427867587%;
}

.svg-svg-large-arrow-right-dims {
  width: 31.85px;
  height: 25.217px;
}

.svg-svg-mail {
  background: url("sprites.svg") no-repeat;
  background-position: 88.978840175405% 84.25031451553222%;
}

.svg-svg-mail-dims {
  width: 19.555px;
  height: 14.666px;
}

.svg-svg-mail-red {
  background: url("sprites.svg") no-repeat;
  background-position: 92.62551395308553% 88.51975612949501%;
}

.svg-svg-mail-red-dims {
  width: 19.555px;
  height: 14.666px;
}

.svg-svg-phone {
  background: url("sprites.svg") no-repeat;
  background-position: 96.27218773076606% 94.09863037422967%;
}

.svg-svg-phone-dims {
  width: 19.555px;
  height: 19.555px;
}

.svg-svg-phone-red {
  background: url("sprites.svg") no-repeat;
  background-position: 99.9188615084466% 99.87155248307812%;
}

.svg-svg-phone-red-dims {
  width: 19.555px;
  height: 19.555px;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  padding-left: 100px;
  height: 425px;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide a {
  display: block;
  height: 100%;
  max-width: 100%;
}

.slick-slide img {
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

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

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

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

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

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

.slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  background: none;
  border: none;
  transition: all 0.2s ease-in-out;
}

.slick-arrow.slick-prev {
  -webkit-transform: translateY(calc(-50% - 95px));
  transform: translateY(calc(-50% - 95px));
}

.slick-arrow.slick-prev:hover {
  -webkit-transform: translateY(calc(-50% - 95px)) translateX(4px);
  transform: translateY(calc(-50% - 95px)) translateX(4px);
}

.slick-arrow.slick-next {
  -webkit-transform: scaleX(-1) translateY(calc(-50%));
  transform: scaleX(-1) translateY(calc(-50%));
}

.slick-arrow.slick-next:hover {
  -webkit-transform: scaleX(-1) translateY(calc(-50%)) translateX(4px);
  transform: scaleX(-1) translateY(calc(-50%)) translateX(4px);
}

.slick-slider .slick-prev {
  width: 24px;
  height: 51px;
  background-size: 24px 51px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/svg-gallery-arrow.svg);
}

.slick-slider .slick-next {
  width: 24px;
  height: 51px;
  background-size: 24px 51px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/svg-gallery-arrow.svg);
}

.btn {
  color: #000;
  padding: 16px 28px;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  position: relative;
  border: 2px solid transparent;
}

.btn.red {
  background: #fc0000;
  color: white;
}

.btn.red:hover {
  background: #ce0000;
}

.btn.transparent {
  background: transparent;
  border: 2px solid #fc0000;
  color: #fc0000;
}

.btn.transparent span {
  position: relative;
  z-index: 2;
}

.btn.transparent:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  background: #fc0000;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.btn.transparent:hover {
  color: white;
}

.btn.transparent:hover:after {
  height: 100%;
}

header#site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 14px 0 18px;
  z-index: 999;
}

header#site-header .main-nav-container {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 960px) {
  header#site-header .main-nav-container {
    display: none;
  }
}

header#site-header .main-nav-container .main-nav-container {
  position: relative;
  z-index: 99;
}

header#site-header .main-nav-container .main-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

header#site-header .main-nav-container .main-nav > li {
  position: relative;
  display: inline-block;
  margin: 0 22px;
  padding: 0;
}

header#site-header .main-nav-container .main-nav > li a {
  color: #0c0b3d;
  font-weight: 500;
}

header#site-header
  .main-nav-container
  .main-nav
  > li.menu-item-has-children:after {
  content: "";
  width: 9px;
  height: 5px;
  background-size: 9px 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/svg-arrow-down.svg);
  display: inline-block;
  -webkit-transform: translateY(-2px) translateX(5px);
  transform: translateY(-2px) translateX(5px);
  transition: all 0.2s ease-in-out;
}

header#site-header
  .main-nav-container
  .main-nav
  > li.menu-item-has-children:hover:after {
  -webkit-transform: translateY(-2px) translateX(5px) rotate(-180deg);
  transform: translateY(-2px) translateX(5px) rotate(-180deg);
}

header#site-header .main-nav-container .main-nav > li:last-child {
  margin-right: 0;
}

header#site-header .main-nav-container .main-nav > li:last-child a {
  padding: 12px 20px;
  background: #fc0000;
  line-height: 44px;
  color: white;
  transition: all 0.2s ease-in-out;
}

header#site-header .main-nav-container .main-nav > li:last-child a:hover {
  background: #0c0b3d;
  text-decoration: none;
}

header#site-header .main-nav-container .main-nav > li ul {
  position: absolute;
  top: 54px;
  list-style-type: none;
  visibility: hidden;
  background: #d8d9cf;
  padding: 30px;
  min-width: 23rem;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

header#site-header .main-nav-container .main-nav > li ul:before {
  position: absolute;
  top: -36px;
  right: 0;
  left: 0;
  content: "";
  background: white;
  display: block;
  height: 36px;
  opacity: 0;
}

header#site-header .main-nav-container .main-nav > li ul li {
  line-height: 4rem;
}

header#site-header .main-nav-container .main-nav > li:hover .sub-menu {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.admin-bar {
  margin-top: 96px;
}

.admin-bar #site-header {
  top: 32px;
}

.mobilebutton {
  width: 24px;
  margin-top: 16px;
  float: right;
}

.mobilebutton span {
  display: block;
  width: 100%;
  height: 2px;
  background: #0c0b3d;
  margin-bottom: 5px;
  transition: all 0.15s ease-in-out;
}

.mobilebutton span:last-child {
  margin-bottom: 0;
}

.mobilebutton.active span {
  background: #fc0000;
}

.mobilebutton.active span:first-child {
  -webkit-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.mobilebutton.active span:nth-child(2) {
  -webkit-transform: translateY(2px) rotate(-45deg);
  transform: translateY(2px) rotate(-45deg);
}

.mobilebutton.active span:nth-child(3) {
  opacity: 0;
}

.mobile-menu {
  position: fixed;
  width: 100vw;
  height: calc(100vh - 75px);
  overflow-y: auto;
  padding: 16px;
  background: white;
  z-index: 99;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  opacity: 1;
  visibility: hidden;
  -webkit-transform: scaleY(100%) translateY(-50px);
  transform: scaleY(100%) translateY(-50px);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 99;
}

.mobile-menu .main-nav {
  padding: 0;
}

.mobile-menu .main-nav > li > a {
  display: block;
  color: #0c0b3d;
  font-family: "Futura";
  font-size: 2.1rem;
  font-weight: 400;
  padding: 15px 0 15px 36px;
}

.mobile-menu .main-nav .sub-menu {
  background: #f6f6f3;
  padding: 20px 0;
  margin: 0 -20px;
}

.mobile-menu .main-nav .sub-menu a {
  display: inline-block;
  font-size: 2rem;
  font-weight: 100;
  color: #0c0b3d;
  padding: 8px 0 8px 86px;
}

.mobile-menu .menu-item-has-children {
  position: relative;
}

.mobile-menu .menu-item-has-children:after {
  position: absolute;
  right: 44px;
  top: 22px;
  content: "";
  width: 9px;
  height: 5px;
  background-size: 9px 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/svg-arrow-down.svg);
  display: inline-block;
  -webkit-transform: translateY(-2px) translateX(5px);
  transform: translateY(-2px) translateX(5px);
  transition: all 0.2s ease-in-out;
}

.mobile-menu ul {
  list-style-type: none;
}

.mobile-menu.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(100%) translateY(0);
  transform: scaleY(100%) translateY(0);
}

.mobile-menu .btns {
  text-align: center;
  margin: 0 19px;
}

.mobile-menu .btns .btn {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  font-size: 2rem;
}

.mobile-menu .contact,
.mobile-menu .support {
  display: inline-block;
  width: 48%;
}

body .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 100;
}

body .gform_wrapper.gravity-theme input[type="color"],
body .gform_wrapper.gravity-theme input[type="date"],
body .gform_wrapper.gravity-theme input[type="datetime-local"],
body .gform_wrapper.gravity-theme input[type="datetime"],
body .gform_wrapper.gravity-theme input[type="email"],
body .gform_wrapper.gravity-theme input[type="month"],
body .gform_wrapper.gravity-theme input[type="number"],
body .gform_wrapper.gravity-theme input[type="password"],
body .gform_wrapper.gravity-theme input[type="search"],
body .gform_wrapper.gravity-theme input[type="tel"],
body .gform_wrapper.gravity-theme input[type="text"],
body .gform_wrapper.gravity-theme input[type="time"],
body .gform_wrapper.gravity-theme input[type="url"],
body .gform_wrapper.gravity-theme input[type="week"],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
  border: 1px solid #d8d9ce;
  border-radius: 0;
}

body .gform_wrapper.gravity-theme .gfield {
  margin-bottom: 25px;
}

body .ginput_container_consent {
  margin-top: -30px;
}

body [type="checkbox"] {
  border-radius: 0;
  border: 1px solid #d8d9ce;
  margin-right: 12px;
}

body .gform_wrapper.gravity-theme .gform_footer {
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

body .gform_button.button {
  background: #fc0000;
  border: none;
  color: white;
  padding: 16px 28px;
}

body .gform_wrapper.gravity-theme .gform_previous_button.button,
body .gform_wrapper.gravity-theme .gform_save_link.button {
  background: #fc0000;
}

body .gform_wrapper.gravity-theme .gform_page_footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

body .gform_wrapper.gravity-theme .gform_page_footer input {
  background: #fc0000;
  color: white;
  border: none;
  width: auto;
  height: 60px;
  line-height: 60px;
  content: "";
  padding: 0 12px;
}

body .pc_image_choice .gfield_radio .gchoice,
body .pc_image_choice .gfield_checkbox .gchoice {
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
}

@media only screen and (max-width: 960px) {
  body .pc_image_choice .gfield_radio .gchoice,
  body .pc_image_choice .gfield_checkbox .gchoice {
    display: block;
    -ms-flex: none;
    flex: none;
  }
}

body .pc_image_choice .gfield_radio .gchoice label {
  border: none;
  background: #d8d9cf;
  padding: 0 0 22px;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

body .pc_image_choice .gfield_radio .gchoice label img {
  margin: 0 0 20px;
  max-height: 210px;
}

body .pc_image_choice .gfield_radio .gchoice label:hover {
  box-shadow: none;
  background: #fc0000;
  color: white;
}

body .ginput_container_radio .gfield_radio {
  display: -ms-flexbox;
  display: flex;
}

body .gform_wrapper.gravity-theme .gfield_required {
  display: none;
}

body .gform_wrapper.gravity-theme .gfield_html {
  margin: 0;
}

body .gform_wrapper.gravity-theme h2 {
  font-size: 4rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 0;
}

body .gform_wrapper.gravity-theme .gform_previous_button.button {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

body .gform_page_footer {
  min-height: 104px;
  position: relative;
}

body .gf_progressbar_title {
  display: none;
}

body .gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
  background-color: #fc0000;
}

body .gform_wrapper {
  position: relative;
  padding-bottom: 0px;
}

body .gf_progressbar_wrapper {
  position: absolute;
  bottom: 25px;
  left: 20%;
  right: 20%;
}

body .pc_image_choice .gfield_radio .gchoice.active label {
  box-shadow: none;
  background: #fc0000;
  color: white;
}

body .gform_wrapper.gravity-theme .gform_page_footer input.gform_image_button {
  width: 64px;
  height: 64px;
}

body .pc_image_choice .gfield_radio .gchoice input[type="radio"],
body .pc_image_choice .gfield_checkbox .gchoice input[type="checkbox"] {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 9;
}

body #gform_page_4_8 .gform_fields {
  max-width: 768px;
  margin: 0 auto;
}

footer.main-footer {
  background: #0c0b3d;
  color: white;
  padding: 42px 0 0;
}

footer.main-footer a {
  color: white;
}

footer.main-footer p {
  margin: 0;
}

footer.main-footer [alt="HACP"] {
  margin-top: 30px;
}

footer.main-footer .socials {
  margin-top: 30px;
}

footer.main-footer .socials a {
  background: #fc0000;
  display: inline-block;
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  margin-right: 16px;
  transition: all 0.2s ease-in-out;
}

footer.main-footer .socials a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background: #e30000;
}

footer.main-footer .footer-inner {
  margin-top: 40px;
}

footer.main-footer .footer-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 16rem;
}

footer.main-footer .footer-links li {
  line-height: 4rem;
}

footer.main-footer .footer-links li:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 7px;
  height: 14px;
  background-size: 7px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/svg-arrow-right.svg);
  transition: all 0.15s ease-in-out;
}

footer.main-footer .footer-links li:hover:before {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}

footer.main-footer .email a {
  color: #fc0000;
}

footer.main-footer .logo-link {
  display: block;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  footer.main-footer .logo-link {
    margin: 35px 0;
  }
}

footer.main-footer .copyright {
  text-align: right;
}

footer.main-footer .copyright .margin-right {
  display: inline-block;
  margin-right: 72px;
}

footer.main-footer .bottom-bar {
  margin-top: 34px;
  border-top: 1px solid #31305a;
  padding: 28px 0;
}

footer.main-footer .bottom-links a {
  display: inline-block;
  margin-right: 72px;
}

footer.main-footer .bottom-links a:last-of-type {
  margin-right: 0;
}

section.call-to-action {
  background: #fc0000;
  color: white;
  padding: 76px 92px;
  margin-bottom: 76px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 960px) {
  section.call-to-action {
    padding: 35px 19px;
  }
}

section.call-to-action .title {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: left;
}

section.call-to-action h2 {
  color: white;
  max-width: 464px;
}

@media only screen and (max-width: 960px) {
  section.call-to-action h2 {
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 960px) {
  section.call-to-action .content {
    text-align: center;
  }
}

section.call-to-action .buttons {
  text-align: center;
}

section.call-to-action .buttons .button {
  display: inline-block;
  margin: 76px 12px 0;
}

@media only screen and (max-width: 960px) {
  section.call-to-action .buttons .button {
    margin: 12px 0;
    display: block;
  }
}

@media only screen and (max-width: 960px) {
  section.call-to-action .buttons .button .btn {
    display: block;
    width: 100%;
  }
}

section.call-to-action .buttons .button .btn.red {
  background: #0c0b3d;
  color: white;
}

section.call-to-action .buttons .button .btn.red:hover {
  background: white;
  color: #0c0b3d;
}

section.call-to-action .buttons .button .btn.transparent {
  border: 2px solid white;
  color: white;
}

section.call-to-action .buttons .button .btn.transparent:hover {
  background: white;
  color: #fc0000;
}

section.call-to-action .buttons .button .btn.transparent:hover:after {
  content: none;
}

.fs-page-header .container {
  position: relative;
}

@media only screen and (max-width: 960px) {
  .fs-page-header .video-wrapper {
    min-height: auto;
    position: relative;
  }
}

.fs-page-header video {
  max-width: 100%;
}

.fs-page-header .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  width: 100%;
  max-width: 1164px;
}

@media only screen and (max-width: 960px) {
  .fs-page-header .overlay {
    width: calc(100% - 64px);
    top: 40%;
    margin: 0 auto;
  }
}

.fs-page-header .overlay h1 {
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: white;
  font-size: 6rem;
}

@media only screen and (max-width: 960px) {
  .fs-page-header .overlay h1 {
    font-size: 2.5rem;
    display: block;
  }
}

.fs-page-header .button-group {
  position: absolute;
  bottom: 0;
  right: 0;
  background: white;
  padding: 30px 34px 20px;
}

@media only screen and (max-width: 960px) {
  .fs-page-header .button-group {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
  }
}

.fs-page-header .button-group .btn {
  margin: 0 12px;
}

@media only screen and (max-width: 960px) {
  .fs-page-header .button-group .btn {
    margin: 0 0 10px;
    width: 100%;
  }
}

.fs-page-header .button-group .btn.red:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.fs-page-header .button-group .btn.transparent {
  background: transparent;
}

.fs-page-header .button-group .btn.transparent span {
  position: relative;
  z-index: 2;
}

.fs-page-header .button-group .btn.transparent:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  background: #fc0000;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}

.fs-page-header .button-group .btn.transparent:hover:after {
  height: 100%;
}

.block-links {
  position: relative;
  background: #f6f6f3;
  margin-top: 64px;
  padding-bottom: 64px;
}

.block-links:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 170px;
  background: white;
}

.block-links .block-link {
  position: relative;
  overflow: hidden;
}

.block-links .block-link a {
  display: block;
}

.block-links .block-link img {
  width: 100%;
  max-height: 464px;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-links .block-link p {
  background: #d8d9cf;
  padding: 36px 38px;
  text-transform: uppercase;
  color: #0c0b3d;
  font-weight: bold;
  font-size: 2.4rem;
}

@media only screen and (max-width: 960px) {
  .block-links .block-link p {
    padding: 16px;
    font-size: 1.6rem;
  }
}

.block-links .block-link .btn.icon {
  position: absolute;
  right: 20px;
  bottom: 70px;
  width: 60px;
  height: 60px;
  padding: 0;
  background: #fc0000;
  color: white;
  line-height: 60px;
  transition: all 0.2s ease-in-out;
  text-indent: -9999px;
}

@media only screen and (max-width: 960px) {
  .block-links .block-link .btn.icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    bottom: 46px;
  }
}

.block-links .block-link .btn.icon:after {
  content: "";
  width: 32px;
  height: 26px;
  background-size: 32px 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/svg-arrow-right-white.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.block-links .block-link:hover a {
  text-decoration: none;
}

.block-links .block-link:hover .btn.icon {
  right: 0;
}

.block-links + .image-text {
  margin-top: 0;
}

section.image-text {
  background: #0c0b3d;
  margin-top: 64px;
  padding-top: 80px;
  margin-bottom: 80px;
}

section.image-text img {
  margin-bottom: -80px;
}

@media only screen and (max-width: 960px) {
  section.image-text img {
    margin-bottom: 35px;
    width: 100%;
  }
}

section.image-text .content {
  max-width: 474px;
}

@media only screen and (max-width: 960px) {
  section.image-text .content {
    width: 100%;
    margin-bottom: 80px;
  }
}

section.image-text h2,
section.image-text p {
  color: white;
}

section.image-text .btn {
  margin-top: 30px;
}

section.icon-lists {
  margin-top: 140px;
}

section.icon-lists .content {
  margin-bottom: 48px;
}

section.icon-lists .list {
  padding-left: 88px;
  margin-left: 20px;
  margin-bottom: 48px;
}

section.icon-lists .list:after {
  content: "";
  clear: both;
  display: table;
}

section.icon-lists .list img {
  float: left;
  margin-left: -108px;
}

section.icon-lists .list ul {
  padding: 0;
  margin: 0 0 0 20px;
  list-style-type: square;
}

section.case-slider {
  margin: 100px 0;
  display: none;
}

section.two-column-content h2 {
  margin-bottom: 40px;
}

section.two-column-content .two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 3.5rem;
  -moz-column-gap: 3.5rem;
  column-gap: 3.5rem;
}

@media only screen and (max-width: 960px) {
  section.two-column-content .two-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: initial;
    -moz-column-gap: initial;
    column-gap: initial;
  }
}

section.two-column-content .button-group {
  text-align: center;
  margin: 70px 0;
}

.fs-faq {
  margin: 40px 0;
}

.fs-faq .intro {
  background: #f6f6f3;
  padding: 35px;
}

.fs-faq .faq-wrapper {
  border-bottom: 1px solid #ccc;
  transition: all 0.2s ease-in-out;
}

.fs-faq .faq-wrapper.active {
  background: #f6f6f3;
}

.fs-faq .faq-wrapper.active .title h3 {
  padding-left: 25px;
  color: #fa0000;
}

.fs-faq .faq-wrapper.active .title:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.fs-faq .container.small .faq-list {
  max-width: 660px;
}

.fs-faq .faq-list {
  margin: 35px auto 0;
}

.fs-faq .title {
  position: relative;
}

.fs-faq .title:after {
  content: "";
  width: 9px;
  height: 5px;
  background-size: 9px 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/svg-arrow-down.svg);
  display: inline-block;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 28px;
  right: 35px;
}

.fs-faq .title h3 {
  cursor: pointer;
  line-height: 2.4;
  text-transform: none;
  font-weight: 700;
  font-size: 22px;
  color: #0c0b3d;
  transition: all 0.2s ease-in-out;
}

.fs-faq .faq-content {
  display: none;
  /* Hide content initially */
  padding: 0 25px;
  font-size: 18px;
}

.single-deur main {
  margin-top: 96px;
}

.single-deur main .container {
  max-width: 1160px;
}

.single-deur main .page-header {
  background: #f6f6f3;
  position: relative;
  margin-bottom: 100px;
}

.single-deur main .page-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background: white;
}

@media only screen and (max-width: 960px) {
  .single-deur main .page-header:before {
    content: none;
  }
}

.single-deur main .page-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: white;
  z-index: 1;
}

.single-deur main .page-header .image-wrapper {
  max-height: 515px;
  max-width: 527px;
  position: relative;
  z-index: 2;
}

.single-deur main .page-header .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-deur main .page-header .content {
  padding: 100px 100px 50px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 960px) {
  .single-deur main .page-header .content {
    padding: 30px 19px;
  }
}

.single-deur main .page-header .content h1 {
  margin-top: 100px;
  font-size: 4rem;
  margin-bottom: 35px;
}

@media only screen and (max-width: 960px) {
  .single-deur main .page-header .content h1 {
    margin-top: 20px;
    font-size: 3rem;
  }
}

.single-deur main .page-header .button {
  margin-bottom: 100px;
  padding-left: 100px;
}

@media only screen and (max-width: 960px) {
  .single-deur main .page-header .button {
    padding: 0 19px;
    margin-bottom: 35px;
  }
}

.single-deur main .technical-specs {
  margin-bottom: 100px;
}

.single-deur main .technical-specs .content h2 {
  max-width: 400px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 960px) {
  .single-deur main .technical-specs .content h2 {
    max-width: 100%;
  }
}

.single-deur main .technical-specs dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 48px;
  padding: 0;
}

@media only screen and (max-width: 960px) {
  .single-deur main .technical-specs dl {
    display: block;
  }
}

.single-deur main .technical-specs dl dt {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  font-weight: 500;
  height: 4rem;
  line-height: 4rem;
  border-bottom: 1px solid #d8d9ce;
}

@media only screen and (max-width: 960px) {
  .single-deur main .technical-specs dl dt {
    height: auto;
    line-height: 2.4;
  }
}

.single-deur main .technical-specs dl dd {
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  height: 4rem;
  line-height: 4rem;
  border-bottom: 1px solid #d8d9ce;
}

@media only screen and (max-width: 960px) {
  .single-deur main .technical-specs dl dd {
    height: auto;
    line-height: 2.4;
  }
}

@media only screen and (max-width: 960px) {
  .single-deur main .technical-specs .btn {
    width: 100%;
    margin-bottom: 35px;
  }
}

.single-deur main .technical-specs .image-wrapper {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-deur main .gallery {
  position: relative;
  padding: 76px 0;
}

.single-deur main .gallery:before {
  content: "";
  display: block;
  background: #0c0b3d;
  position: absolute;
  top: 0;
  right: -50%;
  left: -50%;
  bottom: 0;
  z-index: -1;
}

.single-deur main .gallery h2 {
  color: white;
  text-align: center;
  margin-bottom: 60px;
}

.single-deur .cases {
  display: none;
}

.single-deur .call-to-action {
  margin-top: 100px;
}

.single-deur .main-footer {
  position: relative;
}

.single-deur .main-footer:before {
  content: "";
  display: block;
  background: #f6f6f3;
  position: absolute;
  top: -300px;
  left: 0;
  right: 0;
  height: 300px;
  z-index: -1;
}

.page-template-template-about-us .page-header .content {
  padding: 100px;
}

@media only screen and (max-width: 960px) {
  .page-template-template-about-us .page-header .content {
    padding: 0;
  }
}

.page-template-template-about-us .page-header .content h1 {
  font-size: 4rem;
  margin-top: 116px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 960px) {
  .page-template-template-about-us .page-header .content h1 {
    margin-top: 20px;
    font-size: 3.2rem;
  }
}

.page-template-template-about-us .page-header .image-wrapper {
  min-height: 720px;
  min-width: 720px;
}

@media only screen and (max-width: 960px) {
  .page-template-template-about-us .page-header .image-wrapper {
    min-height: 300px;
    min-width: 100%;
  }
}

.page-template-template-about-us .page-header .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-template-template-about-us .employees .container {
  background: #f6f6f3;
  padding: 188px 96px 150px;
  margin-top: -80px;
}

@media only screen and (max-width: 960px) {
  .page-template-template-about-us .employees .container {
    margin-top: 35px;
    padding: 20px;
  }
}

.page-template-template-about-us .employees .container h2 {
  font-size: 4rem;
  margin-bottom: 64px;
}

@media only screen and (max-width: 960px) {
  .page-template-template-about-us .employees .container h2 {
    margin-bottom: 32px;
    font-size: 3.6rem;
    text-align: center;
  }
}

.page-template-template-about-us .employees .department {
  margin-bottom: 110px;
}

@media only screen and (max-width: 960px) {
  .page-template-template-about-us .employees .department {
    margin-bottom: 35px;
  }
}

.page-template-template-about-us .employees .department:last-child {
  margin-bottom: 0;
}

.page-template-template-about-us .employees .employee {
  max-width: 376px;
  background: white;
}

@media only screen and (max-width: 960px) {
  .page-template-template-about-us .employees .employee {
    max-width: 100%;
    margin-bottom: 35px;
  }
}

.page-template-template-about-us .employees .employee .details {
  padding: 30px 40px;
}

@media only screen and (max-width: 960px) {
  .page-template-template-about-us .employees .employee .details {
    padding: 20px 19px;
    text-align: center;
  }
}

.page-template-template-about-us .employees .employee .details h4 {
  font-size: 2.4rem;
  text-transform: none;
  margin-bottom: 30px;
}

@media only screen and (max-width: 960px) {
  .page-template-template-about-us .employees .employee .details h4 {
    margin-bottom: 10px;
  }
}

.page-template-template-about-us .employees .employee .details a {
  display: block;
  color: #fc0000;
  text-decoration: none;
  margin-bottom: 12px;
}

.page-template-template-about-us .employees .employee .details a:last-child {
  margin-bottom: 0;
  text-decoration: underline;
}

.page-template-template-about-us .employees .employee .details a i {
  display: inline-block;
  margin-right: 20px;
}

.page-template-template-about-us .employees .employee .details a .phone {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/svg-phone.svg);
}

.page-template-template-about-us .employees .employee .details a .mail {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/svg-mail.svg);
}

.page-template-template-about-us .sub-content {
  margin-bottom: 110px;
}

@media only screen and (max-width: 960px) {
  .page-template-template-about-us .sub-content {
    margin-bottom: 35px;
  }
}

.page-template-template-about-us .sub-content .container {
  padding: 110px 96px;
}

@media only screen and (max-width: 960px) {
  .page-template-template-about-us .sub-content .container {
    padding: 35px 19px;
  }
}

.page-template-template-about-us .sub-content .container .two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

@media only screen and (max-width: 960px) {
  .page-template-template-about-us .sub-content .container .two-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.page-template-template-contact main .container {
  max-width: 866px;
}

@media only screen and (max-width: 960px) {
  .page-template-template-contact main .container {
    max-width: 100%;
  }
}

.page-template-template-contact .page-header {
  padding: 120px 0;
}

@media only screen and (max-width: 960px) {
  .page-template-template-contact .page-header {
    padding: 35px 0;
  }
}

.page-template-template-contact .page-header h1 {
  font-size: 4rem;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 960px) {
  .page-template-template-contact .page-header h1 {
    margin-bottom: 2rem;
    text-align: center;
  }
}

.page-template-template-contact .page-header a {
  display: block;
  color: #fc0000;
  text-decoration: none;
  margin-bottom: 12px;
  line-height: 30px;
}

@media only screen and (max-width: 960px) {
  .page-template-template-contact .page-header a {
    text-align: center;
  }
}

.page-template-template-contact .page-header a i {
  display: inline-block;
  margin-right: 20px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.page-template-template-contact .page-header a .phone {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/svg-phone-red.svg);
}

.page-template-template-contact .page-header a .mail {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/svg-mail-red.svg);
}

.page-template-template-contact .page-header a:last-child {
  text-decoration: underline;
}

.page-template-template-contact .contactform {
  background: #f6f6f3;
  padding: 88px 0;
}

@media only screen and (max-width: 960px) {
  .page-template-template-contact .contactform {
    padding: 35px 0;
  }
}

.page-template-template-contact .main-footer {
  margin-top: -20px;
}

@media only screen and (max-width: 960px) {
  .page-template-template-contact .main-footer {
    margin-top: 20px;
  }
}

.page-template-template-configurator main .configurator {
  background: #f6f6f3;
  padding: 80px 0;
}

.page-template-template-configurator main .configurator .container {
  max-width: 1160px;
  margin: 0 auto;
}

.page-template-template-configurator .maatwerk {
  position: relative;
  padding-left: 30px;
}

.page-template-template-configurator .maatwerk:before {
  content: "!";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: #fc0000;
  text-align: center;
  color: white;
  font-weight: 400;
  font-size: 1.8rem;
}

.single-case .page-header {
  position: relative;
  margin-bottom: 100px;
}

@media only screen and (max-width: 960px) {
  .single-case .page-header {
    margin-bottom: 60px;
  }
}

.single-case .page-header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 100px;
  bottom: 100px;
  background: #f6f6f3;
}

@media only screen and (max-width: 960px) {
  .single-case .page-header:before {
    right: -20px;
    left: 150px;
    bottom: 120px;
  }
}

.single-case .page-header .image-wrapper {
  width: 570px;
  height: 570px;
  margin-top: 64px;
}

@media only screen and (max-width: 960px) {
  .single-case .page-header .image-wrapper {
    width: 100%;
    height: auto;
  }
}

.single-case .page-header .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-case .page-header .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 400px;
}

@media only screen and (max-width: 960px) {
  .single-case .page-header .content {
    max-width: 100%;
    margin-top: 20px;
  }
}

.single-case .page-header .content h1 {
  font-size: 4rem;
  color: #0c0b3d;
  text-decoration: none;
  text-transform: none;
}

@media only screen and (max-width: 960px) {
  .single-case .page-header .content h1 {
    font-size: 3rem;
  }
}

.single-case .page-header .content h3 a {
  color: #fc0000;
  font-size: 1.4rem;
  font-weight: 300;
}

.single-case section.intro-content {
  margin-bottom: 100px;
}

@media only screen and (max-width: 960px) {
  .single-case section.intro-content {
    margin-bottom: 20px;
  }
}

.single-case section.intro-content h2 {
  margin-bottom: 35px;
}

.single-case section.intro-content .container {
  max-width: 964px;
}

.single-case section.intro-content .two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

@media only screen and (max-width: 960px) {
  .single-case section.intro-content .two-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.single-case section.gallery {
  position: relative;
  padding: 76px 0;
}

@media only screen and (max-width: 960px) {
  .single-case section.gallery {
    padding: 35px 0;
  }
}

.single-case section.gallery:before {
  content: "";
  display: block;
  background: #0c0b3d;
  position: absolute;
  top: 0;
  right: -50%;
  left: -50%;
  bottom: 0;
  z-index: -1;
}

.single-case section.gallery h2 {
  color: white;
  text-align: center;
  margin-bottom: 60px;
}

.single-case section.video {
  margin: 160px 0 60px;
  text-align: center;
  background: #f6f6f3;
  padding: 60px 0;
}

@media only screen and (max-width: 960px) {
  .single-case section.video {
    margin: 80px 0 40px;
  }
}

.single-case section.video video {
  max-width: 964px;
  margin: 0 auto;
}

.post-type-archive-case .page-header {
  background: #0c0b3d;
  height: 260px;
}

@media only screen and (max-width: 960px) {
  .post-type-archive-case .page-header {
    height: 160px;
  }
}

.post-type-archive-case .page-header h1 {
  font-size: 4rem;
  line-height: 26rem;
  text-align: center;
  color: white;
}

@media only screen and (max-width: 960px) {
  .post-type-archive-case .page-header h1 {
    font-size: 3rem;
    line-height: 16rem;
  }
}

.post-type-archive-case .cases {
  margin-top: -30px;
}

@media only screen and (max-width: 960px) {
  .post-type-archive-case .cases {
    margin-top: 35px;
  }
}

.post-type-archive-case .cases .container {
  max-width: 964px;
}

.post-type-archive-case .cases .case {
  position: relative;
  height: 470px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 960px) {
  .post-type-archive-case .cases .case {
    height: auto;
  }
}

.post-type-archive-case .cases .case h3 a {
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #fc0000;
  font-weight: 400;
}

.post-type-archive-case .cases .case h2 {
  line-height: 3.6rem;
  text-transform: none;
}

@media only screen and (max-width: 960px) {
  .post-type-archive-case .cases .case h2 {
    line-height: 2.8rem;
  }
}

.post-type-archive-case .cases .case h2 a {
  color: #0c0b3d;
  font-size: 2.8rem;
}

@media only screen and (max-width: 960px) {
  .post-type-archive-case .cases .case h2 a {
    font-size: 2.2rem;
  }
}

.post-type-archive-case .cases .case:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  width: 90%;
  height: 90%;
  background: #f6f6f3;
}

.post-type-archive-case .cases .case .image-wrapper {
  margin-top: 100px;
  width: 376px;
  height: 376px;
}

@media only screen and (max-width: 960px) {
  .post-type-archive-case .cases .case .image-wrapper {
    margin-top: 20px;
  }
}

.post-type-archive-case .cases .case .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 960px) {
  .post-type-archive-case .cases .case .image-wrapper img {
    max-height: 260px;
  }
}

.post-type-archive-case .cases .case .case-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

@media only screen and (max-width: 960px) {
  .post-type-archive-case .cases .case .case-info {
    padding-top: 35px;
  }
}

.post-type-archive-case .cases .case .case-btn {
  position: absolute;
  right: 40px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fc0000;
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 960px) {
  .post-type-archive-case .cases .case .case-btn {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}

.post-type-archive-case .cases .case .case-btn:before {
  content: "";
  display: block;
  width: 31px;
  height: 24px;
  background-size: 31px 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/svg-arrow-right-white.svg);
  margin: 18px auto 0;
}

@media only screen and (max-width: 960px) {
  .post-type-archive-case .cases .case .case-btn:before {
    background-size: 80%;
    margin: 12px auto 0;
  }
}

.post-type-archive-case .cases .case:hover .image-wrapper img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.post-type-archive-case .cases .case:hover .case-btn {
  background: #0c0b3d;
}

a {
  color: #fc0000;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #fc0000;
  text-decoration: underline;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  padding: 8px 20px;
  background: #0c0b3d;
  color: #fff;
  transition: all 0.2s ease-in-out;
  border: none;
}

button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
  background: #0c0b3d;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  list-style: none;
  background-color: #fff;
  margin: 76px 0 -76px;
  font-size: 14px;
}

.btn.transparent:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  background: #fc0000;
  transition: all 0.2s ease-in-out;
  z-index: -1;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

header#site-header
  .main-nav-container
  .main-nav
  > li.menu-item-has-children
  > a:after {
  content: "";
  width: 9px;
  height: 5px;
  background-size: 9px 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/svg-arrow-down.svg);
  display: inline-block;
  -webkit-transform: translateY(-2px) translateX(5px);
  transform: translateY(-2px) translateX(5px);
  transition: all 0.2s ease-in-out;
}

header#site-header
  .main-nav-container
  .main-nav
  > li.menu-item-has-children:hover
  > a:after {
  -webkit-transform: translateY(-2px) translateX(5px) rotate(-180deg);
  transform: translateY(-2px) translateX(5px) rotate(-180deg);
}

header#site-header .main-nav-container .main-nav > li.configurator a {
  padding: 12px 20px;
  background: #fc0000;
  line-height: 44px;
  color: white;
  transition: all 0.2s ease-in-out;
}

header#site-header .main-nav-container .main-nav > li.configurator a:hover {
  background: #0c0b3d;
  text-decoration: none;
}

header#site-header .main-nav-container .main-nav > li.offerte a {
  padding: 12px 20px;
  background: transparent;
  line-height: 44px;
  transition: all 0.2s ease-in-out;
  border: 1px solid #fc0000;
}

header#site-header .main-nav-container .main-nav > li.offerte a:hover {
  background: #fc0000;
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 960px) {
  header#site-header .main-nav-container {
    position: fixed;
    top: 75px;
    left: -200%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #fff;
    transition: all 0.3s;
    display: block;
    padding: 25px 0;
  }

  .menu-open header#site-header .main-nav-container {
    left: 0%;
  }

  header#site-header .main-nav-container .main-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  header#site-header .main-nav-container .main-nav > li {
    font-size: 28px;
    line-height: 34px;
    color: #0c0b3d;
    width: 100%;
    margin: 0 20px 35px !important;
  }

  header#site-header .main-nav-container .main-nav > li span {
    position: absolute;
    top: 0px;
    right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 9 5'%3E%3Cpath d='M4.5,0,9,5H0Z' transform='translate(9 5) rotate(180)' fill='%230c0b3d'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 99;
    transition: all 0.3s;
  }

  header#site-header .main-nav-container .main-nav > li.open span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  header#site-header .main-nav-container .main-nav > li ul {
    position: static;
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    display: none;
  }

  header#site-header .main-nav-container .main-nav > li.open ul {
    display: block;
  }

  header#site-header .main-nav-container .main-nav > li.offerte a,
  header#site-header .main-nav-container .main-nav > li.configurator a {
    display: block;
  }
}

.mobilebutton {
  width: 24px;
  margin-top: 16px;
  float: right;
  cursor: pointer;
}

body .pc_image_choice .gfield_radio .gchoice label {
  position: relative;
  border: none;
  background: #d8d9cf;
  padding: 0 0 22px;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

body .pc_image_choice .gfield_radio .gchoice label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 210px;
  opacity: 0;
  background-color: #fc0000;
  z-index: -1;
}

body .pc_image_choice .gfield_radio .gchoice input:checked + label {
  color: #fff;
  background-color: #fc0000;
}

body .pc_image_choice .gfield_radio .gchoice input:checked + label:after {
  opacity: 0.6;
  z-index: 1;
}

body .pc_image_choice .gfield_radio .gchoice label img {
  margin: 0 0 20px;
  max-height: 210px;
}

body .pc_image_choice .gfield_radio .gchoice label:hover {
  box-shadow: none;
  background: #fc0000;
  color: white;
}

body .pc_image_choice .gfield_radio .gchoice input[type="radio"] {
  display: none;
}

body .gform_wrapper.gravity-theme h3 {
  text-align: center;
}

body .gf_progressbar_wrapper {
  position: absolute;
  bottom: 25px;
  left: 20%;
  right: 20%;
}

@media only screen and (max-width: 576px) {
  body .gf_progressbar_wrapper {
    bottom: -50px;
  }
}

body .gform_wrapper.gravity-theme input[type="main"],
body .gform_wrapper.gravity-theme input[type="tel"],
body .gform_wrapper.gravity-theme input[type="text"],
body .gform_wrapper.gravity-theme input[type="email"],
body .gform_wrapper.gravity-theme select {
  padding: 21px 18px;
  background-color: #fff;
  font-size: 14px;
  line-height: 14px;
}

.gform_wrapper.gravity-theme .gchoice {
  margin-right: 35px;
  width: 25%;
}

@media only screen and (max-width: 576px) {
  footer.main-footer .footer-links {
    -ms-flex-direction: initial;
    flex-direction: initial;
    height: auto;
  }

  footer.main-footer .footer-links li {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  footer.main-footer .logo-link {
    margin: 35px 0;
  }
}

section.image-text {
  margin-top: 64px;
  padding-top: 80px;
  margin-bottom: 80px;
}

section.image-text.has-background {
  background: #0c0b3d;
}

section.image-text.has-background h2,
section.image-text.has-background p {
  color: white;
}

.single-deur main .technical-specs .image-wrapper {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-deur main .content__mid {
  padding: 50px 0;
}

.single-deur main .content__mid .content__mid-title {
  margin-bottom: 50px;
}

.single-deur main .content__mid p {
  margin-bottom: 25px;
}

.page-template-template-about-us .employees .employee .details a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #fc0000;
  text-decoration: none;
  margin-bottom: 12px;
}

.page-template-template-about-us .employees .employee .details a:last-child {
  margin-bottom: 0;
}

.page-template-template-about-us .employees .employee .details a:hover {
  text-decoration: underline;
}

.page-template-template-about-us .employees .employee .details a i {
  display: inline-block;
  margin-right: 20px;
  width: 20px;
}

.page-template-template-contact .page-header a:hover {
  text-decoration: underline;
}

.page-template-template-contact .page-header a i {
  display: inline-block;
  margin-right: 5px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

header#site-header
  .main-nav-container
  .main-nav
  > li.menu-item-has-children
  > a:after {
  display: none;
}

@media only screen and (max-width: 992px) {
  .single-case section.video video {
    max-width: 90%;
  }
}

.cases__carousel .cases__carousel__item {
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .cases .cases__carousel__item,
  .post-type-archive-case .cases .case {
    height: auto;
  }
}

.cases .cases__carousel__item h3 a,
.post-type-archive-case .cases .case h3 a {
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #fc0000;
  font-weight: 400;
}

.cases .cases__carousel__item h2,
.post-type-archive-case .cases .case h2 {
  line-height: 3.6rem;
  text-transform: none;
}

@media only screen and (max-width: 960px) {
  .cases .cases__carousel__item h2,
  .post-type-archive-case .cases .case h2 {
    line-height: 2.8rem;
  }
}

.cases .cases__carousel__item h2 a,
.post-type-archive-case .cases .case h2 a {
  color: #0c0b3d;
  font-size: 2.8rem;
}

@media only screen and (max-width: 960px) {
  .cases .cases__carousel__item h2 a,
  .post-type-archive-case .cases .case h2 a {
    font-size: 2.2rem;
  }
}

.cases .cases__carousel__item__inner:before,
.post-type-archive-case .cases .case:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  width: 90%;
  height: 90%;
  background: #f6f6f3;
}

.cases .cases__carousel__item .image-wrapper,
.post-type-archive-case .cases .case .image-wrapper {
  margin-top: 100px;
  width: 376px;
  height: 376px;
}

@media only screen and (max-width: 960px) {
  .cases .cases__carousel__item .image-wrapper,
  .post-type-archive-case .cases .case .image-wrapper {
    margin-top: 20px;
  }
}

.cases .cases__carousel__item .image-wrapper img,
.post-type-archive-case .cases .case .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 960px) {
  .cases .cases__carousel__item .image-wrapper img,
  .post-type-archive-case .cases .case .image-wrapper img {
    max-height: 260px;
  }
}

.cases .cases__carousel__item .case-info,
.post-type-archive-case .cases .case .case-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

@media only screen and (max-width: 960px) {
  .cases .cases__carousel__item .case-info,
  .post-type-archive-case .cases .case .case-info {
    padding-top: 35px;
  }
}

.cases .cases__carousel__item .case-btn,
.post-type-archive-case .cases .case .case-btn {
  position: absolute;
  right: 40px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fc0000;
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 960px) {
  .cases .cases__carousel__item .case-btn,
  .post-type-archive-case .cases .case .case-btn {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}

.cases .cases__carousel__item .case-btn:before,
.post-type-archive-case .cases .case .case-btn:before {
  content: "";
  display: block;
  width: 31px;
  height: 24px;
  background-size: 31px 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/svg-arrow-right-white.svg);
  margin: 18px auto 0;
}

@media only screen and (max-width: 960px) {
  .cases .cases__carousel__item .case-btn:before,
  .post-type-archive-case .cases .case .case-btn:before {
    background-size: 80%;
    margin: 12px auto 0;
  }
}

.cases .cases__carousel__item:hover .image-wrapper img,
.post-type-archive-case .cases .case:hover .image-wrapper img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.cases .cases__carousel__item:hover .case-btn,
.post-type-archive-case .cases .case:hover .case-btn {
  background: #0c0b3d;
}

/* Cases carousel */

.cases .cases__carousel__title {
  text-align: center;
  margin: 75px 0 50px;
}

.cases .cases__carousel {
  margin-bottom: 75px;
}

.cases .cases__carousel__item {
  padding: 0 100px;
}

.cases .cases__carousel__item__inner {
  position: relative;
}

.cases .cases__carousel__item__inner:before {
  right: 0;
}

.cases .cases__carousel__item .case-btn {
  right: 170px;
}

.cases .cases__carousel .flickity-button {
  background-color: transparent;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.027' height='68.907' viewBox='0 0 34.027 68.907'%3E%3Cg transform='translate(-80.384 1.067)'%3E%3Cpath d='M66.773,31.473,35.667,0H31.106L0,31.473' transform='translate(112.911 0) rotate(90)' fill='none' stroke='%230c0b3d' stroke-miterlimit='10' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  right: -15px;
  width: 34px;
  height: 69px;
}

.cases .cases__carousel .flickity-button.previous {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.027' height='68.907' viewBox='0 0 34.027 68.907'%3E%3Cg transform='translate(114.411 67.84) rotate(180)'%3E%3Cpath d='M66.773,31.473,35.667,0H31.106L0,31.473' transform='translate(112.911 0) rotate(90)' fill='none' stroke='%230c0b3d' stroke-miterlimit='10' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
  right: initial;
  left: -15px;
}

.cases .cases__carousel .flickity-button svg {
  display: none;
}

@media only screen and (max-width: 992px) {
  .cases .cases__carousel__item {
    padding: 0 15px;
    margin: 0;
    background-size: 100%;
  }

  .cases .cases__carousel__item .image-wrapper {
    width: 100%;
  }

  .cases .cases__carousel__item .case-btn {
    right: 10px;
  }

  .cases .cases__carousel .flickity-button {
    right: -20px;
  }

  .cases .cases__carousel .flickity-button.previous {
    right: initial;
    left: -20px;
  }
}

@media only screen and (max-width: 576px) {
  .cases .cases__carousel .flickity-button {
    height: 34px;
    right: -5px;
  }

  .cases .cases__carousel .flickity-button.previous {
    right: initial;
    left: -5px;
  }
}

/* Regular content */

.content_100 {
  padding: 75px 0;
}

.content_100 .content_100-title {
  font-size: 4rem;
  margin-bottom: 50px;
}

/* Brochure */

.brochure-cta {
  position: relative;
  z-index: 1;
  margin: 50px 0;
}

.brochure-cta__inner {
  background-color: #fc0000;
  padding: 50px 75px;
}

.brochure-cta-title {
  color: #fff;
  padding-bottom: 30px;
}

.brochure-cta__form .gravity-theme.gform_wrapper .gfield.gfield--type-submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.brochure-cta__form
  .gravity-theme.gform_wrapper
  .gfield--type-submit
  input[type="submit"] {
  background-color: #0c0b3d;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 12px 24px;
  height: 100%;
  transition: all 0.3s;
}

.brochure-cta__form
  .gravity-theme.gform_wrapper
  .gfield--type-submit
  input[type="submit"]:hover {
  background-color: #fff;
  color: #0c0b3d;
}

/* Footer logos carousel
=================================================================================================== */

.logos-carousel {
  margin: 50px 0;
}

.logos-carousel .logos-carousel__title {
  text-align: center;
  margin-bottom: 25px;
}

.logos-carousel .logos-carousel__inner {
  outline: none;
}

.logos-carousel .logos-carousel__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 50px;
  height: 125px;
  width: 175px;
}

.logos-carousel .logos-carousel__item .logos-carousel__item__image img {
  height: initial;
  max-height: 100%;
  width: auto;
  -o-object-fit: initial;
  object-fit: initial;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  padding-left: 100px;
  height: 425px;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide a {
  display: block;
  height: 100%;
  max-width: 100%;
}

.slick-slide img {
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

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

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

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

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

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

.slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  background: none;
  border: none;
  transition: all 0.2s ease-in-out;
}

.slick-arrow.slick-prev {
  -webkit-transform: translateY(calc(-50% - 95px));
  transform: translateY(calc(-50% - 95px));
}

.slick-arrow.slick-prev:hover {
  -webkit-transform: translateY(calc(-50% - 95px)) translateX(4px);
  transform: translateY(calc(-50% - 95px)) translateX(4px);
}

.slick-arrow.slick-next {
  -webkit-transform: scaleX(-1) translateY(calc(-50%));
  transform: scaleX(-1) translateY(calc(-50%));
}

.slick-arrow.slick-next:hover {
  -webkit-transform: scaleX(-1) translateY(calc(-50%)) translateX(4px);
  transform: scaleX(-1) translateY(calc(-50%)) translateX(4px);
}

.slick-slider .slick-prev {
  width: 24px;
  height: 51px;
  background-size: 24px 51px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/svg-gallery-arrow.svg);
}

.slick-slider .slick-next {
  width: 24px;
  height: 51px;
  background-size: 24px 51px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/svg-gallery-arrow.svg);
}

/* // form styling */

#gform_page_21_1 .gchoice {
  margin-right: 0;
}

#gform_page_21_1 input[type="radio"] + label,
#gform_page_21_2 input[type="radio"] + label {
  background-color: #dbd9cf;
  box-shadow: none;
  border: 0;
  border-color: transparent;
  border-radius: 0;
  text-align: center;
  max-width: 100%;
  transition: all 0.3s ease;
}

#gform_page_21_1 input[type="radio"] + label:hover,
#gform_page_21_2 input[type="radio"] + label:hover {
  background-color: #fc0000;
  color: #fff;
  transition: all 0.3s ease;
}

#gform_page_21_1 input[type="radio"] + label:hover .pcafe_imgp_wrap:before,
#gform_page_21_2 input[type="radio"] + label:hover .pcafe_imgp_wrap:before {
  content: "";
  opacity: 0.75;
  background-color: #fc0000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

#gform_page_21_1 input[type="radio"] + label .pcafe_imgp_text,
#gform_page_21_2 input[type="radio"] + label .pcafe_imgp_text {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 3;
  transition: all 0.3s ease;
}

#gform_page_21_1 input[type="radio"]:checked + label,
#gform_page_21_2 input[type="radio"]:checked + label {
  background-color: #fc0000 !important;
  border-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff;
}

#gform_page_21_1 input[type="radio"] + label .pcafe_imgp_wrap,
#gform_page_21_2 input[type="radio"] + label .pcafe_imgp_wrap {
  position: relative;
  display: flex;
}

#gform_page_21_1 input[type="radio"]:checked + label .pcafe_imgp_wrap:before,
#gform_page_21_2 input[type="radio"]:checked + label .pcafe_imgp_wrap:before {
  content: "";
  opacity: 0.75;
  background-color: #fc0000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#gform_page_21_2 input[type="radio"] + label {
  padding: 0;
}

#gform_page_21_2 input[type="radio"] + label .pcafe_imgp_wrap {
  width: 100%;
}

#gform_page_21_2 input[type="radio"] + label .pcafe_imgp_wrap img {
  width: 100%;
  max-height: initial;
  height: 160px;
}

#gform_page_21_2 input[type="radio"] + label .pcafe_imgp_text {
  margin-top: 0;
}

#gform_page_21_10 .gfield_radio .gchoice {
  flex-grow: 1;
}
