.list-group-item.scenario-duplicated {
  transition: all 1s; }

/* ----------------------------------------------
 * Generated by Animista on 2022-6-1 15:49:52
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-blurred-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; } }

@keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; } }

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 25, 2021 */
@font-face {
  font-family: 'lato';
  src: url("/static/fonts/lato-regular-webfont.woff2") format("woff2"), url("/static/fonts/lato-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'lato';
  src: url("/static/fonts/lato-lightitalic-webfont.woff2") format("woff2"), url("/static/fonts/lato-lightitalic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'lato';
  src: url("/static/fonts/lato-light-webfont.woff2") format("woff2"), url("/static/fonts/lato-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'lato';
  src: url("/static/fonts/lato-italic-webfont.woff2") format("woff2"), url("/static/fonts/lato-italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'lato';
  src: url("/static/fonts/lato-bolditalic-webfont.woff2") format("woff2"), url("/static/fonts/lato-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'lato';
  src: url("/static/fonts/lato-bold-webfont.woff2") format("woff2"), url("/static/fonts/lato-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("/static/fonts/icomoon.eot?xke5es");
  src: url("/static/fonts/icomoon.eot?xke5es#iefix") format("embedded-opentype"), url("/static/fonts/icomoon.ttf?xke5es") format("truetype"), url("/static/fonts/icomoon.woff?xke5es") format("woff"), url("/static/fonts/icomoon.svg?xke5es#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-pin:before {
  content: "\e911"; }

.icon-i_arrow_up:before {
  content: "\e900"; }

.icon-results:before {
  content: "\e901"; }

.icon-add:before {
  content: "\e902"; }

.icon-i_arrow_down:before {
  content: "\e903"; }

.icon-i_arrow_left:before {
  content: "\e904"; }

.icon-i_arrow_right:before {
  content: "\e905"; }

.icon-close:before {
  content: "\e906"; }

.icon-empty_file:before {
  content: "\e907"; }

.icon-export:before {
  content: "\e908"; }

.icon-file:before {
  content: "\e909"; }

.icon-question:before {
  content: "\e90a"; }

.icon-duplicate:before {
  content: "\e90b"; }

.icon-delete:before {
  content: "\e90c"; }

.icon-eye:before {
  content: "\e90d"; }

.icon-edit:before {
  content: "\e90e"; }

.icon-settings:before {
  content: "\e90f"; }

.icon-more:before {
  content: "\e910"; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 16px;
  scroll-behavior: smooth;
  height: 100%; }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden;
  height: 100%;
  display: flex;
  flex-direction: column; }

.main {
  flex: 1 0 auto; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  flex: 1 0 auto; }

/**
 * 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
   ========================================================================== */
/**
 * 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.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * 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,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

body {
  font-family: lato, Arial, Helvetica, sans-serif !important;
  color: #54504C;
  letter-spacing: 0.01rem; }

p {
  line-height: 1.75rem; }

h1 {
  font-size: 40px;
  color: #92977E;
  text-transform: uppercase; }

h2 {
  font-size: 32px;
  color: #92977E;
  text-transform: uppercase; }

h3 {
  font-size: 24px;
  text-transform: uppercase; }

h4 {
  font-size: 18px;
  text-transform: uppercase; }

.cpn-accordion .accordion-button {
  color: #54504C;
  background-color: #FDF6E2; }
  .cpn-accordion .accordion-button:not(.collapsed) {
    color: #54504C;
    background-color: #FDF6E2; }
  .cpn-accordion .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem RGB(153 150 17/25%);
    border-color: #FDF6E2; }
  .cpn-accordion .accordion-button::after, .cpn-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2354504C'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

a {
  font-weight: 700;
  color: #92977E !important;
  text-decoration: none !important;
  cursor: pointer; }

a:hover, :focus, :active {
  color: #000; }

.project a {
  font-size: 1rem;
  font-weight: 400 !important; }

.project a:hover {
  color: #A69F99 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }

.dropdown-item {
  font-size: 1rem;
  font-weight: 400 !important; }

.dropdown-item:hover {
  color: #A69F99 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }

footer a {
  font-size: 1rem;
  font-weight: 400 !important; }

footer a:hover {
  color: #A69F99 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }

.nav-link {
  font-size: 1rem;
  font-weight: 400 !important; }

.nav-link:hover {
  color: #A69F99 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }

.project a {
  color: #54504C !important; }

.dropdown-item {
  color: #54504C !important; }

footer a {
  color: #54504C !important; }

.nav-link {
  color: #54504C !important; }

.project a:link {
  color: #54504C !important; }

.dropdown-item:link {
  color: #54504C !important; }

footer a:link {
  color: #54504C !important; }

.nav-link:link {
  color: #54504C !important; }

.project a:hover {
  color: #54504C !important; }

.dropdown-item:hover {
  color: #54504C !important; }

footer a:hover {
  color: #54504C !important; }

.nav-link:hover {
  color: #54504C !important; }

.project a:active {
  color: #54504C !important; }

.dropdown-item:active {
  color: #54504C !important; }

footer a:active {
  color: #54504C !important; }

.nav-link:active {
  color: #54504C !important; }

.project a:visited {
  color: #54504C !important; }

.dropdown-item:visited {
  color: #54504C !important; }

footer a:visited {
  color: #54504C !important; }

.nav-link:visited {
  color: #54504C !important; }

@use 'variables' as *;
a.btn,
button.btn,
footer a.btn,
footer button.btn {
  display: inline-block;
  background-color: #92977E;
  color: #fff;
  border-radius: 8px;
  letter-spacing: 0.03rem;
  font-weight: 400; }
  a.btn:focus,
  button.btn:focus,
  footer a.btn:focus,
  footer button.btn:focus {
    box-shadow: 0 0 0 0.25rem rgba(80, 200, 120, 0.25); }
  a.btn:link, a.btn:hover, a.btn:focus, a.btn:visited, a.btn:active,
  a.btn .icon:hover, a.btn :focus, a.btn :active,
  button.btn:link,
  button.btn:hover,
  button.btn:focus,
  button.btn:visited,
  button.btn:active,
  button.btn .icon:hover,
  button.btn :focus,
  button.btn :active,
  footer a.btn:link,
  footer a.btn:hover,
  footer a.btn:focus,
  footer a.btn:visited,
  footer a.btn:active,
  footer a.btn .icon:hover,
  footer a.btn :focus,
  footer a.btn :active,
  footer button.btn:link,
  footer button.btn:hover,
  footer button.btn:focus,
  footer button.btn:visited,
  footer button.btn:active,
  footer button.btn .icon:hover,
  footer button.btn :focus,
  footer button.btn :active {
    color: #fff !important; }
  a.btn:hover, a.btn:focus, a.btn:active,
  button.btn:hover,
  button.btn:focus,
  button.btn:active,
  footer a.btn:hover,
  footer a.btn:focus,
  footer a.btn:active,
  footer button.btn:hover,
  footer button.btn:focus,
  footer button.btn:active {
    background-color: #00673D !important; }
  a.btn--secondary:link, a.btn--secondary:hover, a.btn--secondary:focus, a.btn--secondary:visited, a.btn--secondary:active,
  button.btn--secondary:link,
  button.btn--secondary:hover,
  button.btn--secondary:focus,
  button.btn--secondary:visited,
  button.btn--secondary:active,
  footer a.btn--secondary:link,
  footer a.btn--secondary:hover,
  footer a.btn--secondary:focus,
  footer a.btn--secondary:visited,
  footer a.btn--secondary:active,
  footer button.btn--secondary:link,
  footer button.btn--secondary:hover,
  footer button.btn--secondary:focus,
  footer button.btn--secondary:visited,
  footer button.btn--secondary:active {
    background-color: #F2CD5D;
    color: #54504C !important; }
  a.btn--secondary:hover, a.btn--secondary:focus, a.btn--secondary:active,
  button.btn--secondary:hover,
  button.btn--secondary:focus,
  button.btn--secondary:active,
  footer a.btn--secondary:hover,
  footer a.btn--secondary:focus,
  footer a.btn--secondary:active,
  footer button.btn--secondary:hover,
  footer button.btn--secondary:focus,
  footer button.btn--secondary:active {
    background-color: #EDB72F !important; }
  a.btn--large,
  button.btn--large,
  footer a.btn--large,
  footer button.btn--large {
    padding: 0.925rem;
    width: 100%;
    max-width: 30rem;
    font-size: 1.25rem;
    text-transform: uppercase; }
  a.btn--medium,
  button.btn--medium,
  footer a.btn--medium,
  footer button.btn--medium {
    padding: 0.55rem 0.75rem;
    font-size: 1rem;
    min-width: 11rem; }
  a.btn--small,
  button.btn--small,
  footer a.btn--small,
  footer button.btn--small {
    padding: 0.4rem 0.75rem;
    font-size: 0.875rem; }
  a.btn--filled,
  button.btn--filled,
  footer a.btn--filled,
  footer button.btn--filled {
    color: #fff !important; }
  a.btn--hollow, a.btn--transparent, a.btn--action,
  button.btn--hollow,
  button.btn--transparent,
  button.btn--action,
  footer a.btn--hollow,
  footer a.btn--transparent,
  footer a.btn--action,
  footer button.btn--hollow,
  footer button.btn--transparent,
  footer button.btn--action {
    background-color: transparent;
    color: #92977E !important; }
    a.btn--hollow:link, a.btn--hollow:hover, a.btn--hollow:focus, a.btn--hollow:visited, a.btn--hollow:active, a.btn--transparent:link, a.btn--transparent:hover, a.btn--transparent:focus, a.btn--transparent:visited, a.btn--transparent:active, a.btn--action:link, a.btn--action:hover, a.btn--action:focus, a.btn--action:visited, a.btn--action:active,
    button.btn--hollow:link,
    button.btn--hollow:hover,
    button.btn--hollow:focus,
    button.btn--hollow:visited,
    button.btn--hollow:active,
    button.btn--transparent:link,
    button.btn--transparent:hover,
    button.btn--transparent:focus,
    button.btn--transparent:visited,
    button.btn--transparent:active,
    button.btn--action:link,
    button.btn--action:hover,
    button.btn--action:focus,
    button.btn--action:visited,
    button.btn--action:active,
    footer a.btn--hollow:link,
    footer a.btn--hollow:hover,
    footer a.btn--hollow:focus,
    footer a.btn--hollow:visited,
    footer a.btn--hollow:active,
    footer a.btn--transparent:link,
    footer a.btn--transparent:hover,
    footer a.btn--transparent:focus,
    footer a.btn--transparent:visited,
    footer a.btn--transparent:active,
    footer a.btn--action:link,
    footer a.btn--action:hover,
    footer a.btn--action:focus,
    footer a.btn--action:visited,
    footer a.btn--action:active,
    footer button.btn--hollow:link,
    footer button.btn--hollow:hover,
    footer button.btn--hollow:focus,
    footer button.btn--hollow:visited,
    footer button.btn--hollow:active,
    footer button.btn--transparent:link,
    footer button.btn--transparent:hover,
    footer button.btn--transparent:focus,
    footer button.btn--transparent:visited,
    footer button.btn--transparent:active,
    footer button.btn--action:link,
    footer button.btn--action:hover,
    footer button.btn--action:focus,
    footer button.btn--action:visited,
    footer button.btn--action:active {
      color: #92977E !important; }
    a.btn--hollow:hover, a.btn--hollow:focus, a.btn--hollow:active, a.btn--transparent:hover, a.btn--transparent:focus, a.btn--transparent:active, a.btn--action:hover, a.btn--action:focus, a.btn--action:active,
    button.btn--hollow:hover,
    button.btn--hollow:focus,
    button.btn--hollow:active,
    button.btn--transparent:hover,
    button.btn--transparent:focus,
    button.btn--transparent:active,
    button.btn--action:hover,
    button.btn--action:focus,
    button.btn--action:active,
    footer a.btn--hollow:hover,
    footer a.btn--hollow:focus,
    footer a.btn--hollow:active,
    footer a.btn--transparent:hover,
    footer a.btn--transparent:focus,
    footer a.btn--transparent:active,
    footer a.btn--action:hover,
    footer a.btn--action:focus,
    footer a.btn--action:active,
    footer button.btn--hollow:hover,
    footer button.btn--hollow:focus,
    footer button.btn--hollow:active,
    footer button.btn--transparent:hover,
    footer button.btn--transparent:focus,
    footer button.btn--transparent:active,
    footer button.btn--action:hover,
    footer button.btn--action:focus,
    footer button.btn--action:active {
      background-color: #fff !important; }
    a.btn--hollow span.icon:hover, a.btn--hollow :focus, a.btn--hollow :active, a.btn--transparent span.icon:hover, a.btn--transparent :focus, a.btn--transparent :active, a.btn--action span.icon:hover, a.btn--action :focus, a.btn--action :active,
    button.btn--hollow span.icon:hover,
    button.btn--hollow :focus,
    button.btn--hollow :active,
    button.btn--transparent span.icon:hover,
    button.btn--transparent :focus,
    button.btn--transparent :active,
    button.btn--action span.icon:hover,
    button.btn--action :focus,
    button.btn--action :active,
    footer a.btn--hollow span.icon:hover,
    footer a.btn--hollow :focus,
    footer a.btn--hollow :active,
    footer a.btn--transparent span.icon:hover,
    footer a.btn--transparent :focus,
    footer a.btn--transparent :active,
    footer a.btn--action span.icon:hover,
    footer a.btn--action :focus,
    footer a.btn--action :active,
    footer button.btn--hollow span.icon:hover,
    footer button.btn--hollow :focus,
    footer button.btn--hollow :active,
    footer button.btn--transparent span.icon:hover,
    footer button.btn--transparent :focus,
    footer button.btn--transparent :active,
    footer button.btn--action span.icon:hover,
    footer button.btn--action :focus,
    footer button.btn--action :active {
      color: #fff !important; }
  a.btn--hollow,
  button.btn--hollow,
  footer a.btn--hollow,
  footer button.btn--hollow {
    border: 1px solid #92977E; }
  a.btn--transparent,
  button.btn--transparent,
  footer a.btn--transparent,
  footer button.btn--transparent {
    font-weight: 700; }
  a.btn--action,
  button.btn--action,
  footer a.btn--action,
  footer button.btn--action {
    background-color: transparent;
    color: #54504C;
    width: auto;
    padding: 0; }
    a.btn--action:link, a.btn--action:visited,
    button.btn--action:link,
    button.btn--action:visited,
    footer a.btn--action:link,
    footer a.btn--action:visited,
    footer button.btn--action:link,
    footer button.btn--action:visited {
      color: #54504C !important; }
    a.btn--action:hover, a.btn--action:focus, a.btn--action:active,
    button.btn--action:hover,
    button.btn--action:focus,
    button.btn--action:active,
    footer a.btn--action:hover,
    footer a.btn--action:focus,
    footer a.btn--action:active,
    footer button.btn--action:hover,
    footer button.btn--action:focus,
    footer button.btn--action:active {
      color: #A69F99 !important; }
    a.btn--action:focus,
    button.btn--action:focus,
    footer a.btn--action:focus,
    footer button.btn--action:focus {
      box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25); }
  a.btn--hollow.btn--action,
  button.btn--hollow.btn--action,
  footer a.btn--hollow.btn--action,
  footer button.btn--hollow.btn--action {
    border-color: #92977E;
    color: #92977E !important;
    font-weight: 700 !important; }
  a.btn--load,
  button.btn--load,
  footer a.btn--load,
  footer button.btn--load {
    font-weight: 700;
    background-color: transparent;
    color: #92977E;
    width: auto;
    padding: 0; }
    a.btn--load:link, a.btn--load:visited,
    button.btn--load:link,
    button.btn--load:visited,
    footer a.btn--load:link,
    footer a.btn--load:visited,
    footer button.btn--load:link,
    footer button.btn--load:visited {
      color: #92977E !important;
      background-color: transparent !important; }
    a.btn--load:hover, a.btn--load:focus, a.btn--load:active,
    button.btn--load:hover,
    button.btn--load:focus,
    button.btn--load:active,
    footer a.btn--load:hover,
    footer a.btn--load:focus,
    footer a.btn--load:active,
    footer button.btn--load:hover,
    footer button.btn--load:focus,
    footer button.btn--load:active {
      color: #00673D !important;
      background-color: transparent !important; }
  a.btn--disabled,
  button.btn--disabled,
  footer a.btn--disabled,
  footer button.btn--disabled {
    background-color: #A69F99; }
  a.btn--pending,
  button.btn--pending,
  footer a.btn--pending,
  footer button.btn--pending {
    background-color: #EDB72F;
    color: #000; }
    a.btn--pending:hover, a.btn--pending:focus, a.btn--pending:active,
    button.btn--pending:hover,
    button.btn--pending:focus,
    button.btn--pending:active,
    footer a.btn--pending:hover,
    footer a.btn--pending:focus,
    footer a.btn--pending:active,
    footer button.btn--pending:hover,
    footer button.btn--pending:focus,
    footer button.btn--pending:active {
      background-color: #d69f13 !important; }
    a.btn--pending:focus,
    button.btn--pending:focus,
    footer a.btn--pending:focus,
    footer button.btn--pending:focus {
      box-shadow: 0 0 0 0.25rem rgba(236, 154, 41, 0.25); }
  a.btn--success,
  button.btn--success,
  footer a.btn--success,
  footer button.btn--success {
    background-color: #3EA761;
    color: #000; }
    a.btn--success:hover, a.btn--success:focus, a.btn--success:active,
    button.btn--success:hover,
    button.btn--success:focus,
    button.btn--success:active,
    footer a.btn--success:hover,
    footer a.btn--success:focus,
    footer a.btn--success:active,
    footer button.btn--success:hover,
    footer button.btn--success:focus,
    footer button.btn--success:active {
      background-color: #30824b !important; }
    a.btn--success:focus,
    button.btn--success:focus,
    footer a.btn--success:focus,
    footer button.btn--success:focus {
      box-shadow: 0 0 0 0.25rem rgba(9, 188, 138, 0.25); }
  a.btn--warning,
  button.btn--warning,
  footer a.btn--warning,
  footer button.btn--warning {
    background-color: #EFC142;
    color: #553F06; }
    a.btn--warning:hover, a.btn--warning:focus, a.btn--warning:active,
    button.btn--warning:hover,
    button.btn--warning:focus,
    button.btn--warning:active,
    footer a.btn--warning:hover,
    footer a.btn--warning:focus,
    footer a.btn--warning:active,
    footer button.btn--warning:hover,
    footer button.btn--warning:focus,
    footer button.btn--warning:active {
      background-color: #eab114 !important; }
    a.btn--warning:focus,
    button.btn--warning:focus,
    footer a.btn--warning:focus,
    footer button.btn--warning:focus {
      box-shadow: 0 0 0 0.25rem rgba(253, 197, 52, 0.25); }
  a.btn--error,
  button.btn--error,
  footer a.btn--error,
  footer button.btn--error {
    background-color: #D73B45;
    color: #fff; }
    a.btn--error:hover, a.btn--error:focus, a.btn--error:active,
    button.btn--error:hover,
    button.btn--error:focus,
    button.btn--error:active,
    footer a.btn--error:hover,
    footer a.btn--error:focus,
    footer a.btn--error:active,
    footer button.btn--error:hover,
    footer button.btn--error:focus,
    footer button.btn--error:active {
      background-color: #b9262f !important; }
    a.btn--error:focus,
    button.btn--error:focus,
    footer a.btn--error:focus,
    footer button.btn--error:focus {
      box-shadow: 0 0 0 0.25rem rgba(154, 3, 30, 0.25); }
  a.btn .icon,
  button.btn .icon,
  footer a.btn .icon,
  footer button.btn .icon {
    padding-right: .25rem; }
  a.btn--icon::before,
  button.btn--icon::before,
  footer a.btn--icon::before,
  footer button.btn--icon::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-size: cover;
    top: .15rem;
    left: -.5rem; }
  a.btn.hidden,
  button.btn.hidden,
  footer a.btn.hidden,
  footer button.btn.hidden {
    visibility: hidden; }

ul.dropdown-menu {
  box-shadow: 0px 0px 16px rgba(31, 86, 125, 0.08);
  border: 1px solid #E3DFDB; }

a.dropdown-item:active {
  background-color: #E3DFDB; }

.components h1 {
  text-align: center; }

.components h2 {
  padding-top: 3rem;
  padding-left: 1rem; }

.components__description {
  max-width: 60rem; }
  .components__description li {
    padding-left: 1rem; }

.components .component {
  padding-bottom: 2rem; }
  .components .component__title {
    padding: 1rem; }

.components nav.navbar {
  position: relative; }

@use 'variables' as *;
.footer {
  background-color: #F9F8F7;
  height: 4.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0; }
  .footer > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .footer__logo img {
    height: 3rem; }
  .footer__links {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .footer__links ul {
      list-style: none;
      margin-bottom: 0;
      padding-left: 0; }
    .footer__links li {
      display: inline-block;
      padding-left: 1rem; }

.step-footer {
  background-color: #fff;
  height: 4rem;
  border-top: 2px solid #F9F8F7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0; }
  .step-footer > div {
    display: flex;
    flex-direction: row;
    width: 100%; }
  .step-footer__left, .step-footer__right {
    flex: 1; }
  .step-footer .btn--previous {
    border: none; }
  .step-footer__right a {
    float: right; }

.simulation-footer {
  background-color: #fff;
  height: 4rem;
  border-top: 2px solid #F9F8F7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0; }
  .simulation-footer > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative; }
  .simulation-footer__btn {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    .simulation-footer__btn .btn {
      margin: 0 0.25rem; }
    .simulation-footer__btn--absolute {
      position: absolute;
      right: 0;
      top: 0; }
  .simulation-footer__check {
    max-width: 8rem;
    font-size: 0.875rem;
    margin-left: 1rem; }

@use 'variables' as *;
form .form-control:focus {
  border-color: #92977E;
  box-shadow: 0 0 0 0.25rem rgba(31, 86, 125, 0.1); }

form .asteriskField {
  display: none; }

form .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(31, 86, 125, 0.1); }

form .form-check-input:checked {
  background-color: #92977E; }

form .form-group {
  margin-bottom: 1rem;
  color: #54504C; }
  form .form-group label {
    margin-bottom: 0.5rem; }
  form .form-group.input-updated {
    position: relative;
    background-color: #FFF9EB;
    border-color: #FDC534;
    border-width: 2px;
    background-image: url("/static/assets/icons/i_edit_yellow.svg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 1rem; }
    form .form-group.input-updated:focus {
      box-shadow: 0 0 0.5rem rgba(253, 197, 52, 0.8); }

form .form-control {
  color: #54504C; }
  form .form-control.input-updated {
    position: relative;
    background-color: #FFF9EB;
    border-color: #FDC534;
    border-width: 2px;
    background-image: url("/static/assets/icons/i_edit_yellow.svg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 1rem; }
    form .form-control.input-updated:focus {
      box-shadow: 0 0 0.5rem rgba(253, 197, 52, 0.8); }

form .form-control::placeholder {
  color: #D1CCC7;
  font-size: 1rem; }

form .form-control::-webkit-input-placeholder {
  color: #D1CCC7;
  font-size: 1rem; }

form .form-control::-moz-placeholder {
  color: #D1CCC7;
  font-size: 1rem; }

form .form-control:-ms-input-placeholder {
  color: #D1CCC7;
  font-size: 1rem; }

form .form-control:-moz-placeholder {
  color: #D1CCC7;
  font-size: 1rem; }

form .input-item,
form .text-item {
  position: relative;
  padding-bottom: 1rem; }
  form .input-item.optional label.form-label::after,
  form .text-item.optional label.form-label::after {
    content: '- optional';
    font-weight: 300;
    font-style: italic;
    padding-left: .5rem; }
  form .input-item .icon-question,
  form .text-item .icon-question {
    padding-left: 0.35rem;
    cursor: pointer;
    vertical-align: middle; }
  form .input-item .form-text.to-right,
  form .text-item .form-text.to-right {
    position: absolute;
    right: 0; }
  form .input-item textarea,
  form .text-item textarea {
    max-height: 10rem; }
  form .input-item .input-group-text,
  form .text-item .input-group-text {
    background-color: #E3DFDB;
    color: #54504C;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

form .btn {
  margin-top: 1rem; }

.choices {
  width: 100%; }
  .choices .choices__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.25rem;
    background-color: #fff;
    border-radius: 0.25rem; }
  .choices .choices__input {
    background-color: #fff; }
  .choices .choices__list--multiple .choices__item {
    background-color: #fff;
    border-color: #92977E;
    color: #92977E;
    margin-bottom: 0; }
  .choices[data-type*=select-multiple] .choices__inner .choices__button, .choices[data-type*=text] .choices__inner.choices__button {
    background-image: url("/static/assets/icons/i_close.svg"); }

@use 'variables' as *;
.header {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 2rem; }
  .header > div {
    padding-top: 7rem;
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative; }
  .header__left, .header__back {
    width: 10rem; }
  .header__title {
    font-size: 1.563rem;
    font-weight: 400;
    text-align: center;
    margin: 0; }
  .header__back {
    text-align: right; }
    .header__back a {
      position: relative;
      font-size: 0.875rem;
      vertical-align: middle; }
    .header__back a::before {
      content: "";
      position: absolute;
      display: block;
      background-image: url("/static/assets/icons/i_arrow_left.svg");
      width: 0.75rem;
      height: 0.75rem;
      background-repeat: no-repeat;
      background-size: cover;
      top: 0.15rem;
      left: -1.25rem; }

.header-results {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 4rem;
  margin-bottom: 1rem; }
  .header-results > div {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem;
    align-items: flex-end; }
  .header-results .header__title {
    flex: 1; }
  .header-results .header__scenario select {
    min-width: 20rem; }
  .header-results .header__export {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .header-results .header__export .btn .icon {
      font-size: 1.5rem;
      vertical-align: middle; }
  .header-results .project-title {
    font-weight: 300;
    color: #54504C; }

.icon--small {
  font-size: 0.6rem; }

.icon[data-bs-toggle="tooltip"] {
  cursor: pointer;
  padding-left: 0.35rem;
  vertical-align: middle;
  color: #92977E; }

.actions .btn--action .icon:not(.icon-results)::before {
  color: #54504C; }

.actions .btn--action:hover .icon:not(.icon-results)::before {
  color: #A69F99; }

.tooltip-inner {
  max-width: 350px !important; }

/* From Uiverse.io by barisdogansutcu */
.spinner svg {
  width: 2em;
  transform-origin: center;
  animation: rotate4 2s linear infinite; }

.spinner circle {
  fill: none;
  stroke: #3189fc;
  stroke-width: 2;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: dash4 1.5s ease-in-out infinite; }

@keyframes rotate4 {
  100% {
    transform: rotate(360deg); } }

@keyframes dash4 {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dashoffset: -125px; } }

@use 'variables' as *;
.modal .modal-header {
  background-color: #F9F8F7;
  border-bottom: none;
  padding: 1rem 3rem 1rem; }

.modal .modal-body {
  padding: 3rem; }

.modal .modal-addendum {
  padding: 3rem; }

.system-design-error .modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.system-design-error .system-design-error__img {
  width: 5rem; }

.system-design-error .system-design-error__message {
  padding-top: 2rem; }

.system-design-error .system-design-error__log {
  list-style: none;
  padding-left: 1.5rem;
  padding-top: 1rem; }

.system-design-error .system-design-error__log li {
  position: relative;
  color: #D73B45;
  padding-bottom: .5rem; }

.system-design-error .system-design-error__log li span {
  font-weight: 700; }

.system-design-error .system-design-error__log li::before {
  font-family: 'icomoon';
  content: "\e906";
  position: absolute;
  display: inline-block;
  left: -1.5rem; }

.modal-uc__body img {
  width: 100%; }

table.table {
  box-shadow: 0px 0px 16px rgba(31, 86, 125, 0.08);
  border-radius: 8px; }
  table.table thead {
    background-color: #F9F8F7; }
    table.table thead tr {
      text-transform: uppercase; }
    table.table thead th {
      border-bottom: none; }
  table.table tbody td {
    border-bottom: 1px solid #E3DFDB; }
  table.table tbody tr:last-of-type td,
  table.table tbody tr:last-of-type th {
    border-bottom: none; }
  table.table tbody button.btn {
    text-align: left;
    padding: 0; }
  table.table > :not(caption) > * > * {
    padding: 0.75rem 1rem; }

@use 'variables' as *;
nav.navbar {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 9; }
  nav.navbar.navbar-light {
    background-color: #fff !important; }
  nav.navbar .navbar-brand img {
    height: 5rem; }
  nav.navbar .dropdown-menu[data-bs-popper] {
    left: auto;
    right: 0; }
  nav.navbar .dropdown-item:focus, nav.navbar .dropdown-item:hover {
    background-color: #fff; }
  nav.navbar .dropdown-menu li {
    padding-top: .5rem;
    padding-bottom: .5rem; }

@media (min-width: 992px) {
  .navbar.navbar-expand-lg .container-fluid {
    width: calc(100% - (1rem * 2));
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 auto;
    justify-content: center; } }
  @media screen and (min-width: 992px) and (min-width: 640px) {
    .navbar.navbar-expand-lg .container-fluid {
      width: calc(100% - (2rem * 2));
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media screen and (min-width: 992px) and (min-width: 992px) {
    .navbar.navbar-expand-lg .container-fluid {
      width: calc(100% - (2rem * 2));
      padding-left: 1rem;
      padding-right: 1rem;
      max-width: 100%; } }
@media (min-width: 992px) {
  .navbar.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end; }
  .navbar.navbar-expand-lg.navbar--website .container-fluid {
    max-width: 82rem; }
  .navbar .nav-item.locale {
    position: relative;
    padding-left: 1.5rem; }
    .navbar .nav-item.locale::before {
      content: '|';
      position: absolute;
      top: 0.5rem;
      left: 1.1rem; }
    .navbar .nav-item.locale select {
      width: auto;
      border: none;
      margin: 0.6rem 0 0 1.25rem;
      padding-right: 0.25rem;
      color: #92977E;
      background-color: #fff; }
  .navbar .nav-item .btn {
    margin-left: 1rem; }
  .navbar .nav-item a.nav-link {
    padding-left: 1.5rem; }
  .navbar .nav-item.dropdown.profile a {
    padding-top: 0;
    padding-bottom: 0; }
  .navbar .nav-item.dropdown.profile a::after {
    vertical-align: -3px; }
  .navbar .nav-item.dropdown.profile img {
    height: 3rem;
    width: 2rem;
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px); }
  .navbar.navbar--signup .nav-item.locale::before {
    content: ''; }
  .navbar.navbar--scenario {
    position: relative; }
    .navbar.navbar--scenario .nav-item.locale::before {
      content: ''; } }

.wizard {
  position: relative;
  background-color: #F9F8F7;
  height: 8rem;
  min-height: 8rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 1rem; }
  @media only screen and (max-width: 992px) {
    .wizard {
      margin-top: 6.5rem;
      padding-bottom: 2rem; } }
  .wizard > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    position: relative; }
  .wizard__back {
    position: absolute;
    right: 2rem;
    bottom: -4.5rem;
    font-size: 0.875rem; }
    .wizard__back::before {
      content: "";
      position: absolute;
      display: block;
      background-image: url("/static/assets/icons/i_arrow_left.svg");
      width: 0.75rem;
      height: 0.75rem;
      background-repeat: no-repeat;
      background-size: cover;
      top: 0.15rem;
      left: -1.25rem;
      top: 0.3rem; }
    @media only screen and (max-width: 1300px) {
      .wizard__back {
        font-size: 0.875rem; }
        .wizard__back::before {
          top: 0.25rem; } }
    @media only screen and (max-width: 1100px) {
      .wizard__back {
        display: none; } }
  .wizard__name {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: .5rem;
    padding-top: 1rem;
    font-size: 0.875rem; }
    .wizard__name .project {
      font-weight: 700; }
    .wizard__name .scenario {
      font-size: 0.875rem; }
  .wizard__steps {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .wizard__steps ul {
      list-style: none;
      margin-bottom: 0;
      padding-left: 0; }
    .wizard__steps li {
      display: inline-block;
      color: #A69F99;
      position: relative;
      font-size: 0.875rem;
      padding-bottom: 0.5rem; }
      .wizard__steps li:not(:last-of-type) {
        padding-right: 2rem; }
      .wizard__steps li::before {
        font-size: 0.875rem;
        font-weight: 700;
        margin-right: 0.5rem;
        color: #fff;
        background-color: #A69F99;
        padding: 0.25rem 0.5rem;
        width: 2rem;
        border-radius: 100px; }
      .wizard__steps li:nth-child(1)::before {
        content: "1"; }
      .wizard__steps li:nth-child(2)::before {
        content: "2"; }
      .wizard__steps li:nth-child(3)::before {
        content: "3"; }
      .wizard__steps li:nth-child(4)::before {
        content: "4"; }
      .wizard__steps li:nth-child(5)::before {
        content: "5"; }
      .wizard__steps li:nth-child(6)::before {
        content: "6"; }
      .wizard__steps li:nth-child(7)::before {
        content: "7"; }
      .wizard__steps li:nth-child(8)::before {
        content: "8"; }
      .wizard__steps li:nth-child(9)::before {
        content: "9"; }
      .wizard__steps li:nth-child(10)::before {
        content: "10"; }
      .wizard__steps li.active {
        color: #92977E;
        font-weight: 700; }
        .wizard__steps li.active::before {
          background-color: #92977E; }
    @media only screen and (max-width: 1300px) {
      .wizard__steps li::before {
        font-size: 0.75rem;
        padding: 0.25rem 0.45rem; }
      .wizard__steps li:not(:first-of-type)::after {
        width: 1.25rem;
        margin-left: -2.5rem; } }
@use 'variables' as *;
.cpn .form-check-input:checked {
  background-color: #008753;
  border-color: #008753; }

.cpn .form-check-input:focus {
  box-shadow: 0 0 0.25rem RGB(56 167 17/25%); }

.cpn-setup .form-check-input ~ div .img {
  margin: 1rem;
  padding: 1rem;
  width: 6rem;
  border-radius: 8px;
  border: 2px solid #F9F8F7;
  background-color: #F9F8F7; }

.cpn-setup .form-check-input:checked ~ div .img {
  background-color: #F4FFFC;
  border: 2px solid #008753; }

.cpn-setup .form-check-input ~ div .img span {
  display: block;
  width: 4em;
  height: 4rem;
  background-size: contain; }

.cpn-setup .form-check-input ~ div .img--diesel span {
  background-image: url("/static/assets/cp_nigeria/diesel_grey.svg"); }

.cpn-setup .form-check-input:checked ~ div .img--diesel span {
  background-image: url("/static/assets/cp_nigeria/diesel_green.svg"); }

.cpn-setup .form-check-input ~ div .img--pv span {
  background-image: url("/static/assets/cp_nigeria/pv_plant_grey.svg"); }

.cpn-setup .form-check-input:checked ~ div .img--pv span {
  background-image: url("/static/assets/cp_nigeria/pv_plant_green.svg"); }

.cpn-setup .form-check-input ~ div .img--storage span {
  background-image: url("/static/assets/cp_nigeria/bess_grey.svg"); }

.cpn-setup .form-check-input:checked ~ div .img--storage span {
  background-image: url("/static/assets/cp_nigeria/bess_green.svg"); }

.cpn-setup .form-check-input ~ div .img--main-grid span {
  background-image: url("/static/assets/cp_nigeria/dso_grey.svg"); }

.cpn-setup .form-check-input:checked ~ div .img--main-grid span {
  background-image: url("/static/assets/cp_nigeria/dso_green.svg"); }

.cpn-economic__prio {
  padding-bottom: 2rem;
  border-bottom: 1px solid #EFEDEB; }
  .cpn-economic__prio > div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 1rem;
    margin-bottom: 0.5rem;
    height: 3.25rem; }
  .cpn-economic__prio--1 {
    width: 100%;
    background-color: #8CD9A8; }
  .cpn-economic__prio--2 {
    width: 85%;
    background-color: #BAE9C8; }
  .cpn-economic__prio--3 {
    width: 70%;
    background-color: #E2F9F0; }
  .cpn-economic__prio--4 {
    width: 65%;
    background-color: #F4FFFC; }
  .cpn-economic__prio span.number {
    margin-right: 1rem;
    background-color: #fff;
    border-radius: 100%;
    height: 1.5rem;
    width: 1.5rem;
    text-align: center;
    font-weight: 700; }
  .cpn-economic__prio span.technology {
    margin-right: 1rem;
    padding-bottom: 0; }
  .cpn-economic__prio img {
    height: 2rem; }

.cpn-economic__results {
  display: flex;
  flex-direction: row;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #EFEDEB; }
  .cpn-economic__results > div {
    flex: 1; }
    .cpn-economic__results > div:first-of-type {
      padding-right: 0.5rem; }
    .cpn-economic__results > div:last-of-type {
      padding-left: 0.5rem; }
  .cpn-economic__results > div span.title {
    display: block;
    text-align: center;
    padding-bottom: 0.25rem; }
  .cpn-economic__results > div span.value {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 4rem;
    background-color: #F2CD5D;
    font-weight: 700;
    font-size: 18px; }

.cpn-economic__system {
  padding-top: 2rem;
  text-align: center; }
  .cpn-economic__system img {
    max-width: 22rem; }

.cpn-business__info {
  padding-top: 2rem; }
  .cpn-business__info h3 {
    font-size: 16px;
    text-align: center; }
  .cpn-business__info h3 span {
    display: block; }
  .cpn-business__info h3 span.model-chosen {
    display: inline-block;
    background-color: #F2CD5D;
    color: #54504C;
    margin-top: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    font-weight: 700; }
  .cpn-business__info .diagramm {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center; }
  .cpn-business__info .diagramm img {
    max-width: 26rem; }
  .cpn-business__info .advantages {
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .cpn-business__info .advantages h4 {
      padding: 0.5rem 1rem;
      font-size: 1.25rem; }
    .cpn-business__info .advantages .pros {
      background-color: #E2F9F0;
      margin: 0.5rem 1rem; }
      .cpn-business__info .advantages .pros h4 {
        border-bottom: 4px solid #1BBB78; }
    .cpn-business__info .advantages .cons {
      background-color: #FFE5E1;
      margin: 0.5rem 1rem; }
      .cpn-business__info .advantages .cons h4 {
        border-bottom: 4px solid #D73B45; }

@use 'variables' as *;
.dashboard-tabs {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .dashboard-tabs > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .dashboard-tabs .nav-tabs {
    border-bottom: 0; }
    .dashboard-tabs .nav-tabs .nav-link {
      margin-bottom: -2px; }
    .dashboard-tabs .nav-tabs .nav-link.active {
      background-color: #E3DFDB;
      border: 0;
      font-weight: 700 !important; }
    .dashboard-tabs .nav-tabs .nav-link:hover {
      border-color: transparent; }

.dashboard-options {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #E3DFDB; }
  .dashboard-options > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .dashboard-options.sticky-top {
    top: 3.5rem; }

.dashboard {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #F9F8F7;
  min-height: calc(100vh - 7rem - 4rem - 1rem - 4.5rem);
  padding: 3rem 0 4rem; }
  .dashboard > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .dashboard__scenarios {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .dashboard__scenarios .dashboard__select-scenarios {
      width: 50rem; }
      .dashboard__scenarios .dashboard__select-scenarios--small {
        width: 32rem !important; }
    .dashboard__scenarios .dashboard__btn-scenarios {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      height: 100%;
      padding-left: 1rem; }
    .dashboard__scenarios .form-label {
      display: none; }
    .dashboard__scenarios .dashboard__add {
      flex: 1;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      height: 100%; }
  .dashboard .scenario-select {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 3rem; }
    .dashboard .scenario-select__item {
      background-color: #E3DFDB;
      border-radius: 3px;
      color: #54504C;
      padding: 0.25rem 0.5rem;
      margin-top: .75rem;
      margin-right: .75rem;
      cursor: pointer;
      font-size: 0.875rem; }
      .dashboard .scenario-select__item.selected {
        border: 1px solid #92977E;
        background-color: #fff;
        color: #92977E;
        transform: translateY(-3px);
        box-shadow: 0px 4px 8px rgba(31, 86, 125, 0.16); }
  .dashboard .chart {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 16px rgba(31, 86, 125, 0.08);
    margin-bottom: 1.5rem; }
    .dashboard .chart__header {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      border-bottom: 2px solid #F9F8F7;
      padding: .75rem 1rem .5rem; }
      .dashboard .chart__header .view {
        padding-left: 1.5rem;
        font-weight: 700;
        color: #92977E;
        text-decoration: none;
        cursor: pointer; }
        .dashboard .chart__header .view .icon {
          font-size: .75rem; }
    .dashboard .chart__plot .table-add {
      display: inline-block;
      padding: 0.75rem 1rem;
      color: #92977E; }
      .dashboard .chart__plot .table-add__text {
        padding-left: 0.25rem; }
    .dashboard .chart .dropdown .dropdown-toggle {
      padding: 0 .35rem; }
      .dashboard .chart .dropdown .dropdown-toggle::after {
        display: none; }
      .dashboard .chart .dropdown .dropdown-toggle .icon {
        padding: 0; }
    .dashboard .chart--small {
      height: calc((32rem / 3) - ((2 * 1.5rem) / 3)); }
      .dashboard .chart--small:not(:last-of-type) {
        margin-bottom: 1.5rem; }
      .dashboard .chart--small .chart__content {
        display: flex;
        flex-direction: row;
        height: calc((32rem / 3) - ((2 * 1.5rem) / 3) - 3.25rem);
        align-items: center;
        padding-left: 1rem;
        padding-right: 1rem; }
    .dashboard .chart .item {
      flex: 1; }
      .dashboard .chart .item__name {
        font-size: 0.875rem;
        color: #54504C;
        padding-bottom: .25rem; }
      .dashboard .chart .item__value {
        font-size: 1.25rem; }
      .dashboard .chart .item--best .item__value {
        font-weight: 700;
        color: #20A10B; }
      .dashboard .chart .item--worst .item__value {
        color: #A10B0B; }

@use 'variables' as *;
.projects-empty,
.scenario-empty {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .projects-empty > div,
  .scenario-empty > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .projects-empty__img,
  .scenario-empty__img {
    text-align: center; }
    .projects-empty__img img,
    .scenario-empty__img img {
      width: 9rem; }
  .projects-empty__text,
  .scenario-empty__text {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 300;
    color: #54504C;
    padding-top: 2rem; }
  .projects-empty__btn,
  .scenario-empty__btn {
    padding-top: 2rem;
    text-align: center; }
    .projects-empty__btn button::before,
    .scenario-empty__btn button::before {
      background-image: url("/static/assets/icons/i_add.svg"); }
    .projects-empty__btn button::after,
    .scenario-empty__btn button::after {
      display: none; }
  .projects-empty__separator,
  .scenario-empty__separator {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 6rem;
    margin-bottom: 2rem; }
    .projects-empty__separator .separator,
    .scenario-empty__separator .separator {
      height: 1px;
      width: 100%;
      background-color: #F9F8F7; }
    .projects-empty__separator .text,
    .scenario-empty__separator .text {
      transform: translateY(-0.75rem);
      -webkit-transform: translateY(-0.75rem);
      -moz-transform: translateY(-0.75rem);
      -ms-transform: translateY(-0.75rem);
      -o-transform: translateY(-0.75rem);
      padding: 0 1rem;
      font-size: 1rem;
      font-weight: 300;
      color: #54504C; }

@use 'variables' as *;
body {
  min-height: 100vh; }

.main--padding-top {
  padding-top: 7rem; }
  .main--padding-top .header .header__title {
    padding-top: 0; }

.standard-layout {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .standard-layout > div {
    max-width: 50rem;
    padding-top: 10rem; }
    .standard-layout > div:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      height: 10rem;
      background-image: url("/static/assets/illustrations/computer.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
  .standard-layout--license div:before {
    background-image: url("/static/assets/illustrations/balance.svg"); }
  .standard-layout h2 {
    font-size: 1.563rem; }
  .standard-layout h3 {
    font-size: 1.25rem; }
  .standard-layout h4 {
    font-size: 1rem; }
  .standard-layout__paragraph {
    padding-bottom: 1rem; }
    .standard-layout__paragraph--foreground {
      background-color: #F9F8F7;
      background-image: url("/static/assets/illustrations/background-img.svg");
      background-size: cover;
      background-position: center;
      padding: 4rem;
      margin-top: 2rem;
      margin-bottom: 4rem; }
    .standard-layout__paragraph--small h2 {
      font-size: 1.25rem; }
    .standard-layout__paragraph--small p {
      font-size: 0.875rem; }
  .standard-layout .account {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    .standard-layout .account > div {
      max-width: 28rem;
      width: 100%; }
    .standard-layout .account__save {
      display: flex;
      flex-direction: row;
      justify-content: center; }

@use 'variables' as *;
.system-design {
  display: flex;
  flex-direction: row;
  height: calc(100vh - 4.5rem - 8rem - 4rem);
  border-top: 2px solid #F9F8F7; }
  .system-design .components {
    width: 22rem;
    background-color: #F9F8F7;
    border-right: 2px solid #F9F8F7;
    overflow-y: auto; }
  .system-design .components__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 2.85rem;
    background-color: #fff;
    padding: 1rem; }
    .system-design .components__title h2 {
      padding: 0;
      margin: 0;
      font-size: 1rem;
      color: #54504C;
      font-weight: 700;
      display: inline-block; }
  .system-design .components__content {
    padding: 1rem 1rem 0; }
    .system-design .components__content .section {
      padding-bottom: 1rem; }
      .system-design .components__content .section__title h3 {
        font-size: 1rem; }
      .system-design .components__content .section__component {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 3rem;
        border-radius: 8px;
        box-shadow: 0px 0px 16px rgba(31, 86, 125, 0.08);
        background-color: #fff;
        border-left: 4px solid #A4ADFB;
        padding: .5rem;
        margin-bottom: .5rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: move; }
      .system-design .components__content .section .img {
        height: 2rem;
        width: 2rem; }
      .system-design .components__content .section .name {
        font-size: 1rem;
        font-weight: 300;
        color: #54504C;
        padding-left: .5rem; }
      .system-design .components__content .section .drag {
        flex: 1;
        text-align: right; }
      .system-design .components__content .section--providers .section__component {
        border-left-color: #A4ADFB; }
      .system-design .components__content .section--production .section__component {
        border-left-color: #FFEF9F; }
      .system-design .components__content .section--conversion .section__component {
        border-left-color: #7BF1A8; }
      .system-design .components__content .section--storage .section__component {
        border-left-color: #90F1EF; }
      .system-design .components__content .section--demand .section__component {
        border-left-color: #FFD6E0; }
      .system-design .components__content .section--bus .section__component {
        border-left-color: #F4CC9E; }
  .system-design .gui {
    position: relative;
    flex: 1;
    height: 100%; }
    .system-design .gui__clear {
      display: flex;
      flex-direction: row;
      position: absolute;
      top: 0;
      left: 0;
      padding: 1rem;
      background-color: #fff; }
      .system-design .gui__clear .load-scenario {
        padding-right: 1rem; }
      .system-design .gui__clear .form-select {
        font-size: 0.875rem; }
      .system-design .gui__clear button.btn {
        padding-left: 0;
        padding-right: 0; }
    .system-design .gui__save {
      display: flex;
      flex-direction: row;
      position: absolute;
      top: 0;
      right: 0;
      padding: 1rem; }
    .system-design .gui #js-designSaved {
      display: none;
      color: #3EA761;
      font-weight: 700; }
      .system-design .gui #js-designSaved.display {
        display: block;
        -webkit-animation: slide-in-blurred-top 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
        animation: slide-in-blurred-top 0.6s cubic-bezier(0.23, 1, 0.32, 1) both; }
    .system-design .gui #js-saveDesign.hidden {
      display: none; }
    .system-design .gui__empty-text {
      display: inline-block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 50%;
      transform: translateX(-50%); }
      .system-design .gui__empty-text span {
        color: #54504C;
        font-weight: 300; }
  .system-design .drawflow .connection .main-path {
    width: 2px; }
  .system-design .parent-node .drawflow-delete {
    content: 'X';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    color: black;
    width: 1.15rem;
    height: 1.15rem;
    font-weight: 700;
    line-height: 1rem;
    padding-left: .25rem;
    border: 1px solid #54504C;
    border-radius: 100%;
    cursor: pointer; }
  .system-design .drawflow .drawflow-node {
    position: absolute;
    height: 8rem;
    width: 9.5rem;
    border-radius: 8px;
    background-color: #F9F8F7;
    font-size: 12px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 4px solid #A4ADFB;
    cursor: move;
    padding: 0 0.5rem 0.5rem;
    /* section colors */ }
    .system-design .drawflow .drawflow-node:hover {
      background-color: #f5f3f1; }
    .system-design .drawflow .drawflow-node.selected {
      background-color: #E3DFDB; }
    .system-design .drawflow .drawflow-node .drawflow_content_node {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center; }
    .system-design .drawflow .drawflow-node .inputs {
      bottom: 2rem;
      left: 0.9rem; }
    .system-design .drawflow .drawflow-node .outputs {
      bottom: 2rem;
      right: 0.9rem; }
    .system-design .drawflow .drawflow-node .inputs,
    .system-design .drawflow .drawflow-node .outputs {
      position: absolute; }
      .system-design .drawflow .drawflow-node .inputs .input,
      .system-design .drawflow .drawflow-node .inputs .output,
      .system-design .drawflow .drawflow-node .outputs .input,
      .system-design .drawflow .drawflow-node .outputs .output {
        width: 0.75rem;
        height: 0.75rem;
        border-radius: 100%;
        margin: .25rem 0;
        border: 1px solid #fff;
        cursor: pointer; }
      .system-design .drawflow .drawflow-node .inputs .input,
      .system-design .drawflow .drawflow-node .outputs .input {
        background-color: #4EC4C4;
        left: -22px; }
      .system-design .drawflow .drawflow-node .inputs .output,
      .system-design .drawflow .drawflow-node .outputs .output {
        background-color: #C46A4E;
        right: -10px; }
    .system-design .drawflow .drawflow-node.dso .input {
      display: none; }
    .system-design .drawflow .drawflow-node.gas_dso .input {
      display: none; }
    .system-design .drawflow .drawflow-node.h2_dso .input {
      display: none; }
    .system-design .drawflow .drawflow-node.heat_dso .input {
      display: none; }
    .system-design .drawflow .drawflow-node.pv_plant .input {
      display: none; }
    .system-design .drawflow .drawflow-node.wind_plant .input {
      display: none; }
    .system-design .drawflow .drawflow-node.biogas_plant .input {
      display: none; }
    .system-design .drawflow .drawflow-node.geothermal_conversion .input {
      display: none; }
    .system-design .drawflow .drawflow-node.solar_thermal_plant .input {
      display: none; }
    .system-design .drawflow .drawflow-node.demand .output {
      display: none; }
    .system-design .drawflow .drawflow-node.reducable_demand .output {
      display: none; }
    .system-design .drawflow .drawflow-node.gas_demand .output {
      display: none; }
    .system-design .drawflow .drawflow-node.h2_demand .output {
      display: none; }
    .system-design .drawflow .drawflow-node.heat_demand .output {
      display: none; }
    .system-design .drawflow .drawflow-node .img {
      position: relative;
      width: 4.5rem;
      height: 4.5rem;
      background-color: #fff;
      border-radius: 100%; }
    .system-design .drawflow .drawflow-node.dso {
      border-bottom-color: #A4ADFB; }
    .system-design .drawflow .drawflow-node.dso .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/dso.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.gas_dso {
      border-bottom-color: #A4ADFB; }
    .system-design .drawflow .drawflow-node.gas_dso .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/gas_dso.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.h2_dso {
      border-bottom-color: #A4ADFB; }
    .system-design .drawflow .drawflow-node.h2_dso .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/h2_dso.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.heat_dso {
      border-bottom-color: #A4ADFB; }
    .system-design .drawflow .drawflow-node.heat_dso .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/heat_dso.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.pv_plant {
      border-bottom-color: #FFEF9F; }
    .system-design .drawflow .drawflow-node.pv_plant .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/pv_plant.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.wind_plant {
      border-bottom-color: #FFEF9F; }
    .system-design .drawflow .drawflow-node.wind_plant .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/wind_plant.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.biogas_plant {
      border-bottom-color: #FFEF9F; }
    .system-design .drawflow .drawflow-node.biogas_plant .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/biogas_plant.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.geothermal_conversion {
      border-bottom-color: #FFEF9F; }
    .system-design .drawflow .drawflow-node.geothermal_conversion .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/geothermal_conversion.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.solar_thermal_plant {
      border-bottom-color: #FFEF9F; }
    .system-design .drawflow .drawflow-node.solar_thermal_plant .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/solar_thermal_plant.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.transformer_station_in {
      border-bottom-color: #7BF1A8; }
    .system-design .drawflow .drawflow-node.transformer_station_in .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/transformer_station_in.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.transformer_station_out {
      border-bottom-color: #7BF1A8; }
    .system-design .drawflow .drawflow-node.transformer_station_out .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/transformer_station_out.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.storage_charge_controller_in {
      border-bottom-color: #7BF1A8; }
    .system-design .drawflow .drawflow-node.storage_charge_controller_in .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/storage_charge_controller_in.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.storage_charge_controller_out {
      border-bottom-color: #7BF1A8; }
    .system-design .drawflow .drawflow-node.storage_charge_controller_out .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/storage_charge_controller_out.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.solar_inverter {
      border-bottom-color: #7BF1A8; }
    .system-design .drawflow .drawflow-node.solar_inverter .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/solar_inverter.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.diesel_generator {
      border-bottom-color: #7BF1A8; }
    .system-design .drawflow .drawflow-node.diesel_generator .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/diesel_generator.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.fuel_cell {
      border-bottom-color: #7BF1A8; }
    .system-design .drawflow .drawflow-node.fuel_cell .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/fuel_cell.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.gas_boiler {
      border-bottom-color: #7BF1A8; }
    .system-design .drawflow .drawflow-node.gas_boiler .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/gas_boiler.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.electrolyzer {
      border-bottom-color: #7BF1A8; }
    .system-design .drawflow .drawflow-node.electrolyzer .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/electrolyzer.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.heat_pump {
      border-bottom-color: #7BF1A8; }
    .system-design .drawflow .drawflow-node.heat_pump .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/heat_pump.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.chp {
      border-bottom-color: #7BF1A8; }
    .system-design .drawflow .drawflow-node.chp .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/chp.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.chp_fixed_ratio {
      border-bottom-color: #7BF1A8; }
    .system-design .drawflow .drawflow-node.chp_fixed_ratio .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/chp_fixed_ratio.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.bess {
      border-bottom-color: #90F1EF; }
    .system-design .drawflow .drawflow-node.bess .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/bess.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.gess {
      border-bottom-color: #90F1EF; }
    .system-design .drawflow .drawflow-node.gess .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/gess.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.h2ess {
      border-bottom-color: #90F1EF; }
    .system-design .drawflow .drawflow-node.h2ess .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/h2ess.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.hess {
      border-bottom-color: #90F1EF; }
    .system-design .drawflow .drawflow-node.hess .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/hess.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.demand {
      border-bottom-color: #FFD6E0; }
    .system-design .drawflow .drawflow-node.demand .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/demand.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.reducable_demand {
      border-bottom-color: #FFD6E0; }
    .system-design .drawflow .drawflow-node.reducable_demand .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/reducable_demand.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.gas_demand {
      border-bottom-color: #FFD6E0; }
    .system-design .drawflow .drawflow-node.gas_demand .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/gas_demand.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.h2_demand {
      border-bottom-color: #FFD6E0; }
    .system-design .drawflow .drawflow-node.h2_demand .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/h2_demand.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.heat_demand {
      border-bottom-color: #FFD6E0; }
    .system-design .drawflow .drawflow-node.heat_demand .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/heat_demand.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }
    .system-design .drawflow .drawflow-node.bus {
      border-bottom-color: #F4CC9E; }
    .system-design .drawflow .drawflow-node.bus .img::before {
      content: '';
      position: absolute;
      top: calc(4.5rem / 2);
      right: calc((4.5rem - 3rem) / 2);
      transform: translateY(-50%);
      background-image: url("/static/assets/gui/bus.svg");
      background-size: contain;
      height: 3rem;
      width: 3rem; }

.modal.modal--gui .modal-dialog {
  min-width: 55%;
  max-width: 80%; }

.modal.modal--gui .modal-body .container {
  padding: 0; }

.modal.modal--gui .row {
  margin-bottom: 1rem; }

.modal.modal--gui ul.nav.nav-pills {
  padding-bottom: 1rem; }
  .modal.modal--gui ul.nav.nav-pills button {
    border-radius: 0;
    border: 1px solid #E3DFDB; }
    .modal.modal--gui ul.nav.nav-pills button.active {
      background-color: #92977E;
      color: #fff !important;
      border-color: #92977E; }
  .modal.modal--gui ul.nav.nav-pills li:first-of-type button {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; }
  .modal.modal--gui ul.nav.nav-pills li:last-of-type button {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; }

/* hover container */
.hover {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; }

.hover .helptext {
  visibility: hidden;
  width: 500px;
  background-color: #E3DFDB;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px; }

.hover .helptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #E3DFDB transparent transparent transparent; }

.hover:hover .helptext {
  visibility: visible; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 20px;
  margin: 15px;
  padding: 15px 1px 0px 1px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #92977E; }

input:focus + .slider {
  box-shadow: 0 0 1px #54504C; }

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

@use 'variables' as *;
.hero {
  padding-top: 4.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .hero > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: row; }
  .hero__text {
    padding-top: 7rem;
    padding-right: 12rem; }
    .hero__text h1 {
      text-align: left;
      font-size: 2.5rem;
      color: #54504C;
      margin-bottom: 1rem; }
    .hero__text span {
      display: block;
      text-align: left;
      font-size: 1rem;
      font-weight: 300;
      margin-bottom: 2rem; }
  .hero__image {
    padding-top: 4rem; }
    .hero__image img {
      max-width: calc(82rem / 2); }

@use 'variables' as *;
.project {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-right: .5rem;
  padding-left: 1rem; }
  .project > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    padding-bottom: 2rem;
    border-bottom: 2px solid #F9F8F7;
    margin-bottom: 2rem; }
  .project__top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline; }
    .project__top .name,
    .project__top .location {
      display: inline-block;
      margin: 0; }
    .project__top .name {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      margin-right: 1.5rem;
      padding-left: 1.5rem;
      font-size: 1.563rem;
      font-weight: 700; }
    .project__top .role {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      margin-right: 1.5rem;
      font-size: 0.875rem;
      background-color: #F9F8F7;
      padding: 0 0.5rem;
      border-radius: 8px; }
    .project__top .location {
      font-size: 1rem; }
    .project__top .name::before {
      content: "";
      position: absolute;
      display: block;
      background-image: url("/static/assets/icons/i_cell.svg");
      width: 2rem;
      height: 2rem;
      background-repeat: no-repeat;
      background-size: contain;
      top: 0;
      left: 0; }
  .project--shared .name::before {
    background-image: url("/static/assets/icons/i_cell_shared_edit.svg"); }
  .project--shared-noedit .name::before {
    background-image: url("/static/assets/icons/i_cell_blue.svg"); }
  .project__details {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 1.5rem;
    padding-left: 1.5rem; }
    @media only screen and (min-width: 992px) {
      .project__details {
        display: flex;
        flex-direction: row;
        justify-content: space-between; } }
    .project__details .details {
      display: flex;
      flex-direction: row;
      justify-content: flex-start; }
    .project__details .detail {
      color: #54504C; }
      .project__details .detail:not(:last-of-type) {
        padding-right: 1.5rem; }
      .project__details .detail__property {
        font-weight: 300;
        padding-right: .75rem; }
      .project__details .detail__value:active {
        color: #54504C; }
    .project__details .actions {
      display: flex;
      flex-direction: row; }
      @media only screen and (min-width: 992px) {
        .project__details .actions {
          justify-content: flex-end; } }
      .project__details .actions .btn--hollow {
        font-weight: 700;
        padding: 0.25rem 0.5rem;
        color: #92977E; }
        .project__details .actions .btn--hollow:hover, .project__details .actions .btn--hollow:focus, .project__details .actions .btn--hollow:active {
          color: #00673D !important; }
      .project__details .actions a.btn--action {
        padding-top: 0.25rem;
        font-weight: 700 !important; }
    .project__details .action {
      font-weight: 700;
      padding-left: 1.5rem; }
  .project__description {
    max-width: 52rem;
    padding-left: 1.5rem; }
  .project__scenarios {
    padding-top: 0.5rem;
    padding-left: 1.5rem; }
    .project__scenarios .toggle {
      padding-bottom: .75rem; }
      .project__scenarios .toggle button.btn {
        font-weight: 400;
        text-transform: uppercase; }
    .project__scenarios .card-body {
      padding: 0;
      border: none;
      box-shadow: 0px 0px 16px rgba(31, 86, 125, 0.08); }
    .project__scenarios .list-group-item {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      padding: 0.5rem 1.5rem;
      border-color: #F9F8F7; }
      .project__scenarios .list-group-item--uc {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        user-select: text; }
      .project__scenarios .list-group-item__name {
        font-weight: 700; }
      .project__scenarios .list-group-item__description {
        padding-left: 1.5rem;
        font-weight: 300;
        max-width: 48rem; }
    .project__scenarios .details {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .project__scenarios .details input {
        margin-top: 0; }
      .project__scenarios .details label {
        font-weight: 700;
        padding-left: .5rem;
        padding-right: 2rem; }
      .project__scenarios .details .detail {
        color: #54504C; }
        .project__scenarios .details .detail:not(:last-of-type) {
          padding-right: 1.5rem; }
        .project__scenarios .details .detail__property {
          font-weight: 300;
          padding-right: .75rem; }
        .project__scenarios .details .detail__value:active {
          color: #54504C; }
    .project__scenarios .actions .btn--action {
      margin-top: 0; }
    .project__scenarios .actions .btn--action.results {
      font-weight: 700;
      padding: 0.25rem 0.5rem;
      color: #54504C;
      background-color: #F9F8F7;
      border: none;
      margin-top: 0; }
      .project__scenarios .actions .btn--action.results:hover, .project__scenarios .actions .btn--action.results:focus, .project__scenarios .actions .btn--action.results:active {
        color: #A69F99 !important;
        background-color: #fff; }
    .project__scenarios .actions .action {
      font-weight: 700;
      padding-left: 1.5rem; }
    .project__scenarios button.export {
      margin-top: .5rem;
      margin-left: 1.5rem; }
    .project__scenarios .add-scenario {
      display: flex;
      flex-direction: row;
      justify-content: flex-end; }
      .project__scenarios .add-scenario .dropdown {
        transform: translateY(-1rem); }
      .project__scenarios .add-scenario .btn::after {
        content: none; }
  .project--uc > div {
    display: flex;
    flex-direction: row; }
  .project__img {
    width: 12rem; }
    .project__img > img {
      width: 12rem; }
    .project__img > span {
      font-size: 0.75rem;
      font-weight: 700;
      color: #92977E;
      cursor: pointer; }
    .project__img .icon {
      vertical-align: middle;
      padding-right: 0.25rem; }
  .project__content {
    flex: 1; }
    .project__content .name:before {
      display: none; }
    .project__content .project__description {
      max-width: 40rem; }

.projects-new {
  padding-bottom: 4rem;
  text-align: center; }
  .projects-new button::before {
    background-image: url("/static/assets/icons/i_add.svg"); }
  .projects-new button::after {
    display: none; }

@use 'variables' as *;
.scenario-create {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-top: 2px solid #F9F8F7; }
  .scenario-create__info-message {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 1rem 0; }
    .scenario-create__info-message > div {
      max-width: 42rem;
      background-color: #F6FBFF;
      color: #14558D;
      padding: 0.5rem 1rem; }
    .scenario-create__info-message p {
      font-size: 0.875rem;
      line-height: 1.25rem;
      margin-bottom: 0; }
  .scenario-create form {
    width: 100%; }
  .scenario-create .input-item,
  .scenario-create .text-item {
    width: 100%;
    padding-bottom: 0; }
    @media only screen and (min-width: 992px) {
      .scenario-create .input-item,
      .scenario-create .text-item {
        display: flex;
        flex-direction: row; } }
  .scenario-create .input-item:last-of-type .scenario-create__description {
    padding-bottom: 8rem; }
  .scenario-create__form, .scenario-create__description {
    padding-top: 1.5rem;
    display: flex;
    flex-direction: row; }
    @media only screen and (min-width: 992px) {
      .scenario-create__form, .scenario-create__description {
        flex: 1 1 0; } }
    .scenario-create__form > div, .scenario-create__description > div {
      width: 100%;
      max-width: calc(82rem / 2); }
  .scenario-create__form {
    justify-content: flex-end; }
    .scenario-create__form > div {
      padding-left: 1rem;
      padding-right: 1.5rem; }
    .scenario-create__form .text {
      font-weight: 300;
      padding-top: 1.5rem;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .scenario-create__form .text .heading {
        font-size: 1.25rem;
        display: inline-block; }
      .scenario-create__form .text .btn {
        margin-top: 0; }
      .scenario-create__form .text--border-top {
        padding-top: 2.5rem;
        margin-top: 1rem;
        border-top: 2px solid #F9F8F7; }
  .scenario-create__description {
    justify-content: flex-start;
    background-color: #F9F8F7; }
    .scenario-create__description > div {
      padding-right: 1rem;
      padding-left: 1.5rem; }
    .scenario-create__description .form-text {
      margin-top: 1.75rem;
      font-size: 1rem; }

@use 'variables' as *;
.signup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F9F8F7; }
  .signup .signup-frame {
    width: 100%;
    max-width: 36rem;
    padding: 4rem;
    background-color: #fff;
    box-shadow: 0px 0px 16px rgba(31, 86, 125, 0.08); }
    .signup .signup-frame__img {
      text-align: center; }
      .signup .signup-frame__img img {
        height: 6.125rem; }
    .signup .signup-frame__heading {
      font-size: 1.953rem;
      text-align: center;
      padding-top: 1rem; }
    .signup .signup-frame__subheading {
      font-size: 0.875rem;
      color: #54504C;
      font-weight: 300;
      text-align: center;
      padding-top: 1rem; }
    .signup .signup-frame__form {
      padding-top: 2rem; }
    .signup .signup-frame .form-check {
      font-size: 0.875rem;
      color: #54504C;
      font-weight: 300;
      padding-top: 1rem; }
    .signup .signup-frame button {
      margin-top: 1.5rem; }

@use 'variables' as *;
.simulation {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .simulation__heading {
    height: 8rem;
    width: 100%;
    background-image: url("/static/assets/illustrations/open_plan_hero_hexagon.svg");
    background-position: center 75%;
    background-repeat: no-repeat;
    background-size: 3.5rem; }
  .simulation__content {
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .simulation__content {
        width: calc(82rem / 2); } }
    .simulation__content h2 {
      text-align: center;
      font-size: 1.25rem;
      font-weight: 600;
      padding-bottom: 4rem; }
  .simulation__id {
    text-align: center;
    font-size: 0.875rem; }
  .simulation__feedback {
    width: 100%; }
    .simulation__feedback .item {
      text-align: left; }
      .simulation__feedback .item:first-of-type {
        padding-top: 2rem; }
      .simulation__feedback .item p {
        position: relative;
        font-weight: 300;
        padding-left: 1.5rem;
        margin-bottom: 0.5rem; }
      .simulation__feedback .item p::before {
        content: "";
        position: absolute;
        top: 0.33rem;
        left: 0;
        width: 1rem;
        height: 1rem;
        background-image: url("/static/assets/icons/i_cell_blue.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; }
      .simulation__feedback .item ul {
        padding-bottom: 2rem; }
      .simulation__feedback .item ul li {
        padding-left: 0.5rem;
        list-style: none; }
      .simulation__feedback .item a {
        position: relative;
        padding-left: 1.5rem; }
      .simulation__feedback .item a::before {
        content: "";
        position: absolute;
        display: block;
        background-image: url("/static/assets/icons/i_arrow_right.svg");
        width: 0.75rem;
        height: 0.75rem;
        background-repeat: no-repeat;
        background-size: cover;
        left: 0.5rem;
        top: 0.2rem; }
      .simulation__feedback .item--success p::before {
        background-image: url("/static/assets/icons/i_cell_blue.svg"); }
      .simulation__feedback .item--warning p::before {
        background-image: url("/static/assets/icons/i_cell_yellow.svg"); }
      .simulation__feedback .item--error p::before {
        background-image: url("/static/assets/icons/i_cell_red.svg"); }
  .simulation--ns .simulation__heading {
    background-image: url("/static/assets/illustrations/disabled_hexagon.svg"); }
  .simulation--pending .simulation__heading {
    background-image: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .simulation--pending .spinner-border {
    border-top-color: #92977E;
    border-bottom-color: #92977E;
    border-left-color: #92977E; }
  .simulation--error > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .simulation--error .simulation__heading {
    background-image: url("/static/assets/illustrations/error_hexagon.svg"); }
  .simulation--error .simulation__content {
    width: 100%; }
  .simulation--error .simulation__alert {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0.75rem;
    border-radius: 8px; }
    .simulation--error .simulation__alert--warning {
      background-color: #FDF6E2;
      color: #825F08; }
    .simulation--error .simulation__alert--info {
      background-color: #fff; }
    .simulation--error .simulation__alert--warning span {
      position: relative; }
    .simulation--error .simulation__alert--warning span::before {
      content: "";
      position: absolute;
      display: block;
      background-image: url("static/assets/icons/i_warning_yellow.svg");
      width: 1.25rem;
      height: 1.25rem;
      background-repeat: no-repeat;
      background-size: cover;
      left: -1.75rem;
      top: 0.125rem; }
  .simulation--error .simulation__actions {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    .simulation--error .simulation__actions > div {
      padding: 4rem 0.5rem; }
  .simulation--successful .simulation__heading {
    background-image: url("/static/assets/illustrations/open_plan_hero_hexagon.svg"); }
  .simulation__changed {
    border-top: 2px solid #F9F8F7;
    padding-top: 4rem;
    padding-bottom: 4rem; }
    .simulation__changed p {
      text-align: center;
      font-size: 1.25rem;
      font-weight: 600; }
  .simulation .table-changed {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .simulation .table-changed__item {
      width: 100%; }
      @media only screen and (min-width: 992px) {
        .simulation .table-changed__item {
          flex: 1; } }
      .simulation .table-changed__item:not(:last-of-type) {
        padding-right: 1rem; }
    .simulation .table-changed__header {
      background-color: #F9F8F7;
      padding: 0.25rem 1rem; }
    .simulation .table-changed__content {
      display: flex;
      flex-direction: row;
      font-size: 0.875rem;
      padding: 0.25rem 1rem; }
      .simulation .table-changed__content .key {
        width: 66.6%; }

@use 'variables' as *;
.project-setup.two-columns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 6rem; }
  .project-setup.two-columns .left,
  .project-setup.two-columns .right {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    padding-top: 2rem;
    flex: 1; }
    @media only screen and (min-width: 992px) {
      .project-setup.two-columns .left,
      .project-setup.two-columns .right {
        flex: 1 1 0; } }
    .project-setup.two-columns .left > div,
    .project-setup.two-columns .right > div {
      width: 100%; }
      @media only screen and (min-width: 1250px) {
        .project-setup.two-columns .left > div,
        .project-setup.two-columns .right > div {
          max-width: calc(82rem / 2); } }
  .project-setup.two-columns .left {
    justify-content: flex-end; }
    .project-setup.two-columns .left > div {
      padding-left: 1rem;
      padding-right: 1.5rem; }
    .project-setup.two-columns .left .text {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      font-weight: 300;
      padding-bottom: 1rem; }
      .project-setup.two-columns .left .text .icon-question {
        padding-left: 0.35rem;
        cursor: pointer;
        vertical-align: middle; }
  .project-setup.two-columns .right {
    justify-content: flex-start; }
    .project-setup.two-columns .right > div {
      padding-right: 1rem; }
    .project-setup.two-columns .right .map {
      margin-left: 1.5rem;
      width: calc(100% - 1.5rem);
      height: 100%;
      background-color: #E3DFDB;
      min-height: 30rem; }

@media only screen and (max-width: 992px) {
  flex-direction: column; }

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