
@import url("https://fonts.googleapis.com/css?family=Roboto:400,100,300,400italic,500,700|Montserrat:400,500,700,400i|Merriweather:700&subset=latin,latin-ext");
/**
 * Foundation for Sites
 * Version 6.6.2
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 16px;
}

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: Montserrat, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #232E4C;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

[data-whatinput=mouse] button {
  outline: 0;
}
button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 3px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column, .columns, .column:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

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

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

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

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

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

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}
.small-centered {
  margin-right: auto;
  margin-left: auto;
}

.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
  float: right;
}
.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0px;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
.flow-container .flow-content .page-content .title,
.expandable-block-toggler,
.edit-section-title,
h3,
.flow-container .flow-content .page-content .sub-title,
legend,
.account-card-title,
.chat-input h1,
.funky-fields h1,
.account-opening-page h1,
.bot-name,
.gauge .selma-stat .stat-figure,
h4,
h5,
h6,
pre,
form,
p,
.pillar3-container label[for=pillar_3_approved] p,
.initial-sum-info .form-field label span,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p, .pillar3-container label[for=pillar_3_approved] p, .initial-sum-info .form-field label span {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 700;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2,
.flow-container .flow-content .page-content .title,
.expandable-block-toggler,
.edit-section-title, .h2,
h3,
.flow-container .flow-content .page-content .sub-title,
legend,
.account-card-title,
.chat-input h1,
.funky-fields h1,
.account-opening-page h1,
.bot-name,
.gauge .selma-stat .stat-figure, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: Montserrat, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small,
.flow-container .flow-content .page-content .title small,
.expandable-block-toggler small,
.edit-section-title small, .h2 small,
h3 small,
.flow-container .flow-content .page-content .sub-title small,
legend small,
.account-card-title small,
.chat-input h1 small,
.funky-fields h1 small,
.account-opening-page h1 small,
.bot-name small,
.gauge .selma-stat .stat-figure small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: rgba(35, 46, 76, 0.55);
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .flow-container .flow-content .page-content .title, .expandable-block-toggler, .edit-section-title, .h2 {
  font-size: 1.375rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .flow-container .flow-content .page-content .sub-title, legend, .account-card-title, .chat-input h1, .funky-fields h1, .account-opening-page h1, .bot-name, .gauge .selma-stat .stat-figure, .h3 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 0.75rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.875rem;
  }
}
a {
  line-height: inherit;
  color: hsl(218, 100%, 70%);
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: hsl(218, 100%, 60.2%);
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid hsla(218, 100%, 70%, 0.2);
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid rgba(35, 46, 76, 0.55);
}
blockquote, blockquote p, blockquote .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] blockquote p, blockquote .initial-sum-info .form-field label span, .initial-sum-info .form-field label blockquote span {
  line-height: 1.6;
  color: #778aa5;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e2e4eb;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
  border-radius: 3px;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #778aa5;
}

.lead {
  font-size: 20px;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat, .pillar3-container label[for=pillar_3_approved] p + .stat, .initial-sum-info .form-field label span + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #778aa5;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 0px solid;
  background-color: #e2e4eb;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 0px solid;
  background-color: #e2e4eb;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #778aa5;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, .pillar3-container label[for=pillar_3_approved] p, .initial-sum-info .form-field label span,
  h2,
  .flow-container .flow-content .page-content .title,
  .expandable-block-toggler,
  .edit-section-title,
  h3,
  .flow-container .flow-content .page-content .sub-title,
  legend,
  .account-card-title,
  .chat-input h1,
  .funky-fields h1,
  .account-opening-page h1,
  .bot-name,
  .gauge .selma-stat .stat-figure {
    orphans: 3;
    widows: 3;
  }
  h2, .flow-container .flow-content .page-content .title, .expandable-block-toggler, .edit-section-title,
  h3,
  .flow-container .flow-content .page-content .sub-title,
  legend,
  .account-card-title,
  .chat-input h1,
  .funky-fields h1,
  .account-opening-page h1,
  .bot-name,
  .gauge .selma-stat .stat-figure {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 2rem 0;
  padding: 1em;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.95rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: hsl(218, 100%, 70%);
  color: #ffffff;
}
.button:hover, .button:focus {
  background-color: #5793FC;
  color: #ffffff;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: hsl(218, 100%, 70%);
  color: #0a0a0a;
}
.button.primary:hover, .button.primary:focus {
  background-color: hsl(218, 100%, 56%);
  color: #0a0a0a;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #778aa5;
  color: #0a0a0a;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(90.4778761062, 109.5787610619, 136.7221238938);
  color: #0a0a0a;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #25D2AC;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(29.6, 168, 137.6);
  color: #0a0a0a;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #FFCA00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 161.6, 0);
  color: #0a0a0a;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #FF4D76;
  color: #0a0a0a;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(255, 10.6, 66.8943820225);
  color: #0a0a0a;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid hsl(218, 100%, 70%);
  color: hsl(218, 100%, 70%);
}
.button.hollow:hover, .button.hollow:focus {
  border-color: hsl(218, 100%, 35%);
  color: hsl(218, 100%, 35%);
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid hsl(218, 100%, 70%);
  color: hsl(218, 100%, 70%);
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: hsl(218, 100%, 35%);
  color: hsl(218, 100%, 35%);
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #778aa5;
  color: #778aa5;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: rgb(56.5486725664, 68.4867256637, 85.4513274336);
  color: rgb(56.5486725664, 68.4867256637, 85.4513274336);
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #25D2AC;
  color: #25D2AC;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(18.5, 105, 86);
  color: rgb(18.5, 105, 86);
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #FFCA00;
  color: #FFCA00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(127.5, 101, 0);
  color: rgb(127.5, 101, 0);
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #FF4D76;
  color: #FF4D76;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(166, 0, 38.2359550562);
  color: rgb(166, 0, 38.2359550562);
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: hsl(218, 100%, 70%);
}
.button.clear:hover, .button.clear:focus {
  color: hsl(218, 100%, 35%);
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: hsl(218, 100%, 70%);
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: hsl(218, 100%, 35%);
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #778aa5;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: rgb(56.5486725664, 68.4867256637, 85.4513274336);
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #25D2AC;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: rgb(18.5, 105, 86);
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #FFCA00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: rgb(127.5, 101, 0);
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #FF4D76;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: rgb(166, 0, 38.2359550562);
}
.button.disabled, .button[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: hsl(218, 100%, 70%);
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: hsl(218, 100%, 70%);
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #778aa5;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #25D2AC;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #FFCA00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #FF4D76;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.6875rem;
  margin: 0 0 1.25rem;
  padding: 0.625rem;
  border: 0;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  font-family: Montserrat, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #232E4C;
  transition: box-shadow 0.2s, border-color 0.25s ease-in-out;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 0;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25), inset 0 -2px 0 hsl(218, 100%, 70%);
  transition: box-shadow 0.2s, border-color 0.25s ease-in-out;
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e2e4eb;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
}

input[type=search] {
  box-sizing: border-box;
}

::-moz-placeholder {
  color: rgba(35, 46, 76, 0.55);
}

::placeholder {
  color: rgba(35, 46, 76, 0.55);
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1.25rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.625rem;
  margin-right: 1.25rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.625rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1.25rem;
  padding: 0.625rem 0;
}

.help-text {
  margin-top: -0.625rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1.25rem;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 3px 0 0 3px;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 3px 3px 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid rgba(35, 46, 76, 0.55);
  background: #e2e4eb;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.6875rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.625rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #e2e4eb;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0.0625rem 0.1875rem;
}

select {
  height: 2.6875rem;
  margin: 0 0 1.25rem;
  padding: 0.625rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 3px;
  background-color: #ffffff;
  font-family: Montserrat, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #232E4C;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28102, 158, 255%29'></polygon></svg>");
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg==");
  }
}
select {
  background-origin: content-box;
  background-position: right -1.25rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.875rem;
  transition: box-shadow 0.2s, border-color 0.25s ease-in-out;
}
select:focus {
  outline: none;
  border: 0;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25), inset 0 -2px 0 hsl(218, 100%, 70%);
  transition: box-shadow 0.2s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e2e4eb;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #FF4D76;
  background-color: rgb(255, 237.2, 241.3);
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #FF4D76;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #FF4D76;
}

.is-invalid-label {
  color: #FF4D76;
}

.form-error {
  display: none;
  margin-top: -0.625rem;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #FF4D76;
}
.form-error.is-visible {
  display: block;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

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

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

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
}
.clearfix::after {
  clear: both;
}

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs {
  margin: 0 0 1.5rem 0;
  list-style: none;
}
.breadcrumbs li {
  float: left;
  font-size: 0.75rem;
  color: rgba(35, 46, 76, 0.85);
  cursor: default;
  margin-right: 0.5rem;
}
.breadcrumbs a {
  color: rgba(35, 46, 76, 0.5);
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: rgba(35, 46, 76, 0.25);
  cursor: not-allowed;
}

.button-group::before, .button-group::after {
  display: table;
  content: " ";
}
.button-group::after {
  clear: both;
}
.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.95rem;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded {
  margin-right: -1px;
}
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
.button-group.expanded .button:first-child:last-child {
  width: calc(100% - 1px);
}
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: hsl(218, 100%, 70%);
  color: #0a0a0a;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: hsl(218, 100%, 56%);
  color: #0a0a0a;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #778aa5;
  color: #0a0a0a;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: rgb(90.4778761062, 109.5787610619, 136.7221238938);
  color: #0a0a0a;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #25D2AC;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: rgb(29.6, 168, 137.6);
  color: #0a0a0a;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #FFCA00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: rgb(204, 161.6, 0);
  color: #0a0a0a;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #FF4D76;
  color: #0a0a0a;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: rgb(255, 10.6, 66.8943820225);
  color: #0a0a0a;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid hsl(218, 100%, 70%);
  color: hsl(218, 100%, 70%);
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: hsl(218, 100%, 35%);
  color: hsl(218, 100%, 35%);
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid hsl(218, 100%, 70%);
  color: hsl(218, 100%, 70%);
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: hsl(218, 100%, 35%);
  color: hsl(218, 100%, 35%);
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #778aa5;
  color: #778aa5;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: rgb(56.5486725664, 68.4867256637, 85.4513274336);
  color: rgb(56.5486725664, 68.4867256637, 85.4513274336);
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #25D2AC;
  color: #25D2AC;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: rgb(18.5, 105, 86);
  color: rgb(18.5, 105, 86);
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #FFCA00;
  color: #FFCA00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: rgb(127.5, 101, 0);
  color: rgb(127.5, 101, 0);
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #FF4D76;
  color: #FF4D76;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: rgb(166, 0, 38.2359550562);
  color: rgb(166, 0, 38.2359550562);
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: hsl(218, 100%, 70%);
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: hsl(218, 100%, 35%);
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: hsl(218, 100%, 70%);
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: hsl(218, 100%, 35%);
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #778aa5;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: rgb(56.5486725664, 68.4867256637, 85.4513274336);
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #25D2AC;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: rgb(18.5, 105, 86);
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #FFCA00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: rgb(127.5, 101, 0);
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #FF4D76;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: rgb(166, 0, 38.2359550562);
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded, .button-group.stacked-for-small.expanded, .button-group.stacked-for-medium.expanded {
  margin-right: -1px;
}
.button-group.stacked.expanded::before, .button-group.stacked.expanded::after, .button-group.stacked-for-small.expanded::before, .button-group.stacked-for-small.expanded::after, .button-group.stacked-for-medium.expanded::before, .button-group.stacked-for-medium.expanded::after {
  display: none;
}
.button-group.stacked.expanded .button:first-child:last-child, .button-group.stacked-for-small.expanded .button:first-child:last-child, .button-group.stacked-for-medium.expanded .button:first-child:last-child {
  width: calc(100% - 1px);
}
.button-group.stacked.expanded .button:first-child:nth-last-child(2), .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(3), .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(4), .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(5), .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(6), .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 0;
  border-radius: 3px;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout {
  background-color: white;
  color: #232E4C;
}
.callout.primary {
  background-color: hsl(218, 100%, 95.5%);
  color: #232E4C;
}
.callout.secondary {
  background-color: rgb(234.6, 237.45, 241.5);
  color: #232E4C;
}
.callout.success {
  background-color: rgb(221.45951417, 249.09048583, 243.0212550607);
  color: #232E4C;
}
.callout.warning {
  background-color: rgb(255, 247.05, 216.75);
  color: #232E4C;
}
.callout.alert {
  background-color: rgb(255, 228.3, 234.45);
  color: #232E4C;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button {
  position: absolute;
  z-index: 10;
  color: #778aa5;
  cursor: pointer;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid rgba(35, 46, 76, 0.55);
  border-radius: 3px;
  background-color: #ffffff;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  background: transparent;
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: hsl(218, 100%, 70%);
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 50px;
  border: 1px solid rgba(118, 138, 163, 0.2);
  background: #ffffff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 3px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: hsl(218, 100%, 70%);
  color: #ffffff;
}
.label.primary {
  background: hsl(218, 100%, 70%);
  color: #0a0a0a;
}
.label.secondary {
  background: #778aa5;
  color: #0a0a0a;
}
.label.success {
  background: #25D2AC;
  color: #0a0a0a;
}
.label.warning {
  background: #FFCA00;
  color: #0a0a0a;
}
.label.alert {
  background: #FF4D76;
  color: #0a0a0a;
}

.media-object {
  display: block;
  margin-bottom: 2rem;
}
.media-object img {
  max-width: none;
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}
.media-object-section:first-child {
  padding-right: 2rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 2rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 2rem;
    display: block;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.middle {
  vertical-align: middle;
}
.media-object-section.bottom {
  vertical-align: bottom;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu li, .menu.horizontal li {
  display: inline-block;
}
.menu.vertical li {
  display: block;
}
.menu.expanded {
  display: table;
  width: 100%;
}
.menu.expanded > li {
  display: table-cell;
  vertical-align: middle;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal li {
    display: inline-block;
  }
  .menu.medium-vertical li {
    display: block;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
  }
  .menu.medium-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.medium-simple {
    display: table;
    width: 100%;
  }
  .menu.medium-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal li {
    display: inline-block;
  }
  .menu.large-vertical li {
    display: block;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
  }
  .menu.large-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.large-simple {
    display: table;
    width: 100%;
  }
  .menu.large-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons img,
.menu.icons i,
.menu.icons svg {
  vertical-align: middle;
}
.menu.icons img + span,
.menu.icons i + span,
.menu.icons svg + span {
  vertical-align: middle;
}
.menu.icon-top img,
.menu.icon-top i,
.menu.icon-top svg, .menu.icon-right img,
.menu.icon-right i,
.menu.icon-right svg, .menu.icon-bottom img,
.menu.icon-bottom i,
.menu.icon-bottom svg, .menu.icon-left img,
.menu.icon-left i,
.menu.icon-left svg {
  vertical-align: middle;
}
.menu.icon-top img + span,
.menu.icon-top i + span,
.menu.icon-top svg + span, .menu.icon-right img + span,
.menu.icon-right i + span,
.menu.icon-right svg + span, .menu.icon-bottom img + span,
.menu.icon-bottom i + span,
.menu.icon-bottom svg + span, .menu.icon-left img + span,
.menu.icon-left i + span,
.menu.icon-left svg + span {
  vertical-align: middle;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
  display: inline-block;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
  display: inline-block;
}
.menu.icon-top li a {
  text-align: center;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.icon-bottom li a {
  text-align: center;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  display: block;
  margin: 0.25rem auto 0;
}
.menu .is-active > a {
  background: hsl(218, 100%, 70%);
  color: #0a0a0a;
}
.menu .active > a {
  background: hsl(218, 100%, 70%);
  color: #0a0a0a;
}
.menu.align-left {
  text-align: left;
}
.menu.align-right {
  text-align: right;
}
.menu.align-right .submenu li {
  text-align: left;
}
.menu.align-right.vertical .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center {
  text-align: center;
}
.menu.align-center .submenu li {
  text-align: left;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  text-align: center;
}
.menu-centered > .menu .submenu li {
  text-align: left;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(102, 158.1, 255, 0.9);
  overflow-y: auto;
}

[data-whatinput=mouse] .reveal {
  outline: 0;
}
.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 2rem 1.5rem;
  border: 0px solid rgba(35, 46, 76, 0.55);
  border-radius: 6px;
  background-color: #ffffff;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal {
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 2rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 1rem;
  background: #ACC1DC;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: hsl(218, 100%, 70%);
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 3px;
}
thead,
tbody,
tfoot {
  border: 0;
  background-color: transparent;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
}

thead {
  background: rgba(6.375, 6.375, 6.375, 0);
  color: #232E4C;
}

tfoot {
  background: rgba(12.75, 12.75, 12.75, 0);
  color: #232E4C;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: rgba(12.75, 12.75, 12.75, 0);
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 0;
  background-color: transparent;
}
table.unstriped tbody {
  background-color: transparent;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: rgba(1.275, 1.275, 1.275, 0);
}
table.hover tfoot tr:hover {
  background-color: rgba(7.65, 7.65, 7.65, 0);
}
table.hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0);
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgba(0, 0, 0, 0);
}

.table-scroll {
  overflow-x: auto;
}

.tabs::before, .tabs::after {
  display: table;
  content: " ";
}
.tabs::after {
  clear: both;
}
.tabs {
  margin: 0;
  border: 1px solid #e2e4eb;
  background: #ffffff;
  list-style-type: none;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: hsl(218, 100%, 70%);
}
.tabs.primary > li > a {
  color: #0a0a0a;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: hsl(218, 100%, 66.5%);
}

.tabs-title {
  float: left;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: hsl(218, 100%, 70%);
}
.tabs-title > a:hover {
  background: #ffffff;
  color: hsl(218, 100%, 60.2%);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e2e4eb;
  color: hsl(218, 100%, 70%);
}

.tabs-content {
  border: 1px solid #e2e4eb;
  border-top: 0;
  background: #ffffff;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e2e4eb;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.top-bar::before, .top-bar::after {
  display: table;
  content: " ";
}
.top-bar::after {
  clear: both;
}
.top-bar {
  padding: 0.5rem;
}
.top-bar,
.top-bar ul {
  background-color: transparent;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: auto;
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 1rem;
}
.top-bar-title .menu-icon {
  bottom: 2px;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.reveal,
.reveal-overlay {
  display: block !important;
}

.reveal-overlay {
  overflow-y: auto;
}

.reveal.full {
  -webkit-overflow-scrolling: touch !important;
  overflow: auto !important;
}

.reveal.full.fullscreen-iframe-modal {
  padding: 0;
}

.risk-visualization circle.portfolio-ring.equity-ring {
  stroke: rgb(77, 190, 255);
}

.portfolio-card.equity-card .chart-bar .chart-bar-value,
.portfolio-deviation-card.equity-card .chart-bar .chart-bar-value {
  background-color: rgb(77, 190, 255);
}
.portfolio-card.equity-card::after,
.portfolio-card.equity-card .asset-class-label,
.portfolio-deviation-card.equity-card::after,
.portfolio-deviation-card.equity-card .asset-class-label {
  background-color: rgb(77, 190, 255);
}

.metadata-portfolio-category-equity {
  background-color: rgba(77, 190, 255, 0.5);
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  margin-right: 0.5rem;
  padding: 0.25rem 1rem;
}

.risk-visualization circle.portfolio-ring.swiss_equity-ring {
  stroke: rgb(115, 215, 255);
}

.portfolio-card.swiss_equity-card .chart-bar .chart-bar-value,
.portfolio-deviation-card.swiss_equity-card .chart-bar .chart-bar-value {
  background-color: rgb(115, 215, 255);
}
.portfolio-card.swiss_equity-card::after,
.portfolio-card.swiss_equity-card .asset-class-label,
.portfolio-deviation-card.swiss_equity-card::after,
.portfolio-deviation-card.swiss_equity-card .asset-class-label {
  background-color: rgb(115, 215, 255);
}

.metadata-portfolio-category-swiss_equity {
  background-color: rgba(115, 215, 255, 0.5);
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  margin-right: 0.5rem;
  padding: 0.25rem 1rem;
}

.risk-visualization circle.portfolio-ring.private_equity-ring {
  stroke: rgb(152, 238, 255);
}

.portfolio-card.private_equity-card .chart-bar .chart-bar-value,
.portfolio-deviation-card.private_equity-card .chart-bar .chart-bar-value {
  background-color: rgb(152, 238, 255);
}
.portfolio-card.private_equity-card::after,
.portfolio-card.private_equity-card .asset-class-label,
.portfolio-deviation-card.private_equity-card::after,
.portfolio-deviation-card.private_equity-card .asset-class-label {
  background-color: rgb(152, 238, 255);
}

.metadata-portfolio-category-private_equity {
  background-color: rgba(152, 238, 255, 0.5);
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  margin-right: 0.5rem;
  padding: 0.25rem 1rem;
}

.risk-visualization circle.portfolio-ring.government_bonds-ring {
  stroke: rgb(163, 143, 255);
}

.portfolio-card.government_bonds-card .chart-bar .chart-bar-value,
.portfolio-deviation-card.government_bonds-card .chart-bar .chart-bar-value {
  background-color: rgb(163, 143, 255);
}
.portfolio-card.government_bonds-card::after,
.portfolio-card.government_bonds-card .asset-class-label,
.portfolio-deviation-card.government_bonds-card::after,
.portfolio-deviation-card.government_bonds-card .asset-class-label {
  background-color: rgb(163, 143, 255);
}

.metadata-portfolio-category-government_bonds {
  background-color: rgba(163, 143, 255, 0.5);
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  margin-right: 0.5rem;
  padding: 0.25rem 1rem;
}

.risk-visualization circle.portfolio-ring.corporate_bonds-ring {
  stroke: rgb(193, 168, 255);
}

.portfolio-card.corporate_bonds-card .chart-bar .chart-bar-value,
.portfolio-deviation-card.corporate_bonds-card .chart-bar .chart-bar-value {
  background-color: rgb(193, 168, 255);
}
.portfolio-card.corporate_bonds-card::after,
.portfolio-card.corporate_bonds-card .asset-class-label,
.portfolio-deviation-card.corporate_bonds-card::after,
.portfolio-deviation-card.corporate_bonds-card .asset-class-label {
  background-color: rgb(193, 168, 255);
}

.metadata-portfolio-category-corporate_bonds {
  background-color: rgba(193, 168, 255, 0.5);
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  margin-right: 0.5rem;
  padding: 0.25rem 1rem;
}

.risk-visualization circle.portfolio-ring.precious_metals-ring {
  stroke: rgb(253, 239, 67);
}

.portfolio-card.precious_metals-card .chart-bar .chart-bar-value,
.portfolio-deviation-card.precious_metals-card .chart-bar .chart-bar-value {
  background-color: rgb(253, 239, 67);
}
.portfolio-card.precious_metals-card::after,
.portfolio-card.precious_metals-card .asset-class-label,
.portfolio-deviation-card.precious_metals-card::after,
.portfolio-deviation-card.precious_metals-card .asset-class-label {
  background-color: rgb(253, 239, 67);
}

.metadata-portfolio-category-precious_metals {
  background-color: rgba(253, 239, 67, 0.5);
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  margin-right: 0.5rem;
  padding: 0.25rem 1rem;
}

.risk-visualization circle.portfolio-ring.real_estate-ring {
  stroke: rgb(252, 184, 209);
}

.portfolio-card.real_estate-card .chart-bar .chart-bar-value,
.portfolio-deviation-card.real_estate-card .chart-bar .chart-bar-value {
  background-color: rgb(252, 184, 209);
}
.portfolio-card.real_estate-card::after,
.portfolio-card.real_estate-card .asset-class-label,
.portfolio-deviation-card.real_estate-card::after,
.portfolio-deviation-card.real_estate-card .asset-class-label {
  background-color: rgb(252, 184, 209);
}

.metadata-portfolio-category-real_estate {
  background-color: rgba(252, 184, 209, 0.5);
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  margin-right: 0.5rem;
  padding: 0.25rem 1rem;
}

.risk-visualization circle.portfolio-ring.cash-ring {
  stroke: rgb(143, 240, 190);
}

.portfolio-card.cash-card .chart-bar .chart-bar-value,
.portfolio-deviation-card.cash-card .chart-bar .chart-bar-value {
  background-color: rgb(143, 240, 190);
}
.portfolio-card.cash-card::after,
.portfolio-card.cash-card .asset-class-label,
.portfolio-deviation-card.cash-card::after,
.portfolio-deviation-card.cash-card .asset-class-label {
  background-color: rgb(143, 240, 190);
}

.metadata-portfolio-category-cash {
  background-color: rgba(143, 240, 190, 0.5);
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  margin-right: 0.5rem;
  padding: 0.25rem 1rem;
}

.risk-visualization circle.portfolio-ring.other-ring {
  stroke: rgb(52, 222, 181);
}

.portfolio-card.other-card .chart-bar .chart-bar-value,
.portfolio-deviation-card.other-card .chart-bar .chart-bar-value {
  background-color: rgb(52, 222, 181);
}
.portfolio-card.other-card::after,
.portfolio-card.other-card .asset-class-label,
.portfolio-deviation-card.other-card::after,
.portfolio-deviation-card.other-card .asset-class-label {
  background-color: rgb(52, 222, 181);
}

.metadata-portfolio-category-other {
  background-color: rgba(52, 222, 181, 0.5);
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  margin-right: 0.5rem;
  padding: 0.25rem 1rem;
}

.risk-visualization circle.portfolio-ring.commodities-ring {
  stroke: rgb(193, 168, 255);
}

.portfolio-card.commodities-card .chart-bar .chart-bar-value,
.portfolio-deviation-card.commodities-card .chart-bar .chart-bar-value {
  background-color: rgb(193, 168, 255);
}
.portfolio-card.commodities-card::after,
.portfolio-card.commodities-card .asset-class-label,
.portfolio-deviation-card.commodities-card::after,
.portfolio-deviation-card.commodities-card .asset-class-label {
  background-color: rgb(193, 168, 255);
}

.metadata-portfolio-category-commodities {
  background-color: rgba(193, 168, 255, 0.5);
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  margin-right: 0.5rem;
  padding: 0.25rem 1rem;
}

.hamburger {
  position: absolute;
  left: 0;
  right: 0;
  padding: 8px 8px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter, box-shadow, transform;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 12px;
  height: 2px;
  background-color: #232E4C;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 5px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 10px;
}
.hamburger--slider.is-active .hamburger-inner, .dropdown-active .hamburger--slider .hamburger-inner {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before, .dropdown-active .hamburger--slider .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-1.7142857143px, -3px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after, .dropdown-active .hamburger--slider .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-90deg);
}

.hamburger-circle {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 50%;
  border-width: 2px;
  border-color: #232E4C;
  border-style: solid;
}
.hamburger-circle:hover {
  border-color: hsl(218, 100%, 70%);
}
.hamburger-circle:hover .hamburger-inner, .hamburger-circle:hover .hamburger-inner::before, .hamburger-circle:hover .hamburger-inner::after {
  background-color: hsl(218, 100%, 70%);
}

.page-container {
  position: relative;
  min-height: 100%;
}

footer {
  padding: 3rem 0;
}
footer a {
  color: rgba(35, 46, 76, 0.7);
}

.footer-separator {
  border-top: 2px solid rgba(35, 46, 76, 0.05);
}

.support-online-status {
  color: rgba(35, 46, 76, 0.7);
  display: inline-block;
  margin-bottom: 1.5rem;
}

.support-online strong {
  color: #2FD080;
}

.team-avatar {
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/avatar-row-2f875e6f6516f89b8a149248d61f87849ae0656d7cd6b7fd08a70267701e1a99.png);
  height: 48px;
  width: 223px;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
  border-radius: 0;
}

.footer-row {
  margin: 2rem auto;
  position: relative;
}

.copyright {
  color: rgba(35, 46, 76, 0.7);
  padding-top: 0.7rem;
}

.selma-table {
  margin-top: 1rem;
}
.selma-table.textual-table th, .selma-table.textual-table td {
  text-align: left;
}
.selma-table col.narrow {
  width: 6rem;
}
.selma-table td[data-value] {
  text-align: right;
}
.selma-table td:after {
  content: attr(data-value);
  white-space: nowrap;
}
.selma-table td[data-value^="-"] {
  color: #FF4D76;
}
.selma-table td.empty {
  text-align: center;
}
.selma-table td.empty:after {
  content: "–";
}
.selma-table th {
  text-align: center;
  vertical-align: top;
}
.selma-table th .numeric {
  float: right;
}
.selma-table th small {
  font-weight: normal;
}

.sort-table td {
  text-align: center;
}
.sort-table th:first-child, .sort-table td:first-child {
  text-align: left;
}
.sort-table th:first-child .sort-button, .sort-table td:first-child .sort-button {
  left: 0;
  margin-left: 0.5rem;
}
.sort-table th {
  position: relative;
}
.sort-table th .numeric .sort-button {
  left: auto;
  right: 0.5rem;
}
.sort-table .th-label {
  display: block;
}
.sort-table .th-title {
  display: inline-block;
  padding-bottom: 2.25rem;
}
.sort-table .sort-button {
  display: block;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  margin-left: -1.125rem;
  width: 2.25rem;
  height: 2.25rem;
}
.sort-table .sort-button svg {
  width: 2.25rem;
  height: 2.25rem;
  transform: rotate(180deg);
}
.sort-table .sort-button svg path {
  fill: rgba(35, 46, 76, 0.7);
  opacity: 0.3;
}
.sort-table .sort-button.current svg path {
  opacity: 1;
}
.sort-table .sort-button.descending svg {
  transform: rotate(0deg);
}

.figure-table {
  margin: 1rem auto;
  table-layout: fixed;
  width: initial;
  font-size: 16px;
}
.figure-table col.heading {
  width: 8rem;
}
.figure-table col.figure {
  width: 4rem;
}
.figure-table col.figure.current {
  background: #f6f8ff;
}
.light-blue-group .figure-table col.figure.current {
  background: #ffffff;
}
.figure-table col.figure a {
  padding: 0.25rem 0.5rem;
  text-transform: uppercase;
}
.figure-table col.figure.current a {
  color: #ffffff;
  background: hsl(218, 100%, 70%);
  border-radius: 6px;
}
.figure-table tr:nth-child(n+2) th:first-child {
  text-align: right;
}

p.table-disclaimer, .pillar3-container label[for=pillar_3_approved] p.table-disclaimer, .initial-sum-info .form-field label span.table-disclaimer {
  font-size: 13px;
  font-style: italic;
  text-align: center;
}

.table-pagination {
  display: block;
  text-align: center;
  margin: 1rem auto 0 auto;
}
.table-pagination li {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0.5rem;
  text-align: center;
  border: 1px solid hsl(218, 100%, 70%);
  border-radius: 2px;
  vertical-align: middle;
  height: 2.25rem;
  width: 2.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.table-pagination li.skip {
  display: none;
}
.table-pagination li.threshold {
  display: inline-block;
  border: 0;
  width: 1rem;
  margin: 0 0 0.5rem 0;
}
.table-pagination li.threshold::before {
  content: "…";
}
.table-pagination li.threshold a {
  display: none;
}
.table-pagination li:nth-child(2), .table-pagination li:nth-last-child(2) {
  display: inline-block !important;
}
.table-pagination li:nth-child(2)::before, .table-pagination li:nth-last-child(2)::before {
  content: none !important;
}
.table-pagination li:nth-child(2) a, .table-pagination li:nth-last-child(2) a {
  display: inline-block !important;
}
.table-pagination li a {
  display: inline-block;
  line-height: 2.25rem;
  height: 2.25rem;
  width: 2.25rem;
}
.table-pagination li:hover {
  background-color: #fff;
}
.table-pagination li:first-child, .table-pagination li:last-child {
  border-color: transparent;
  opacity: 0.6;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAMAAADVRocKAAAAM1BMVEUAAABid5Nid5Nid5Nid5Nid5Nid5Nid5Nid5Nid5Nid5Nid5Nid5Nid5Nid5Nid5Nid5OJmeXGAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAAAJxJREFUeF7t2D0OwzAMg1HZSdM4f9b9T9u1BDpKg9DvHYBaQgaw/ScAAAC027/MnpAvwg8cLrZq+cPFbsE2F0e1/NXFbcGWqfmtWH57JH8umQXOz/eFgWAgGIhAZ3yB1UhogDpdrGbpK5d/If1DLXjh5eI0qzBHag8Y7IBfTvYFCte1Dk/Fwq0uroqFe7sYFO6X20Uv8JRQBQAAAD64aSkfq2i6uQAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.table-pagination li:first-child:hover, .table-pagination li:last-child:hover {
  background-color: transparent;
  opacity: 1;
}
.table-pagination li:last-child {
  transform: rotate(180deg);
}
.table-pagination li.disabled {
  opacity: 0.2;
}
.table-pagination li.disabled, .table-pagination li.current {
  cursor: default;
  pointer-events: none;
}
.table-pagination li.current {
  background: hsl(218, 100%, 70%);
}
.table-pagination li.current a {
  color: white;
}

h1.header-title, .flow-container .flow-content .page-content h1.sub-title, .flow-container .flow-content .page-content h1.title {
  font-size: 3rem;
  color: #232E4C;
  font-weight: 700;
}
@media print, screen and (max-width: 63.99875em) {
  h1.header-title, .flow-container .flow-content .page-content h1.sub-title, .flow-container .flow-content .page-content h1.title {
    font-size: 1.5rem;
  }
}

h2.header-title, .flow-container .flow-content .page-content h2.sub-title, .flow-container .flow-content .page-content .title, .header-title.expandable-block-toggler, .flow-container .flow-content .page-content .expandable-block-toggler.sub-title, .header-title.edit-section-title, .flow-container .flow-content .page-content .edit-section-title.sub-title {
  font-size: 1.625rem;
  color: #232E4C;
  font-weight: 700;
}
@media print, screen and (max-width: 63.99875em) {
  h2.header-title, .flow-container .flow-content .page-content h2.sub-title, .flow-container .flow-content .page-content .title, .header-title.expandable-block-toggler, .flow-container .flow-content .page-content .expandable-block-toggler.sub-title, .header-title.edit-section-title, .flow-container .flow-content .page-content .edit-section-title.sub-title {
    font-size: 1.25rem;
  }
}

h3.header-title, .flow-container .flow-content .page-content .sub-title, .flow-container .flow-content .page-content h3.title, legend.header-title, .flow-container .flow-content .page-content legend.title, .header-title.account-card-title, .flow-container .flow-content .page-content .account-card-title.title, .chat-input h1.header-title, .chat-input .flow-container .flow-content .page-content h1.sub-title, .flow-container .flow-content .page-content .chat-input h1.sub-title, .chat-input .flow-container .flow-content .page-content h1.title, .flow-container .flow-content .page-content .chat-input h1.title, .funky-fields h1.header-title, .funky-fields .flow-container .flow-content .page-content h1.sub-title, .flow-container .flow-content .page-content .funky-fields h1.sub-title, .funky-fields .flow-container .flow-content .page-content h1.title, .flow-container .flow-content .page-content .funky-fields h1.title, .account-opening-page h1.header-title, .account-opening-page .flow-container .flow-content .page-content h1.sub-title, .flow-container .flow-content .page-content .account-opening-page h1.sub-title, .account-opening-page .flow-container .flow-content .page-content h1.title, .flow-container .flow-content .page-content .account-opening-page h1.title, .header-title.bot-name, .flow-container .flow-content .page-content .bot-name.title, .gauge .selma-stat .header-title.stat-figure, .gauge .selma-stat .flow-container .flow-content .page-content .stat-figure.title, .flow-container .flow-content .page-content .gauge .selma-stat .stat-figure.title {
  font-size: 1.125rem;
  color: #232E4C;
  font-weight: 700;
}

.text-primary, .codes-card .content .code-container .code-display .code-text, .codes-card .content .title, .flow-container .flow-footer button, .flow-container .flow-content .page-content .paragraph, .accordion .accordion-item .panel p, .accordion .accordion-item .panel .initial-sum-info .form-field label span, .initial-sum-info .form-field label .accordion .accordion-item .panel span, .accordion .accordion-item .panel .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .accordion .accordion-item .panel p, .accordion .accordion-item .heading .heading-button__content p, .accordion .accordion-item .heading .heading-button__content .initial-sum-info .form-field label span, .initial-sum-info .form-field label .accordion .accordion-item .heading .heading-button__content span, .strategy-confirmation-changes-page .changes-content .list .changes-item .changes-item-label, .app-intro-bottom-section.offer-cta .button:hover, .flow-container .offer-cta.flow-footer .button:hover, .offer-cta.invest-buttons .button:hover, .app-intro-bottom-section.offer-cta .button:active, .flow-container .offer-cta.flow-footer .button:active, .offer-cta.invest-buttons .button:active, .app-intro-bottom-section.offer-cta .button:focus, .flow-container .offer-cta.flow-footer .button:focus, .offer-cta.invest-buttons .button:focus {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #232E4C;
}

.text-primary *, .codes-card .content .code-container .code-display .code-text *, .codes-card .content .title *, .flow-container .flow-footer button *, .flow-container .flow-content .page-content .paragraph *, .accordion .accordion-item .panel p *, .accordion .accordion-item .panel .initial-sum-info .form-field label span *, .initial-sum-info .form-field label .accordion .accordion-item .panel span *, .accordion .accordion-item .panel .pillar3-container label[for=pillar_3_approved] p *, .pillar3-container label[for=pillar_3_approved] .accordion .accordion-item .panel p *, .accordion .accordion-item .heading .heading-button__content p *, .accordion .accordion-item .heading .heading-button__content .initial-sum-info .form-field label span *, .initial-sum-info .form-field label .accordion .accordion-item .heading .heading-button__content span *, .strategy-confirmation-changes-page .changes-content .list .changes-item .changes-item-label *, .app-intro-bottom-section.offer-cta .button:hover *, .flow-container .offer-cta.flow-footer .button:hover *, .offer-cta.invest-buttons .button:hover *, .app-intro-bottom-section.offer-cta .button:active *, .flow-container .offer-cta.flow-footer .button:active *, .offer-cta.invest-buttons .button:active *, .app-intro-bottom-section.offer-cta .button:focus *, .flow-container .offer-cta.flow-footer .button:focus *, .offer-cta.invest-buttons .button:focus * {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #232E4C;
}

.text-secondary, .download-button .button-text, .codes-card .content .description, .flow-container .flow-topbar .navigation-link .navigation-link-text, .steps .step .circle-container .circle, .pillar3-container label[for=pillar_3_approved] p, .initial-sum-info .form-field label span, .price-field label, .portfolio-card::after, .chat-input .radio-group .radio-row label .label-text, .funky-fields .radio-group .radio-row label .label-text, .account-opening-page .radio-group .radio-row label .label-text {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: rgba(35, 46, 76, 0.7);
}

.text-secondary *, .download-button .button-text *, .codes-card .content .description *, .flow-container .flow-topbar .navigation-link .navigation-link-text *, .steps .step .circle-container .circle *, .pillar3-container label[for=pillar_3_approved] p *, .initial-sum-info .form-field label span *, .price-field label *, .portfolio-card::after *, .chat-input .radio-group .radio-row label .label-text *, .funky-fields .radio-group .radio-row label .label-text *, .account-opening-page .radio-group .radio-row label .label-text * {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: rgba(35, 46, 76, 0.7);
}

.text-tertiary, .codes-card .content .disclaimer, .strategy-confirmation-changes-page .changes-content .list .changes-item .changes-item-label .changes-item-count, .account-details-container .details-card .steps .step-info span {
  font-size: 0.75rem;
  color: rgba(35, 46, 76, 0.5);
}

.text-tertiary *, .codes-card .content .disclaimer *, .strategy-confirmation-changes-page .changes-content .list .changes-item .changes-item-label .changes-item-count *, .account-details-container .details-card .steps .step-info span * {
  font-size: 0.75rem;
  color: rgba(35, 46, 76, 0.5);
}

.weight-medium {
  font-weight: 500;
}

.bold, .flow-container .flow-footer button, .flow-container .flow-topbar .navigation-link .navigation-link-text, .accordion .accordion-item .heading .heading-button__content p, .accordion .accordion-item .heading .heading-button__content .initial-sum-info .form-field label span, .initial-sum-info .form-field label .accordion .accordion-item .heading .heading-button__content span {
  font-weight: 700;
}

.semi-bold, .portfolio-card::after {
  font-weight: 600;
}

.label-color {
  color: #232E4C;
}

.accent-color {
  color: hsl(218, 100%, 70%);
}

.label-secondary-color, .accordion .accordion-item .panel p, .accordion .accordion-item .panel .initial-sum-info .form-field label span, .initial-sum-info .form-field label .accordion .accordion-item .panel span, .accordion .accordion-item .panel .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .accordion .accordion-item .panel p {
  color: rgba(35, 46, 76, 0.7);
}

.label-tertiary-color {
  color: rgba(35, 46, 76, 0.5);
}

.white-color {
  color: #ffffff;
}

@keyframes roll-bg {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-800px);
  }
}
.slideshow-page-container .top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.signup-page-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.signup-form-container {
  display: flex;
  flex-direction: column;
  margin-top: 55px;
  overflow-y: auto;
}

.signup-form-footer {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  color: #669eff;
  font-size: 16px;
  font-weight: 700;
}

.signup-consent-disclaimer-content {
  padding-bottom: 2rem;
}

.signup-consent-decline-link {
  display: block;
  text-align: center;
  padding: 1rem 0;
}

.signup-consent-disclaimer-content {
  min-height: 50vh;
}

.slide-container {
  padding-bottom: 18rem;
}
@media print, screen and (min-width: 64em) {
  .slide-container {
    padding-bottom: 0;
  }
  .slide-container .signup-consent-disclaimer-content {
    min-height: auto;
  }
}

.slide-container {
  float: left;
  position: relative;
  height: 100%;
  padding-top: 3rem;
}
.slide-container.slide-container-strategy {
  padding-top: 1.5rem;
}

.slide-stack-container, .slide-stack-container > div {
  height: 100%;
}

.intro-email-form.email-form-loading {
  position: relative;
  overflow: hidden;
}
.intro-email-form.email-form-loading::before, .intro-email-form.email-form-loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.intro-email-form.email-form-loading::before {
  background-color: #ffffff;
  opacity: 0.7;
}
.intro-email-form.email-form-loading::after {
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/spinner-classic-e13e39fcff33d47b11e7fed429360b61115ce03598523c82bffcbf7cb46f701a.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 50px;
  transform: rotate(0deg);
  animation-name: even-spin;
  animation-duration: 1.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.intro-email-form label {
  margin-bottom: 0.5rem;
  color: #0a0a0a !important;
}
.intro-email-form .signup-field-label {
  font-size: 0.875rem;
}
.intro-email-form .input-container {
  margin-bottom: 0.5rem;
}
.intro-email-form .input-container input {
  margin-bottom: 0.5rem;
}

@keyframes even-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pricing-section h3, .pricing-section .flow-container .flow-content .page-content .sub-title, .flow-container .flow-content .page-content .pricing-section .sub-title, .pricing-section legend, .pricing-section .account-card-title, .pricing-section .chat-input h1, .chat-input .pricing-section h1, .pricing-section .funky-fields h1, .funky-fields .pricing-section h1, .pricing-section .account-opening-page h1, .account-opening-page .pricing-section h1, .pricing-section .bot-name, .pricing-section .gauge .selma-stat .stat-figure, .gauge .selma-stat .pricing-section .stat-figure {
  margin-bottom: 2rem;
}

.check-mark-list ul {
  list-style-type: none;
  margin-left: 0;
}
.check-mark-list ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.25rem;
}
.check-mark-list ul li::before {
  position: absolute;
  left: 0;
  top: 0.25rem;
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/check_mark_icon-c85625a2f7afcabe80c4075f4fbb53271852b2c1dad09759536bd81272e20696.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.selma-service-fee h2, .selma-service-fee .flow-container .flow-content .page-content .title, .flow-container .flow-content .page-content .selma-service-fee .title, .selma-service-fee .expandable-block-toggler, .selma-service-fee .edit-section-title, .product-costs h2, .product-costs .flow-container .flow-content .page-content .title, .flow-container .flow-content .page-content .product-costs .title, .product-costs .expandable-block-toggler, .product-costs .edit-section-title {
  margin-bottom: 1.5rem;
}
.selma-service-fee .table-header-row, .selma-service-fee .table-row, .product-costs .table-header-row, .product-costs .table-row {
  display: flex;
}
.selma-service-fee .table-header-row p, .selma-service-fee .table-header-row .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .selma-service-fee .table-header-row p, .selma-service-fee .table-header-row .initial-sum-info .form-field label span, .initial-sum-info .form-field label .selma-service-fee .table-header-row span, .selma-service-fee .table-row p, .selma-service-fee .table-row .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .selma-service-fee .table-row p, .selma-service-fee .table-row .initial-sum-info .form-field label span, .initial-sum-info .form-field label .selma-service-fee .table-row span, .product-costs .table-header-row p, .product-costs .table-header-row .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .product-costs .table-header-row p, .product-costs .table-header-row .initial-sum-info .form-field label span, .initial-sum-info .form-field label .product-costs .table-header-row span, .product-costs .table-row p, .product-costs .table-row .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .product-costs .table-row p, .product-costs .table-row .initial-sum-info .form-field label span, .initial-sum-info .form-field label .product-costs .table-row span {
  flex-grow: 1;
}
.selma-service-fee .table-header-row p:nth-child(2), .selma-service-fee .table-header-row .initial-sum-info .form-field label span:nth-child(2), .initial-sum-info .form-field label .selma-service-fee .table-header-row span:nth-child(2), .selma-service-fee .table-row p:nth-child(2), .selma-service-fee .table-row .initial-sum-info .form-field label span:nth-child(2), .initial-sum-info .form-field label .selma-service-fee .table-row span:nth-child(2), .product-costs .table-header-row p:nth-child(2), .product-costs .table-header-row .initial-sum-info .form-field label span:nth-child(2), .initial-sum-info .form-field label .product-costs .table-header-row span:nth-child(2), .product-costs .table-row p:nth-child(2), .product-costs .table-row .initial-sum-info .form-field label span:nth-child(2), .initial-sum-info .form-field label .product-costs .table-row span:nth-child(2) {
  text-align: right;
}
.selma-service-fee .table-row, .product-costs .table-row {
  margin-top: 1.5rem;
}

.selma-price-tier-tag {
  margin-top: 1rem;
}
.selma-price-tier-tag span {
  border-radius: 8px;
  padding: 0.5rem;
  width: 72px;
  height: 86px;
  margin-right: 0.25rem;
}
.selma-price-tier-tag .active {
  border: 2px solid transparent;
  background-color: rgba(35, 46, 76, 0.05);
}
.selma-price-tier-tag .inactive {
  border: 2px solid rgba(35, 46, 76, 0.05);
  color: rgba(35, 46, 76, 0.7);
  font-weight: 400;
}

.selma-tip-box {
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  background-color: #E7F1FF;
  border-radius: 8px;
}

.gauge {
  position: relative;
}
.gauge .selma-stat {
  margin: 1.5rem auto 0.5rem auto;
  color: #768AA4;
}
.gauge .selma-stat .stat-desc {
  margin-top: 0.5rem;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabs {
  border: 0;
  font-family: Montserrat, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: transparent !important;
}
.tabs .tabs-title a {
  font-weight: bold;
  font-size: 1.125rem;
  color: hsl(218, 100%, 70%);
}
.tabs .tabs-title a:hover, .tabs .tabs-title a:active {
  color: hsl(218, 100%, 60.2%);
}
.tabs .tabs-title:first-child {
  padding-left: 0;
}
.tabs .tabs-title.is-active a {
  background: transparent;
  color: rgba(35, 46, 76, 0.7);
}

.spinner {
  margin: 3rem auto;
  height: 3rem;
  width: 3rem;
  animation: rotate 1s infinite linear;
  border: 0.5rem solid hsl(218, 100%, 70%);
  border-right-color: transparent;
  border-radius: 50%;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.questionnaire {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.left-half, .right-half {
  position: relative;
  height: 100%;
}

.left-half {
  padding: 2rem;
}

.right-half {
  padding: 0;
  background: #F0F6FE;
}

.chat-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 4rem;
}

.bot-profile {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6rem;
  padding: 1rem;
  background: linear-gradient(to bottom, #F0F6FE 0%, #F0F6FE 85%, rgba(240, 246, 254, 0) 100%);
  z-index: 5;
}
@media print, screen and (max-width: 39.99875em) {
  .bot-profile {
    padding-left: 0.8rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .bot-profile .bot-avatar.selma-avatar {
    width: 2.6rem;
    height: 2.6rem;
    margin-right: 0.5rem;
  }
}

.bot-name {
  margin-bottom: 0;
}

.bot-status {
  color: #778aa5;
  width: 50%;
}

.chat {
  padding: 2rem;
  overflow: auto;
  flex-grow: 9999;
}

.chat-input {
  background: #E7F1FF;
  padding: 1rem 1.5rem;
  min-height: 3rem;
  flex-shrink: 0;
}
.chat-input form > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0.5rem 1rem 0.5rem 0;
}
.chat-input .currency-field > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}

.chat-date-label {
  color: rgba(35, 46, 76, 0.55);
  clear: left;
}

.name-field {
  color: #232E4C;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.geo-field {
  color: rgba(35, 46, 76, 0.7);
}

.questionnaire-suggestion {
  padding-left: 4rem;
  min-height: 3rem;
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/lock-d7e16457727e006788605b9423503b9cae4802b0e6d19e695f9cf178ab2f8aab.png);
  background-size: 3rem 3rem;
  background-repeat: no-repeat;
}
.questionnaire-suggestion p, .questionnaire-suggestion .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .questionnaire-suggestion p, .questionnaire-suggestion .initial-sum-info .form-field label span, .initial-sum-info .form-field label .questionnaire-suggestion span {
  margin-bottom: 0;
}

.edit-risk-assessment-title-row {
  margin-bottom: 1.5rem;
}

.editing-menu {
  list-style-type: none;
  margin: 0;
}
.editing-menu a {
  display: block;
  background-color: #ffffff;
  color: #232E4C;
  border-radius: 3px;
  text-decoration: none;
  padding: 1rem 1.5rem;
  margin: 0.25rem 0;
}
.editing-menu a:hover, .editing-menu a:active {
  background-color: #232E4C;
  color: #ffffff;
}
.editing-menu a.has-errors {
  color: #FF4D76;
}
.editing-menu a.has-errors::before {
  content: "";
  border-radius: 50%;
  background-color: #FF4D76;
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  float: right;
  margin: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .editing-menu a.is-current {
    background-color: #232E4C;
    color: #ffffff;
  }
  .editing-menu a.is-current::before {
    content: none;
  }
}

.edit-section {
  margin: 0 1rem;
}

.edit-section-title {
  margin-bottom: 1.5rem;
}

.edit-form-buttons-section {
  margin-top: 3rem;
}
@media print, screen and (max-width: 39.99875em) {
  .edit-form-buttons-section {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    border-top: 1px solid #e2e4eb;
    background: rgba(255, 255, 255, 0.95);
  }
}

.edit-form-buttons-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-evenly;
}
@media print, screen and (min-width: 40em) {
  .edit-form-buttons-container {
    flex-direction: column;
  }
  .edit-form-buttons-container a {
    margin-bottom: 1rem;
  }
}

.edit-form-save-button-hint {
  margin: 0 auto 1rem auto;
}
.edit-form-save-button-hint.save-button-hint-error {
  font-weight: 700;
}

.indented-field {
  padding-left: 2rem;
  position: relative;
}
.indentation-parent + .indented-field::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 3rem;
  width: 1rem;
  border-width: 0 0 1px 1px;
  border-color: #e2e4eb;
  border-style: solid;
}

.helptext-frame {
  position: relative;
  padding-right: 2rem;
}
.helptext-frame .input-container {
  margin-right: 1.5rem;
}

.helptext-control {
  float: right;
  position: absolute;
  top: 2rem;
  right: 0;
  border-radius: 50%;
  background-color: rgba(35, 46, 76, 0.55);
  color: #ffffff;
  font-weight: 700;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  vertical-align: middle;
  cursor: pointer;
}
.helptext-control.helptext-control-expanded {
  background-color: rgba(35, 46, 76, 0.85);
}

.helptext-container {
  display: none;
  position: relative;
  bottom: 0.5rem;
}
.helptext-container.helptext-container-expanded {
  display: block;
}

.edit-form-fieldgroup-label {
  color: rgba(35, 46, 76, 0.7);
  width: 20rem;
}

@media print, screen and (max-width: 39.99875em) {
  .questionnaire, .app-page, .offer {
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  }
  .top-bar {
    padding-top: env(safe-area-inset-top) !important;
  }
  .questionnaire {
    background-color: #F0F6FE;
  }
}
.account-opening-page select, .account-opening-page input[type=text], .account-opening-page input[type=number], .edit-risk-assessment-page select, .edit-risk-assessment-page input[type=text], .edit-risk-assessment-page input[type=number], .compact-form-fields select, .compact-form-fields input[type=text], .compact-form-fields input[type=number] {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.account-opening-page .input-container, .edit-risk-assessment-page .input-container, .compact-form-fields .input-container {
  margin-top: 1rem;
}
.account-opening-page .input-container.checkbox-list, .edit-risk-assessment-page .input-container.checkbox-list, .compact-form-fields .input-container.checkbox-list {
  margin-top: 0;
}
.account-opening-page .input-container.checkbox-list.prior-investment-markets, .edit-risk-assessment-page .input-container.checkbox-list.prior-investment-markets, .compact-form-fields .input-container.checkbox-list.prior-investment-markets {
  margin-top: 1rem;
}

@media print, screen and (max-width: 39.99875em) {
  .edit-risk-assessment-page {
    padding-bottom: 6.5rem;
  }
}

.chat-input input[type=text], input[type=number], select {
  margin: 0;
}

.checkboxes-group .checkbox {
  position: relative;
}

.chat-input select, .funky-fields select, .account-opening-page select {
  display: inline-block;
  max-width: 100%;
  width: 20rem;
  line-height: 1.2;
}
.chat-input select.unchanged, .funky-fields select.unchanged, .account-opening-page select.unchanged {
  color: rgba(35, 46, 76, 0.7);
}
.chat-input input[type=range], .funky-fields input[type=range], .account-opening-page input[type=range] {
  display: inline-block;
  width: 20rem;
  max-width: 100%;
}
.chat-input input[type=text], .chat-input input[type=number], .funky-fields input[type=text], .funky-fields input[type=number], .account-opening-page input[type=text], .account-opening-page input[type=number] {
  display: inline-block;
  width: 20rem;
  max-width: 100%;
}
.chat-input input[type=text].short, .chat-input input[type=number].short, .funky-fields input[type=text].short, .funky-fields input[type=number].short, .account-opening-page input[type=text].short, .account-opening-page input[type=number].short {
  width: 8rem;
}
.chat-input .radio-group .radio-row, .funky-fields .radio-group .radio-row, .account-opening-page .radio-group .radio-row {
  display: flex;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  align-items: center;
}
.chat-input .radio-group .radio-row label .label-text, .funky-fields .radio-group .radio-row label .label-text, .account-opening-page .radio-group .radio-row label .label-text {
  color: #232E4C;
}
.chat-input .radio-group .radio-row input[type=radio], .funky-fields .radio-group .radio-row input[type=radio], .account-opening-page .radio-group .radio-row input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: var(--form-background);
  margin: 0;
  font: inherit;
  color: rgba(35, 46, 76, 0.7);
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid rgba(35, 46, 76, 0.7);
  border-radius: 50%;
  transform: translateY(-0.075rem);
  display: grid;
  place-content: center;
}
.chat-input .radio-group .radio-row input[type=radio]::before, .funky-fields .radio-group .radio-row input[type=radio]::before, .account-opening-page .radio-group .radio-row input[type=radio]::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1rem 1rem var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: rgba(35, 46, 76, 0.7);
}
.chat-input .radio-group .radio-row input[type=radio] ~ label div, .funky-fields .radio-group .radio-row input[type=radio] ~ label div, .account-opening-page .radio-group .radio-row input[type=radio] ~ label div {
  color: #232E4C;
}
.chat-input .radio-group .radio-row input[type=radio]:checked::before, .funky-fields .radio-group .radio-row input[type=radio]:checked::before, .account-opening-page .radio-group .radio-row input[type=radio]:checked::before {
  transform: scale(1);
}
.chat-input .radio-group .radio-row input[type=radio]:checked ~ label div, .funky-fields .radio-group .radio-row input[type=radio]:checked ~ label div, .account-opening-page .radio-group .radio-row input[type=radio]:checked ~ label div {
  font-weight: 600;
}
.chat-input input[type=checkbox], .funky-fields input[type=checkbox], .account-opening-page input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: middle;
}
.chat-input input[type=checkbox] ~ label.switch-paddle, .funky-fields input[type=checkbox] ~ label.switch-paddle, .account-opening-page input[type=checkbox] ~ label.switch-paddle {
  margin-left: 0;
}
.chat-input input[type=checkbox] ~ label, .funky-fields input[type=checkbox] ~ label, .account-opening-page input[type=checkbox] ~ label {
  margin-left: -3rem;
}
.chat-input input[type=checkbox] ~ label svg, .funky-fields input[type=checkbox] ~ label svg, .account-opening-page input[type=checkbox] ~ label svg {
  display: table-cell;
  vertical-align: middle;
  width: 3rem;
  height: 3rem;
  margin-right: 0.25rem;
}
.chat-input input[type=checkbox] ~ label svg path, .chat-input input[type=checkbox] ~ label svg rect, .funky-fields input[type=checkbox] ~ label svg path, .funky-fields input[type=checkbox] ~ label svg rect, .account-opening-page input[type=checkbox] ~ label svg path, .account-opening-page input[type=checkbox] ~ label svg rect {
  cursor: pointer;
  fill: none;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.chat-input input[type=checkbox] ~ label svg path.checkbox-box, .chat-input input[type=checkbox] ~ label svg rect.checkbox-box, .funky-fields input[type=checkbox] ~ label svg path.checkbox-box, .funky-fields input[type=checkbox] ~ label svg rect.checkbox-box, .account-opening-page input[type=checkbox] ~ label svg path.checkbox-box, .account-opening-page input[type=checkbox] ~ label svg rect.checkbox-box {
  transition: stroke 0.1s ease-in-out;
  stroke: rgba(35, 46, 76, 0.25);
  fill: #ffffff;
  stroke-width: 1;
}
.chat-input input[type=checkbox] ~ label svg path.checkbox-mark, .chat-input input[type=checkbox] ~ label svg rect.checkbox-mark, .funky-fields input[type=checkbox] ~ label svg path.checkbox-mark, .funky-fields input[type=checkbox] ~ label svg rect.checkbox-mark, .account-opening-page input[type=checkbox] ~ label svg path.checkbox-mark, .account-opening-page input[type=checkbox] ~ label svg rect.checkbox-mark {
  transition: stroke-dashoffset 0.1s linear;
  stroke: rgba(35, 46, 76, 0.7);
  stroke-width: 2;
  stroke-dasharray: 17;
  stroke-dashoffset: 17;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.chat-input input[type=checkbox]:hover ~ label svg rect.checkbox-box, .funky-fields input[type=checkbox]:hover ~ label svg rect.checkbox-box, .account-opening-page input[type=checkbox]:hover ~ label svg rect.checkbox-box {
  stroke: rgba(35, 46, 76, 0.55);
}
.chat-input input[type=checkbox]:checked ~ label svg rect.checkbox-box, .funky-fields input[type=checkbox]:checked ~ label svg rect.checkbox-box, .account-opening-page input[type=checkbox]:checked ~ label svg rect.checkbox-box {
  stroke: rgba(35, 46, 76, 0.7);
}
.chat-input input[type=checkbox]:checked ~ label svg path.checkbox-mark, .funky-fields input[type=checkbox]:checked ~ label svg path.checkbox-mark, .account-opening-page input[type=checkbox]:checked ~ label svg path.checkbox-mark {
  stroke-dashoffset: 0;
}
.chat-input textarea, .funky-fields textarea, .account-opening-page textarea {
  height: 8rem;
}
.chat-input label, .funky-fields label, .account-opening-page label {
  color: rgba(35, 46, 76, 0.7);
}
.chat-input h1, .funky-fields h1, .account-opening-page h1 {
  margin-bottom: 2rem;
}
.chat-input .selma-label-large, .chat-input .trade-title, .chat-input .large-intro, .chat-input .performance-chart .recharts-reference-dot tspan, .performance-chart .recharts-reference-dot .chat-input tspan, .chat-input .risk-box-sum, .chat-input .account-card-contents .hero-stat .change-figure, .account-card-contents .hero-stat .chat-input .change-figure, .chat-input .account-card-contents .hero-stat .change-figures, .account-card-contents .hero-stat .chat-input .change-figures, .chat-input .account-card-contents .account-card-content-row-value, .account-card-contents .chat-input .account-card-content-row-value, .chat-input .list-empty, .chat-input .details-card, .chat-input .investment-field .form-field label, .investment-field .form-field .chat-input label, .chat-input .price-field .form-field label, .price-field .form-field .chat-input label, .chat-input .hero-stat .stat-label, .hero-stat .chat-input .stat-label, .funky-fields .selma-label-large, .funky-fields .trade-title, .funky-fields .large-intro, .funky-fields .performance-chart .recharts-reference-dot tspan, .performance-chart .recharts-reference-dot .funky-fields tspan, .funky-fields .risk-box-sum, .funky-fields .account-card-contents .hero-stat .change-figure, .account-card-contents .hero-stat .funky-fields .change-figure, .funky-fields .account-card-contents .hero-stat .change-figures, .account-card-contents .hero-stat .funky-fields .change-figures, .funky-fields .account-card-contents .account-card-content-row-value, .account-card-contents .funky-fields .account-card-content-row-value, .funky-fields .list-empty, .funky-fields .details-card, .funky-fields .investment-field .form-field label, .investment-field .form-field .funky-fields label, .funky-fields .price-field .form-field label, .price-field .form-field .funky-fields label, .funky-fields .hero-stat .stat-label, .hero-stat .funky-fields .stat-label, .account-opening-page .selma-label-large, .account-opening-page .trade-title, .account-opening-page .large-intro, .account-opening-page .performance-chart .recharts-reference-dot tspan, .performance-chart .recharts-reference-dot .account-opening-page tspan, .account-opening-page .risk-box-sum, .account-opening-page .account-card-contents .hero-stat .change-figure, .account-card-contents .hero-stat .account-opening-page .change-figure, .account-opening-page .account-card-contents .hero-stat .change-figures, .account-card-contents .hero-stat .account-opening-page .change-figures, .account-opening-page .account-card-contents .account-card-content-row-value, .account-card-contents .account-opening-page .account-card-content-row-value, .account-opening-page .list-empty, .account-opening-page .details-card, .account-opening-page .investment-field .form-field label, .investment-field .form-field .account-opening-page label, .account-opening-page .price-field .form-field label, .price-field .form-field .account-opening-page label, .account-opening-page .hero-stat .stat-label, .hero-stat .account-opening-page .stat-label {
  margin-top: 1rem;
}
.chat-input .label-text p, .chat-input .label-text .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .chat-input .label-text p, .chat-input .label-text .initial-sum-info .form-field label span, .initial-sum-info .form-field label .chat-input .label-text span, .funky-fields .label-text p, .funky-fields .label-text .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .funky-fields .label-text p, .funky-fields .label-text .initial-sum-info .form-field label span, .initial-sum-info .form-field label .funky-fields .label-text span, .account-opening-page .label-text p, .account-opening-page .label-text .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .account-opening-page .label-text p, .account-opening-page .label-text .initial-sum-info .form-field label span, .initial-sum-info .form-field label .account-opening-page .label-text span {
  margin-bottom: 0;
}
.chat-input .checkbox-field, .funky-fields .checkbox-field, .account-opening-page .checkbox-field {
  white-space: nowrap;
}
.chat-input .checkbox-label, .funky-fields .checkbox-label, .account-opening-page .checkbox-label {
  display: table-row;
}
.chat-input .checkbox-label .label-text, .funky-fields .checkbox-label .label-text, .account-opening-page .checkbox-label .label-text {
  display: table-cell;
  white-space: normal;
  vertical-align: top;
  padding-top: 0.75rem;
  width: 100%;
}
.chat-input .form-field-error, .chat-input .form-field-info, .funky-fields .form-field-error, .funky-fields .form-field-info, .account-opening-page .form-field-error, .account-opening-page .form-field-info {
  text-align: left;
}
.chat-input .form-field-info, .funky-fields .form-field-info, .account-opening-page .form-field-info {
  color: rgba(35, 46, 76, 0.55);
}
.chat-input .form-field-error, .funky-fields .form-field-error, .account-opening-page .form-field-error {
  color: #FF4D76;
}
.chat-input .unit-input, .funky-fields .unit-input, .account-opening-page .unit-input {
  display: table;
  width: 100%;
}
.chat-input .unit-input .unit, .funky-fields .unit-input .unit, .account-opening-page .unit-input .unit {
  display: table-cell;
  vertical-align: middle;
}
.chat-input .unit-input input, .funky-fields .unit-input input, .account-opening-page .unit-input input {
  display: table-cell;
  width: 100% !important;
}
.chat-input .compact-fields .input-container, .funky-fields .compact-fields .input-container, .account-opening-page .compact-fields .input-container {
  margin-top: 0;
}
.chat-input .grouped-checkbox, .funky-fields .grouped-checkbox, .account-opening-page .grouped-checkbox {
  padding: 0.25rem 0;
}
.chat-input .form-actions, .funky-fields .form-actions, .account-opening-page .form-actions {
  display: block;
  float: right;
  text-align: right;
  white-space: nowrap;
  padding-left: 0.5rem;
  margin: 0.5rem 0 0 0;
}
.chat-input .form-actions .button, .funky-fields .form-actions .button, .account-opening-page .form-actions .button {
  display: inline-block;
  margin-bottom: 0;
}
.chat-input .form-actions .button.next, .funky-fields .form-actions .button.next, .account-opening-page .form-actions .button.next {
  min-width: 8rem;
}
.chat-input .form-actions .button.secondary, .funky-fields .form-actions .button.secondary, .account-opening-page .form-actions .button.secondary {
  background-color: #ffffff;
  color: #0a0a0a;
  margin-right: 1rem;
}
.chat-input .form-buttons-wrapper, .funky-fields .form-buttons-wrapper, .account-opening-page .form-buttons-wrapper {
  float: right;
}

.input-with-unit {
  white-space: nowrap;
}
.input-with-unit .unit {
  color: #0a0a0a;
  padding-left: 1rem;
}

.change-external-link {
  padding: 1rem 0;
}

ul li.error-message {
  color: #FF4D76;
}

.risk-visualization {
  margin: 1rem auto 2rem auto;
  position: relative;
  max-width: 265px;
}
.risk-visualization.clickable-planet {
  cursor: pointer;
}
.risk-visualization.badge {
  background-size: 70%;
  background-position: center 46%;
  background-repeat: no-repeat;
}
.risk-visualization.badge.sustainable {
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/badges/themes/badge-sustainable-6b67890de0accbe3775592fec3ab4a852e620a752950cd17f48af21be045d601.png);
}
.risk-visualization.badge.original {
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/badges/themes/badge-original-8ed8f39d67ef9e5ce7f5f992cc47b7d1fa1aadade653fabba052ad8ba536f914.png);
}
.risk-visualization #planet-background {
  width: 100%;
  transform: rotate(-90deg);
  transition: transform 1s ease;
}
.risk-visualization .planet-element {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  transition: transform 1s ease;
}
.risk-visualization #risk-circle {
  width: 10rem;
  height: 10rem;
  margin: auto;
  border-radius: 50%;
}
.risk-visualization #wobble stop, .risk-visualization #wobble-overlay stop {
  transition: stop-color 0.5s ease;
}
.risk-visualization circle.portfolio-ring {
  fill: transparent;
  stroke: #E7F1FF;
  stroke-width: 50;
  transition: stroke-dasharray 2s;
}
.risk-visualization circle.portfolio-core {
  fill: #232E4C;
}

.offer-planet-section {
  padding-top: 0;
}
.offer-planet-section .risk-visualization {
  margin: 0 auto;
}

.loading-spacer {
  height: 20rem;
}

.dropper {
  transition: transform 0.5s ease;
  transform: translateY(-100%);
}
.dropper.dropped-down {
  transform: translateY(0);
}

.selma-switch-container {
  text-align: center;
  margin-bottom: 2rem;
  white-space: nowrap;
}

.selma-switch {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem;
}

.switch-label {
  color: rgba(35, 46, 76, 0.55);
  display: inline-block;
  width: 6rem;
}

.switch-label-off {
  text-align: right;
}

.switch-label-on {
  text-align: left;
}

.switch-paddle {
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}

.portfolio-cards-container {
  perspective: 1000px;
  margin-top: 4rem;
}

.portfolio-cards {
  position: relative;
  z-index: 0;
  transition: transform 0.35s ease-out;
  transform-style: preserve-3d;
}
.portfolio-cards.simple-cards {
  transform: rotateY(0deg) scaleX(1);
}
.portfolio-cards.advanced-cards {
  transform: rotateY(180deg) scaleX(-1);
}

.chart-bar {
  width: 100%;
  height: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  background-color: #E7F1FF;
  margin-top: 0.5rem;
}
.chart-bar.multi-chart-bar {
  height: 3rem;
  border-radius: 6px;
  overflow: hidden;
}
.chart-bar.multi-chart-bar .chart-bar-value {
  height: 3rem;
}
.chart-bar .chart-bar-value {
  float: left;
  height: 1.5rem;
  background-color: #25D2AC;
  transition: width 0.2s ease-in-out;
}
.chart-bar .chart-bar-value:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.chart-bar .chart-bar-value:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.chart-bar .chart-bar-value.chart-bar-value-dark-blue {
  background-color: rgba(35, 46, 76, 0.85);
}
.chart-bar .chart-bar-value.chart-bar-value-pink {
  background-color: #FF95AE;
}
.chart-bar .chart-bar-value.chart-bar-value-turquoise {
  background-color: #73D7FF;
}
.chart-bar .chart-bar-value.chart-bar-value-bright-yellow {
  background-color: #FFE175;
}
.chart-bar .chart-bar-value.chart-bar-value-green {
  background-color: #25D2AC;
}
.chart-bar .chart-bar-value.chart-bar-value-blue {
  background-color: hsl(218, 100%, 70%);
}
.chart-bar .chart-bar-value.chart-bar-value-light-blue {
  background-color: #D5E4F7;
}
.chart-bar .chart-bar-value.chart-bar-value-light-green {
  background-color: #87E8B7;
}
.chart-bar .chart-bar-value.chart-bar-value-yellow {
  background-color: #FFCA00;
}
.chart-bar .chart-bar-value.chart-bar-value-lighter-yellow {
  background-color: rgba(255, 202, 0, 0.7);
}
.chart-bar .chart-bar-value.chart-bar-value-lightest-yellow {
  background-color: rgba(255, 202, 0, 0.3);
}
.chart-bar .chart-bar-number {
  margin-right: 0.5rem;
}

.multi-chart-bar-label::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  border-radius: 50%;
  vertical-align: text-top;
}
.multi-chart-bar-label.multi-chart-bar-label-dark-blue::before {
  background-color: rgba(35, 46, 76, 0.85);
}
.multi-chart-bar-label.multi-chart-bar-label-pink::before {
  background-color: #FF95AE;
}
.multi-chart-bar-label.multi-chart-bar-label-turquoise::before {
  background-color: #73D7FF;
}
.multi-chart-bar-label.multi-chart-bar-label-bright-yellow::before {
  background-color: #FFE175;
}
.multi-chart-bar-label.multi-chart-bar-label-green::before {
  background-color: #25D2AC;
}
.multi-chart-bar-label.multi-chart-bar-label-blue::before {
  background-color: hsl(218, 100%, 70%);
}
.multi-chart-bar-label.multi-chart-bar-label-light-blue::before {
  background-color: #D5E4F7;
}
.multi-chart-bar-label.multi-chart-bar-label-light-green::before {
  background-color: #87E8B7;
}
.multi-chart-bar-label.multi-chart-bar-label-yellow::before {
  background-color: #FFCA00;
}
.multi-chart-bar-label.multi-chart-bar-label-lighter-yellow::before {
  background-color: rgba(255, 202, 0, 0.7);
}
.multi-chart-bar-label.multi-chart-bar-label-lightest-yellow::before {
  background-color: rgba(255, 202, 0, 0.3);
}

.multi-chart-bar-legend {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.portfolio-card {
  position: relative;
  overflow: visible;
  margin-bottom: 4rem;
}
.strategy-cards-container .portfolio-card {
  padding-bottom: 1.5rem;
}
.portfolio-card .card-isin {
  padding: 1rem 0;
}
.portfolio-card .card-unit {
  margin-left: 0.5rem;
}
.portfolio-card .card-change {
  display: inline-block;
  margin-left: 0.5rem;
}
.portfolio-card .card-change.card-change-negative {
  color: #FF95AE;
}
.portfolio-card .card-change.card-change-positive {
  color: #25D2AC;
}
.portfolio-card .card-tags {
  border-top: 1px solid rgba(35, 46, 76, 0.1);
  border-bottom: 1px solid rgba(35, 46, 76, 0.1);
  padding: 1rem 0 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.portfolio-card .card-tags .card-tag {
  border-radius: 9px;
  background-color: rgba(35, 46, 76, 0.1);
  padding: 0.5rem 1rem;
}
.portfolio-card .card-tags .card-tag:not(:last-child) {
  margin-bottom: 0.25rem;
}
.portfolio-card .card-description {
  margin-top: 1.5rem;
  color: #0a0a0a;
}
.portfolio-card::after {
  content: attr(data-label);
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
  height: 4rem;
  padding: 0.5rem;
  margin-top: -2.5rem;
  text-align: center;
  border-radius: 6px;
  z-index: -1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.portfolio-deviation-card {
  margin-bottom: 1.5rem;
}
.portfolio-deviation-card .asset-class-label {
  width: 80%;
  margin: auto;
  padding: 0.5rem;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.portfolio-deviation-card .asset-class-label p, .portfolio-deviation-card .asset-class-label .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .portfolio-deviation-card .asset-class-label p, .portfolio-deviation-card .asset-class-label .initial-sum-info .form-field label span, .initial-sum-info .form-field label .portfolio-deviation-card .asset-class-label span {
  text-align: center;
}
.portfolio-deviation-card > div {
  font-family: Montserrat, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #232E4C;
  border-radius: 6px;
  background: #ffffff;
  padding: 1.5rem;
  box-shadow: 0px 10px 8px 1px rgba(35, 46, 76, 0.05);
}
.portfolio-deviation-card .chart-bar {
  margin-top: 0;
  position: relative;
}
.portfolio-deviation-card .chart-bar .chart-bar-number {
  position: absolute;
  top: 0;
  right: 0;
}
.portfolio-deviation-card .nerd-stats {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
}
.portfolio-deviation-card .nerd-stats > div {
  display: flex;
  justify-content: space-between;
}

.strategy-card-section {
  animation: fadein 0.8s 1 ease;
}

.investor-profile {
  margin-top: 0;
}
.investor-profile .investor-boxes h3, .investor-profile .investor-boxes .flow-container .flow-content .page-content .sub-title, .flow-container .flow-content .page-content .investor-profile .investor-boxes .sub-title, .investor-profile .investor-boxes legend, .investor-profile .investor-boxes .account-card-title, .investor-profile .investor-boxes .gauge .selma-stat .stat-figure, .gauge .selma-stat .investor-profile .investor-boxes .stat-figure, .investor-profile .investor-boxes .bot-name, .investor-profile .investor-boxes .chat-input h1, .chat-input .investor-profile .investor-boxes h1, .investor-profile .investor-boxes .funky-fields h1, .funky-fields .investor-profile .investor-boxes h1, .investor-profile .investor-boxes .account-opening-page h1, .account-opening-page .investor-profile .investor-boxes h1 {
  margin-bottom: 0;
}
.investor-profile .investor-boxes .edit-profile-section {
  margin-top: 1rem;
}

.investor-wobble path {
  fill: transparent;
  stroke-width: 0;
}
.investor-wobble.stroking path {
  stroke-width: 2;
  stroke: #232E4C;
  stroke-dasharray: 720;
  stroke-dashoffset: 720;
  transition: stroke-dashoffset 2s 1s ease;
}
.investor-wobble.stroking.drawn path {
  stroke-dashoffset: 0;
}
.investor-wobble.filling path {
  transition: opacity 2s 1s ease;
  opacity: 0;
}
.investor-wobble.filling.drawn path {
  stroke-width: 0;
  opacity: 1;
}

#wobble-gradient.risk-gradient-10 .start-color {
  stop-color: #8cb6ff;
}
#wobble-gradient.risk-gradient-10 .end-color {
  stop-color: #6e74de;
}

#wobble-gradient.risk-gradient-30 .start-color {
  stop-color: #5af1e3;
}
#wobble-gradient.risk-gradient-30 .end-color {
  stop-color: #649cff;
}

#wobble-gradient.risk-gradient-50 .start-color {
  stop-color: #c9ff7f;
}
#wobble-gradient.risk-gradient-50 .end-color {
  stop-color: #81e3ac;
}

#wobble-gradient.risk-gradient-70 .start-color {
  stop-color: #ffd776;
}
#wobble-gradient.risk-gradient-70 .end-color {
  stop-color: #ffe73d;
}

#wobble-gradient.risk-gradient-90 .start-color {
  stop-color: #ffa092;
}
#wobble-gradient.risk-gradient-90 .end-color {
  stop-color: #ffb217;
}

.top-bar {
  padding: 0;
}

.top-bar-left {
  padding-left: 0;
}

.top-bar-logo {
  vertical-align: middle;
  color: #3b66ff;
}

.top-bar-icon {
  padding: 0.25rem !important;
  color: #3b66ff !important;
}
.top-bar-icon svg > path, .top-bar-icon svg > g {
  fill: #232E4C;
}
.top-bar-icon.top-bar-logo svg > path, .top-bar-icon.top-bar-logo svg > g {
  fill: #3b66ff !important;
}
.dark-top-bar .top-bar-icon:active svg > path, .dark-top-bar .top-bar-icon:active svg > g, .dark-top-bar .top-bar-icon:focus svg > path, .dark-top-bar .top-bar-icon:focus svg > g {
  fill: #ffffff;
}
.top-bar-icon:hover svg > path, .top-bar-icon:hover svg > g {
  fill: hsl(218, 100%, 70%);
}
.top-bar-icon:active svg > path, .top-bar-icon:active svg > g, .top-bar-icon:focus svg > path, .top-bar-icon:focus svg > g {
  fill: #232E4C;
}
.top-bar-icon.disabled {
  cursor: default;
}
.top-bar-icon.disabled svg > path, .top-bar-icon.disabled svg > g {
  fill: rgba(35, 46, 76, 0.55);
}

.arrow-icon-down {
  transform: rotate(0deg);
}

.arrow-icon-left {
  transform: rotate(90deg);
}

.arrow-icon-right {
  transform: rotate(-90deg);
}

.arrow-icon-up {
  transform: rotate(180deg);
}

.top-bar-right, .top-bar-left {
  white-space: nowrap;
}
.top-bar-right > ul > li, .top-bar-left > ul > li {
  height: 3rem;
  display: table-cell;
  vertical-align: middle;
}
.top-bar-right > ul > li > a, .top-bar-left > ul > li > a {
  color: #232E4C;
}
.top-bar-right > ul > li > a:hover, .top-bar-left > ul > li > a:hover {
  color: hsl(218, 100%, 60.2%);
}

.top-bar-right {
  padding-right: 0.5rem;
}
.top-bar-right .submenu {
  background: #ffffff;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.top-bar-right .submenu li:last-child a {
  border-radius: 0 0 3px 3px;
}

.front .intro-link {
  display: none;
}

.language-links {
  height: 3rem;
  line-height: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: top;
  display: inline-block;
  color: rgba(35, 46, 76, 0.25);
  padding: 0 0.4rem;
}
.language-links a:link {
  padding: 0 0.6rem !important;
}
.language-links a:link, .language-links span {
  padding: 0;
  display: inline-block;
  height: 100%;
}
.language-links a:link:last-child, .language-links span:last-child {
  padding-right: 0.6rem;
}

.navi-buttons {
  position: absolute;
  right: 1rem;
}
.navi-buttons .top-bar-icon {
  margin-right: 0;
}

.top-bar-main-button {
  padding-left: 1rem;
}

.zoom-hover-shadow, .app-intro-bottom-section.offer-cta .button:hover, .flow-container .offer-cta.flow-footer .button:hover, .offer-cta.invest-buttons .button:hover, .app-intro-bottom-section.offer-cta .button:active, .flow-container .offer-cta.flow-footer .button:active, .offer-cta.invest-buttons .button:active, .app-intro-bottom-section.offer-cta .button:focus, .flow-container .offer-cta.flow-footer .button:focus, .offer-cta.invest-buttons .button:focus, .button.top-bar-button:hover, .button.top-bar-button:active, .button.top-bar-button:focus, .button.button-secondary:hover, .button.button-secondary:active, .button.button-secondary:focus, .hamburger-circle:hover {
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}

.button.top-bar-button, .button.button-secondary {
  transform: perspective(10px);
  transition-duration: 0.2s;
  transition-property: box-shadow, transform, background-color;
  box-shadow: 0 0 0 0 transparent;
  font-family: Montserrat, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #232E4C;
  background-color: transparent;
  border: 2px solid #232E4C;
}
.button.top-bar-button:hover, .button.top-bar-button:active, .button.top-bar-button:focus, .button.button-secondary:hover, .button.button-secondary:active, .button.button-secondary:focus {
  color: hsl(218, 100%, 70%);
  border-color: hsl(218, 100%, 70%);
}
.button.top-bar-button:hover:disabled, .button.top-bar-button:hover.disabled, .button.top-bar-button:active:disabled, .button.top-bar-button:active.disabled, .button.top-bar-button:focus:disabled, .button.top-bar-button:focus.disabled, .button.button-secondary:hover:disabled, .button.button-secondary:hover.disabled, .button.button-secondary:active:disabled, .button.button-secondary:active.disabled, .button.button-secondary:focus:disabled, .button.button-secondary:focus.disabled {
  box-shadow: 0 0 0 0 transparent;
  transform: scale(1);
  background-color: transparent;
}
.button.top-bar-button:active, .button.top-bar-button:focus, .button.button-secondary:active, .button.button-secondary:focus {
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.25);
}

.button.top-bar-button {
  padding: 0.4rem 0.5rem;
}

.selma-button-frame {
  display: none !important;
}

.dropdown {
  display: inline-block;
  position: relative;
}

.top-bar-icon.user-dropdown-button.burger-icon {
  padding: 0.5rem !important;
  height: 2rem;
}
.top-bar-icon.user-dropdown-button:hover svg {
  transform: scale(1.1);
}
.top-bar-icon.user-dropdown-button:hover svg path {
  fill: hsl(218, 100%, 70%);
}
.top-bar-icon.user-dropdown-button svg {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: transparent;
  border-width: 0;
  transition: transform 0.2s ease;
  fill: #232E4C;
}
.dropdown-active .top-bar-icon.user-dropdown-button svg {
  transform: scale(1.1);
}
.dropdown-active .top-bar-icon.user-dropdown-button svg path {
  fill: rgba(35, 46, 76, 0.55);
}

.dropdown-content {
  display: none;
  position: absolute;
  z-index: 99;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1) !important;
}
.top-bar .dropdown-content {
  background-color: #ffffff;
  text-align: left;
  width: 12rem;
  margin-left: -9.5rem;
  margin-top: 1rem;
}
.top-bar .dropdown-content::before {
  content: "";
  position: absolute;
  right: 1rem;
  top: 0;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  transform: scaleX(0.5) rotate(45deg);
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.top-bar .dropdown-content li > a {
  padding: 1rem;
  background: #ffffff;
  position: relative;
  z-index: 2;
}
.top-bar .dropdown-content li > a:hover {
  background-color: #F0F6FE;
  color: #232E4C;
}
@media screen and (max-height: 800px) {
  .top-bar .dropdown-content.app-top-bar-dropdown li > a {
    padding: 0.5rem;
  }
}
.top-bar .dropdown-content.strategy-submenu {
  margin-left: -7.5rem;
}
.top-bar .dropdown-content.investments-submenu {
  margin-left: -4.5rem;
}

.dropdown-active .dropdown-content {
  display: block;
}

.top-bar-spaced {
  padding-top: 5.5rem;
}

.top-bar-spaced-l {
  padding-top: 7rem;
}

.top-bar div a {
  color: rgba(35, 46, 76, 0.7);
  font-size: 0.75rem;
  font-family: Montserrat, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: box-shadow 0.2s ease;
  box-shadow: 0 0 0 0 #232E4C;
}
.top-bar div a.current, .top-bar div a:active, .top-bar div a:focus {
  color: #232E4C;
}
.top-bar div a.current:hover {
  color: #232E4C;
}
.top-bar div a:hover {
  color: hsl(218, 100%, 70%);
}
.top-bar div a.text-link.current:hover {
  box-shadow: none;
}
.top-bar div a.text-link:hover {
  color: #232E4C;
  box-shadow: 0 18px 0 -16px #232E4C;
}
.top-bar div a.text-link.current, .top-bar div a.text-link:active, .top-bar div a.text-link:focus {
  font-weight: bold;
}

.app-top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  color: rgba(35, 46, 76, 0.55);
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.5s ease 0.05s, transform 0.5s ease 1s !important;
}
.app-top-bar.dropped-down.opaque-top-bar {
  background-color: rgba(255, 255, 255, 0.95);
}
.light-blue-group .app-top-bar.dropped-down.opaque-top-bar {
  background-color: rgba(246, 248, 255, 0.95);
}
.app-top-bar .top-level-menu > li {
  height: 4rem;
}
.app-top-bar .top-level-menu > li.icon-text-button svg {
  margin-right: -0.5rem;
  vertical-align: middle;
}
.app-top-bar .top-level-menu > li > a {
  display: inline-block;
}

.app-top-bar-buttons {
  white-space: nowrap;
}

.app-top-bar-container.top-bar-spacing-for-pagealert {
  margin-top: 48px;
}

.top-bar-right .dropdown {
  margin-top: 0.5rem;
}

.dropdown .selected-option {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #B4C5D9;
  border-radius: 0.5rem;
  cursor: pointer;
}
.dropdown .selected-option:hover {
  border-color: #599CFF;
}
.dropdown .selected-option[aria-expanded=true] {
  border-color: #599CFF;
}
.dropdown .label {
  display: flex;
  flex-direction: column;
  background: transparent;
  color: #333333;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 500;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.dropdown .dropdown-icon {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  width: 0.9375rem;
  margin-left: 1.25rem;
}
.dropdown .dropdown-icon svg {
  width: 100%;
}
.dropdown .options {
  position: absolute;
  width: 100%;
  background: #ffffff;
  list-style: none;
  margin: 0.3125rem 0 0 0;
  padding: 0.5rem 0;
  box-shadow: 0 0.375rem 0.75rem rgba(35, 46, 76, 0.15);
  border-radius: 0.5rem;
  z-index: 100;
}
.dropdown .options a {
  color: inherit;
}
.dropdown .options a:hover {
  color: inherit;
}
.dropdown .options a:active {
  color: inherit;
}
.dropdown .options li {
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 500;
  padding: 0.6875rem 0.5rem;
}
.dropdown .options li:hover {
  background-color: #F1F6FD;
}

.iti-flag {
  width: 20px;
}
.iti-flag.be {
  width: 18px;
}
.iti-flag.ch {
  width: 15px;
}
.iti-flag.mc {
  width: 19px;
}
.iti-flag.ne {
  width: 18px;
}
.iti-flag.np {
  width: 13px;
}
.iti-flag.va {
  width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0 0;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti-flag.cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/sprites/flags-8ccbdc400016c41687ea0d9e3b9db2b9b28f2468cdadce0b4aad46013496f990.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/sprites/flags@2x-905e060e9ed23d3b70a3d83e6315d81c91f90c148b7fe7d00f64cf6ef7802178.png);
  }
}

.iti-flag.np {
  background-color: transparent;
}

.app-frame {
  position: absolute;
  width: 100%;
  height: 100%;
}
.app-frame .app-page {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.app-frame .app-container, .app-frame .app-footer {
  display: table-row;
}
.app-frame .app-container {
  height: 100%;
  animation: fadein 0.5s 1 ease-in;
}

h1.planet-name {
  margin-bottom: 0;
}

body.selma-app {
  background-color: #FBFCFF;
}

.my-planet-hero {
  padding-bottom: 0;
  overflow: hidden;
}

.my-planet-hero-top-row {
  position: relative;
  z-index: 1;
}

.my-planet-hero-messaging {
  position: relative;
  margin-top: 1.5rem;
}
.my-planet-hero-messaging .chat-date-label {
  position: absolute;
  top: 0;
  margin-top: -1.5rem;
}
.my-planet-hero-messaging .my-planet-avatar {
  position: absolute;
  left: 0;
  top: 1rem;
}

.my-planet-hero-top {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}

.my-planet-hero-illustration {
  position: relative;
  height: 248px;
  margin-top: -220px;
  background-repeat: repeat-x;
  background-size: auto 248px;
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/app/my-planet-illustration-8f1cce4069afc12b6e166ca9c138ae3e29a7231a065cb7d714b74124dc9ad474.png);
  background-position: center top;
}
.my-planet-page .my-planet-hero-illustration {
  background-position: right top;
}
.my-planet-page .my-planet-hero-illustration::before, .my-planet-page .my-planet-hero-illustration::after {
  content: "";
  position: absolute;
  width: 99px;
  height: 34px;
  left: 0;
  margin-left: -100px;
  background-repeat: no-repeat;
  background-size: cover;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  z-index: 1;
}
.my-planet-page .my-planet-hero-illustration::before {
  animation-duration: 77s;
  animation-delay: 16s;
  animation-name: cloud-pan-right;
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/app/cloud2-21f75257d7020bf339d1aa3aa26593f190bf621706004dca27683f71de91243f.png);
  top: 50px;
}
.my-planet-page .my-planet-hero-illustration::after {
  animation-duration: 72s;
  animation-delay: 1s;
  animation-name: cloud-pan-left;
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/app/cloud1-5d8271842239677d4cc51f90c7e3ad405d14543d9f8b3c881d87155e11eb63f4.png);
  left: 0;
  top: 90px;
}

@keyframes cloud-pan-right {
  from {
    left: 0;
    margin-left: -100px;
    top: 50px;
  }
  40% {
    top: 90px;
  }
  70% {
    top: 30px;
  }
  to {
    left: 100%;
    margin-left: 1px;
    top: 50px;
  }
}
@keyframes cloud-pan-left {
  from {
    left: 0;
    top: 90px;
    margin-left: -100px;
  }
  30% {
    top: 80px;
  }
  to {
    left: 100%;
    top: 20px;
    margin-left: 1px;
  }
}
.my-planet-stats {
  margin-top: -2rem;
  padding: 0;
}

.hero-stat {
  padding-bottom: 1.5rem;
  text-align: center;
}
.hero-stat .stat-label {
  color: rgba(35, 46, 76, 0.55);
  padding-bottom: 1rem;
}
.hero-stat .stat-figure.normal-weight, .hero-stat .change-figure.normal-weight {
  font-weight: normal;
}
.hero-stat .stat-link-box {
  background: #F0F6FE;
  border-radius: 3px;
  padding: 1.5rem;
}
.hero-stat .stat-link-box p, .hero-stat .stat-link-box .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .hero-stat .stat-link-box p, .hero-stat .stat-link-box .initial-sum-info .form-field label span, .initial-sum-info .form-field label .hero-stat .stat-link-box span {
  margin: 0;
}

.change-figure-mark {
  display: none;
  margin-right: 1rem;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.change-figure-mark.plus-mark {
  display: inline-block;
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/app/value_arrow_up-52ccfbf9edb44f4d80509c76988aa8aae30b4b2b04b6c2e592c84577fecdda96.png);
}
.change-figure-mark.minus-mark {
  display: inline-block;
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/app/value_arrow_down-f4a76525db25a73ae90a3fc3bf979207edd3694a22c52025941e6ca581d60270.png);
}

.change-figure-separator {
  color: rgba(35, 46, 76, 0.55);
  margin: 0 1rem;
}

.invest-banner-section {
  padding: 6rem 0;
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/selma-slideshow-start-e303a6f3a40afa4ea7e44113bfbcbb2f3847ab77d9f8044f98f5d1dd225c745b.png), linear-gradient(-225deg, #7664FF 0%, hsl(218, 100%, 70%) 100%);
  background-position: right 10% center, center;
  background-size: contain, cover;
  background-repeat: no-repeat;
  color: #ffffff;
}

.invest-banner-description {
  padding: 1rem 0;
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .invest-banner-section {
    padding: 4rem 0;
    background-position: right -2rem center, center;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .invest-banner-section {
    background-position: bottom -10rem center, center;
    padding-bottom: 10rem;
    padding-top: 4rem;
    background-size: 350px, cover;
  }
}
@keyframes hide {
  from {
    position: relative;
    visibility: visible;
  }
  to {
    position: absolute;
    visibility: hidden;
  }
}
.invest-buttons .invest-back-button {
  display: table-cell;
  vertical-align: middle;
  height: 3rem;
  font-size: 13px;
}

input.date-field {
  width: 4rem !important;
  display: inline-block;
  margin-right: 1.5rem;
}
input.date-field.year-field {
  width: 6rem !important;
}

.highlighted-checkbox-field .label-text {
  font-weight: 700;
}

.form-field-help, .plan-tab-footer-content, .upload-status {
  padding: 1rem;
  margin: 1rem 0;
  background: #E7F1FF;
  color: rgba(35, 46, 76, 0.7);
  border-radius: 8px;
}

.upload-status {
  margin-bottom: 0;
}

.investment-field .input-container, .price-field .input-container {
  margin-top: 0;
}
.investment-field .form-field label, .price-field .form-field label {
  color: #232E4C;
  width: 60%;
  float: left;
}
.investment-field .form-field input, .price-field .form-field input {
  width: 100%;
}
.investment-field .form-field .number-input, .price-field .form-field .number-input {
  width: 40%;
}

.selma-border-gradient::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 1rem;
  margin-top: 1rem;
  background-image: linear-gradient(-90deg, #4A95EE 0%, #6CFFE4 100%);
}

.initial-sum-info .form-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.initial-sum-info .form-field label {
  margin-top: 0 !important;
}
.initial-sum-info .sum-explanation p, .initial-sum-info .sum-explanation .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .initial-sum-info .sum-explanation p, .initial-sum-info .sum-explanation .form-field label span, .initial-sum-info .form-field label .sum-explanation span {
  color: rgba(35, 46, 76, 0.7);
}
.initial-sum-info .total-investment-amount:after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(35, 46, 76, 0.25);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.initial-sum-info .selma-service-fee {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.initial-sum-info .your-total {
  margin-top: 1.5rem;
}
.initial-sum-info .discount-code-disclaimer {
  padding-bottom: 0.5rem;
}
.initial-sum-info .form-field-info {
  display: none;
}
.initial-sum-info .total-fields {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.initial-sum-info .price-per-month {
  margin-bottom: 0;
}
.initial-sum-info .product-costs-details .row {
  padding: 0.5rem 0 0.5rem 0.5rem;
}
.initial-sum-info .product-costs-details .pension-section {
  padding-bottom: 0;
}
.initial-sum-info .promo-code {
  margin: 1.5rem 0;
}
.initial-sum-info .promo-code .header-title, .initial-sum-info .promo-code .flow-container .flow-content .page-content .sub-title, .flow-container .flow-content .page-content .initial-sum-info .promo-code .sub-title, .initial-sum-info .promo-code .flow-container .flow-content .page-content .title, .flow-container .flow-content .page-content .initial-sum-info .promo-code .title {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.initial-sum-info .promo-code > div {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(35, 46, 76, 0.25);
  border-top: 1px solid rgba(35, 46, 76, 0.25);
}
.initial-sum-info .selma-price-includes {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.initial-sum-info .bank-account {
  margin-bottom: 1rem;
}

.selma-price-includes ul li {
  margin-bottom: 1rem;
}
.selma-price-includes h2, .selma-price-includes .flow-container .flow-content .page-content .title, .flow-container .flow-content .page-content .selma-price-includes .title, .selma-price-includes .expandable-block-toggler, .selma-price-includes .edit-section-title {
  margin-bottom: 1.5rem;
}
.selma-price-includes p, .selma-price-includes .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .selma-price-includes p, .selma-price-includes .initial-sum-info .form-field label span, .initial-sum-info .form-field label .selma-price-includes span {
  margin-bottom: 1rem;
}

.investment-field::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  background-image: linear-gradient(-90deg, #4A95EE 0%, #6CFFE4 100%);
}

.investment-offer .my-planet-hero-illustration {
  margin-top: -150px;
  height: 200px;
}
.investment-offer.submitted-account .my-planet-hero-illustration {
  margin-top: -150px;
  z-index: -1;
}

.invest-form, .buffered-for-bottom-bar {
  padding-bottom: 7rem;
}

.floaty-box {
  position: relative;
  border: 0;
  border-radius: 3px;
  margin: 1rem;
}
.floaty-box.cta-box {
  padding: 2rem;
  background-color: #F0F6FE;
}

.floaty-body {
  padding: 1.5rem 1rem;
}
.floaty-body strong {
  font-size: 16px;
}

.floaty-caption {
  text-align: center;
  padding: 1rem 1.5rem 0 1.5rem;
}
.floaty-caption .wobble-container {
  margin-top: 0.5rem;
  padding-bottom: 1.5rem;
}
.floaty-caption h3, .floaty-caption .flow-container .flow-content .page-content .sub-title, .flow-container .flow-content .page-content .floaty-caption .sub-title, .floaty-caption legend, .floaty-caption .account-card-title, .floaty-caption .gauge .selma-stat .stat-figure, .gauge .selma-stat .floaty-caption .stat-figure, .floaty-caption .bot-name, .floaty-caption .chat-input h1, .chat-input .floaty-caption h1, .floaty-caption .funky-fields h1, .funky-fields .floaty-caption h1, .floaty-caption .account-opening-page h1, .account-opening-page .floaty-caption h1, .floaty-caption h2, .floaty-caption .flow-container .flow-content .page-content .title, .flow-container .flow-content .page-content .floaty-caption .title, .floaty-caption .expandable-block-toggler, .floaty-caption .edit-section-title {
  display: inline-block;
  padding-bottom: 1rem;
  margin-bottom: 0;
  border-bottom: 2px solid transparent;
}
.floaty-caption h3.total-sum-title, .floaty-caption .flow-container .flow-content .page-content .total-sum-title.sub-title, .flow-container .flow-content .page-content .floaty-caption .total-sum-title.sub-title, .floaty-caption legend.total-sum-title, .floaty-caption .total-sum-title.account-card-title, .floaty-caption .gauge .selma-stat .total-sum-title.stat-figure, .gauge .selma-stat .floaty-caption .total-sum-title.stat-figure, .floaty-caption .total-sum-title.bot-name, .floaty-caption .chat-input h1.total-sum-title, .chat-input .floaty-caption h1.total-sum-title, .floaty-caption .funky-fields h1.total-sum-title, .funky-fields .floaty-caption h1.total-sum-title, .floaty-caption .account-opening-page h1.total-sum-title, .account-opening-page .floaty-caption h1.total-sum-title, .floaty-caption h2.total-sum-title, .floaty-caption .flow-container .flow-content .page-content .total-sum-title.title, .flow-container .flow-content .page-content .floaty-caption .total-sum-title.title, .floaty-caption .total-sum-title.expandable-block-toggler, .floaty-caption .total-sum-title.edit-section-title {
  border-color: #232E4C;
}
.floaty-caption h3 .equals-sign, .floaty-caption .flow-container .flow-content .page-content .sub-title .equals-sign, .flow-container .flow-content .page-content .floaty-caption .sub-title .equals-sign, .floaty-caption legend .equals-sign, .floaty-caption .account-card-title .equals-sign, .floaty-caption .gauge .selma-stat .stat-figure .equals-sign, .gauge .selma-stat .floaty-caption .stat-figure .equals-sign, .floaty-caption .bot-name .equals-sign, .floaty-caption .chat-input h1 .equals-sign, .chat-input .floaty-caption h1 .equals-sign, .floaty-caption .funky-fields h1 .equals-sign, .funky-fields .floaty-caption h1 .equals-sign, .floaty-caption .account-opening-page h1 .equals-sign, .account-opening-page .floaty-caption h1 .equals-sign, .floaty-caption h2 .equals-sign, .floaty-caption .flow-container .flow-content .page-content .title .equals-sign, .flow-container .flow-content .page-content .floaty-caption .title .equals-sign, .floaty-caption .expandable-block-toggler .equals-sign, .floaty-caption .edit-section-title .equals-sign {
  line-height: 0;
  vertical-align: middle;
  color: rgba(35, 46, 76, 0.25);
  font-size: 1.875rem;
  margin-right: 1rem;
}

.floaty-subtitle {
  font-size: 16px;
  margin-bottom: 1rem;
  color: rgba(35, 46, 76, 0.7);
}

.floaty-table {
  margin-bottom: 0;
}
.floaty-table.compact-floaty-table th, .floaty-table.compact-floaty-table td {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.floaty-table th, .floaty-table td {
  border: 0;
  vertical-align: top;
}
.floaty-table .total-row th, .floaty-table .total-row td {
  font-weight: 700;
}
.floaty-table th {
  font-weight: normal;
  white-space: normal;
}
.floaty-table td {
  text-align: right;
}

.floaty-table-caption-small {
  padding-bottom: 1rem;
}

.large-heading {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.hero-heading {
  margin-top: 3rem;
}

.title-field {
  border: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: inherit;
  font-family: inherit;
  height: inherit;
  box-shadow: none !important;
  text-align: center;
}
.title-field:focus {
  background-color: transparent;
}

.report-card {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.report-card-tab {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 3rem;
  border-radius: 3px 3px 0 0;
  background-color: #87E8B7;
}
.report-card-tab svg path {
  stroke: #ffffff;
}

.app-page.investment-offer {
  background-color: #ffffff;
}

.invest-page-hero {
  margin-top: 1rem;
}
.invest-page-hero::before {
  content: "";
  position: absolute;
  left: 55%;
  top: 4rem;
  right: 0;
  height: 450px;
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/app/invest-front-bg-86214c1a1ab252fdbe09f014ea90bd09c2d0bb07511542e9ca1b80957802be53.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .invest-page-hero {
    padding-top: 3rem;
    margin-top: 0;
  }
}
.invest-hero-row {
  padding-top: 2rem;
  min-height: 450px;
}

.invest-hero-illustration-top {
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/app/invest-front-bg-86214c1a1ab252fdbe09f014ea90bd09c2d0bb07511542e9ca1b80957802be53.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 180px;
  margin-bottom: 2rem;
}

.invest-page-title {
  margin-bottom: 2rem;
}
.invest-page-title em {
  font-style: normal;
  color: #9381F8;
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .invest-page-hero::before {
    height: 500px;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .invest-page-hero::before {
    height: 450px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .invest-page-hero::before {
    display: none;
  }
  .invest-page-title {
    font-size: 2rem;
    text-align: center;
  }
  .invest-page-hero::before {
    left: 1rem;
    right: 1rem;
    top: 3rem;
    height: 12rem;
    bottom: auto;
    background-size: contain;
    background-position: center;
  }
}
.invest-hero-description {
  padding-top: 1.5rem;
  color: rgba(35, 46, 76, 0.7);
}

.invest-basics-list {
  color: rgba(35, 46, 76, 0.7);
  margin-top: 3rem;
}
.invest-basics-list strong {
  color: #232E4C;
}
.invest-basics-list .column-block {
  padding-bottom: 1rem;
}

.invest-bubble-row {
  padding: 2rem 0;
}
.invest-bubble-row .bot-avatar {
  position: absolute;
  width: 6rem;
  height: 6rem;
}
.invest-bubble-row .call-bubble {
  margin-left: 7rem;
}

@media print, screen and (max-width: 39.99875em) {
  .invest-bubble-row .button {
    margin-top: 1.5rem;
  }
}
.invest-page-illustration {
  display: inline-block;
  height: 120px;
  width: 270px;
  background-size: 270px 120px;
  margin-top: 2rem;
}
.invest-page-illustration.signing-illustration {
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/app/signing-illustration-d142f795ec18db9512206569f4d9ed20df25031e37a4a392341c91b358a8bd1d.png);
}
.invest-page-illustration.bank_processing-illustration {
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/app/bank_processing-illustration-30a31094332a145ddd352159dc6a34f2b12856b3efdbd0d586136e0549b0eb9d.png);
}
.invest-page-illustration.waiting_payment-illustration {
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/app/waiting_payment-illustration-bc39da705cc119cdbf1becd32494323f34a08aa12c66ed4f5e5ef2c4bec531ac.png);
}

.badge-vz-saxo {
  display: inline-block;
  width: 290px;
  height: 100px;
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/badge-vz-saxo-0951a2a5e3639adb730fc2218fde1f9951048547fb9382098f11e36d7a439f6b.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.account-details-container {
  margin-top: 1.5rem;
}
.account-details-container button.button-link {
  margin-bottom: 0;
}
.account-details-container .details-card {
  padding: 2rem;
}
.account-details-container .details-card .row:first-child {
  margin-top: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .account-details-container .details-card {
    padding: 1.5rem;
  }
}
.account-details-container .details-card .steps .step-info span {
  color: rgba(35, 46, 76, 0.7);
  display: block;
}
.account-details-container .details-card.shared-width {
  width: calc(50% - 1rem);
  float: left;
}
.account-details-container .details-card.shared-width:first-child {
  margin-right: 2rem;
}
@media print, screen and (max-width: 63.99875em) {
  .account-details-container .details-card.shared-width {
    width: 100%;
  }
  .account-details-container .details-card.shared-width:first-child {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .account-details-container .details-card .detail-medium-right {
    text-align: right;
  }
}
.account-details-container .details-card .row:last-child {
  margin-bottom: 0.5rem;
}
.account-details-container .details-card.withdrawal-request-status-card .header h3, .account-details-container .details-card.withdrawal-request-status-card .header .flow-container .flow-content .page-content .sub-title, .flow-container .flow-content .page-content .account-details-container .details-card.withdrawal-request-status-card .header .sub-title, .account-details-container .details-card.withdrawal-request-status-card .header legend, .account-details-container .details-card.withdrawal-request-status-card .header .account-card-title, .account-details-container .details-card.withdrawal-request-status-card .header .gauge .selma-stat .stat-figure, .gauge .selma-stat .account-details-container .details-card.withdrawal-request-status-card .header .stat-figure, .account-details-container .details-card.withdrawal-request-status-card .header .bot-name, .account-details-container .details-card.withdrawal-request-status-card .header .chat-input h1, .chat-input .account-details-container .details-card.withdrawal-request-status-card .header h1, .account-details-container .details-card.withdrawal-request-status-card .header .funky-fields h1, .funky-fields .account-details-container .details-card.withdrawal-request-status-card .header h1, .account-details-container .details-card.withdrawal-request-status-card .header .account-opening-page h1, .account-opening-page .account-details-container .details-card.withdrawal-request-status-card .header h1 {
  margin-bottom: 1rem;
}
.account-details-container .details-card.withdrawal-request-status-card .header {
  padding-bottom: 1.5rem;
}
@media print {
  .account-details-container .details-card.withdrawal-request-status-card {
    display: none;
  }
}

.details-card {
  margin-bottom: 1.5rem;
}
.details-card > .row {
  margin-top: 0.5rem;
}
.details-card .details-card-label, .details-card .disabled-value {
  color: rgba(35, 46, 76, 0.7);
}

.investment-details-container {
  margin-top: 1rem;
}
.investment-details-container .date-row {
  display: none;
}
@media print {
  .investment-details-container .date-row {
    display: block;
  }
}

.investment-details > .row {
  padding: 0.5rem 0;
}
.investment-details .total-row {
  position: relative;
}
.investment-details .total-row::after {
  margin-top: 2rem;
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(-90deg, #4A95EE 0%, #6CFFE4 100%);
}

.app-table {
  margin-top: 1.5rem;
}
.app-table th, .app-table td {
  color: rgba(35, 46, 76, 0.55);
}
.app-table td.amount-cell {
  text-align: right;
  font-weight: 700;
}
.app-table td.amount-cell.negative-amount {
  color: #FF4D76;
}
.app-table td.amount-cell.positive-amount {
  color: #25D2AC;
}

.transactions-page .transactions-actions {
  display: flex;
  margin-top: 1rem;
}
.transactions-page .transactions-actions .transactions-filters {
  flex-grow: 1;
}
.transactions-page .transactions-actions .transactions-filters [type=text] {
  box-shadow: none;
}
.transactions-page .transactions-actions .transactions-export-button {
  align-self: center;
}

.product-and-category-filter-option {
  display: flex;
  flex-direction: column;
}
.product-and-category-filter-option span {
  font-weight: 500;
  color: rgba(35, 46, 76, 0.55);
}

.transactions-legend {
  color: rgba(35, 46, 76, 0.7);
}

.empty-notice {
  color: rgba(35, 46, 76, 0.7);
}

.team-curve-container {
  height: 190px;
  position: relative;
}

.team-curve {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/app/team-curve-580e2ca5a0ec80ef55c2815ac891259e980a6c1b67c3cb396ee19a6748d2a490.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  height: 230px;
  width: 100%;
}

@media print, screen and (max-width: 39.99875em) {
  .team-curve {
    height: 150px;
  }
}
.document-card {
  margin-bottom: 2rem;
}

.document-card-link {
  white-space: nowrap;
}

.document-card-link-separator {
  color: rgba(35, 46, 76, 0.25);
  display: inline-block;
  margin: auto 0.5rem;
}

.document-details {
  margin-top: 1rem;
}

.document-download-label {
  white-space: nowrap;
  color: hsl(218, 100%, 70%);
}

.document-logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/icon-pdf-9bc84b041b584a84eca8ad4b0585254f3a7bcb049f0a75ba770739d0a7b79286.png);
  width: 48px;
  height: 48px;
}

.document-review-live-chat-link svg {
  margin-right: 0.5rem;
  vertical-align: middle;
}

.onboarding-prompt {
  font-size: 13px;
}

.onboarding-illustration {
  display: inline-block;
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/account-opening/video-chat-b3ec9b1f978ccc184fd35848ec34893d96370c4ddd2bbfcda8e46a157f0571c0.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 360px;
  height: 120px;
  margin-top: 1.5rem;
}
.onboarding-illustration.pre-onboarding-illustration {
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/account-opening/sign-online-791ec7b38d3453edbe91ce53a94b96d05857227522b4261f8af5789c6b14345e.png);
  max-width: 700px;
  height: 318px;
}

.opening-hours-disclaimer {
  background-color: #ffffff;
  box-shadow: 0px 10px 8px 1px rgba(35, 46, 76, 0.05);
  border: 3px solid #25D2AC;
  border-radius: 3px;
  text-align: center;
  padding: 0.5rem;
  color: rgba(35, 46, 76, 0.55);
  margin: 1.5rem 0.5rem 0.5rem;
}
.opening-hours-disclaimer .opening-hours-label {
  color: rgba(35, 46, 76, 0.55);
}
.opening-hours-disclaimer .opening-hours-label.onboarding-available {
  color: #25D2AC;
}
.opening-hours-disclaimer .opening-hours-closed-label {
  color: #FF4D76;
  padding-top: 0.5rem;
}

.opening-hours-label, .opening-hours-closed-label {
  font-weight: bold;
}

.onboarding-unavailable-disclaimer {
  font-size: 13px;
  padding: 1rem;
  margin: 1rem 0 1rem 0;
  box-shadow: 0px 10px 8px 1px rgba(35, 46, 76, 0.05);
  border-radius: 3px;
}

.fixed-iframe-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-overflow-scrolling: touch !important;
  overflow: auto !important;
}

.fullscreen-iframe {
  border: none;
  width: 100%;
  height: 100%;
  display: block;
}

.identity-verification-page {
  text-align: center;
  width: 100%;
}
.identity-verification-page svg path {
  fill: rgba(35, 46, 76, 0.5);
}

.identity-verification-container, .full-page-center-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

.identity-verification-container p, .identity-verification-container .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .identity-verification-container p, .identity-verification-container .initial-sum-info .form-field label span, .initial-sum-info .form-field label .identity-verification-container span, .full-page-center-container p, .full-page-center-container .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .full-page-center-container p, .full-page-center-container .initial-sum-info .form-field label span, .initial-sum-info .form-field label .full-page-center-container span {
  margin: 2rem 0;
  font-size: 13px;
}

.full-page-loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f6f8ff;
  z-index: 9999;
}

.full-page-loader-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.selma-bubbles-container {
  margin: 2rem auto;
}
.selma-bubbles-container::after {
  content: "";
  clear: both;
  display: block;
}

.pdf-inline-icon {
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/icon-pdf-9bc84b041b584a84eca8ad4b0585254f3a7bcb049f0a75ba770739d0a7b79286.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 2rem;
  width: 2rem;
  vertical-align: middle;
  margin-right: 1rem;
  display: inline-block;
}

.document-link {
  white-space: nowrap;
  display: inline-block;
  margin-right: 3rem;
  margin-top: 0.5rem;
}

.referral-social-media-intents {
  margin: 2rem 0;
}

.SocialMediaShareButton {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 1rem;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  border-radius: 4px;
}
.SocialMediaShareButton:hover {
  opacity: 0.8;
}

.referral-copyables-block {
  margin: 1.5rem 0 0 0;
}

.copyable-field-container {
  display: inline-block;
  margin-bottom: 1rem;
}

.referral-copyables-separator {
  display: inline-block;
  margin: 0.5rem 0.5rem;
  vertical-align: top;
}

.copyable-field {
  width: 12rem;
  box-shadow: none;
  border: 1px solid rgba(35, 46, 76, 0.25);
  margin-bottom: 0.5rem;
}

.copyable-field-code {
  width: 8rem;
}

.copyable-field-url {
  width: 16rem;
}

.referral-subtitle {
  margin: 1.5rem 0;
}

.referral-message-card {
  background-color: rgba(35, 46, 76, 0.85) !important;
  color: #ffffff !important;
  padding-bottom: 1.5rem !important;
  margin: 2rem 0;
}

.referral-illustration {
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/referral-illustration-83fac15433455fac017aeb9a31a93ff38ccc5aa5467c4dda0cb6afe755240b96.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 400px;
  height: 400px;
}
.referral-illustration.referral-illustration-for-small-only {
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/referral-illustration-for-small-0d8922e29bb848621384fd3b5c4ff59b65020fc82b464c297ecc06bfaa357463.png);
  height: 200px;
}

.blue-icon-box {
  background-color: #f6f8ff;
  background-size: 6.25rem;
  background-repeat: no-repeat;
  background-position: 1rem center;
  margin-bottom: 1rem;
  padding: 1rem 1rem 1rem 8.25rem;
  min-height: 8.25rem;
  clear: both;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.blue-icon-box.selma-referrals-box {
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/gift-icon-ba0a97151c631ae72cdf2c21d1562286c9d28abe6c0060ffc46c7f11e68f1854.png);
}
.blue-icon-box .stat {
  height: 6.25rem;
  line-height: 6.25rem;
  vertical-align: middle;
}
.blue-icon-box .stat-description {
  margin-left: 1.5rem;
}

.signing-sms-form {
  padding: 0.5rem;
}

.onboarding-illustration {
  background-repeat: no-repeat;
  background-position: center center;
}
.onboarding-illustration.onboarding-illustration-web {
  margin-top: 0;
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/app/id-web-horizontal-67a674769e8a5177a9fece654871438a5c79f017c3d54b31917dadcb932d31b3.png);
}
.onboarding-illustration.onboarding-illustration-mobile {
  margin-top: 0;
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/app/id-mobile-horizontal-43e73258e83d3baefa0312e9cfcd1ff3dfbf0eaec418053d37e03e799eae14d5.png);
}

@media print, screen and (min-width: 40em) {
  .onboarding-illustration {
    background-repeat: no-repeat;
    background-position: right top;
    min-height: 200px;
  }
  .onboarding-illustration.onboarding-illustration-web {
    background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/app/id-web-vertical-8233965a45960926834defa51b314364a6f37ca53c218e19c19476046d5d61fc.png);
  }
  .onboarding-illustration.onboarding-illustration-mobile {
    background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/app/id-mobile-vertical-18b1a914866a49583a3ab7da48fd61f2959d96396f2e0ec5d2f35cd5ce498513.png);
  }
}
.inline-flip-tabs li > a {
  font-weight: 700;
  color: rgba(35, 46, 76, 0.5);
  border: 2px solid rgba(35, 46, 76, 0.1);
  border-radius: 3px;
  margin-right: 1rem;
  padding: 1rem;
  text-align: center;
}
.inline-flip-tabs li:last-child > a {
  margin-right: 0;
}
.inline-flip-tabs li.is-active > a {
  font-weight: normal;
  background: rgba(35, 46, 76, 0.85);
  color: rgba(255, 255, 255, 0.95);
}

.expandable-block {
  margin-bottom: 1rem;
}

.expandable-block-check-mark {
  stroke: hsl(218, 100%, 70%) !important;
}

.expandable-block-toggler {
  display: block;
  color: rgba(35, 46, 76, 0.85) !important;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(35, 46, 76, 0.1);
  border-radius: 6px;
  padding: 0.5rem 2.375rem 0.5rem 0.5rem;
  position: relative;
  transition: border-color 0.2s, box-shadow 0.2s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.expandable-block-toggler::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 1.5rem;
  height: 10px;
  width: 22px;
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/scroll-cue-arrow-9d4e9f98afb1442bf347cb18ef577022288ab049e01b7685cbe53fea34936025.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.2s;
  transform: rotate(0deg);
}
.expandable-block-toggler:hover {
  border-color: rgba(35, 46, 76, 0.25);
}
.expandable-block-toggler.expandable-block-toggler-expanded {
  border-color: transparent;
  box-shadow: 0px 10px 8px 1px rgba(35, 46, 76, 0.05);
}
.expandable-block-toggler.expandable-block-toggler-expanded::after {
  transform: rotate(180deg);
}

.expandable-block-content {
  padding: 1rem 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
.expandable-block-content.expandable-block-content-expanded {
  overflow-y: auto;
}

.plan-tip-block-container {
  margin-bottom: 1.5rem;
}

.plan-tip-block {
  padding: 1rem 2rem !important;
  height: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
}

.plan-tip-block-title {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 1rem;
}

.plan-tip-block-illustration {
  width: 64px;
  height: 64px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.plan-tip-block-illustration-choco {
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/plan-tip/choco-s-10f1a7dd0693693392d9579f75b6c59ecc0ebb4f2cff2f69e681d7ada6d38f42.png);
}
.plan-tip-block-illustration-cash {
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/plan-tip/cash-b67cc8265193d0f067eea6ef4069f30314c02a4461106c3e8ac0c91cd711ca24.png);
}
.plan-tip-block-illustration-performance {
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/plan-tip/performance-20ffc2bbdcb8f04a89ecc1d830109425f20ceb76526f909f4047643f765214ef.png);
}
.plan-tip-block-illustration-gift {
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/plan-tip/gift-d2cd0bef6e4f137d114b3dbba524b9ac0d7bfa7caaf6baaa47e79f35cbbc54a2.png);
}
.plan-tip-block-illustration-money {
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/plan-tip/money-f21b27ee90381992b01bc443cb3319a8c0dc6552cf3dc85b8c04892390bc0c0b.png);
}

.plan-tab-footer-content {
  padding: 2rem;
}

.price-per-month {
  margin-bottom: 1rem;
}

.iban-box-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.list-empty {
  color: rgba(35, 46, 76, 0.7);
  text-align: center;
  padding: 3rem 0;
}

.account-card {
  color: rgba(35, 46, 76, 0.5) !important;
  position: relative;
  padding-top: 4rem !important;
  padding-bottom: 1.5rem !important;
  margin-bottom: 2rem;
  overflow: hidden;
}
.account-card.active-investments .account-card-label {
  background-image: linear-gradient(134deg, #A38FFF 0%, #73D7FF 100%);
}
.account-card.active-pillar3 .account-card-label {
  background-image: linear-gradient(132deg, #FF809D 0%, #FFE175 100%);
}

.account-card.stats-card {
  min-height: 360px;
}

.account-card-link .account-card {
  transition: all 0.3s;
}
.account-card-link:hover .account-card {
  transform: scale(1.05);
  box-shadow: 0px 10px 8px 1px rgba(35, 46, 76, 0.05), 0px 14px 10px 1px rgba(35, 46, 76, 0.05);
}
.account-card-link:active .account-card {
  background-color: rgba(35, 46, 76, 0.1);
  box-shadow: none;
}

.account-card-label {
  background-color: #e2e4eb;
  padding: 0.5rem;
  height: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.account-card-title {
  color: #232E4C;
  font-weight: 700;
}

.account-card-contents {
  text-align: center;
}
.account-card-contents .hero-stat {
  margin: 0.5rem 0;
  padding: 0 !important;
}
.account-card-contents .hero-stat:last-child {
  margin-top: 1rem;
}
.account-card-contents .hero-stat .stat-label {
  padding-bottom: 0.5rem;
}
.active-investments .account-card-contents .hero-stat .change-figure, .active-pillar3 .account-card-contents .hero-stat .change-figure, .active-investments .account-card-contents .hero-stat .change-figures, .active-pillar3 .account-card-contents .hero-stat .change-figures, .active-investments .account-card-contents .account-card-content-row-value, .active-pillar3 .account-card-contents .account-card-content-row-value {
  color: #232E4C;
}

.account-card-button {
  font-weight: 700;
}

.mobile-card {
  color: rgba(35, 46, 76, 0.5) !important;
  position: relative;
  padding-top: 2rem !important;
  padding-bottom: 1.5rem !important;
  margin-bottom: 2rem;
  overflow: hidden;
}

.mobile-card-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-app {
  display: inline-block;
  height: 4rem;
  width: 10rem;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.1s linear;
}
.mobile-app.apple-store {
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/Apple-Store-badge-ENG-251d0024c8f6334343cac601f15e8da1c7e8141be4cc67e1a9d7c30ed7ed2a04.svg);
}
.mobile-app.apple-store.de-CH {
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/Apple-Store-badge-DE-bb4f40c0388eeae430992200713bbdf7901afbbc273325433ff483b6c0396854.svg);
}
.mobile-app.apple-store.fr-CH {
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/Apple-Store-badge-FR-fb9b71044676f520aabf9e108dce76ff8867884445db9cabe9b64cf97759a617.svg);
}
.mobile-app.google-play {
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/Google-Play-badge-ENG-489245d0540ffd6eedd89a1aaa57782661fe6f85f3df3c45be35f7defebf88cd.svg);
}
.mobile-app.google-play.de-CH {
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/Google-Play-badge-DE-17add9bccee8e39cf14c91e0c3ca8b2d1940e4e078e5e8dce6ca3ba4b75c2e3f.svg);
}
.mobile-app.google-play.fr-CH {
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/Google-Play-badge-FR-44030e1c43e3b1b7f55b197ffe3f8d9f7d3e199a3970b86b5a96ba0bc69fccc7.svg);
}

.no-trading-image {
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/app/no-trading-3d97d62d2476cfed498684b468b25769aba852986200d6fe06e3b34020258fb0.png);
  background-size: contain;
  margin-top: 1.5rem;
  background-repeat: no-repeat;
  background-position: top center;
  height: 15rem;
}

.trading-page {
  background-color: #FBFCFF;
}
.trading-page .trading-page-header {
  text-align: center;
}
.trading-page h1 {
  margin-bottom: 1.5rem;
}
.trading-page .trades-wrapper {
  margin: 1.5rem 0;
}
@media print, screen and (max-width: 39.99875em) {
  .trading-page .trades-wrapper {
    justify-content: center;
  }
}
.trading-page .trades-wrapper .trade-card {
  height: 100% !important;
}

.document-details-container {
  margin-top: 1rem;
}

@media print, screen and (max-width: 39.99875em) {
  .account-container .tabs-title a {
    padding: 1rem;
  }
}
.account-container .link-group a {
  font-weight: 700;
}
@media print, screen and (max-width: 63.99875em) {
  .account-container .link-group a {
    display: block;
  }
}
.account-container .link-group a:not(:first-child) {
  border-left: 1px solid #232E4C;
  padding-left: 0.5rem;
  margin-left: 0.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  .account-container .link-group a:not(:first-child) {
    padding-left: 0;
    margin-left: 0;
    border: none;
  }
}
@media print {
  .account-container .link-group a:not(:first-child) {
    border: none;
  }
}

.pillar3-container h2, .pillar3-container .flow-container .flow-content .page-content .title, .flow-container .flow-content .page-content .pillar3-container .title, .pillar3-container .edit-section-title, .pillar3-container .expandable-block-toggler, .pillar3-container p, .pillar3-container label[for=pillar_3_approved] p, .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] span, .pillar3-container .initial-sum-info .form-field label span, .initial-sum-info .form-field label .pillar3-container span {
  margin-bottom: 0;
}
.pillar3-container .document-card {
  margin-bottom: 0;
}
.pillar3-container .pricing-section .price-explanation p, .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] .pricing-section .price-explanation span, .initial-sum-info .form-field .pillar3-container .pricing-section .price-explanation label[for=pillar_3_approved] span, .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] .pricing-section .price-explanation span, .pillar3-container .pricing-section .price-explanation .initial-sum-info .form-field label span, .initial-sum-info .form-field label .pillar3-container .pricing-section .price-explanation span {
  margin-bottom: 0.5rem;
}
.pillar3-container h3, .pillar3-container .flow-container .flow-content .page-content .sub-title, .flow-container .flow-content .page-content .pillar3-container .sub-title, .pillar3-container legend, .pillar3-container .gauge .selma-stat .stat-figure, .gauge .selma-stat .pillar3-container .stat-figure, .pillar3-container .bot-name, .pillar3-container .chat-input h1, .chat-input .pillar3-container h1, .pillar3-container .funky-fields h1, .funky-fields .pillar3-container h1, .pillar3-container .account-opening-page h1, .account-opening-page .pillar3-container h1, .pillar3-container .account-card-title {
  margin-bottom: 1rem;
}
.pillar3-container .chosen-strategy-card p, .pillar3-container .chosen-strategy-card label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .chosen-strategy-card p, .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] .chosen-strategy-card span, .initial-sum-info .form-field .pillar3-container .chosen-strategy-card label[for=pillar_3_approved] span, .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] .chosen-strategy-card span, .pillar3-container .chosen-strategy-card .initial-sum-info .form-field label span, .initial-sum-info .form-field label .pillar3-container .chosen-strategy-card span {
  margin-bottom: 1.5rem;
}
.pillar3-container label[for=pillar_3_approved] p, .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] span, .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] span {
  margin-bottom: 1.5rem;
  color: #232E4C;
}
.pillar3-container label[for=pillar_3_approved] p:last-child, .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] span:last-child, .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] span:last-child {
  color: #FF4D76;
}
.pillar3-container .selma-border-gradient::after {
  margin: 1.5rem 0;
}
.pillar3-container .compact-section-below {
  padding-top: 1.5rem;
}

.tabs.in-app {
  display: inline-block;
}
.tabs.in-app .tabs-title a {
  color: rgba(35, 46, 76, 0.7);
  box-shadow: inset 0 -2px 0 0 rgba(35, 46, 76, 0.1);
}
.tabs.in-app .tabs-title a:hover {
  background-color: transparent;
  color: #232E4C;
  box-shadow: inset 0 -2px 0 0 rgba(35, 46, 76, 0.25);
}
.tabs.in-app .tabs-title.is-active a {
  color: #232E4C;
  font-weight: 700;
  box-shadow: inset 0 -2px 0 0 #232E4C;
}

.progress-pill {
  display: inline-block;
  margin-bottom: 1.5rem;
  color: rgba(35, 46, 76, 0.5);
}

.app-intro-title {
  font-size: 2.25rem;
}

.strategy-subtitle, .strategy-preview-description-box {
  color: #232E4C;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.strategy-preview-description-box {
  background-color: #E7F1FF;
  height: 6rem;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  padding: 1.5rem;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375rem;
}

@media print, screen and (max-width: 39.99875em) {
  .app-intro-title {
    font-size: 1.5rem;
  }
  .strategy-subtitle, .strategy-preview-description-box {
    font-size: 0.875rem !important;
  }
}
.strategy-bubbles {
  margin-top: 1rem;
}

.risk-bubbles {
  margin-left: 4rem;
}

.risk-avatar {
  position: absolute;
  margin-top: 0.25rem;
}

.risk-box, .investing-box {
  background: rgba(35, 46, 76, 0.05);
  border-radius: 6px;
  color: rgba(35, 46, 76, 0.7);
}

.investing-box {
  padding: 1rem;
}

.risk-box {
  padding: 1.5rem 1rem;
  margin-top: 1rem;
  background: #FFDBE4;
}
.risk-box.drawdown-box {
  background: #FFEBEF;
}
.risk-box .risk-box-percentage, .risk-box .risk-box-sum {
  color: #FF4D76;
}

.risk-card-emoji {
  white-space: nowrap;
  font-size: 1.25rem;
}

.risk-box-heading {
  font-weight: 700 !important;
  color: #232E4C;
  margin-bottom: 1rem;
}

.risk-box-sum {
  font-weight: 700 !important;
  margin-bottom: 0.25rem;
}

.risk-box-label {
  color: rgba(35, 46, 76, 0.55);
}

.risk-box-description {
  margin-top: 1.5rem;
}

.risk-footer-description {
  color: rgba(35, 46, 76, 0.7);
}

.risk-calculation-date {
  margin-bottom: 1rem;
}

.performance-chart {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-right: 2rem;
  height: 300px;
}
.performance-chart tspan {
  color: #e2e4eb;
}
.performance-chart .recharts-reference-dot tspan {
  stroke: #ffffff;
  font-weight: bold;
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .performance-chart {
    height: 400px;
  }
}
@media print, screen and (min-width: 64em) {
  .performance-chart {
    height: 450px;
  }
}
.account-chart-legend-content {
  display: inline-block;
  text-align: left;
}

.account-chart-marker {
  font-weight: 700;
  display: inline-block;
  text-align: center;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  margin: 0 0.5rem 0 1.5rem;
  vertical-align: text-top;
  color: #ffffff;
  border-radius: 50%;
}
.account-chart-marker.account-chart-marker-negative {
  background-color: #ff0000;
}
.account-chart-marker.account-chart-marker-positive {
  background-color: #00ff00;
}

.inline-select {
  display: inline-block;
  box-shadow: none;
  border: none;
  border-radius: 0;
  font-size: inherit;
  font-weight: inherit;
  width: initial;
  color: hsl(218, 100%, 70%);
  background-color: transparent;
  border-bottom: 2px solid hsl(218, 100%, 70%);
  padding-bottom: 0.1rem;
  padding-left: 0;
  padding-right: 1.5rem;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  margin-bottom: 0;
  height: initial;
}
.inline-select:focus {
  box-shadow: none;
  border-bottom: 2px solid hsl(218, 100%, 70%);
}
.inline-select option {
  text-align: center;
}

.large-intro {
  line-height: 2;
}
.large-intro p, .large-intro .initial-sum-info .form-field label span, .initial-sum-info .form-field label .large-intro span, .large-intro .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .large-intro p {
  display: inline;
}
.large-intro strong {
  white-space: nowrap;
}

.history-loading {
  margin-top: 0.5rem;
}

.history-prompt button {
  margin-bottom: 1rem;
}

.history-explanation {
  margin-bottom: 4rem;
}

.ellipsis-loader-container {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.ellipsis-loader-container.delayed {
  animation-name: fadein;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-timing-function: linear;
}

.ellipsis-loader:before, .ellipsis-loader:after, .ellipsis-loader {
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  animation-fill-mode: both;
  animation-name: shadow-pulsate;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.ellipsis-loader {
  color: hsl(218, 100%, 70%);
  margin: -1rem auto 1rem auto;
  padding-bottom: 1rem;
  position: relative;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.ellipsis-loader:before, .ellipsis-loader:after {
  content: "";
  position: absolute;
  top: 0;
}
.ellipsis-loader:before {
  left: -2rem;
  animation-delay: -0.32s;
}
.ellipsis-loader:after {
  left: 2rem;
}

.change-percentage.negative {
  color: #FF4D76;
}
.change-percentage.positive {
  color: #25D2AC;
  font-weight: bolder;
}

@keyframes shadow-pulsate {
  0%, 80%, 100% {
    box-shadow: 0 1rem 0 -1.3em;
  }
  40% {
    box-shadow: 0 1rem 0 0;
  }
}
.app-intro-container {
  padding-top: 4rem;
  padding-bottom: 6rem;
}
.app-intro-container .content-centered {
  justify-content: center;
}

.app-intro-bottom-section, .flow-container .flow-footer, .invest-buttons {
  position: fixed;
  background-color: rgba(250, 252, 255, 0.95);
  box-shadow: 0 -4px 10px rgba(35, 46, 76, 0.1);
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  z-index: 999;
  transform: translate3d(0, 0, 0);
}
.app-intro-bottom-section.offer-cta, .flow-container .offer-cta.flow-footer, .offer-cta.invest-buttons {
  background-color: hsl(218, 100%, 70%);
}
.app-intro-bottom-section.offer-cta .button, .flow-container .offer-cta.flow-footer .button, .offer-cta.invest-buttons .button {
  background-color: rgba(250, 252, 255, 0.95);
  transition-duration: 0.2s;
  transition-property: box-shadow, transform, background-color;
}
.app-intro-bottom-section.atop-modal, .flow-container .atop-modal.flow-footer, .atop-modal.invest-buttons {
  z-index: 9999;
}
.app-intro-bottom-section .button, .flow-container .flow-footer .button, .invest-buttons .button {
  margin-bottom: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .app-intro-bottom-section, .flow-container .flow-footer, .invest-buttons {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.app-intro-loading {
  margin-top: 2rem;
}

.load-show {
  color: rgba(35, 46, 76, 0.7);
  margin-top: 1rem;
}
.load-show > p, .initial-sum-info .form-field label .load-show > span, .pillar3-container label[for=pillar_3_approved] .load-show > p {
  position: absolute;
  left: 1rem;
  right: 1rem;
  text-align: center;
  opacity: 0;
  animation-name: loader-fade;
  animation-duration: 25s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.load-show > p:nth-child(1), .initial-sum-info .form-field label .load-show > span:nth-child(1), .pillar3-container label[for=pillar_3_approved] .load-show > p:nth-child(1) {
  animation-delay: 0s;
}
.load-show > p:nth-child(2), .initial-sum-info .form-field label .load-show > span:nth-child(2), .pillar3-container label[for=pillar_3_approved] .load-show > p:nth-child(2) {
  animation-delay: 5s;
}
.load-show > p:nth-child(3), .initial-sum-info .form-field label .load-show > span:nth-child(3), .pillar3-container label[for=pillar_3_approved] .load-show > p:nth-child(3) {
  animation-delay: 10s;
}
.load-show > p:nth-child(4), .initial-sum-info .form-field label .load-show > span:nth-child(4), .pillar3-container label[for=pillar_3_approved] .load-show > p:nth-child(4) {
  animation-delay: 15s;
}
.load-show > p:nth-child(5), .initial-sum-info .form-field label .load-show > span:nth-child(5), .pillar3-container label[for=pillar_3_approved] .load-show > p:nth-child(5) {
  animation-delay: 20s;
  animation-iteration-count: 0.0625;
}

@keyframes loader-fade {
  0% {
    opacity: 0;
  }
  6.25% {
    opacity: 1;
  }
  18.75% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
h1 p, h1 .initial-sum-info .form-field label span, .initial-sum-info .form-field label h1 span, h1 .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] h1 p, h1 .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] span, .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] h1 span, h1 .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] span, .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] h1 span, h2 p, .flow-container .flow-content .page-content .title p, .edit-section-title p, .expandable-block-toggler p, h2 .initial-sum-info .form-field label span, .flow-container .flow-content .page-content .title .initial-sum-info .form-field label span, .initial-sum-info .form-field label h2 span, .initial-sum-info .form-field label .flow-container .flow-content .page-content .title span, .flow-container .flow-content .page-content .initial-sum-info .form-field label .title span, .edit-section-title .initial-sum-info .form-field label span, .initial-sum-info .form-field label .edit-section-title span, .expandable-block-toggler .initial-sum-info .form-field label span, .initial-sum-info .form-field label .expandable-block-toggler span, h2 .pillar3-container label[for=pillar_3_approved] p, .flow-container .flow-content .page-content .title .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] h2 p, .pillar3-container label[for=pillar_3_approved] .flow-container .flow-content .page-content .title p, .flow-container .flow-content .page-content .pillar3-container label[for=pillar_3_approved] .title p, .edit-section-title .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .edit-section-title p, .expandable-block-toggler .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .expandable-block-toggler p, h2 .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] span, .flow-container .flow-content .page-content .title .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] span, .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] h2 span, .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] .flow-container .flow-content .page-content .title span, .flow-container .flow-content .page-content .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] .title span, .edit-section-title .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] span, .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] .edit-section-title span, .expandable-block-toggler .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] span, .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] .expandable-block-toggler span, h2 .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] span, .flow-container .flow-content .page-content .title .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] span, .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] h2 span, .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] .flow-container .flow-content .page-content .title span, .flow-container .flow-content .page-content .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] .title span, .edit-section-title .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] span, .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] .edit-section-title span, .expandable-block-toggler .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] span, .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] .expandable-block-toggler span, h3 p, .flow-container .flow-content .page-content .sub-title p, legend p, .gauge .selma-stat .stat-figure p, .bot-name p, .chat-input h1 p, .funky-fields h1 p, .account-opening-page h1 p, .account-card-title p, h3 .initial-sum-info .form-field label span, .flow-container .flow-content .page-content .sub-title .initial-sum-info .form-field label span, legend .initial-sum-info .form-field label span, .initial-sum-info .form-field label h3 span, .initial-sum-info .form-field label .flow-container .flow-content .page-content .sub-title span, .flow-container .flow-content .page-content .initial-sum-info .form-field label .sub-title span, .initial-sum-info .form-field label legend span, .gauge .selma-stat .stat-figure .initial-sum-info .form-field label span, .initial-sum-info .form-field label .gauge .selma-stat .stat-figure span, .bot-name .initial-sum-info .form-field label span, .initial-sum-info .form-field label .bot-name span, .chat-input h1 .initial-sum-info .form-field label span, .initial-sum-info .form-field label .chat-input h1 span, .funky-fields h1 .initial-sum-info .form-field label span, .initial-sum-info .form-field label .funky-fields h1 span, .account-opening-page h1 .initial-sum-info .form-field label span, .initial-sum-info .form-field label .account-opening-page h1 span, .account-card-title .initial-sum-info .form-field label span, .initial-sum-info .form-field label .account-card-title span, h3 .pillar3-container label[for=pillar_3_approved] p, .flow-container .flow-content .page-content .sub-title .pillar3-container label[for=pillar_3_approved] p, legend .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] h3 p, .pillar3-container label[for=pillar_3_approved] .flow-container .flow-content .page-content .sub-title p, .flow-container .flow-content .page-content .pillar3-container label[for=pillar_3_approved] .sub-title p, .pillar3-container label[for=pillar_3_approved] legend p, .gauge .selma-stat .stat-figure .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .gauge .selma-stat .stat-figure p, .bot-name .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .bot-name p, .chat-input h1 .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .chat-input h1 p, .funky-fields h1 .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .funky-fields h1 p, .account-opening-page h1 .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .account-opening-page h1 p, .account-card-title .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .account-card-title p, h3 .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] span, .flow-container .flow-content .page-content .sub-title .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] span, legend .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] span, .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] h3 span, .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] .flow-container .flow-content .page-content .sub-title span, .flow-container .flow-content .page-content .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] .sub-title span, .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] legend span, .gauge .selma-stat .stat-figure .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] span, .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] .gauge .selma-stat .stat-figure span, .bot-name .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] span, .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] .bot-name span, .chat-input h1 .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] span, .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] .chat-input h1 span, .funky-fields h1 .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] span, .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] .funky-fields h1 span, .account-opening-page h1 .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] span, .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] .account-opening-page h1 span, .account-card-title .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] span, .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] .account-card-title span, h3 .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] span, .flow-container .flow-content .page-content .sub-title .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] span, legend .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] span, .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] h3 span, .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] .flow-container .flow-content .page-content .sub-title span, .flow-container .flow-content .page-content .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] .sub-title span, .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] legend span, .gauge .selma-stat .stat-figure .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] span, .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] .gauge .selma-stat .stat-figure span, .bot-name .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] span, .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] .bot-name span, .chat-input h1 .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] span, .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] .chat-input h1 span, .funky-fields h1 .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] span, .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] .funky-fields h1 span, .account-opening-page h1 .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] span, .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] .account-opening-page h1 span, .account-card-title .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] span, .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] .account-card-title span, h4 p, h4 .initial-sum-info .form-field label span, .initial-sum-info .form-field label h4 span, h4 .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] h4 p, h4 .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] span, .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] h4 span, h4 .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] span, .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] h4 span, h5 p, h5 .initial-sum-info .form-field label span, .initial-sum-info .form-field label h5 span, h5 .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] h5 p, h5 .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] span, .pillar3-container .initial-sum-info .form-field label[for=pillar_3_approved] h5 span, h5 .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] span, .initial-sum-info .form-field .pillar3-container label[for=pillar_3_approved] h5 span {
  line-height: inherit;
  margin-bottom: 0;
}

.title {
  line-height: 1.2;
  font-family: Montserrat, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 2.875rem;
}

@media print, screen and (max-width: 39.99875em) {
  .title {
    font-size: 2rem;
  }
  .top-bar .menu > li > a {
    padding: 0.7rem 0.4rem;
  }
}
.subtitle, .support-online-status, .hero-stat .stat-figure, .hero-stat .change-figure, .invest-banner-description, .empty-notice {
  font-size: 1.125rem;
  font-family: Montserrat, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.selma-label-small, .trade-card .activity-card-date, .trade-card .trade-card-date, .activity-card .activity-card-date, .activity-card .trade-card-date, .trade-card .activity-card-metadata span, .trade-card .trade-card-metadata span, .activity-card .activity-card-metadata span, .activity-card .trade-card-metadata span, .trade-card .activity-card-metadata .metadata-shares-indicator, .trade-card .trade-card-metadata .metadata-shares-indicator, .activity-card .activity-card-metadata .metadata-shares-indicator, .activity-card .trade-card-metadata .metadata-shares-indicator, .trade-card .activity-card-metadata .metadata-index-name, .trade-card .activity-card-metadata .metadata-asset-class, .trade-card .trade-card-metadata .metadata-index-name, .trade-card .trade-card-metadata .metadata-asset-class, .activity-card .activity-card-metadata .metadata-index-name, .activity-card .activity-card-metadata .metadata-asset-class, .activity-card .trade-card-metadata .metadata-index-name, .activity-card .trade-card-metadata .metadata-asset-class, .trade-card .trade-card-subtitle span, .timeline-vertical .timeline-vertical-date p, .timeline-vertical .timeline-vertical-date .initial-sum-info .form-field label span, .initial-sum-info .form-field label .timeline-vertical .timeline-vertical-date span, .timeline-vertical .timeline-vertical-date .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .timeline-vertical .timeline-vertical-date p, .flash-callout, .metadata-portfolio-category-equity, .metadata-portfolio-category-swiss_equity, .metadata-portfolio-category-private_equity, .metadata-portfolio-category-government_bonds, .metadata-portfolio-category-corporate_bonds, .metadata-portfolio-category-precious_metals, .metadata-portfolio-category-real_estate, .metadata-portfolio-category-cash, .metadata-portfolio-category-other, .metadata-portfolio-category-commodities, .account-card-contents .hero-stat .stat-label {
  font-size: 0.625rem;
  font-family: Montserrat, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.selma-label, .breadcrumbs, .copyright, .bot-status, .edit-form-save-button-hint, .helptext-container, .chat-input label, .funky-fields label, .account-opening-page label, .chat-input .form-field-error, .chat-input .form-field-info, .funky-fields .form-field-error, .funky-fields .form-field-info, .account-opening-page .form-field-error, .account-opening-page .form-field-info, .field i, .switch-label, .portfolio-card .card-isin, .app-table td, .referral-message-card, .plan-tip-block, .plan-tab-footer-content, .tabs.in-app .tabs-title a, .risk-box-label, .risk-box-percentage, .risk-calculation-date, .performance-chart tspan, .load-show {
  font-size: 0.75rem;
  font-family: Montserrat, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.selma-label-medium, .trade-card .activity-card-title > span, .trade-card .trade-card-title > span, .activity-card .activity-card-title > span, .activity-card .trade-card-title > span, .trades .trades-next-empty-text, .home-page .subtitle-header, .selma-log-page .log-next-empty-text, .editing-menu, .multi-chart-bar-legend, .portfolio-card .card-change, .floaty-body, .app-table th, .transactions-legend, .strategy-subtitle, .strategy-preview-description-box, .risk-box-heading, .risk-footer-description {
  font-size: 0.875rem;
  font-family: Montserrat, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.selma-label-large, .trade-title, .hero-stat .stat-label, .investment-field .form-field label, .price-field .form-field label, .details-card, .list-empty, .account-card-contents .hero-stat .change-figure, .account-card-contents .hero-stat .change-figures, .account-card-contents .account-card-content-row-value, .risk-box-sum, .performance-chart .recharts-reference-dot tspan, .large-intro {
  font-family: Montserrat, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

.selma-caption, .portfolio-card .card-caption, .invest-hero-description {
  font-family: Montserrat, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
}

hr {
  box-shadow: 0 1px 1px 0 rgba(35, 46, 76, 0.05);
  margin: 2rem 0;
}
hr.tiny-hr {
  width: 2rem;
  margin: 1rem auto;
}

button:focus, a:focus, select:focus {
  outline: 0;
}

fieldset {
  border-radius: 3px;
}

p:last-child, .initial-sum-info .form-field label span:last-child, .pillar3-container label[for=pillar_3_approved] p:last-child {
  margin-bottom: 0;
}

input[type=submit][disabled] {
  background-color: hsl(218, 100%, 70%);
}

select {
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}
select:focus {
  border-color: hsl(218, 100%, 70%);
}
select.validation-error, .field_with_errors select {
  border-color: #FF4D76;
}

input[type=text].validation-error, input[type=number].validation-error, input[type=email].validation-error {
  color: #FF4D76;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25), inset 0 -2px 0 #FF4D76;
}

.field_with_errors label {
  color: #FF4D76;
}

.button {
  font-family: Montserrat, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.button svg {
  float: left;
  margin-top: -0.1rem;
}
.button:active {
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  background-color: #3d81f5;
}
.button.marginless {
  margin: 0;
}
.button.button-secondary {
  background-color: transparent;
  border: 2px solid hsl(218, 100%, 70%);
  color: hsl(218, 100%, 70%);
  font-weight: 700;
}
.button.button-secondary path {
  fill: hsl(218, 100%, 70%);
}
.button.button-secondary.button-inverse {
  border-color: #ffffff;
  color: #ffffff;
}
.button.button-secondary.button-inverse path {
  fill: #ffffff;
}
.button.button-link {
  background-color: transparent;
  color: hsl(218, 100%, 70%);
  font-weight: 700;
  box-shadow: none;
}
.button.button-pink {
  color: #ffffff;
  background-color: #FF95AE;
}
.button.button-pink:hover, .button.button-pink:active, .button.button-pink:focus {
  background-color: #FF809D;
}
.button.button-dark {
  color: #ffffff;
  background-color: rgba(35, 46, 76, 0.85);
}
.button.button-dark:hover, .button.button-dark:active, .button.button-dark:focus {
  background-color: #232E4C;
}
.button.button-crazy {
  background-image: linear-gradient(-227deg, #649CFF 0%, #9481F8 100%);
}
.button.button-crazy:hover {
  background-image: linear-gradient(-227deg, #5793FC 0%, #6E58E3 100%);
}

section {
  padding: 2rem 0;
}
section.compact-section {
  padding: 0;
}
section.compact-section-below {
  padding-bottom: 0;
}
section.compact-section-above {
  padding-top: 0;
}
section.tight-section {
  padding: 1rem 0;
}
section.tight-section-below {
  padding-bottom: 1rem;
}
section.tight-section-above {
  padding-top: 1rem;
}
section.wide-section-above {
  padding-top: 5rem;
}

.heading-row {
  padding-top: 2rem;
  text-align: center;
}

.blue-row {
  background-color: hsl(218, 100%, 70%);
  color: #ffffff;
  padding: 2rem 0;
}
.blue-row a[href] {
  color: rgba(35, 46, 76, 0.85);
}
.blue-row a[href]:hover, .blue-row a[href]:focus, .blue-row a[href]:active {
  color: #232E4C;
}

.banner-group {
  margin: 2rem 0;
  background: linear-gradient(-225deg, #7664FF 0%, hsl(218, 100%, 70%) 100%);
  color: #ffffff !important;
}
.banner-group a[href] {
  color: #ffffff;
  font-weight: bold;
}
.banner-group a[href]:hover, .banner-group a[href]:focus, .banner-group a[href]:active {
  color: rgba(255, 255, 255, 0.8);
}

.light-blue-group {
  background-color: #f6f8ff;
}

.lightest-blue-group {
  background-color: #FBFCFF;
}

.reverse {
  color: #ffffff;
}

.page-container {
  position: relative;
  z-index: 0;
}

.selma-callout {
  position: relative;
  bottom: 0;
  background: white;
  border-radius: 6px;
  border: 1px solid #e2e4eb;
  margin-bottom: 2rem;
  transition: bottom 0.2s;
}
.selma-callout:before, .selma-callout:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 10px;
  width: 47%;
  height: 30px;
  background: rgba(35, 46, 76, 0.55);
  box-shadow: 0 16px 12px rgba(35, 46, 76, 0.55);
  transition: box-shadow 0.2s;
}
.selma-callout:before {
  left: 3%;
  transform: rotate(-3deg);
}
.selma-callout:after {
  right: 3%;
  transform: rotate(3deg);
}

.callout-link {
  color: #232E4C;
}
.callout-link:hover {
  color: #232E4C;
}
.callout-link:hover .selma-callout {
  bottom: 10px;
}
.callout-link:hover .selma-callout:before, .callout-link:hover .selma-callout:after {
  box-shadow: 0 22px 18px rgba(35, 46, 76, 0.55);
}

table {
  border-collapse: separate;
  border-spacing: 0;
}
table tr th {
  white-space: nowrap;
  text-align: left;
}
table tr td, table tr th {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e2e4eb;
}
table tr:first-child td, table tr:first-child th {
  border-top: 0;
}
table tr:last-child {
  border-bottom: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .small-contain {
    max-width: 100%;
    overflow: auto;
  }
}

.svg-icon {
  height: 2rem;
  vertical-align: middle;
}
.svg-icon path, .svg-icon circle {
  stroke: #a4ccff;
  stroke-width: 2;
}

.pull-up {
  position: relative;
  bottom: 2rem;
}
.pull-up + * {
  padding-top: 0;
  margin-top: -2rem;
}

.error {
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/error-3eee64f3abefc603f79acdb7a732143acd2643b46b9a328844582ee713627394.svg);
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 100%;
  max-height: 100%;
  width: 477px;
  height: 293px;
  margin: 2rem 0;
}
.error.error-404 {
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/error_404-05a33cc701b7245479932e67eb5e29633061c698f03d4932e10b5d5e9df3a9f1.svg);
}

.fade-in {
  animation: fadein 0.5s 1 ease;
}

.delayed-fade-in {
  animation: delayfadein 1.5s 1 ease;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes delayfadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cta-callout {
  background: hsl(218, 100%, 70%);
  color: #ffffff;
  margin-bottom: 0;
  cursor: pointer;
}
.cta-callout a {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}
.cta-callout.no-pointer {
  cursor: auto;
}

.standing-callout {
  padding: 0.5rem;
  text-align: center;
  border-radius: 3px;
  margin: 0.5rem 0;
}
.standing-callout.notice {
  cursor: auto;
  background: #25D2AC;
}
.standing-callout p, .standing-callout .initial-sum-info .form-field label span, .initial-sum-info .form-field label .standing-callout span, .standing-callout .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .standing-callout p {
  margin: 0;
}

.flash-callout {
  display: block;
  color: #ffffff;
  background-color: hsl(218, 100%, 70%);
  font-weight: 700;
  line-height: 0.875rem;
  text-align: center;
  letter-spacing: 0.02rem;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
}
.flash-callout.flash-callout:hover, .flash-callout.flash-callout:active {
  text-decoration: none;
  background-color: #5793FC;
  box-shadow: 0 2px 24px rgba(35, 46, 76, 0.25);
  transition: box-shadow 300ms ease-in-out;
}
.flash-callout.alert {
  background: #FF4D76;
  color: #ffffff;
}
.flash-callout.notice {
  background: #25D2AC;
  color: rgba(35, 46, 76, 0.85);
}
.flash-callout.notice.notice:hover, .flash-callout.notice.notice:active {
  background: #25D2AC;
  color: #232E4C;
}
.flash-callout.news {
  background: rgba(35, 46, 76, 0.7);
}
.flash-callout.news.news:hover, .flash-callout.news.news:active {
  background-color: #232E4C;
  transition: background-color 200ms ease-in-out;
}
.flash-callout.promotion {
  box-shadow: 0 2px 24px rgba(35, 46, 76, 0.1);
  background: linear-gradient(-225deg, #7664FF 0%, hsl(218, 100%, 70%) 100%);
}
.flash-callout.promotion.promotion:hover, .flash-callout.promotion.promotion:active {
  box-shadow: 0 4px 24px rgba(35, 46, 76, 0.25);
  transition: box-shadow 300ms ease-in-out;
}
.flash-callout.promotion.light {
  background: #D5E4F7;
  color: rgba(35, 46, 76, 0.85);
  transition: box-shadow 200ms ease-out;
}
.flash-callout.promotion.light.light:hover, .flash-callout.promotion.light .light:active {
  background: #ffffff;
  color: #232E4C;
  transition: background-color 200ms ease-in-out;
}
.flash-callout.promotion.dark {
  background: rgba(35, 46, 76, 0.85);
  color: #ffffff;
}
.flash-callout.promotion.dark.dark:hover, .flash-callout.promotion.dark .dark:active {
  background: #232E4C;
  transition: background-color 200ms ease-in-out;
}
.flash-callout.promotion.strategy-not-confirmed {
  background: #FF4D76;
  color: #ffffff;
}
.flash-callout .close-button {
  color: #f6f8ff;
  font-size: 1.5rem;
  margin-top: 0.25rem;
}
.flash-callout .close-button:hover {
  color: #ffffff;
}

a.flash-callout {
  color: #ffffff;
}
a.flash-callout:hover, a.flash-callout:active {
  color: #ffffff;
  text-decoration: underline;
}
a.flash-callout.notice:hover, a.flash-calloutnotice:active, a.flash-callout.promotion.light:hover, a.flash-calloutpromotion.light:active {
  color: #232E4C;
}

.login-links {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  text-align: center;
}

.login-link {
  margin: 10px;
}

.login-field label {
  margin-bottom: 0.5rem;
}

.selma-submit-button {
  background-color: #3d67ff;
  font-weight: 700;
}

.consent-submit-button {
  margin-bottom: 0.5rem;
}

@media screen and (min-height: 600px) {
  .login-page .page-container, .forgot-password-page .page-container, .resend-email-page .page-container, .change-password-page .page-container, .show-code-page .page-container, .continue-in-app-page .page-container {
    height: 100vh;
  }
}
.login-page .page-container .content-container, .forgot-password-page .page-container .content-container, .resend-email-page .page-container .content-container, .change-password-page .page-container .content-container, .show-code-page .page-container .content-container, .continue-in-app-page .page-container .content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 55px);
}

.breadcrumbs {
  padding: 0;
  color: rgba(35, 46, 76, 0.5);
}
.breadcrumbs li::after {
  content: ">";
  color: rgba(35, 46, 76, 0.5);
  display: inline-block;
  margin-left: 0.5rem;
}
.breadcrumbs li:last-child::after {
  content: "";
}

.text-icon {
  display: inline-block;
  stroke: #232E4C;
  fill: #232E4C;
  vertical-align: middle;
  height: 3rem;
  width: 3rem;
}
.text-icon.inactive {
  visibility: hidden;
}

.bubble-icon path {
  fill: hsl(218, 100%, 70%);
}

.preview-disclaimer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.4rem;
  background: red;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  z-index: 999;
}

.trade-card, .portfolio-card, .report-card, .details-card, .referral-message-card, .plan-tip-block, .account-card, .mobile-card {
  font-family: Montserrat, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #232E4C;
  border-radius: 6px;
  background: #ffffff;
  padding: 1.5rem 1rem 1.5rem 1rem;
  box-shadow: 0px 10px 8px 1px rgba(35, 46, 76, 0.05);
}

.horizontal-rule {
  border-top: 1px solid rgba(35, 46, 76, 0.1);
}

.selma-embedded {
  background: transparent;
  color: #ffffff;
  font-weight: 800;
  text-shadow: 0 1px 6px rgba(35, 46, 76, 0.5);
}
.selma-embedded .animated-check {
  margin-top: 0;
  vertical-align: middle;
}

.login-page .top-bar, .forgot-password-page .top-bar, .resend-email-page .top-bar, .change-password-page .top-bar, .show-code-page .top-bar {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 0;
  z-index: 99;
}

.simple-change-arrow, .risk-box-minus {
  margin-left: -0.25rem;
  vertical-align: baseline;
  transform: scaleX(0.5);
}
.simple-change-arrow.simple-negative-arrow, .risk-box-minus {
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #FF95AE transparent transparent;
  display: inline-block;
}
.simple-change-arrow.simple-positive-arrow, .simple-positive-arrow.risk-box-minus {
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #25D2AC;
  display: inline-block;
}

.steps .step {
  display: flex;
}
.steps .step:last-child .line {
  display: none;
}
.steps .step .step-info {
  flex-grow: 1;
  padding: 0.5rem;
  display: flex;
  align-self: center;
  flex-direction: column;
}
.steps .step .circle-container {
  flex-basis: 38px;
  position: relative;
  margin-right: 0.5rem;
}
.steps .step .circle-container .line {
  position: absolute;
  height: 100%;
  width: 3px;
  background: repeating-linear-gradient(0deg, white, white 3px, #9196a5 3px, #9196a5 6px);
  top: 38px;
  left: 18px;
}
.steps .step .circle-container .circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: relative;
  border: 2px solid #2FD080;
  font-weight: 700;
  box-sizing: border-box;
  text-align: center;
  line-height: 34px;
  background: white;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.steps .step .circle-container.done .line {
  background: repeating-linear-gradient(0deg, white, white 3px, #2FD080 3px, #2FD080 6px);
}
.steps .step .circle-container.done .circle {
  background: url(https://d1lvf68m8nboct.cloudfront.net/assets/check_mark_white-e5c84add158e8a0510d945a92fd67ec685a7521ed29a9b0e0508d7c88d0de7dd.svg) no-repeat center center;
}
.steps .step .circle-container.current .circle {
  color: #2FD080;
}
.steps .step .circle-container.current .circle:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 2px solid #2FD080;
  z-index: 1;
}
.steps .step .circle-container.next .circle {
  border: 2px solid rgba(35, 46, 76, 0.5);
  color: rgba(35, 46, 76, 0.5);
}

.animated-check {
  width: 60px;
  height: 60px;
  margin-top: 1rem;
  opacity: 0;
  animation-name: fade-check;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.animated-check .check-mark {
  stroke-width: 4;
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  animation-name: draw-check;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@keyframes fade-check {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes draw-check {
  from {
    stroke-dashoffset: 40;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.hero-bubbles .typing-bubble {
  margin-top: 1rem;
}

@media print, screen and (min-width: 40em) {
  .hero-bubbles {
    margin-left: 3.5rem;
  }
}
.bot-avatar {
  float: left;
  height: 3rem;
  width: 3rem;
  margin-right: 1rem;
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/logos/selmaIconBg-d4ccff3b27868af6120b96296f0e429deb581ae6cd03f43c175484d77731a7a9.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.1s linear;
}
.bot-avatar.patrik-avatar {
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/bot-patrik-avatar-5de3af35680231c20d7cfcf0caa7eed44e4ffe0cf0a4261b8e4e0b6e7d5f48fa.png);
}

.chat-bubble {
  border-radius: 6px;
  background: #ffffff;
  padding: 0.75rem;
  position: relative;
  overflow: visible;
  margin-bottom: 0.5rem;
  float: left;
  clear: both;
  box-shadow: 0 1px 2px 0 #B4C5D9;
}
.chat-bubble p, .chat-bubble .initial-sum-info .form-field label span, .initial-sum-info .form-field label .chat-bubble span, .chat-bubble .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .chat-bubble p {
  margin: 0;
}
.chat-bubble::before {
  content: "";
  position: absolute;
  left: 1px;
  margin-left: -4px;
  top: 50%;
  margin-top: -0.25rem;
  width: 10px;
  height: 10px;
  background: #ffffff;
  transform: rotate(156deg) skew(30deg);
  box-shadow: 2px 1px 1px -1px rgb(215, 224.1891891892, 235);
}
.chat-bubble.user-bubble {
  float: right;
  border: 0;
  background: hsl(218, 100%, 70%);
  color: #ffffff;
}
.chat-bubble.user-bubble::before {
  transform: scaleX(-1) rotate(156deg) skew(30deg);
  right: 1px;
  left: auto;
  margin-right: -4px;
  margin-left: auto;
  background: hsl(218, 100%, 70%);
}
.chat-bubble.typing-bubble {
  float: left;
  clear: both;
  background-color: #D5E4F7;
  color: #778aa5;
  padding: 0.1rem 0.25rem 0 0.25rem;
  border-radius: 6px;
  font-size: 3rem;
  line-height: 0.6;
}
.chat-bubble.typing-bubble::before {
  background: #D5E4F7;
}
.chat-bubble span {
  animation-name: pulsate;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.chat-bubble span:nth-child(2) {
  animation-delay: 0.2s;
}
.chat-bubble span:nth-child(3) {
  animation-delay: 0.4s;
}

.selma-green-box {
  background-color: #87E8B7;
  padding: 1rem;
  border-radius: 6px;
  margin: 1rem 0;
  color: #232E4C;
}

@keyframes pulsate {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.bg-green {
  background-color: #87E8B7;
}

.bg-blue {
  background-color: #D5E4F7;
}

.bg-red {
  background-color: #FFEBEF;
}

.bg-yellow {
  background-color: #FFE175;
}

.flex-vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex-vertical-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.color-dark-100 {
  color: #232E4C;
}

.color-dark-85 {
  color: rgba(35, 46, 76, 0.85);
}

.color-dark-70 {
  color: rgba(35, 46, 76, 0.7);
}

.color-dark-50 {
  color: rgba(35, 46, 76, 0.5);
}

.color-dark-25 {
  color: rgba(35, 46, 76, 0.25);
}

.color-dark-10 {
  color: rgba(35, 46, 76, 0.1);
}

.color-dark-05 {
  color: rgba(35, 46, 76, 0.05);
}

@media print {
  a, .app-top-bar-container, .app-footer, footer, .tabs, .tabs-title, .cta-callout {
    display: none;
    visibility: hidden;
  }
  .app-frame:before {
    content: url(https://d1lvf68m8nboct.cloudfront.net/assets/logo-3cdc36694b8e6cb3e8720090dfeee960007e45d822c08bff46249d40ab32e5f7.png) !important;
    position: absolute;
    top: 1.5rem;
    left: 50%;
    margin-left: -62px;
  }
}
.selma-log-page .subtitle-header {
  text-align: center;
  margin: 1.5rem 0;
}
.selma-log-page .log-section-content-next .grid-x, .selma-log-page .log-section-content-done .grid-x {
  justify-content: center;
}
.selma-log-page .log-next-empty-text {
  color: #778aa5;
}
.selma-log-page .trade-title {
  margin-top: 2rem;
}
.selma-log-page .trade-title .no-trades {
  text-align: center;
}
.selma-log-page .trade-title .no-trading-image {
  margin-top: 0;
}
.selma-log-page h4 {
  margin-top: 1rem;
}

.home-page .subtitle-header {
  color: #778aa5;
  margin-bottom: 0.5rem;
  text-align: left;
}
.home-page .log-section-content {
  justify-content: center;
}
.home-page .trade-section, .home-page .log-section {
  background-color: #E7F1FF;
}
.home-page .trade-section .trades-next-empty-text, .home-page .log-section .trades-next-empty-text {
  text-align: left;
}
.home-page .trade-section .bot-avatar, .home-page .log-section .bot-avatar {
  position: absolute;
  width: 5rem;
  height: 5rem;
  left: 50%;
  margin-left: -2.5rem;
  margin-top: -4.5rem;
}
.home-page .trade-section .header-disclaimer-text, .home-page .log-section .header-disclaimer-text {
  color: rgba(35, 46, 76, 0.55);
}
.home-page .trade-section .trade-title h1, .home-page .log-section .trade-title h1 {
  font-size: 20px;
}
.home-page .trade-section .navigation, .home-page .log-section .navigation {
  text-align: center;
  display: block;
  margin: 1.5rem 0;
  font-weight: 700;
}
@media print, screen and (max-width: 39.99875em) {
  .home-page .trade-section .trade-section-trades, .home-page .trade-section .log-section-content, .home-page .log-section .trade-section-trades, .home-page .log-section .log-section-content {
    justify-content: center;
  }
}

.timeline-vertical .timeline-vertical-date {
  text-align: center;
  width: 100%;
  margin-top: 0;
}
.timeline-vertical .timeline-vertical-date p, .timeline-vertical .timeline-vertical-date .initial-sum-info .form-field label span, .initial-sum-info .form-field label .timeline-vertical .timeline-vertical-date span, .timeline-vertical .timeline-vertical-date .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .timeline-vertical .timeline-vertical-date p {
  color: #ffffff;
  display: inline-block;
  background-color: #232E4C;
  border-radius: 9px;
  padding: 0.25rem 1rem;
}
.timeline-vertical .timeline-vertical-content {
  position: relative;
  margin: 0.5rem 0;
}
.timeline-vertical .timeline-vertical-content::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 3px solid #232E4C;
}
@media print, screen and (max-width: 39.99875em) {
  .timeline-vertical .timeline-vertical-content::after {
    border-left: none;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .timeline-vertical .timeline-vertical-content .timeline-vertical-content-right {
    position: relative;
  }
  .timeline-vertical .timeline-vertical-content .timeline-vertical-content-right.same-type::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 3px solid #e2e4eb;
  }
  .timeline-vertical .timeline-vertical-content .timeline-vertical-content-right.same-type div {
    margin-left: 0.5rem;
  }
}
.timeline-vertical .timeline-vertical-content .timeline-vertical-content-right > div {
  margin-left: 0.5rem;
}
.timeline-vertical .timeline-vertical-content .timeline-vertical-content-left > div {
  margin-right: 0.5rem;
}
.timeline-vertical .timeline-vertical-content .timeline-vertical-content-right:first-child, .timeline-vertical .timeline-vertical-content .timeline-vertical-content-right:nth-child(2), .timeline-vertical .timeline-vertical-content .timeline-vertical-content-left:first-child, .timeline-vertical .timeline-vertical-content .timeline-vertical-content-left:nth-child(2) {
  margin-top: 0.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .timeline-vertical .timeline-vertical-content .timeline-vertical-content-right:first-child, .timeline-vertical .timeline-vertical-content .timeline-vertical-content-right:nth-child(2), .timeline-vertical .timeline-vertical-content .timeline-vertical-content-left:first-child, .timeline-vertical .timeline-vertical-content .timeline-vertical-content-left:nth-child(2) {
    margin-top: 0;
  }
}
.timeline-vertical .timeline-vertical-content .timeline-vertical-content-right.hidden, .timeline-vertical .timeline-vertical-content .timeline-vertical-content-left.hidden {
  visibility: hidden;
}
@media print, screen and (max-width: 39.99875em) {
  .timeline-vertical .timeline-vertical-content .timeline-vertical-content-right > div, .timeline-vertical .timeline-vertical-content .timeline-vertical-content-left > div {
    margin-left: 0;
    margin-right: 0;
  }
  .timeline-vertical .timeline-vertical-content .timeline-vertical-content-right.hidden, .timeline-vertical .timeline-vertical-content .timeline-vertical-content-left.hidden {
    display: none;
  }
}
.timeline-vertical .activity-card-date, .timeline-vertical .trade-card-date {
  display: none;
}

.timeline-list .trade-card, .timeline-list .activity-card {
  margin-left: 0;
}

.activity-card .activity-card-title .bank-name {
  font-weight: 700;
  text-transform: uppercase;
}
.activity-card .activity-card-title .separator {
  margin: 0 0.25rem;
  color: #e2e4eb;
}

.trade-card {
  padding: 0;
  background-color: #ffffff;
  cursor: pointer;
}
.trade-card .trade-card-subtitle span {
  color: rgba(35, 46, 76, 0.7);
}
.trade-card .trade-card-subtitle .approved-check {
  color: #25D2AC !important;
  margin: 0 0.5rem;
  display: inline-block;
}
.trade-card .trade-card-subtitle .separator {
  margin: 0 0.5rem;
}
.trade-card .trade-card-subtitle .fund-name {
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .trades {
    padding: 0 0.5rem;
  }
}
.trades .trades-next-empty-text {
  margin: 1.5rem 0;
  text-align: center;
  color: rgba(35, 46, 76, 0.55);
}

.trade-title .no-trades {
  color: rgba(35, 46, 76, 0.55);
}

.trade-card, .activity-card {
  padding: 1rem;
}
@media print, screen and (max-width: 39.99875em) {
  .trade-card, .activity-card {
    margin: 0;
  }
}
.trade-card .activity-card-metadata .xs-spacing-top, .trade-card .trade-card-metadata .xs-spacing-top, .activity-card .activity-card-metadata .xs-spacing-top, .activity-card .trade-card-metadata .xs-spacing-top {
  margin-top: 0.5rem !important;
}
.trade-card .activity-card-metadata .metadata-index-name, .trade-card .activity-card-metadata .metadata-asset-class, .trade-card .trade-card-metadata .metadata-index-name, .trade-card .trade-card-metadata .metadata-asset-class, .activity-card .activity-card-metadata .metadata-index-name, .activity-card .activity-card-metadata .metadata-asset-class, .activity-card .trade-card-metadata .metadata-index-name, .activity-card .trade-card-metadata .metadata-asset-class {
  color: rgba(35, 46, 76, 0.7);
}
.trade-card .activity-card-metadata .metadata-shares-indicator, .trade-card .trade-card-metadata .metadata-shares-indicator, .activity-card .activity-card-metadata .metadata-shares-indicator, .activity-card .trade-card-metadata .metadata-shares-indicator {
  background-color: #f6f8ff;
  border-radius: 3px;
  padding: 0.25rem 1rem;
  margin-right: 1rem;
}
.trade-card .activity-card-metadata span, .trade-card .trade-card-metadata span, .activity-card .activity-card-metadata span, .activity-card .trade-card-metadata span {
  color: rgba(35, 46, 76, 0.7);
}
.trade-card .activity-card-date, .trade-card .trade-card-date, .activity-card .activity-card-date, .activity-card .trade-card-date {
  color: rgba(35, 46, 76, 0.7);
  margin: 0.25rem 0;
}

.done-activities-content, .next-activities-content {
  margin-bottom: 0.5rem;
}

.log-section-content .trade-card {
  border-radius: 6px;
  background-color: transparent;
  border: 1px solid #e2e4eb;
  box-shadow: none;
}

.activity-card.selma {
  border-radius: 6px;
  border: 1px solid #e2e4eb;
}

.activity-card.you {
  border-radius: 6px;
  background-color: #E7F1FF;
  border: 1px solid #e2e4eb;
}

.subscription-page .page-title {
  margin: 1.5rem 0;
}
.subscription-page .separator {
  margin: 0 0.75rem;
  color: rgba(35, 46, 76, 0.25);
}
.subscription-page .info-user-without-fee {
  margin-top: 4rem;
}
.subscription-page .payouts-title {
  margin-top: 2rem;
}
.subscription-page .payouts-amount-table > div, .subscription-page .friends-invited > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.subscription-page .subscription-page-fee .your-amount-section {
  margin-top: 2rem;
}
@media print, screen and (max-width: 39.99875em) {
  .subscription-page .subscription-page-fee .your-investments-section {
    margin-top: 1.5rem;
  }
}
.subscription-page .subscription-page-fee .sub-title-info {
  display: flex;
  align-items: center;
}
.subscription-page .subscription-page-fee .sub-title-info.margin-bottom {
  margin-bottom: 1.5rem;
}
.subscription-page .subscription-page-fee .selma-fee-section .selma-price-tier-tag {
  margin-top: 1.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .subscription-page .subscription-page-fee .selma-fee-section .selma-price-tier-tag {
    margin-top: 0;
  }
}
.subscription-page .subscription-page-fee .selma-fee-section .go-to-next-tier {
  margin-top: 0.75rem;
}
.subscription-page .subscription-page-fee .price-per-month-section {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.subscription-page .subscription-page-fee .price-per-month {
  margin-bottom: 0;
}
.subscription-page .subscription-page-fee .product-costs-details .pension-section {
  margin-top: 1rem;
}
.subscription-page .subscription-page-fee .product-costs-details .selma-service-fee {
  display: inline-block;
}
.subscription-page .subscription-page-fee .selma-tip-box {
  padding: 1.5rem;
}
.subscription-page .subscription-page-payouts .payouts-subtitle {
  margin-bottom: 1.5rem;
}
.subscription-page .subscription-page-payouts .selma-tip-box {
  margin-top: 0;
}
.subscription-page .subscription-page-payouts .payouts-title {
  margin-bottom: 2rem;
}
.subscription-page .subscription-page-payouts .payouts-break-down .payouts-amount-table {
  margin-bottom: 2rem;
}
.subscription-page .selma-price-tier-change-disclaimer {
  margin-top: 0.5rem;
}

.session-timeout-modal .notice-text {
  margin: 1em 0 2em;
  text-align: center;
}

/* CSS variables. */
:root {
  --PhoneInput-color--focus: #03b2cb;
  --PhoneInputInternationalIconPhone-opacity: 0.8;
  --PhoneInputInternationalIconGlobe-opacity: 0.65;
  --PhoneInputCountrySelect-marginRight: 0.35em;
  --PhoneInputCountrySelectArrow-width: 0.3em;
  --PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
  --PhoneInputCountrySelectArrow-borderWidth: 1px;
  --PhoneInputCountrySelectArrow-opacity: 0.45;
  --PhoneInputCountrySelectArrow-color: inherit;
  --PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
  --PhoneInputCountrySelectArrow-transform: rotate(45deg);
  --PhoneInputCountryFlag-aspectRatio: 1.5;
  --PhoneInputCountryFlag-height: 1em;
  --PhoneInputCountryFlag-borderWidth: 1px;
  --PhoneInputCountryFlag-borderColor: rgba(0, 0, 0, 0.5);
  --PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
  --PhoneInputCountryFlag-backgroundColor--loading: rgba(0, 0, 0, 0.1);
}

.react-phone-number-form-field {
  width: 20rem;
}

.PhoneInput {
  /* This is done to stretch the contents of this component. */
  display: flex;
  align-items: center;
}

.PhoneInputInput {
  /* The phone number input stretches to fill all empty space */
  flex: 1;
  /* The phone number input should shrink
    to make room for the extension input */
  min-width: 0;
}

.PhoneInputCountryIcon {
  width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
  height: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--square {
  width: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--border {
  /* Removed `background-color` because when an `<img/>` was still loading
    it would show a dark gray rectangle. */
  /* For some reason the `<img/>` is not stretched to 100% width and height
    and sometime there can be seen white pixels of the background at top and bottom. */
  background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
  /* Border is added via `box-shadow` because `border` interferes with `width`/`height`. */
  /* For some reason the `<img/>` is not stretched to 100% width and height
    and sometime there can be seen white pixels of the background at top and bottom,
    so an additional "inset" border is added. */
  box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
}

.PhoneInputCountryIconImg {
  /* Fixes weird vertical space above the flag icon. */
  /* https://gitlab.com/catamphetamine/react-phone-number-input/-/issues/7#note_348586559 */
  display: block;
  /* 3rd party <SVG/> flag icons won't stretch if they have `width` and `height`.
    Also, if an <SVG/> icon's aspect ratio was different, it wouldn't fit too. */
  width: 100%;
  height: 100%;
}

.PhoneInputInternationalIconPhone {
  opacity: var(--PhoneInputInternationalIconPhone-opacity);
}

.PhoneInputInternationalIconGlobe {
  opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}

/* Styling native country `<select/>`. */
.PhoneInputCountry {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  margin-right: var(--PhoneInputCountrySelect-marginRight);
  margin-bottom: 1.25rem;
}

.PhoneInputCountrySelect {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  border: 0;
  opacity: 0;
  cursor: pointer;
}

.PhoneInputCountrySelect[disabled] {
  cursor: default;
}

.PhoneInputCountrySelectArrow {
  display: block;
  content: "";
  width: var(--PhoneInputCountrySelectArrow-width);
  height: var(--PhoneInputCountrySelectArrow-width);
  border-style: solid;
  border-color: var(--PhoneInputCountrySelectArrow-color);
  border-top-width: 0;
  border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
  border-left-width: 0;
  border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
  transform: var(--PhoneInputCountrySelectArrow-transform);
  opacity: var(--PhoneInputCountrySelectArrow-opacity);
  margin: 0 8px 0 12px;
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
  opacity: 1;
  color: var(--PhoneInputCountrySelectArrow-color--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
  box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
  opacity: 1;
  color: var(--PhoneInputCountrySelectArrow-color--focus);
}

.strategy-confirmation-intro-page .page-content .intro-image {
  width: 250px;
  height: 250px;
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/strategy-confirmation/img-3769d71735e2bd69f9f1301d5cf87e7c758bd4163f22eba61f3ec3fec2af95c9.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 2rem;
}

.strategy-confirmation-changes-page .changes-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: left;
}
.strategy-confirmation-changes-page .changes-content p, .strategy-confirmation-changes-page .changes-content .initial-sum-info .form-field label span, .initial-sum-info .form-field label .strategy-confirmation-changes-page .changes-content span, .strategy-confirmation-changes-page .changes-content .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .strategy-confirmation-changes-page .changes-content p {
  padding: 0;
  text-align: left;
  margin-bottom: 0;
}
.strategy-confirmation-changes-page .changes-content .list {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.strategy-confirmation-changes-page .changes-content .list ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
.strategy-confirmation-changes-page .changes-content .list .changes-item {
  padding: 1rem;
  text-decoration: none;
}
.strategy-confirmation-changes-page .changes-content .list .changes-item:not(:first-child) {
  margin: 0.5rem 0;
}
.strategy-confirmation-changes-page .changes-content .list .changes-item .changes-item-label {
  position: relative;
  width: 100%;
}
.strategy-confirmation-changes-page .changes-content .list .changes-item .changes-item-label .changes-item-type {
  margin-right: 10px;
}
.strategy-confirmation-changes-page .changes-content .list .changes-item .changes-item-label .changes-item-count {
  position: absolute;
  height: 24px;
  width: 24px;
  right: 0;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(35, 46, 76, 0.25);
}
.strategy-confirmation-changes-page .changes-content .change-strategy-picks {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(35, 46, 76, 0.25);
  border-radius: 6px;
}
.strategy-confirmation-changes-page .selma-will-do {
  margin-bottom: 0;
}

.strategy-confirmation-investments-page .strategy-card-section {
  margin-bottom: 0.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  .strategy-confirmation-investments-page .strategy-card-section .column, .strategy-confirmation-investments-page .strategy-card-section .columns {
    padding-left: 0;
    padding-right: 0;
  }
}
.strategy-confirmation-investments-page .column:first-child, .strategy-confirmation-investments-page .columns:first-child {
  padding-left: 0;
}
.strategy-confirmation-investments-page .column:last-child, .strategy-confirmation-investments-page .columns:last-child {
  padding-right: 0;
}
.strategy-confirmation-investments-page .your-plan .header-title, .strategy-confirmation-investments-page .your-plan .flow-container .flow-content .page-content .sub-title, .flow-container .flow-content .page-content .strategy-confirmation-investments-page .your-plan .sub-title, .strategy-confirmation-investments-page .your-plan .flow-container .flow-content .page-content .title, .flow-container .flow-content .page-content .strategy-confirmation-investments-page .your-plan .title {
  margin-bottom: 0.75rem;
}
.strategy-confirmation-investments-page .strategy-deviation-cards {
  width: 100%;
  margin-top: 1.5rem;
}

.password-input-indicator .input-wrapper {
  position: relative;
}
.password-input-indicator .input-wrapper input {
  padding-right: 35px;
  width: 100%;
}
.password-input-indicator .input-wrapper div {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0;
  top: 25%;
  margin-right: 0.75rem;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media print, screen and (max-width: 63.99875em) {
  .password-input-indicator .input-wrapper div {
    margin-right: 0;
  }
}
.password-input-indicator .input-wrapper div.accepted-password-icon {
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/passwords/strong-0e01061a8702238a5cee0c9c271e47016399bd06369f30871e33446fc61c8167.svg);
  background-color: #ffffff;
}
.password-input-indicator .strength-bar {
  visibility: hidden;
  max-width: 425px;
}
.password-input-indicator .strength-bar.visible {
  visibility: visible;
}
.password-input-indicator .strength-bar .score-password {
  color: #FF4D76 !important;
}
.password-input-indicator .strength-bar .score-password.accepted {
  color: #25D2AC !important;
}

.accordion .accordion-item {
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.5rem;
  border-radius: 6px;
}
.accordion .accordion-item .heading {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
}
.accordion .accordion-item .heading .heading-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.accordion .accordion-item .panel {
  padding: 0 1rem 1rem 1rem;
}
.flow-container {
  height: 100%;
  background-color: #FAFCFF;
  animation: fadein 0.5s 1 ease-in;
}
.flow-container .column.no-padding-sides, .flow-container .no-padding-sides.columns {
  padding-left: 0;
  padding-right: 0;
}
.flow-container .confirmation-button.confirmation-successful {
  background: #2FD080;
  display: flex;
  justify-content: center;
}
.flow-container .confirmation-button.confirmation-successful .animated-check {
  height: 23px;
  width: 30px;
}
.flow-container .flow-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc(100vh - 46px - 112px - 10px);
  overflow: auto;
  padding: 1.5rem;
}
@media screen and (min-height: 900px) {
  .flow-container .flow-content {
    padding-top: 220px;
  }
}
.flow-container .flow-content .page-content {
  animation: fadein 0.5s 1 ease-in;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 600px;
}
.flow-container .flow-content .page-content .title {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.flow-container .flow-content .page-content .sub-title {
  margin-bottom: 0.5rem;
}
.flow-container .flow-content .page-content .info {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #232E4C;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.flow-container .flow-content .page-content .gradient-bottom-border::after {
  margin-top: 2rem;
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(-90deg, #4A95EE 0%, #6CFFE4 100%);
}
.flow-container .flow-content .page-content .label-bold {
  font-weight: 700;
}
.flow-container .flow-content .page-content .paragraph {
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1.5rem;
}
.flow-container .flow-content .page-content .paragraph a {
  background-color: transparent;
  color: hsl(218, 100%, 70%);
  font-weight: 700;
  box-shadow: none;
}
.flow-container .flow-content .page-content .bubbles-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  width: 100%;
}
.flow-container .flow-content .page-content .bubbles-container .selma-avatar {
  width: 48px;
  height: 48px;
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/logos/selmaIconBg-d4ccff3b27868af6120b96296f0e429deb581ae6cd03f43c175484d77731a7a9.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
  align-self: center;
}
.flow-container .flow-content .page-content .bubbles-container .first-bubble {
  display: flex;
}
.flow-container .flow-content .page-content .bubbles-container .first-bubble .chat-bubble {
  max-width: calc(100% - (64px));
}
.flow-container .flow-content .page-content .bubbles-container .first-bubble .chat-bubble.typing-bubble {
  width: inherit !important;
}
@media print, screen and (min-width: 40em) {
  .flow-container .flow-content .page-content .bubbles-container .rest-bubbles {
    margin-left: 48px;
    padding-left: 1rem;
  }
}
.flow-container .flow-content .page-content .bubbles-container .chat-bubble {
  background: #ffffff;
}
.flow-container .flow-content .page-content .bubbles-container .chat-bubble.typing-bubble {
  padding: 0.1rem 0.75rem 0 0.75rem;
  height: 2.5rem;
  width: 4rem;
}
.flow-container .flow-content .page-content .bubbles-container .chat-bubble.typing-bubble::before {
  background: #ffffff;
}
.flow-container .flow-content .page-content .bubbles-container .chat-bubble.bubble-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}
.flow-container .flow-topbar {
  height: 46px;
  color: hsl(218, 100%, 70%);
  background: #ffffff;
  display: flex;
  justify-content: space-between;
}
.flow-container .flow-topbar .navigation-link {
  display: flex;
  cursor: pointer;
  padding: 0.75rem;
  align-items: center;
}
.flow-container .flow-topbar .navigation-link .navigation-arrow {
  width: 24px;
  height: 24px;
  margin-right: 0.25rem;
  background-image: url(https://d1lvf68m8nboct.cloudfront.net/assets/strategy-confirmation/caret-52f7af6fa05f0f75b10c36f770092e581207a7fb3f2307c55d7502059b1f6de2.svg);
}
.flow-container .flow-topbar .navigation-link .navigation-link-text {
  color: hsl(218, 100%, 70%);
  cursor: pointer;
  display: flex;
  align-items: center;
}
.flow-container .flow-topbar .snooze {
  margin-left: auto;
}
.flow-container .flow-footer {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background: #ffffff;
}
.flow-container .flow-footer .indicator {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.flow-container .flow-footer .indicator .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(35, 46, 76, 0.5);
  margin: 0 0.25rem;
}
.flow-container .flow-footer .indicator .active {
  background-color: hsl(218, 100%, 70%);
}
.flow-container .flow-footer button {
  max-width: 285px;
  color: #ffffff;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  margin-right: auto;
  margin-left: auto;
}
.flow-container .flow-footer button div {
  color: #ffffff;
}

.withdrawal-chat-container {
  margin-top: 4rem;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .withdrawal-chat-container {
    width: inherit;
    margin-top: 14vh;
  }
}
.withdrawal-chat-container .page-content .chat-body {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .withdrawal-chat-container .page-content .chat-body {
    width: 600px;
  }
}
.withdrawal-chat-container .page-content .bubbles-container {
  flex-direction: column;
}
.withdrawal-chat-container .page-content .bubbles-container .first-bubble {
  display: flex;
}

.withdrawal-request-form-page .page-content .withdrawal-request-form-body {
  margin-top: 2rem;
}
@media print, screen and (min-width: 40em) {
  .withdrawal-request-form-page .page-content .withdrawal-request-form-body {
    width: 600px;
  }
}
.withdrawal-request-form-page .page-content .withdrawal-request-form-body .reference-accounts-ibans-header {
  margin-top: 1.5rem;
}
.withdrawal-request-form-page .page-content .withdrawal-request-form-body .reference-accounts-ibans-list {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.withdrawal-request-form-page .page-content .withdrawal-request-form-body .reference-accounts-ibans-list .radio-group .label-text p, .withdrawal-request-form-page .page-content .withdrawal-request-form-body .reference-accounts-ibans-list .radio-group .label-text .initial-sum-info .form-field label span, .initial-sum-info .form-field label .withdrawal-request-form-page .page-content .withdrawal-request-form-body .reference-accounts-ibans-list .radio-group .label-text span {
  font-size: 0.875rem;
  line-height: 1.1875rem;
}
.withdrawal-request-form-page .page-content .withdrawal-request-form-body .currency-field-with-adornment {
  position: relative;
}
.withdrawal-request-form-page .page-content .withdrawal-request-form-body .currency-field-with-adornment span.unit {
  width: 3rem;
  padding: 0 0 1rem 1rem;
}
.withdrawal-request-form-page .page-content .withdrawal-request-form-body .currency-field-with-adornment .inputAdornment {
  position: absolute;
  right: 4rem;
  top: 1.9rem;
  cursor: pointer;
}
.withdrawal-request-form-page .page-content .withdrawal-request-form-body .currency-field-with-adornment .inputAdornment button {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  font-weight: 600;
  color: #649CFF;
  cursor: pointer;
}
.withdrawal-request-form-page .page-content .withdrawal-request-form-body .currency-field-with-adornment .inputAdornment button.disabled {
  color: rgba(35, 46, 76, 0.5);
}
.withdrawal-request-form-page .page-content .withdrawal-request-form-body .radio-row label .label-text p, .withdrawal-request-form-page .page-content .withdrawal-request-form-body .radio-row .initial-sum-info .form-field label .label-text span, .initial-sum-info .form-field .withdrawal-request-form-page .page-content .withdrawal-request-form-body .radio-row label .label-text span {
  font-size: 0.875rem;
  line-height: 1.1875rem;
}

.withdrawal-request-reasons-page .page-content input[type=checkbox]:checked ~ label .label-text {
  font-weight: 600;
}
.withdrawal-request-reasons-page .page-content .label-text {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #232E4C;
}
.withdrawal-request-reasons-page .page-content .label-text p, .withdrawal-request-reasons-page .page-content .label-text .initial-sum-info .form-field label span, .initial-sum-info .form-field label .withdrawal-request-reasons-page .page-content .label-text span {
  line-height: 1.5rem;
}

.withdrawal-request-summary-page .page-content .details-card {
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .withdrawal-request-summary-page .page-content .details-card {
    width: 600px;
  }
}
.withdrawal-request-summary-page .page-content .details-card button {
  margin-bottom: 0;
}
.withdrawal-request-summary-page .page-content .details-card .full-withdrawal-disclaimer {
  background: #E7F1FF;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 9px;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: rgba(35, 46, 76, 0.7);
}

.performance-value-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  padding: 32px;
  border-radius: 6px;
  white-space: pre-line;
  min-height: unset;
  max-height: 75vh;
}

.performance-title {
  margin-bottom: 16px;
}

h1.header-title, .flow-container .flow-content .page-content h1.title, .flow-container .flow-content .page-content h1.sub-title {
  font-size: 3rem;
  color: #232E4C;
  font-weight: 700;
}
@media print, screen and (max-width: 63.99875em) {
  h1.header-title, .flow-container .flow-content .page-content h1.title, .flow-container .flow-content .page-content h1.sub-title {
    font-size: 1.5rem;
  }
}

h2.header-title, .header-title.edit-section-title, .header-title.expandable-block-toggler, .flow-container .flow-content .page-content .title, .flow-container .flow-content .page-content h2.sub-title, .flow-container .flow-content .page-content .edit-section-title.sub-title, .flow-container .flow-content .page-content .expandable-block-toggler.sub-title {
  font-size: 1.625rem;
  color: #232E4C;
  font-weight: 700;
}
@media print, screen and (max-width: 63.99875em) {
  h2.header-title, .header-title.edit-section-title, .header-title.expandable-block-toggler, .flow-container .flow-content .page-content .title, .flow-container .flow-content .page-content h2.sub-title, .flow-container .flow-content .page-content .edit-section-title.sub-title, .flow-container .flow-content .page-content .expandable-block-toggler.sub-title {
    font-size: 1.25rem;
  }
}

h3.header-title, .gauge .selma-stat .header-title.stat-figure, .header-title.bot-name, .chat-input h1.header-title, .funky-fields h1.header-title, .account-opening-page h1.header-title, .header-title.account-card-title, legend.header-title, .flow-container .flow-content .page-content h3.title, .gauge .selma-stat .flow-container .flow-content .page-content .stat-figure.title, .flow-container .flow-content .page-content .gauge .selma-stat .stat-figure.title, .flow-container .flow-content .page-content .bot-name.title, .chat-input .flow-container .flow-content .page-content h1.title, .flow-container .flow-content .page-content .chat-input h1.title, .funky-fields .flow-container .flow-content .page-content h1.title, .flow-container .flow-content .page-content .funky-fields h1.title, .account-opening-page .flow-container .flow-content .page-content h1.title, .flow-container .flow-content .page-content .account-opening-page h1.title, .flow-container .flow-content .page-content .account-card-title.title, .flow-container .flow-content .page-content legend.title, .chat-input .flow-container .flow-content .page-content h1.sub-title, .flow-container .flow-content .page-content .chat-input h1.sub-title, .funky-fields .flow-container .flow-content .page-content h1.sub-title, .flow-container .flow-content .page-content .funky-fields h1.sub-title, .account-opening-page .flow-container .flow-content .page-content h1.sub-title, .flow-container .flow-content .page-content .account-opening-page h1.sub-title, .flow-container .flow-content .page-content .sub-title {
  font-size: 1.125rem;
  color: #232E4C;
  font-weight: 700;
}

.text-primary, .codes-card .content .code-container .code-display .code-text, .codes-card .content .title, .app-intro-bottom-section.offer-cta .button:hover, .offer-cta.invest-buttons .button:hover, .app-intro-bottom-section.offer-cta .button:active, .offer-cta.invest-buttons .button:active, .app-intro-bottom-section.offer-cta .button:focus, .offer-cta.invest-buttons .button:focus, .strategy-confirmation-changes-page .changes-content .list .changes-item .changes-item-label, .accordion .accordion-item .heading .heading-button__content p, .accordion .accordion-item .heading .heading-button__content .initial-sum-info .form-field label span, .initial-sum-info .form-field label .accordion .accordion-item .heading .heading-button__content span, .accordion .accordion-item .panel p, .accordion .accordion-item .panel .initial-sum-info .form-field label span, .initial-sum-info .form-field label .accordion .accordion-item .panel span, .accordion .accordion-item .panel .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .accordion .accordion-item .panel p, .flow-container .flow-content .page-content .paragraph, .flow-container .offer-cta.flow-footer .button:hover, .flow-container .offer-cta.flow-footer .button:active, .flow-container .offer-cta.flow-footer .button:focus, .flow-container .flow-footer button {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #232E4C;
}

.text-primary *, .codes-card .content .code-container .code-display .code-text *, .codes-card .content .title *, .app-intro-bottom-section.offer-cta .button:hover *, .offer-cta.invest-buttons .button:hover *, .app-intro-bottom-section.offer-cta .button:active *, .offer-cta.invest-buttons .button:active *, .app-intro-bottom-section.offer-cta .button:focus *, .offer-cta.invest-buttons .button:focus *, .strategy-confirmation-changes-page .changes-content .list .changes-item .changes-item-label *, .accordion .accordion-item .heading .heading-button__content p *, .accordion .accordion-item .heading .heading-button__content .initial-sum-info .form-field label span *, .initial-sum-info .form-field label .accordion .accordion-item .heading .heading-button__content span *, .accordion .accordion-item .panel p *, .accordion .accordion-item .panel .initial-sum-info .form-field label span *, .initial-sum-info .form-field label .accordion .accordion-item .panel span *, .accordion .accordion-item .panel .pillar3-container label[for=pillar_3_approved] p *, .pillar3-container label[for=pillar_3_approved] .accordion .accordion-item .panel p *, .flow-container .flow-content .page-content .paragraph *, .flow-container .offer-cta.flow-footer .button:hover *, .flow-container .offer-cta.flow-footer .button:active *, .flow-container .offer-cta.flow-footer .button:focus *, .flow-container .flow-footer button * {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #232E4C;
}

.text-secondary, .download-button .button-text, .codes-card .content .description, .chat-input .radio-group .radio-row label .label-text, .funky-fields .radio-group .radio-row label .label-text, .account-opening-page .radio-group .radio-row label .label-text, .portfolio-card::after, .price-field label, .initial-sum-info .form-field label span, .pillar3-container label[for=pillar_3_approved] p, .steps .step .circle-container .circle, .flow-container .flow-topbar .navigation-link .navigation-link-text {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: rgba(35, 46, 76, 0.7);
}

.text-secondary *, .download-button .button-text *, .codes-card .content .description *, .chat-input .radio-group .radio-row label .label-text *, .funky-fields .radio-group .radio-row label .label-text *, .account-opening-page .radio-group .radio-row label .label-text *, .portfolio-card::after *, .price-field label *, .initial-sum-info .form-field label span *, .pillar3-container label[for=pillar_3_approved] p *, .steps .step .circle-container .circle *, .flow-container .flow-topbar .navigation-link .navigation-link-text * {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: rgba(35, 46, 76, 0.7);
}

.text-tertiary, .codes-card .content .disclaimer, .account-details-container .details-card .steps .step-info span, .strategy-confirmation-changes-page .changes-content .list .changes-item .changes-item-label .changes-item-count {
  font-size: 0.75rem;
  color: rgba(35, 46, 76, 0.5);
}

.text-tertiary *, .codes-card .content .disclaimer *, .account-details-container .details-card .steps .step-info span *, .strategy-confirmation-changes-page .changes-content .list .changes-item .changes-item-label .changes-item-count * {
  font-size: 0.75rem;
  color: rgba(35, 46, 76, 0.5);
}

.weight-medium {
  font-weight: 500;
}

.bold, .accordion .accordion-item .heading .heading-button__content p, .accordion .accordion-item .heading .heading-button__content .initial-sum-info .form-field label span, .initial-sum-info .form-field label .accordion .accordion-item .heading .heading-button__content span, .flow-container .flow-topbar .navigation-link .navigation-link-text, .flow-container .flow-footer button {
  font-weight: 700;
}

.semi-bold, .portfolio-card::after {
  font-weight: 600;
}

.label-color {
  color: #232E4C;
}

.accent-color {
  color: hsl(218, 100%, 70%);
}

.label-secondary-color, .accordion .accordion-item .panel p, .accordion .accordion-item .panel .initial-sum-info .form-field label span, .initial-sum-info .form-field label .accordion .accordion-item .panel span, .accordion .accordion-item .panel .pillar3-container label[for=pillar_3_approved] p, .pillar3-container label[for=pillar_3_approved] .accordion .accordion-item .panel p {
  color: rgba(35, 46, 76, 0.7);
}

.label-tertiary-color {
  color: rgba(35, 46, 76, 0.5);
}

.white-color {
  color: #ffffff;
}

.codes-show-container {
  width: 100%;
  max-width: 375px;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.codes-show-content {
  flex: 1;
  background-color: #ffffff;
  display: flex;
  margin: 1rem;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .codes-show-content {
    border-radius: 0 0 12px 12px;
  }
}
.codes-show-content .main-content {
  background-color: #ffffff;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  box-shadow: 0 2px 12px rgba(35, 46, 76, 0.05);
}

.codes-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.codes-card .content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.codes-card .content .title {
  font-weight: 700;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .codes-card .content .title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.codes-card .content .description {
  color: rgba(35, 46, 76, 0.7);
}
.codes-card .content .disclaimer {
  color: rgba(35, 46, 76, 0.5);
}
.codes-card .content .code-container {
  padding: 1rem;
  background-color: #f6f8ff;
  border-radius: 6px;
}
.codes-card .content .code-container .code-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.codes-card .content .code-container .code-display .code-text {
  font-weight: 500;
  color: #232E4C;
  flex: 1;
}

.download-button {
  padding: 1rem 0;
  background-color: #3b66ff;
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 1.5rem 0;
  transition: background-color 0.2s ease;
}
.download-button:hover {
  background-color: #3d81f5;
}
.download-button .button-text {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.continue-in-app-container {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
}
.continue-in-app-container .title-section {
  margin-bottom: 1.5rem;
}
.continue-in-app-container .title-section h1 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #232E4C;
  margin: 0;
}
.continue-in-app-container .instructions-heading {
  font-weight: 700;
  color: #232E4C;
  margin: 0 0 1.5rem 0;
}
.continue-in-app-container .steps-container {
  position: relative;
}
.continue-in-app-container .steps-container .step {
  position: relative;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.continue-in-app-container .steps-container .step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0.9375rem;
  top: 2rem;
  height: calc(100% + 1.5rem);
  width: 3px;
  background: hsl(218, 100%, 70%);
}
.continue-in-app-container .steps-container .step:last-child {
  margin-bottom: 0;
}
.continue-in-app-container .steps-container .step:last-child .step-content {
  padding-bottom: 0;
}
.continue-in-app-container .steps-container .step .step-number {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: hsl(218, 100%, 70%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  z-index: 1;
  position: relative;
}
.continue-in-app-container .steps-container .step .step-content {
  flex: 1;
  padding-top: 0.25rem;
}
.continue-in-app-container .steps-container .step .step-content .step-text {
  color: #232E4C;
  margin-bottom: 1.5rem;
}
.continue-in-app-container .steps-container .step .step-content .step-text p, .continue-in-app-container .steps-container .step .step-content .step-text .initial-sum-info .form-field label span, .initial-sum-info .form-field label .continue-in-app-container .steps-container .step .step-content .step-text span {
  margin: 0 0 0.5rem 0;
}
.continue-in-app-container .steps-container .step .step-content .step-text p:last-child, .continue-in-app-container .steps-container .step .step-content .step-text .initial-sum-info .form-field label span:last-child, .initial-sum-info .form-field label .continue-in-app-container .steps-container .step .step-content .step-text span:last-child {
  margin-bottom: 0;
}
.continue-in-app-container .steps-container .step .step-content .step-text a {
  color: hsl(218, 100%, 70%);
  text-decoration: none;
  font-weight: 400;
}
.continue-in-app-container .steps-container .step .step-content .step-text a:hover {
  text-decoration: underline;
}
.continue-in-app-container .steps-container .step .step-content .qr-container {
  background: #ffffff;
  padding: 1rem;
  border-radius: 12px;
  display: inline-block;
  border: 1px solid rgba(23, 24, 28, 0.1);
}
.continue-in-app-container .steps-container .step .step-content .qr-container svg {
  display: block;
}
.continue-in-app-container .steps-container .step .step-content .code-display {
  background: #f6f8ff;
  border-radius: 6px;
  padding: 1.5rem;
}
.continue-in-app-container .steps-container .step .step-content .code-display .code-text {
  font-weight: 700;
  letter-spacing: 0.25rem;
  color: #232E4C;
  text-align: center;
  margin: 0;
  font-size: 1.125rem;
}

dl.fund-info {
  clear: both;
}
dl.fund-info dd, dl.fund-info dt {
  margin-bottom: 0.3rem;
}
dl.fund-info dt {
  width: 4rem;
  float: left;
  clear: both;
}

.fund-tag {
  border: 1px solid hsl(218, 100%, 70%);
  color: hsl(218, 100%, 70%);
  font-weight: bold;
  font-size: 13px;
  padding: 0.33333rem 0.5rem;
  border-radius: 3px;
}

.fund-stat-row {
  position: relative;
  z-index: 0;
}

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

.selma-badge {
  width: 2rem;
  margin-left: 1rem;
  text-align: center;
  color: hsl(218, 100%, 70%);
}
.selma-badge svg {
  height: 48px;
}
.selma-badge svg path {
  fill: hsl(218, 100%, 70%);
}
.selma-badge svg circle {
  fill: #ffffff;
  stroke: hsl(218, 100%, 70%);
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.mobile-prompt-page {
  background-color: #f6f8ff;
}
@media screen and (min-height: 600px) {
  .mobile-prompt-page .page-container {
    min-height: 100vh;
  }
}
.mobile-prompt-page .page-container .content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 55px);
}

.mobile-prompt {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 1.5rem;
  text-align: center;
}
.mobile-prompt .mobile-prompt__hero {
  background: #ffffff;
  border: 1px solid rgba(35, 46, 76, 0.1);
  border-radius: 12px;
  padding: 2rem 1.5rem;
  margin-bottom: 1.5rem;
}
.mobile-prompt .mobile-prompt__hero-content {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.mobile-prompt .mobile-prompt__phones-image {
  max-width: 360px;
  width: 100%;
  height: auto;
  display: block;
}
.mobile-prompt .mobile-prompt__qr {
  position: absolute;
  bottom: 2rem;
  right: -4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-prompt .mobile-prompt__qr-code {
  background: #ffffff;
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.mobile-prompt .mobile-prompt__qr-code svg {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.mobile-prompt .mobile-prompt__qr-label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #232E4C;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.mobile-prompt .mobile-prompt__title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #232E4C;
  margin-bottom: 0.5rem;
}
.mobile-prompt .mobile-prompt__subtitle {
  font-size: 0.9375rem;
  color: rgba(35, 46, 76, 0.5);
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.mobile-prompt .mobile-prompt__download-button {
  margin-bottom: 1rem;
}
.mobile-prompt .mobile-prompt__download-button .button {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  padding: 1rem 1.5rem;
  border-radius: 6px;
}
.mobile-prompt .mobile-prompt__continue-link-form {
  display: inline-block;
  margin-bottom: 1rem;
}
.mobile-prompt .mobile-prompt__continue-link-form button {
  background: none;
  border: none;
  cursor: pointer;
  color: hsl(218, 100%, 70%);
  font-weight: 700;
  font-size: 1rem;
  padding: 0;
}
.mobile-prompt .mobile-prompt__continue-link-form button:hover {
  text-decoration: underline;
}
.mobile-prompt .mobile-prompt__disclaimer {
  font-size: 0.8125rem;
  color: rgba(35, 46, 76, 0.5);
}
.mobile-prompt .mobile-prompt__benefits {
  background: #ffffff;
  border: 1px solid rgba(35, 46, 76, 0.1);
  border-radius: 12px;
  padding: 1.5rem;
  text-align: left;
}
.mobile-prompt .mobile-prompt__benefits-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #232E4C;
  margin-bottom: 1rem;
}
.mobile-prompt .mobile-prompt__benefits-list {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 0;
}
.mobile-prompt .mobile-prompt__benefits-list li {
  font-size: 0.875rem;
  color: rgba(35, 46, 76, 0.7);
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.mobile-prompt .mobile-prompt__benefits-list li:last-child {
  margin-bottom: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .mobile-prompt {
    padding: 1rem;
  }
  .mobile-prompt .mobile-prompt__hero {
    padding: 1.5rem 1rem;
  }
  .mobile-prompt .mobile-prompt__phones-image {
    max-width: 240px;
  }
}
