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

/* ----------------------------- open_plan 2 ----------------------------- */
body {
  font-family: lato, Arial, Helvetica, sans-serif !important;
  color: #343434;
  letter-spacing: 0.01rem; }

p {
  line-height: 1.75rem; }

h1,
h2,
h3 {
  letter-spacing: 0.03rem; }

/* ----------------------------- open_plan 2 ----------------------------- */
a {
  font-weight: 700;
  color: #1F567D !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: #8c8c8c !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: #8c8c8c !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: #8c8c8c !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: #8c8c8c !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: #343434 !important; }

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

footer a {
  color: #343434 !important; }

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

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

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

footer a:link {
  color: #343434 !important; }

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

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

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

footer a:hover {
  color: #343434 !important; }

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

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

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

footer a:active {
  color: #343434 !important; }

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

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

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

footer a:visited {
  color: #343434 !important; }

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

/* ----------------------------- open_plan 2 ----------------------------- */
/* ----------------------------- open_plan 2 ----------------------------- */
a.btn,
button.btn,
footer a.btn,
footer button.btn {
  display: inline-block;
  background-color: #1F567D;
  color: #fff;
  border-radius: 8px;
  letter-spacing: 0.03rem;
  font-weight: 400; }
  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: #17405C !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,
  .navbar2 .dropdown.dropdown--navbar button.btn,
  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: #1F567D !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,
    .navbar2 .dropdown.dropdown--navbar button.btn:link,
    button.btn--hollow:hover,
    .navbar2 .dropdown.dropdown--navbar button.btn:hover,
    button.btn--hollow:focus,
    .navbar2 .dropdown.dropdown--navbar button.btn:focus,
    button.btn--hollow:visited,
    .navbar2 .dropdown.dropdown--navbar button.btn:visited,
    button.btn--hollow:active,
    .navbar2 .dropdown.dropdown--navbar button.btn: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: #1F567D !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,
    .navbar2 .dropdown.dropdown--navbar button.btn:hover,
    button.btn--hollow:focus,
    .navbar2 .dropdown.dropdown--navbar button.btn:focus,
    button.btn--hollow:active,
    .navbar2 .dropdown.dropdown--navbar button.btn: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,
    .navbar2 .dropdown.dropdown--navbar button.btn span.icon:hover,
    button.btn--hollow :focus,
    .navbar2 .dropdown.dropdown--navbar button.btn :focus,
    button.btn--hollow :active,
    .navbar2 .dropdown.dropdown--navbar button.btn :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,
  .navbar2 .dropdown.dropdown--navbar button.btn,
  footer a.btn--hollow,
  footer button.btn--hollow {
    border: 1px solid #1F567D; }
  a.btn--transparent,
  button.btn--transparent,
  footer a.btn--transparent,
  footer button.btn--transparent {
    font-weight: 700; }
  a.btn--secondary,
  button.btn--secondary,
  footer a.btn--secondary,
  footer button.btn--secondary {
    background-color: #E6F0F8;
    color: #17405C; }
    a.btn--secondary:link, a.btn--secondary:visited,
    button.btn--secondary:link,
    button.btn--secondary:visited,
    footer a.btn--secondary:link,
    footer a.btn--secondary:visited,
    footer button.btn--secondary:link,
    footer button.btn--secondary:visited {
      color: #17405C !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: #F3F7FC !important; }
  a.btn--action,
  button.btn--action,
  footer a.btn--action,
  footer button.btn--action {
    background-color: transparent;
    color: #343434;
    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: #343434 !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: #8c8c8c !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,
  .navbar2 .dropdown.dropdown--navbar button.btn--action.btn,
  footer a.btn--hollow.btn--action,
  footer button.btn--hollow.btn--action {
    border-color: #1F567D;
    color: #1F567D !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: #1F567D;
    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: #1F567D !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: #17405C !important;
      background-color: transparent !important; }
  a.btn--disabled,
  button.btn--disabled,
  footer a.btn--disabled,
  footer button.btn--disabled {
    background-color: #A8B5C0; }
  a.btn--pending,
  button.btn--pending,
  footer a.btn--pending,
  footer button.btn--pending {
    background-color: #EC9A29;
    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: #d08012 !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: #09BC8A;
    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: #078b66 !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: #FDC534;
    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: #fcb602 !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: #9A031E;
    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: #680214 !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 #E3EAEE; }

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

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

/* ----------------------------- open_plan 2 ----------------------------- */
/* ----------------------------- open_plan 2 ----------------------------- */
.footer {
  background-color: #F4F7F9;
  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: 2rem; }
  .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 #F4F7F9;
  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__right {
    display: flex;
    justify-content: flex-end;
    margin-right: 1.5rem; }
  .step-footer .btn--previous {
    border: none; }
  .step-footer__right a {
    float: right; }

.custom-toast-container {
  position: fixed;
  bottom: 80px;
  right: 1.5rem;
  z-index: 1050; }
  .custom-toast-container .toast-body {
    display: inline-flex !important;
    width: 100% !important;
    padding: 0.5rem 1rem !important;
    align-items: center !important;
    gap: 1rem !important;
    border-radius: 0.25rem !important;
    border: 1px solid #C8E5E8 !important;
    background: #fff !important; }
    .custom-toast-container .toast-body span {
      color: #1F567D !important;
      font-size: 1rem !important;
      font-weight: 600 !important;
      letter-spacing: 0.03rem !important; }

.simulation-footer {
  background-color: #fff;
  height: 4rem;
  border-top: 2px solid #F4F7F9;
  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; }

.footer2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  height: auto; }
  .footer2 > div {
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 601px) {
      .footer2 > div {
        flex-direction: row; } }
  @media only screen and (max-width: 600px) {
    .footer2 .footer__logo {
      text-align: center;
      padding-bottom: 2rem; } }
  @media only screen and (max-width: 600px) {
    .footer2 .footer__links ul {
      text-align: center; }
      .footer2 .footer__links ul li:first-of-type {
        padding-left: 0; } }
/* ----------------------------- open_plan 2 ----------------------------- */
/* ----------------------------- open_plan 2 ----------------------------- */
form .form-control:focus {
  border-color: #1F567D;
  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: #1F567D; }

form .form-group {
  margin-bottom: 1rem;
  color: #343434; }
  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: #343434; }
  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: #D6D6D6;
  font-size: 1rem; }

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

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

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

form .form-control:-moz-placeholder {
  color: #D6D6D6;
  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: #E3EAEE;
    color: #343434;
    -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: #1F567D;
    color: #1F567D;
    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"); }

/* ----------------------------- open_plan 2 ----------------------------- */
/* ----------------------------- open_plan 2 ----------------------------- */
.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;
  scroll-margin-top: 23rem; }
  .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: #343434; }

/* ----------------------------- open_plan 2 ----------------------------- */
.icon--small {
  font-size: 0.6rem; }

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

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

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

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

/* ----------------------------- open_plan 2 ----------------------------- */
/* ----------------------------- open_plan 2 ----------------------------- */
.modal .modal-header {
  background-color: #F4F7F9;
  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: #9A031E;
  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%; }

/* ----------------------------- open_plan 2 ----------------------------- */
table.table {
  box-shadow: 0px 0px 16px rgba(31, 86, 125, 0.08);
  border-radius: 8px; }
  table.table thead {
    background-color: #F4F7F9; }
    table.table thead tr {
      text-transform: uppercase; }
    table.table thead th {
      border-bottom: none; }
  table.table tbody td {
    border-bottom: 1px solid #E3EAEE; }
  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; }

/* ----------------------------- open_plan 2 ----------------------------- */
/* ----------------------------- open_plan 2 ----------------------------- */
/* ----------------------------- open_plan 2 ----------------------------- */
/* ----------------------------- open_plan 2 ----------------------------- */
a.btn,
button.btn,
footer a.btn,
footer button.btn {
  display: inline-block;
  background-color: #1F567D;
  color: #fff;
  border-radius: 8px;
  letter-spacing: 0.03rem;
  font-weight: 400; }
  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: #17405C !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,
  .navbar2 .dropdown.dropdown--navbar button.btn,
  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: #1F567D !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,
    .navbar2 .dropdown.dropdown--navbar button.btn:link,
    button.btn--hollow:hover,
    .navbar2 .dropdown.dropdown--navbar button.btn:hover,
    button.btn--hollow:focus,
    .navbar2 .dropdown.dropdown--navbar button.btn:focus,
    button.btn--hollow:visited,
    .navbar2 .dropdown.dropdown--navbar button.btn:visited,
    button.btn--hollow:active,
    .navbar2 .dropdown.dropdown--navbar button.btn: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: #1F567D !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,
    .navbar2 .dropdown.dropdown--navbar button.btn:hover,
    button.btn--hollow:focus,
    .navbar2 .dropdown.dropdown--navbar button.btn:focus,
    button.btn--hollow:active,
    .navbar2 .dropdown.dropdown--navbar button.btn: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,
    .navbar2 .dropdown.dropdown--navbar button.btn span.icon:hover,
    button.btn--hollow :focus,
    .navbar2 .dropdown.dropdown--navbar button.btn :focus,
    button.btn--hollow :active,
    .navbar2 .dropdown.dropdown--navbar button.btn :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,
  .navbar2 .dropdown.dropdown--navbar button.btn,
  footer a.btn--hollow,
  footer button.btn--hollow {
    border: 1px solid #1F567D; }
  a.btn--transparent,
  button.btn--transparent,
  footer a.btn--transparent,
  footer button.btn--transparent {
    font-weight: 700; }
  a.btn--secondary,
  button.btn--secondary,
  footer a.btn--secondary,
  footer button.btn--secondary {
    background-color: #E6F0F8;
    color: #17405C; }
    a.btn--secondary:link, a.btn--secondary:visited,
    button.btn--secondary:link,
    button.btn--secondary:visited,
    footer a.btn--secondary:link,
    footer a.btn--secondary:visited,
    footer button.btn--secondary:link,
    footer button.btn--secondary:visited {
      color: #17405C !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: #F3F7FC !important; }
  a.btn--action,
  button.btn--action,
  footer a.btn--action,
  footer button.btn--action {
    background-color: transparent;
    color: #343434;
    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: #343434 !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: #8c8c8c !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,
  .navbar2 .dropdown.dropdown--navbar button.btn--action.btn,
  footer a.btn--hollow.btn--action,
  footer button.btn--hollow.btn--action {
    border-color: #1F567D;
    color: #1F567D !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: #1F567D;
    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: #1F567D !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: #17405C !important;
      background-color: transparent !important; }
  a.btn--disabled,
  button.btn--disabled,
  footer a.btn--disabled,
  footer button.btn--disabled {
    background-color: #A8B5C0; }
  a.btn--pending,
  button.btn--pending,
  footer a.btn--pending,
  footer button.btn--pending {
    background-color: #EC9A29;
    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: #d08012 !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: #09BC8A;
    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: #078b66 !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: #FDC534;
    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: #fcb602 !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: #9A031E;
    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: #680214 !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 #E3EAEE; }

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

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: 2rem; }
  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: #1F567D;
      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: 2rem;
    width: 2rem;
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px); } }

.wizard {
  position: relative;
  background-color: #F4F7F9;
  height: 5.5rem;
  min-height: 5.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 2rem;
  margin-top: 59.3667px; }
  .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: -1.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;
    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: #A8B5C0;
      position: relative;
      font-weight: 700;
      font-size: 0.875rem; }
      .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: #A8B5C0;
        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.active {
        color: #1F567D; }
        .wizard__steps li.active::before {
          background-color: #1F567D; }
    @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; } }
@media only screen and (max-width: 991px) {
  .navbar2 {
    border-bottom: 1px solid #F4F7F9; } }

@media only screen and (max-width: 991px) {
  .navbar2 .navbar-collapse {
    padding: 2rem; } }

.navbar2 .nav-item a.nav-link {
  padding-left: 0;
  padding-right: 0;
  margin-left: 1.5rem;
  margin-right: 0.5rem; }
  @media only screen and (max-width: 991px) {
    .navbar2 .nav-item a.nav-link {
      padding-left: 0;
      padding-right: 0;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; } }
.navbar2 .nav-item select {
  cursor: pointer; }

.navbar2 .dropdown.dropdown--navbar button.btn {
  color: #17405C !important; }

/* ----------------------------- open_plan 2 ----------------------------- */
/* ----------------------------- open_plan 2 ----------------------------- */
.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: #E3EAEE;
      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: #E3EAEE; }
  .dashboard-options > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .dashboard-options.sticky-top {
    top: 3.5rem;
    z-index: 8; }

.dashboard {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #F4F7F9;
  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: #E3EAEE;
      border-radius: 3px;
      color: #495965;
      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 #1F567D;
        background-color: #fff;
        color: #1F567D;
        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 #F4F7F9;
      padding: .75rem 1rem .5rem; }
      .dashboard .chart__header .view {
        padding-left: 1.5rem;
        font-weight: 700;
        color: #1F567D;
        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: #1F567D; }
      .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: #495965;
        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; }

/* ----------------------------- open_plan 2 ----------------------------- */
/* ----------------------------- open_plan 2 ----------------------------- */
.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: #6E6E6E;
    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: #F4F7F9; }
    .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: #6E6E6E; }

/* ----------------------------- open_plan 2 ----------------------------- */
/* ----------------------------- open_plan 2 ----------------------------- */
.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: #F4F7F9;
      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; }

.publications {
  width: 100%; }
  .publications__wrap {
    padding: 3rem 1rem 0;
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 640px) {
      .publications__wrap {
        padding: 4rem 2rem 0; } }
    @media screen and (min-width: 1280px) {
      .publications__wrap {
        max-width: 840px;
        margin: 0 auto; } }
  .publications .to-home-anchor {
    padding-bottom: 2rem;
    padding-top: 3rem; }
    @media screen and (min-width: 640px) {
      .publications .to-home-anchor {
        padding-bottom: 3rem; } }
    .publications .to-home-anchor::before {
      background-image: url("/static/assets/icons/i_arrow_left.svg");
      background-size: 12px 12px;
      display: inline-block;
      height: 12px;
      width: 12px;
      transform: translateY(1px) translateX(-3px);
      content: ""; }
  .publications__header h1 {
    font-size: 1.3rem;
    text-align: center;
    padding-top: 3rem; }
    @media screen and (min-width: 640px) {
      .publications__header h1 {
        font-size: 1.95rem; } }
  .publications__img {
    text-align: center; }
    @media screen and (min-width: 640px) {
      .publications__img img {
        max-height: 14rem; } }
  .publications__content {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    @media screen and (min-width: 640px) {
      .publications__content {
        padding-top: 5rem;
        padding-bottom: 5rem; } }
  @media screen and (min-width: 640px) {
    .publications__content .item {
      display: flex;
      flex-direction: row;
      margin-bottom: 1rem; } }
  .publications__content .item__img {
    width: 2rem;
    margin: 0 auto;
    padding-bottom: .5rem; }
    @media screen and (min-width: 640px) {
      .publications__content .item__img {
        width: 5rem;
        margin-right: 1.5rem;
        flex: 0 0 70px; } }
  @media screen and (min-width: 640px) {
    .publications__content .item__text {
      flex-grow: 1; } }
  .publications__content .item h2 {
    font-size: 1.1rem; }
    @media screen and (min-width: 640px) {
      .publications__content .item h2 {
        font-size: 1.953rem; } }
/* ----------------------------- open_plan 2 ----------------------------- */
/* ----------------------------- open_plan 2 ----------------------------- */
.system-design {
  display: flex;
  flex-direction: row;
  height: calc(100vh - 4.5rem - 5.5rem - 4rem);
  border-top: 2px solid #F4F7F9; }
  .system-design .components {
    width: 22rem;
    background-color: #F4F7F9;
    border-right: 2px solid #F4F7F9;
    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: #343434;
      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;
        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__component--bus-electricity {
          border-left: 4px solid #FBC02D; }
        .system-design .components__content .section__component--bus-gas {
          border-left: 4px solid #55B068; }
        .system-design .components__content .section__component--bus-heat {
          border-left: 4px solid #E28785; }
        .system-design .components__content .section__component--bus-h2 {
          border-left: 4px solid #2C92B5; }
      .system-design .components__content .section .img {
        height: 2rem;
        width: 2rem; }
      .system-design .components__content .section .name {
        font-size: 1rem;
        font-weight: 300;
        color: #343434;
        padding-left: .5rem; }
      .system-design .components__content .section .drag {
        flex: 1;
        text-align: right; }
  .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: #09BC8A;
      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: #343434;
        font-weight: 300; }
  .system-design .drawflow .connection .main-path {
    width: 3px; }
  .system-design .drawflow .connection.connection--electricity path {
    stroke: #FBC02D;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2)); }
  .system-design .drawflow .connection.connection--heat path {
    stroke: #55B068;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2)); }
  .system-design .drawflow .connection.connection--fuel path {
    stroke: #E28785;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2)); }
  .system-design .drawflow .connection.connection--h2 path {
    stroke: #2C92B5;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2)); }
  .system-design .parent-node .drawflow-delete {
    display: none; }
  .system-design .drawflow .drawflow-node {
    position: absolute;
    height: 5.5rem;
    width: 9.5rem;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #A8B5C0;
    font-size: 12px;
    box-shadow: 0 4px 16px 0 rgba(31, 86, 125, 0.08);
    cursor: move;
    padding: 0 0.5rem 0.5rem;
    /* Respect reduced motion */ }
    .system-design .drawflow .drawflow-node:hover {
      background-color: #edf2f5; }
    .system-design .drawflow .drawflow-node.selected {
      background-color: #E3EAEE; }
    .system-design .drawflow .drawflow-node__name {
      display: flex;
      align-items: center;
      height: 2rem; }
    .system-design .drawflow .drawflow-node__name span {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: center; }
    .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.bus_electricity {
      background-color: #F8F5E8;
      border: 1px solid #FBC02D; }
      .system-design .drawflow .drawflow-node.bus_electricity .drawflow-node__name {
        color: #976E07;
        font-weight: 700; }
      .system-design .drawflow .drawflow-node.bus_electricity .inputs .input,
      .system-design .drawflow .drawflow-node.bus_electricity .inputs .output,
      .system-design .drawflow .drawflow-node.bus_electricity .outputs .input,
      .system-design .drawflow .drawflow-node.bus_electricity .outputs .output {
        background-color: #FBC02D;
        border-color: #FBC02D; }
        .system-design .drawflow .drawflow-node.bus_electricity .inputs .input.port--empty,
        .system-design .drawflow .drawflow-node.bus_electricity .inputs .output.port--empty,
        .system-design .drawflow .drawflow-node.bus_electricity .outputs .input.port--empty,
        .system-design .drawflow .drawflow-node.bus_electricity .outputs .output.port--empty {
          background-color: #fff; }
        .system-design .drawflow .drawflow-node.bus_electricity .inputs .input.port--not-compatible,
        .system-design .drawflow .drawflow-node.bus_electricity .inputs .output.port--not-compatible,
        .system-design .drawflow .drawflow-node.bus_electricity .outputs .input.port--not-compatible,
        .system-design .drawflow .drawflow-node.bus_electricity .outputs .output.port--not-compatible {
          background-color: rgba(251, 192, 45, 0.3);
          filter: none;
          border: none; }
    .system-design .drawflow .drawflow-node.bus_heat {
      background-color: #F9F4F4;
      border: 1px solid #E28785; }
      .system-design .drawflow .drawflow-node.bus_heat .drawflow-node__name {
        color: #BC5452;
        font-weight: 700; }
      .system-design .drawflow .drawflow-node.bus_heat .inputs .input,
      .system-design .drawflow .drawflow-node.bus_heat .inputs .output,
      .system-design .drawflow .drawflow-node.bus_heat .outputs .input,
      .system-design .drawflow .drawflow-node.bus_heat .outputs .output {
        background-color: #E28785;
        border-color: #E28785; }
        .system-design .drawflow .drawflow-node.bus_heat .inputs .input.port--empty,
        .system-design .drawflow .drawflow-node.bus_heat .inputs .output.port--empty,
        .system-design .drawflow .drawflow-node.bus_heat .outputs .input.port--empty,
        .system-design .drawflow .drawflow-node.bus_heat .outputs .output.port--empty {
          background-color: #fff; }
        .system-design .drawflow .drawflow-node.bus_heat .inputs .input.port--not-compatible,
        .system-design .drawflow .drawflow-node.bus_heat .inputs .output.port--not-compatible,
        .system-design .drawflow .drawflow-node.bus_heat .outputs .input.port--not-compatible,
        .system-design .drawflow .drawflow-node.bus_heat .outputs .output.port--not-compatible {
          background-color: rgba(226, 135, 133, 0.3);
          filter: none;
          border: none; }
    .system-design .drawflow .drawflow-node.bus_gas {
      background-color: #F4F9F4;
      border: 1px solid #55B068; }
      .system-design .drawflow .drawflow-node.bus_gas .drawflow-node__name {
        color: #2E8442;
        font-weight: 700; }
      .system-design .drawflow .drawflow-node.bus_gas .inputs .input,
      .system-design .drawflow .drawflow-node.bus_gas .inputs .output,
      .system-design .drawflow .drawflow-node.bus_gas .outputs .input,
      .system-design .drawflow .drawflow-node.bus_gas .outputs .output {
        background-color: #55B068;
        border-color: #55B068; }
        .system-design .drawflow .drawflow-node.bus_gas .inputs .input.port--empty,
        .system-design .drawflow .drawflow-node.bus_gas .inputs .output.port--empty,
        .system-design .drawflow .drawflow-node.bus_gas .outputs .input.port--empty,
        .system-design .drawflow .drawflow-node.bus_gas .outputs .output.port--empty {
          background-color: #fff; }
        .system-design .drawflow .drawflow-node.bus_gas .inputs .input.port--not-compatible,
        .system-design .drawflow .drawflow-node.bus_gas .inputs .output.port--not-compatible,
        .system-design .drawflow .drawflow-node.bus_gas .outputs .input.port--not-compatible,
        .system-design .drawflow .drawflow-node.bus_gas .outputs .output.port--not-compatible {
          background-color: rgba(85, 176, 104, 0.3);
          filter: none;
          border: none; }
    .system-design .drawflow .drawflow-node.bus_h2 {
      background-color: #F0F6FC;
      border: 1px solid #769ADD; }
      .system-design .drawflow .drawflow-node.bus_h2 .drawflow-node__name {
        color: #4E71B1;
        font-weight: 700; }
      .system-design .drawflow .drawflow-node.bus_h2 .inputs .input,
      .system-design .drawflow .drawflow-node.bus_h2 .inputs .output,
      .system-design .drawflow .drawflow-node.bus_h2 .outputs .input,
      .system-design .drawflow .drawflow-node.bus_h2 .outputs .output {
        background-color: #769ADD;
        border-color: #769ADD; }
        .system-design .drawflow .drawflow-node.bus_h2 .inputs .input.port--empty,
        .system-design .drawflow .drawflow-node.bus_h2 .inputs .output.port--empty,
        .system-design .drawflow .drawflow-node.bus_h2 .outputs .input.port--empty,
        .system-design .drawflow .drawflow-node.bus_h2 .outputs .output.port--empty {
          background-color: #fff; }
        .system-design .drawflow .drawflow-node.bus_h2 .inputs .input.port--not-compatible,
        .system-design .drawflow .drawflow-node.bus_h2 .inputs .output.port--not-compatible,
        .system-design .drawflow .drawflow-node.bus_h2 .outputs .input.port--not-compatible,
        .system-design .drawflow .drawflow-node.bus_h2 .outputs .output.port--not-compatible {
          background-color: rgba(44, 146, 181, 0.3);
          filter: none;
          border: none; }
    .system-design .drawflow .drawflow-node .inputs {
      left: -8px;
      top: 0; }
    .system-design .drawflow .drawflow-node .outputs {
      right: -8px;
      top: 0; }
    .system-design .drawflow .drawflow-node .inputs,
    .system-design .drawflow .drawflow-node .outputs {
      position: absolute;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%; }
      .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 {
        position: relative;
        width: 0.75rem;
        height: 0.75rem;
        right: 0px;
        border-color: #495965;
        border-radius: 100%;
        cursor: pointer; }
      .system-design .drawflow .drawflow-node .inputs .input,
      .system-design .drawflow .drawflow-node .outputs .input {
        left: 2px;
        background-color: #fff; }
      .system-design .drawflow .drawflow-node .inputs .output,
      .system-design .drawflow .drawflow-node .outputs .output {
        left: -14px;
        background-color: #fff; }
    .system-design .drawflow .drawflow-node .img {
      position: relative;
      width: 4.5rem;
      height: 4.5rem; }
    .system-design .drawflow .drawflow-node.dso .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/dso.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.gas_dso .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/gas_dso.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.h2_dso .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/h2_dso.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.heat_dso .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/heat_dso.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.pv_plant .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/pv_plant.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.wind_plant .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/wind_plant.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.biogas_plant .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/biogas_plant.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.geothermal_conversion .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/geothermal_conversion.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.solar_thermal_plant .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/solar_thermal_plant.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.transformer_station_in .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/transformer_station_in.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.transformer_station_out .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/transformer_station_out.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.storage_charge_controller_in .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/storage_charge_controller_in.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.storage_charge_controller_out .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/storage_charge_controller_out.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.solar_inverter .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/solar_inverter.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.diesel_generator .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/diesel_generator.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.fuel_cell .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/fuel_cell.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.gas_boiler .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/gas_boiler.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.electrolyzer .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/electrolyzer.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.heat_pump .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/heat_pump.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.chp .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/chp.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.chp_fixed_ratio .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/chp_fixed_ratio.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.bess .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/bess.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.gess .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/gess.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.h2ess .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/h2ess.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.hess .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/hess.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.demand .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/demand.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.gas_demand .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/gas_demand.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.h2_demand .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/h2_demand.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.heat_demand .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/heat_demand.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.bus_electricity .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/bus-electricity.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.bus_gas .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/bus-gas.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.bus_heat .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/bus-heat.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node.bus_h2 .img::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      right: 3px;
      transform: translateX(-50%);
      background-image: url("/static/assets/gui/bus-h2.svg");
      background-size: contain;
      height: 2rem;
      width: 2rem; }
    .system-design .drawflow .drawflow-node .node__delete {
      position: absolute;
      top: -12px;
      right: 12px;
      width: 24px;
      height: 24px;
      display: grid;
      place-items: center;
      border: 0;
      border-radius: 100%;
      background: #fff;
      color: #ef4444;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
      opacity: 0;
      transform: translateY(-6px);
      pointer-events: none;
      transition: opacity 0.16s ease, transform 0.2s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.2s ease; }
    .system-design .drawflow .drawflow-node:hover .node__delete, .system-design .drawflow .drawflow-node:focus-within .node__delete {
      opacity: 1;
      transform: translateY(0) scale(1);
      pointer-events: auto; }
    .system-design .drawflow .drawflow-node .node__delete:hover {
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18); }
    .system-design .drawflow .drawflow-node .node__delete:active {
      transform: translateY(0) scale(0.96); }
    @media (prefers-reduced-motion: reduce) {
      .system-design .drawflow .drawflow-node .node__delete {
        transition: opacity .01s linear;
        transform: none; }
      .system-design .drawflow .drawflow-node:hover .node__delete, .system-design .drawflow .drawflow-node .node:focus-within .node__delete {
        transform: none; } }
  .system-design .port--empty {
    background-image: url("/static/assets/gui/port-empty.svg");
    background-size: contain;
    background-repeat: no-repeat; }
  .system-design .port--not-compatible {
    filter: brightness(0) saturate(100%) invert(90%) sepia(6%) saturate(5%) hue-rotate(315deg) brightness(90%) contrast(88%); }
  .system-design .drawflow-node .port--electricity {
    border: 0;
    background-image: url("/static/assets/gui/port-electricity.svg");
    background-size: contain;
    background-repeat: no-repeat; }
  .system-design .drawflow-node .port--heat {
    border: 0;
    background-image: url("/static/assets/gui/port-heat.svg");
    background-size: contain;
    background-repeat: no-repeat; }
  .system-design .drawflow-node .port--h2 {
    border: 0;
    background-image: url("/static/assets/gui/port-h2.svg");
    background-size: contain;
    background-repeat: no-repeat; }
  .system-design .drawflow-node .port--fuel {
    border: 0;
    background-image: url("/static/assets/gui/port-fuel.svg");
    background-size: contain;
    background-repeat: no-repeat; }
  .system-design .drawflow-node .port--empty {
    width: 0.625rem !important;
    height: 0.625rem !important;
    transform: translateX(1px);
    border: 2px solid #495965;
    background: none; }

.modal.modal--gui .modal-dialog {
  min-width: 1000px; }

.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 #E3EAEE; }
    .modal.modal--gui ul.nav.nav-pills button.active {
      background-color: #1F567D;
      color: #fff !important;
      border-color: #1F567D; }
  .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; }

/* ----------------------------- open_plan 2 ----------------------------- */
/* ----------------------------- open_plan 2 ----------------------------- */
.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: #343434;
      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); }

.hero2,
.cellular2,
.commune2 {
  padding-top: 4.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .hero2 > div,
  .cellular2 > div,
  .commune2 > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: row; }
  .hero2__text,
  .cellular2__text,
  .commune2__text {
    padding-top: 7rem;
    padding-right: 7rem;
    padding-bottom: 4rem; }
    .hero2__text h1,
    .cellular2__text h1,
    .commune2__text h1 {
      text-align: left;
      font-size: 4rem;
      color: #343434;
      margin-bottom: 1rem;
      font-weight: 700;
      line-height: 110%; }
    .hero2__text span,
    .cellular2__text span,
    .commune2__text span {
      display: block;
      text-align: left;
      font-size: 1.25rem;
      font-weight: 300;
      color: #6E6E6E;
      margin-bottom: 2rem; }
  .hero2__image,
  .cellular2__image,
  .commune2__image {
    padding-top: 4rem;
    padding-bottom: 4rem; }
    .hero2__image img,
    .cellular2__image img,
    .commune2__image img {
      max-width: calc(82rem / 2);
      width: 500px; }
  @media (max-width: 1200px) {
    .hero2__image img,
    .cellular2__image img,
    .commune2__image img {
      max-width: 80%; } }
  @media (max-width: 1024px) {
    .hero2 > div,
    .cellular2 > div,
    .commune2 > div {
      flex-direction: column-reverse;
      text-align: center;
      align-items: center; }
    .hero2__text,
    .cellular2__text,
    .commune2__text {
      padding: 2rem 0 4rem 0;
      text-align: center; }
      .hero2__text h1,
      .cellular2__text h1,
      .commune2__text h1 {
        font-size: 3rem; }
    .hero2__image,
    .cellular2__image,
    .commune2__image {
      padding-bottom: 2rem; }
    .hero2__image img,
    .cellular2__image img,
    .commune2__image img {
      max-width: 40%; } }
  @media (max-width: 768px) {
    .hero2__text,
    .cellular2__text,
    .commune2__text {
      padding-right: 0; }
    .hero2__image img,
    .cellular2__image img,
    .commune2__image img {
      max-width: 75%; } }
  @media (max-width: 480px) {
    .hero2__text h1,
    .cellular2__text h1,
    .commune2__text h1 {
      font-size: 2rem; }
    .hero2__image img,
    .cellular2__image img,
    .commune2__image img {
      max-width: 85%; } }
.cellular2__image {
  padding-top: 2rem;
  padding-bottom: 1rem; }
  @media (min-width: 1024px) {
    .cellular2__image {
      padding-top: 4rem;
      padding-bottom: 6rem; } }
  .cellular2__image img {
    max-width: 12rem; }
    @media (min-width: 768px) {
      .cellular2__image img {
        max-width: 16rem; } }
    @media (min-width: 1024px) {
      .cellular2__image img {
        max-width: 22rem; } }
    @media (min-width: 1200px) {
      .cellular2__image img {
        max-width: 26rem; } }
.commune2 h1 {
  margin-bottom: 3rem; }

.special-features2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #F3F7FC; }
  .special-features2 > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .special-features2__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 2rem; }
    .special-features2__heading h2 {
      padding-top: 1rem;
      font-size: 1.953rem;
      font-weight: 700; }
  .special-features2__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .special-features2__item {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem; }
    @media (max-width: 1024px) {
      .special-features2__item {
        width: 100%; } }
    .special-features2__item h3 {
      padding: 1rem 0;
      font-size: 1.5rem;
      font-weight: 700;
      color: #17405C; }
    .special-features2__item p {
      line-height: 170%; }

.actors2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #F3F7FC; }
  .actors2 > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .actors2__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 2rem; }
    .actors2__heading h2 {
      padding-top: 1rem;
      font-size: 1.25rem;
      font-weight: 700;
      text-align: center; }
      @media (min-width: 1024px) {
        .actors2__heading h2 {
          font-size: 1.953rem; } }
  .actors2__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem; }
    @media (min-width: 1025px) {
      .actors2__items {
        flex-wrap: nowrap; } }
  .actors2__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 1rem 0; }
    @media (min-width: 768px) {
      .actors2__item {
        width: 40%; } }
    @media (min-width: 1024px) {
      .actors2__item {
        width: auto;
        flex: 1;
        padding: 2rem 0; } }
    .actors2__item h3 {
      padding: 1rem 0;
      font-size: 1rem;
      font-weight: 700;
      text-align: center;
      color: #17405C; }
      @media (min-width: 1024px) {
        .actors2__item h3 {
          font-size: 1.25rem; } }
.description2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #fff; }
  .description2 > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .description2 p {
    font-size: 1rem;
    line-height: 170%;
    max-width: 40rem; }

.energycell2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #F3F7FC; }
  .energycell2 > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .energycell2__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 2rem; }
    .energycell2__heading h2 {
      padding-top: 1rem;
      font-size: 1.953rem;
      font-weight: 700; }
  .energycell2__content {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media screen and (min-width: 640px) {
      .energycell2__content {
        flex-direction: row;
        align-items: center; } }
    .energycell2__content .img {
      text-align: center; }
    .energycell2__content img {
      max-width: 14rem; }
      @media screen and (min-width: 1280px) {
        .energycell2__content img {
          max-width: 24rem; } }
    @media screen and (min-width: 640px) {
      .energycell2__content .left {
        padding-right: 1.5rem;
        flex: 1 1 0; } }
    @media screen and (min-width: 1280px) {
      .energycell2__content .left {
        text-align: right;
        padding-right: 1rem; } }
    @media screen and (min-width: 640px) {
      .energycell2__content .right {
        padding-left: 1.5rem;
        flex: 1 1 0; } }
    @media screen and (min-width: 1280px) {
      .energycell2__content .right {
        text-align: left;
        padding-left: 1rem; } }
    .energycell2__content p {
      color: #17405C;
      padding-bottom: 1rem; }
      @media screen and (min-width: 1280px) {
        .energycell2__content p {
          font-size: 1.25rem;
          line-height: 2rem; } }
.about1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #fff; }
  .about1 > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .about1__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 2rem; }
    .about1__heading h2 {
      padding-top: 1rem;
      font-size: 1.953rem;
      font-weight: 700; }
  .about1__content {
    display: flex;
    justify-content: center; }
    .about1__content p {
      text-align: left;
      max-width: 100%;
      line-height: 170%; }
      @media screen and (min-width: 1280px) {
        .about1__content p {
          max-width: 50%; } }
.about2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #F3F7FC; }
  .about2 > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .about2__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 2rem; }
    .about2__heading h2 {
      padding-top: 1rem;
      font-size: 1.953rem;
      font-weight: 700; }
  .about2__content {
    display: flex;
    justify-content: center; }
    .about2__content p {
      text-align: left;
      max-width: 100%;
      line-height: 170%; }
      @media screen and (min-width: 1280px) {
        .about2__content p {
          max-width: 50%; } }
.target2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: white; }
  .target2 > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .target2__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 2rem; }
    .target2__heading h2 {
      padding-top: 1rem;
      font-size: 1.953rem;
      font-weight: 700; }
  .target2 img {
    width: 100%; }

.features2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #F3F7FC; }
  .features2 > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .features2__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 2rem; }
    .features2__heading h2 {
      padding-top: 1rem;
      font-size: 1.953rem;
      font-weight: 700; }
  .features2__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem; }
  .features2__item {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem; }
    @media (max-width: 1024px) {
      .features2__item {
        width: 45%; } }
    @media (max-width: 768px) {
      .features2__item {
        width: 100%; } }
    .features2__item h3 {
      padding: 1rem 0;
      font-size: 1.5rem;
      font-weight: 700;
      color: #17405C; }
    .features2__item p {
      line-height: 170%; }

.related2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: white;
  text-align: center; }
  .related2 > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .related2__heading {
    margin-bottom: 4rem; }
    .related2__heading h2 {
      padding-top: 1rem;
      font-size: 1.953rem;
      font-weight: 700; }
  .related2__items {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem; }
  .related2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 0 0.5rem; }
  @media (max-width: 768px) {
    .related2__items {
      flex-direction: column;
      gap: 1rem; }
    .related2 a {
      width: 100%;
      justify-content: center; } }
.projects2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #F3F7FC;
  text-align: center; }
  .projects2 > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .projects2__heading {
    margin-bottom: 4rem; }
    .projects2__heading h2 {
      padding-top: 1rem;
      font-size: 1.953rem;
      font-weight: 700; }
  .projects2__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%; }
    @media screen and (min-width: 640px) {
      .projects2__content {
        flex-direction: row;
        flex-wrap: wrap; } }
  .projects2__item {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 640px) {
      .projects2__item {
        width: 33.33%;
        padding: 1rem; } }
    @media screen and (min-width: 1280px) {
      .projects2__item {
        flex-direction: row; } }
    .projects2__item .icon {
      text-align: center; }
      @media screen and (min-width: 1280px) {
        .projects2__item .icon {
          width: 33.33%; } }
    .projects2__item .icon img {
      height: 4rem;
      margin: 1rem 0; }
      @media screen and (min-width: 1280px) {
        .projects2__item .icon img {
          margin: 0;
          width: 4rem;
          max-width: 4rem;
          height: auto; } }
    @media screen and (min-width: 1280px) {
      .projects2__item .icon--larger img {
        width: 6rem;
        max-width: 6rem; } }
    .projects2__item .text {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      text-align: center;
      padding-bottom: 2rem; }
      @media screen and (min-width: 1280px) {
        .projects2__item .text {
          display: flex;
          flex-direction: column;
          text-align: left;
          padding: 0 1rem 0 1rem; } }
    .projects2__item a.btn {
      margin: 0; }
    .projects2__item a.btn img {
      height: 1rem;
      margin: 0 .5rem;
      transform: translateY(-2px); }
  .projects2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 0 0.5rem; }
  @media (max-width: 768px) {
    .projects2__items {
      flex-direction: column;
      gap: 1rem; }
    .projects2 a {
      width: 100%;
      justify-content: center; } }
.involvement2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #F3F7FC;
  text-align: center; }
  .involvement2 > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .involvement2 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #17405C;
    margin-bottom: 4rem; }
  .involvement2__cards {
    display: flex;
    gap: 2rem;
    justify-content: center; }
    @media (max-width: 1024px) {
      .involvement2__cards {
        flex-wrap: wrap; } }
  .involvement2__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    border-radius: 8px;
    padding: 2rem;
    width: 100%;
    max-width: 20rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease-in-out; }
    .involvement2__card:hover {
      transform: translateY(-5px); }
    .involvement2__card p {
      font-size: 1rem;
      color: #17405C;
      margin-bottom: 1.5rem; }
  @media (max-width: 768px) {
    .involvement2__cards {
      flex-direction: column;
      align-items: center; }
    .involvement2__card {
      width: 90%;
      max-width: 25rem; } }
.application2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #F3F7FC;
  text-align: center; }
  .application2 > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .application2 h2 {
    font-size: 1.953rem;
    font-weight: 700;
    color: #17405C;
    margin-bottom: 4rem; }
  .application2__cards {
    display: flex;
    gap: 2rem;
    justify-content: center; }
    @media (max-width: 1024px) {
      .application2__cards {
        flex-wrap: wrap; } }
  .application2__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    background-color: white;
    border-radius: 8px;
    padding: 2rem;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease-in-out; }
    .application2__card:hover {
      transform: translateY(-5px); }
  @media (max-width: 768px) {
    .application2__cards {
      flex-direction: column;
      align-items: center; }
    .application2__card {
      width: 90%;
      max-width: 25rem; } }
.project2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 6rem; }
  .project2__img {
    width: 8rem;
    margin-bottom: 4rem; }
  .project2 h2 {
    font-size: 1.953rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center; }
  .project2 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center; }
  .project2 p {
    max-width: 38rem; }
  .project2__logos {
    padding-top: 2rem;
    padding-bottom: 4rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #fff;
    text-align: center; }
    .project2__logos > div {
      width: 100%;
      max-width: 82rem;
      padding-left: 1rem;
      padding-right: 1rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 2rem; }
      .project2__logos > div a {
        display: flex;
        justify-content: center;
        align-items: center; }
    @media (max-width: 1024px) {
      .project2__logos > div {
        justify-content: center; }
      .project2__logos a {
        width: 45%; } }
    @media (max-width: 768px) {
      .project2__logos > div {
        flex-direction: column; }
      .project2__logos a {
        width: 100%; } }
.newsletter2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #1F567D;
  text-align: center; }
  .newsletter2 > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .newsletter2__heading {
    margin-bottom: 4rem; }
    .newsletter2__heading h2 {
      padding-top: 1rem;
      font-size: 1.953rem;
      font-weight: 700;
      color: #fff; }
  .newsletter2__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem; }
    .newsletter2__form--input {
      display: flex;
      gap: 1rem;
      width: 100%;
      max-width: 50rem; }
    .newsletter2__form--email {
      width: 100%;
      padding: 0.75rem;
      font-size: 1rem;
      border: none;
      border-radius: 0px;
      outline: none; }
    .newsletter2__form button {
      padding: 0.75rem 1.5rem;
      font-size: 1rem;
      font-weight: 600;
      color: #1F567D;
      background-color: white;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: background 0.3s ease-in-out; }
      .newsletter2__form button:hover {
        background-color: #d2d7ea; }
    .newsletter2__form--privacy {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      width: 100%;
      max-width: 50rem;
      color: #fff;
      font-size: 0.875rem;
      text-align: left; }
      .newsletter2__form--privacy input {
        width: auto !important; }
      .newsletter2__form--privacy label:active,
      .newsletter2__form--privacy label:focus {
        color: #fff; }
      .newsletter2__form--privacy a {
        color: #fff !important;
        font-weight: 700;
        text-decoration: underline !important; }
  @media (max-width: 768px) {
    .newsletter2__form {
      flex-direction: column;
      align-items: center; }
    .newsletter2 input {
      width: 90%; }
    .newsletter2 button {
      width: 90%; } }
.logos2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #fff;
  text-align: center; }
  .logos2 > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem; }
    .logos2 > div a {
      display: flex;
      justify-content: center;
      align-items: center; }
  @media (max-width: 1024px) {
    .logos2 > div {
      justify-content: center; }
    .logos2 a {
      width: 45%; } }
  @media (max-width: 768px) {
    .logos2 > div {
      flex-direction: column; }
    .logos2 a {
      width: 100%; } }
.logos1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #F3F7FC;
  text-align: center; }
  .logos1 > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem; }
    .logos1 > div a {
      display: flex;
      justify-content: center;
      align-items: center; }
  @media (max-width: 1024px) {
    .logos1 > div {
      justify-content: center; }
    .logos1 a {
      width: 45%; } }
  @media (max-width: 768px) {
    .logos1 > div {
      flex-direction: column; }
    .logos1 a {
      width: 100%; } }
/* ----------------------------- open_plan 2 ----------------------------- */
/* ----------------------------- open_plan 2 ----------------------------- */
.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 #F4F7F9;
    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: #F4F7F9;
      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: #6E6E6E; }
      .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: #6E6E6E; }
    .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, .project__details .actions .navbar2 .dropdown.dropdown--navbar button.btn, .navbar2 .dropdown.dropdown--navbar .project__details .actions button.btn {
        font-weight: 700;
        padding: 0.25rem 0.5rem;
        color: #1F567D; }
        .project__details .actions .btn--hollow:hover, .project__details .actions .navbar2 .dropdown.dropdown--navbar button.btn:hover, .navbar2 .dropdown.dropdown--navbar .project__details .actions button.btn:hover, .project__details .actions .btn--hollow:focus, .project__details .actions .navbar2 .dropdown.dropdown--navbar button.btn:focus, .navbar2 .dropdown.dropdown--navbar .project__details .actions button.btn:focus, .project__details .actions .btn--hollow:active, .project__details .actions .navbar2 .dropdown.dropdown--navbar button.btn:active, .navbar2 .dropdown.dropdown--navbar .project__details .actions button.btn:active {
          color: #17405C !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: #F4F7F9; }
      .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: #6E6E6E; }
        .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: #6E6E6E; }
    .project__scenarios .actions .btn--action {
      margin-top: 0; }
    .project__scenarios .actions .btn--action.results {
      font-weight: 700;
      padding: 0.25rem 0.5rem;
      color: #343434;
      background-color: #F4F7F9;
      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: #8c8c8c !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: #1F567D;
      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; }

/* ----------------------------- open_plan 2 ----------------------------- */
/* ----------------------------- open_plan 2 ----------------------------- */
.scenario-create {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-top: 2px solid #F4F7F9; }
  .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 #F4F7F9; }
  .scenario-create__description {
    justify-content: flex-start;
    background-color: #F4F7F9; }
    .scenario-create__description > div {
      padding-right: 1rem;
      padding-left: 1.5rem; }
    .scenario-create__description .form-text {
      margin-top: 1.75rem;
      font-size: 1rem; }

/* ----------------------------- open_plan 2 ----------------------------- */
/* ----------------------------- open_plan 2 ----------------------------- */
.signup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F4F7F9; }
  .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: #6E6E6E;
      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: #6E6E6E;
      font-weight: 300;
      padding-top: 1rem; }
    .signup .signup-frame button {
      margin-top: 1.5rem; }

/* ----------------------------- open_plan 2 ----------------------------- */
/* ----------------------------- open_plan 2 ----------------------------- */
.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: #1F567D;
    border-bottom-color: #1F567D;
    border-left-color: #1F567D; }
  .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: #FFF3D4;
      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 #F4F7F9;
    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: #F4F7F9;
      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%; }

/* ----------------------------- open_plan 2 ----------------------------- */
/* ----------------------------- open_plan 2 ----------------------------- */
.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;
    padding-top: 2rem; }
    @media only screen and (min-width: 1250px) {
      .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: #E3EAEE;
      z-index: 1; }

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