@charset "UTF-8";
/*!
* NB! Autogenerated file.
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Questrial&family=Montserrat&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #3543bf;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #242e83;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

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

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

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

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

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

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #d3d4dc;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #d3d4dc;
}
.table tbody + tbody {
  border-top: 2px solid #d3d4dc;
}

.table-sm th,
.table-sm td {
  padding: 0.4rem 0.3rem;
}

.table-bordered {
  border: 1px solid #d3d4dc;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #d3d4dc;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f2f3f6;
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c6caed;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #969dde;
}

.table-hover .table-primary:hover {
  background-color: #b3b8e7;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b3b8e7;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fbcec4;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f7a492;
}

.table-hover .table-warning:hover {
  background-color: #f9baac;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #f9baac;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fbcec4;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f7a492;
}

.table-hover .table-danger:hover {
  background-color: #f9baac;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f9baac;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #d3d4dc;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #939be1;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(53, 67, 191, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #ef502d;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(239, 80, 45, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ef502d;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ef502d' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ef502d' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ef502d;
  box-shadow: 0 0 0 0.2rem rgba(239, 80, 45, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ef502d;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ef502d' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ef502d' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ef502d;
  box-shadow: 0 0 0 0.2rem rgba(239, 80, 45, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ef502d;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ef502d;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ef502d;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f3775c;
  background-color: #f3775c;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(239, 80, 45, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ef502d;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ef502d;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ef502d;
  box-shadow: 0 0 0 0.2rem rgba(239, 80, 45, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .minukonto-link {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .minukonto-link {
    transition: none;
  }
}
.btn:hover, .minukonto-link:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .minukonto-link:focus, .btn.focus, .focus.minukonto-link {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(53, 67, 191, 0.25);
}
.btn.disabled, .disabled.minukonto-link, .btn:disabled, .minukonto-link:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .minukonto-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, a.disabled.minukonto-link,
fieldset:disabled a.btn,
fieldset:disabled a.minukonto-link {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #3543bf;
  border-color: #3543bf;
}
.btn-primary:hover {
  color: #fff;
  background-color: #2d38a1;
  border-color: #2a3597;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #2d38a1;
  border-color: #2a3597;
  box-shadow: 0 0 0 0.2rem rgba(83, 95, 201, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #3543bf;
  border-color: #3543bf;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2a3597;
  border-color: #27318d;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 95, 201, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #ef502d;
  border-color: #ef502d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #e43711;
  border-color: #d93510;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #e43711;
  border-color: #d93510;
  box-shadow: 0 0 0 0.2rem rgba(241, 106, 77, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #ef502d;
  border-color: #ef502d;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #d93510;
  border-color: #cd3210;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 106, 77, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ef502d;
  border-color: #ef502d;
}
.btn-danger:hover {
  color: #fff;
  background-color: #e43711;
  border-color: #d93510;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #e43711;
  border-color: #d93510;
  box-shadow: 0 0 0 0.2rem rgba(241, 106, 77, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ef502d;
  border-color: #ef502d;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d93510;
  border-color: #cd3210;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 106, 77, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #3543bf;
  border-color: #3543bf;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #3543bf;
  border-color: #3543bf;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 67, 191, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #3543bf;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3543bf;
  border-color: #3543bf;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 67, 191, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ef502d;
  border-color: #ef502d;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ef502d;
  border-color: #ef502d;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 80, 45, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ef502d;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ef502d;
  border-color: #ef502d;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 80, 45, 0.5);
}

.btn-outline-danger {
  color: #ef502d;
  border-color: #ef502d;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ef502d;
  border-color: #ef502d;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 80, 45, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ef502d;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ef502d;
  border-color: #ef502d;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 80, 45, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #3543bf;
  text-decoration: none;
}
.btn-link:hover {
  color: #242e83;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #3543bf;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .minukonto-link,
.input-group-append .btn,
.input-group-append .minukonto-link {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .minukonto-link:focus,
.input-group-append .btn:focus,
.input-group-append .minukonto-link:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .minukonto-link + .btn, .input-group-prepend .btn + .minukonto-link, .input-group-prepend .minukonto-link + .minukonto-link,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .minukonto-link + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .minukonto-link,
.input-group-append .btn + .btn,
.input-group-append .minukonto-link + .btn,
.input-group-append .btn + .minukonto-link,
.input-group-append .minukonto-link + .minukonto-link,
.input-group-append .btn + .input-group-text,
.input-group-append .minukonto-link + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .minukonto-link {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .minukonto-link,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .minukonto-link {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .minukonto-link,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .minukonto-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .minukonto-link,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .minukonto-link,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .minukonto-link,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .minukonto-link:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .minukonto-link,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .minukonto-link,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .minukonto-link:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #3543bf;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #3543bf;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #242e83;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(53, 67, 191, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #3543bf;
  border-color: #3543bf;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .minukonto-link .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #3543bf;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #2a3597;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(53, 67, 191, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #fff;
  background-color: #ef502d;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #fff;
  background-color: #d93510;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 80, 45, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #ef502d;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #d93510;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 80, 45, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #1c2363;
  background-color: #d7d9f2;
  border-color: #c6caed;
}
.alert-primary hr {
  border-top-color: #b3b8e7;
}
.alert-primary .alert-link {
  color: #11153b;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #7c2a17;
  background-color: #fcdcd5;
  border-color: #fbcec4;
}
.alert-warning hr {
  border-top-color: #f9baac;
}
.alert-warning .alert-link {
  color: #511b0f;
}

.alert-danger {
  color: #7c2a17;
  background-color: #fcdcd5;
  border-color: #fbcec4;
}
.alert-danger hr {
  border-top-color: #f9baac;
}
.alert-danger .alert-link {
  color: #511b0f;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #3543bf !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2a3597 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ef502d !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d93510 !important;
}

.bg-danger {
  background-color: #ef502d !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #d93510 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #3543bf !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ef502d !important;
}

.border-danger {
  border-color: #ef502d !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #3543bf !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #242e83 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ef502d !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #c12f0f !important;
}

.text-danger {
  color: #ef502d !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #c12f0f !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(.minukonto-link) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #d3d4dc;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #d3d4dc;
  }
}
body {
  font-family: "DM Sans", sans-serif;
}

html[lang=ru-RU] *, body.site-ru {
  font-family: "Montserrat", sans-serif !important;
}

.active-link {
  font-weight: 700 !important;
}

span.question-text {
  text-decoration: underline;
  cursor: pointer;
}
span.question-text:after {
  content: "*";
}

input::-webkit-inner-spin-button,
input::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

h1 {
  font-family: "Questrial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 63px;
  letter-spacing: -0.5px;
  color: #ffffff;
  margin-bottom: 0;
}

h2 {
  font-family: "Questrial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 33px;
  letter-spacing: 0.5px;
  color: #181818;
}

h3 {
  font-family: "Questrial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  letter-spacing: 0.5px;
}

h4 {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #252525;
}

h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #3e4350;
}

.underlined-para {
  text-decoration: underline;
  color: #3e4350;
}

.bold-para {
  font-weight: 700;
}

.selected-circle {
  position: relative;
}
.selected-circle::after {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 370px;
  top: -124px;
  position: absolute;
  width: 1px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.example-box {
  margin-top: 55.65px;
  background-color: #f2f3f7;
  border-radius: 16px;
  padding: 36.19px 59.78px 36.57px 42.96px;
  position: relative;
  margin-bottom: 34.59px;
}
.example-box .example-helper {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #ffffff;
  background-color: #9c9eaf;
  border-radius: 10px;
  padding: 4.58px 21.91px 4.58px 20.7px;
  position: absolute;
  top: -16px;
  font-weight: 400;
}
.example-box h4 {
  margin-bottom: 12.29px;
}
.example-box p {
  max-width: 497.26px;
  color: #5b5b5b;
}

.important-info {
  position: relative;
}
.important-info p {
  padding-left: 31.06px;
  margin-bottom: 0;
}
.important-info p::before {
  content: "";
  background-image: url("/static/images/mark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 17.63px;
  height: 17.35px;
  position: absolute;
  left: 0;
  top: 2px;
}

.input-examples {
  display: flex;
  margin: 50px 0;
}

.input-helper {
  margin-right: 32px;
}
.input-helper label {
  font-size: 10px;
  line-height: 22px;
  margin: 0 0 0 7px;
  letter-spacing: 0.1px;
  color: #9c9eaf;
  width: 100%;
  float: left;
}
.input-helper label.label-disabled {
  opacity: 0.6;
}
.input-helper input {
  min-width: 214px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #d3d4dc;
  padding: 0 0 0 19px;
  color: #3e4350;
  font-family: "Open sans", sans-serif;
  float: left;
  clear: left;
}
.input-helper input ::-webkit-input-placeholder {
  color: #9c9eaf;
}
.input-helper input :-ms-input-placeholder {
  color: #9c9eaf;
}
.input-helper input ::placeholder {
  color: #9c9eaf;
}
.input-helper input:focus {
  outline: 0;
}
.input-helper input:disabled {
  opacity: 0.6;
}
.input-helper input:disabled ::-webkit-input-placeholder {
  color: #d3d4dc;
}
.input-helper input:disabled :-ms-input-placeholder {
  color: #d3d4dc;
}
.input-helper input:disabled ::placeholder {
  color: #d3d4dc;
}
.input-helper input.error {
  color: #ef502d;
  border: 1px solid #ef502d;
}
.input-helper span {
  float: left;
  color: #ef502d;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.1px;
  width: 100%;
  margin: 0 0 0 8px;
}

.section-first [data-button=link] a,
.section-second [data-button=link] a {
  color: #3543bf;
  background-color: #fff;
  position: relative;
  padding-left: 0px;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  z-index: 3;
}
.section-first [data-button=link] a::after,
.section-second [data-button=link] a::after {
  content: "";
  background: url("/static/images/Arrow.svg") no-repeat;
  width: 24px;
  height: 25px;
  padding-left: 5px;
  position: absolute;
  right: -35px;
  top: 6px;
  transition: ease 0.1s all;
}
.section-first [data-button=link] a:hover,
.section-second [data-button=link] a:hover {
  text-decoration: underline;
  color: #0f1b84 !important;
}

.section-box-heading {
  color: #202020;
  font-weight: normal;
  font-size: 40px;
  line-height: 41px;
  letter-spacing: -0.5px;
}

.btn:focus, .minukonto-link:focus,
.input-date:focus,
[data-box=input]:focus,
[data-box=search]:focus {
  outline: none;
  box-shadow: none;
}

.date::-webkit-calendar-picker-indicator,
.date::-webkit-inner-spin-button {
  display: none !important;
}

.date::-webkit-datetime-edit-text {
  color: transparent !important;
}

.input-date {
  max-width: 160px;
  border-radius: 10px;
  border: 1px solid #9c9eaf;
  background: #ffffff;
  color: #9c9eaf;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-align: center;
  padding: 11px 20px;
  vertical-align: middle;
  margin-right: 15px;
  transition: ease 0.3s all;
}
.input-date:focus, .input-date:active {
  outline: none;
  border: 1px solid #3543bf;
}

.link-with-arrow {
  color: #3543bf !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  transition: ease 0.1s all;
  text-decoration: none;
}
.link-with-arrow:hover {
  text-decoration: underline;
  color: #0F1B84 !important;
}
.link-with-arrow::after {
  content: "";
  background-image: url("/static/images/Arrow.svg");
  width: 12px;
  height: 9.06px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: ease 0.1s all;
  display: inline-block;
  margin-left: 6px;
}

.read-more-link {
  position: relative;
}
.read-more-link a {
  color: #3543bf !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  transition: ease 0.1s all;
  text-decoration: none;
}
.read-more-link a:hover {
  text-decoration: underline;
  color: #0F1B84 !important;
}
.read-more-link a::after {
  content: "";
  background-image: url("/static/images/Arrow.svg");
  width: 12px;
  height: 9.06px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: ease 0.1s all;
  display: inline-block;
  margin-left: 6px;
}

.header-area {
  position: relative;
}
.header-area::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 102px;
  left: 0px;
  border-bottom: 1px solid #dee2e6;
}
.header-area::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-bottom: 1px solid #dee2e6;
}
.header-area .header-upper-row .header-logo img {
  width: 200px;
  float: left;
  margin: 29px 0px;
}
.header-area .header-upper-row .header-buttons {
  float: right;
  margin: 30px 0px 30px 0px;
}
.header-area .header-upper-row .header-buttons .btn, .header-area .header-upper-row .header-buttons .minukonto-link {
  border-radius: 8px;
  padding: 6px 25px;
}
.header-area .header-upper-row .header-buttons [data-button=language] {
  position: relative;
  padding-left: 60px;
  padding-right: 41px;
  margin-right: 11px;
  transition: ease 0.1s all;
}
.header-area .header-upper-row .header-buttons [data-button=language] a {
  color: #3e4350;
}
.header-area .header-upper-row .header-buttons [data-button=language] a:hover {
  text-decoration: none;
}
.header-area .header-upper-row .header-buttons [data-button=language]::before {
  content: "";
  background: url("/static/images/World-dark.svg") no-repeat;
  width: 24px;
  height: 25px;
  position: absolute;
  left: 26.5px;
}
.header-area .header-upper-row .header-buttons [data-button=language] a::after {
  content: "";
  background: url("/static/images/Black-arrow.svg") no-repeat;
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-left: 14px;
  margin-bottom: 2px;
}
.header-area .header-upper-row .header-buttons [data-button=language]:hover {
  color: #3543bf;
}
.header-area .header-upper-row .header-buttons [data-button=language]:hover::before {
  background: url("/static/images/World-dark-blue.svg") no-repeat;
}
.header-area .header-upper-row .header-buttons [data-button=account] {
  background-color: #3543bf;
  border-color: #3543bf;
  margin-right: 29px;
  position: relative;
  padding: 7px 39px 7px 57px;
  transition: ease 0.1s all;
}
.header-area .header-upper-row .header-buttons [data-button=account] a {
  color: #fff;
}
.header-area .header-upper-row .header-buttons [data-button=account] a:hover {
  text-decoration: none;
}
.header-area .header-upper-row .header-buttons [data-button=account]::before {
  content: "";
  background: url("/static/images/World-light.svg") no-repeat;
  width: 24px;
  height: 25px;
  position: absolute;
  left: 23px;
  top: 7px;
}
.header-area .header-upper-row .header-buttons [data-button=account]:hover {
  background-color: #0f1b84;
  border-color: #0f1b84;
}
.header-area .header-upper-row .header-buttons .input-helper {
  display: inline-block;
  position: relative;
}
.header-area .header-upper-row .header-buttons .input-helper button {
  background: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  right: 12px;
  padding: 0;
  transform: translateY(-50%);
  z-index: 2;
  width: 25px;
  height: 25px;
}
.header-area .header-upper-row .header-buttons .input-helper button img {
  width: 25px;
  height: 25px;
}
.header-area .header-upper-row .header-buttons [data-box=search] {
  background-color: #e6e6e6;
  position: relative;
  padding: 7px 40px 7px 17px;
  font-family: "DM Sans", sans-serif;
  border-radius: 8px;
  border-style: none;
  height: 41px;
  clear: none;
  float: none;
}
.header-area .header-upper-row .header-buttons [data-box=search]::placeholder {
  color: #333;
  text-align: left;
}
.header-area .header-bottom-row .nav {
  padding: 15px 0 15px;
}
.header-area .header-bottom-row .nav li:first-child {
  margin-left: -25px;
}
.header-area .header-bottom-row .nav li a {
  text-decoration: none;
  font-size: 16px;
  color: #323232;
  transition: ease 0.1s all;
  padding: 5px 29px;
  float: left;
}
.header-area .header-bottom-row .nav li a:hover {
  color: #0f1b84;
}
.header-area .header-bottom-row .nav li a.active {
  background: #3543bf;
  border-radius: 5px;
  color: #fff;
}
.header-area .mobile-menu-helper {
  display: none;
}
.header-area .mobile-menu-helper nav {
  width: 100%;
}
.header-area .mobile-menu-helper nav ul {
  flex-direction: column;
}
.header-area .mobile-menu-helper nav ul li {
  padding: 11px 0px 11px 31.52px;
  border-bottom: 1px solid #D3D4DC;
}
.header-area .mobile-menu-helper nav ul li a {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1px;
  color: #3E4350;
}
.header-area .mobile-menu-helper nav ul li a:hover {
  text-decoration: none;
}

.site-ru .header-area .header-bottom-row .nav li a {
  padding: 5px 22px;
}

.active {
  display: block !important;
}

.container {
  max-width: 1231px;
}

.custom-col {
  padding: 0px;
}

p {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1px;
  color: #3e4350;
}

li {
  list-style: none;
}

.section-first {
  background: #f2f3f7;
}
.section-first .container {
  padding-bottom: 148px;
}
.section-first h1 {
  color: #3543bf;
  padding: 48px 15px 39px 15px;
  font-size: 50px;
  font-weight: normal;
  line-height: 63px;
  letter-spacing: -0.5px;
}
.section-first .col-big {
  max-width: 704px;
}
.section-first .section-one-box {
  background: #ffffff;
  border-radius: 11px;
  box-shadow: 0px 14px 31px -3px rgba(0, 0, 0, 0.06);
  position: relative;
}
.section-first .first-box {
  max-width: 704px;
  padding: 53px 0px 209.92px 47px;
  height: 510px;
}
.section-first .first-box.first-box--type-laadi {
  padding-left: 0;
}
.section-first .first-box h2 {
  max-width: 66%;
}
.section-first .first-box p {
  margin: 18.58px 0px 27.66px;
  max-width: 338px;
}
.section-first .first-box .read-more-link {
  margin: 23px 0px 6px 23px;
}
.section-first .first-box .bg-image {
  content: "";
  background: url("/static/images/30-et.svg") no-repeat;
  background-size: cover;
  height: 164px;
  width: 674px;
  position: absolute;
  bottom: 48px;
  /* background-clip: unset; */
  left: 0px;
  /* right: 0px; */
  transition: ease 0.1s all;
  pointer-events: none;
}
.section-first .col-small {
  max-width: 524px;
}
.section-first .second-box {
  margin-bottom: 35px;
  padding: 33.44px 0px 0px 37px;
  height: 237px;
}
.section-first .second-box h2 {
  max-width: 168px;
  margin: 0px 0px 0px 0;
}
.section-first .second-box.second-box--type-ajatelg h2 {
  max-width: 420px;
}
.section-first .second-box .read-more-link {
  margin: 23px 0px 6px 23px;
}
.section-first .second-box .bg-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 100%;
  height: 150px;
  width: 300px;
  position: absolute;
  bottom: 20px;
  right: 40px;
  transition: ease 0.1s all;
  pointer-events: none;
}
.section-first .second-box::after {
  content: "";
  background: none;
  height: 121px;
  width: 494px;
  position: absolute;
  bottom: 11.25px;
  left: 0px;
  transition: ease 0.1s all;
  pointer-events: none;
}
.section-first .third-box {
  padding: 27.58px 0px 0 38px;
  height: 235px;
}
.section-first .third-box h2 {
  max-width: 168px;
  margin-bottom: 0px;
}
.section-first .third-box .read-more-link {
  margin: 23px 0 6px 23px;
}
.section-first .third-box::after {
  content: "";
  height: 143px;
  width: 188px;
  position: absolute;
  right: 58px;
  bottom: 53px;
  pointer-events: none;
}

.site-et .section-first .first-box--type-ajatelg .bg-image,
.site-et .section-first .second-box--type-ajatelg::after {
  background: url("/static/images/30-et.svg") no-repeat;
}

.site-en .section-first .first-box--type-ajatelg .bg-image,
.site-en .section-first .second-box--type-ajatelg::after {
  background: url("/static/images/30-en.svg") no-repeat;
}

.site-ru .section-first .first-box--type-ajatelg .bg-image,
.site-ru .section-first .second-box--type-ajatelg::after {
  background: url("/static/images/30-ru.svg") no-repeat;
}

.site-et .section-first .third-box::after {
  background: url("/static/images/Diagram-et.svg") no-repeat;
}

.site-en .section-first .third-box::after {
  background: url("/static/images/Diagram-en.svg") no-repeat;
}

.site-ru .section-first .third-box::after {
  background: url("/static/images/Diagram-ru.svg") no-repeat;
}

.section-second .col-2 {
  padding: 0px;
}
.section-second .col-10 {
  position: relative;
}
.section-second .col-10::after {
  content: "";
  background: linear-gradient(270deg, #ffffff 45.14%, rgba(255, 255, 255, 0) 126.64%);
  width: 23%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0px;
  right: -104px;
}
.section-second .owl-carousel {
  padding: 0px;
  overflow: hidden;
}
.section-second .owl-carousel .second-box {
  width: auto;
  margin-left: 65px;
  margin-top: 28px;
}
.section-second .owl-theme .owl-dots {
  display: none;
}
.section-second .section-second-heading {
  position: relative;
}
.section-second .section-second-heading h3 {
  margin: 62px 5px 0px 66px;
}
.section-second .section-second-heading::after {
  content: "";
  background: url("/static/images/Orange-arrow.svg") no-repeat;
  height: 84px;
  width: 56px;
  position: absolute;
  top: -26px;
  left: 66px;
}
.section-second .section-second-box {
  position: relative;
}
.section-second .section-second-box .section-second-paragraph {
  font-size: 10px;
  margin-bottom: 14px;
}
.section-second .section-second-box p {
  margin-bottom: 19px;
}
.section-second h2 {
  margin: 84px 0px 57px 0px;
}
.section-second .col-8 .second-row-helper {
  margin-bottom: 135px;
  border-radius: 11px;
  display: flex;
  flex-direction: row;
  max-width: 705px;
  position: relative;
  background: #3543bf url("/static/images/Dots-xxs.svg");
}
.section-second .col-8 .first-div {
  width: 50%;
  padding: 64.49px 0px 0px 65.26px;
}
.section-second .col-8 .first-div h3 {
  color: #ffffff;
  margin-bottom: 31.86px;
}
.section-second .col-8 .first-div h3 .small {
  font-size: 16px;
  vertical-align: middle;
}
.section-second .col-8 .first-div p {
  color: #ffffff;
  max-width: 234px;
}
.section-second .col-8 .second-div {
  width: 50%;
  text-align: center;
  z-index: 2;
  padding-top: 65px;
  padding-bottom: 10px;
}
.section-second .col-8 .second-div label {
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #9c9eaf;
  margin-bottom: 0px;
  text-align: left;
  margin-left: 24px;
  display: block;
}
.section-second .col-8 .second-div [data-box=input] {
  border: 1px solid #9c9eaf;
  border-radius: 10px;
  padding: 9px 60px;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.1px;
  line-height: 24px;
  margin: 0px 55px 22px 0px;
  padding: 12px 27px 14px 27px;
  width: 267px;
}
.section-second .col-8 .second-div [data-box=input]::placeholder {
  color: #9c9eaf;
}
.section-second .col-8 .second-div [data-button=check] {
  margin: 0px 55px 58px 0px;
}
.section-second .col-8 .second-div [data-button=check] span {
  display: block;
  color: #fff;
  background-color: #3543bf;
  border-color: #fff;
  border-radius: 10px;
  border: 1.5px solid #ffffff;
  padding: 12px 0 14px 0;
  width: 267px;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.1px;
  line-height: 24px;
  transition: ease 0.1s all;
}
.section-second .col-8 .second-div [data-button=check] span:hover {
  background-color: #0f1b84;
}
.section-second .col-4 h3 {
  margin: 21px 0px 42px 0px;
}
.section-second .col-4 p {
  font-size: 20px;
  position: relative;
  line-height: 24px;
  margin-bottom: 32px;
}
.section-second .col-4 p:last-child {
  margin-bottom: 0px;
}
.section-second .col-4 a {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1px;
  color: #3e4350;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #3e4350;
  text-decoration: none;
  transition: ease 0.1s all;
}
.section-second .col-4 a:hover {
  color: #0f1b84;
}
.section-second .col-4 a:hover .arrow-right-helper {
  margin-left: 18px;
}
.section-second .col-4 a .arrow-right-helper {
  background: url("/static/images/Arrow.svg") no-repeat;
  width: 24px;
  height: 25px;
  display: inline-block;
  top: 8px;
  margin-left: 13px;
  transition: ease 0.1s all;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  margin-top: 3px;
}
.section-second .col-4 .tools-button {
  display: none;
}
.section-second .col-4 .tools-button button {
  background: #3543BF;
  border-radius: 10px;
  padding: 10px 45px 13px 46px;
  margin: 20.29px 0px 41.05px;
}
.section-second .col-4 .tools-button button a {
  letter-spacing: 0.1px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.section-second .third-row {
  flex-wrap: nowrap;
  padding-left: 21px;
  margin-bottom: 92px;
  justify-content: space-around;
}
.section-second .third-row .box {
  background: #ffffff;
  box-shadow: 0px 14px 31px -3px rgba(0, 0, 0, 0.06);
  border-radius: 11px;
  margin-bottom: 42px;
  cursor: pointer;
  transition: ease 0.1s all;
}
.section-second .third-row .box .box-img-helper {
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
}
.section-second .third-row .box:hover {
  box-shadow: 0px 14px 31px -3px rgba(0, 0, 0, 0.3);
}
.section-second .third-row p {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #3e4350;
}
.section-second .third-row .box {
  position: relative;
}
.section-second .third-row .one .box {
  padding: 52.41px 54.91px 52.59px 67.78px;
}
.section-second .third-row .one .box .box-img-helper {
  background-image: url("/static/images/Background-1.svg");
  width: 101.55px;
  height: 91.29px;
}
.section-second .third-row .one:hover {
  text-decoration: none;
}
.section-second .third-row .two .box {
  padding: 67.28px 59.57px 53.08px 55px;
}
.section-second .third-row .two .box .box-img-helper {
  background-image: url("/static/images/Background-2.svg");
  width: 109.66px;
  height: 75.93px;
}
.section-second .third-row .two:hover {
  text-decoration: none;
}
.section-second .third-row .three .box {
  padding: 32.32px 46.79px 48.49px 71.43px;
}
.section-second .third-row .three .box .box-img-helper {
  background-image: url("/static/images/Background-3.svg");
  width: 106.01px;
  height: 115.03px;
}
.section-second .third-row .three:hover {
  text-decoration: none;
}
.section-second .third-row .four .box {
  padding: 26.82px 64.7px 53.45px 72.52px;
}
.section-second .third-row .four .box .box-img-helper {
  background-image: url("/static/images/Background-4.svg");
  width: 87.01px;
  height: 116.01px;
}
.section-second .third-row .four:hover {
  text-decoration: none;
}
.section-second .third-row.mobile-third-row {
  margin-bottom: 38.61px;
  display: none;
  max-width: 100%;
}
.section-second .third-row.mobile-third-row a {
  max-width: 391.53px;
  width: 100%;
}
.section-second .third-row.mobile-third-row a .box {
  display: flex;
  flex-direction: row;
  max-width: 391.53px;
  width: 100%;
  align-items: center;
  position: relative;
  margin-bottom: 16.8px;
  border: 1px solid #F2F3F7;
  box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.06);
}
.section-second .third-row.mobile-third-row a .box p {
  margin: 0;
  margin-left: -20px;
}
.section-second .third-row.mobile-third-row a .box .box-arrow-helper {
  background-image: url("/static/images/Arrow.svg");
  background-repeat: no-repeat;
  width: 12.12px;
  height: 9.06px;
  background-size: contain;
  position: absolute;
  top: 45%;
  right: 31.74px;
}
.section-second .third-row.mobile-third-row a.one .box {
  padding: 17.31px 31.79px 20.28px 38.27px;
}
.section-second .third-row.mobile-third-row a.one .box .box-img-helper {
  width: 52.32px;
  height: 44.06px;
  margin-right: 45.69px;
}
.section-second .third-row.mobile-third-row a.two .box {
  padding: 15.45px 31.79px 18.39px 26.04px;
}
.section-second .third-row.mobile-third-row a.two .box .box-img-helper {
  width: 69.05px;
  height: 47.81px;
  margin-right: 39.33px;
}
.section-second .third-row.mobile-third-row a.three .box {
  padding: 12.27px 31.79px 16.82px 33.5px;
}
.section-second .third-row.mobile-third-row a.three .box .box-img-helper {
  width: 48.44px;
  height: 52.55px;
  margin-right: 52.49px;
}
.section-second .third-row.mobile-third-row a.four .box {
  padding: 6.44px 31.79px 19.03px 41.06px;
}
.section-second .third-row.mobile-third-row a.four .box .box-img-helper {
  width: 42.14px;
  height: 56.18px;
  margin-right: 51.23px;
}
.section-second .third-row.mobile-third-row a.four .box .box-arrow-helper {
  top: 40%;
}

.section-first-pillars {
  margin-top: 24px;
}
.section-first-pillars .nav {
  background-color: #f2f3f6;
  border-radius: 12px;
  flex-wrap: nowrap;
}
.section-first-pillars .nav .nav-item {
  width: 33.33%;
  text-align: center;
}
.section-first-pillars .nav .nav-item.active {
  background-color: #3543bf;
  border-radius: 12px;
  background-image: url("/static/images/stripes.png");
}
.section-first-pillars .nav .nav-item.active .nav-link {
  color: #fff;
  z-index: 2;
}
.section-first-pillars .nav .nav-item.active .nav-link:hover {
  color: #fff;
}
.section-first-pillars .nav .nav-item .nav-link {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #212121;
  padding: 5px 0px;
  transition: ease 0.1s all;
}
.section-first-pillars .nav .nav-item .nav-link:hover {
  color: #0f1b84;
}
.section-first-pillars .mobile-pillars a {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #3543BF;
}
.section-first-pillars .mobile-pillars a .back-link {
  background-image: url("/static/images/back-link.svg");
  width: 12px;
  height: 9.06px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 4px;
}

.main-site {
  margin-top: 57px;
}
.main-site .custom-col-extras {
  max-width: 260px;
  padding: 0;
  margin-left: 50px;
  padding-right: 40px;
}
.main-site .custom-col-extras .nav.custom-w {
  max-width: 202px;
}
.main-site .custom-col-extras .nav.custom-w .nav-item {
  max-width: 177.25px;
}
.main-site .custom-col-extras .nav .nav-item {
  padding: 8px 0px;
}
.main-site .custom-col-extras .nav .nav-item .side-nav-link {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #181818;
  transition: ease 0.1s all;
  cursor: pointer;
}
.main-site .custom-col-extras .nav .nav-item .side-nav-link:hover, .main-site .custom-col-extras .nav .nav-item .side-nav-link:focus {
  text-decoration: none;
}
.main-site .custom-col-extras .nav .nav-item .side-nav-link:hover {
  color: #0f1b84;
}
.main-site .custom-col-extras .nav .nav-item .custon-submenu {
  margin: 9px 0 0px 6px;
  display: none;
}
.main-site .custom-col-extras .nav .nav-item .custon-submenu .custom-menu-item {
  padding: 0 0 7px 0;
}
.main-site .custom-col-extras .nav .nav-item .custon-submenu .custom-menu-item .nav-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-right: 0;
  transition: ease 0.1s all;
  color: #181818;
}
.main-site .custom-col-extras .nav .nav-item .custon-submenu .custom-menu-item .nav-link:hover {
  color: #0f1b84;
}
.main-site .custom-col-extras .nav .nav-item .custon-submenu .custom-menu-item .nav-link.active::before {
  content: "";
  background-image: url("/static/images/aroow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 35.67px;
  height: 40.14px;
  position: absolute;
  top: -3px;
  left: -15px;
}
.main-site .custom-col-extras .nav .nav-item .custon-sub-submenu {
  padding-left: 40px;
  display: none;
}
.main-site .custom-col-extras .nav .nav-item .custon-sub-submenu .custom-submenu-item {
  padding-left: 20px;
}
.main-site .custom-col-extras .nav .nav-item .custon-sub-submenu .custom-submenu-item .sub-nav-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-right: 0;
  transition: ease 0.1s all;
  color: #181818;
}
.main-site .custom-col-extras .nav .nav-item .custon-sub-submenu .custom-submenu-item .sub-nav-link:hover {
  color: #0f1b84;
  text-decoration: none;
}
.main-site .custom-col-extras .nav .nav-item .custon-sub-submenu .custom-submenu-item .sub-nav-link.active-sub::before {
  content: "";
  background-image: url("/static/images/aroow_second.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 35.67px;
  height: 40.14px;
  position: absolute;
  top: -11px;
  left: -32px;
}
.main-site .custom-main-col {
  padding: 0;
  max-width: 600px;
  display: none;
}
.main-site .custom-main-col .main-content-helper {
  padding-right: 16px;
}
.main-site .custom-main-col .main-content-helper h2 {
  font-family: "Questrial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.5px;
  color: #181818;
  max-width: 410px;
  margin-bottom: 31px;
}
.main-site .custom-main-col .main-content-helper .row-contribution h2 {
  margin-bottom: 5.16px;
  letter-spacing: -0.5px;
  color: #3e4350;
}
.main-site .custom-main-col .main-content-helper p {
  margin-bottom: 25px;
}
.main-site .custom-main-col .main-content-helper.pension-site {
  padding-right: 0;
  margin-bottom: 54px;
}
.main-site .custom-main-col .main-content-helper.pension-site h2 {
  margin-bottom: 35px;
}
.main-site .custom-main-col .main-content-helper.pension-site p {
  margin: 0px 0px 19px 32px;
  position: relative;
}
.main-site .custom-main-col .main-content-helper.pension-site p span {
  width: 8px;
  height: 8px;
  background: #5b5b5b;
  border-radius: 50%;
  position: absolute;
  top: 19%;
  left: -5%;
}
.main-site .custom-main-col .main-content-helper.calc-site-extra {
  max-width: 496px;
  margin-bottom: 112px;
}
.main-site .custom-main-col .main-content-helper.calc-site-extra h6 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #3e4350;
  margin-bottom: 24px;
}
.main-site .custom-main-col .main-content-helper.calc-site-extra p {
  line-height: 160%;
  letter-spacing: 0.2px;
}
.main-site .custom-main-col .extra-info-helper .read-more-less .accordion-header {
  cursor: pointer;
  font-weight: 500;
  position: relative;
  padding: 2px 0 0 41px;
  line-height: 24px;
  transition: ease 0.1s all;
}
.main-site .custom-main-col .extra-info-helper .read-more-less p {
  position: relative;
  line-height: 24px;
  transition: ease 0.1s all;
}
.main-site .custom-main-col .extra-info-helper .read-more-less p .show-more-less {
  background-image: url("/static/images/plus.svg");
  width: 25px;
  height: 25px;
  position: absolute;
  top: 1px;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  transition: ease 0.1s all;
}
.main-site .custom-main-col .extra-info-helper .read-more-less p .show-more-less.show-less-less {
  background-image: url("/static/images/showless.svg");
}
.main-site .custom-main-col .extra-info-helper .read-more-less:hover .accordion-header {
  color: #0f1b84;
}
.main-site .custom-main-col .extra-info-helper .read-more-less:hover .accordion-header .show-more-less {
  background-image: url("/static/images/plus-blue.svg");
}
.main-site .custom-main-col .extra-info-helper .read-more-less:hover .accordion-header .show-more-less.show-less-less {
  background-image: url("/static/images/showless.svg");
}
.main-site .custom-main-col .extra-info-helper hr {
  border-top: 1px solid #3e4350;
}
.main-site .custom-main-col .extra-info-helper .show-more-info {
  margin: 25px 0px 25px 30px;
  display: none;
}
.main-site .custom-main-col .extra-info-helper .show-more-info img {
  max-width: 100%;
}
.main-site .custom-main-col .extra-info-helper .show-more-info img:nth-child(2) {
  margin-top: 59px;
}
.main-site .custom-main-col .col-custom-helper {
  display: flex;
  flex-direction: row;
}
.main-site .custom-main-col .col-custom-helper .col-custom {
  max-width: 288px;
}
.main-site .custom-main-col .col-custom-helper .col-custom .bolder-para {
  font-weight: 700;
  margin-bottom: 5.13px;
  max-width: 270.89px;
}
.main-site .custom-main-col.calculator-site-main .main-content-helper {
  padding: 0;
}
.main-site .custom-main-col.calculator-site-main .main-content-helper h2 {
  max-width: 100%;
  margin-bottom: 47px;
  line-height: 33px;
}
.main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper {
  max-width: 498px;
  margin-bottom: 80px;
}
.main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper .calculator-body {
  padding: 26px 40px 20px 40px;
  border: 1px solid #f2f3f7;
  box-shadow: 0px 14px 31px -3px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
}
.main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper .calculator-body .calculator-row {
  flex-direction: column;
}
.main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper .calculator-body .calculator-row .calc-title-helper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 35.03px;
}
.main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper .calculator-body .calculator-row .calc-title-helper span {
  width: 100%;
  max-width: 203px;
  max-height: 38px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #3e4350;
  border-bottom: 1px solid #3e4350;
  cursor: pointer;
  opacity: 0.4;
}
.main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper .calculator-body .calculator-row .calc-title-helper span.calc-active-person {
  color: #3543bf;
  border-bottom: 2px solid #3543bf;
  opacity: 1;
}
.main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper .calculator-body .calculator-row .calc-body-col .calc-input-helper {
  display: flex;
  flex-direction: column;
  margin-bottom: 11px;
}
.main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper .calculator-body .calculator-row .calc-body-col .calc-input-helper label {
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #9c9eaf;
  margin: 0px;
  padding-left: 8.32px;
}
.main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper .calculator-body .calculator-row .calc-body-col .calc-input-helper input {
  max-width: 416px;
  border: 1px solid #9c9eaf;
  border-radius: 10px;
  padding: 12px 10px 12px 19.32px;
  color: #3e4350;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper .calculator-body .calculator-row .calc-body-col .calc-input-helper input:focus {
  outline: none;
}
.main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper .calculator-body .calculator-row .calc-body-col .calc-input-helper input::placeholder {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #9c9eaf;
}
.main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper .calculator-body .calculator-row .calc-body-col .generate-button-helper {
  margin-top: 22px;
  margin-bottom: 40px;
  justify-content: center;
  display: flex;
}
.main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper .calculator-body .calculator-row .calc-body-col .generate-button-helper .btn-generate {
  width: 100%;
  max-width: 288px;
  background: #3543bf;
  border-radius: 10px;
  margin: 0px auto;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: ease 0.1s all;
}
.main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper .calculator-body .calculator-row .calc-body-col .generate-button-helper .btn-generate a {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #ffffff;
}
.main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper .calculator-body .calculator-row .calc-body-col .generate-button-helper .btn-generate a:hover {
  text-decoration: none;
}
.main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper .calculator-body .calculator-row .calc-body-col .generate-button-helper .btn-generate:hover {
  background-color: #0f1b84;
}
.main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper .calculator-body .calculator-row .calc-body-col .output-helper .generated-output {
  display: flex;
  justify-content: center;
  position: relative;
}
.main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper .calculator-body .calculator-row .calc-body-col .output-helper .generated-output output {
  max-width: 416px;
  width: 100%;
  background: #f2f3f7;
  border: 1px solid #d3d4dc;
  border-radius: 15px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #3e4350;
  padding: 25px 40px 24px 24px;
  position: relative;
}
.main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper .calculator-body .calculator-row .calc-body-col .output-helper .generated-output .copy-to-board {
  background-image: url("/static/images/copy.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  right: 25px;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper .calculator-body .calculator-row .calc-body-col .output-helper .copy-helper {
  display: flex;
  justify-content: center;
}
.main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper .calculator-body .calculator-row .calc-body-col .output-helper .copy-helper .clipboard-copy {
  font-size: 10px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #3e4350;
  opacity: 0.5;
}
.main-site .custom-sidebox {
  padding: 0;
  max-width: 255px;
  margin-top: 17px;
}
.main-site .custom-sidebox .sidebox-colored-helper {
  background: #f2f3f7;
  border-radius: 12px;
}
.main-site .custom-sidebox .sidebox-colored-helper .read-more-helper {
  padding: 20px 20px 20px 48px;
  position: relative;
}
.main-site .custom-sidebox .sidebox-colored-helper .read-more-helper p {
  line-height: 20px;
  color: #5b5b5b;
  margin-bottom: 15px;
}
.main-site .custom-sidebox .sidebox-colored-helper .read-more-helper.with-icon::before {
  content: "";
  background: url("/static/images/frame9.svg") no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 19px;
  top: 21.38px;
  background-size: contain;
}
.main-site .custom-sidebox .sidebox-colored-helper .read-more-helper [data-button=link] a {
  color: #3543bf !important;
  position: relative;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 0px 0px 0px 2.87px;
}
.main-site .custom-sidebox .sidebox-colored-helper .read-more-helper [data-button=link] a::after {
  content: "";
  background: url("/static/images/Arrow.svg") no-repeat;
  width: 24px;
  height: 25px;
  position: absolute;
  right: -28px;
  top: 7px;
  transition: ease 0.1s all;
}
.main-site .custom-sidebox .sidebox-colored-helper .read-more-helper [data-button=link] a:hover {
  text-decoration: none !important;
  color: #0f1b84 !important;
}
.main-site .custom-sidebox .sidebox-colored-helper .read-more-helper [data-button=link] a:hover:after {
  right: -31px;
}
.main-site .custom-sidebox .sidebox-colored-helper .read-more-helper [data-button=link] a:focus {
  box-shadow: none;
}
.main-site .custom-sidebox .sidebox-w-helper .sidebox-w {
  padding-left: 48px;
  position: relative;
}
.main-site .custom-sidebox .sidebox-w-helper .sidebox-w h4 {
  margin-bottom: 7px;
}
.main-site .custom-sidebox .sidebox-w-helper .sidebox-w.with-icon::before {
  content: "";
  background-image: url("/static/images/questionmark.svg");
  position: absolute;
  width: 18px;
  height: 18px;
  left: 19px;
  top: 3px;
  background-repeat: no-repeat;
  background-size: contain;
}
.main-site .custom-sidebox .sidebox-w-helper .sidebox-w p {
  line-height: 24px;
  color: #5b5b5b;
}
.main-site .custom-sidebox.stats-sidebox {
  max-width: 256px;
  margin-bottom: 83px;
}
.main-site .custom-sidebox.stats-sidebox h4 {
  color: #3e4350;
  margin-bottom: 24px;
  margin-top: 43px;
}
.main-site .custom-sidebox.stats-sidebox .stats-input-helper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.main-site .custom-sidebox.stats-sidebox .stats-input-helper input[type=checkbox] {
  margin-bottom: 16px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #3e4350;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  top: 2px;
}
.main-site .custom-sidebox.stats-sidebox .stats-input-helper input[type=checkbox]:checked {
  background: #3543bf;
  background-image: url("/static/images/checkmark_w.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #3543bf;
}
.main-site .custom-sidebox.stats-sidebox .stats-input-helper input[type=checkbox]:focus, .main-site .custom-sidebox.stats-sidebox .stats-input-helper input[type=checkbox]:hover {
  outline: none;
  box-shadow: none;
}
.main-site .custom-sidebox.stats-sidebox .stats-input-helper input[type=checkbox][disabled] {
  background: #efefef;
  border-color: #ccc;
}
.main-site .custom-sidebox.stats-sidebox .stats-input-helper label {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.2px;
  color: #3e4350;
  margin-left: 12px;
  padding-bottom: 6px;
  cursor: pointer;
}
.main-site .custom-sidebox.calc-site-sidebox .sidebox-w-helper {
  margin-top: 47px;
}
.main-site .conten-box-lg {
  background-color: #f2f3f6;
  border-radius: 16px;
  padding: 32.51px 58.78px 49.69px 43.96px;
  margin-bottom: 203.68px;
}
.main-site .conten-box-lg .conten-image-helper {
  background-image: url("/static/images/lg-img.svg");
  width: 212.11px;
  height: 94.93px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 17px;
}
.main-site .conten-box-lg h4 {
  margin-bottom: 12.29px;
}
.main-site .conten-box-lg p {
  color: #5b5b5b;
  margin-bottom: 25px;
}
.main-site .lg-helper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.main-site .lg-helper label {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #5b5b5b;
  margin-bottom: 2.86px;
  text-transform: uppercase;
}
.main-site .lg-helper .lg-sidebox-link {
  color: #3e4350;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
  cursor: pointer;
}
.main-site .lg-helper .lg-sidebox-link::after {
  content: "";
  background-image: url("/static/images/Arrow.svg");
  width: 12px;
  height: 9.06px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: ease 0.1s all;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 2px;
}
.main-site .lg-helper .lg-sidebox-link:hover {
  text-decoration: none;
}
.main-site .lg-helper .lg-sidebox-link:hover::after {
  left: 180px;
}
.main-site .lg-helper.helper-top {
  margin-top: 41.54px;
}
.main-site.about-site {
  margin-top: 34px;
}
.main-site.about-site .head-holder-helper {
  margin-bottom: 53px;
}
.main-site.about-site .head-holder-helper h1 {
  font-family: "Questrial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 63px;
  letter-spacing: -0.5px;
  color: #3543bf;
  margin-bottom: 0;
}
.main-site.about-site .custom-col-extras .nav-item {
  max-width: 177px;
}
.main-site.about-site .about-site-main .main-content-helper {
  padding: 0;
  margin-bottom: 53.5px;
}
.main-site.about-site .about-site-main .main-content-helper h2 a {
  font-size: 40px;
  line-height: 41px;
  letter-spacing: -0.5px;
  color: #3e4350;
  border-bottom: 2px solid #3e4350;
  cursor: pointer;
}
.main-site.about-site .about-site-main .main-content-helper h2 a:hover {
  text-decoration: none;
  color: #0f1b84;
  border-bottom: 2px solid #0f1b84;
}
.main-site.about-site .about-site-main .main-content-helper .about-info-row {
  margin-top: 40px;
}
.main-site.about-site .about-site-main .main-content-helper .about-info-row .about-info h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
  margin-bottom: 16px;
}
.main-site.about-site .about-site-main .main-content-helper .about-info-row .about-info p {
  margin-bottom: 16px;
}
.main-site.about-site .about-site-main .main-content-helper .about-info-row .about-info p .underlined-para {
  cursor: pointer;
}
.main-site.about-site .about-site-main .main-content-helper .about-info-row .about-info p .underlined-para:hover {
  color: #0f1b84;
}
.main-site.calculator-site {
  margin-top: 0px;
}
.main-site.calculator-site .custom-menu-item {
  max-width: 157px;
}

.statistics-site {
  max-width: 600px;
}
.statistics-site h2 {
  line-height: 33px;
  margin-bottom: 32px;
}
.statistics-site .statistics-navbar .nav {
  align-content: stretch;
  flex-wrap: nowrap;
}
.statistics-site .statistics-navbar .nav .nav-item {
  flex: 1;
  border: 1px solid #3543bf;
  border-right: none;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.statistics-site .statistics-navbar .nav .nav-item .nav-link {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #3543bf;
  text-align: center;
  padding: 6px 7px;
  font-weight: 500;
  position: relative;
}
.statistics-site .statistics-navbar .nav .nav-item.active-stat {
  background-color: #3543bf;
}
.statistics-site .statistics-navbar .nav .nav-item.active-stat .nav-link {
  color: #fff;
}
.statistics-site .statistics-navbar .nav .nav-item.active-stat.custom-period .nav-link {
  background-image: url("/static/images/calendar_w.svg");
  width: 24px;
  height: 24px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.statistics-site .statistics-navbar .nav .nav-item.active-stat:after {
  content: "";
  background: #3543bf;
  transform: rotate(-45deg);
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: -3px;
  left: calc(50% - 3px);
}
.statistics-site .statistics-navbar .nav .nav-item:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.statistics-site .statistics-navbar .nav .nav-item:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex: 0 0 95px;
}
.statistics-site .statistics-navbar .nav .nav-item.custom-period {
  border-right: 1px solid #3543bf;
}
.statistics-site .statistics-navbar .nav .nav-item.custom-period .nav-link {
  background-image: url("/static/images/calendar_b.svg");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.statistics-site .stat-body {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  align-items: center;
  justify-content: start;
  margin-bottom: 20px;
}
.statistics-site .stat-body p {
  color: #181818;
  margin-bottom: 0;
  max-width: 167px;
  width: 100%;
  margin-right: 34px;
  margin-top: 20px;
}
.statistics-site .stat-body span {
  border-bottom: 2px #9c9eaf solid;
  width: 16px;
  margin-top: 20px;
}
.statistics-site .stat-body .stat-date-helper {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
}
.statistics-site .stat-body .stat-date-helper label {
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #9c9eaf;
  margin: 0;
  line-height: 18px;
}
.statistics-site .stat-body .stat-date-helper input {
  max-width: 160px;
  padding: 11px 14px;
  text-align: left;
  margin-right: 0;
}
.statistics-site .stat-body .stat-date-helper.from-helper {
  margin-right: 16px;
  margin-left: 0px;
}
.statistics-site .stat-chart-helper {
  margin-top: 58px;
  margin-bottom: 52px;
}
.statistics-site .stat-chart-info .stat-chart-nav {
  background: #9c9eaf;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-content: space-between;
}
.statistics-site .stat-chart-info .stat-chart-nav span {
  font-weight: 500;
  font-size: 10px;
  line-height: 26px;
  letter-spacing: 0.1px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 3px 0px;
}
.statistics-site .stat-chart-info .stat-chart-nav span.chart-fund {
  max-width: 317px;
  width: 100%;
}
.statistics-site .stat-chart-info .stat-chart-nav span.chart-from {
  margin-right: 29px;
}
.statistics-site .stat-chart-info .stat-chart-nav span.chart-to {
  margin-right: 31px;
}
.statistics-site .stat-chart-info .stat-chart-nav span.chart-change {
  margin-right: 24px;
}
.statistics-site .chart-color-info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.statistics-site .chart-color-info .line-color {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  margin: 0 10px 0 5px;
}
.statistics-site .chart-color-info .logo {
  width: 49px;
  flex: 0 0 49px;
  height: 31px;
  display: block;
  border-radius: 0;
  margin: 6px 15px 6px 0px;
  background-repeat: no-repeat;
  background-size: contain;
}
.statistics-site .chart-color-info .name {
  font-weight: 700;
  color: #3e4350;
}

.overview-box-helper {
  margin-top: -140px;
  margin-left: 293px;
}
.overview-box-helper .helper-box-main .main-helper-labels {
  display: flex;
  flex-direction: column;
}
.overview-box-helper .helper-box-main .main-helper-labels p {
  margin: 15px 0 0 0;
  color: #ffffff;
}
.overview-box-helper .helper-box-main .main-helper-labels h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  position: relative;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.overview-box-helper .helper-box-main .main-helper-labels h3 .overwiev-rx {
  width: 52px;
  height: 52px;
  background-size: contain;
  margin-left: 20px;
  background-repeat: no-repeat;
}
.overview-box-helper .helper-box-main .overview-box-lg {
  background-color: #fff;
  box-shadow: 0px 14px 31px -3px rgba(0, 0, 0, 0.06);
  border-radius: 11px;
  max-width: 599.5px;
  padding: 35px 52px 26.85px 43.62px;
  margin-top: 15px;
}
.overview-box-helper .helper-box-main .overview-box-lg h4 {
  max-width: 397px;
}
.overview-box-helper .helper-box-main .overview-box-lg label {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #252525;
  margin: 25px 32px 30.05px 0;
}
.overview-box-helper .helper-box-main .overview-box-lg input.id-code {
  max-width: 260px;
  border-radius: 10px;
  border: 1px solid #212529;
  background: #ffffff;
  color: #212529;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-align: center;
  padding: 11px 20px;
  vertical-align: middle;
  margin-right: 15px;
  transition: ease 0.1s all;
}
.overview-box-helper .helper-box-main .overview-box-lg input.id-code:focus, .overview-box-helper .helper-box-main .overview-box-lg input.id-code:active {
  outline: none;
  border: 1px solid #3543bf;
}
.overview-box-helper .helper-box-main .overview-box-lg .date-button {
  max-width: 85px;
  background-color: #3543bf;
  padding: 11px 31.78px 13px 28.63px;
  border-radius: 10px;
  transition: ease 0.1s all;
}
.overview-box-helper .helper-box-main .overview-box-lg .date-button .btn-a {
  width: 24.59px;
  height: 17.43px;
}
.overview-box-helper .helper-box-main .overview-box-lg .date-button:focus {
  box-shadow: none;
}
.overview-box-helper .helper-box-main .overview-box-lg .date-button:hover {
  background-color: #0f1b84;
}
.overview-box-helper .helper-box-main .overview-box-lg .pages {
  color: #5b5b5b;
  line-height: 24px;
  margin-bottom: 0px;
}
.overview-box-helper .helper-box-main .overview-box-lg .pages span {
  color: #b6b6b6;
}

.fund-details {
  margin-top: -33px;
}
.fund-details .fund-details-site .main-content-helper {
  padding: 0;
  margin-bottom: 100px;
}
.fund-details .fund-details-site .main-content-helper h2 {
  margin-bottom: 40px;
}
.fund-details .fund-details-site .main-content-helper .bank-logo-holder {
  min-height: 43px;
  margin-left: 23px;
  margin-top: -3px;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .fund-main-body-bank-info {
  display: flex;
  flex-direction: row;
  margin-bottom: 33px;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .fund-main-body-bank-info .body-bank-info-helper {
  margin-right: 36px;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .fund-main-body-bank-info .body-bank-info-helper span {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: #9c9eaf;
  margin-bottom: 6px;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .fund-main-body-bank-info .body-bank-info-helper p {
  line-height: 140%;
  margin-bottom: 0;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .fund-body-text {
  max-width: 593px;
  margin-bottom: 41.04px;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .fund-body-text .fund-info-link a::after {
  left: 156px;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .fund-body-text .fund-info-link a:hover::after {
  left: 158px;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .fund-fees-helper {
  margin-bottom: 52.89px;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .fund-fees-helper h4 {
  color: #3e4350;
  margin-bottom: 17px;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .fund-fees-helper .fees-row .fees-col {
  max-width: 288px;
  width: 100%;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .fund-fees-helper .fees-row .fees-col p {
  margin-bottom: 2px;
  line-height: 35px;
  letter-spacing: 0.1px;
  font-weight: 400;
  color: #181818;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .fund-fees-helper .fees-row .fees-col.second-fee-col {
  max-width: 59px;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .fund-fees-helper .fees-row .fees-col.second-fee-col p {
  font-weight: 700;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .fund-document-helper h4 {
  color: #3e4350;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .fund-document-helper .dokument-row {
  margin-top: 33.45px;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .fund-document-helper .dokument-row .document-col .doc-open {
  position: relative;
  padding-left: 40px;
  color: #181818;
  cursor: pointer;
  text-decoration: none;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .fund-document-helper .dokument-row .document-col .doc-open .doc-helper {
  background-image: url("/static/images/pdf.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 65px;
  height: 89px;
  position: absolute;
  top: -22px;
  left: -20px;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .fund-document-helper .dokument-row .document-col .doc-open:hover {
  color: #3543bf;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .fund-document-helper .dokument-row .document-col .doc-open:hover .doc-helper {
  background-image: url("/static/images/pdf_a.svg");
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .reports-helper {
  margin-top: 27.02px;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .reports-helper h4 {
  color: #3e4350;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .reports-helper .report-date-helper {
  margin-top: 17px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 26px;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .reports-helper .report-date-helper p {
  margin-right: 18.59px;
  margin-bottom: 0;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .reports-helper .report-date-helper select {
  border: 1px solid #9c9eaf;
  background-color: #fff;
  border-radius: 10px;
  padding: 4px 28px 6px 19px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/static/images/select-a.svg");
  background-repeat: no-repeat;
  background-position-x: 89%;
  background-position-y: 9px;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .reports-helper .report-date-helper select:focus {
  outline: none;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .reports-helper .reports-row-helper {
  display: flex;
  flex-direction: row;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .reports-helper .reports-row-helper .report-single {
  margin-top: 50px;
  max-width: 50px;
  width: 100%;
  position: relative;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .reports-helper .reports-row-helper .report-single .report-bg {
  background-image: url("/static/images/pdf.svg");
  width: 65px;
  height: 89px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: -20px;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .reports-helper .reports-row-helper .report-single p {
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #9c9eaf;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 3px;
  margin-top: 8px;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .reports-helper .reports-row-helper .report-single:hover .report-bg {
  background-image: url("/static/images/pdf_a.svg");
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .reports-helper .reports-row-helper .report-single:hover a + p {
  color: #3543bf;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .managers-helper {
  margin-top: 56px;
  margin-bottom: 49px;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .managers-helper h4 {
  color: #3e4350;
  margin: 0;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .managers-helper .manager-single {
  margin-top: 28px;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .managers-helper .manager-single .single-image-helper {
  background-color: #3543bf;
  border-radius: 12px;
  padding: 13.22px 55.01px 13.55px 20.99px;
  display: flex;
  flex-direction: row;
  max-width: 288px;
  position: relative;
  margin-bottom: 30px;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .managers-helper .manager-single .single-image-helper::before {
  content: "";
  background-image: url("/static/images/stripes_m2.png");
  position: absolute;
  width: 288px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .managers-helper .manager-single .single-image-helper .manager-image {
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 21px;
  z-index: 2;
  min-width: 54px;
  min-height: 54px;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .managers-helper .manager-single .single-image-helper .image-text-helper {
  max-width: 137px;
  z-index: 2;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .managers-helper .manager-single .single-image-helper .image-text-helper span {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .managers-helper .manager-single .single-text-helper {
  max-width: 580px;
  margin-bottom: 42px;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .managers-helper .manager-single .single-text-helper p {
  margin-bottom: 0;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .contact-info h4 {
  margin-bottom: 0;
  color: #3E4350;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .contact-info .contact-col-helper {
  display: flex;
  flex-direction: row;
  margin-top: 24px;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .contact-info .contact-col-helper .contact-info-col p {
  margin-bottom: 15px;
  line-height: 140%;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .contact-info .contact-col-helper .contact-info-col p .underlined-para {
  cursor: pointer;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .contact-info .contact-col-helper .contact-info-col p .underlined-para:hover {
  color: #0F1B84;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .contact-info .contact-col-helper .contact-info-col.contact-second h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
  margin-bottom: 16px;
}
.fund-details .fund-details-site .main-content-helper .fund-body-helper .contact-info .contact-col-helper .contact-info-col.contact-second p {
  margin-bottom: 10px;
}

.article {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
}
.article .container {
  position: relative;
  z-index: 10;
}
.article::after {
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 455px) / 2);
  height: 246.49px;
  background-color: #202aa7;
  z-index: 3;
  content: "";
}
.article.faq::after {
  height: 110px;
}
.article::before {
  content: "";
  background-color: #3543bf;
  height: 100%;
  position: absolute;
  left: 0;
  width: calc((100% - 455px) / 2);
  float: left;
}
.article .container .article-first {
  max-width: 400px;
}
.article .container .article-first .article-first-helper {
  display: flex;
  flex-direction: row;
}
.article .container .article-first .article-first-helper .news-head {
  margin-top: 34px;
}
.article .container .article-first .article-first-helper .news-head .article-links {
  margin-top: 17.73px;
  max-width: 183.64px;
  width: 100%;
}
.article .container .article-first .article-first-helper .news-head .article-links a {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #ef962d;
  white-space: nowrap;
  cursor: pointer;
  margin-right: 16px;
}
.article .container .article-first .article-first-helper .news-head .article-links a.active-article {
  text-decoration: underline;
}
.article .container .article-first .article-read {
  background-image: url("/static/images/article.png");
  width: 164.13px;
  height: 127.29px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-top: 119px;
  padding-left: 10px;
}
.article .container .article-first .main-article-col {
  margin-top: 65.68px;
}
.article .container .article-first .main-article-col .article-body-helper {
  margin-bottom: 24px;
  margin-right: 45.04px;
  display: block;
  color: #f2f3f7;
  text-decoration: none;
}
.article .container .article-first .main-article-col .article-body-helper .article-body span {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: -0.4px;
  opacity: 0.5;
  margin-right: 14.54px;
}
.article .container .article-first .main-article-col .article-body-helper .article-body h6 {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.1px;
  margin-top: 6px;
  font-weight: 400;
  max-width: 346px;
}
.article .container .article-first .main-article-col .article-body-helper.active-article-text {
  position: relative;
  margin-right: 27.03px;
}
.article .container .article-first .main-article-col .article-body-helper.active-article-text::before {
  content: "";
  background-image: url("/static/images/active-article.svg");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 37px;
}
.article .container .article-first .main-article-col .article-body-helper.active-article-text .article-body {
  margin-left: 30.93px;
}
.article .container .article-first .main-article-col .article-body-helper.active-article-text:hover {
  margin-right: 27.03px;
  margin-left: 0;
}
.article .container .article-first .main-article-col .article-body-helper:hover h6 {
  text-decoration: underline;
}
.article .container .article-first .main-article-col .date-separator {
  margin-top: 56.7px;
  margin-bottom: 40.81px;
}
.article .container .article-first .main-article-col .date-separator p {
  opacity: 0.5;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.4px;
  position: relative;
}
.article .container .article-first .main-article-col .date-separator p span {
  display: block;
  position: absolute;
  right: 45.03px;
  top: 49%;
  bottom: 49%;
  min-width: 78%;
  border-bottom: 1.12px solid #fff;
  opacity: 0.5;
}
.article .container .article-first .main-article-col .article-body-paginator {
  margin-top: 62.17px;
  margin-bottom: 79.95px;
}
.article .container .article-first .main-article-col .article-body-paginator .paginator-helper .pagination li {
  margin-right: 14.93px;
}
.article .container .article-first .main-article-col .article-body-paginator .paginator-helper .pagination li a, .article .container .article-first .main-article-col .article-body-paginator .paginator-helper .pagination li span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #ef962d;
}
.article .container .article-first .main-article-col .article-body-paginator .paginator-helper .pagination li .current {
  color: white;
}
.article .container .article-second {
  max-width: 600px;
  margin-left: 128px;
  margin-top: 97.94px;
  padding: 0px;
}
.article .container .article-second .article-text h2 {
  color: #3e4350;
}
.article .container .article-second .article-text .text-date-author {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #3e4350;
  margin-right: 8px;
}
.article .container .article-second .article-text .article-text-body {
  margin-top: 32px;
  margin-bottom: 74px;
}
.article .container .article-second .article-text .article-text-body p {
  margin-bottom: 20px;
  line-height: 160%;
  letter-spacing: 0.2px;
}
.article .container .article-second .article-text .article-text-body p .underlined-para {
  cursor: pointer;
}
.article .container .article-second .article-text .article-text-body p .underlined-para:hover {
  color: #0f1b84;
}
.article .container .article-second .aricle-info-table .article-chart-nav {
  background: #9c9eaf;
  border-radius: 10px;
  display: flex;
  align-content: space-between;
}
.article .container .article-second .aricle-info-table .article-chart-nav span {
  font-weight: 500;
  font-size: 10px;
  line-height: 26px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 3px 0px;
}
.article .container .article-second .aricle-info-table .article-chart-nav .article-chart-date {
  max-width: 125.8px;
  width: 100%;
  padding-left: 29.03px;
  text-align: center;
}
.article .container .article-second .aricle-info-table .article-chart-nav .article-chart-changes {
  max-width: 472.2px;
  width: 100%;
  text-align: center;
}
.article .container .article-second .aricle-info-table .article-chart-body .article-body-row {
  border-bottom: 1px solid #d3d4dc;
}
.article .container .article-second .aricle-info-table .article-chart-body .article-body-row .article-chart-helper {
  display: flex;
  flex-direction: row;
  padding: 0px 0px 0px 29.03px;
  margin: 16px 0px 10px 0px;
}
.article .container .article-second .aricle-info-table .article-chart-body .article-body-row .article-chart-helper .article-date-info {
  max-width: 125.8px;
  width: 100%;
}
.article .container .article-second .aricle-info-table .article-chart-body .article-body-row .article-chart-helper .article-date-info p {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.1px;
  color: #3e4350;
  max-width: 106.45px;
}
.article .container .article-second .aricle-info-table .article-chart-body .article-body-row .article-chart-helper .article-changes-info {
  max-width: 472.2px;
  width: 100%;
}
.article .container .article-second .aricle-info-table .article-chart-body .article-body-row .article-chart-helper .article-changes-info p {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.1px;
  color: #3e4350;
  max-width: 404.96px;
}
.article .container .article-second .aricle-info-table .article-chart-body .article-body-row:last-child {
  border: none;
}

.site-et .article .container .article-first .article-first-helper .news-head .article-links {
  max-width: 250px;
}

.site-et .article .container .article-first .article-read {
  margin-left: -60px;
}

.about-us-team {
  background: #f2f3f7;
}
.about-us-team .container .row {
  margin: 0px auto;
}
.about-us-team .container .row .about-team-header {
  margin-top: 62.5px;
  width: 100%;
}
.about-us-team .container .row .about-team-header .about-team-members {
  max-width: 951px;
  float: right;
  padding-left: 39px;
  padding-right: 0;
}
.about-us-team .container .row .about-team-header .about-team-members .about-head-helper h2 {
  margin-bottom: 22px;
  color: #3e4350;
}
.about-us-team .container .row .about-team-header .about-team-members .about-members-helper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 79px;
}
.about-us-team .container .row .about-team-header .about-team-members .about-members-helper .team-member {
  background: #095a35;
  background-image: url("/static/images/stripes2.svg");
  box-shadow: 0px 14px 31px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  margin: 25px 24.01px 0px 0px;
  background-position: center;
  background-size: auto 240px;
  max-width: 288px;
  width: 100%;
}
.about-us-team .container .row .about-team-header .about-team-members .about-members-helper .team-member:hover {
  box-shadow: 0px 14px 26px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
  transition: transform 0.2s;
}
.about-us-team .container .row .about-team-header .about-team-members .about-members-helper .team-member .team-row-helper {
  padding: 20.63px 0px 26.87px 23.95px;
}
.about-us-team .container .row .about-team-header .about-team-members .about-members-helper .team-member .team-row-helper p {
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #ffffff;
  margin-bottom: 0;
  cursor: pointer;
}
.about-us-team .container .row .about-team-header .about-team-members .about-members-helper .team-member .team-row-helper p.position-helper {
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 16.33px;
  cursor: none;
}
.about-us-team .container .row .about-team-header .about-team-members .about-members-helper .team-member .team-row-helper a {
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #ffffff;
  margin-bottom: 0;
  cursor: pointer;
}
.about-us-team .container .row .about-team-header .about-team-members .about-members-helper .team-member .team-row-helper h6 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 2.26px;
}
.about-us-team .container .row .about-team-header .about-team-members .about-members-helper .team-member:nth-child(3n) {
  margin-right: 0px;
}

footer {
  background-color: #f2f3f6;
  margin-top: 90px;
}
footer .container .footer-first {
  padding-top: 23.77px;
}
footer .container .footer-first .lang-col {
  padding: 0;
  margin-left: 9px;
  cursor: pointer;
}
footer .container .footer-first .lang-col .lang-select {
  padding: 0;
  margin: 0;
}
footer .container .footer-first .lang-col .lang-select::before {
  content: "";
  background: url("/static/images/World-dark.svg") no-repeat;
  width: 22px;
  height: 22.9px;
  background-size: contain;
  display: inline-block;
}
footer .container .footer-first .lang-col .lang-select > li {
  margin-left: 10px;
}
footer .container .footer-first .lang-col .lang-select > li a {
  color: #3E4350;
  position: relative;
}
footer .container .footer-first .lang-col .lang-select > li a:hover {
  text-decoration: none;
  color: #0f1b84 !important;
}
footer .container .footer-first .lang-col .lang-select > li [data-toggle=dropdown]::after {
  content: "";
  background: url("/static/images/down-arrow.svg") no-repeat;
  width: 7px;
  height: 7px;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 3px;
}
footer .container .footer-first .account-col {
  padding: 0;
  margin-left: 45.5px;
}
footer .container .footer-first .account-col .account-helper::before {
  content: "";
  background: url("/static/images/account.svg") no-repeat;
  width: 17.32px;
  height: 18.46px;
  background-size: contain;
  display: inline-block;
}
footer .container .footer-first .account-col .account-helper a:focus {
  box-shadow: none;
}
footer .container hr {
  border-top: 1px solid #3e4350;
  margin: 24px 0px 38px 0px;
  opacity: 0.2;
}
footer .container .footer-menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 0;
}
footer .container .footer-menu .footer-items .footer-items-helper {
  padding-right: 58px;
}
footer .container .footer-menu .footer-items .footer-items-helper:last-child {
  padding-right: 0;
}
footer .container .footer-menu .footer-items .footer-items-helper h5 {
  margin-bottom: 15px;
}
footer .container .footer-menu .footer-items .footer-items-helper h5 a {
  color: #3e4350;
  text-decoration: none;
}
footer .container .footer-menu .footer-items .footer-items-helper ul {
  padding: 0;
  margin-bottom: 48px;
  max-width: 169px;
}
footer .container .footer-menu .footer-items .footer-items-helper ul li {
  margin-bottom: 16px;
  line-height: 0;
}
footer .container .footer-menu .footer-items .footer-items-helper ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #3e4350;
  transition: ease 0.1s all;
}
footer .container .footer-menu .footer-items .footer-items-helper ul li a:hover {
  text-decoration: none;
  color: #0f1b84;
}
footer .container .footer-more-links {
  display: flex;
  width: 100%;
  align-content: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}
footer .container .footer-more-links a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #3e4350;
  transition: ease 0.1s all;
}
footer .container .footer-more-links a:hover {
  text-decoration: none;
  color: #0f1b84;
}
footer .container .footer-rights {
  margin: 0px auto;
  margin-bottom: 37.74px;
  text-align: center;
}
footer .container .footer-rights p {
  font-size: 14px;
  line-height: 24px;
}

.big-header {
  background-color: #3543bf;
  position: relative;
}
.big-header::before {
  content: "";
  background-image: url("/static/images/vector1.svg");
  width: 100%;
  height: 370.64px;
  background-repeat: no-repeat;
  position: absolute;
  background-size: 100%;
  top: 66px;
}
.big-header::after {
  content: "";
  width: 100%;
  border-bottom: solid 1px #fff;
  position: absolute;
  height: 0px;
  top: 130.5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.big-header .container h1 {
  font-family: "Questrial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #ffffff;
  padding-top: 37.15px;
}
.big-header .container .circle-helper {
  width: 100%;
  justify-content: space-evenly;
  align-items: end;
  margin-top: 53px;
  display: flex;
  padding-bottom: 150px;
}
.big-header .container .circle-helper .header-circles {
  display: flex;
  flex-direction: column;
  max-width: 112px;
  width: 100%;
  cursor: pointer;
  z-index: 2;
}
.big-header .container .circle-helper .header-circles span {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0px auto;
  margin-bottom: 25px;
  transition: ease 0.1s all;
}
.big-header .container .circle-helper .header-circles p {
  font-size: 19px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.4px;
  color: #ffffff;
  opacity: 0.7;
  transition: ease 0.1s all;
}
.big-header .container .circle-helper .header-circles:hover {
  text-decoration: none;
}
.big-header .container .circle-helper .header-circles:hover p {
  opacity: 1;
}
.big-header .container .circle-helper .header-circles:hover span {
  transform: scale(1.1);
}
.big-header .container .circle-helper .header-circles.active-circle {
  position: relative;
}
.big-header .container .circle-helper .header-circles.active-circle::before {
  content: "";
  background-image: url("/static/images/pension.svg");
  background-repeat: no-repeat;
  width: 37.66px;
  height: 85.41px;
  border-radius: 0%;
  background-color: transparent;
  background-size: contain;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 1;
  right: 0;
  margin: auto;
}
.big-header .container .circle-helper .header-circles.active-circle span {
  visibility: hidden;
}
.big-header .container .circle-helper .header-circles.active-circle i {
  z-index: 2;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  margin-top: -14px;
}
.big-header .container .circle-helper .header-circles:nth-child(2) i {
  margin-left: -21px;
}

.mobile-footer {
  display: none;
  margin-top: 30px;
}
.mobile-footer p {
  color: #9c9eaf;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1px;
  margin-bottom: 24px;
}
.mobile-footer .sitemap-toggel-button {
  padding-bottom: 34.26px;
}
.mobile-footer .sitemap-toggel-button span {
  color: #3543BF;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  font-weight: 500;
  position: relative;
}
.mobile-footer .sitemap-toggel-button span:after {
  content: "";
  background-image: url("/static/images/sitemap-arrow.svg");
  width: 9px;
  height: 6px;
  float: left;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
  background-size: contain;
}
.mobile-footer .mobile-sitemap {
  display: none;
}
.mobile-footer .mobile-sitemap hr {
  border-top: 1px solid #3E4350;
  opacity: 0.2;
  margin: 0;
}
.mobile-footer .mobile-sitemap .mobile-language-select {
  text-align: justify;
  margin-top: 30px;
}
.mobile-footer .mobile-sitemap .mobile-language-select .lang-col {
  max-width: 255px;
  margin-left: 28.83px;
  cursor: pointer;
}
.mobile-footer .mobile-sitemap .mobile-language-select .lang-col .lang-select {
  padding: 0;
  display: flex;
  align-items: center;
  color: #3E4350;
}
.mobile-footer .mobile-sitemap .mobile-language-select .lang-col .lang-select:hover {
  text-decoration: none;
  color: #0f1b84 !important;
}
.mobile-footer .mobile-sitemap .mobile-language-select .lang-col .lang-select::before {
  content: "";
  background: url("/static/images/World-dark.svg") no-repeat;
  flex: 0 0 22px;
  width: 22px;
  height: 23px;
  background-size: contain;
  margin-right: 15px;
}
.mobile-footer .mobile-sitemap .mobile-language-select .lang-col .lang-select::after {
  margin-left: 15px;
  content: "";
  background: url("/static/images/down-arrow.svg") no-repeat;
  width: 7px;
  height: 7px;
  background-size: contain;
  flex: 0 0 7px;
}
.mobile-footer .mobile-sitemap .mobile-menu-helper {
  text-align: left;
  margin-top: 41.34px;
  display: flex;
  justify-content: space-evenly;
}
.mobile-footer .mobile-sitemap .mobile-menu-helper .mobile-items-helper ul {
  padding-inline-start: 0px;
}
.mobile-footer .mobile-sitemap .mobile-menu-helper .mobile-items-helper ul li {
  margin-bottom: 21px;
}
.mobile-footer .mobile-sitemap .mobile-menu-helper .mobile-items-helper ul li a {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1px;
  color: #3E4350;
}
.mobile-footer .mobile-sitemap .mobile-menu-helper .mobile-items-helper ul li a:hover {
  text-decoration: none;
  color: #0f1b84 !important;
}

.mobile-side-menu-tglr-wrapper {
  display: none;
  margin: 20px 0;
}
.mobile-side-menu-tglr-wrapper .mobile-side-menu-tglr {
  position: relative;
}
.mobile-side-menu-tglr-wrapper .mobile-side-menu-tglr:before {
  content: "";
  background-image: url("/static/images/sidemenu-open-arrow.svg");
  float: left;
  position: absolute;
  width: 12px;
  height: 9px;
  background-size: cover;
  background-position: 50%;
  margin: auto;
  top: 0;
  bottom: 0;
}
.mobile-side-menu-tglr-wrapper .mobile-side-menu-tglr span {
  margin: 0 0 0 17px;
  letter-spacing: 0.1px;
  color: #3543BF;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.mobile-side-menu-tglr-wrapper.active .mobile-side-menu-tglr:before {
  transform: rotate(270deg);
}

.mobile-menu-btn, .mobile, .mobile-menu {
  display: none;
}

.hidden {
  display: none !important;
}

.next-articles-section {
  display: none;
}

.mobile-menu ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.mobile-menu ul li {
  float: left;
  width: 100%;
  position: relative;
}
.mobile-menu ul li.parent > ul {
  display: none;
}
.mobile-menu ul li.parent.opened > ul {
  display: block;
}
.mobile-menu ul li > ul > li {
  background-color: #f2f3f6;
}
.mobile-menu ul li > ul > li > ul > li {
  background-color: #e7e8ee;
}
.mobile-menu ul li .open-child {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  color: #3E4350;
  font-size: 28px;
  width: 90px;
  text-align: center;
  justify-content: center;
  border-left: 1px solid #c6c7cf;
  cursor: pointer;
  z-index: 10;
  height: 48px;
}
.mobile-menu ul li a {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1px;
  color: #3E4350;
  padding: 13px 0 13px 31px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #c6c7cf;
}
.mobile-menu .mobile-menu-btns {
  float: left;
  width: 100%;
  text-align: center;
}
.mobile-menu .mobile-menu-btns .account-helper {
  margin: 63px 0 20px;
}
.mobile-menu .mobile-menu-btns .account-helper .btn, .mobile-menu .mobile-menu-btns .account-helper .minukonto-link {
  background-color: #3543BF;
  letter-spacing: -0.4px;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 39px;
  height: 39px;
  position: relative;
  padding: 0 30px 0 54px;
}
.mobile-menu .mobile-menu-btns .account-helper .btn:before, .mobile-menu .mobile-menu-btns .account-helper .minukonto-link:before {
  content: "";
  background-image: url("/static/images/mobile-my-pension-account.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  left: 21px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  margin: auto;
}
.mobile-menu .mobile-menu-btns [data-button=language] {
  position: relative;
  padding-left: 60px;
  padding-right: 41px;
  margin-right: 11px;
  transition: ease 0.1s all;
  margin: 0 0 59px;
}
.mobile-menu .mobile-menu-btns [data-button=language] a {
  color: #3e4350;
}
.mobile-menu .mobile-menu-btns [data-button=language] a:hover {
  text-decoration: none;
}
.mobile-menu .mobile-menu-btns [data-button=language]::before {
  content: "";
  background: url("/static/images/World-dark.svg") no-repeat;
  width: 24px;
  height: 25px;
  position: absolute;
  left: 26.5px;
}
.mobile-menu .mobile-menu-btns [data-button=language]::after {
  content: "";
  background: url("/static/images/Black-arrow.svg") no-repeat;
  width: 24px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 0px;
  display: inline-block;
}
.mobile-menu .mobile-menu-btns [data-button=language]:hover {
  color: #3543bf;
}
.mobile-menu .mobile-menu-btns [data-button=language]:hover::before {
  background: url("/static/images/World-dark-blue.svg") no-repeat;
}

body ::-webkit-scrollbar {
  width: 8px;
  max-width: 8px;
  height: 8px;
  max-height: 8px;
}
body ::-webkit-scrollbar-track {
  background: #D3D4DC;
  border-radius: 10px;
  margin-left: 15px;
  margin-right: 15px;
}
body ::-webkit-scrollbar-thumb {
  background: #3543BF;
  border-radius: 10px;
}

.my-pension-mobile-title {
  margin: 24px 0 25px;
  font-size: 28px;
  line-height: 29px;
  letter-spacing: 0.1px;
  color: #3543BF;
}

.answer-questions-helper {
  max-width: 380px;
  width: 100%;
  border: 1px solid #F2F3F7;
  box-sizing: border-box;
  box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.06);
  border-radius: 11px;
  margin: 0 auto;
  float: none;
  padding: 12px 0 11px 22px;
  position: relative;
  cursor: pointer;
  background: #fff;
}
.answer-questions-helper:after {
  content: "";
  background-image: url("/static/images/Arrow.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  float: right;
  width: 13px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  position: absolute;
}
.answer-questions-helper p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  letter-spacing: 0.1px;
  color: #3543BF;
  margin-bottom: 1.5px;
}
.answer-questions-helper span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1px;
  color: #9C9EAF;
}

.time-to-relax-label {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  position: relative;
  bottom: 22px;
}

.custom-main-col ol, #tinymce ol, .article-text ol {
  margin: 0;
  padding: 0;
}
.custom-main-col ol li, #tinymce ol li, .article-text ol li {
  list-style: decimal;
  position: relative;
  padding: 0 0 0 12px;
  margin: 0 0 10px 15px;
}

.custom-main-col ul, #tinymce ul, .article-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-main-col ul li, #tinymce ul li, .article-text ul li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 10px 0;
}
.custom-main-col ul li::before, #tinymce ul li::before, .article-text ul li::before {
  content: "•";
  color: #5B5B5B;
  font-weight: bold;
  display: block;
  width: auto;
  font-size: 29px;
  line-height: 29px;
  position: absolute;
  top: -2px;
  left: 0;
  height: 29px;
}
.custom-main-col ul.pagination li, #tinymce ul.pagination li, .article-text ul.pagination li {
  padding: 0;
  margin: 0;
}
.custom-main-col ul.pagination li::before, #tinymce ul.pagination li::before, .article-text ul.pagination li::before {
  display: none;
}

.mobile-btns {
  width: 100%;
  text-align: center;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  margin-bottom: 47px;
}
.mobile-btns a {
  max-width: 244px;
  width: 100%;
  min-height: 50px;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  margin-bottom: 13px;
}
.mobile-btns a:last-child {
  margin-bottom: 0px;
}
.mobile-btns a.white-btn {
  background: #FFF;
  border: 1.5px solid #3543BF;
  color: #3543BF;
}
.mobile-btns a.blue-btn {
  background: #3543BF;
  border: 1.5px solid #FFFFFF;
  color: #FFFFFF;
}
.mobile-btns a:hover {
  text-decoration: none;
}

.filter-btn {
  position: absolute;
  right: 0;
  top: 24px;
  flex-direction: column;
  display: none;
}
.filter-btn:before {
  background-image: url("/static/images/filter_list_24px_outlined.svg");
  background-color: #EF962D;
  width: 48px;
  height: 48px;
  float: left;
  border-radius: 50%;
  content: "";
  background-repeat: no-repeat;
  background-position: 50%;
}
.filter-btn span {
  font-weight: 500;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  color: #EF962D;
}

aside.news-filters {
  background: #202AA7;
  float: left;
  width: 100%;
  position: relative;
  padding: 24px 0 40px;
}
aside.news-filters .head {
  position: relative;
}
aside.news-filters .head .filter-btn.close {
  top: 0px;
  text-shadow: none;
  opacity: 1;
}
aside.news-filters h2 {
  font-size: 28px;
  line-height: 29px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
}
aside.news-filters .filter-items {
  float: left;
  width: 100%;
  margin: 80px 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}
aside.news-filters .filter-items span {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #EF962D;
  margin-bottom: 24px;
}
aside.news-filters .filter-items span.active {
  text-decoration-line: underline;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}
aside.news-filters .filter-items span:last-child {
  margin-bottom: 0px;
}
aside.news-filters button.apply-filters {
  margin-left: 50%;
  transform: translate(-50%, 0px);
  margin-top: 111px;
  float: left;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  background: transparent;
  border: 1.5px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 10px;
  max-width: 267px;
  width: 100%;
  height: 50px;
  text-align: center;
  justify-content: center;
}

.link-file, .download {
  display: block;
  text-decoration: none !important;
}
.link-file:before, .download:before {
  background-image: url("/static/images/pdf2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 40px;
  height: 45px;
  margin-right: 6px;
  vertical-align: middle;
}
.link-file:hover:before, .download:hover:before {
  background-image: url("/static/images/pdf2a.svg");
}

.download {
  display: inline-block;
}

.custom-main-col--wide {
  max-width: 938px !important;
  margin-left: 33px;
}

/* statistics */
.hint { /* background: url("/static/images/icon-hint.png") no-repeat 100% 0; padding-right: 7px;*/ }

table td, table th {
  line-height: 120%;
  letter-spacing: -0.1px;
  color: #3e4350;
  outline: none;
}
table td {
  border-bottom: 1px solid #d3d4dc;
  vertical-align: top !important;
}
table th {
  padding: 3px;
  vertical-align: middle !important;
  border-bottom: 0 !important;
}
table thead th, table thead td {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1px;
  color: #ffffff;
  text-transform: uppercase;
  background: #9c9eaf;
  border-color: #9c9eaf;
}
table thead + tbody tr:first-child td {
  border-top: 0 !important;
}
table.table-sm th {
  padding: 0.75rem;
}

.table:not(.table-striped):not(.table-bordered) thead td, .table:not(.table-striped):not(.table-bordered) thead th {
  border-color: transparent;
}
.table:not(.table-striped):not(.table-bordered) thead td:first-child, .table:not(.table-striped):not(.table-bordered) thead th:first-child {
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;
}
.table:not(.table-striped):not(.table-bordered) thead td:last-child, .table:not(.table-striped):not(.table-bordered) thead th:last-child {
  border-bottom-right-radius: 1rem;
  border-top-right-radius: 1rem;
}

.table-stats a {
  text-decoration: none;
}
.table-stats th {
  text-align: center;
}
.table-stats .tablesorter-header-inner {
  text-align: center;
  display: inline-block;
}
.table-stats .data td {
  white-space: nowrap;
  text-align: right;
}
.table-stats .data td.name {
  white-space: normal;
  text-align: left;
  font-weight: 700;
}
.table-stats .data td.name a {
  color: #3e4350;
}

.statistics .pos {
  color: rgb(0, 155, 0);
}

.statistics .neg {
  color: red;
}

.statistics .sort th {
  background: rgb(221, 221, 221) !important;
}

.statistics a.sort {
  display: block;
  height: 15px;
  text-align: center;
  font: 16px monospace;
  margin: -5px 0 -3px;
}

.statistics a.sort.active {
  color: #EB7D16;
}

.statistics a.sort:hover {
  color: #EB7D16;
  text-decoration: none;
}

/* jquery tablescroll */
.tablescroll * {
  box-sizing: content-box !important;
}

.tablescroll_head th {
  border-bottom-width: 0px !important;
}

/*.tablescroll_body tr:first-of-type td{ border-top-color: white !important; }*/
.tablescroll_wrapper {
  overflow-x: hidden !important;
}

table.tablesorter thead tr .header,
table.tablesorter thead tr .tablesorter-header {
  cursor: pointer;
}

table.tablesorter thead tr .tablesorter-headerDesc .tablesorter-header-inner::after {
  margin-left: 4px;
  display: inline-block;
  content: "";
  width: 10px;
  height: 7px;
  background: no-repeat url("/static/images/tablesorter-desc.gif");
}

table.tablesorter thead tr .tablesorter-headerAsc .tablesorter-header-inner::after {
  margin-left: 4px;
  display: inline-block;
  content: "";
  width: 10px;
  height: 7px;
  background: no-repeat url("/static/images/tablesorter-asc.gif");
}

table.tablesorter thead tr .sorter-false {
  text-decoration: none;
  cursor: default;
}

.element_backdrop {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  z-index: 1000;
}

.page-template-page-timeline .example-box img:first-child {
  width: auto;
  height: 80px;
}

.ad-wrapper {
  background: #f2f3f7;
}

.ad-top {
  text-align: center;
  background: #f2f3f7;
  padding: 85px 0 85px;
}
.ad-top a {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 1184px;
}
.ad-top img {
  width: 100%;
}

.home .ad-top {
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .ad-top {
    padding: 40px 0 40px;
  }
  .home .ad-top {
    padding-bottom: 20px;
  }
}
.minukonto-link {
  background-color: #3543bf;
  border-color: #3543bf;
  position: relative;
  padding: 7px 39px 7px 57px;
  transition: ease 0.1s all;
  color: #fff !important;
  border-radius: 8px;
}
.minukonto-link:hover {
  text-decoration: none;
  background-color: #0f1b84;
  border-color: #0f1b84;
}
.minukonto-link::before {
  content: "";
  background: url("/static/images/World-light.svg") no-repeat;
  width: 24px;
  height: 25px;
  position: absolute;
  left: 23px;
  top: 7px;
}

.mce-content-body .minukonto-link::before {
  display: none;
}

@media screen and (max-width: 1252px) {
  .stats-sidebox .btn-close {
    position: fixed;
    right: 20px;
    top: 60px;
    font-size: 50px;
  }
  .fund-details {
    margin-top: 0;
  }
  .custom-main-col--wide {
    margin-left: 0;
  }
  .row-contribution {
    flex-wrap: nowrap;
  }
  .row-contribution img {
    max-width: 100%;
  }
  .row-contribution > div:nth-child(1) {
    width: 40%;
  }
  .row-contribution > div:nth-child(2) {
    width: 60%;
  }
  .faq-head {
    margin-bottom: 0;
  }
  .section-first .first-box {
    background-image: none;
    height: auto;
    min-height: 200px;
  }
  .section-first .first-box::before {
    display: none;
  }
  .container {
    max-width: 1080px;
  }
  .overview-box-helper .helper-box-main .overview-box-lg .pages {
    margin: 10px 0 0 0;
  }
  .owl-carousel .owl-stage-outer {
    overflow: visible !important;
  }
  .section-first .bg-image {
    width: 150px !important;
    height: 100px !important;
  }
  .section-second .col-4 a {
    font-size: 19px;
  }
  .header-area .header-bottom-row .nav li a {
    padding: 5px 21px;
  }
  .section-second .col-8 .second-div [data-box=input] {
    margin-right: 0;
    float: left;
    margin-left: 11px;
  }
  .custom-col {
    padding-right: 15px;
    padding-left: 15px;
  }
  .main-site .custom-sidebox {
    padding-right: 15px;
    padding-left: 15px;
  }
  .main-site .custom-sidebox .sidebox-colored-helper .read-more-helper p::before {
    left: 30px;
  }
  .section-second .col-4 p {
    margin-bottom: 13px;
  }
  .section-second .col-4 p a {
    font-size: 15px;
  }
  .article::before, .article::after {
    width: calc((100% - 285px) / 2);
  }
  .article .container .article-second {
    max-width: 600px;
    margin-left: 78px;
    margin-top: 67.94px;
    padding: 0px;
    margin-right: 50px;
  }
  .overview-box-helper .helper-box-main .overview-box-lg {
    padding: 35px 12px 26.85px 32.62px;
  }
  .overview-box-helper .helper-box-main .overview-box-lg label {
    margin: 25px 14px 30.05px 0;
  }
  .section-second .col-8 .second-row-helper::after {
    opacity: 0.4;
  }
  .site-en .article .container .article-first .article-read {
    margin-left: 20px;
  }
  .site-et .article .container .article-first .article-read {
    margin-left: -10px;
  }
  .site-ru .article .container .article-first .article-read {
    margin-left: -15px;
  }
  .site-ru .filter-btn:before {
    margin-left: 20px;
  }
  .statistics-site .statistics-navbar .nav .nav-item:last-child {
    flex: 1;
  }
}
@media screen and (max-width: 1140px) {
  .section-first .col-big {
    max-width: 500px;
  }
  .section-first .col-small {
    max-width: 500px;
  }
  .section-first .first-box h2 {
    max-width: 100%;
  }
  .section-first .second-box::after {
    background-size: contain;
    width: 469px;
  }
  .section-second .section-second-heading h3 {
    margin: 50px 5px 0px 40px;
  }
  .section-second .section-second-heading::after {
    bottom: -37px;
    left: 53px;
  }
  .section-second .third-row {
    padding-left: 0;
  }
  .section-second .col-4 h3 {
    margin: 0px 0px 30px 0px;
  }
}
@media screen and (max-width: 1100px) {
  .big-header .container .circle-helper .header-circles span {
    margin-bottom: 16px;
  }
  .big-header .container .circle-helper .header-circles p {
    font-size: 16px;
  }
  .main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper .calculator-body .calculator-row .calc-body-col .calc-input-helper input {
    padding: 12px 16px 12px 19.32px;
  }
  .main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper .calculator-body .calculator-row .calc-body-col .output-helper .generated-output output {
    padding: 17px 60px 16px 24px;
  }
}
@media screen and (max-width: 1020px) {
  .desktop {
    display: none;
  }
  .main-site .custom-main-col.contributions-site .cont-info p {
    margin-bottom: 16px;
  }
  .calculator-site {
    overflow: hidden;
  }
  .calculator-site .container {
    position: relative;
  }
  .calculator-site .container::after {
    content: "";
    width: 1020px;
    height: 65%;
    width: 1020px;
    background: #F2F3F7;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: -6;
  }
  .dokument-row .document-col .doc-open {
    padding-bottom: 20px;
  }
  .dokument-row .document-col .doc-open .doc-helper {
    top: -25px !important;
  }
  .statistics-site .stat-body .stat-date-helper input {
    padding: 11px 9px;
    max-width: 140px;
  }
  .custom-main-col {
    overflow: hidden;
  }
  .main-site .custom-main-col {
    padding: 0 15px;
  }
  .main-site.statistics-site {
    margin-top: 24px;
  }
  .main-site.statistics-site {
    margin-bottom: 0px;
  }
  .statistics-site .main-content-helper h2 {
    margin-bottom: 15px;
  }
  .stat-body {
    position: relative;
    margin-top: 0 !important;
    padding-top: 19.03px;
    padding-bottom: 24px;
  }
  .stat-body p {
    z-index: 44;
  }
  .stat-body .stat-date-helper {
    z-index: 44;
  }
  .stat-body span {
    z-index: 44;
  }
  .stat-body::after {
    content: "";
    width: 1020px;
    height: 100%;
    width: 1020px;
    background: #F2F3F7;
    position: absolute;
    top: 0px;
    left: -17px;
  }
  .main-site .custom-main-col.calculator-site-main .main-content-helper h2 {
    margin-bottom: 15px;
  }
  .main-site .custom-main-col .main-content-helper {
    margin-bottom: 40px;
  }
  .calculator-main-helper {
    position: relative;
    padding-top: 32px;
    padding-bottom: 24px;
  }
  .calculator-main-helper .calculator-body {
    position: relative;
    background: #fff;
    border-radius: 16px;
  }
  .header-area::before {
    top: 64px;
    display: none;
  }
  .header-area .header-upper-row .header-logo a img {
    width: 138px;
    margin: 15.95px 0px 21.78px 16px;
  }
  .header-area .header-upper-row .header-buttons {
    display: none;
  }
  .header-area .header-upper-row .mobile-button-helper {
    float: right;
    margin: 20.51px 17.47px 22.33px 0px;
  }
  .header-area .header-upper-row .mobile-button-helper .mobile-menu-button {
    display: flex;
    flex-direction: row;
  }
  .header-area .header-upper-row .mobile-button-helper .mobile-menu-button .search-mobile-button {
    background-image: url("/static/images/Search.svg");
    width: 22px;
    height: 22.98px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 33px;
    margin-top: 2px;
  }
  .header-area .header-upper-row .mobile-button-helper .mobile-menu-button .mobile-button {
    background-image: url("/static/images/lll.svg");
    width: 21.17px;
    height: 16.94px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin-top: 2px;
  }
  .header-area .header-bottom-row {
    display: none;
  }
  .header-area::before {
    top: 64px;
  }
  .mobile-menu-btn {
    position: fixed;
    top: 12px;
    right: 11px;
    display: block;
    width: 41px;
    height: 44px;
    padding: 0;
    border: 0;
    background: #fff;
    border-radius: 0;
    z-index: 6;
    -webkit-appearance: none;
    outline: none !important;
    cursor: pointer;
  }
  .mobile-menu-btn span {
    position: absolute;
    right: 9px;
    left: 9px;
    height: 2px;
    background: #3E4350;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  .mobile-menu-btn span:nth-child(1) {
    top: 13px;
  }
  .mobile-menu-btn span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  .mobile-menu-btn span:nth-child(3) {
    bottom: 13px;
  }
  .mobile-menu-btn.a span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(45deg) translateY(-1px);
    transform: rotate(45deg) translateY(-1px);
  }
  .mobile-menu-btn.a span:nth-child(2) {
    opacity: 0;
  }
  .mobile-menu-btn.a span:nth-child(3) {
    bottom: 50%;
    -webkit-transform: rotate(-45deg) translateY(1px);
    transform: rotate(-45deg) translateY(1px);
  }
  .article .container .article-first {
    display: none;
  }
  .article .container .article-first.news-category-view {
    display: block;
  }
  .article .container .article-first.mobile-open {
    display: block;
  }
  .article::before, .article::after {
    display: none;
  }
  .col.custom-col-extras {
    display: none;
    max-width: 100%;
    padding-right: 20px;
  }
  .col.custom-col-extras .nav:last-child {
    margin-bottom: 60px;
  }
  .fund-details .fund-details-site {
    margin-left: 0px;
    max-width: 100%;
    margin: 0 0 0 0;
  }
  .mobile-side-menu-tglr-wrapper {
    display: block;
    margin: 17px 0;
  }
  .article .container .article-second {
    max-width: 100%;
    margin-left: 0;
    margin-top: 18px;
    padding: 0 15px;
    margin-right: 0;
  }
  .article .container .article-second .article-text h2 {
    color: #3543BF;
    font-size: 28px;
    line-height: 29px;
    letter-spacing: 0.1px;
  }
  .article .container .article-second .article-text .article-text-body {
    margin-top: 10px;
    margin-bottom: 26px;
  }
  .aricle-info-table {
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.06);
    border-radius: 11px;
  }
  .next-articles-section {
    display: block;
    margin: 39px 0 78px;
    float: left;
    width: 100%;
    position: relative;
  }
  .next-articles-section:before {
    content: "";
    background-color: #EF962D;
    height: 1px;
    width: 100%;
    float: left;
    position: absolute;
    top: 11px;
  }
  .next-articles-section > span {
    background-color: #fff;
    color: #EF962D;
    font-size: 12px;
    padding: 0 8px 0 0;
    line-height: 24px;
    letter-spacing: 0.4px;
    float: left;
    z-index: 5;
    position: relative;
    margin: 0 0 24px;
  }
  .next-articles-section .article {
    float: left;
    width: 100%;
  }
  .next-articles-section .article .meta-info span {
    margin: 0 13px 0 0;
    color: #3543BF;
    opacity: 0.5;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
  .next-articles-section .article h5 {
    color: #3543bf;
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.1px;
    position: relative;
  }
  .next-articles-section .article h5:after {
    content: "";
    background: url("/static/images/Arrow.svg") no-repeat;
    width: 14px;
    height: 12px;
    display: inline-block;
    margin: 0 0 0 11px;
  }
  .article .container .article-second .aricle-info-table .article-chart-body .article-body-row .article-chart-helper .article-changes-info p {
    padding-right: 10px;
  }
  .main-site.about-site .head-holder-helper h1 {
    font-size: 28px;
    line-height: 29px;
  }
  .main-site.about-site .head-holder-helper {
    margin-bottom: 24px;
  }
  .main-site.about-site .about-site-main {
    margin-left: 0;
    padding: 0 15px;
  }
  .main-site.about-site .about-site-main .main-content-helper h2 > a {
    color: #181818;
    font-size: 24px;
    line-height: 24px;
  }
  .main-site.about-site .about-site-main .main-content-helper .about-info-row {
    margin-top: 20px;
  }
  .main-site.calculator-site {
    margin: 18px 0 0;
  }
  .main-site.calculator-site .main-content-helper h2 {
    font-size: 28px;
    line-height: 29px;
    letter-spacing: 0.1px;
    color: #3543BF;
  }
  .main-site.calculator-site .row > .col {
    max-width: 100%;
    width: 100%;
    flex-basis: auto;
    margin-right: 0px;
  }
  .main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper {
    margin: 0 auto;
  }
  .main-site .custom-main-col .main-content-helper.calc-site-extra {
    margin-bottom: 0px;
  }
  .main-site .custom-main-col .main-content-helper.calc-site-extra {
    margin: 0 auto;
  }
  .main-site .custom-sidebox.calc-site-sidebox .sidebox-w-helper {
    display: block;
    margin: 0 auto;
    max-width: 441px;
  }
  .bottom-more-links {
    margin: 30px auto 40px;
    max-width: 428px;
    display: block;
  }
  .bottom-more-links h5 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #3E4350;
    font-weight: 400;
    margin-bottom: 23px;
  }
  .bottom-more-links .items {
    display: flex;
    flex-wrap: wrap;
  }
  .bottom-more-links .items a {
    max-width: 183px;
    width: 183px;
    background: #FFFFFF;
    border: 1px solid #F2F3F7;
    box-sizing: border-box;
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.06);
    border-radius: 11px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 0.1px;
    color: #3543BF;
    margin: 0 8px;
    padding: 8px 43px 8px 16px;
    background-image: url("/static/images/Arrow.svg");
    background-repeat: no-repeat;
    background-position: 93% 50%;
    margin-bottom: 16px;
  }
  .bottom-more-links .items a.current {
    background-color: #F2F3F6;
    color: #3E4350;
    background-image: none;
  }
  .bottom-more-links .items a:hover {
    text-decoration: none;
  }
  .main-site .custom-sidebox.stats-sidebox {
    display: none;
  }
  .main-site .custom-main-col {
    max-width: 100%;
  }
  .main-site .custom-main-col {
    margin-right: 0px;
  }
  .main-site.statistics-site .head-holder-helper {
    display: none;
  }
  .statistics-site .main-content-helper h2 {
    font-size: 28px;
    line-height: 29px;
    letter-spacing: 0.1px;
    color: #3543BF;
  }
  .statistics-site .main-content-helper .stat-chart-helper {
    text-align: center;
  }
  .mobile {
    display: block;
  }
  .customize-graph {
    float: left;
    width: 100%;
    position: relative;
  }
  .customize-graph span {
    font-size: 10px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #9C9EAF;
  }
  .customize-graph select {
    float: left;
    background: #FFFFFF;
    border: 1px solid #9C9EAF;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 17px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.1px;
    color: #9C9EAF;
    width: 100%;
    height: 50px;
    padding: 0 0 0 14px;
    margin-bottom: 24px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("/static/images/Dropdown.svg");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 20.07px;
    background-size: 10px 10px;
  }
  .customize-graph select:focus {
    outline: none;
  }
  .stat-chart-helper img {
    max-width: 100%;
  }
  .statistics-site .stat-body p {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    text-align: center;
    max-width: 100%;
    color: #3543BF;
  }
  .statistics-site .stat-body {
    flex-wrap: wrap;
  }
  .statistics-site .main-content-helper .stat-chart-helper {
    margin-top: 40px;
    margin-bottom: 32px;
    float: left;
    width: 100%;
  }
  .stat-chart-info {
    float: left;
    width: 100%;
  }
  .fund-details .fund-details-site .main-content-helper .fund-body-helper .fund-body-text {
    max-width: 100%;
  }
  .fund-details .fund-details-site .main-content-helper .fund-body-helper .managers-helper .manager-single .single-text-helper {
    max-width: 100%;
  }
  header.header-area {
    top: 0;
    position: fixed;
    background: #fff;
    z-index: 1000;
    width: 100%;
  }
  body {
    padding: 68px 0 0 0;
  }
  .article .container .mobile-sidemenu-target {
    background: #3543BF;
    float: left;
    width: 100%;
    max-width: 100%;
  }
  .article .container .article-first .article-first-helper .news-head {
    margin-top: 24px;
  }
  h1 {
    font-size: 28px;
    line-height: 29px;
    letter-spacing: 0.1px;
  }
  .article .container .article-first .article-first-helper .news-head .article-links {
    display: none;
  }
  .article .container .article-first .article-read {
    margin: 24px 0 0 -10px;
    pointer-events: none;
  }
  .article .container .mobile-sidemenu-target {
    position: relative;
  }
  .article .container .mobile-sidemenu-target:before {
    content: "";
    background: #202AA7;
    height: 151px;
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
  }
  .article.faq .container .mobile-sidemenu-target:before {
    background: none;
  }
  .article .container .article-first .article-first-helper {
    z-index: 2;
    position: relative;
  }
  .article .container .article-first .main-article-col {
    margin-top: 24px;
  }
  .article .container .article-first .main-article-col .article-body-helper .article-body h6 {
    max-width: 100%;
  }
  .article .container .article-first .main-article-col .article-body-paginator .paginator-helper .pagination {
    margin-left: 0;
  }
  .custom-sidebox {
    display: none;
  }
  .main-site .custom-main-col .main-content-helper h2 {
    max-width: 100%;
  }
  .main-site .custom-main-col.contributions-site .col-custom-helper .col-custom {
    max-width: 50%;
  }
  .main-site .custom-main-col.contributions-site .main-content-helper h2 {
    font-size: 28px;
    line-height: 29px;
    letter-spacing: 0.1px;
    color: #3543BF;
    margin-bottom: 15px;
  }
  .example-box {
    padding: 29.19px 29.78px 34.89px 22.96px;
  }
  .main-site .custom-main-col.contributions-site .cont-info P {
    max-width: 100%;
  }
  .main-site .custom-main-col.contributions-site .extra-info-helper {
    margin-bottom: 0px;
  }
  .main-site .custom-main-col .extra-info-helper {
    margin-bottom: 0px;
  }
  .main-site .custom-main-col .main-content-helper h2 {
    font-size: 28px;
    line-height: 29px;
    letter-spacing: 0.1px;
    color: #3543BF;
  }
  .main-site .custom-main-col.scheme-site .main-content-helper .cont-info {
    margin-bottom: 0px;
  }
  .main-site .custom-main-col.scheme-site .main-content-helper h2 {
    margin-bottom: 30px;
  }
  .important-info p {
    padding-left: 28px;
    padding-top: 0;
  }
  .main-site .custom-main-col .main-content-helper p {
    margin-bottom: 16px;
  }
  .main-site .custom-main-col.payments-site .payments-value-rate .payment-gp {
    margin: 0 auto;
    width: 551px;
  }
  .overview-box-helper {
    display: none;
  }
  .big-header {
    float: left;
    width: 100%;
  }
  .main-selection {
    float: left;
    width: 100%;
  }
  .main-selection .owl-carousel-helper {
    float: left;
    width: 100%;
    margin: 57px 0 0;
  }
  .main-selection .owl-carousel-helper .owl-stage-outer {
    padding-top: 60px;
  }
  .main-selection .owl-carousel-helper .header-circles span {
    width: 18px;
    height: 18px;
    background: #fff;
    float: left;
    position: absolute;
    right: 0;
    margin: auto;
    top: -7px;
    left: 0;
    border-radius: 50%;
  }
  .main-selection .owl-carousel-helper .header-circles p {
    font-weight: 500;
    font-size: 19px;
    line-height: 38px;
    text-align: center;
    letter-spacing: -0.4px;
    color: #FFFFFF;
    opacity: 0.7;
    padding: 27px 0 0;
  }
  .main-selection .owl-carousel-helper .header-circles:hover {
    text-decoration: none;
  }
  .main-selection .owl-carousel-helper .header-circles.active-circle p {
    opacity: 1;
  }
  .main-selection .owl-carousel-helper .header-circles.active-circle::before {
    content: "";
    background-image: url("/static/images/pension.svg");
    background-repeat: no-repeat;
    width: 37.66px;
    height: 85.41px;
    border-radius: 0%;
    background-color: transparent;
    background-size: contain;
    position: absolute;
    top: -60px;
    left: 0;
    z-index: 1;
    right: 0;
    margin: auto;
  }
  .main-selection .owl-carousel-helper .header-circles.active-circle span {
    visibility: hidden;
  }
  .main-selection .owl-carousel-helper .header-circles.active-circle i {
    z-index: 2;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    margin-top: -14px;
  }
  .big-header {
    min-height: 247px;
    overflow: hidden;
    margin: -32px 0 20px 0;
  }
  .big-header:before {
    top: 70px;
  }
  .big-header:after {
    top: 117.5px;
    left: 0;
    border: 0;
    height: 1.5px;
    width: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.5) 75%, rgba(0, 0, 0, 0) 100%);
  }
  .custom-sidebox-lg {
    display: none;
  }
  .lg-helper {
    display: none;
  }
  .overview-selections-helper {
    margin: 25px 0;
  }
  .overview-selections-helper .overview-tggl-btn {
    background: #F2F3F7;
    border-radius: 10px;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    font-weight: normal;
    font-size: 28px;
    line-height: 29px;
    letter-spacing: 0.1px;
    color: #3543BF;
    cursor: pointer;
    position: relative;
  }
  .overview-selections-helper .overview-tggl-btn:after {
    content: "";
    background-image: url("/static/images/blue-mobile-overview-arrow.svg");
    width: 18px;
    height: 11px;
    float: right;
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;
    margin: auto;
  }
  .main-site .custom-main-col .main-content-helper.pension-site h2 {
    font-size: 28px;
    line-height: 29px;
    letter-spacing: 0.1px;
    color: #181818;
    margin-bottom: 28px;
  }
  .page-content .main-content-helper ul li {
    padding: 0 0 0 23px;
    margin: 0 0 17px 0;
  }
  .main-site .conten-box-lg {
    padding: 27.51px 19.78px 26.69px 25.96px;
    margin-bottom: 41px;
  }
  .main-site .custom-main-col.scheme-site .main-content-helper .col-scheme-helper .scheme-b .scheme-text-helper {
    margin-top: 20px;
  }
  .news-page-helper .article-second {
    display: none;
  }
  .news-page-helper .filter-btn {
    display: flex;
  }
}
@media screen and (max-width: 1000px) {
  .section-first .first-box {
    padding: 53px 0px 209.92px 25px;
  }
  .section-first .first-box::after {
    background-size: contain;
    width: 287px;
    bottom: -25px;
    right: 11px;
  }
  .section-first .second-box::after {
    width: 100%;
    bottom: 8.25px;
  }
  .section-first .third-box::after {
    width: 145px;
    right: 25px;
    bottom: 16px;
    background-size: contain;
  }
  .section-second .section-second-heading::after {
    bottom: -13px;
  }
  .section-second .second-row .second-row-helper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section-second .second-row .second-row-helper .first-div {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 45px;
  }
  .section-second .second-row .second-row-helper .second-div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }
  .section-second .second-row .second-row-helper .second-div input {
    margin: 0px 0px 22px 0px;
  }
  .section-second .second-row .second-row-helper .second-div button {
    margin: 0px 0px 40px 0px;
  }
  .section-second .third-row {
    max-width: 540px;
    margin: 0 auto;
    flex-wrap: wrap;
    margin-bottom: 92px;
  }
  .main-site .custom-main-col {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 20px;
  }
  .main-site .custom-col-extras {
    margin-left: 17px;
  }
  .main-site {
    margin-top: 40px;
  }
  .section-first .container {
    padding-bottom: 48px;
  }
  footer {
    display: none;
  }
  .mobile-footer {
    display: block;
    float: left;
    width: 100%;
    background: #F2F3F6;
    text-align: center;
    padding: 24px 0;
  }
  .about-us-team .container .row .about-team-header .about-team-members .about-members-helper {
    max-width: 630px;
    margin: 0 auto 50px;
  }
  .about-us-team .container .row .about-team-header .about-team-members .about-members-helper .team-member:nth-child(3n) {
    margin: 25px 24.01px 0px 0px;
  }
  .main-site .custom-main-col {
    margin-right: 0px;
  }
}
@media screen and (max-width: 931px) {
  .section-first .second-box::after {
    bottom: -1.75px;
  }
}
@media screen and (max-width: 768px) {
  .section-first .second-box::after {
    bottom: -16.75px;
  }
  .section-first .third-box::after {
    width: 127px;
    bottom: 3px;
  }
}
@media screen and (max-width: 750px) {
  .third-row {
    display: none;
  }
  .section-second .third-row.mobile-third-row {
    display: flex;
  }
  .section-first .container {
    padding-bottom: 50.61px;
  }
  .section-first .head-row {
    background-color: #ffffff;
  }
  .section-first .head-row h1 {
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 0.5px;
    max-width: 75%;
    padding: 16px 15px 20.98px 16px;
  }
  .section-first .row-col-helper {
    flex-direction: column;
  }
  .section-first .row-col-helper .section-row-one {
    margin-top: 34.02px;
  }
  .section-first .row-col-helper .section-row-one .first-box {
    overflow: hidden;
    height: auto;
    position: relative;
  }
  .section-first .row-col-helper .section-row-one .first-box.first-box--type-ajatelg {
    padding: 37.78px 0px 67.92px 20.65px;
  }
  .section-first .row-col-helper .section-row-one .first-box.first-box--type-laadi {
    padding: 0;
  }
  .section-first .row-col-helper .section-row-one .first-box h2 {
    z-index: 10;
    position: relative;
  }
  .section-first .row-col-helper .section-row-one .first-box .box-content {
    z-index: 10;
    position: relative;
    max-width: 220px;
  }
  .section-first .row-col-helper .section-row-one .first-box.first-box--type-ajatelg::before {
    display: block;
    content: "";
    background: linear-gradient(to right, #FFF 68%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    z-index: 1;
  }
  .section-first .row-col-helper .section-row-one .first-box::after {
    bottom: 10px;
    right: 20px;
    width: 177.13px;
    height: 107.31px;
  }
  .section-first .row-col-helper .section-row-one .first-box .bg-image {
    width: 508.11px !important;
    height: 232.28px !important;
    left: -60.01px !important;
    bottom: -88.75px !important;
    background-size: unset !important;
  }
  .section-first .row-col-helper .section-row-one .first-box p {
    margin: 18.58px 0px 0px;
  }
  .section-first .row-col-helper .section-row-one .first-box .read-more-link {
    padding: 0;
    margin: 25.52px 0 0 20px;
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 0;
  }
  .section-first .row-col-helper .section-one-box h2 {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #181818;
  }
  .section-first .col-small {
    margin-top: 15.5px;
  }
  .section-first .col-small .second-box {
    padding: 50px 0px 47px 20px;
    overflow: hidden;
    margin-bottom: 15.5px;
    height: auto;
    position: relative;
  }
  .section-first .col-small .second-box .section-box-heading {
    margin: 0px;
    z-index: 10;
    position: relative;
    padding-bottom: 30px;
  }
  .section-first .col-small .second-box .read-more-link {
    padding: 0;
    margin: 16.35px 0px 0px 20px;
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 0;
  }
  .section-first .col-small .second-box::after {
    width: 508.11px;
    height: 232.28px;
    left: -60.01px;
    bottom: -88.75px;
  }
  .section-first .col-small .second-box::before {
    content: "";
    background: linear-gradient(to right, #FFF 68%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    z-index: 1;
  }
  .section-first .col-small .third-box {
    padding: 46.95px 0px 37.68px 20.86px;
    height: auto;
  }
  .section-first .col-small .third-box .section-box-heading {
    max-width: 170px;
  }
  .section-first .col-small .third-box .read-more-link {
    padding: 0;
    margin: 16.56px 0 0 0;
  }
  .section-first .col-small .third-box::after {
    width: 143.83px;
    height: 110.94px;
    bottom: 30.12px;
    right: 21.53px;
  }
  .reform-helper-row {
    flex-direction: column;
  }
  .reform-helper-row .section-second-heading {
    max-width: 100%;
  }
  .reform-helper-row .section-second-heading h3 {
    margin: 48.31px 0px 2.72px 11px;
    font-size: 28px;
    line-height: 29px;
    letter-spacing: 0.1px;
    color: #181818;
  }
  .section-second .section-second-heading::after {
    bottom: -142px;
    left: 11px;
  }
  .section-second .owl-carousel .second-box {
    margin-top: 0px;
    margin-left: 11px;
  }
  .section-second .col-10::after {
    width: 50%;
  }
  #front-carousel {
    max-width: 100%;
  }
  .section-second .owl-carousel .second-box button {
    padding: 0;
  }
  .owl-item .second-box .section-second-paragraph {
    margin-top: 9.58px;
    margin-bottom: 4.63px;
  }
  .owl-item .second-box p {
    margin-bottom: 18.15px;
  }
  .section-second .section-box-heading {
    margin-top: 40px;
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 29px;
    letter-spacing: 0.1px;
    color: #181818;
  }
  .section-second .second-row {
    flex-direction: column;
  }
  .section-second .second-row .col-8 {
    max-width: 100%;
  }
  .second-row .col-8 .second-row-helper {
    margin-bottom: 40px;
  }
  .second-row .col-8 .second-row-helper .first-div {
    padding-top: 33.2px;
  }
  .second-row .col-8 .second-row-helper .first-div h3 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.1px;
    margin-bottom: 13.93px;
  }
  .second-row .col-8 .second-row-helper .first-div h3 .small {
    vertical-align: text-bottom;
  }
  .second-row .col-8 .second-row-helper .first-div p {
    margin-bottom: 22.34px;
  }
  .second-row .col-8 .second-row-helper .second-div {
    flex-direction: column;
  }
  .second-row .col-8 .second-row-helper .second-div .second-div-helper label {
    display: none;
  }
  .second-row .col-8 .second-row-helper .second-div .second-div-helper input {
    max-width: 219px;
    margin-bottom: 12px;
  }
  .second-row .col-8 .second-row-helper .second-div [data-button=check] {
    margin-bottom: 36.55px;
  }
  .second-row .col-8 .second-row-helper .second-div [data-button=check] a {
    padding: 11.96px 21.17px 14.04px 22.83px;
  }
  .second-row .col-8 .second-row-helper::after {
    opacity: 0.4;
    width: 100%;
  }
  .second-row .col-4 {
    max-width: 100%;
  }
  .second-row .col-4 h3 {
    font-size: 28px;
    line-height: 29px;
    letter-spacing: 0.1px;
    color: #181818;
    margin: 0px 0px 24px 0px;
  }
  .second-row .col-4 .tools_links p {
    margin-bottom: 19.29px;
  }
  .second-row .col-4 .tools_links p a {
    font-size: 20px;
  }
  .second-row .col-4 .tools_links .tools-button {
    display: block;
  }
  .section-first-pillars {
    margin-top: 8px;
  }
  .section-first-pillars .container .custom-col {
    display: none;
  }
  .main-site {
    margin-top: 16px;
  }
  .main-site .container .justify-content-between .custom-col-extras {
    display: none;
  }
  .row-col-helper {
    width: 500px;
    margin: 0 auto;
  }
  .about-us-team .container .row .about-team-header .about-team-members .about-head-helper h2 {
    margin-bottom: 4px;
    color: #3e4350;
    font-size: 30px;
  }
  .about-us-team .container .row .about-team-header {
    margin-top: 31.5px;
    width: 100%;
  }
  .about-us-team .container .row .about-team-header .about-team-members {
    padding: 0 0 0 0;
  }
  .about-us-team .container .row .about-team-header .about-team-members .about-members-helper .team-member {
    margin: 25px 0 0px 0px;
  }
  .about-us-team .container .row .about-team-header .about-team-members .about-members-helper .team-member:nth-child(3n) {
    margin: 25px 0 0 0;
  }
  .statistics-site .stat-body span {
    width: 10px;
  }
  .about-us-team .container .row .about-team-header .about-team-members .about-members-helper .team-member {
    background-size: auto 260px;
  }
}
@media screen and (max-width: 700px) {
  .about-us-team .container .row .about-team-header .about-team-members .about-members-helper .team-member {
    max-width: 382px;
  }
}
@media screen and (max-width: 650px) {
  .stat-chart-body, .stat-chart-nav {
    width: 600px;
  }
  .stat-chart-info {
    overflow: scroll;
    width: 100%;
  }
  .about-info-row::after {
    right: -5%;
  }
}
@media screen and (max-width: 600px) {
  .fund-details .fund-details-site .main-content-helper .fund-body-helper .fund-main-body-bank-info {
    flex-wrap: wrap;
  }
  .fund-details .fund-details-site .main-content-helper .fund-body-helper .fund-main-body-bank-info .body-bank-info-helper {
    margin-top: 12px;
  }
  .fund-details .fund-details-site .main-content-helper h2 {
    margin-bottom: 5px;
  }
  .fund-details .fund-details-site .main-content-helper .fund-body-helper .reports-helper .reports-row-helper {
    flex-wrap: wrap;
  }
  .fund-details .fund-details-site .main-content-helper .fund-body-helper .reports-helper .reports-row-helper .report-single {
    margin-top: 80px;
  }
  .fund-details .fund-details-site .main-content-helper .fund-body-helper .reports-helper .report-date-helper {
    margin-bottom: 0px;
  }
  .fund-details .fund-details-site .main-content-helper .fund-body-helper .reports-helper {
    margin-top: 37.02px;
    margin-bottom: 56px;
  }
  .fund-details .fund-details-site .main-content-helper .fund-body-helper .reports-helper .reports-row-helper .report-single {
    max-width: 16%;
    text-align: center;
  }
  .fund-details .fund-details-site .main-content-helper .fund-body-helper .reports-helper .reports-row-helper .report-single .report-bg {
    top: -46px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 550px) {
  .main-site .custom-main-col.payments-site .payments-value-rate {
    overflow-x: scroll;
    position: relative;
    left: 15px;
  }
  .main-site .custom-main-col.payments-site .payments-value-rate {
    margin-bottom: 45px;
  }
  .main-site .custom-main-col.payments-site .payments-value-rate .payment-gp {
    padding-right: 15px;
  }
}
@media screen and (max-width: 540px) {
  .row-col-helper {
    width: 100%;
  }
  .section-first .col-big, .section-first .col-small {
    width: 100%;
    padding: 0 0 0 0;
  }
  .fund-details .fund-details-site .main-content-helper .fund-body-helper .contact-info .contact-col-helper {
    justify-content: space-between;
  }
  .fund-details .fund-details-site .main-content-helper .fund-body-helper .contact-info .contact-col-helper .contact-info-col {
    margin-right: 20px;
  }
  .fund-details .fund-details-site .main-content-helper .fund-body-helper .contact-info .contact-col-helper .contact-info-col.contact-second {
    max-width: 120px;
    margin-right: 0px;
  }
  .main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper {
    max-width: 381px;
  }
  .main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper .calculator-body {
    padding: 26px 30px 20px 30px;
  }
  .about-info-row::after {
    right: -6%;
  }
}
@media screen and (max-width: 500px) {
  .calculator-site .container::after {
    height: 64%;
    top: 82px;
  }
}
@media screen and (max-width: 470px) {
  .calculator-site .container::after {
    height: 60%;
  }
}
@media screen and (max-width: 480px) {
  .main-site.about-site .about-site-main .main-content-helper .about-info-row .about-info {
    width: 100%;
    flex-basis: auto;
    margin-bottom: 12px;
  }
  .bottom-more-links .items a {
    margin-bottom: 20px;
    width: 45%;
    max-width: 100%;
    padding: 8px 31.77px 8px 10px;
  }
  .about-info-row::after {
    bottom: -5%;
    right: -7%;
  }
}
@media screen and (max-width: 400px) {
  .section-first .col-small .third-box::after {
    width: 123.83px;
    bottom: 14.12px;
  }
  .section-second .col-8 .second-div [data-box=input] {
    padding: 12px 11px 14px 11px;
  }
  .second-row .col-4 .tools_links p a {
    font-size: 18px;
  }
  .section-second .row.mobile-third-row a.four .box p {
    margin-top: 10px;
  }
  .section-second .row.mobile-third-row a.four .box span.box-arrow-helper {
    top: 45%;
  }
  .second-row .col-4 .tools_links p a {
    font-size: 16px;
  }
  .second-row .col-4 h3 {
    margin: 0px 0px 28.58px 0px;
  }
  .second-row .col-4 .tools_links p {
    margin-bottom: 6.29px;
  }
  .section-second .third-row p {
    font-size: 17px;
    line-height: 32px;
  }
  .main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper .calculator-body .calculator-row .calc-body-col .output-helper .generated-output output {
    font-size: 13px;
  }
  .main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper .calculator-body .calculator-row .calc-body-col .output-helper .generated-output .copy-to-board {
    width: 21px;
    height: 20px;
  }
  .main-site .custom-main-col.calculator-site-main .main-content-helper .calculator-main-helper .calculator-body .calculator-row .calc-body-col .generate-button-helper .btn-generate a {
    font-size: 15px;
  }
  .main-site .custom-main-col.contributions-site .col-custom-helper {
    flex-wrap: wrap;
  }
  .main-site .custom-main-col.contributions-site .col-custom-helper .col-custom.col-a {
    max-width: 100%;
    width: 100%;
  }
  .main-site .custom-main-col.contributions-site .col-custom-helper .col-custom {
    width: 100%;
    max-width: 100%;
  }
  .main-site .custom-main-col.scheme-site .main-content-helper .col-scheme-helper .scheme-b .scheme-text-helper .scheme-img-helper span.employer-img,
  .main-site .custom-main-col.scheme-site .main-content-helper .col-scheme-helper .scheme-b .scheme-text-helper .scheme-img-helper span.tax-img,
  .main-site .custom-main-col.scheme-site .main-content-helper .col-scheme-helper .scheme-b .scheme-text-helper .scheme-img-helper span.pension-img {
    margin-left: 0px;
    max-width: 127px;
  }
  .main-site .custom-main-col.scheme-site .main-content-helper .col-scheme-helper .scheme-b .scheme-text-helper .scheme-img-helper {
    margin-right: 20px;
  }
  .main-site .custom-main-col.scheme-site .main-content-helper .col-scheme-helper .scheme-b .scheme-text-helper .scheme-text {
    padding-right: 14px;
  }
}
@media screen and (max-width: 380px) {
  .calculator-site .container::after {
    height: 56%;
  }
  .about-info-row::after {
    right: -8%;
  }
}
@media screen and (max-width: 360px) {
  .statistics-site .main-content-helper .statistics-navbar .nav .nav-item .nav-link {
    font-size: 13px;
  }
  .section-first .head-row h1 {
    max-width: 100%;
  }
  .section-first .row-col-helper .section-row-one .first-box::after {
    bottom: -4px;
    right: 17px;
    width: 157.13px;
  }
  .section-first .col-small .second-box::after {
    width: 100%;
    height: 197.28px;
    left: 29.99px;
    bottom: -85.75px;
  }
  .section-first .col-small .third-box::after {
    width: 106.83px;
    bottom: -3.88px;
    right: 15.53px;
  }
  .second-row .col-8 .second-row-helper .second-div .second-div-helper input {
    max-width: 174px;
  }
  .second-row .col-8 .second-row-helper .second-div [data-button=check] {
    padding: 0;
    margin-left: 11px;
  }
  .second-row .col-8 .second-row-helper .second-div [data-button=check] a {
    padding: 11.96px 15px 14.04px 15px;
  }
  .section-second .third-row.mobile-third-row a.one .box .box-img-helper {
    margin-right: 69.69px;
  }
  .section-second .third-row.mobile-third-row a.three .box .box-img-helper {
    margin-right: 67.49px;
  }
  .section-second .third-row.mobile-third-row a.one .box .box-img-helper {
    margin-right: 26.69px;
  }
  .section-second .third-row.mobile-third-row a.two .box .box-img-helper {
    margin-right: 25.33px;
  }
  .section-second .third-row.mobile-third-row a.three .box .box-img-helper {
    margin-right: 38.49px;
  }
  .section-second .third-row.mobile-third-row a.four .box .box-img-helper {
    margin-right: 38.23px;
  }
  .section-second .third-row.mobile-third-row a .box .box-arrow-helper {
    right: 12.74px;
  }
  .statistics-site .stat-body span {
    display: none;
  }
  .statistics-site .stat-body .stat-date-helper.from-helper {
    margin-right: 10;
  }
  .statistics-site .stat-body .stat-date-helper {
    margin-left: 0;
  }
  .fund-details .fund-details-site .main-content-helper h2 .bank-logo-holder {
    margin-left: 0;
  }
  .article .container .article-first .main-article-col .date-separator p span {
    right: 37.03px;
  }
  .article .container .article-first .article-read {
    width: 140.13px;
  }
  .article .container .mobile-sidemenu-target:before {
    height: 134px;
  }
  .article .container .article-first .main-article-col {
    margin-top: 0px;
  }
}
@media screen and (max-width: 352px) {
  .calculator-site .container::after {
    height: 53%;
  }
  .bottom-more-links .items a {
    width: 100%;
  }
}
@media screen and (max-width: 330px) {
  .statistics-site .stat-body .stat-date-helper.from-helper {
    margin-right: 0;
  }
  .about-info-row::after {
    right: -9%;
  }
}
.mobile-search {
  position: fixed;
  width: 100%;
  top: 65px;
  left: 0;
  height: 0;
  opacity: 0;
  background: #3543bf url("/static/images/Dots-xxs.svg");
  z-index: 99;
  overflow: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.mobile-search.active {
  opacity: 1;
  height: 100vh;
}

.mobile-search-content {
  position: relative;
  margin: 30px 15px;
}

.mobile-search-content input {
  background: #fff;
  border: 0;
  width: 100%;
  padding: 20px 55px 20px 20px;
  font-size: 1rem;
  border: 1px solid #9c9eaf;
  border-radius: 10px;
}

.mobile-search-content button {
  background: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  padding: 0;
  transform: translateY(-50%);
  z-index: 3;
  width: 25px;
  height: 25px;
}

.mobile-search-content button img {
  width: 25px;
  height: 25px;
}

.submit-hidden, .submit-hidden[type=submit] {
  width: 0px;
  height: 0px;
  position: absolute;
  border: 0;
  font-size: 0;
  background: transparent;
  outline: none;
  color: transparent;
}

.text-nb {
  padding-left: 25px;
  position: relative;
}
.text-nb::before {
  content: "";
  background-image: url("/static/images/mark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 17.63px;
  height: 17.35px;
  position: absolute;
  left: 0;
  top: 2px;
}

.cursor-pointer {
  cursor: pointer;
}

.loading-overlay::before {
  content: "";
  position: absolute;
  cursor: wait;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  user-select: none;
}

.chart-date-diffs {
  position: relative;
  cursor: help;
}

.chart-date-diffs::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  margin-right: -7px;
  width: 6px;
  height: 6px;
  background: darkorange;
  border-radius: 50%;
}

/**
 * @license Highcharts
 *
 * (c) 2009-2016 Torstein Honsi
 *
 * License: www.highcharts.com/license
 */
.highcharts-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: left;
  line-height: normal;
  z-index: 0; /* #1072 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: 12px;
  user-select: none;
}

.highcharts-root {
  display: block;
}

.highcharts-root text {
  stroke-width: 0;
}

.highcharts-strong {
  font-weight: bold;
}

.highcharts-emphasized {
  font-style: italic;
}

.highcharts-anchor {
  cursor: pointer;
}

.highcharts-background {
  fill: transparent;
}

.highcharts-plot-border, .highcharts-plot-background {
  fill: none;
}

.highcharts-label-box {
  fill: none;
}

.highcharts-button-box {
  fill: inherit;
}

.highcharts-tracker-line {
  stroke-linejoin: round;
  stroke: rgba(192, 192, 192, 0.0001);
  stroke-width: 22;
  fill: none;
}

.highcharts-tracker-area {
  fill: rgba(192, 192, 192, 0.0001);
  stroke-width: 0;
}

/* Titles */
.highcharts-title {
  fill: #333333;
  font-size: 1.5em;
}

.highcharts-subtitle {
  fill: #666666;
}

/* Axes */
.highcharts-axis-line {
  fill: none;
  stroke: #ccd6eb;
}

.highcharts-yaxis .highcharts-axis-line {
  stroke-width: 0;
}

.highcharts-axis-title {
  fill: #666666;
}

.highcharts-axis-labels {
  fill: #666666;
  cursor: default;
  font-size: 0.9em;
}

.highcharts-grid-line {
  fill: none;
  stroke: #e6e6e6;
}

.highcharts-xaxis-grid .highcharts-grid-line {
  stroke-width: 0px;
}

.highcharts-tick {
  stroke: #ccd6eb;
}

.highcharts-yaxis .highcharts-tick {
  stroke-width: 0;
}

.highcharts-minor-grid-line {
  stroke: #f2f2f2;
}

.highcharts-crosshair-thin {
  stroke-width: 1px;
  stroke: #cccccc;
}

.highcharts-crosshair-category {
  stroke: #ccd6eb;
  stroke-opacity: 0.25;
}

/* Credits */
.highcharts-credits {
  cursor: pointer;
  fill: #999999;
  font-size: 0.7em;
  transition: fill 250ms, font-size 250ms;
}

.highcharts-credits:hover {
  fill: black;
  font-size: 1em;
}

/* Tooltip */
.highcharts-tooltip {
  cursor: default;
  pointer-events: none;
  white-space: nowrap;
  transition: stroke 150ms;
}

.highcharts-tooltip text {
  fill: #333333;
}

.highcharts-tooltip .highcharts-header {
  font-size: 0.85em;
}

.highcharts-tooltip-box {
  stroke-width: 1px;
  fill: #f7f7f7;
  fill-opacity: 0.85;
}

.highcharts-tooltip-box .highcharts-label-box {
  fill: #f7f7f7;
  fill-opacity: 0.85;
}

div.highcharts-tooltip {
  filter: none;
}

.highcharts-selection-marker {
  fill: #335cad;
  fill-opacity: 0.25;
}

.highcharts-graph {
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.highcharts-empty-series {
  stroke-width: 1px;
  fill: none;
  stroke: #cccccc;
}

.highcharts-state-hover .highcharts-graph {
  stroke-width: 3;
}

.highcharts-point-inactive {
  opacity: 0.2;
  transition: opacity 50ms; /* quick in */
}

.highcharts-series-inactive {
  opacity: 0.2;
  transition: opacity 50ms; /* quick in */
}

.highcharts-state-hover path {
  transition: stroke-width 50ms; /* quick in */
}

.highcharts-state-normal path {
  transition: stroke-width 250ms; /* slow out */
}

/* Legend hover affects points and series */
g.highcharts-series,
.highcharts-point,
.highcharts-markers,
.highcharts-data-labels {
  transition: opacity 250ms;
}

.highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
.highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),
.highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),
.highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover) {
  opacity: 0.2;
}

/* Series options */
/* Default colors */
.highcharts-color-0 {
  fill: #3B44C2;
  stroke: #3B44C2;
}

.highcharts-color-1 {
  fill: #D43937;
  stroke: #D43937;
}

.highcharts-color-2 {
  fill: #E8951A;
  stroke: #E8951A;
}

.highcharts-color-3 {
  fill: #9F3F47;
  stroke: #9F3F47;
}

.highcharts-color-4 {
  fill: #1C5A34;
  stroke: #1C5A34;
}

.highcharts-color-5 {
  fill: #6497EE;
  stroke: #6497EE;
}

.highcharts-color-6 {
  fill: #890FA7;
  stroke: #890FA7;
}

.highcharts-color-7 {
  fill: #4579FF;
  stroke: #4579FF;
}

.highcharts-color-8 {
  fill: #8C5F40;
  stroke: #8C5F40;
}

.highcharts-color-9 {
  fill: #BFAA0C;
  stroke: #BFAA0C;
}

.highcharts-area {
  fill-opacity: 0.75;
  stroke-width: 0;
}

.highcharts-markers {
  stroke-width: 1px;
  stroke: transparent;
}

.highcharts-a11y-markers-hidden .highcharts-point:not(.highcharts-point-hover):not(.highcharts-a11y-marker-visible),
.highcharts-a11y-marker-hidden {
  opacity: 0;
}

.highcharts-point {
  stroke-width: 1px;
}

.highcharts-dense-data .highcharts-point {
  stroke-width: 0;
}

.highcharts-data-label {
  font-size: 0.9em;
  font-weight: bold;
}

.highcharts-data-label-box {
  fill: none;
  stroke-width: 0;
}

.highcharts-data-label text, text.highcharts-data-label {
  fill: #333333;
}

.highcharts-data-label-connector {
  fill: none;
}

.highcharts-data-label-hidden {
  pointer-events: none;
}

.highcharts-halo {
  fill-opacity: 0.25;
  stroke-width: 0;
}

.highcharts-series:not(.highcharts-pie-series) .highcharts-point-select,
.highcharts-markers .highcharts-point-select {
  fill: #cccccc;
  stroke: #000000;
}

.highcharts-column-series rect.highcharts-point {
  stroke: transparent;
}

.highcharts-column-series .highcharts-point {
  transition: fill-opacity 250ms;
}

.highcharts-column-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

.highcharts-pie-series .highcharts-point {
  stroke-linejoin: round;
  stroke: transparent;
}

.highcharts-pie-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

.highcharts-funnel-series .highcharts-point {
  stroke-linejoin: round;
  stroke: transparent;
}

.highcharts-funnel-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

.highcharts-funnel-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}

.highcharts-pyramid-series .highcharts-point {
  stroke-linejoin: round;
  stroke: transparent;
}

.highcharts-pyramid-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

.highcharts-pyramid-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}

.highcharts-solidgauge-series .highcharts-point {
  stroke-width: 0;
}

.highcharts-treemap-series .highcharts-point {
  stroke-width: 1px;
  stroke: #e6e6e6;
  transition: stroke 250ms, fill 250ms, fill-opacity 250ms;
}

.highcharts-treemap-series .highcharts-point-hover {
  stroke: #999999;
  transition: stroke 25ms, fill 25ms, fill-opacity 25ms;
}

.highcharts-treemap-series .highcharts-above-level {
  display: none;
}

.highcharts-treemap-series .highcharts-internal-node {
  fill: none;
}

.highcharts-treemap-series .highcharts-internal-node-interactive {
  fill-opacity: 0.15;
  cursor: pointer;
}

.highcharts-treemap-series .highcharts-internal-node-interactive:hover {
  fill-opacity: 0.75;
}

.highcharts-vector-series .highcharts-point {
  fill: none;
  stroke-width: 2px;
}

.highcharts-windbarb-series .highcharts-point {
  fill: none;
  stroke-width: 2px;
}

.highcharts-lollipop-stem {
  stroke: #000000;
}

.highcharts-focus-border {
  fill: none;
  stroke-width: 2px;
}

.highcharts-legend-item-hidden .highcharts-focus-border {
  fill: none !important;
}

/* Legend */
.highcharts-legend-box {
  fill: none;
  stroke-width: 0;
}

.highcharts-legend-item > text {
  fill: #333333;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  stroke-width: 0;
}

.highcharts-legend-item:hover text {
  fill: #000000;
}

.highcharts-legend-item-hidden * {
  fill: #cccccc !important;
  stroke: #cccccc !important;
  transition: fill 250ms;
}

.highcharts-legend-nav-active {
  fill: #003399;
  cursor: pointer;
}

.highcharts-legend-nav-inactive {
  fill: #cccccc;
}

circle.highcharts-legend-nav-active, circle.highcharts-legend-nav-inactive { /* tracker */
  fill: rgba(192, 192, 192, 0.0001);
}

.highcharts-legend-title-box {
  fill: none;
  stroke-width: 0;
}

/* Bubble legend */
.highcharts-bubble-legend-symbol {
  stroke-width: 2;
  fill-opacity: 0.5;
}

.highcharts-bubble-legend-connectors {
  stroke-width: 1;
}

.highcharts-bubble-legend-labels {
  fill: #333333;
}

/* Loading */
.highcharts-loading {
  position: absolute;
  background-color: transparent;
  opacity: 0.5;
  text-align: center;
  z-index: 10;
  transition: opacity 250ms;
}

.highcharts-loading-hidden {
  height: 0 !important;
  opacity: 0;
  overflow: hidden;
  transition: opacity 250ms, height 250ms step-end;
}

.highcharts-loading-inner {
  font-weight: bold;
  position: relative;
  top: 45%;
}

/* Plot bands and polar pane backgrounds */
.highcharts-plot-band, .highcharts-pane {
  fill: #000000;
  fill-opacity: 0.05;
}

.highcharts-plot-line {
  fill: none;
  stroke: #999999;
  stroke-width: 1px;
}

/* Highcharts More and modules */
.highcharts-boxplot-box {
  fill: transparent;
}

.highcharts-boxplot-median {
  stroke-width: 2px;
}

.highcharts-bubble-series .highcharts-point {
  fill-opacity: 0.5;
}

.highcharts-errorbar-series .highcharts-point {
  stroke: #000000;
}

.highcharts-gauge-series .highcharts-data-label-box {
  stroke: #cccccc;
  stroke-width: 1px;
}

.highcharts-gauge-series .highcharts-dial {
  fill: #000000;
  stroke-width: 0;
}

.highcharts-polygon-series .highcharts-graph {
  fill: inherit;
  stroke-width: 0;
}

.highcharts-waterfall-series .highcharts-graph {
  stroke: #333333;
  stroke-dasharray: 1, 3;
}

.highcharts-sankey-series .highcharts-point {
  stroke-width: 0;
}

.highcharts-sankey-series .highcharts-link {
  transition: fill 250ms, fill-opacity 250ms;
  fill-opacity: 0.5;
}

.highcharts-sankey-series .highcharts-point-hover.highcharts-link {
  transition: fill 50ms, fill-opacity 50ms;
  fill-opacity: 1;
}

.highcharts-venn-series .highcharts-point {
  fill-opacity: 0.75;
  stroke: #cccccc;
  transition: stroke 250ms, fill-opacity 250ms;
}

.highcharts-venn-series .highcharts-point-hover {
  fill-opacity: 1;
  stroke: #cccccc;
}

/* Highstock */
.highcharts-navigator-mask-outside {
  fill-opacity: 0;
}

.highcharts-navigator-mask-inside {
  fill: #6685c2; /* navigator.maskFill option */
  fill-opacity: 0.25;
  cursor: ew-resize;
}

.highcharts-navigator-outline {
  stroke: #cccccc;
  fill: none;
}

.highcharts-navigator-handle {
  stroke: #cccccc;
  fill: #f2f2f2;
  cursor: ew-resize;
}

.highcharts-navigator-series {
  fill: #335cad;
  stroke: #335cad;
}

.highcharts-navigator-series .highcharts-graph {
  stroke-width: 1px;
}

.highcharts-navigator-series .highcharts-area {
  fill-opacity: 0.05;
}

.highcharts-navigator-xaxis .highcharts-axis-line {
  stroke-width: 0;
}

.highcharts-navigator-xaxis .highcharts-grid-line {
  stroke-width: 1px;
  stroke: #e6e6e6;
}

.highcharts-navigator-xaxis.highcharts-axis-labels {
  fill: #999999;
}

.highcharts-navigator-yaxis .highcharts-grid-line {
  stroke-width: 0;
}

.highcharts-scrollbar-thumb {
  fill: #cccccc;
  stroke: #cccccc;
  stroke-width: 1px;
}

.highcharts-scrollbar-button {
  fill: #e6e6e6;
  stroke: #cccccc;
  stroke-width: 1px;
}

.highcharts-scrollbar-arrow {
  fill: #666666;
}

.highcharts-scrollbar-rifles {
  stroke: #666666;
  stroke-width: 1px;
}

.highcharts-scrollbar-track {
  fill: #f2f2f2;
  stroke: #f2f2f2;
  stroke-width: 1px;
}

.highcharts-button {
  fill: #f7f7f7;
  stroke: #cccccc;
  cursor: default;
  stroke-width: 1px;
  transition: fill 250ms;
}

.highcharts-button text {
  fill: #333333;
}

.highcharts-button-hover {
  transition: fill 0ms;
  fill: #e6e6e6;
  stroke: #cccccc;
}

.highcharts-button-hover text {
  fill: #333333;
}

.highcharts-button-pressed {
  font-weight: bold;
  fill: #e6ebf5;
  stroke: #cccccc;
}

.highcharts-button-pressed text {
  fill: #333333;
  font-weight: bold;
}

.highcharts-button-disabled text {
  fill: #333333;
}

.highcharts-range-selector-buttons .highcharts-button {
  stroke-width: 0px;
}

.highcharts-range-label rect {
  fill: none;
}

.highcharts-range-label text {
  fill: #666666;
}

.highcharts-range-input rect {
  fill: none;
}

.highcharts-range-input text {
  fill: #333333;
}

.highcharts-range-input {
  stroke-width: 1px;
  stroke: #cccccc;
}

input.highcharts-range-selector {
  position: absolute;
  border: 0;
  width: 1px; /* Chrome needs a pixel to see it */
  height: 1px;
  padding: 0;
  text-align: center;
  left: -9em; /* #4798 */
}

.highcharts-crosshair-label text {
  fill: transparent;
  font-size: 1.1em;
}

.highcharts-crosshair-label .highcharts-label-box {
  fill: inherit;
}

.highcharts-candlestick-series .highcharts-point {
  stroke: #000000;
  stroke-width: 1px;
}

.highcharts-candlestick-series .highcharts-point-up {
  fill: transparent;
}

.highcharts-ohlc-series .highcharts-point-hover {
  stroke-width: 3px;
}

.highcharts-flags-series .highcharts-point .highcharts-label-box {
  stroke: #999999;
  fill: transparent;
  transition: fill 250ms;
}

.highcharts-flags-series .highcharts-point-hover .highcharts-label-box {
  stroke: #000000;
  fill: #ccd6eb;
}

.highcharts-flags-series .highcharts-point text {
  fill: #000000;
  font-size: 0.9em;
  font-weight: bold;
}

/* Highmaps */
.highcharts-map-series .highcharts-point {
  transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
  stroke: #cccccc;
}

.highcharts-map-series .highcharts-point-hover {
  transition: fill 0ms, fill-opacity 0ms;
  fill-opacity: 0.5;
  stroke-width: 2px;
}

.highcharts-mapline-series .highcharts-point {
  fill: none;
}

.highcharts-heatmap-series .highcharts-point {
  stroke-width: 0;
}

.highcharts-map-navigation {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}

.highcharts-coloraxis {
  stroke-width: 0;
}

.highcharts-coloraxis-marker {
  fill: #999999;
}

.highcharts-null-point {
  fill: #f7f7f7;
}

/* 3d charts */
.highcharts-3d-frame {
  fill: transparent;
}

/* Exporting module */
.highcharts-contextbutton {
  fill: transparent; /* needed to capture hover */
  stroke: none;
  stroke-linecap: round;
}

.highcharts-contextbutton:hover {
  fill: #e6e6e6;
  stroke: #e6e6e6;
}

.highcharts-button-symbol {
  stroke: #666666;
  stroke-width: 3px;
}

.highcharts-menu {
  border: 1px solid #999999;
  background: transparent;
  padding: 5px 0;
  box-shadow: 3px 3px 10px #888;
}

.highcharts-menu-item {
  padding: 0.5em 1em;
  background: none;
  color: #333333;
  cursor: pointer;
  transition: background 250ms, color 250ms;
}

.highcharts-menu-item:hover {
  background: #335cad;
  color: transparent;
}

/* Drilldown module */
.highcharts-drilldown-point {
  cursor: pointer;
}

.highcharts-drilldown-data-label text,
text.highcharts-drilldown-data-label,
.highcharts-drilldown-axis-label {
  cursor: pointer;
  fill: #003399;
  font-weight: bold;
  text-decoration: underline;
}

/* No-data module */
.highcharts-no-data text {
  font-weight: bold;
  font-size: 12px;
  fill: #666666;
}

/* Drag-panes module */
.highcharts-axis-resizer {
  cursor: ns-resize;
  stroke: black;
  stroke-width: 2px;
}

/* Bullet type series */
.highcharts-bullet-target {
  stroke-width: 0;
}

/* Lineargauge type series */
.highcharts-lineargauge-target {
  stroke-width: 1px;
  stroke: #333333;
}

.highcharts-lineargauge-target-line {
  stroke-width: 1px;
  stroke: #333333;
}

/* Annotations module */
.highcharts-annotation-label-box {
  stroke-width: 1px;
  stroke: #000000;
  fill: #000000;
  fill-opacity: 0.75;
}

.highcharts-annotation-label text {
  fill: #e6e6e6;
}

/* Gantt */
.highcharts-treegrid-node-collapsed, .highcharts-treegrid-node-expanded {
  cursor: pointer;
}

.highcharts-point-connecting-path {
  fill: none;
}

.highcharts-grid-axis .highcharts-tick {
  stroke-width: 1px;
}

.highcharts-grid-axis .highcharts-axis-line {
  stroke-width: 1px;
}

.highcharts-axis-labels, .highcharts-axis-title {
  font-weight: 700;
}

.highcharts-tooltip {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2;
}

.highcharts-no-grid .highcharts-grid {
  display: none;
}

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