@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
/* 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-family: "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace; /* 1 (changed) */
  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: 16px;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
}

body {
  background: #fff;
  color: #4b4b4b;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

a {
  color: #1946ba;
  outline: none;
  text-decoration: none;
}
a:focus {
  box-shadow: 0 0 0 0.125rem rgba(25, 70, 186, 0.4);
}
a:focus, a:hover, a:active, a.active {
  color: #13358d;
  text-decoration: underline;
}
a:visited {
  color: #2459e2;
}

.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 0.0625rem solid #1946ba;
  border-radius: 0.25rem;
  color: #1946ba;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  height: 2.25rem;
  line-height: 1.5rem;
  outline: none;
  padding: 0.3125rem 0.75rem;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:focus {
  box-shadow: 0 0 0 0.125rem rgba(25, 70, 186, 0.4);
}
.btn:focus, .btn:hover {
  background: #9d9d9d;
  border-color: #13358d;
  text-decoration: none;
}
.btn:active, .btn.active {
  background: #13358d;
  border-color: #102d77;
  color: #fff;
  text-decoration: none;
}
.btn:active.loading::after, .btn.active.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn[disabled], .btn:disabled, .btn.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.btn.btn-primary {
  background: #1946ba;
  border-color: #13358d;
  color: #fff;
}
.btn.btn-primary:focus, .btn.btn-primary:hover {
  background: #123284;
  border-color: #102d77;
  color: #fff;
}
.btn.btn-primary:active, .btn.btn-primary.active {
  background: #112e7b;
  border-color: #0f296e;
  color: #fff;
}
.btn.btn-primary.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn.btn-success {
  background: #3ec300;
  border-color: #39b400;
  color: #fff;
}
.btn.btn-success:focus {
  box-shadow: 0 0 0 0.125rem rgba(62, 195, 0, 0.4);
}
.btn.btn-success:focus, .btn.btn-success:hover {
  background: #3bb900;
  border-color: #36aa00;
  color: #fff;
}
.btn.btn-success:active, .btn.btn-success.active {
  background: #339f00;
  border-color: #2e9000;
  color: #fff;
}
.btn.btn-success.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn.btn-error {
  background: #dc392d;
  border-color: #d63024;
  color: #fff;
}
.btn.btn-error:focus {
  box-shadow: 0 0 0 0.125rem rgba(220, 57, 45, 0.4);
}
.btn.btn-error:focus, .btn.btn-error:hover {
  background: #da3124;
  border-color: #cd2e22;
  color: #fff;
}
.btn.btn-error:active, .btn.btn-error.active {
  background: #c52c21;
  border-color: #b7291f;
  color: #fff;
}
.btn.btn-error.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn.btn-link {
  background: transparent;
  border-color: transparent;
  color: #1946ba;
}
.btn.btn-link:focus, .btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link.active {
  color: #13358d;
}
.btn.btn-sm {
  font-size: 0.75rem;
  height: 1.75rem;
  padding: 0.0625rem 0.375rem;
}
.btn.btn-lg {
  font-size: 1.25rem;
  height: 2.5rem;
  padding: 0.4375rem 0.75rem;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-action {
  width: 2.25rem;
  padding-left: 0;
  padding-right: 0;
}
.btn.btn-action.btn-sm {
  width: 1.75rem;
}
.btn.btn-action.btn-lg {
  width: 2.5rem;
}
.btn.btn-clear {
  background: transparent;
  border: 0;
  color: currentColor;
  height: 1.25rem;
  line-height: 1rem;
  margin-left: 0.25rem;
  margin-right: -2px;
  opacity: 1;
  padding: 0.125rem;
  text-decoration: none;
  width: 1.25rem;
}
.btn.btn-clear:focus, .btn.btn-clear:hover {
  background: rgba(222, 222, 222, 0.5);
  opacity: 0.95;
}
.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.0625rem;
}
.btn-group .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.0625rem;
}
.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;
}

.empty {
  background: #dedede;
  border-radius: 0.25rem;
  color: #707070;
  text-align: center;
  padding: 4rem 2rem;
}
.empty .empty-icon {
  margin-bottom: 1rem;
}
.empty .empty-title,
.empty .empty-subtitle {
  margin: 0.5rem auto;
}
.empty .empty-action {
  margin-top: 1rem;
}

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

fieldset {
  margin-bottom: 1rem;
}

legend {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.form-label {
  display: block;
  line-height: 1.5rem;
  padding: 0.375rem 0;
}
.form-label.label-sm {
  font-size: 0.75rem;
  padding: 0.125rem 0;
}
.form-label.label-lg {
  font-size: 1.25rem;
  padding: 0.5rem 0;
}

.form-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  background-image: none;
  border: 0.0625rem solid #bebebe;
  border-radius: 0.25rem;
  color: #4b4b4b;
  display: block;
  font-size: 1rem;
  height: 2.25rem;
  line-height: 1.5rem;
  max-width: 100%;
  outline: none;
  padding: 0.3125rem 0.75rem;
  position: relative;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
  width: 100%;
}
.form-input:focus {
  box-shadow: 0 0 0 0.125rem rgba(25, 70, 186, 0.4);
  border-color: #1946ba;
}
.form-input::-moz-placeholder {
  color: #bebebe;
}
.form-input:-ms-input-placeholder {
  color: #bebebe;
}
.form-input::placeholder {
  color: #bebebe;
}
.form-input.input-sm {
  font-size: 0.75rem;
  height: 1.75rem;
  padding: 0.0625rem 0.375rem;
}
.form-input.input-lg {
  font-size: 1.25rem;
  height: 2.5rem;
  padding: 0.4375rem 0.75rem;
}
.form-input.input-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.form-input[type=file] {
  height: auto;
}

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

.form-input-hint {
  color: #bebebe;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.has-success .form-input-hint, .is-success + .form-input-hint {
  color: #3ec300;
}
.has-error .form-input-hint, .is-error + .form-input-hint {
  color: #dc392d;
}

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.0625rem solid #bebebe;
  border-radius: 0.25rem;
  color: inherit;
  font-size: 1rem;
  height: 2.25rem;
  line-height: 1.5rem;
  outline: none;
  padding: 0.3125rem 0.75rem;
  vertical-align: middle;
  width: 100%;
  background: #fff;
}
.form-select:focus {
  box-shadow: 0 0 0 0.125rem rgba(25, 70, 186, 0.4);
  border-color: #1946ba;
}
.form-select::-ms-expand {
  display: none;
}
.form-select.select-sm {
  font-size: 0.75rem;
  height: 1.75rem;
  padding: 0.0625rem 1.375rem 0.0625rem 0.375rem;
}
.form-select.select-lg {
  font-size: 1.25rem;
  height: 2.5rem;
  padding: 0.4375rem 1.75rem 0.4375rem 0.75rem;
}
.form-select[size], .form-select[multiple] {
  height: auto;
  padding: 0.3125rem 0.75rem;
}
.form-select[size] option, .form-select[multiple] option {
  padding: 0.125rem 0.25rem;
}
.form-select:not([multiple]):not([size]) {
  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: 1.75rem;
}

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

.has-icon-left .form-icon {
  left: 0.0625rem;
}
.has-icon-left .form-input {
  padding-left: 1.625rem;
}

.has-icon-right .form-icon {
  right: 0.0625rem;
}
.has-icon-right .form-input {
  padding-right: 1.625rem;
}

.form-checkbox,
.form-radio,
.form-switch {
  display: block;
  line-height: 1.5rem;
  margin: 0.25rem 0;
  min-height: 1.75rem;
  padding: 0.125rem 0.75rem 0.125rem 1.75rem;
  position: relative;
}
.form-checkbox input,
.form-radio 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-switch input:focus + .form-icon {
  box-shadow: 0 0 0 0.125rem rgba(25, 70, 186, 0.4);
  border-color: #1946ba;
}
.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon,
.form-switch input:checked + .form-icon {
  background: #1946ba;
  border-color: #1946ba;
}
.form-checkbox .form-icon,
.form-radio .form-icon,
.form-switch .form-icon {
  border: 0.0625rem solid #bebebe;
  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-switch.input-sm {
  font-size: 0.75rem;
  margin: 0;
}
.form-checkbox.input-lg,
.form-radio.input-lg,
.form-switch.input-lg {
  font-size: 1.25rem;
  margin: 0.375rem 0;
}

.form-checkbox .form-icon,
.form-radio .form-icon {
  background: #fff;
  height: 1rem;
  left: 0;
  top: 0.375rem;
  width: 1rem;
}
.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
  background: #dedede;
}

.form-checkbox .form-icon {
  border-radius: 0.25rem;
}
.form-checkbox input:checked + .form-icon::before {
  background-clip: padding-box;
  border: 0.125rem 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: #1946ba;
  border-color: #1946ba;
}
.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 {
  border-radius: 50%;
}
.form-radio 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.75rem;
}
.form-switch .form-icon {
  background: #bebebe;
  background-clip: padding-box;
  border-radius: 0.5625rem;
  height: 1.125rem;
  left: 0;
  top: 0.3125rem;
  width: 2rem;
}
.form-switch .form-icon::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s, left 0.2s;
  width: 1rem;
}
.form-switch input:checked + .form-icon::before {
  left: 14px;
}
.form-switch input:active + .form-icon::before {
  background: #dedede;
}

.input-group {
  display: flex;
}
.input-group .input-group-addon {
  background: #dedede;
  border: 0.0625rem solid #bebebe;
  border-radius: 0.25rem;
  line-height: 1.5rem;
  padding: 0.3125rem 0.75rem;
  white-space: nowrap;
}
.input-group .input-group-addon.addon-sm {
  font-size: 0.75rem;
  padding: 0.0625rem 0.375rem;
}
.input-group .input-group-addon.addon-lg {
  font-size: 1.25rem;
  padding: 0.4375rem 0.75rem;
}
.input-group .form-input,
.input-group .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-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-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.0625rem;
}
.input-group .form-input:last-child:not(:first-child),
.input-group .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.0625rem;
}
.input-group .form-input:focus,
.input-group .form-select:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus {
  z-index: 2;
}
.input-group .form-select {
  width: auto;
}
.input-group.input-inline {
  display: inline-flex;
}

.has-success .form-input, .form-input.is-success,
.has-success .form-select,
.form-select.is-success {
  background: #e1ffd2;
  border-color: #3ec300;
}
.has-success .form-input:focus, .form-input.is-success:focus,
.has-success .form-select:focus,
.form-select.is-success:focus {
  box-shadow: 0 0 0 0.125rem rgba(62, 195, 0, 0.4);
}
.has-error .form-input, .form-input.is-error,
.has-error .form-select,
.form-select.is-error {
  background: white;
  border-color: #dc392d;
}
.has-error .form-input:focus, .form-input.is-error:focus,
.has-error .form-select:focus,
.form-select.is-error:focus {
  box-shadow: 0 0 0 0.125rem rgba(220, 57, 45, 0.4);
}

.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-switch .form-icon,
.form-switch.is-error .form-icon {
  border-color: #dc392d;
}
.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-switch input:checked + .form-icon,
.form-switch.is-error input:checked + .form-icon {
  background: #dc392d;
  border-color: #dc392d;
}
.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-switch input:focus + .form-icon,
.form-switch.is-error input:focus + .form-icon {
  box-shadow: 0 0 0 0.125rem rgba(220, 57, 45, 0.4);
  border-color: #dc392d;
}

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

.form-input:not(:-moz-placeholder-shown):invalid {
  border-color: #dc392d;
}

.form-input:not(:-ms-input-placeholder):invalid {
  border-color: #dc392d;
}

.form-input:not(:placeholder-shown):invalid {
  border-color: #dc392d;
}
.form-input:not(:-moz-placeholder-shown):invalid:focus {
  box-shadow: 0 0 0 0.125rem rgba(220, 57, 45, 0.4);
  background: white;
}
.form-input:not(:-ms-input-placeholder):invalid:focus {
  box-shadow: 0 0 0 0.125rem rgba(220, 57, 45, 0.4);
  background: white;
}
.form-input:not(:placeholder-shown):invalid:focus {
  box-shadow: 0 0 0 0.125rem rgba(220, 57, 45, 0.4);
  background: white;
}
.form-input:not(:-moz-placeholder-shown):invalid + .form-input-hint {
  color: #dc392d;
}
.form-input:not(:-ms-input-placeholder):invalid + .form-input-hint {
  color: #dc392d;
}
.form-input:not(:placeholder-shown):invalid + .form-input-hint {
  color: #dc392d;
}

.form-input:disabled, .form-input.disabled,
.form-select:disabled,
.form-select.disabled {
  background-color: #dedede;
  cursor: not-allowed;
  opacity: 0.5;
}

.form-input[readonly] {
  background-color: #dedede;
}

input:disabled + .form-icon, input.disabled + .form-icon {
  background: #dedede;
  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: 0.5rem 0;
}
.form-horizontal .form-group {
  display: flex;
  flex-wrap: wrap;
}

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

.nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0.25rem 0;
}
.nav .nav-item a {
  color: #707070;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
}
.nav .nav-item a:focus, .nav .nav-item a:hover {
  color: #1946ba;
}
.nav .nav-item.active > a {
  color: #575757;
  font-weight: bold;
}
.nav .nav-item.active > a:focus, .nav .nav-item.active > a:hover {
  color: #1946ba;
}
.nav .nav {
  margin-bottom: 0.5rem;
  margin-left: 1rem;
}

.slider {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  display: block;
  width: 100%;
  height: 1.5rem;
}
.slider:focus {
  box-shadow: 0 0 0 0.125rem rgba(25, 70, 186, 0.4);
  outline: none;
}
.slider.tooltip:not([data-tooltip])::after {
  content: attr(value);
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #1946ba;
  border: 0;
  border-radius: 50%;
  height: 0.75rem;
  margin-top: -0.3125rem;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
  width: 0.75rem;
}
.slider::-moz-range-thumb {
  background: #1946ba;
  border: 0;
  border-radius: 50%;
  height: 0.75rem;
  -moz-transition: transform 0.2s;
  transition: transform 0.2s;
  width: 0.75rem;
}
.slider::-ms-thumb {
  background: #1946ba;
  border: 0;
  border-radius: 50%;
  height: 0.75rem;
  -ms-transition: transform 0.2s;
  transition: transform 0.2s;
  width: 0.75rem;
}
.slider:active::-webkit-slider-thumb {
  transform: scale(1.25);
}
.slider:active::-moz-range-thumb {
  transform: scale(1.25);
}
.slider:active::-ms-thumb {
  transform: scale(1.25);
}
.slider:disabled::-webkit-slider-thumb, .slider.disabled::-webkit-slider-thumb {
  background: #dedede;
  transform: scale(1);
}
.slider:disabled::-moz-range-thumb, .slider.disabled::-moz-range-thumb {
  background: #dedede;
  transform: scale(1);
}
.slider:disabled::-ms-thumb, .slider.disabled::-ms-thumb {
  background: #dedede;
  transform: scale(1);
}
.slider::-webkit-slider-runnable-track {
  background: #dedede;
  border-radius: 0.25rem;
  height: 0.125rem;
  width: 100%;
}
.slider::-moz-range-track {
  background: #dedede;
  border-radius: 0.25rem;
  height: 0.125rem;
  width: 100%;
}
.slider::-ms-track {
  background: #dedede;
  border-radius: 0.25rem;
  height: 0.125rem;
  width: 100%;
}
.slider::-ms-fill-lower {
  background: #1946ba;
}

.toast {
  background: rgba(38, 38, 38, 0.95);
  border-color: #262626;
  border: 0.0625rem solid #262626;
  border-radius: 0.25rem;
  color: #fff;
  display: block;
  padding: 0.5rem;
  width: 100%;
}
.toast.toast-primary {
  background: rgba(25, 70, 186, 0.95);
  border-color: #1946ba;
}
.toast.toast-success {
  background: rgba(62, 195, 0, 0.95);
  border-color: #3ec300;
}
.toast.toast-warning {
  background: rgba(232, 144, 5, 0.95);
  border-color: #e89005;
}
.toast.toast-error {
  background: rgba(220, 57, 45, 0.95);
  border-color: #dc392d;
}
.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.125rem;
}
.toast p:last-child {
  margin-bottom: 0;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1020;
  background-color: #fff;
}
.loader:before {
  content: "";
  width: 3.75rem;
  height: 3.75rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.875rem;
  margin-left: -1.875rem;
  border: 0.375rem solid #1946ba;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: 750ms linear infinite loading;
}
.loaded .loader {
  display: none;
}

html.wf-active body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
  line-height: 1.25;
}
h1 small, h1 .small, .h1 small, .h1 .small,
h2 small,
h2 .small, .h2 small, .h2 .small,
h3 small,
h3 .small, .h3 small, .h3 .small,
h4 small,
h4 .small, .h4 small, .h4 .small,
h5 small,
h5 .small, .h5 small, .h5 .small,
h6 small,
h6 .small, .h6 small, .h6 .small {
  margin-left: 0.25em;
  color: #bebebe;
  font-weight: 500;
}

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

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

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

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

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

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

p {
  margin: 0 0 1.5rem;
}

a,
.link {
  color: #1946ba;
  font-weight: 500;
  text-decoration: underline;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out, color 200ms ease-in-out;
}
a:visited,
.link:visited {
  color: #1946ba;
}
a:hover, a:focus, a:active, a.active,
.link:hover,
.link:focus,
.link:active,
.link.active {
  color: #13358d;
  text-decoration: underline;
}
a:active, a.active,
.link:active,
.link.active {
  transition: box-shadow 200ms ease-in-out;
}

.link {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  cursor: pointer;
}
.link:focus {
  box-shadow: 0 0 0 0.125rem rgba(25, 70, 186, 0.4);
}

hr, .hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: 0.0625rem solid #dedede;
}

.text-inverse {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html,
body,
#root,
.site-wrapper,
.site-main,
.app-viewer {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

html.no-js #root,
html.no-js .loader {
  display: none;
}
html.no-js .browser-error-old-ie {
  display: none;
}

body {
  background-color: #000;
}

.site-wrapper {
  visibility: visible;
  position: relative;
  transition: visibility 0ms;
}
.site-wrapper.site-is-drawer-open {
  visibility: hidden;
  transition: visibility 0ms 200ms;
}
@media (min-height: 480px) and (max-width: 599.98px), (min-width: 600px) {
  .site-wrapper.site-is-drawer-open {
    visibility: visible;
  }
}
@media (min-height: 480px) and (max-width: 599.98px) {
  .site-wrapper {
    transition: height 0ms 15ms, visibility 0ms;
  }
  .site-wrapper.site-is-drawer-animating {
    transition: height 0ms 15ms, visibility 0ms 200ms;
    animation: 400ms ease-in-out 1 fade-in;
  }
  .site-wrapper.site-is-drawer-open {
    height: 15rem;
  }
}

.app-viewer {
  position: relative;
  transform: none;
  transition: transform 200ms ease-in-out;
}
@media (min-height: 480px) and (max-width: 599.98px) {
  .site-is-drawer-open .app-viewer {
    transform: translateY(-50%) translateY(7.5rem);
  }
}
@media (min-width: 600px) {
  .site-is-drawer-open .app-viewer {
    transform: translateX(9rem);
  }
}
@media (min-width: 600px) and (min-width: 840px) {
  .site-is-drawer-open .app-viewer {
    transform: translateX(10rem);
  }
}
@media (min-width: 600px) and (min-width: 960px) {
  .site-is-drawer-open .app-viewer {
    transform: translateX(11.25rem);
  }
}

.app-bg,
.app-canvas {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.app-canvas {
  padding-top: 100px;
}

.section {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 600px) {
  .section {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.container,
.container-fluid {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 600px) {
  .container,
  .container-fluid {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.content-section {
  margin-bottom: 1.5rem;
}

.btn {
  border-color: #bebebe;
  font-weight: 500;
}
.btn:hover, .btn:focus {
  background: #d8e2fa;
  border-color: #1946ba;
  color: #1946ba;
}
.btn:active, .btn.active {
  background: #2459e2;
  border-color: #2459e2;
  color: #fff;
  transition: box-shadow 200ms ease-in-out;
}
.btn[disabled], .btn:disabled, .btn.disabled {
  border-color: #dedede;
  color: #dedede;
  opacity: 1;
}
.btn[disabled].active, .btn:disabled.active, .btn.disabled.active {
  background: #dedede;
  color: #fff;
}
.btn.btn-link:hover, .btn.btn-link:focus {
  border-color: transparent;
}
.btn.btn-link:active, .btn.btn-link.active {
  color: #fff;
}
.btn .svg-icon {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: -0.375rem;
}
.btn .btn-text {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  vertical-align: top;
}
.btn .icon + .btn-text,
.btn .btn-text + .icon {
  margin-left: 0.5rem;
}

.btn-group {
  flex-wrap: nowrap;
}
.btn-group .btn.active {
  z-index: 2;
}
.btn-group + .btn-group {
  margin-left: 0.5rem;
}

.form-group {
  position: relative;
  margin-bottom: 0;
}
.form-group:not(:last-child) {
  margin-bottom: 1.125rem;
}

legend {
  color: #262626;
  font-weight: bold;
}

.form-label {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.375em;
  padding: 0;
  color: #262626;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.5;
}

.form-input,
.form-select {
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out, color 200ms ease-in-out;
}

.form-input {
  font-weight: normal;
}

.form-input-hint {
  margin-bottom: 0;
}

.form-switch .form-icon {
  background-clip: border-box;
  background-color: #707070;
  border-color: #707070;
}
.form-switch label {
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out, color 200ms ease-in-out;
}
.form-switch label .form-icon-target {
  width: 2rem;
  height: 1.125rem;
  display: block;
  position: absolute;
  top: 0.3125rem;
  left: 0;
  z-index: 1;
  border-radius: 0.5625rem;
  cursor: pointer;
}
.form-switch input:disabled ~ .form-icon, .form-switch input.disabled ~ .form-icon {
  background-color: #dedede;
  border-color: #dedede;
  opacity: 1;
}
.form-switch input:disabled ~ label, .form-switch input.disabled ~ label {
  color: #dedede;
}
.form-switch input:disabled ~ label .form-icon-target, .form-switch input.disabled ~ label .form-icon-target {
  cursor: not-allowed;
}

.has-success .input-group .form-input, .input-group .form-input.is-success, .has-error .input-group .form-input, .input-group .form-input.is-error,
.has-success .input-group .form-select,
.input-group .form-select.is-success,
.has-error .input-group .form-select,
.input-group .form-select.is-error {
  z-index: 2;
}
.input-group .form-input:not(:-moz-placeholder-shown):invalid {
  z-index: 2;
}
.input-group .form-input:not(:-ms-input-placeholder):invalid {
  z-index: 2;
}
.input-group .form-input:not(:placeholder-shown):invalid {
  z-index: 2;
}

.form-input:not(:-moz-placeholder-shown):invalid {
  box-shadow: none;
}

.form-input:not(:-ms-input-placeholder):invalid {
  box-shadow: none;
}

.form-input:not(:placeholder-shown):invalid {
  box-shadow: none;
}

.form-input:disabled, .form-input.disabled,
.form-select:disabled,
.form-select.disabled {
  background-color: #fff;
  border-color: #dedede;
  color: #dedede;
  opacity: 1;
}

.form-select:not([multiple]):not([size]):disabled, .form-select:not([multiple]):not([size]).disabled {
  background: #fff;
}

.form-static {
  width: 100%;
  display: block;
  padding: 0.3125rem 0;
  background: none;
  border: solid transparent;
  border-width: 0.0625rem 0;
  color: #4b4b4b;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  outline: 0;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out, color 200ms ease-in-out;
}
.form-static:focus {
  box-shadow: 0 0 0 0.125rem rgba(25, 70, 186, 0.4);
}
.form-static.disabled {
  color: #dedede;
}

.form-group .react-colorful {
  width: 100%;
}
.form-group .react-colorful__saturation {
  border-radius: 0.25rem 0.25rem 0 0;
}
.form-group .react-colorful__last-control {
  border-radius: 0 0 0.25rem 0.25rem;
}
.form-group .react-colorful__pointer {
  transition: box-shadow 200ms ease-in-out;
}
.form-group .react-colorful__interactive:focus .react-colorful__pointer {
  box-shadow: 0 0 0 0.125rem rgba(25, 70, 186, 0.4);
}

.form-file-picker-group-footer {
  text-align: right;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0.5rem 0.625rem 0;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 600px) {
  .site-header {
    padding: 1rem 1.25rem 0;
  }
}
@media (min-width: 600px) {
  .site-header {
    transition: transform 200ms ease-in-out;
  }
  .site-is-drawer-open .site-header {
    transform: translateX(18rem);
  }
}
@media (min-width: 600px) and (min-width: 840px) {
  .site-is-drawer-open .site-header {
    transform: translateX(20rem);
  }
}
@media (min-width: 600px) and (min-width: 960px) {
  .site-is-drawer-open .site-header {
    transform: translateX(22.5rem);
  }
}

.site-header-layout {
  display: flex;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.site-header-layout .site-header-center,
.site-header-layout .site-header-left,
.site-header-layout .site-header-right {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.site-header-layout .site-header-left,
.site-header-layout .site-header-right {
  width: 3rem;
  flex: 0 0 auto;
  visibility: visible;
  opacity: 1;
  transition: visibility 0ms, opacity 200ms ease-in-out;
}
.site-is-theater-mode .site-header-layout .site-header-left,
.site-is-theater-mode .site-header-layout .site-header-right {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0ms 200ms, opacity 200ms ease-in-out;
}
.site-header-layout .site-header-left {
  order: 0;
}
.site-header-layout .site-header-right {
  order: 2;
}
.site-header-layout .site-header-center {
  flex: 1 1 auto;
  order: 1;
  text-align: center;
}
@media (min-width: 600px) {
  .site-header-layout .site-header-center {
    text-align: left;
  }
}

.site-header-btn {
  width: 1.75rem;
  height: 1.5rem;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  text-align: center;
  position: relative;
  margin: 0.125rem 0;
  overflow: hidden;
  color: #fff;
  outline-offset: 0.25rem;
  cursor: pointer;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out, color 200ms ease-in-out;
}
.site-header-btn:focus {
  outline: 0.125rem solid rgba(25, 70, 186, 0.8);
}
@media (min-width: 600px) {
  .site-header-btn {
    margin: 0.25rem 0;
  }
}
.site-header-btn .icon-bars {
  width: 1.75rem;
  display: inline-block;
  margin: 0.0625rem 0;
}
.site-header-btn .icon-bars .icon-bar {
  width: 100%;
  height: 0.25rem;
  display: block;
  background-color: #fff;
  border-radius: 0.0625rem;
  transition: background-color 200ms ease-in-out;
}
.site-header-btn .icon-bars .icon-bar + .icon-bar {
  margin-top: 0.3125rem;
}
.site-header-btn .icon-dots {
  width: 1.75rem;
  display: inline-block;
  margin: 0rem 0;
}
.site-header-btn .icon-dots .icon-dot {
  width: 0.375rem;
  height: 0.375rem;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50%;
  transition: background-color 200ms ease-in-out;
}
.site-header-btn .icon-dots .icon-dot + .icon-dot {
  margin-top: 0.1875rem;
}
.site-header-btn:hover .icon-bar,
.site-header-btn:hover .icon-dot {
  background-color: #abc0f4;
}

.site-header-right .site-header-btn {
  visibility: hidden;
}

.site-headline {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1;
  white-space: nowrap;
  opacity: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
}
.site-headline img {
  width: auto;
  height: 2.5rem;
  display: inline-block;
  margin-top: -0.375rem;
  margin-bottom: -0.5rem;
  vertical-align: top;
}
.site-is-theater-mode .site-headline {
  opacity: 0.2;
  transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
}
@media (min-width: 600px) {
  .site-headline {
    font-size: 2rem;
    transform: translateX(0rem);
  }
  .site-headline img {
    height: 3rem;
    margin-top: -0.625rem;
    margin-bottom: -0.375rem;
  }
  .site-is-theater-mode .site-headline {
    transform: translateX(-3rem);
  }
}

.bg-image-full {
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen {
  .bg-image-full {
    background-size: cover;
  }
}
@media only screen and (min-width: 1024px) and (min-aspect-ratio: 1/1) {
  .bg-image-full {
    background-size: 177.7777777778% auto;
  }
}
@media only screen and (min-width: 1080px) {
  .bg-image-full {
    background-size: 1920px 1080px;
  }
}
@media only screen and (min-width: 1920px), only screen and (min-height: 1080px) {
  .bg-image-full {
    background-size: cover;
  }
}

@media only screen {
  .bg-classic {
    background-color: #566c73;
    background-image: url("../img/bg-classic-768x768.jpg");
  }
}
@media only screen and (min-width: 768px), only screen and (min-height: 768px) {
  .bg-classic {
    background-image: url("../img/bg-classic-1024x1024.jpg");
  }
}
@media only screen and (min-width: 1024px), only screen and (min-height: 1024px) {
  .bg-classic {
    background-image: url("../img/bg-classic-1440x1080.jpg");
  }
}
@media only screen {
  .bg-classic {
    background-size: cover;
  }
}
@media only screen and (min-width: 1024px) and (min-aspect-ratio: 1/1) {
  .bg-classic {
    background-size: 133.3333333333% auto;
  }
}
@media only screen and (min-width: 1080px) {
  .bg-classic {
    background-size: 1440px 1080px;
  }
}
@media only screen and (min-width: 1440px), only screen and (min-height: 1080px) {
  .bg-classic {
    background-size: cover;
  }
}

@media only screen {
  .bg-blue-sky {
    background-color: #5b8ebe;
    background-image: url("../img/bg-blue-sky-768x768.jpg");
  }
}
@media only screen and (min-width: 768px), only screen and (min-height: 768px) {
  .bg-blue-sky {
    background-image: url("../img/bg-blue-sky-1024x1024.jpg");
  }
}
@media only screen and (min-width: 1024px), only screen and (min-height: 1024px) {
  .bg-blue-sky {
    background-image: url("../img/bg-blue-sky-1920x1080.jpg");
  }
}

@media only screen {
  .bg-night-sky-clouds {
    background-color: #050914;
    background-image: url("../img/bg-night-sky-clouds-768x768.jpg");
  }
}
@media only screen and (min-width: 768px), only screen and (min-height: 768px) {
  .bg-night-sky-clouds {
    background-image: url("../img/bg-night-sky-clouds-1024x1024.jpg");
  }
}
@media only screen and (min-width: 1024px), only screen and (min-height: 1024px) {
  .bg-night-sky-clouds {
    background-image: url("../img/bg-night-sky-clouds-1920x1080.jpg");
  }
}
@media (min-width: 1024px), (min-height: 1024px) {
  .bg-night-sky-clouds {
    background-position: 9.3229166667% center;
  }
}

.bottom-app-bar,
.bottom-app-bar-primary,
.bottom-app-bar-secondary,
.bottom-app-bar-tertiary,
.bottom-app-bar-quaternary {
  display: flex;
}

.bottom-app-bar-primary,
.bottom-app-bar-secondary,
.bottom-app-bar-tertiary,
.bottom-app-bar-quaternary .btn:not(.site-theater-mode-toggle-btn) {
  visibility: visible;
  transition: visibility 0ms;
}
.site-is-theater-mode .bottom-app-bar-primary,
.site-is-theater-mode .bottom-app-bar-secondary,
.site-is-theater-mode .bottom-app-bar-tertiary,
.site-is-theater-mode .bottom-app-bar-quaternary .btn:not(.site-theater-mode-toggle-btn) {
  visibility: hidden;
  transition: visibility 0ms 200ms;
}

@media (min-height: 480px) and (max-width: 599.98px), (min-width: 600px) {
  .site-is-drawer-open .bottom-app-bar-primary,
  .site-is-drawer-open .bottom-app-bar-secondary,
  .site-is-drawer-open .bottom-app-bar-tertiary {
    visibility: hidden;
    transition: visibility 0ms 200ms;
  }
}

.bottom-app-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 0.5rem 0.5rem;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 1;
  transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
}
.site-is-theater-mode .bottom-app-bar {
  opacity: 0;
}
@media (min-height: 480px) and (max-width: 599.98px), (min-width: 600px) {
  .site-is-drawer-open .bottom-app-bar {
    transform: translateY(6rem);
  }
}
@media (min-width: 600px) {
  .bottom-app-bar {
    padding: 0.625rem 1.25rem;
  }
}
.bottom-app-bar .form-section {
  margin-right: 1.25rem;
}
.bottom-app-bar .form-group:not(:last-child) {
  margin-bottom: 0;
}
.bottom-app-bar .form-group + .form-group {
  margin-left: 0.5rem;
}
.bottom-app-bar .form-label {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.bottom-app-bar .field-group {
  position: relative;
  margin: 0;
}
.bottom-app-bar .field-group-legend {
  position: absolute;
  bottom: 100%;
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem;
  color: #fff;
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 600px) {
  .bottom-app-bar .field-group-legend {
    margin-bottom: 0.625rem;
  }
}
.bottom-app-bar .field-group-body {
  display: flex;
  padding: 0;
  background: none;
  border: 0;
}
.bottom-app-bar .form-file-picker-group-footer {
  display: none;
}

@media (max-width: 599.98px) {
  .bottom-app-bar-primary {
    width: 100%;
  }
  .bottom-app-bar-primary .form-section {
    width: 100%;
    margin-right: 0;
  }
  .bottom-app-bar-primary .form-group + .form-group {
    flex: 1 1 0%;
  }
}

@media (max-width: 839.98px) {
  .bottom-app-bar-secondary {
    display: none;
  }
}

@media (max-width: 959.98px) {
  .bottom-app-bar-tertiary {
    display: none;
  }
}

.bottom-app-bar-quaternary {
  flex: 1 1 auto;
  justify-content: flex-end;
}
.bottom-app-bar-quaternary .form-section {
  margin-right: 0;
}
@media (min-height: 480px) and (max-width: 599.98px), (min-width: 600px) {
  .bottom-app-bar-quaternary .form-section {
    transition: transform 200ms ease-in-out;
  }
  .site-is-drawer-open .bottom-app-bar-quaternary .form-section {
    transform: translateY(-6rem);
  }
}
@media (max-width: 599.98px) {
  .bottom-app-bar-quaternary .form-section {
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media (max-width: 599.98px) and (min-height: 480px) and (max-width: 599.98px) {
  .bottom-app-bar-quaternary .form-section {
    transition: bottom 0ms 200ms, transform 200ms ease-in-out;
  }
  .site-is-drawer-open .bottom-app-bar-quaternary .form-section {
    bottom: 0;
  }
}

.site-theater-mode-toggle-btn-overlay {
  display: none;
  position: fixed;
  top: -9999px;
  left: -9999px;
  bottom: -9999px;
  right: -9999px;
  opacity: 0;
  cursor: default;
}
.site-is-theater-mode .site-theater-mode-toggle-btn-overlay {
  display: block;
}

.site-fullscreen-toggle-btn .svg-icon {
  transform: scale(1.25);
}

.btn-select {
  margin: 0;
}

.btn-select-option {
  position: relative;
}
.btn-select-option input {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.btn-select-option .btn {
  display: block;
  position: relative;
}
.btn-select-option input:hover + .btn, .btn-select-option input:focus + .btn {
  background: #d8e2fa;
  border-color: #1946ba;
  color: #1946ba;
}
.btn-select-option input:focus + .btn {
  box-shadow: 0 0 0 0.125rem rgba(25, 70, 186, 0.4);
}
.btn-select-option input:active + .btn, .btn-select-option input:checked + .btn {
  background: #2459e2;
  border-color: #2459e2;
  color: #fff;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out, color 200ms ease-in-out;
}
.btn-select-option input:active + .btn {
  transition: box-shadow 200ms ease-in-out;
}
.btn-select-option input:disabled + .btn, .btn-select-option input.disabled + .btn {
  border-color: #dedede;
  color: #dedede;
  cursor: default;
  pointer-events: none;
}
.btn-select-option input:disabled:checked + .btn, .btn-select-option input.disabled:checked + .btn, .btn-select-option input:disabled + .btn.active, .btn-select-option input.disabled + .btn.active {
  background: #dedede;
  color: #fff;
}

.btn-select-options {
  display: inline-flex;
}
.btn-select-options .btn-select-option {
  flex: 1 0 auto;
}
.btn-select-options .btn-select-option:first-child:not(:last-child) .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-select-options .btn-select-option:not(:first-child):not(:last-child) .btn {
  margin-left: -0.0625rem;
  border-radius: 0;
}
.btn-select-options .btn-select-option:last-child:not(:first-child) .btn {
  margin-left: -0.0625rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-select-options .btn-select-option input:focus + .btn,
.btn-select-options .btn-select-option input:hover + .btn,
.btn-select-options .btn-select-option input:active + .btn {
  z-index: 1;
}
.btn-select-options .btn-select-option input:checked + .btn,
.btn-select-options .btn-select-option .btn.active {
  z-index: 2;
}

.btn-select-block .btn-select-options {
  display: flex;
}
.btn-select-block .btn-select-options .btn-select-option {
  flex: 1 0 0;
}

.empty {
  background: #f0f0f0;
  color: #707070;
}
.empty h2,
.empty p {
  margin: 0.5rem auto;
}

.empty-screen {
  width: 100%;
  height: 100%;
  overflow: auto;
  border-radius: 0;
}

.field-group-legend {
  margin-bottom: 0.375em;
  font-size: 0.75rem;
}

.field-group-body {
  padding: 0.5rem;
  background: #f0f0f0;
  border: 0.0625rem solid #dedede;
  border-radius: 0.25rem;
}

.focusable-wrap:focus {
  outline: 0;
}

.form-file {
  position: relative;
}

.form-file-input,
.form-file-btn {
  border-radius: 0.25rem;
}

.form-file-input {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  font-size: 0;
  opacity: 0;
  cursor: pointer;
}
.form-file-input::-webkit-file-upload-button {
  cursor: pointer;
}
.form-file-input:focus + .form-file-btn {
  box-shadow: 0 0 0 0.125rem rgba(25, 70, 186, 0.4);
}
.form-file-input:focus + .form-file-btn .form-input {
  border-color: #1946ba;
}
.form-file-input:hover + .form-file-btn .btn, .form-file-input:focus + .form-file-btn .btn {
  background: #d8e2fa;
  border-color: #1946ba;
  color: #1946ba;
}
.form-file-input:active + .form-file-btn .btn {
  background: #2459e2;
  border-color: #2459e2;
  color: #fff;
  transition: none;
}
.form-file-input:disabled, .form-file-input.disabled {
  pointer-events: none;
}
.form-file-input:disabled + .form-file-btn .form-input, .form-file-input.disabled + .form-file-btn .form-input {
  border-color: #dedede;
  color: #dedede;
  cursor: not-allowed;
}
.form-file-input:disabled + .form-file-btn .btn, .form-file-input.disabled + .form-file-btn .btn {
  border-color: #dedede;
  color: #dedede;
  cursor: default;
  pointer-events: none;
}

.form-file-btn {
  transition: box-shadow 200ms ease-in-out;
}
.form-file-btn .form-input {
  background-color: #fff;
  border-color: #bebebe;
  color: #4b4b4b;
  opacity: 1;
  cursor: default;
  -webkit-text-fill-color: currentColor;
}

.icon-hoisting-dexter {
  transform: scale(1, 1);
}

.icon-hoisting-sinister {
  transform: scale(-1, 1);
}

.nav {
  margin: 0;
  padding: 0;
}
.nav .nav-item .link {
  color: #707070;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
}
.nav .nav-item .link:hover, .nav .nav-item .link:focus {
  color: #1946ba;
}
.nav .nav-item .link:active {
  color: #13358d;
}
.nav .nav-item.active > .link {
  color: #575757;
  font-weight: bold;
}
.nav .nav-item.active > .link:hover, .nav .nav-item.active > .link:focus {
  color: #1946ba;
}
.nav .nav-item.active > .link:active {
  color: #13358d;
}

.slider-ticks {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0.25rem 0.375rem 0;
}
.slider-ticks > li {
  flex: 1 1 auto;
  position: relative;
  font-size: 0.75rem;
  line-height: 1;
}
.slider-ticks > li input {
  width: 1rem;
  height: 0.75rem;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -0.5rem;
  opacity: 0;
}
.slider-ticks > li label {
  width: 1rem;
  display: block;
  position: relative;
  margin-left: -0.5rem;
  text-align: center;
  cursor: pointer;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out, color 200ms ease-in-out;
}
.slider-ticks > li label::before {
  content: "";
  width: 0.0625rem;
  height: 0.375rem;
  display: block;
  position: absolute;
  top: -0.75rem;
  left: 50%;
  z-index: -1;
  background: #dedede;
}
.slider-ticks > li input:focus + label {
  box-shadow: 0 0 0 0.125rem rgba(25, 70, 186, 0.4);
}
.slider-ticks > li input:checked + label {
  color: #1946ba;
}
.slider-ticks > li input:disabled + label,
.slider-ticks > li input.disabled + label {
  color: #dedede;
  cursor: not-allowed;
}

.toasts {
  max-width: 100%;
  padding-left: 0;
  list-style: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1010;
  margin: 0;
  padding: 0.5rem;
}
.toasts > li {
  display: block;
}
@media (max-width: 599.98px) {
  .toasts {
    max-width: calc(100% - 2.5rem);
  }
}

.toasts-item-wrap {
  padding-bottom: 0.5rem;
}

.toast {
  width: 20rem;
  max-width: 100%;
  position: relative;
  padding: 0.5rem 0.75rem;
  padding-right: 2.75rem;
  overflow: hidden;
  font-size: 0.875rem;
  box-shadow: 0 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.2);
}
.toast .btn-clear {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0.5rem;
}

.hidden {
  display: none !important;
}

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

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

.v-align {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.v-align > .v-align-content {
  display: table-cell;
  vertical-align: middle;
}
.v-align.v-align-top > .v-align-content {
  vertical-align: top;
}
.v-align.v-align-middle > .v-align-content {
  vertical-align: middle;
}
.v-align.v-align-bottom > .v-align-content {
  vertical-align: bottom;
}

[type=range] {
  -webkit-appearance: none;
  background: transparent;
  margin: 6px 0;
  width: 100%;
}
[type=range]::-moz-focus-outer {
  border: 0;
}
[type=range]:focus {
  outline: 0;
}
[type=range]:focus::-webkit-slider-runnable-track {
  background: white;
}
[type=range]:focus::-ms-fill-lower {
  background: #fff;
}
[type=range]:focus::-ms-fill-upper {
  background: white;
}
[type=range]:focus-visible {
  outline: 2px solid #ffe190;
  outline-offset: 2px;
}
[type=range]::-webkit-slider-runnable-track {
  cursor: default;
  height: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #fff;
  border: 0 solid #cfd8dc;
  border-radius: 5px;
}
[type=range]::-webkit-slider-runnable-track:active {
  background: white;
}
[type=range]::-webkit-slider-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #ffc52a;
  border: 0 solid #eceff1;
  border-radius: 12px;
  box-sizing: border-box;
  cursor: default;
  height: 12px;
  width: 12px;
  -webkit-appearance: none;
  margin-top: calc((4px - 12px) / 2);
}
[type=range]::-webkit-slider-thumb:hover {
  background: #ffd35d;
}
[type=range]::-moz-range-track {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  cursor: default;
  height: 4px;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  background: #fff;
  border: 0 solid #cfd8dc;
  border-radius: 5px;
  height: 2px;
}
[type=range]::-moz-range-track:active {
  background: white;
}
[type=range]::-moz-range-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #ffc52a;
  border: 0 solid #eceff1;
  border-radius: 12px;
  box-sizing: border-box;
  cursor: default;
  height: 12px;
  width: 12px;
}
[type=range]::-moz-range-thumb:hover {
  background: #ffd35d;
}
[type=range]::-ms-track {
  cursor: default;
  height: 4px;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
[type=range]::-ms-fill-lower {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #f2f2f2;
  border: 0 solid #cfd8dc;
  border-radius: 10px;
}
[type=range]::-ms-fill-lower:active {
  background: white;
}
[type=range]::-ms-fill-upper {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #fff;
  border: 0 solid #cfd8dc;
  border-radius: 10px;
}
[type=range]::-ms-fill-upper:active {
  background: white;
}
[type=range]::-ms-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #ffc52a;
  border: 0 solid #eceff1;
  border-radius: 12px;
  box-sizing: border-box;
  cursor: default;
  height: 12px;
  width: 12px;
  margin-top: 1px;
}
[type=range]::-ms-thumb:hover {
  background: #ffd35d;
}
[type=range]:disabled {
  opacity: 0.5;
}
[type=range]:disabled::-webkit-slider-thumb, [type=range]:disabled::-moz-range-thumb, [type=range]:disabled::-ms-thumb, [type=range]:disabled::-webkit-slider-runnable-track, [type=range]:disabled::-ms-fill-lower, [type=range]:disabled::-ms-fill-upper {
  cursor: not-allowed;
}

:root {
  --fg-color: #fff;
  --primary-color: #ffc52a;
  --secondary-color: #75ced4;
  --tertiary-color: #141434;
}

html,
body {
  overflow: visible !important;
}

.app-canvas {
  pointer-events: none;
}

#root {
  height: 1100px;
}
#root:before {
  background: linear-gradient(to bottom, rgba(12, 110, 175, 0.8) 0, rgba(12, 110, 175, 0.8) 30%, rgba(12, 110, 175, 0) 100%);
  content: "";
  display: block;
  height: 200px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

body {
  color: var(--fg-color);
  font-family: Mulish, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  position: relative;
}
body .drawer {
  display: flex;
  justify-content: flex-end;
  left: 50%;
  margin: 110px auto 0;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 1170px;
  z-index: 10;
}
body .drawer .drawer-layout {
  width: 350px;
}
body .drawer .wind-controls {
  display: flex;
  gap: 50px;
  display: none;
}
body .drawer .form-switch .form-icon {
  background: transparent;
  border-color: var(--fg-color);
  border-width: 2px;
}
body .drawer .form-switch .form-icon::before {
  height: 0.7rem;
  left: 0.1rem;
  top: 0.1rem;
  width: 0.7rem;
}
body .drawer .form-switch input:checked + .form-icon::before {
  background: var(--primary-color);
  left: 14px;
}
body .drawer .slider-group {
  align-items: center;
  display: flex;
  gap: 10px;
  position: relative;
}
body .drawer .slider-group > * {
  flex: 1 1 auto;
}
body .drawer .slider-group:not(:last-child) {
  margin-top: 10px;
}
body .drawer .slider-group .form-label {
  color: var(--fg-color);
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
}
body .drawer .slider-group .form-static {
  background: var(--fg-color);
  border-radius: 0.8em;
  color: #107cbf;
  flex: 0 1 auto;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  padding: 0.1em 0.3em;
  white-space: nowrap;
  width: auto;
}
body .drawer .slider-group .form-static.disabled {
  opacity: 0.5;
}
body .drawer .slider-group > [type=range] {
  flex: 0 0 230px;
}
body .drawer .slider-group fieldset.form-group {
  bottom: -10px;
  position: absolute;
  right: 0;
  width: 230px;
}
body .drawer .slider-group fieldset.form-group .slider-ticks > li input:checked + label {
  color: var(--fg-color);
}
body .drawer .slider-group fieldset.form-group .slider-ticks > li label::before {
  display: none;
}
body .drawer .slider-group .slider {
  margin: 0;
}
body > header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  left: 50%;
  padding-top: 35px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 1170px;
  z-index: 10;
}
body > header h1 {
  background: url("../img/logo.svg") 0 0/100% no-repeat;
  font-size: 0;
  height: 134px;
  text-indent: -10000em;
  width: 227px;
}
body > header menu {
  align-items: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  display: flex;
  list-style: none;
  margin: 30px 0 0;
  padding: 0 0 10px;
  text-transform: uppercase;
}
body > header menu li:not(:last-child) {
  margin-right: 15px;
}
body > header menu li:not(:last-child):after {
  background: var(--primary-color);
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 15px;
  vertical-align: middle;
  width: 6px;
}
body > header menu a {
  color: var(--fg-color);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.5px;
  text-decoration: none;
}
body > header menu a:visited, body > header menu a:focus, body > header menu a:active {
  color: var(--fg-color);
}
body > header menu a:hover {
  color: var(--primary-color);
  text-decoration: none;
}
body h2 {
  font-size: 47px;
  font-weight: 800;
  letter-spacing: -2.5px;
  margin-bottom: 1em;
  text-align: center;
}
body .wrap {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.8;
  position: relative;
  margin: 0 auto;
  width: 1170px;
}
body a.image {
  border: 8px solid var(--secondary-color);
  border-radius: 20px;
  display: inline-block;
  outline: 8px solid var(--fg-color);
  height: 235px;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 353.33px;
}
body a.image:hover {
  transform: scale(1.05);
}
body a.image:after {
  background: url("../img/icon-zoom.svg") 0 0/100% no-repeat;
  bottom: 10px;
  filter: drop-shadow(0 0 20px #000);
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  right: 10px;
  width: 25px;
}
body a.image img {
  border-radius: 12px;
  display: inline-block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
body .atlantis-project {
  background: rgb(117, 205, 211);
  padding-bottom: 80px;
  position: relative;
}
body .atlantis-project h2 {
  margin-top: -100px;
}
body .atlantis-project:before {
  background: linear-gradient(to bottom, rgba(117, 205, 211, 0) 0, rgb(117, 205, 211) 90%, rgb(117, 205, 211) 100%);
  content: "";
  height: 150px;
  position: absolute;
  top: -150px;
  width: 100%;
}
body .atlantis-project .wrap {
  border-top: 1px solid transparent;
}
body .atlantis-project .flag {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  position: absolute;
  right: 0;
  top: -250px;
  width: 200px;
}
body .atlantis-project .flag:before {
  background: url("../img/icon-star.svg") 0 0/20px no-repeat;
  content: "";
  height: 20px;
  margin-right: 10px;
  position: absolute;
  right: 100%;
  top: -3px;
  width: 20px;
}
body .atlantis-project .flag a {
  background: var(--primary-color);
  color: var(--fg-color);
  border-radius: 0.8em;
  font-weight: inherit;
  padding: 0 5px 0;
  text-decoration: none;
}
body .atlantis-project .flag a:hover {
  background-color: var(--secondary-color);
}
body .atlantis-project .grid {
  align-items: center;
  display: flex;
  gap: 50px;
}
body .atlantis-project .grid a.image {
  flex: 0 0 auto;
}
body .visualizations {
  background: var(--fg-color);
  color: var(--secondary-color);
  padding: 40px 0;
}
body .visualizations h2 {
  margin-bottom: 0.4em;
}
body .visualizations p a {
  background: var(--primary-color);
  color: var(--fg-color);
  border-radius: 0.8em;
  font-weight: inherit;
  padding: 0 5px 0;
  text-decoration: none;
}
body .visualizations p a:hover {
  background-color: var(--secondary-color);
}
body .visualizations ul.grid {
  justify-items: center;
  display: grid;
  gap: 70px 0;
  grid: auto/1fr 1fr 1fr 1fr;
  margin-top: 4rem;
  list-style: none;
  padding: 0;
}
body .visualizations a.image {
  border-color: var(--fg-color);
  height: 191px;
  outline-color: var(--secondary-color);
  width: 230px;
}
body .lifeboat {
  background: var(--primary-color);
  color: var(--tertiary-color);
  padding: 20px 0;
}
body .lifeboat .wrap {
  align-items: center;
  display: flex;
}
body .lifeboat .wrap > div {
  padding-right: 30px;
}
body .lifeboat .wrap p {
  border-left: 1px solid rgba(0, 0, 0, 0.23);
  line-height: 1.4;
  margin-top: 0.9em;
  padding: 0.5em 0 0.5em 30px;
}
body .lifeboat .wrap p a {
  background: var(--tertiary-color);
  color: var(--fg-color);
  border-radius: 0.8em;
  font-weight: inherit;
  padding: 0 5px 0;
  text-decoration: none;
}
body .lifeboat .wrap p a:hover {
  background-color: var(--secondary-color);
}
body .final-words {
  background: #141435 url("../img/bg-flag.png") 0 0/cover no-repeat;
  padding: 40px 0;
}
body .final-words .wrap .content {
  align-items: flex-start;
  display: flex;
  gap: 50px;
}
body .final-words .wrap .content .text .signature {
  background: url("../img/signature.png") 0 0 no-repeat;
  font-size: 0;
  height: 61px;
  margin-bottom: 30px;
  margin-top: 30px;
  text-indent: -1000em;
  width: 169px;
}
body .final-words .wrap .content .text .ps {
  padding-left: 40px;
  position: relative;
}
body .final-words .wrap .content .text .ps:before {
  background: var(--primary-color);
  border-radius: 4px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
}
body .final-words .wrap .content .image a {
  background: none;
  display: block;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
body .final-words .wrap .content .image a:hover {
  box-shadow: 0 0 50px #000;
  transform: scale(1.05) rotate(2deg);
}
body .final-words .wrap .content .image img {
  border: 8px solid var(--fg-color);
  border-radius: 20px;
  display: inline-block;
  outline: 8px solid var(--primary-color);
  width: 360px;
}
body .final-words .wrap .content .image figcaption {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.9em;
  margin: 1.2em -8px 0;
  text-align: center;
}
body .final-words .wrap a {
  background: var(--primary-color);
  color: var(--tertiary-color);
  border-radius: 0.8em;
  font-weight: inherit;
  padding: 0 5px 0;
  text-decoration: none;
}
body .final-words .wrap a:hover {
  background-color: var(--secondary-color);
}
body .contact {
  background: #131336;
  padding: 70px 0;
}
body .contact .wrap {
  background: url("../img/icon-contact.svg") 0 50%/370px no-repeat;
  min-height: 160px;
  padding: 0 0 0 400px;
  -moz-text-align-last: left;
       text-align-last: left;
}
body .contact .wrap a {
  background: var(--primary-color);
  color: var(--tertiary-color);
  border-radius: 0.8em;
  font-weight: inherit;
  padding: 0 5px 0;
  text-decoration: none;
}
body .contact .wrap a:hover {
  background-color: var(--secondary-color);
}
body .made-by {
  background: #131336;
  padding-bottom: 70px;
  text-align: right;
}
body .made-by .wrap {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
}
body .made-by .wrap a {
  color: rgba(255, 255, 255, 0.3);
}

/**************************\
  Basic Modal Styles
\**************************/
/* Animation keyframes */
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(-5%);
    display: none;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    display: block;
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    transform: translateY(0);
    display: block;
  }
  100% {
    opacity: 0;
    transform: translateY(5%);
    display: none;
  }
}
@keyframes backdrop-fade-in {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.35);
  }
}
/* Closed state of the dialog   */
#dialog {
  animation: slide-out 0.1s ease-out;
  background-color: #fff;
  border: none;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  max-width: 90vw;
  max-height: 90vh;
  overflow: visible;
  padding: 30px;
  transition: all 0.1s allow-discrete;
}
#dialog h3 {
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
  text-align: center;
  margin-top: 0.3rem; margin-bottom: -0.3rem;
}
#dialog img {
  border-radius: 10px;
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  max-height: calc(90vh - 60px);
  width: auto;
}

#dialog a.close {
  background: url("../img/icon-zoom.svg") 0 0/100% no-repeat;
  height: 40px;
  position: absolute;
  right: -20px;
  top: -20px;
  text-indent: -1000em;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
  width: 40px;
}
#dialog a.close:hover {
  transform: scale(1.1) rotate(45deg);
}
#dialog a.close:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

/* Open state of the dialog  */
#dialog:open {
  animation: slide-in 0.1s ease-out;
}

dialog:open::backdrop {
  animation: backdrop-fade-in 0.1s ease-out;
  background-color: rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 1170px) {
  body .drawer, body > header,
  body .wrap {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
  }
  body .visualizations ul.grid {
    gap: 50px 0;
    grid: auto/1fr 1fr 1fr;
    margin-top: 4rem;
    list-style: none;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  body #dialog {
    padding: 10px;
  }
  body > header {
    flex-direction: column;
    z-index: 99;
  }
  body > header h1 {
    height: 80px;
    width: 136px;
  }
  body > header menu {
    align-items: start;
    border-bottom: none;
    flex-direction: column;
    padding: 50px 0;
  }
  body > header menu li:after {
    display: none !important;
  }
  body .drawer {
    margin-top: 0;
    padding-top: 750px;
  }
  body .drawer, body > header {
    padding-left: 20px;
    padding-right: 20px;
  }
  body .wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  body h2 {
    line-height: 1;
  }
  body a.image {
    max-width: 100%;
  }
  body .grid {
    display: block !important;
    text-align: center;
  }
  body .grid p {text-align: left}
  body .grid > *:not(:last-child) {
    margin-bottom: 2rem;
  }
  body .grid > li {
    margin-bottom: 4rem !important;
  }
  body .atlantis-project .flag {
    left: 50%;
    right: auto;
    top: -180px;
    transform: translateX(-50%);
    width: auto;
  }
  body .lifeboat .wrap {
    display: block;
  }
  body .final-words .wrap .content {
    display: block;
  }
  body .final-words .wrap .content .image {
    display: block;
    margin: 4rem auto;
  }
  body .final-words .wrap .content .image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  body .contact {
    padding: 0;
  }
  body .contact .wrap {
    background-position: 50% 0;
    background-size: auto 100px;
    padding: 120px 20px 30px;
  }
}
/*!
 * FlagWaver
 * @author krikienoid / https://github.com/krikienoid
 */
/*! Custom Spectre.css */
/*! Main styles */
/*# sourceMappingURL=main.css.map */
