@charset "UTF-8";
/* Manually forked from Normalize.css */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8 (removed).
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers. (removed)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * Modify default styling of address.
 */
address {
  font-style: normal;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. (removed)
 */
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-. (Removed)
 */
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
  font-weight: 400;
  /* (added) */
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 (changed) */
  font-size: inherit;
  /* 1 (changed) */
  line-height: inherit;
  /* 1 (changed) */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule (removed).
 */
/**
 * Change the border, margin, and padding in all browsers (opinionated) (changed).
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
  outline: none;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

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

html {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
}

body {
  background: #F3F7FA;
  color: #8c949c;
  font-family: "DM Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

a {
  color: #CE001B;
  outline: none;
  text-decoration: none;
}
a:focus, a:hover, a:active, a.active {
  color: #9b0014;
  text-decoration: none;
}
a:visited {
  color: #CE001B;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Patua One", "DM Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.5em;
  margin-top: 0;
}

.h1,
.h2,
.h3,
.position-doormat .container > ul > li > a,
.h4,
.h5,
.h6 {
  font-family: "Patua One", "DM Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.5em;
  margin-top: 0;
}

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

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

h3,
.h3,
.position-doormat .container > ul > li > a {
  font-size: 1.2rem;
}

h4,
.h4 {
  font-size: 0.8rem;
  font-family: "DM Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

h5,
.h5 {
  font-size: 0.7rem;
  font-family: "DM Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  color: #B1C1CC;
  font-weight: 400;
  line-height: 1.5;
}

h6,
.h6 {
  font-size: 0.8rem;
  font-family: "DM Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  color: #B1C1CC;
  line-height: 1.5;
}

p {
  margin: 0 0 1.2rem;
}
p strong {
  color: #000;
}

a,
ins,
u {
  text-decoration-skip: ink edges;
}

abbr[title] {
  border-bottom: 0.05rem dotted;
  cursor: help;
  text-decoration: none;
}

kbd {
  border-radius: 0.1rem;
  line-height: 1.25;
  padding: 0.1rem 0.2rem;
  background: #384043;
  color: #fff;
  font-size: 0.7rem;
}

mark {
  background: #ffe9b3;
  color: #8c949c;
  border-bottom: 0.05rem solid #ffd367;
  border-radius: 0.1rem;
  padding: 0.05rem 0.1rem 0;
}

blockquote {
  border-left: 0.1rem solid #e1e4e6;
  margin-left: 0;
  padding: 0.4rem 0.8rem;
}
blockquote p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin: 1.2rem 0 1.2rem 1.6rem;
  padding: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
}
ul li,
ol li {
  margin-top: 0.4rem;
}

ul {
  list-style: disc inside;
  list-style-position: outside;
}
ul ul {
  list-style-type: circle;
}

ol {
  list-style: decimal inside;
  list-style-position: outside;
}
ol ol {
  list-style-type: lower-alpha;
}

dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0.4rem 0 0.8rem 0;
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: left;
}
.table.table-striped tbody tr:nth-of-type(odd) {
  background: #fdfdfd;
}
.table tbody tr.active, .table.table-striped tbody tr.active {
  background: #f4f6f6;
}
.table.table-hover tbody tr:hover {
  background: #f4f6f6;
}
.table.table-scroll {
  display: block;
  overflow-x: auto;
  padding-bottom: 0.75rem;
  white-space: nowrap;
}
.table td,
.table th {
  border-bottom: 0.05rem solid #e1e4e6;
  padding: 0.6rem 0.4rem;
}
.table th {
  border-bottom-width: 0.1rem;
}

.btn,
.btn:visited,
input.btn {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  appearance: none;
  background: #FAE5E8;
  border-radius: 5px;
  color: #CE001B;
  cursor: pointer;
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 500;
  outline: none;
  padding: 0.3rem 1rem;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:focus,
.btn:visited:focus,
input.btn:focus {
  box-shadow: 0 0 0 0.1rem rgba(28, 36, 115, 0.2);
}
.btn:focus, .btn:hover,
.btn:visited:focus,
.btn:visited:hover,
input.btn:focus,
input.btn:hover {
  background: #CE001B;
  border-color: #192067;
  text-decoration: none;
  color: #fff;
}
.btn:active, .btn.active,
.btn:visited:active,
.btn:visited.active,
input.btn:active,
input.btn.active {
  background: #192067;
  border-color: #141a52;
  color: #fff;
  text-decoration: none;
}
.btn:active.loading::after, .btn.active.loading::after,
.btn:visited:active.loading::after,
.btn:visited.active.loading::after,
input.btn:active.loading::after,
input.btn.active.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn[disabled], .btn:disabled, .btn.disabled,
.btn:visited[disabled],
.btn:visited:disabled,
.btn:visited.disabled,
input.btn[disabled],
input.btn:disabled,
input.btn.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.btn.btn-primary,
.btn:visited.btn-primary,
input.btn.btn-primary {
  background: #1c2473;
  border-color: #192067;
  color: #fff;
}
.btn.btn-primary:focus, .btn.btn-primary:hover,
.btn:visited.btn-primary:focus,
.btn:visited.btn-primary:hover,
input.btn.btn-primary:focus,
input.btn.btn-primary:hover {
  background: #171e5e;
  border-color: #141a52;
  color: #fff;
}
.btn.btn-primary:active, .btn.btn-primary.active,
.btn:visited.btn-primary:active,
.btn:visited.btn-primary.active,
input.btn.btn-primary:active,
input.btn.btn-primary.active {
  background: #151b56;
  border-color: #12174a;
  color: #fff;
}
.btn.btn-primary.loading::after,
.btn:visited.btn-primary.loading::after,
input.btn.btn-primary.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn.btn-success,
.btn:visited.btn-success,
input.btn.btn-success {
  background: #32b643;
  border-color: #2faa3f;
  color: #fff;
}
.btn.btn-success:focus,
.btn:visited.btn-success:focus,
input.btn.btn-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2);
}
.btn.btn-success:focus, .btn.btn-success:hover,
.btn:visited.btn-success:focus,
.btn:visited.btn-success:hover,
input.btn.btn-success:focus,
input.btn.btn-success:hover {
  background: #30ae40;
  border-color: #2da23c;
  color: #fff;
}
.btn.btn-success:active, .btn.btn-success.active,
.btn:visited.btn-success:active,
.btn:visited.btn-success.active,
input.btn.btn-success:active,
input.btn.btn-success.active {
  background: #2a9a39;
  border-color: #278e34;
  color: #fff;
}
.btn.btn-success.loading::after,
.btn:visited.btn-success.loading::after,
input.btn.btn-success.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn.btn-error,
.btn:visited.btn-error,
input.btn.btn-error {
  background: #BE3F3F;
  border-color: #b33b3b;
  color: #fff;
}
.btn.btn-error:focus,
.btn:visited.btn-error:focus,
input.btn.btn-error:focus {
  box-shadow: 0 0 0 0.1rem rgba(190, 63, 63, 0.2);
}
.btn.btn-error:focus, .btn.btn-error:hover,
.btn:visited.btn-error:focus,
.btn:visited.btn-error:hover,
input.btn.btn-error:focus,
input.btn.btn-error:hover {
  background: #b63c3c;
  border-color: #ab3939;
  color: #fff;
}
.btn.btn-error:active, .btn.btn-error.active,
.btn:visited.btn-error:active,
.btn:visited.btn-error.active,
input.btn.btn-error:active,
input.btn.btn-error.active {
  background: #a33636;
  border-color: #983232;
  color: #fff;
}
.btn.btn-error.loading::after,
.btn:visited.btn-error.loading::after,
input.btn.btn-error.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn.btn-link,
.btn:visited.btn-link,
input.btn.btn-link {
  background: transparent;
  border-color: transparent;
  color: #CE001B;
}
.btn.btn-link:focus, .btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link.active,
.btn:visited.btn-link:focus,
.btn:visited.btn-link:hover,
.btn:visited.btn-link:active,
.btn:visited.btn-link.active,
input.btn.btn-link:focus,
input.btn.btn-link:hover,
input.btn.btn-link:active,
input.btn.btn-link.active {
  color: #9b0014;
}
.btn.btn-sm,
.btn:visited.btn-sm,
input.btn.btn-sm {
  font-size: 0.7rem;
  height: 1.4rem;
  padding: 0.05rem 0.3rem;
}
.btn.btn-lg,
.btn:visited.btn-lg,
input.btn.btn-lg {
  font-size: 16px;
  padding: 0.4rem 1rem;
}
.btn.btn-block,
.btn:visited.btn-block,
input.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-action,
.btn:visited.btn-action,
input.btn.btn-action {
  width: 2.4rem;
  padding-left: 0;
  padding-right: 0;
}
.btn.btn-action.btn-sm,
.btn:visited.btn-action.btn-sm,
input.btn.btn-action.btn-sm {
  width: 1.4rem;
}
.btn.btn-action.btn-lg,
.btn:visited.btn-action.btn-lg,
input.btn.btn-action.btn-lg {
  width: 2rem;
}
.btn.btn-clear,
.btn:visited.btn-clear,
input.btn.btn-clear {
  background: transparent;
  border: 0;
  color: currentColor;
  height: 1rem;
  line-height: 0.8rem;
  margin-left: 0.2rem;
  margin-right: -2px;
  opacity: 1;
  padding: 0.1rem;
  text-decoration: none;
  width: 1rem;
}
.btn.btn-clear:focus, .btn.btn-clear:hover,
.btn:visited.btn-clear:focus,
.btn:visited.btn-clear:hover,
input.btn.btn-clear:focus,
input.btn.btn-clear:hover {
  background: rgba(253, 253, 253, 0.5);
  opacity: 0.95;
}
.btn.btn-clear::before,
.btn:visited.btn-clear::before,
input.btn.btn-clear::before {
  content: "✕";
}

.btn-group {
  display: inline-flex;
  flex-wrap: wrap;
}
.btn-group .btn {
  flex: 1 0 auto;
}
.btn-group .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.05rem;
}
.btn-group .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.05rem;
}
.btn-group .btn:focus, .btn-group .btn:hover, .btn-group .btn:active, .btn-group .btn.active {
  z-index: 1;
}
.btn-group.btn-group-block {
  display: flex;
}
.btn-group.btn-group-block .btn {
  flex: 1 0 0;
}

.form-group:not(:last-child) {
  margin-bottom: 0.5rem;
}

fieldset {
  margin-bottom: 0.8rem;
}

legend {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.form-label {
  display: block;
  line-height: 1.2rem;
  padding: 0.35rem 0;
  font-size: 0.7rem;
}
.form-label.label-sm {
  font-size: 0.7rem;
  padding: 0.1rem 0;
}
.form-label.label-lg {
  font-size: 0.9rem;
  padding: 0.4rem 0;
}

.form-input,
.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background-image: none;
  border: 0.05rem solid #c5cccf;
  border-radius: 0.1rem;
  color: #8c949c;
  display: block;
  font-size: 0.8rem;
  max-width: 100%;
  outline: none;
  padding: 0.5rem 1rem;
  position: relative;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
  width: 100%;
}
.form-input:focus,
.form-control:focus {
  box-shadow: 0 0 0 0.1rem rgba(28, 36, 115, 0.2);
  border-color: #1c2473;
}
.form-input::placeholder,
.form-control::placeholder {
  color: #c5cccf;
}
.form-input.input-sm,
.form-control.input-sm {
  font-size: 0.7rem;
  height: 1.4rem;
  padding: 0.05rem 0.3rem;
}
.form-input.input-lg,
.form-control.input-lg {
  font-size: 0.9rem;
  height: 2rem;
  padding: 0.35rem 0.6rem;
}
.form-input.input-inline,
.form-control.input-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.form-input[type=file],
.form-control[type=file] {
  height: auto;
}

textarea.form-input, textarea.form-input.input-lg, textarea.form-input.input-sm,
textarea.form-control,
textarea.form-control.input-lg,
textarea.form-control.input-sm {
  height: auto;
}

.form-input-hint {
  color: #c5cccf;
  font-size: 0.7rem;
  margin-top: 0.2rem;
  color: #BE3F3F;
}
.has-success .form-input-hint, .is-success + .form-input-hint {
  color: #32b643;
}
.has-error .form-input-hint, .is-error + .form-input-hint {
  color: #BE3F3F;
}

.form-select,
.fork-form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0.05rem solid #c5cccf;
  border-radius: 0.1rem;
  color: inherit;
  font-size: 0.8rem;
  height: 2.4rem;
  line-height: 1.2rem;
  outline: none;
  padding: 0.55rem 1.2rem;
  vertical-align: middle;
  width: 100%;
  background: #fff;
}
.form-select:focus,
.fork-form-select:focus {
  box-shadow: 0 0 0 0.1rem rgba(28, 36, 115, 0.2);
  border-color: #1c2473;
}
.form-select::-ms-expand,
.fork-form-select::-ms-expand {
  display: none;
}
.form-select.select-sm,
.fork-form-select.select-sm {
  font-size: 0.7rem;
  height: 1.4rem;
  padding: 0.05rem 1.1rem 0.05rem 0.3rem;
}
.form-select.select-lg,
.fork-form-select.select-lg {
  font-size: 0.9rem;
  height: 2rem;
  padding: 0.35rem 1.4rem 0.35rem 0.6rem;
}
.form-select[size], .form-select[multiple],
.fork-form-select[size],
.fork-form-select[multiple] {
  height: auto;
  padding: 0.55rem 1.2rem;
}
.form-select[size] option, .form-select[multiple] option,
.fork-form-select[size] option,
.fork-form-select[multiple] option {
  padding: 0.1rem 0.2rem;
}
.form-select:not([multiple]),
.fork-form-select:not([multiple]) {
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 0.35rem center/0.4rem 0.5rem;
  padding-right: 2rem;
}

.has-icon-left,
.has-icon-right {
  position: relative;
}
.has-icon-left .form-icon,
.has-icon-right .form-icon {
  height: 0.8rem;
  margin: 0 0.55rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  z-index: 2;
}

.has-icon-left .form-icon {
  left: 0.05rem;
}
.has-icon-left .form-input,
.has-icon-left .form-control {
  padding-left: 1.9rem;
}

.has-icon-right .form-icon {
  right: 0.05rem;
}
.has-icon-right .form-input {
  padding-right: 1.9rem;
}

.form-checkbox,
.form-radio,
.form-radiobutton,
.form-switch {
  display: block;
  line-height: 1.2rem;
  margin: 0.5rem 0;
  min-height: 1.4rem;
  padding: 0.1rem 1.2rem 0.1rem 2rem;
  position: relative;
}
.form-checkbox input,
.form-radio input,
.form-radiobutton input,
.form-switch input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.form-checkbox input:focus + .form-icon,
.form-radio input:focus + .form-icon,
.form-radiobutton input:focus + .form-icon,
.form-switch input:focus + .form-icon {
  box-shadow: 0 0 0 0.1rem rgba(28, 36, 115, 0.2);
  border-color: #1c2473;
}
.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon,
.form-radiobutton input:checked + .form-icon,
.form-switch input:checked + .form-icon {
  background: #1c2473;
  border-color: #1c2473;
}
.form-checkbox .form-icon,
.form-radio .form-icon,
.form-radiobutton .form-icon,
.form-switch .form-icon {
  border: 0.05rem solid #c5cccf;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
}
.form-checkbox.input-sm,
.form-radio.input-sm,
.form-radiobutton.input-sm,
.form-switch.input-sm {
  font-size: 0.7rem;
  margin: 0;
}
.form-checkbox.input-lg,
.form-radio.input-lg,
.form-radiobutton.input-lg,
.form-switch.input-lg {
  font-size: 0.9rem;
  margin: 0.3rem 0;
}

.form-checkbox .form-icon,
.form-radio .form-icon,
.form-radiobutton .form-icon {
  background: #fff;
  height: 0.8rem;
  left: 0;
  top: 0.3rem;
  width: 0.8rem;
}
.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon,
.form-radiobutton input:active + .form-icon {
  background: #f4f6f6;
}

.form-checkbox .form-icon {
  border-radius: 0.1rem;
}
.form-checkbox input:checked + .form-icon::before {
  background-clip: padding-box;
  border: 0.1rem solid #fff;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 9px;
  left: 50%;
  margin-left: -3px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
}
.form-checkbox input:indeterminate + .form-icon {
  background: #1c2473;
  border-color: #1c2473;
}
.form-checkbox input:indeterminate + .form-icon::before {
  background: #fff;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 10px;
}

.form-radio .form-icon,
.form-radiobutton .form-icon {
  border-radius: 50%;
}
.form-radio input:checked + .form-icon::before,
.form-radiobutton input:checked + .form-icon::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
}

.form-switch {
  padding-left: 2.8rem;
}
.form-switch .form-icon {
  background: #c5cccf;
  background-clip: padding-box;
  border-radius: 0.45rem;
  height: 0.9rem;
  left: 0;
  top: 0.25rem;
  width: 1.6rem;
}
.form-switch .form-icon::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.8rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s, left 0.2s;
  width: 0.8rem;
}
.form-switch input:checked + .form-icon::before {
  left: 14px;
}
.form-switch input:active + .form-icon::before {
  background: #fdfdfd;
}

.input-group {
  display: flex;
}
.input-group .input-group-addon {
  background: #fdfdfd;
  border: 0.05rem solid #c5cccf;
  border-radius: 0.1rem;
  line-height: 1.2rem;
  padding: 0.55rem 1.2rem;
  white-space: nowrap;
}
.input-group .input-group-addon.addon-sm {
  font-size: 0.7rem;
  padding: 0.05rem 0.3rem;
}
.input-group .input-group-addon.addon-lg {
  font-size: 0.9rem;
  padding: 0.35rem 0.6rem;
}
.input-group .form-input,
.input-group .form-control,
.input-group .form-select,
.input-group .fork-form-select {
  flex: 1 1 auto;
  width: 1%;
}
.input-group .input-group-btn {
  z-index: 1;
}
.input-group .form-input:first-child:not(:last-child),
.input-group .form-control:first-child:not(:last-child),
.input-group .form-select:first-child:not(:last-child),
.input-group .fork-form-select:first-child:not(:last-child),
.input-group .input-group-addon:first-child:not(:last-child),
.input-group .input-group-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group .form-input:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .form-select:not(:first-child):not(:last-child),
.input-group .fork-form-select:not(:first-child):not(:last-child),
.input-group .input-group-addon:not(:first-child):not(:last-child),
.input-group .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.05rem;
}
.input-group .form-input:last-child:not(:first-child),
.input-group .form-control:last-child:not(:first-child),
.input-group .form-select:last-child:not(:first-child),
.input-group .fork-form-select:last-child:not(:first-child),
.input-group .input-group-addon:last-child:not(:first-child),
.input-group .input-group-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.05rem;
}
.input-group .form-input:focus,
.input-group .form-control:focus,
.input-group .form-select:focus,
.input-group .fork-form-select:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus {
  z-index: 2;
}
.input-group .form-select,
.input-group .fork-form-select {
  width: auto;
}
.input-group.input-inline {
  display: inline-flex;
}

.has-success .form-input, .form-input.is-success,
.has-success .form-control,
.form-control.is-success,
.has-success .form-select,
.form-select.is-success,
.has-success .fork-form-select,
.fork-form-select.is-success {
  background: #f9fdfa;
  border-color: #32b643;
}
.has-success .form-input:focus, .form-input.is-success:focus,
.has-success .form-control:focus,
.form-control.is-success:focus,
.has-success .form-select:focus,
.form-select.is-success:focus,
.has-success .fork-form-select:focus,
.fork-form-select.is-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2);
}
.has-error .form-input, .form-input.is-error,
.has-error .form-control,
.form-control.is-error,
.has-error .form-select,
.form-select.is-error,
.has-error .fork-form-select,
.fork-form-select.is-error {
  background: white;
  border-color: #BE3F3F;
}
.has-error .form-input:focus, .form-input.is-error:focus,
.has-error .form-control:focus,
.form-control.is-error:focus,
.has-error .form-select:focus,
.form-select.is-error:focus,
.has-error .fork-form-select:focus,
.fork-form-select.is-error:focus {
  box-shadow: 0 0 0 0.1rem rgba(190, 63, 63, 0.2);
}

.has-error .form-checkbox .form-icon, .form-checkbox.is-error .form-icon,
.has-error .form-radio .form-icon,
.form-radio.is-error .form-icon,
.has-error .form-radiobutton .form-icon,
.form-radiobutton.is-error .form-icon,
.has-error .form-switch .form-icon,
.form-switch.is-error .form-icon {
  border-color: #BE3F3F;
}
.has-error .form-checkbox input:checked + .form-icon, .form-checkbox.is-error input:checked + .form-icon,
.has-error .form-radio input:checked + .form-icon,
.form-radio.is-error input:checked + .form-icon,
.has-error .form-radiobutton input:checked + .form-icon,
.form-radiobutton.is-error input:checked + .form-icon,
.has-error .form-switch input:checked + .form-icon,
.form-switch.is-error input:checked + .form-icon {
  background: #BE3F3F;
  border-color: #BE3F3F;
}
.has-error .form-checkbox input:focus + .form-icon, .form-checkbox.is-error input:focus + .form-icon,
.has-error .form-radio input:focus + .form-icon,
.form-radio.is-error input:focus + .form-icon,
.has-error .form-radiobutton input:focus + .form-icon,
.form-radiobutton.is-error input:focus + .form-icon,
.has-error .form-switch input:focus + .form-icon,
.form-switch.is-error input:focus + .form-icon {
  box-shadow: 0 0 0 0.1rem rgba(190, 63, 63, 0.2);
  border-color: #BE3F3F;
}

.has-error .form-checkbox input:indeterminate + .form-icon, .form-checkbox.is-error input:indeterminate + .form-icon {
  background: #BE3F3F;
  border-color: #BE3F3F;
}

/*form-input,
.form-control {
  &:not(:placeholder-shown) {
    &:invalid {
      border-color: $error-color;
      &:focus {
        @include control-shadow($error-color);
        background: lighten($error-color, 53%);
      }

      & + .form-input-hint {
        color: $error-color;
      }
    }
  }
}*/
.form-input:disabled, .form-input.disabled,
.form-control:disabled,
.form-control.disabled,
.form-select:disabled,
.form-select.disabled,
.fork-form-select:disabled,
.fork-form-select.disabled {
  background-color: #f4f6f6;
  cursor: not-allowed;
  opacity: 0.5;
}

.form-input[readonly],
.form-control[readonly] {
  background-color: #fdfdfd;
}

input:disabled + .form-icon, input.disabled + .form-icon {
  background: #f4f6f6;
  cursor: not-allowed;
  opacity: 0.5;
}

.form-switch input:disabled + .form-icon::before, .form-switch input.disabled + .form-icon::before {
  background: #fff;
}

.form-horizontal {
  padding: 1.5rem 0;
}
.form-horizontal .form-group {
  display: flex;
  flex-wrap: wrap;
}

.form-inline {
  display: inline-block;
}

.label {
  border-radius: 0.1rem;
  line-height: 1.25;
  padding: 0.1rem 0.2rem;
  background: #F3F7FA;
  color: #8c949c;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 0.3rem 0.8rem;
}
.label.label-rounded {
  border-radius: 5rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.label.label-primary {
  background: #1c2473;
  color: #fff;
}
.label.label-secondary {
  background: #CE001B;
  color: #1c2473;
  color: #fff;
}
.label.label-success {
  background: #32b643;
  color: #fff;
}
.label.label-warning {
  background: #ffb700;
  color: #fff;
}
.label.label-error {
  background: #BE3F3F;
  color: #fff;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}
.container.grid-xl {
  max-width: 1300px;
}
.container.grid-lg {
  max-width: 1020px;
}
.container.grid-md {
  max-width: 900px;
}
.container.grid-sm {
  max-width: 660px;
}
.container.grid-xs {
  max-width: 540px;
}

.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xl {
  display: none !important;
}

.cols,
.columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.cols.col-gapless,
.columns.col-gapless {
  margin-left: 0;
  margin-right: 0;
}
.cols.col-gapless > .column,
.columns.col-gapless > .column {
  padding-left: 0;
  padding-right: 0;
}
.cols.col-oneline,
.columns.col-oneline {
  flex-wrap: nowrap;
  overflow-x: auto;
}

[class~=col-],
.column {
  flex: 1;
  max-width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 3rem;
}
[class~=col-].col-12, [class~=col-].col-11, [class~=col-].col-10, [class~=col-].col-9, [class~=col-].col-8, [class~=col-].col-7, [class~=col-].col-6, [class~=col-].col-5, [class~=col-].col-4, [class~=col-].col-3, [class~=col-].col-2, [class~=col-].col-1, [class~=col-].col-auto,
.column.col-12,
.column.col-11,
.column.col-10,
.column.col-9,
.column.col-8,
.column.col-7,
.column.col-6,
.column.col-5,
.column.col-4,
.column.col-3,
.column.col-2,
.column.col-1,
.column.col-auto {
  flex: none;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

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

.col-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.col-mr-auto {
  margin-right: auto;
}

@media (max-width: 1240px) {
  .col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-xl-auto {
    flex: none;
  }

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

  .col-xl-11 {
    width: 91.66666667%;
  }

  .col-xl-10 {
    width: 83.33333333%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-8 {
    width: 66.66666667%;
  }

  .col-xl-7 {
    width: 58.33333333%;
  }

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

  .col-xl-5 {
    width: 41.66666667%;
  }

  .col-xl-4 {
    width: 33.33333333%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-2 {
    width: 16.66666667%;
  }

  .col-xl-1 {
    width: 8.33333333%;
  }

  .col-xl-auto {
    width: auto;
  }

  .hide-xl {
    display: none !important;
  }

  .show-xl {
    display: block !important;
  }
}
@media (max-width: 960px) {
  .col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-lg-auto {
    flex: none;
  }

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

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

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

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-auto {
    width: auto;
  }

  .hide-lg {
    display: none !important;
  }

  .show-lg {
    display: block !important;
  }
}
@media (max-width: 840px) {
  .col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-md-auto {
    flex: none;
  }

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

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

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

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-auto {
    width: auto;
  }

  .hide-md {
    display: none !important;
  }

  .show-md {
    display: block !important;
  }
}
@media (max-width: 600px) {
  .col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col-sm-auto {
    flex: none;
  }

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

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

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

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-auto {
    width: auto;
  }

  .hide-sm {
    display: none !important;
  }

  .show-sm {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1,
.col-xs-auto {
    flex: none;
  }

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

  .col-xs-11 {
    width: 91.66666667%;
  }

  .col-xs-10 {
    width: 83.33333333%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-8 {
    width: 66.66666667%;
  }

  .col-xs-7 {
    width: 58.33333333%;
  }

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

  .col-xs-5 {
    width: 41.66666667%;
  }

  .col-xs-4 {
    width: 33.33333333%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-2 {
    width: 16.66666667%;
  }

  .col-xs-1 {
    width: 8.33333333%;
  }

  .col-xs-auto {
    width: auto;
  }

  .hide-xs {
    display: none !important;
  }

  .show-xs {
    display: block !important;
  }
}
.navbar {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navbar .navbar-section {
  align-items: center;
  display: flex;
  flex: 1 0 0;
}
.navbar .navbar-center {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
}
.navbar .navbar-brand {
  font-size: 0.9rem;
  text-decoration: none;
}

.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb .breadcrumb-item {
  color: #728288;
  display: inline-block;
  margin: 0;
  padding: 0.2rem 0;
  color: #B1C1CC;
  font-size: 0.7rem;
}
.breadcrumb .breadcrumb-item:not(:last-child) {
  margin-right: 0.2rem;
}
.breadcrumb .breadcrumb-item:not(:first-child)::before {
  color: #B1C1CC;
  content: "›";
  padding-right: 0.4rem;
}
.breadcrumb .breadcrumb-item a, .breadcrumb .breadcrumb-item a:link, .breadcrumb .breadcrumb-item a:visited {
  color: #B1C1CC;
  font-size: 0.7rem;
  border-bottom: 1px solid #B1C1CC;
}
.breadcrumb .breadcrumb-item a:hover, .breadcrumb .breadcrumb-item a:active, .breadcrumb .breadcrumb-item a:focus {
  color: #1c2473;
}
.breadcrumb .breadcrumb-item:last-child a {
  border: none;
}

.pagination {
  flex: 0 0 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0.2rem 0;
  padding: 0.2rem 0;
  font-size: 0.7rem;
}
.pagination li {
  margin: 0;
  padding: 0;
}
.pagination .page-item {
  margin: 0.2rem 0;
  background: #fff;
}
.pagination .page-item:first-child, .pagination .page-item:last-child {
  margin: 0.2rem 0.4rem;
  border-radius: 8px;
}
.pagination .page-item:nth-child(2) {
  border-radius: 8px 0 0 8px;
}
.pagination .page-item:nth-last-child(2) {
  border-radius: 0 8px 8px 0;
}
.pagination .page-item span {
  display: inline-block;
  padding: 0.2rem 0.2rem;
}
.pagination .page-item a {
  color: #8c949c;
  border-radius: 8px;
  display: inline-block;
  padding: 0.4rem 0.6rem;
  text-decoration: none;
}
.pagination .page-item a:focus, .pagination .page-item a:hover {
  color: #CE001B;
}
.pagination .page-item.disabled a {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.pagination .page-item.active a {
  color: #CE001B;
}
.pagination .page-item.page-prev, .pagination .page-item.page-next {
  flex: 1 0 calc(50% - .5rem);
}
.pagination .page-item.page-next {
  text-align: right;
}
.pagination .page-item .page-item-title {
  margin: 0;
  font-size: 1rem;
}
.pagination .page-item .page-item-subtitle {
  margin: 0;
  opacity: 0.5;
}

.pagination.pagination-lg {
  justify-content: space-between;
  margin: 3rem 0;
}
.pagination.pagination-lg .page-item {
  background: none;
  padding: 0;
  border-radius: 8px;
}
.pagination.pagination-lg .page-item a {
  padding: 0.8rem 1.2rem;
  width: 100%;
  background: #fff;
}
.pagination.pagination-lg .page-item a:hover, .pagination.pagination-lg .page-item a:focus, .pagination.pagination-lg .page-item a:active {
  background: #fff;
}
.pagination.pagination-lg .page-item.page-prev, .pagination.pagination-lg .page-item.page-next {
  margin: 0;
  flex: 0 0 calc(50% - 1rem);
}

.toast {
  background: rgba(56, 64, 67, 0.95);
  border-color: #384043;
  border: 0.05rem solid #384043;
  border-radius: 0.1rem;
  color: #fff;
  display: block;
  padding: 0.5rem;
  width: 100%;
  margin-bottom: 2rem;
}
.toast.toast-primary {
  background: rgba(28, 36, 115, 0.95);
  border-color: #1c2473;
}
.toast.toast-success {
  background: rgba(50, 182, 67, 0.95);
  border-color: #32b643;
}
.toast.toast-warning {
  background: rgba(255, 183, 0, 0.95);
  border-color: #ffb700;
}
.toast.toast-error {
  background: rgba(190, 63, 63, 0.95);
  border-color: #BE3F3F;
}
.toast a {
  color: #fff;
  text-decoration: underline;
}
.toast a:focus, .toast a:hover, .toast a:active, .toast a.active {
  opacity: 0.75;
}
.toast .btn-clear {
  margin: 0.1rem;
}
.toast p:last-child {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

.text-normal {
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

.text-italic {
  font-style: italic;
}

.text-large {
  font-size: 1.2em;
}

.text-small {
  font-size: 0.8em;
}

.text-tiny {
  font-size: 0.8em;
}

.text-muted {
  opacity: 0.8;
}

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

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

.text-break {
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}

.icon {
  box-sizing: border-box;
  display: inline-block;
  font-size: inherit;
  font-style: normal;
  height: 1em;
  position: relative;
  text-indent: -9999px;
  vertical-align: middle;
  width: 1em;
}
.icon::before, .icon::after {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.icon.icon-2x {
  font-size: 1.6rem;
}
.icon.icon-3x {
  font-size: 2.4rem;
}
.icon.icon-4x {
  font-size: 3.2rem;
}

.accordion .icon,
.btn .icon,
.toast .icon,
.menu .icon {
  vertical-align: -10%;
}

.btn-lg .icon {
  vertical-align: -15%;
}

.icon-arrow-down::before,
.icon-arrow-left::before,
.icon-arrow-right::before,
.icon-arrow-up::before,
.icon-downward::before,
.icon-back::before,
.icon-forward::before,
.icon-upward::before {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-right: 0;
  height: 0.65em;
  width: 0.65em;
}

.icon-arrow-down::before {
  transform: translate(-50%, -75%) rotate(225deg);
}

.icon-arrow-left::before {
  transform: translate(-25%, -50%) rotate(-45deg);
}

.icon-arrow-right::before {
  transform: translate(-75%, -50%) rotate(135deg);
}

.icon-arrow-up::before {
  transform: translate(-50%, -25%) rotate(45deg);
}

.icon-back::after,
.icon-forward::after {
  background: currentColor;
  height: 0.1rem;
  width: 0.8em;
}

.icon-downward::after,
.icon-upward::after {
  background: currentColor;
  height: 0.8em;
  width: 0.1rem;
}

.icon-back::after {
  left: 55%;
}
.icon-back::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.icon-downward::after {
  top: 45%;
}
.icon-downward::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.icon-forward::after {
  left: 45%;
}
.icon-forward::before {
  transform: translate(-50%, -50%) rotate(135deg);
}

.icon-upward::after {
  top: 55%;
}
.icon-upward::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.icon-caret::before {
  border-top: 0.3em solid currentColor;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
  height: 0;
  transform: translate(-50%, -25%);
  width: 0;
}

.icon-menu::before {
  background: currentColor;
  box-shadow: 0 -0.35em, 0 0.35em;
  height: 0.1rem;
  width: 100%;
}

.icon-apps::before {
  background: currentColor;
  box-shadow: -0.35em -0.35em, -0.35em 0, -0.35em 0.35em, 0 -0.35em, 0 0.35em, 0.35em -0.35em, 0.35em 0, 0.35em 0.35em;
  height: 3px;
  width: 3px;
}

.icon-resize-horiz::before, .icon-resize-horiz::after,
.icon-resize-vert::before,
.icon-resize-vert::after {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-right: 0;
  height: 0.45em;
  width: 0.45em;
}
.icon-resize-horiz::before,
.icon-resize-vert::before {
  transform: translate(-50%, -90%) rotate(45deg);
}
.icon-resize-horiz::after,
.icon-resize-vert::after {
  transform: translate(-50%, -10%) rotate(225deg);
}

.icon-resize-horiz::before {
  transform: translate(-90%, -50%) rotate(-45deg);
}
.icon-resize-horiz::after {
  transform: translate(-10%, -50%) rotate(135deg);
}

.icon-more-horiz::before,
.icon-more-vert::before {
  background: currentColor;
  box-shadow: -0.4em 0, 0.4em 0;
  border-radius: 50%;
  height: 3px;
  width: 3px;
}

.icon-more-vert::before {
  box-shadow: 0 -0.4em, 0 0.4em;
}

.icon-plus::before,
.icon-minus::before,
.icon-cross::before {
  background: currentColor;
  height: 0.1rem;
  width: 100%;
}

.icon-plus::after,
.icon-cross::after {
  background: currentColor;
  height: 100%;
  width: 0.1rem;
}

.icon-cross::before {
  width: 100%;
}
.icon-cross::after {
  height: 100%;
}
.icon-cross::before, .icon-cross::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.icon-check::before {
  border: 0.1rem solid currentColor;
  border-right: 0;
  border-top: 0;
  height: 0.5em;
  width: 0.9em;
  transform: translate(-50%, -75%) rotate(-45deg);
}

.icon-stop {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
}
.icon-stop::before {
  background: currentColor;
  height: 0.1rem;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1em;
}

.icon-shutdown {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  border-top-color: transparent;
}
.icon-shutdown::before {
  background: currentColor;
  content: "";
  height: 0.5em;
  top: 0.1em;
  width: 0.1rem;
}

.icon-refresh::before {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  border-right-color: transparent;
  height: 1em;
  width: 1em;
}
.icon-refresh::after {
  border: 0.2em solid currentColor;
  border-top-color: transparent;
  border-left-color: transparent;
  height: 0;
  left: 80%;
  top: 20%;
  width: 0;
}

.icon-search::before {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  height: 0.75em;
  left: 5%;
  top: 5%;
  transform: translate(0, 0) rotate(45deg);
  width: 0.75em;
}
.icon-search::after {
  background: currentColor;
  height: 0.1rem;
  left: 80%;
  top: 80%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.4em;
}

.icon-edit::before {
  border: 0.1rem solid currentColor;
  height: 0.4em;
  transform: translate(-40%, -60%) rotate(-45deg);
  width: 0.85em;
}
.icon-edit::after {
  border: 0.15em solid currentColor;
  border-top-color: transparent;
  border-right-color: transparent;
  height: 0;
  left: 5%;
  top: 95%;
  transform: translate(0, -100%);
  width: 0;
}

.icon-delete::before {
  border: 0.1rem solid currentColor;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  border-top: 0;
  height: 0.75em;
  top: 60%;
  width: 0.75em;
}
.icon-delete::after {
  background: currentColor;
  box-shadow: -0.25em 0.2em, 0.25em 0.2em;
  height: 0.1rem;
  top: 0.05rem;
  width: 0.5em;
}

.icon-share {
  border: 0.1rem solid currentColor;
  border-radius: 0.1rem;
  border-right: 0;
  border-top: 0;
}
.icon-share::before {
  border: 0.1rem solid currentColor;
  border-left: 0;
  border-top: 0;
  height: 0.4em;
  left: 100%;
  top: 0.25em;
  transform: translate(-125%, -50%) rotate(-45deg);
  width: 0.4em;
}
.icon-share::after {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-right: 0;
  border-radius: 75% 0;
  height: 0.5em;
  width: 0.6em;
}

.icon-flag::before {
  background: currentColor;
  height: 1em;
  left: 15%;
  width: 0.1rem;
}
.icon-flag::after {
  border: 0.1rem solid currentColor;
  border-bottom-right-radius: 0.1rem;
  border-left: 0;
  border-top-right-radius: 0.1rem;
  height: 0.65em;
  top: 35%;
  left: 60%;
  width: 0.8em;
}

.icon-bookmark::before {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  height: 0.9em;
  width: 0.8em;
}
.icon-bookmark::after {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0.1rem;
  height: 0.5em;
  transform: translate(-50%, 35%) rotate(-45deg) skew(15deg, 15deg);
  width: 0.5em;
}

.icon-download,
.icon-upload {
  border-bottom: 0.1rem solid currentColor;
}
.icon-download::before,
.icon-upload::before {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-right: 0;
  height: 0.5em;
  width: 0.5em;
  transform: translate(-50%, -60%) rotate(-135deg);
}
.icon-download::after,
.icon-upload::after {
  background: currentColor;
  height: 0.6em;
  top: 40%;
  width: 0.1rem;
}

.icon-upload::before {
  transform: translate(-50%, -60%) rotate(45deg);
}
.icon-upload::after {
  top: 50%;
}

.icon-copy::before {
  border: 0.1rem solid currentColor;
  border-radius: 0.1rem;
  border-right: 0;
  border-bottom: 0;
  height: 0.8em;
  left: 40%;
  top: 35%;
  width: 0.8em;
}
.icon-copy::after {
  border: 0.1rem solid currentColor;
  border-radius: 0.1rem;
  height: 0.8em;
  left: 60%;
  top: 60%;
  width: 0.8em;
}

.icon-time {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
}
.icon-time::before {
  background: currentColor;
  height: 0.4em;
  transform: translate(-50%, -75%);
  width: 0.1rem;
}
.icon-time::after {
  background: currentColor;
  height: 0.3em;
  transform: translate(-50%, -75%) rotate(90deg);
  transform-origin: 50% 90%;
  width: 0.1rem;
}

.icon-mail::before {
  border: 0.1rem solid currentColor;
  border-radius: 0.1rem;
  height: 0.8em;
  width: 1em;
}
.icon-mail::after {
  border: 0.1rem solid currentColor;
  border-right: 0;
  border-top: 0;
  height: 0.5em;
  transform: translate(-50%, -90%) rotate(-45deg) skew(10deg, 10deg);
  width: 0.5em;
}

.icon-people::before {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  height: 0.45em;
  top: 25%;
  width: 0.45em;
}
.icon-people::after {
  border: 0.1rem solid currentColor;
  border-radius: 50% 50% 0 0;
  height: 0.4em;
  top: 75%;
  width: 0.9em;
}

.icon-message {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-radius: 0.1rem;
  border-right: 0;
}
.icon-message::before {
  border: 0.1rem solid currentColor;
  border-bottom-right-radius: 0.1rem;
  border-left: 0;
  border-top: 0;
  height: 0.8em;
  left: 65%;
  top: 40%;
  width: 0.7em;
}
.icon-message::after {
  background: currentColor;
  border-radius: 0.1rem;
  height: 0.3em;
  left: 10%;
  top: 100%;
  transform: translate(0, -90%) rotate(45deg);
  width: 0.1rem;
}

.icon-photo {
  border: 0.1rem solid currentColor;
  border-radius: 0.1rem;
}
.icon-photo::before {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  height: 0.25em;
  left: 35%;
  top: 35%;
  width: 0.25em;
}
.icon-photo::after {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-left: 0;
  height: 0.5em;
  left: 60%;
  transform: translate(-50%, 25%) rotate(-45deg);
  width: 0.5em;
}

.icon-link::before, .icon-link::after {
  border: 0.1rem solid currentColor;
  border-radius: 5em 0 0 5em;
  border-right: 0;
  height: 0.5em;
  width: 0.75em;
}
.icon-link::before {
  transform: translate(-70%, -45%) rotate(-45deg);
}
.icon-link::after {
  transform: translate(-30%, -55%) rotate(135deg);
}

.icon-location::before {
  border: 0.1rem solid currentColor;
  border-radius: 50% 50% 50% 0;
  height: 0.8em;
  transform: translate(-50%, -60%) rotate(-45deg);
  width: 0.8em;
}
.icon-location::after {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  height: 0.2em;
  transform: translate(-50%, -80%);
  width: 0.2em;
}

.icon-emoji {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
}
.icon-emoji::before {
  border-radius: 50%;
  box-shadow: -0.17em -0.1em, 0.17em -0.1em;
  height: 0.15em;
  width: 0.15em;
}
.icon-emoji::after {
  border: 0.1rem solid currentColor;
  border-bottom-color: transparent;
  border-radius: 50%;
  border-right-color: transparent;
  height: 0.5em;
  transform: translate(-50%, -40%) rotate(-135deg);
  width: 0.5em;
}

/* ----------------------------- */
/*	Defaults or settings		 */
/* ----------------------------- */
body {
  /*@media (max-width: $size-xs) { background: green; }
  @media (min-width: $size-xs) and (max-width: $size-sm) { background: yellow; }
  @media (min-width: $size-sm) and (max-width: $size-md) { background: orange; }
  @media (min-width: $size-md) and (max-width: $size-lg) { background: red; }
  @media (min-width: $size-lg) and (max-width: $size-xl) { background: pink; }
  @media (min-width: $size-xl) { background: purple; }*/
}

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

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

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

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

.toggle-nav-open .toggle-nav {
  flex: 1 0 100% !important;
  display: block !important;
}
@media (min-width: 1240px) {
  .toggle-nav-open .toggle-nav {
    display: none;
  }
}

.toggle-nav {
  flex: 1 0 100%;
  display: none !important;
}
@media (min-width: 1240px) {
  .toggle-nav {
    display: none;
  }
}

@media (min-width: 1240px) {
  .toggle-nav-btn {
    display: none;
  }
}

.navbar-section.main {
  justify-content: flex-end;
  flex: 1 0 auto;
  margin-top: -32px;
}

.debug-viewport {
  position: fixed;
  bottom: 20px;
  left: 0;
  display: flex;
  z-index: 9999;
}
.debug-viewport span {
  font-family: "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace;
  font-size: 0.7rem;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 3px;
  margin-right: 2px;
}

.container {
  padding: 0 5%;
}

/* ----------------------------- */
/*	Page header: 				 */
/* ----------------------------- */
.page-header {
  background: #fff;
  padding: 0 0;
}

.logo,
.logo a {
  display: block;
  width: 118px;
  height: 141px;
  text-indent: -99999px;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.logo a,
.logo a a {
  display: block;
  width: 118px;
  height: 141px;
  border: none;
  text-decoration: none;
  background-size: 118px 141px;
}

.logo a {
  background-image: url(../../Images/logo.svg);
}

.logo {
  box-sizing: content-box;
  border: 8px solid #ffffff;
  border-top: none;
  position: relative;
  z-index: 1;
}

.main-navigation.mobile > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation.mobile > ul li {
  margin: 0;
  padding: 0;
}
.main-navigation.mobile > ul i {
  display: none;
}
.main-navigation.mobile > ul > li {
  margin: 1rem 0;
}
.main-navigation.mobile > ul > li a:link, .main-navigation.mobile > ul > li a:visited {
  font-weight: 700;
  border-bottom: 2px solid #F3F7FA;
  display: block;
  margin-bottom: 0.5rem;
}
.main-navigation.mobile > ul > li a:hover, .main-navigation.mobile > ul > li a:focus, .main-navigation.mobile > ul > li a:active {
  color: #CE001B;
}
.main-navigation.mobile > ul > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.main-navigation.mobile > ul > li ul li {
  margin: 0;
  padding: 0;
}
.main-navigation.mobile > ul > li ul li {
  padding-right: 1rem;
}
.main-navigation.mobile > ul > li ul li a:link, .main-navigation.mobile > ul > li ul li a:visited {
  color: #8c949c;
  border: none;
  font-weight: 400;
  font-size: 0.7rem;
}
.main-navigation.mobile > ul > li ul li a:hover, .main-navigation.mobile > ul > li ul li a:focus, .main-navigation.mobile > ul > li ul li a:active {
  color: #CE001B;
}

.main-navigation.desktop,
.navbar-profile {
  border-right: 1px solid #e1e4e6;
  margin-right: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 1240px) {
  .main-navigation.desktop.desktop,
.navbar-profile.desktop {
    display: none;
  }
}
.main-navigation.desktop ul,
.navbar-profile ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}
.main-navigation.desktop ul li,
.navbar-profile ul li {
  margin: 0;
  padding: 0;
}
.main-navigation.desktop ul li,
.navbar-profile ul li {
  margin-left: 0.5rem;
  position: relative;
  border-radius: 4px;
}
.main-navigation.desktop a, .main-navigation.desktop a:link, .main-navigation.desktop a:visited,
.navbar-profile a,
.navbar-profile a:link,
.navbar-profile a:visited {
  color: #1c2473;
  border-radius: 5px;
  padding: 0.4rem 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  background: #fff;
  position: relative;
  z-index: 0;
}
.main-navigation.desktop a:hover, .main-navigation.desktop a:focus, .main-navigation.desktop a:active,
.main-navigation.desktop li.selected a,
.main-navigation.desktop li.is-open a,
.navbar-profile a:hover,
.navbar-profile a:focus,
.navbar-profile a:active,
.navbar-profile li.selected a,
.navbar-profile li.is-open a {
  text-decoration: none;
  border: 1px solid #e1e4e6;
  color: #CE001B;
}
.main-navigation.desktop i,
.navbar-profile i {
  margin-top: -3px;
  margin-left: 0.2rem;
}
.main-navigation.desktop li.is-open a,
.navbar-profile li.is-open a {
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #fff;
  z-index: 2;
}
.main-navigation.desktop ul ul,
.navbar-profile ul ul {
  display: none;
}
.main-navigation.desktop li.is-open ul,
.navbar-profile li.is-open ul {
  z-index: 1;
  display: block;
  position: absolute;
  background: #fff;
  border: 1px solid #e1e4e6;
  margin-top: -1px;
  border-radius: 0 5px 5px 5px;
  min-width: calc(100% + 20px);
  padding: 0.5rem 2rem 1rem 0;
}
.main-navigation.desktop li.is-open ul i,
.navbar-profile li.is-open ul i {
  display: none;
}
.main-navigation.desktop li.is-open ul li,
.navbar-profile li.is-open ul li {
  margin-left: 0;
}
.main-navigation.desktop li.is-open ul a, .main-navigation.desktop li.is-open ul a:link, .main-navigation.desktop li.is-open ul a:visited,
.navbar-profile li.is-open ul a,
.navbar-profile li.is-open ul a:link,
.navbar-profile li.is-open ul a:visited {
  font-size: 0.7rem;
  font-weight: 500;
  border: none;
  color: #1c2473;
  border-radius: 4px;
  padding: 0.2rem 1rem;
  white-space: nowrap;
}
.main-navigation.desktop li.is-open ul a:hover, .main-navigation.desktop li.is-open ul a:focus, .main-navigation.desktop li.is-open ul a:active,
.main-navigation.desktop li.is-open ul li.selected a,
.navbar-profile li.is-open ul a:hover,
.navbar-profile li.is-open ul a:focus,
.navbar-profile li.is-open ul a:active,
.navbar-profile li.is-open ul li.selected a {
  color: #CE001B;
}
.main-navigation.desktop li.is-open ul a::before,
.navbar-profile li.is-open ul a::before {
  content: "›";
  margin-right: 12px;
}

.meta-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.meta-navigation ul li {
  margin: 0;
  padding: 0;
}
.meta-navigation li {
  font-size: 14px;
  color: #1c2473;
}
.meta-navigation i {
  font-size: 12px;
}
.meta-navigation a {
  text-decoration: underline;
  color: #1c2473;
}
@media (max-width: 1240px) {
  .meta-navigation.desktop {
    display: none;
  }
}
.meta-navigation.mobile {
  padding-bottom: 40px;
}

.navbar-search i,
.page-title-search i,
.navbar-cart i,
.toggle-nav-btn i {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  text-align: center;
  background: #F3F7FA;
  line-height: 32px;
}
.navbar-search a:hover i, .navbar-search a:focus i, .navbar-search a:active i,
.page-title-search a:hover i,
.page-title-search a:focus i,
.page-title-search a:active i,
.navbar-cart a:hover i,
.navbar-cart a:focus i,
.navbar-cart a:active i,
.toggle-nav-btn a:hover i,
.toggle-nav-btn a:focus i,
.toggle-nav-btn a:active i {
  background-color: #B1C1CC;
}

.toggle-nav-btn {
  margin-left: 0.5rem;
}
.toggle-nav-btn a i {
  background-color: #FAE5E8;
  color: #CE001B;
}
.toggle-nav-btn a:hover i, .toggle-nav-btn a:focus i, .toggle-nav-btn a:active i {
  background-color: #CE001B;
  color: #fff;
}

/* ----------------------------- */
/*	Page buidlup				 */
/* ----------------------------- */
.toggle-nav-open .position-hero,
.toggle-nav-open .page-title {
  margin-top: 0;
}

.position-hero {
  margin-top: -40px;
  position: relative;
  z-index: 0;
  background-position: center;
  background-size: cover;
}

.overlay {
  width: 100%;
  height: 100%;
  background: #1c2473;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}

.page-introduction {
  position: relative;
  z-index: 1;
}
.page-introduction .editor-content {
  text-align: center;
  margin: 0 auto;
  padding: 4rem 2rem 2rem;
}
.page-introduction .editor-content h1, .page-introduction .editor-content h2, .page-introduction .editor-content h3, .page-introduction .editor-content h4 {
  color: #fff;
}
.page-introduction .editor-content h1 strong, .page-introduction .editor-content h2 strong, .page-introduction .editor-content h3 strong, .page-introduction .editor-content h4 strong {
  color: #CE001B;
}
.page-introduction .editor-content p {
  color: #F3F7FA;
}
@media (max-width: 840px) {
  .page-introduction .editor-content h1 {
    font-size: 2rem;
  }
}
@media (min-width: 840px) {
  .page-introduction .editor-content {
    padding: 8rem 6rem;
  }
}
@media (min-width: 960px) {
  .page-introduction .editor-content {
    padding: 10rem 8rem;
  }
}

.page-title {
  margin: 4rem 0 3rem;
  margin-top: -40px;
  padding-top: 6rem;
  background: #F3F7FA;
}
.page-title h1 {
  margin-bottom: 0;
}
.page-title h1 + h5 {
  margin-top: 0.3rem;
}
.page-title .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-title .page-title-search {
  align-items: center;
  display: flex;
  flex-grow: 1;
  position: relative;
  justify-content: flex-end;
}
.page-title form {
  width: 35%;
}
.page-title input,
.page-title select {
  border-radius: 9999px;
  border: none;
  position: relative;
  z-index: 0;
  background-image: none !important;
}
.page-title i {
  position: relative;
  z-index: 1;
  margin-left: -40px;
}
.page-title select {
  cursor: pointer;
}
.page-title a.js-trigger-select {
  pointer-events: none;
}
.page-title a.js-trigger-select i {
  cursor: pointer;
}

.page-title.detail {
  background: #fff;
  padding: 3rem;
  margin-bottom: 0;
}

.page-main {
  margin: 3rem 0 4rem;
}

.default-tpl .position-main {
  padding: 3rem;
  background: #fff;
  border-radius: 8px;
}

.home-tpl .module-content {
  height: 100%;
}

.position-advertentie .module-content {
  height: auto;
}

/* ----------------------------- */
/*	Filter 	 					 */
/* ----------------------------- */
.module-filter {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e1e4e6;
  padding: 1.5rem;
}
.module-filter h4 {
  font-weight: 700;
  border-bottom: 2px solid #F3F7FA;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.module-filter h4:first-of-type {
  margin-top: 0;
}
.module-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.module-filter ul li {
  margin: 0;
  padding: 0;
}
.module-filter li.spacer {
  display: none;
}
.module-filter ul > li {
  color: #000;
  padding: 0.25rem 0 !important;
}
.module-filter input {
  margin-right: 0.5rem;
}
.module-filter label {
  font-weight: 400;
  font-size: 0.7rem;
  cursor: pointer;
  width: 100%;
  display: block;
}
.module-filter i {
  color: #1c2473;
  margin-right: 0.75rem;
}
.module-filter .reset-filter {
  margin-top: 2rem;
}
.module-filter input[type=checkbox] {
  display: none;
}
.module-filter input[type=checkbox]:checked ~ i::before {
  content: "";
  font-weight: 900;
}

/* ----------------------------- */
/*	Wedstrijd detail			 */
/* ----------------------------- */
.blocks-w-block-imagefloat {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  margin: 2rem 0;
}
.blocks-w-block-imagefloat .image {
  flex: 0 0 50%;
  line-height: 0;
}
.blocks-w-block-imagefloat .image img {
  width: 100%;
  line-height: 0;
}
.blocks-w-block-imagefloat .description {
  padding: 4rem;
}

.position-main .module-content:nth-child(even) .blocks-w-block-imagefloat {
  flex-direction: row-reverse;
  background: #F5F6F8;
}

/* ----------------------------- */
/*	Wedstrijd detail			 */
/* ----------------------------- */
.wedstrijd-detail .wedstrijd-detail-kaart,
.wedstrijd-detail .wedstrijd-detail-informatie {
  background: #fff;
  border-radius: 8px;
}
.wedstrijd-detail .wedstrijd-detail-informatie {
  padding: 3rem;
}
.block-content {
  position: relative;
}

.labels {
  margin-left: 1.5rem;
  z-index: 9;
}

.labels-detail {
  position: absolute;
  top: 4rem;
  right: 2rem;
  z-index: 9;
}

/* ----------------------------- */
/*	Blocks 	 					 */
/* ----------------------------- */
.block {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 1240px) {
  .block {
    display: flex;
  }
}
.block.box-shadow {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.block.bg-accent {
  background-color: #1c2473;
}
.block.bg-accent h2, .block.bg-accent h3, .block.bg-accent h4 {
  color: #fff;
}
.block.disabled .block-content {
  opacity: 0.5;
}
.block.disabled:hover {
  box-shadow: none;
}
.block.disabled:hover h3 {
  color: #000;
}
.block .block {
  height: auto;
  flex-direction: column;
}

.block.fd-column {
  flex-direction: column;
}

a.block {
  display: flex;
  flex-direction: column;
}
a.block:hover, a.block:focus, a.block:active {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
a.block:hover h3, a.block:hover h4, a.block:focus h3, a.block:focus h4, a.block:active h3, a.block:active h4 {
  color: #CE001B;
}
a.block:hover i, a.block:focus i, a.block:active i {
  background-color: #bf0019 !important;
}

a.block.bg-accent:hover, a.block.bg-accent:focus, a.block.bg-accent:active {
  background-color: #192067;
}

.block-content {
  padding: 1.5rem;
}
@media (min-width: 1240px) {
  .block-content {
    padding: 2rem;
  }
}
.block-content .inner *:last-child {
  margin-bottom: 0;
}

.content-type--text {
  padding: 1.5rem;
}
@media (min-width: 1240px) {
  .content-type--text {
    padding: 2rem 3rem;
  }
}

.content-type--img ~ .content-type--text {
  padding-top: 0;
}

.content-type--bgimg {
  padding: 0;
  position: relative;
}
.content-type--bgimg .label {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.content-type--bgimg .inner {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.content-type--bgimg .inner.item-image {
  height: auto;
  position: relative;
  overflow: hidden;
}
.content-type--bgimg .inner.item-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 68.75%;
}
.content-type--bgimg .inner.item-image > .aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.content-type--bgimg .inner.item-image .aspect-ratio > * {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.content-type--bgimg .image {
  background-image: url(../../Images/placeholder.jpg);
}

.content-type--ad .inner {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.content-type--ad .inner.item-image {
  height: auto;
  position: relative;
  overflow: hidden;
}
.content-type--ad .inner.item-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60%;
}
.content-type--ad .inner.item-image > .aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.content-type--ad .inner.item-image .aspect-ratio > * {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.content-type--img {
  padding: 1rem;
}
@media (min-width: 1240px) {
  .content-type--img {
    padding: 1.5rem;
  }
}
.content-type--img .inner {
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.content-type--img .inner:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 68.75%;
}
.content-type--img .inner > .aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.content-type--img .inner .aspect-ratio > * {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.content-type--img .image {
  border-radius: 7px;
}
.content-type--img .image {
  background-image: url(../../Images/placeholder.jpg);
}

.content-type--title {
  border-bottom: 2px solid #F3F7FA;
}
.content-type--title .btn {
  margin-top: 1rem;
}
@media (min-width: 1240px) {
  .content-type--title {
    border-bottom: none;
    border-right: 2px solid #F3F7FA;
  }
}

.content-type--news h5 {
  margin-bottom: 0;
}
.content-type--news h4 {
  margin-bottom: 1rem;
}
.content-type--news a:link, .content-type--news a:visited {
  color: #8c949c;
  border-bottom: 1px solid #e1e4e6;
}
.content-type--news a:hover, .content-type--news a:focus, .content-type--news a:active {
  text-decoration: none;
  color: #CE001B;
  border-color: #FAE5E8;
}

.content-type--dates a {
  padding: 0.5rem;
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  border-radius: 5px;
}
.content-type--dates a:link, .content-type--dates a:visited {
  border: 1px solid #F3F7FA;
}
.content-type--dates a:link h4, .content-type--dates a:visited h4 {
  color: #8c949c;
}
.content-type--dates a:hover, .content-type--dates a:focus, .content-type--dates a:active {
  text-decoration: none;
  background-color: #F3F7FA;
}
.content-type--dates a:hover h4, .content-type--dates a:focus h4, .content-type--dates a:active h4 {
  text-decoration: none;
  color: #CE001B;
}
.content-type--dates a:hover h5, .content-type--dates a:focus h5, .content-type--dates a:active h5 {
  background: #CE001B;
}
.content-type--dates h5 {
  line-height: 16px;
  margin-right: 1rem;
  margin-bottom: 0;
  text-align: center;
  border-radius: 5px;
  padding: 0.5rem;
  display: block;
  background: #B1C1CC;
}
.content-type--dates h5 span {
  display: block;
  color: #fff;
}
.content-type--dates h5 .day {
  font-size: 21px;
}

.content-type--downloads .download {
  justify-content: space-between;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  border-radius: 5px;
}
.content-type--downloads .download:link, .content-type--downloads .download:visited {
  border: 1px solid #F3F7FA;
}
.content-type--downloads .download:link h4, .content-type--downloads .download:visited h4 {
  color: #8c949c;
}
.content-type--downloads .download:hover, .content-type--downloads .download:focus, .content-type--downloads .download:active {
  text-decoration: none;
  background-color: #F3F7FA;
}
.content-type--downloads .download:hover h4, .content-type--downloads .download:focus h4, .content-type--downloads .download:active h4 {
  text-decoration: none;
  color: #CE001B;
}
.content-type--downloads .download:hover i, .content-type--downloads .download:focus i, .content-type--downloads .download:active i {
  background-color: #CE001B;
}
.content-type--downloads h5 {
  margin-bottom: 0;
}
.content-type--downloads i {
  margin-left: 0.25rem;
  color: #fff;
  background: #B1C1CC;
  padding: 0.5rem;
  border-radius: 4px;
}
.content-type--downloads i:first-of-type {
  margin-left: 0.5rem;
}

.content-type--download {
  padding: 0;
  height: 100%;
}
.content-type--download .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-type--download .description {
  padding: 1rem;
  border-top: 1px solid #e1e4e6;
  font-style: italic;
}
.content-type--download .description p {
  color: #8c949c;
}
.content-type--download .product-description {
  padding: 1rem;
}
.content-type--download .product-description h4 {
  color: #000;
  font-weight: 700;
}
.content-type--download .product-description p {
  color: #8c949c;
}
.content-type--download .product-add {
  border-top: 1px solid #e1e4e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
.content-type--download .product-add h4 {
  color: #000;
  font-weight: 700;
}
.content-type--download .product-add p {
  color: #8c949c;
}
.content-type--download .product-add span.price {
  font-weight: bold;
  font-size: 0.9rem;
  color: #1c2473;
}
.content-type--download i {
  margin-left: 0.25rem;
  color: #fff;
  background: #CE001B;
  padding: 0.5rem;
  border-radius: 4px;
}
.content-type--download i:hover {
  background: #bf0019;
}
.content-type--download .download,
.content-type--download .downloads {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-type--download .download h5,
.content-type--download .downloads h5 {
  margin-bottom: 0;
}
.content-type--download .download h4,
.content-type--download .downloads h4 {
  color: #8c949c;
}
.content-type--download .download > div:last-child,
.content-type--download .downloads > div:last-child {
  margin-left: 0.25rem;
  flex-shrink: 0;
}
.content-type--download .downloads a:hover i, .content-type--download .downloads a:focus i, .content-type--download .downloads a:active i {
  background: #bf0019;
}

.block .block .content-type--download .download {
  border: 1px solid #F3F7FA;
}
.block .block .content-type--download .download i {
  background-color: #B1C1CC;
}

.content-type--media .image {
  background-image: url(../../Images/placeholder.jpg);
}
.content-type--media .media {
  position: relative;
  overflow: hidden;
}
.content-type--media .media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 68.75%;
}
.content-type--media .media > .aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.content-type--media .media .aspect-ratio > * {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.content-type--media .media .image {
  border-radius: 5px 5px 0 0;
}
.content-type--media a {
  border-radius: 0 0 5px 5px;
}

span.cart {
  display: flex;
}
span.cart .form-input {
  padding: 0.25rem 0.5rem;
  border-radius: 4px 0 0 4px;
  border-right: none;
  width: 60px;
}
span.cart i {
  margin-left: 0;
  border-radius: 0 4px 4px 0;
  color: #fff;
  background: #CE001B;
  padding: 0.5rem;
}
span.cart i:hover {
  background: #bf0019;
}

/* ----------------------------- */
/*	Module detail				 */
/* ----------------------------- */
.module-content-detail .item-cover {
  position: relative;
  overflow: hidden;
}
.module-content-detail .item-cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
.module-content-detail .item-cover > .aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.module-content-detail .item-cover .aspect-ratio > * {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.module-content-detail .item-image {
  position: relative;
  overflow: hidden;
}
.module-content-detail .item-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.module-content-detail .item-image > .aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.module-content-detail .item-image .aspect-ratio > * {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.module-content-detail .item-content {
  padding: 6rem 15%;
  background: #fff;
}
.module-content-detail .item-content p, .module-content-detail .item-content h4 {
  font-size: 18px;
}
.module-content-detail .item-images {
  padding: 0 3rem 3rem;
  background: #fff;
}
.module-content-detail .item-description {
  padding: 3rem;
  background: #fff;
}
.module-content-detail .description-content {
  padding-right: 3rem;
}
.module-content-detail .description-practical {
  background: #fff;
  margin-bottom: 2rem;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.module-content-detail .locations-map-map {
  position: relative;
  overflow: hidden;
}
.module-content-detail .locations-map-map:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.module-content-detail .locations-map-map > .aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.module-content-detail .locations-map-map .aspect-ratio > * {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.module-content-detail .item-event-register {
  padding: 2rem;
}
.module-content-detail .ingredients,
.module-content-detail .allergenen,
.module-content-detail .products,
.module-content-detail .download {
  padding: 2rem;
}
.module-content-detail .allergenen {
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.module-content-detail .allergenen h3 {
  flex: 0 0 100%;
}
.module-content-detail .allergenen img {
  width: 71px;
  height: 71px;
  max-width: 100%;
  flex: 0 1 71px;
  margin: 0 0.5rem 0.5rem 0;
}
.module-content-detail .download {
  text-align: center;
}
.module-content-detail .download p {
  margin-bottom: 0;
}
.module-content-detail .product {
  border-radius: 7px;
  margin-top: 1rem;
  background: #F3F7FA;
  padding: 1rem;
}
.module-content-detail .product p, .module-content-detail .product ul, .module-content-detail .product li {
  font-size: 0.7rem;
}
.module-content-detail .product .product-add {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module-content-detail .product .product-add h4 {
  color: #000;
  font-weight: 700;
}
.module-content-detail .product .product-add p {
  color: #8c949c;
}
.module-content-detail .product .product-add span.price {
  font-weight: bold;
  font-size: 0.9rem;
  color: #1c2473;
}
.module-content-detail .item-practical {
  padding: 0 3rem;
  background: #fff;
  width: 100%;
}
.module-content-detail .item-practical .column {
  margin-bottom: 0;
}
@media (max-width: 840px) {
  .module-content-detail .item-practical .column:nth-child(2) .inner {
    border-top: none;
    border-bottom: none;
  }
}
@media (min-width: 840px) {
  .module-content-detail .item-practical .column:nth-child(2) .inner {
    border-left: none;
    border-right: none;
  }
}
.module-content-detail .item-practical .inner {
  height: 100%;
  margin-bottom: 0;
  padding: 1rem 2rem;
  background: #F3F7FA;
  border: 1px solid #e1e4e6;
}
.module-content-detail .item-practical .inner p:last-child {
  margin-bottom: 0;
}

/* ----------------------------- */
/*	Forms: 			;			 */
/* ----------------------------- */
.profile-settings h3 {
  margin-top: 2rem;
}
.profile-settings h3:first-of-type {
  margin-top: 0;
}

.form-item-type--heading {
  margin-top: 2rem;
}
.form-item-type--heading:first-child {
  margin-top: 0;
}

table span.cart {
  display: flex;
}
table span.cart input {
  padding: 0.25rem 0.5rem;
  border-radius: 4px 0 0 4px;
  border-right: none;
  width: 60px;
}
table span.cart i {
  margin-left: 0;
  border-radius: 0 4px 4px 0;
  color: #fff;
  background: #CE001B;
  padding: 0.5rem;
}
table span.cart i:hover {
  background: #bf0019;
}

.page-submit {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}

[v-cloak] {
  display: none;
}

/* ----------------------------- */
/*	Footer 						 */
/* ----------------------------- */
.position-doormat {
  background: #fff;
  padding: 3rem 0 1rem;
}
.position-doormat .container > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -2rem;
  display: flex;
  flex-wrap: wrap;
}
.position-doormat .container > ul li {
  margin: 0;
  padding: 0;
}
.position-doormat .container > ul > li {
  flex: 1;
  margin-left: 2rem;
  margin-bottom: 2rem;
  background: #F3F7FA;
  border-radius: 8px;
  padding: 1.5rem;
}
.position-doormat .container > ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1rem;
}
.position-doormat .container > ul ul li {
  margin: 0;
  padding: 0;
}
.position-doormat .container > ul ul a,
.position-doormat .container > ul ul a:link,
.position-doormat .container > ul ul a:visited {
  font-size: 0.7rem;
}
.position-doormat .container > ul ul a:before,
.position-doormat .container > ul ul a:link:before,
.position-doormat .container > ul ul a:visited:before {
  content: "›";
  display: inline-block;
  padding-right: 1rem;
}

.position-footer {
  padding: 2rem 0;
  font-size: 14px;
  background: #B1C1CC;
}
.position-footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.position-footer p {
  margin-bottom: 0;
  color: #000;
}
.position-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.position-footer ul li {
  margin: 0;
  padding: 0;
}
.position-footer ul li {
  margin-left: 0.5rem;
}
.position-footer a {
  color: #1c2473;
  text-decoration: underline;
}

.search {
  margin-bottom: 40px;
}
.search .search-fields {
  display: flex;
}
.search .search-fields select, .search .search-fields input {
  margin-right: 20px;
}

jo .checkboxes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
jo .checkboxes li {
  margin-right: 20px;
  white-space: nowrap;
}

/*# sourceMappingURL=screen.css.map */
