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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

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

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

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

@-ms-viewport {
  width: device-width; }

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, 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 {
  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; }

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: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

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

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

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: .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-cancel-button,
[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; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

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

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

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

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

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014   \A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

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

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .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: rgba(0, 0, 0, 0.05); }

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

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

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

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

.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-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-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: #ffeeba; }

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

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

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

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

.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-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: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .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 {
    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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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 screen and (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: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  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.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(2.875rem + 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 {
    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: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .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-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

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

.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 {
    background-color: #71dd8a; }

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  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 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.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 ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  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: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.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: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.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 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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, .form-inline .form-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;
      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 {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  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 screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .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(0, 123, 255, 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 {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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(108, 117, 125, 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 {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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(40, 167, 69, 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 {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .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(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .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(220, 53, 69, 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 {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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(248, 249, 250, 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 {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 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(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    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: #007bff;
    border-color: #007bff; }
    .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(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    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: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .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(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    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: #dc3545;
    border-color: #dc3545; }
    .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(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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: #007bff;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

.btn-sm, .btn-group-sm > .btn {
  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 screen and (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 screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

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

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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-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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    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; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .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(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .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-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    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,
.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-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control,
.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-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn: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 > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.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 > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #80bdff; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    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 {
      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 {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

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

.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 {
    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:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    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 {
      flex-wrap: nowrap; }
    .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 {
    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 {
      flex-wrap: nowrap; }
    .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 {
    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 {
      flex-wrap: nowrap; }
    .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 {
    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 {
      flex-wrap: nowrap; }
    .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 {
    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 {
    flex-wrap: nowrap; }
  .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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  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-header + .list-group .list-group-item:first-child {
    border-top: 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; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

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

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

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

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      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:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-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 .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.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 {
    display: inline-block;
    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: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.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: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.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; }
  .badge:empty {
    display: none; }

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.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;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.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: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

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

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

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  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, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  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;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 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;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .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-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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;
  word-spacing: normal;
  white-space: 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, 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;
  word-spacing: normal;
  white-space: 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) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 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-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) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 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-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) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    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-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) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    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-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  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; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      transition: none; } }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.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: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !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: #ffc107 !important; }

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

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !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: #007bff !important; }

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

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

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

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

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

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

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

.border-white {
  border-color: #fff !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-circle {
  border-radius: 50% !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.85714%; }

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

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

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

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

.text-justify {
  text-align: justify !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-normal {
  font-weight: 400 !important; }

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

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

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

.text-primary {
  color: #007bff !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !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; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    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; }
  thead {
    display: table-header-group; }
  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: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(96c476804d7a788cc1c05351b287ee41.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(0509ab09c1b0d2200a4135803c91d6ce.woff2) format("woff2"), url(29b882f018fa6fe75fd338aaae6235b8.woff) format("woff"), url(d120c85b6eb0549d60483e2980033c15.ttf) format("truetype"); }

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 29px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle; }
  .bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: space-between; }
    .bootstrap-select > .dropdown-toggle:after {
      margin-top: -1px; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
      color: #999; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
      color: rgba(255, 255, 255, 0.5); }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important; }
    .bootstrap-select > select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2 !important; }
  .has-error .bootstrap-select .dropdown-toggle,
  .error .bootstrap-select .dropdown-toggle,
  .bootstrap-select.is-invalid .dropdown-toggle,
  .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.is-valid .dropdown-toggle,
  .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
    border-color: #28a745; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px; }
  .bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
  .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto; }
  :not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto; }

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto; }

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0; }
  .form-group-lg .bootstrap-select.form-control .dropdown-toggle,
  .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem; }

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem; }

.form-inline .bootstrap-select .form-control {
  width: 100%; }

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.disabled:focus,
  .bootstrap-select > .disabled:focus {
    outline: none !important; }

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important; }
  .bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060; }

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto; }
  .bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit; }
  .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none; }
    .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
      padding-right: inherit; }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit; }

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bootstrap-select .dropdown-menu > .inner:focus {
    outline: none !important; }
  .bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select .dropdown-menu li {
    position: relative; }
    .bootstrap-select .dropdown-menu li.active small {
      color: rgba(255, 255, 255, 0.5) !important; }
    .bootstrap-select .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select .dropdown-menu li a {
      cursor: pointer;
      user-select: none; }
      .bootstrap-select .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline; }

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\A0'; }

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px; }

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg); }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

/**
 * Buttons
 */
.bgcolor-scbs-purple {
  background-color: #4b2885; }

.bgcolor-scbs-purple-2 {
  background-color: #5b0e6d; }

.bgcolor-scbs-purple-4 {
  background-color: #7e3f97; }

.bgcolor-scbs-purple-6 {
  background-color: #7e3f97; }

.bgcolor-scbs-grey {
  background-color: #b4bbc6; }

@font-face {
  font-family: 'db_heavent';
  src: url(91d3e3142ac447b35259ff2faee06127.woff) format("woff"), url(b36c9ec3c88963223d60a72af311c093.woff2) format("woff2"), url(e3e0b79427f750060be38959ed11ec46.ttf) format("truetype");
  font-style: normal; }

@font-face {
  font-family: 'db_heavent';
  src: url(91d3e3142ac447b35259ff2faee06127.woff) format("woff"), url(b36c9ec3c88963223d60a72af311c093.woff2) format("woff2"), url(e3e0b79427f750060be38959ed11ec46.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'db_heavent';
  src: url(7624163e695afa855d874b3ad0d609b4.woff) format("woff"), url(f2738ba840e236ace8a13c84f01e62ed.woff2) format("woff2"), url(f63441ff83a893df883fe97ef296e44a.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'db_heavent';
  src: url(d175c66c5cf7dd0152b482bd3a079172.woff) format("woff"), url(59ecb7ebdc6bd243aa2ded5e880dc9d4.woff2) format("woff2"), url(034af1fc5241d83cde6c9268d9a6b054.ttf) format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'db_heavent';
  src: url(7624163e695afa855d874b3ad0d609b4.woff) format("woff"), url(f2738ba840e236ace8a13c84f01e62ed.woff2) format("woff2"), url(f63441ff83a893df883fe97ef296e44a.ttf) format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'db_heavent';
  src: url(7624163e695afa855d874b3ad0d609b4.woff) format("woff"), url(f2738ba840e236ace8a13c84f01e62ed.woff2) format("woff2"), url(f63441ff83a893df883fe97ef296e44a.ttf) format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'db_heavent';
  src: url(7624163e695afa855d874b3ad0d609b4.woff) format("woff"), url(f2738ba840e236ace8a13c84f01e62ed.woff2) format("woff2"), url(f63441ff83a893df883fe97ef296e44a.ttf) format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'db_heavent';
  src: url(7624163e695afa855d874b3ad0d609b4.woff) format("woff"), url(f2738ba840e236ace8a13c84f01e62ed.woff2) format("woff2"), url(f63441ff83a893df883fe97ef296e44a.ttf) format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'db_heavent';
  src: url(32bf9ea73959540fe01aff2ce4c0d057.woff) format("woff"), url(5b17eebdad4202ed33768758a5a079ba.woff2) format("woff2"), url(dc069d1e414e6d53751d84ddb474ebaa.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'db_heavent';
  src: url(32bf9ea73959540fe01aff2ce4c0d057.woff) format("woff"), url(5b17eebdad4202ed33768758a5a079ba.woff2) format("woff2"), url(dc069d1e414e6d53751d84ddb474ebaa.ttf) format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'db_heavent';
  src: url(11f733e0c05fd36b596ece92cacbd703.woff) format("woff"), url(ea6bfb5ee6bd0d0c53ea8da132219e90.woff2) format("woff2"), url(10b6b5b64292e9a0342d8129717d3a74.ttf) format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'db_heavent';
  src: url(11f733e0c05fd36b596ece92cacbd703.woff) format("woff"), url(ea6bfb5ee6bd0d0c53ea8da132219e90.woff2) format("woff2"), url(10b6b5b64292e9a0342d8129717d3a74.ttf) format("truetype");
  font-weight: 100;
  font-style: normal; }

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

.container {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1260px) {
    .container {
      max-width: 1200px; } }

.row {
  margin-right: -20px;
  margin-left: -20px; }

@media (max-width: 991.98px) {
  .container {
    max-width: none; } }

/**
 * Ng Bootstrap Components
 */
.progress-container {
  position: fixed;
  top: 55px;
  left: 0;
  right: 0;
  z-index: 5; }
  .progress-container .progress {
    background-color: #ffffff;
    border-radius: 0; }
    .progress-container .progress .bg-success {
      background-color: #fcaf17 !important; }

/**
 * NgxBootstrapSliderModule
 */
.risk-slider {
  width: 100%; }
  .risk-slider .slider.slider-horizontal {
    width: calc(100% - 41px);
    margin-left: 20px; }

/**
 * Modal
 */
.modal-header {
  border-bottom: none; }
  .modal-header .close {
    padding: 20px;
    display: block;
    height: 15px;
    width: 15px;
    font-size: 0;
    position: relative;
    margin-top: -10px; }
    .modal-header .close:focus {
      box-shadow: none;
      outline: none; }
    .modal-header .close::before, .modal-header .close::after {
      content: '';
      position: absolute;
      width: 20px;
      height: 2px;
      background-color: #4b2885;
      right: 15px;
      top: 20px; }
    .modal-header .close::before {
      transform: rotate(45deg); }
    .modal-header .close::after {
      transform: rotate(-45deg); }

.modal-title {
  font-size: 27px;
  font-weight: bold;
  line-height: 0.78;
  color: #061c3f; }

.modal-footer {
  border-top: none;
  flex-wrap: wrap; }
  .modal-footer .button {
    flex: 0 0 100%;
    margin: 15px 0 0; }

.modal-dialog {
  margin: 20px; }
  @media (min-width: 576px) {
    .modal-dialog {
      margin: 20px auto; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 880px; } }

body {
  background-color: #ebecf0;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.91;
  letter-spacing: normal;
  color: #061c3f;
  font-family: 'db_heavent', sans-serif;
  min-height: 100vh; }

h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 0.94;
  color: #061c3f; }
  @media (min-width: 992px) {
    h3 {
      font-size: 50px; } }

.main {
  margin: 0 auto; }
  @media (min-width: 992px) {
    .main {
      max-width: none; } }

.hidden {
  display: none; }

.page-title {
  font-size: 37px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: normal;
  color: #061c3f;
  margin-bottom: 0px; }
  .page-title .backlink {
    margin-right: 10px;
    display: inline-block;
    height: 17px; }

.sub-headline {
  font-size: 28px;
  color: #4b2885;
  margin-bottom: 0px;
  font-weight: bold;
  padding-top: 10px; }

.sub-headline-desc {
  margin-bottom: 10px;
  font-size: 19px; }

.main-header {
  min-height: 55px;
  background-color: #3d084a;
  color: #061c3f; }
  @media (min-width: 1200px) {
    .main-header {
      min-height: 55px; } }
  .main-header .contents {
    width: 100%;
    min-height: 55px; }
  .main-header .main-logo {
    padding-top: 1px; }
    @media (min-width: 1200px) {
      .main-header .main-logo {
        padding-top: 0; } }
  .main-header .navbar-brand {
    width: 150px;
    padding-top: 2px;
    padding-bottom: 2px; }
    .main-header .navbar-brand.desktop-logo {
      width: 170px; }
      .main-header .navbar-brand.desktop-logo img {
        height: 49px; }
  .main-header .toggler-wrapper {
    display: flex;
    justify-content: flex-end;
    padding-top: 8px;
    width: 100%;
    background-color: #3d084a;
    padding-left: 0px; }
    @media (min-width: 1200px) {
      .main-header .toggler-wrapper {
        display: none; } }
    .main-header .toggler-wrapper:focus {
      box-shadow: none;
      outline: none; }
    .main-header .toggler-wrapper .navbar-toggler {
      z-index: 2; }
      .main-header .toggler-wrapper .navbar-toggler:focus {
        box-shadow: none;
        outline: none; }
  .main-header .navbar-dark .navbar-toggler {
    border: none;
    width: 23px;
    height: 23px;
    padding: 5px 0 5px 10px;
    box-sizing: content-box;
    margin-top: 6px;
    position: relative; }
  .main-header .toggler-bar {
    width: 23px;
    height: 2px;
    background-color: #ffffff;
    margin-bottom: 7px;
    display: block;
    position: absolute;
    transition: all 1s ease;
    border-bottom: 1px solid #4b2885; }
    .main-header .toggler-bar:nth-child(1) {
      top: 5px; }
    .main-header .toggler-bar:nth-child(2) {
      top: 13px; }
    .main-header .toggler-bar:last-child {
      top: 21px;
      opacity: 1; }
  .main-header .collapse.show ~ .toggler-wrapper .toggler-bar:nth-child(1) {
    transform: rotate(45deg);
    top: 16px; }
  .main-header .collapse.show ~ .toggler-wrapper .toggler-bar:nth-child(2) {
    transform: rotate(-45deg);
    top: 16px;
    position: absolute; }
  .main-header .collapse.show ~ .toggler-wrapper .toggler-bar:last-child {
    opacity: 0; }
  .main-header .navbar-collapse {
    flex: 0  0 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #3d084a;
    padding-top: 60px; }
    @media (min-width: 1200px) {
      .main-header .navbar-collapse {
        position: static;
        height: auto;
        padding-top: 0; } }
    .main-header .navbar-collapse .button.nav-link {
      background-color: #ffffff;
      border-color: #ffffff;
      background-image: none;
      color: #4b2885; }
      .main-header .navbar-collapse .button.nav-link.hollow {
        background-color: transparent;
        border-color: #ffffff;
        color: #ffffff; }
    .main-header .navbar-collapse .nav-link.invest-now {
      margin-bottom: 30px; }
    .main-header .navbar-collapse .navbar-nav {
      padding-left: 20px;
      padding-right: 20px;
      height: 100vh;
      width: 100%;
      transition: all 0.5s ease; }
      @media (min-width: 1200px) {
        .main-header .navbar-collapse .navbar-nav {
          height: auto;
          width: auto;
          display: flex;
          justify-content: flex-end;
          width: 100%;
          padding-left: 0;
          padding-right: 0;
          max-width: 100%;
          flex-wrap: wrap; } }
      .main-header .navbar-collapse .navbar-nav hr {
        border-top: 1px solid #a593c2;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px; }
        @media (min-width: 1200px) {
          .main-header .navbar-collapse .navbar-nav hr {
            display: none; } }
    .main-header .navbar-collapse.collapse .navbar-nav,
    .main-header .navbar-collapse.collapse.collapsing .navbar-nav {
      height: 0 !important; }
      @media (min-width: 1200px) {
        .main-header .navbar-collapse.collapse .navbar-nav,
        .main-header .navbar-collapse.collapse.collapsing .navbar-nav {
          height: auto !important; } }
    .main-header .navbar-collapse.collapse.show .navbar-nav {
      height: 100vh !important; }
      @media (min-width: 1200px) {
        .main-header .navbar-collapse.collapse.show .navbar-nav {
          height: auto !important; } }
    @media (min-width: 1200px) {
      .main-header .navbar-collapse .nav-item {
        margin: 5px 0; } }
    .main-header .navbar-collapse .nav-item a {
      white-space: nowrap; }
      @media (min-width: 1200px) {
        .main-header .navbar-collapse .nav-item a {
          padding: 0 30px;
          display: block;
          height: 22px;
          border-left: 1px solid #a593c2; } }
    @media (min-width: 1200px) {
      .main-header .navbar-collapse .nav-item:first-of-type a {
        border-left: none; } }
    .main-header .navbar-collapse .nav-item.nav-version {
      display: block;
      position: fixed;
      width: 100%;
      bottom: 0;
      left: 0;
      right: 0; }
      @media screen and (min-width: 415px) {
        .main-header .navbar-collapse .nav-item.nav-version {
          display: none; } }

.main-logo {
  margin-top: 12px; }
  @media (min-width: 992px) {
    .main-logo {
      margin-top: 0; } }

.navbar {
  padding: 0; }
  @media (min-width: 1200px) {
    .navbar {
      height: 55px;
      box-shadow: 0 2px 10px 0 #15001a;
      background-color: #3d084a; } }
  .navbar.purple-bg {
    background-color: #3d084a; }
  .navbar .navbar-nav {
    text-align: center;
    font-size: 26px; }
  .navbar > .container > .row {
    margin-left: 0;
    margin-right: 0; }
    @media (min-width: 1200px) {
      .navbar > .container > .row {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px); } }
  .navbar .language-switcher {
    position: absolute;
    top: 21px;
    right: 50%;
    margin-right: -32px;
    color: #ffffff;
    display: flex; }
    @media (min-width: 1200px) {
      .navbar .language-switcher {
        top: 17px;
        right: 20px;
        margin-right: 0; } }
    .navbar .language-switcher .lang {
      height: 22px;
      padding-top: 2px;
      cursor: pointer;
      color: #a593c2; }
      .navbar .language-switcher .lang:first-of-type {
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #a593c2; }
      .navbar .language-switcher .lang.active {
        color: #ffffff; }
  .navbar .version {
    color: #ffffff; }

.footer .title {
  font-size: 38px;
  font-weight: bold;
  line-height: 0.79;
  margin-top: 20px;
  margin-bottom: 35px; }

.footer .button {
  max-width: 335px;
  margin: 0 auto; }

.footer .desc {
  font-size: 36px;
  line-height: 0.58;
  margin-bottom: 25px; }

.footer-mobile {
  background-image: linear-gradient(298deg, #5b0e6d, #15001a);
  color: #ffffff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px; }
  .footer-mobile .buttons-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px; }
  .footer-mobile .app-dl-button {
    margin: 0 6px 10px;
    cursor: pointer; }
    .footer-mobile .app-dl-button,
    .footer-mobile .app-dl-button img {
      width: 147px;
      height: 44px; }

.main-footer .top {
  height: 360px;
  background-image: linear-gradient(298deg, #5b0e6d, #15001a);
  color: #ffffff; }
  .main-footer .top > .container > .row {
    justify-content: center;
    align-items: center; }
  .main-footer .top .left, .main-footer .top .right {
    min-height: 222px;
    text-align: center; }
  .main-footer .top .left {
    border-right: 2px solid #ffffff; }
  .main-footer .top .qr img {
    width: 98px;
    height: 98px; }
  .main-footer .top .qr-note {
    margin-top: 10px;
    margin-bottom: 10px; }

.main-footer .bot {
  min-height: 109px;
  background-color: #15001a;
  color: #ffffff;
  padding: 25px 0 30px; }
  .main-footer .bot .left,
  .main-footer .bot .mid,
  .main-footer .bot .right {
    height: 60px; }
  .main-footer .bot .left {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    text-align: center;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .main-footer .bot .left {
        margin-bottom: 0;
        text-align: left; } }
  .main-footer .bot .mid {
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
    text-align: center;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .main-footer .bot .mid {
        margin-bottom: 0;
        display: flex; } }
  .main-footer .bot .right {
    flex-wrap: wrap;
    align-items: flex-end;
    text-align: center;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .main-footer .bot .right {
        margin-bottom: 0;
        text-align: right;
        display: flex; } }
  .main-footer .bot .version-footer-label {
    display: none;
    font-size: 23px;
    line-height: 0.91;
    text-align: center;
    flex: 0 0 100%;
    height: 20px; }
    @media screen and (min-width: 415px) {
      .main-footer .bot .version-footer-label {
        display: block; } }
  .main-footer .bot .call-center-label {
    font-size: 23px;
    line-height: 0.91;
    text-align: center;
    color: #fcaf17;
    text-transform: uppercase;
    flex: 0 0 100%;
    height: 20px; }
    @media (min-width: 992px) {
      .main-footer .bot .call-center-label {
        text-align: left; } }
    .main-footer .bot .call-center-label .scbs {
      color: #ffffff;
      margin-right: 7px;
      display: inline-block; }
    .main-footer .bot .call-center-label .call-center {
      display: inline-block; }
  .main-footer .bot .call-center-num {
    flex: 0 0 100%;
    position: relative;
    align-items: center; }
    .main-footer .bot .call-center-num::before {
      content: '';
      width: 20px;
      height: 25px;
      background-position: center center;
      background-repeat: no-repeat; }
    .main-footer .bot .call-center-num::before {
      background-image: url(caab5bee83f8f4b28cd22814115d3265.svg); }
    @media (min-width: 992px) {
      .main-footer .bot .call-center-num {
        display: flex; } }
    .main-footer .bot .call-center-num,
    .main-footer .bot .call-center-num a {
      font-size: 36px;
      line-height: 0.58;
      color: #ffffff; }
    .main-footer .bot .call-center-num a:hover,
    .main-footer .bot .call-center-num a:focus,
    .main-footer .bot .call-center-num a:active {
      color: #4b2885; }
    .main-footer .bot .call-center-num::before {
      display: inline-block;
      margin-right: 10px;
      content: '';
      width: 20px;
      height: 25px; }
  .main-footer .bot .copyright {
    font-size: 23px;
    line-height: 0.91; }
  .main-footer .bot .terms-and-conditions-footer {
    font-size: 23px;
    line-height: 0.91;
    font-weight: bold;
    color: #a593c2; }
    .main-footer .bot .terms-and-conditions-footer:hover, .main-footer .bot .terms-and-conditions-footer:active, .main-footer .bot .terms-and-conditions-footer:focus {
      color: #ffffff;
      cursor: pointer; }
  .main-footer .bot .follow-label {
    text-transform: uppercase;
    font-size: 23px;
    text-align: center;
    line-height: 0.91;
    color: #ffffff;
    flex: 0 0 100%; }
    @media (min-width: 992px) {
      .main-footer .bot .follow-label {
        text-align: right; } }
  .main-footer .bot .follow-icons {
    display: flex;
    justify-content: center;
    flex: 0 0 100%; }
    @media (min-width: 992px) {
      .main-footer .bot .follow-icons {
        justify-content: flex-end; } }
  .main-footer .bot .follow-icon {
    margin-right: 10px; }
    .main-footer .bot .follow-icon:last-of-type {
      margin-right: 0; }
    .main-footer .bot .follow-icon a {
      font-size: 0;
      width: 23px;
      height: 23px;
      position: relative;
      display: block; }
      .main-footer .bot .follow-icon a::before {
        content: '';
        width: 23px;
        height: 23px;
        background-position: center center;
        background-repeat: no-repeat; }
      .main-footer .bot .follow-icon a::before {
        position: absolute;
        left: 0;
        top: 0; }
      .main-footer .bot .follow-icon a:hover, .main-footer .bot .follow-icon a:active, .main-footer .bot .follow-icon a:focus {
        cursor: pointer; }
    .main-footer .bot .follow-icon.fb a::before {
      background-image: url(1e2f6367f98114977998e910a6a4753b.svg); }
    .main-footer .bot .follow-icon.fb a:hover::before, .main-footer .bot .follow-icon.fb a:active::before, .main-footer .bot .follow-icon.fb a:focus::before {
      background-image: url(07bdfe59e337eb5a632bc43424b6e2f5.svg); }
    .main-footer .bot .follow-icon.in a::before {
      background-image: url(e5b5a12f814744a84a515dceb1e88ef5.svg); }
    .main-footer .bot .follow-icon.in a:hover::before, .main-footer .bot .follow-icon.in a:active::before, .main-footer .bot .follow-icon.in a:focus::before {
      background-image: url(62c699bb99eb98dcb792e9b622a4d389.svg); }
    .main-footer .bot .follow-icon.li a::before {
      background-image: url(2ae80d791b889f75ffa39343c92d6b6d.svg); }
    .main-footer .bot .follow-icon.li a:hover::before, .main-footer .bot .follow-icon.li a:active::before, .main-footer .bot .follow-icon.li a:focus::before {
      background-image: url(22bfe93467cd50c8e0a5bd5af3dc8f7a.svg); }

.toast-container .toast {
  font-size: 18px; }

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

.color-green {
  color: #40b354 !important; }

.color-red-line {
  color: #ee3a30 !important; }

.icon-bar {
  width: 100%;
  overflow: hidden;
  bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  max-height: 60px;
  background-color: #ffffff;
  border-top: 2px solid #d2d6dd; }
  .icon-bar a {
    float: left;
    width: 25%;
    text-align: center;
    padding: 12px 0;
    transition: all 0.3s ease;
    font-size: 13px;
    font-weight: 500; }
  .icon-bar .my-investment {
    line-height: 0.8;
    color: #828d9f;
    position: relative; }
    .icon-bar .my-investment::before {
      content: '';
      width: 70px;
      height: 35px;
      background-position: center center;
      background-repeat: no-repeat; }
    .icon-bar .my-investment::before {
      background-image: url(b9fd35bef1d1a8ec9d1a580098cbd1c5.svg); }
    .icon-bar .my-investment div {
      margin-top: 23px; }
    .icon-bar .my-investment::before {
      content: '';
      position: absolute;
      left: calc(50% - 35px);
      top: 1px;
      display: block; }
    .icon-bar .my-investment.active::before {
      content: '';
      width: 70px;
      height: 35px;
      background-position: center center;
      background-repeat: no-repeat; }
    .icon-bar .my-investment.active::before {
      background-image: url(5c57c4b770662c3a1f08b3f83fbfa477.svg); }
    .icon-bar .my-investment.disabled {
      pointer-events: none;
      color: #EDE9F2; }
      .icon-bar .my-investment.disabled::before {
        content: '';
        width: 70px;
        height: 35px;
        background-position: center center;
        background-repeat: no-repeat; }
      .icon-bar .my-investment.disabled::before {
        background-image: url(32c9cec318dcd0bd1dc65e3a38397382.svg); }
  .icon-bar .add-funds {
    color: #828d9f;
    position: relative;
    line-height: 0.8; }
    .icon-bar .add-funds::before {
      content: '';
      width: 70px;
      height: 35px;
      background-position: center center;
      background-repeat: no-repeat; }
    .icon-bar .add-funds::before {
      background-image: url(b3d9d6cba4d5da7064b467d53f0042bc.svg); }
    .icon-bar .add-funds div {
      margin-top: 23px; }
    .icon-bar .add-funds::before {
      position: absolute;
      left: calc(50% - 35px);
      top: 1px;
      display: block; }
    .icon-bar .add-funds.active::before {
      content: '';
      width: 70px;
      height: 35px;
      background-position: center center;
      background-repeat: no-repeat; }
    .icon-bar .add-funds.active::before {
      background-image: url(8e9d51a234322dd303e5936b4b8b7668.svg); }
  .icon-bar .order-status {
    line-height: 0.8;
    color: #828d9f;
    position: relative; }
    .icon-bar .order-status::before {
      content: '';
      width: 70px;
      height: 35px;
      background-position: center center;
      background-repeat: no-repeat; }
    .icon-bar .order-status::before {
      background-image: url(8ce10a0adfff06f0de5be2446e32adc0.svg); }
    .icon-bar .order-status div {
      margin-top: 23px; }
    .icon-bar .order-status::before {
      position: absolute;
      left: calc(50% - 35px);
      top: 1px;
      display: block; }
    .icon-bar .order-status.active::before {
      content: '';
      width: 70px;
      height: 35px;
      background-position: center center;
      background-repeat: no-repeat; }
    .icon-bar .order-status.active::before {
      background-image: url(55ac0b2158dda4618bcf29d6b6eca704.svg); }
  .icon-bar .monthly-contribution-icon {
    line-height: 0.8;
    color: #828d9f;
    position: relative; }
    .icon-bar .monthly-contribution-icon::before {
      content: '';
      width: 70px;
      height: 35px;
      background-position: center center;
      background-repeat: no-repeat; }
    .icon-bar .monthly-contribution-icon::before {
      background-image: url(1deb4f4deb7e7d448fd2b2374c5b47ef.svg); }
    .icon-bar .monthly-contribution-icon div {
      margin-top: 23px; }
    .icon-bar .monthly-contribution-icon::before {
      position: absolute;
      left: calc(50% - 35px);
      top: 1px;
      display: block; }
    .icon-bar .monthly-contribution-icon.active::before {
      content: '';
      width: 70px;
      height: 35px;
      background-position: center center;
      background-repeat: no-repeat; }
    .icon-bar .monthly-contribution-icon.active::before {
      background-image: url(a29f281ffbf8f9383def6d97ab02a042.svg); }
  .icon-bar .active {
    color: #4b2885; }

.fixed-top {
  z-index: 1031; }

.material-icons {
  vertical-align: middle; }

.error-desc {
  color: #ee3a30; }

.normal-desc {
  color: #061c3f !important; }

.toast-message a,
.toast-message label,
.toast-message .form-label {
  color: #061c3f; }

.toast-message a:hover {
  color: #061c3f;
  text-decoration: none; }

.toast-container .toast {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(130, 141, 159, 0.3);
  font-size: 20px;
  line-height: 1.05;
  color: #061c3f;
  margin-bottom: 25px; }

.toast-success {
  background-image: url("/assets/images/ico/notification-success.svg"); }

.toast-error {
  background-image: url("/assets/images/ico/notification-failure.svg"); }

.info-message {
  color: #e1e4e8;
  text-align: center; }

.button-badge {
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 4px;
  transition: all ease 0.4s; }
  .button-badge i.material-icons {
    color: #ffffff; }
  .button-badge.disabled {
    pointer-events: none; }

.button-badge:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }

.badge {
  background: #ee3a30;
  border-radius: 24px;
  position: absolute;
  top: -3px;
  right: -3px;
  font-size: 14px;
  padding: 1px 6px;
  color: #ffffff; }

.portfolio-link {
  margin-top: 4px; }
  .portfolio-link::before {
    content: '';
    width: 28px;
    height: 28px;
    background-position: center center;
    background-repeat: no-repeat; }
  .portfolio-link::before {
    background-image: url(92d38f5c602a010b3340b128f6d92406.svg); }
  .portfolio-link::before {
    position: relative;
    display: block; }

.main {
  overflow-x: hidden; }

.page-fixed-header {
  position: fixed;
  margin-right: auto;
  margin-left: auto;
  position: fixed;
  z-index: 5;
  background-color: #ebecf0;
  width: 100%;
  padding-top: 7px; }

.container-mt {
  margin-top: 3.5rem !important; }

.fixfixed .fixed-top,
.fixfixed .progress-container,
.fixfixed .page-fixed-header {
  position: absolute; }

.top-padding-0 {
  padding-top: 0px !important; }

.nav-link {
  line-height: 2rem;
  padding: 0.2rem 1rem; }

a {
  color: #4b2885; }
  a:hover {
    text-decoration: none;
    color: #5b0e6d; }
  a.arrow-right, a.arrow-left {
    font-weight: bold;
    position: relative;
    display: inline-block; }
    a.arrow-right::after, a.arrow-left::after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      content: '';
      position: absolute;
      top: 5px;
      width: 10px;
      height: 10px; }
    a.arrow-right:hover::after, a.arrow-right:active::after, a.arrow-right:focus::after, a.arrow-left:hover::after, a.arrow-left:active::after, a.arrow-left:focus::after {
      text-decoration: none;
      border-color: #7e3f97; }
  a.arrow-right {
    padding-right: 20px; }
    a.arrow-right::after {
      right: 5px;
      border-right: 3px solid #4b2885;
      border-top: 3px solid #4b2885; }
  a.arrow-left {
    padding-left: 20px; }
    a.arrow-left::after {
      right: 5px;
      border-bottom: 3px solid #4b2885;
      border-left: 3px solid #4b2885; }

.form-group label, .form-group .form-label,
.form-group input,
.form-group button {
  width: 100%; }

.form-group .invalid-feedback {
  font-size: 18px;
  line-height: 1.2;
  color: #ee3a30; }

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  color: #ee3a30;
  box-shadow: none; }

input[type='text'],
input[type='number'],
input[type='password'],
input[type='email'],
.input-group-text,
textarea,
.field-display {
  background-color: #ffffff;
  padding: 5px 0 6px;
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #b4bbc6;
  color: #4b2885;
  font-size: 29px;
  line-height: normal;
  letter-spacing: 0.4px;
  height: auto; }
  input[type='text']::-webkit-input-placeholder,
  input[type='number']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  .input-group-text::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  .field-display::-webkit-input-placeholder {
    color: #828d9f;
    font-weight: 300; }
  input[type='text']:-moz-placeholder,
  input[type='number']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  .input-group-text:-moz-placeholder,
  textarea:-moz-placeholder,
  .field-display:-moz-placeholder {
    /* Firefox 18- */
    color: #828d9f;
    font-weight: 300; }
  input[type='text']::-moz-placeholder,
  input[type='number']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  .input-group-text::-moz-placeholder,
  textarea::-moz-placeholder,
  .field-display::-moz-placeholder {
    /* Firefox 19+ */
    color: #828d9f;
    font-weight: 300; }
  input[type='text']:-ms-input-placeholder,
  input[type='number']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  .input-group-text:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  .field-display:-ms-input-placeholder {
    color: #828d9f;
    font-weight: 300; }
  input[type='text'].is-invalid,
  input[type='number'].is-invalid,
  input[type='password'].is-invalid,
  input[type='email'].is-invalid,
  .input-group-text.is-invalid,
  textarea.is-invalid,
  .field-display.is-invalid {
    border-color: #ee3a30;
    background: none;
    color: #ee3a30; }
  input[type='text']:focus,
  input[type='number']:focus,
  input[type='password']:focus,
  input[type='email']:focus,
  .input-group-text:focus,
  textarea:focus,
  .field-display:focus {
    outline: none;
    box-shadow: none; }
  input[type='text']:active, input[type='text']:focus,
  input[type='number']:active,
  input[type='number']:focus,
  input[type='password']:active,
  input[type='password']:focus,
  input[type='email']:active,
  input[type='email']:focus,
  .input-group-text:active,
  .input-group-text:focus,
  textarea:active,
  textarea:focus,
  .field-display:active,
  .field-display:focus {
    color: #4b2885; }
  input[type='text']:focus::-webkit-input-placeholder,
  input[type='number']:focus::-webkit-input-placeholder,
  input[type='password']:focus::-webkit-input-placeholder,
  input[type='email']:focus::-webkit-input-placeholder,
  .input-group-text:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder,
  .field-display:focus::-webkit-input-placeholder {
    color: transparent; }
  input[type='text']:focus:-moz-placeholder,
  input[type='number']:focus:-moz-placeholder,
  input[type='password']:focus:-moz-placeholder,
  input[type='email']:focus:-moz-placeholder,
  .input-group-text:focus:-moz-placeholder,
  textarea:focus:-moz-placeholder,
  .field-display:focus:-moz-placeholder {
    /* Firefox 18- */
    color: transparent; }
  input[type='text']:focus::-moz-placeholder,
  input[type='number']:focus::-moz-placeholder,
  input[type='password']:focus::-moz-placeholder,
  input[type='email']:focus::-moz-placeholder,
  .input-group-text:focus::-moz-placeholder,
  textarea:focus::-moz-placeholder,
  .field-display:focus::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent; }
  input[type='text']:focus:-ms-input-placeholder,
  input[type='number']:focus:-ms-input-placeholder,
  input[type='password']:focus:-ms-input-placeholder,
  input[type='email']:focus:-ms-input-placeholder,
  .input-group-text:focus:-ms-input-placeholder,
  textarea:focus:-ms-input-placeholder,
  .field-display:focus:-ms-input-placeholder {
    color: transparent; }

/* For Firefox */
input[type='number'] {
  -moz-appearance: textfield; }

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.field-display {
  height: 1.5em; }

label, .form-label {
  font-size: 24px;
  line-height: 0.71;
  letter-spacing: 0.4px;
  color: #061c3f; }

.regular-label {
  font-size: 24px;
  color: #666666; }

.regular-value {
  font-size: 29px;
  letter-spacing: 0.4px;
  font-weight: 500; }

.regular-value-small {
  font-size: 24px;
  letter-spacing: 0.4px;
  font-weight: 500; }

.link {
  cursor: pointer;
  color: #4b2885;
  border-bottom: 1px solid #4b2885;
  line-height: 0.8;
  display: inline-block;
  font-size: 29px;
  font-weight: 500; }
  .link:hover {
    color: #5b0e6d;
    border-bottom: 1px solid #5b0e6d; }

.info {
  padding-left: 30px;
  font-size: 22px;
  line-height: 1;
  color: #061c3f;
  position: relative; }
  .info::before {
    content: '';
    width: 18px;
    height: 18px;
    background-position: center center;
    background-repeat: no-repeat; }
  .info::before {
    background-image: url(da1d8b96df261e3c51301d46a0fe79c8.svg); }
  .info::before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block; }

.message {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(130, 141, 159, 0.3);
  padding: 10px 16px 9px;
  font-size: 20px;
  line-height: 1.05;
  color: #061c3f;
  margin-bottom: 25px;
  text-align: center; }
  .message .message-content {
    margin-bottom: 20px; }
  .message .button {
    width: 100%; }

.extend-right {
  margin-right: -20px; }

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

.border-circle {
  border-radius: 50%; }

@media (min-width: 992px) {
  .border-right-desktop {
    border-right: solid 1px #d2d6dd; } }

.x-scroll, .subnavigation .subnav {
  overflow-x: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow: -moz-scrollbars-none; }
  .x-scroll::-webkit-scrollbar, .subnavigation .subnav::-webkit-scrollbar {
    display: none; }

a.button {
  color: #ffffff; }
  a.button:hover, a.button:active, a.button:focus {
    color: #ffffff; }

.button {
  background-image: linear-gradient(278deg, #5b0e6d, #15001a);
  display: block;
  border-radius: 4px;
  border: none;
  font-size: 26px;
  font-weight: 300;
  line-height: 0.81;
  line-height: 0.94;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  padding: 12px 23px 15px;
  cursor: pointer;
  position: relative; }
  .button:hover, .button:active, .button:focus {
    background-image: linear-gradient(278deg, #15001a, #5b0e6d); }
  .button[disabled], .button.disabled {
    background-image: none;
    background-color: #ffffff;
    border: solid 1px #d2d6dd;
    color: #d2d6dd;
    pointer-events: none; }
    .button[disabled]:hover, .button[disabled]:active, .button[disabled]:focus, .button.disabled:hover, .button.disabled:active, .button.disabled:focus {
      background-image: none; }
  .button.hollow {
    color: #4b2885;
    border: solid 1px #4b2885;
    background: none;
    background-color: transparent; }
    .button.hollow:hover, .button.hollow:active, .button.hollow:focus {
      border-color: #fcaf17;
      background-color: #fcaf17; }
  .button.hollow1 {
    color: #4b2885;
    border: solid 1px #4b2885;
    background: none;
    background-color: transparent; }
    .button.hollow1[disabled], .button.hollow1.disabled {
      background-image: none;
      background-color: #ffffff;
      border: solid 1px #d2d6dd;
      color: #d2d6dd;
      pointer-events: none; }
  .button.yellow {
    color: #4b2885;
    background-image: linear-gradient(82deg, #fcaf17, #fdcf74); }
    .button.yellow:hover, .button.yellow:active, .button.yellow:focus {
      color: #4b2885;
      background-image: linear-gradient(82deg, #fdcf74, #fcaf17); }
    .button.yellow[disabled], .button.yellow.disabled {
      background-image: none;
      background-color: #d2d6dd;
      color: #b4bbc6;
      pointer-events: none; }
  .button.big-yellow {
    max-width: 335px;
    color: #4b2885;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 8px;
    background-image: linear-gradient(82deg, #fcaf17, #fdcf74); }
    .button.big-yellow:hover, .button.big-yellow:active, .button.big-yellow:focus {
      color: #4b2885;
      background-image: linear-gradient(82deg, #fdcf74, #fcaf17); }
    .button.big-yellow[disabled], .button.big-yellow.disabled {
      background-image: none;
      background-color: #d2d6dd;
      color: #b4bbc6;
      pointer-events: none; }
  .button.big-white {
    background-color: #e1e4e8;
    border: 1px solid #e1e4e8;
    background-image: none;
    color: #4b2885;
    padding-top: 8px;
    padding-bottom: 8px; }
    .button.big-white:hover, .button.big-white:active, .button.big-white:focus {
      color: #4b2885; }
  .button.icon, .button.button-dl, .button.button-doc {
    display: flex;
    justify-content: center;
    align-items: center; }
  .button.button-dl::before {
    content: '';
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat; }
  .button.button-dl::before {
    background-image: url(9d85f9e8a7a4101fa879f4bbab5b0299.svg); }
  .button.button-dl::before {
    display: inline-block;
    margin-right: 10px; }
  .button.button-doc::before {
    content: '';
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat; }
  .button.button-doc::before {
    background-image: url(e8e365897ae5b21a12c85f6f99463e4e.svg); }
  .button.button-doc::before {
    display: inline-block;
    margin-right: 10px; }

.has-transition {
  transition: all 0.5s ease; }

.blur-content {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px); }

form {
  width: 100%; }
  form .invalid-feedback {
    width: 100%;
    background-color: #ffffff;
    position: relative;
    font-size: 18px;
    padding-top: 8px;
    letter-spacing: 0.4px;
    color: #ee3a30; }
    form .invalid-feedback .title {
      font-weight: bold;
      font-size: 18px; }
    form .invalid-feedback .body {
      font-size: 18px;
      margin-bottom: 0; }
  form .form-text-regular {
    margin-bottom: 26px; }
  form .form-group {
    margin-bottom: 1.7rem; }
    form .form-group:last-child {
      margin-bottom: 0.6rem; }
  form .form-item-wrapper {
    background-color: #ffffff;
    box-shadow: 0 1px 0 0 #d2d6dd, 0 -1px 0 0 #d2d6dd;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 22px; }
    form .form-item-wrapper.form-item-wrapper-plain {
      background-color: transparent;
      box-shadow: none;
      padding-top: 0px;
      padding-bottom: 0px; }
  form .input-desc {
    font-size: 19px;
    color: #666666;
    padding-top: 8px;
    flex: 0 0 70%; }
  form .input-with-presuffix,
  form .field-display-with-presuffix {
    position: relative; }
  form .input-postfix {
    position: absolute;
    right: 0;
    bottom: 13px;
    font-size: 21px;
    line-height: 0.67;
    letter-spacing: 0.5px;
    color: #828d9f;
    font-weight: 300; }
  form .input-prefix {
    position: absolute;
    left: 0;
    bottom: 13px;
    font-size: 21px;
    line-height: 0.67;
    letter-spacing: 0.5px;
    color: #828d9f;
    font-weight: 300; }
  form .form-submit {
    padding-top: 8px; }
    form .form-submit input {
      width: 100%; }
  form .btn-vertical-group input[type=radio] {
    width: 300px; }
  form .btn-vertical-group .radio-content {
    flex: 1 0 70%; }
  form .btn-vertical-group .radio-content-top {
    min-height: 120px; }
    form .btn-vertical-group .radio-content-top .radio-desc {
      font-size: 19px;
      color: #666666; }
  form .btn-vertical-group .radio-title {
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    form .btn-vertical-group .radio-title::before {
      width: 30px;
      height: 30px;
      display: inline-block;
      background-color: #ffffff;
      flex: 0 0 auto; }
    form .btn-vertical-group .radio-title.radio-image-grow::before {
      content: '';
      width: 50px;
      height: 50px;
      background-position: center center;
      background-repeat: no-repeat; }
    form .btn-vertical-group .radio-title.radio-image-grow::before {
      background-image: url(a2cbe44dad14c936f433d8aea7e8c2d2.svg); }
    form .btn-vertical-group .radio-title.radio-image-grow-ai::before {
      content: '';
      width: 50px;
      height: 42px;
      background-position: center center;
      background-repeat: no-repeat; }
    form .btn-vertical-group .radio-title.radio-image-grow-ai::before {
      background-image: url(f2993edea7ae9dfaaa69328e7898c0dc.svg); }
    form .btn-vertical-group .radio-title.radio-image-total-return::before {
      content: '';
      width: 50px;
      height: 50px;
      background-position: center center;
      background-repeat: no-repeat; }
    form .btn-vertical-group .radio-title.radio-image-total-return::before {
      background-image: url(d1d8d3ba99370a32000f79a7d2514954.svg); }
    form .btn-vertical-group .radio-title.radio-image-dividend::before {
      content: '';
      width: 50px;
      height: 50px;
      background-position: center center;
      background-repeat: no-repeat; }
    form .btn-vertical-group .radio-title.radio-image-dividend::before {
      background-image: url(7c1baae2756e9de85d43acd3dcf9ff23.svg); }
  form .btn-vertical-group .radio-content-bottom {
    display: flex; }
  form .btn-vertical-group .radio-select {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #4b2885;
    margin-right: 10px; }
  form .btn-vertical-group .radio-image {
    font-size: 0;
    flex: 1 0 30%;
    text-align: center; }
    form .btn-vertical-group .radio-image::after {
      content: '';
      display: inline-block; }
  form .btn-vertical-group .btn {
    border-radius: 4px;
    background-color: #ffffff;
    border: none;
    box-shadow: 0 0 10px 0 rgba(130, 141, 159, 0.3);
    margin-bottom: 15px;
    padding: 10px;
    color: #4b2885;
    font-size: 23px;
    line-height: 0.91;
    text-align: left;
    white-space: normal;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    form .btn-vertical-group .btn:not(:disabled):not(.disabled):active {
      color: #061c3f;
      background-color: #ffffff; }
      form .btn-vertical-group .btn:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 10px 0 rgba(130, 141, 159, 0.3); }
    form .btn-vertical-group .btn:not(:disabled):not(.disabled).active {
      color: #061c3f;
      background-color: #ffffff; }
      form .btn-vertical-group .btn:not(:disabled):not(.disabled).active:focus {
        box-shadow: 0 0 10px 0 rgba(130, 141, 159, 0.3); }
    form .btn-vertical-group .btn:not(:disabled):not(.disabled).active .radio-title::before {
      background-image: url(fe3e0c4d4a74d25dd6e296bdc3ac5ee2.svg); }
    form .btn-vertical-group .btn:not(:disabled):not(.disabled).active .radio-title::before {
      border: none; }

.resend-otp-link {
  text-decoration: underline;
  font-size: 29px;
  font-weight: 500; }

/* the slides */
.slick-slide {
  margin: 0 27px; }

/* the parent */
.slick-list {
  margin: 0 -27px; }

.slick-slider {
  overflow: hidden; }

.input-postfix {
  display: flex; }

.click-delete {
  display: flex;
  justify-content: flex-start;
  margin-left: 10px; }
  .click-delete::after {
    content: '';
    width: 18px;
    height: 18px;
    background-position: center center;
    background-repeat: no-repeat; }
  .click-delete::after {
    background-image: url(e5f943e47437cf0dbe400d645c2832f5.svg); }

label.btn-primary.btn, .btn-primary.btn.form-label {
  pointer-events: none; }

label.btn-primary, .btn-primary.form-label {
  background-color: #ffffff;
  border-color: #ffffff; }

button.button.invest-button {
  flex: 1 1 30%;
  padding: 2px 23px;
  pointer-events: auto; }

.risk-title {
  font-size: 19px;
  color: #666666;
  margin: 0px 0px 10px; }

.risk-profile-level .risk-text {
  width: 100%;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(130, 141, 159, 0.3);
  padding: 16px 30px 17px;
  position: relative; }
  .risk-profile-level .risk-text::before {
    content: '';
    position: absolute;
    bottom: -15px;
    height: 15px;
    border-top: 15px solid #ffffff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    left: calc(21px - 14px); }
  .risk-profile-level .risk-text::after {
    content: '';
    position: absolute;
    bottom: -9px;
    height: 28px;
    width: 28px;
    left: calc(21px - 14px);
    z-index: -1;
    transform: rotate(45deg);
    box-shadow: 0 0 10px 0 rgba(130, 141, 159, 0.3); }
  .risk-profile-level .risk-text.selected-2::before, .risk-profile-level .risk-text.selected-2::after {
    left: calc(25% - 3px); }
  .risk-profile-level .risk-text.selected-3::before, .risk-profile-level .risk-text.selected-3::after {
    left: calc(50% - 14px); }
  .risk-profile-level .risk-text.selected-4::before, .risk-profile-level .risk-text.selected-4::after {
    left: calc(75% - 24px); }
  .risk-profile-level .risk-text.selected-5::before, .risk-profile-level .risk-text.selected-5::after {
    left: calc(100% - 35px); }

.risk-profile-level .risk-circles-wrapper {
  z-index: 1;
  position: relative; }

.risk-profile-level .risk-circles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0; }

.risk-profile-level .risk-circle {
  width: 42px;
  height: 65px;
  padding-top: 34px;
  position: relative;
  text-align: center; }
  .risk-profile-level .risk-circle::before {
    content: '';
    position: absolute;
    z-index: -1; }
  .risk-profile-level .risk-circle::before {
    bottom: 0;
    left: 0;
    width: 42px;
    height: 42px;
    background-color: #ffffff;
    border: solid 5.4px #4b2885;
    text-align: center;
    font-size: 22.7px;
    color: #061c3f;
    border-radius: 50%; }
  .risk-profile-level .risk-circle.selected::before {
    border-color: #fcaf17; }

.risk-profile-level-display .risk-text {
  padding-left: 6px; }

.risk-profile-level-display .risk-circles-wrapper {
  z-index: 1;
  position: relative; }

.risk-profile-level-display .risk-circles {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0; }

.risk-profile-level-display .risk-circle {
  width: 36px;
  height: 35px;
  padding-top: 6px;
  position: relative;
  text-align: center; }
  .risk-profile-level-display .risk-circle::before {
    content: '';
    position: absolute;
    z-index: -1; }
  .risk-profile-level-display .risk-circle::before {
    bottom: 0;
    left: 0;
    width: 36px;
    height: 36px;
    background-color: #ffffff;
    border: solid 5.4px #4b2885;
    text-align: center;
    font-size: 22.7px;
    color: #061c3f;
    border-radius: 50%; }
  .risk-profile-level-display .risk-circle.selected::before {
    border-color: #fcaf17; }

.notification {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(130, 141, 159, 0.3);
  padding: 10px 16px 9px;
  font-size: 20px;
  line-height: 1.05;
  color: #061c3f;
  margin-bottom: 25px; }
  .notification::before {
    flex: 0 0 20px;
    display: inline-block;
    margin-right: 12px;
    border-radius: 50%; }
  .notification.success {
    display: flex;
    justify-content: flex-start;
    font-size: 17px; }
    .notification.success::before {
      content: '';
      width: 20px;
      height: 20px;
      background-position: center center;
      background-repeat: no-repeat; }
    .notification.success::before {
      background-image: url(443dcdfb0e8d1ff79539a14eff381776.svg); }
  .notification.pending {
    display: flex;
    justify-content: flex-start; }
    .notification.pending::before {
      content: '';
      width: 20px;
      height: 20px;
      background-position: center center;
      background-repeat: no-repeat; }
    .notification.pending::before {
      background-image: url(18cb4ffb9e3223e04e594d38d82986df.svg); }
  .notification.failure {
    display: flex;
    justify-content: flex-start; }
    .notification.failure::before {
      content: '';
      width: 20px;
      height: 20px;
      background-position: center center;
      background-repeat: no-repeat; }
    .notification.failure::before {
      background-image: url(056e5f93f8f65b7541cd295e22ceeb3b.svg); }
  .notification.info {
    display: flex;
    justify-content: flex-start; }
    .notification.info::before {
      content: '';
      width: 20px;
      height: 20px;
      background-position: center center;
      background-repeat: no-repeat; }
    .notification.info::before {
      background-image: url(da1d8b96df261e3c51301d46a0fe79c8.svg); }
  .notification.rebalance {
    display: flex;
    justify-content: flex-start;
    font-size: 17px; }
    .notification.rebalance::before {
      content: '';
      width: 20px;
      height: 20px;
      background-position: center center;
      background-repeat: no-repeat; }
    .notification.rebalance::before {
      background-image: url(c8595d7fdd6e1638ffdc36d161503e76.svg); }

.notification.info::before {
  position: relative; }

.goal-display .goal-fields {
  padding-right: 140px;
  position: relative; }
  .goal-display .goal-fields :last-child {
    margin-bottom: 0px; }
  .goal-display .goal-fields::after {
    content: '';
    position: absolute;
    top: 0;
    right: 20px; }

.goal-display .goal-field {
  margin-bottom: 18px; }

.menu-tabs .tabs {
  margin: 10px 0 24px;
  padding: 0;
  width: 100%;
  display: flex;
  list-style: none; }

.menu-tabs .tab {
  flex: 1 1 auto;
  border-bottom: 1px solid #4b2885;
  color: #4b2885;
  cursor: pointer;
  text-align: center;
  padding: 14px 20px 9px;
  line-height: 1; }
  .menu-tabs .tab:hover, .menu-tabs .tab:active, .menu-tabs .tab.active {
    color: #061c3f;
    border-bottom: 5px solid #4b2885; }

.performance-display .value {
  color: #061c3f; }

.performance-display .capital-details {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  color: #666666; }
  .performance-display .capital-details div {
    flex: 0 0 100%; }
  .performance-display .capital-details .capital-info {
    font-size: 20px;
    margin-top: 10px; }
  .performance-display .capital-details .lumpsump-amount, .performance-display .capital-details .contribution-amount {
    font-size: 17px; }

.performance-display .returns {
  display: flex;
  flex-wrap: wrap; }

.performance-display .returns-info {
  flex: 0 0 100%;
  margin-bottom: 10px;
  text-align: center;
  color: #666666;
  font-size: 20px; }

.performance-display .returns-est {
  flex: 0 0 34%; }

.performance-display hr.extend-right {
  flex: 0 0 calc(100% + 20px); }

.performance-display .returns-high,
.performance-display .returns-low {
  flex: 0 0 33%; }
  .performance-display .returns-high .value,
  .performance-display .returns-low .value {
    font-size: 17px; }

.performance-display .capital-amount .value,
.performance-display .returns-est .value,
.performance-display .returns-high .value,
.performance-display .returns-low .value {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .performance-display .capital-amount .value::before,
  .performance-display .returns-est .value::before,
  .performance-display .returns-high .value::before,
  .performance-display .returns-low .value::before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin-right: 10px; }

.performance-display .returns-est .value::before {
  background-color: #4b2885; }

.performance-display .returns-high .value::before {
  background-color: #7447b8; }

.performance-display .returns-low .value::before {
  background-color: #fcaf17; }

.performance-display .capital-amount .value::before {
  background-color: #b4bbc6; }

.performance-display .capital-amount .value {
  justify-content: center;
  font-weight: bold; }

.performance-display .graph {
  text-align: center;
  margin: 5px 0 30px; }

.performance-display .regular-label {
  font-size: 17px; }

.performance-display .regular-value {
  font-size: 17px; }

.allocation-display {
  margin-right: -20px;
  margin-left: -20px; }
  .allocation-display .chart {
    flex: 0 0 30%; }
  .allocation-display .legend {
    flex: 0 0 55%; }
  .allocation-display .investment-info {
    text-align: center;
    padding-top: 18px; }
  .allocation-display .asset-allocation-info {
    text-align: center; }
  .allocation-display .graph {
    text-align: center;
    display: flex;
    align-items: center; }
  .allocation-display .allocations {
    margin-bottom: 15px;
    margin-top: 20px; }
  .allocation-display .allocation {
    display: flex;
    padding-bottom: 7px; }
  .allocation-display .allocation-legend {
    flex: 0 0 10%;
    padding-top: 2px; }
  .allocation-display .allocation-legend-circle {
    border-radius: 50%;
    width: 15px;
    height: 15px; }
  .allocation-display .allocation-info {
    flex: 0 0 70%;
    text-align: left; }
  .allocation-display .allocation-name {
    font-size: 19px;
    line-height: 1;
    color: #45556f;
    font-weight: 500; }
  .allocation-display .allocation-amount {
    flex: 1 1 auto;
    font-size: 19px;
    line-height: 1;
    text-align: right;
    color: #45556f;
    font-weight: 500; }
  .allocation-display .allocation-header {
    flex: 1 0 auto;
    font-size: 19px;
    line-height: 1;
    text-align: right;
    color: #45556f; }
  .allocation-display .asset-weight {
    font-weight: 300;
    font-size: 16px; }
  .allocation-display hr {
    margin-top: 5px;
    flex: 0 0 calc(100% + 20px);
    margin-bottom: 0;
    margin-top: 7px; }
  .allocation-display .info {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 17px; }

.form-item-investment-wrapper .notification.info {
  padding-left: 0px;
  box-shadow: none;
  font-size: 17px; }

.investment-display .investment-percentage,
.investment-display .investment-amount {
  white-space: nowrap;
  text-align: right; }

.investment-display .investment-download a {
  display: block;
  position: relative;
  width: 21px;
  height: 18px; }
  .investment-display .investment-download a::after {
    content: '';
    width: 21px;
    height: 18px;
    background-position: center center;
    background-repeat: no-repeat; }
  .investment-display .investment-download a::after {
    background-image: url(9d85f9e8a7a4101fa879f4bbab5b0299.svg); }
  .investment-display .investment-download a::after {
    position: absolute;
    top: 0;
    left: 0; }

.my-transactions .form-item-wrapper.transactions-container {
  padding: 14px 0 0;
  margin-bottom: 2px; }

.my-transactions .my-transactions-header {
  margin: 10px 20px 10px; }
  .my-transactions .my-transactions-header .title {
    display: inline; }

.my-transactions .transactions-container {
  width: 100%; }
  .my-transactions .transactions-container .card {
    border: none;
    border-radius: 0; }
    .my-transactions .transactions-container .card .card-body {
      padding: 0; }
  .my-transactions .transactions-container .form-group-transactions {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-weight: normal; }
    .my-transactions .transactions-container .form-group-transactions:last-child {
      margin-bottom: 0; }
    .my-transactions .transactions-container .form-group-transactions .left {
      flex: 0 0 auto;
      text-align: left; }
    .my-transactions .transactions-container .form-group-transactions .mid {
      flex: 1 1 30px;
      text-align: left;
      padding-right: 5px; }
    .my-transactions .transactions-container .form-group-transactions .right {
      flex: 0 1 30px;
      text-align: right; }
    .my-transactions .transactions-container .form-group-transactions .top {
      font-size: 23px;
      line-height: 0.91;
      color: #666666; }
    .my-transactions .transactions-container .form-group-transactions .bot {
      min-height: 20px;
      color: #666666;
      font-size: 20px; }
  .my-transactions .transactions-container .form-group-transaction-details {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px; }
    .my-transactions .transactions-container .form-group-transaction-details:last-child {
      margin-bottom: 0; }
    .my-transactions .transactions-container .form-group-transaction-details .left {
      flex: 0 0 auto;
      text-align: left; }
    .my-transactions .transactions-container .form-group-transaction-details .mid {
      flex: 1 1 30px;
      text-align: left;
      padding-right: 5px; }
    .my-transactions .transactions-container .form-group-transaction-details .right {
      flex: 0 1 auto;
      text-align: right; }
    .my-transactions .transactions-container .form-group-transaction-details .top {
      font-size: 23px;
      line-height: 0.91;
      color: #666666;
      min-height: 38px; }
    .my-transactions .transactions-container .form-group-transaction-details .bot {
      min-height: 20px;
      color: #666666; }
    .my-transactions .transactions-container .form-group-transaction-details .tx-fund {
      font-size: 23px;
      line-height: 0.78;
      color: #061c3f;
      font-weight: bold; }
    .my-transactions .transactions-container .form-group-transaction-details .tx-amount {
      font-size: 23px;
      line-height: 0.78;
      color: #45556f;
      white-space: nowrap;
      float: right;
      padding-top: 4px;
      font-weight: bold; }
    .my-transactions .transactions-container .form-group-transaction-details .tx-order-id,
    .my-transactions .transactions-container .form-group-transaction-details .tx-settled-on,
    .my-transactions .transactions-container .form-group-transaction-details .tx-units {
      font-size: 20px;
      line-height: 0.91;
      color: #666666;
      float: left;
      clear: both; }
    .my-transactions .transactions-container .form-group-transaction-details .tx-cost,
    .my-transactions .transactions-container .form-group-transaction-details .tx-date {
      font-size: 20px;
      line-height: 0.91;
      color: #666666;
      float: right;
      clear: both; }
    .my-transactions .transactions-container .form-group-transaction-details .tx-fund-name {
      font-size: 18px;
      font-weight: bold;
      color: #061c3f; }
  .my-transactions .transactions-container .form-item-wrapper.transaction-details-wrapper {
    margin: 5px; }
  .my-transactions .transactions-container .btn.btn-link {
    font-weight: bold;
    text-align: left;
    color: #5b0e6d;
    margin: 0;
    padding: 0 20px 0 0;
    width: 100%;
    position: relative; }
    .my-transactions .transactions-container .btn.btn-link::after {
      content: '';
      width: 19px;
      height: 11px;
      background-position: center center;
      background-repeat: no-repeat; }
    .my-transactions .transactions-container .btn.btn-link::after {
      background-image: url(73506b18cca6378a16db62c01ee356d7.svg); }
    .my-transactions .transactions-container .btn.btn-link:hover, .my-transactions .transactions-container .btn.btn-link:focus {
      text-decoration: none; }
    .my-transactions .transactions-container .btn.btn-link:after {
      top: 14px;
      right: 10px;
      position: absolute; }
    .my-transactions .transactions-container .btn.btn-link.collapsed:after {
      transform: rotate(180deg); }
  .my-transactions .transactions-container .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none; }
  .my-transactions .transactions-container .card-body {
    background: #ebecf0; }
  .my-transactions .transactions-container .collapse {
    background: #ebecf0; }
  .my-transactions .transactions-container .question-description {
    margin-bottom: 32px;
    margin-top: 22px; }

.my-transactions select {
  width: 110px;
  padding: 5px;
  font-size: 17px;
  line-height: 1;
  border: 0;
  border-radius: 5px;
  height: 34px;
  background: url(7cd53c7851358a62433609ca7b038f2d.svg) no-repeat right;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  float: right;
  outline: none;
  color: #061c3f; }

.my-transactions .transaction-price,
.my-transactions .transaction-amount {
  white-space: nowrap; }

.my-transactions .transaction-action,
.my-transactions .transaction-date,
.my-transactions .transaction-price {
  font-size: 18px; }

.my-transactions .transaction-price,
.my-transactions .transaction-amount {
  text-align: right; }

.my-transactions .transaction-code,
.my-transactions .transaction-amount {
  font-size: 18px; }

.my-transactions .transaction-code {
  word-break: break-word;
  width: 110px; }

.expanding-table {
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #4b2885;
  overflow: hidden;
  margin-top: 30px; }
  .expanding-table .expanding-table-toggle {
    padding: 11px 40px 11px 20px;
    font-size: 23px;
    line-height: 0.91;
    text-align: center;
    color: #4b2885;
    border-radius: 4px;
    position: relative;
    cursor: pointer; }
    .expanding-table .expanding-table-toggle::after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      content: '';
      position: absolute;
      top: 5px;
      width: 10px;
      height: 10px; }
    .expanding-table .expanding-table-toggle:hover::after, .expanding-table .expanding-table-toggle:active::after, .expanding-table .expanding-table-toggle:focus::after {
      text-decoration: none;
      border-color: #7e3f97; }
    .expanding-table .expanding-table-toggle::after {
      right: 5px;
      border-right: 3px solid #4b2885;
      border-bottom: 3px solid #4b2885; }
    .expanding-table .expanding-table-toggle::after {
      top: 13px;
      right: 20px;
      border-color: #4b2885; }
    .expanding-table .expanding-table-toggle:active {
      color: #15001a; }
      .expanding-table .expanding-table-toggle:active::after {
        border-color: #15001a; }
  .expanding-table .table-container {
    width: 100%; }
  .expanding-table .expanding-table-table {
    width: 100%; }
    .expanding-table .expanding-table-table td, .expanding-table .expanding-table-table th {
      padding: 10px 2px 10px; }
    .expanding-table .expanding-table-table tbody tr:nth-child(odd) {
      background: #ebecf0; }
    .expanding-table .expanding-table-table tbody tr:nth-child(even) {
      background: #ffffff; }
  .expanding-table .collapse {
    height: auto;
    overflow: hidden;
    transition: all 0.5s ease; }
  .expanding-table .collapse:not(.show) {
    display: block;
    max-height: 0; }
  .expanding-table .investment-class {
    word-break: break-all; }

.modal-goal .btn-group-toggle {
  margin-top: 30px; }

.modal-goal .btn-vertical-group .radio-title {
  margin-bottom: 0; }

.modal-goal .btn-vertical-group > .btn {
  padding-top: 17px;
  padding-bottom: 19px; }

.modal-goal .modal-body {
  padding-bottom: 0; }

.modal-goal .button {
  margin: 0; }

.modal-dialog {
  margin: 0px; }
  .modal-dialog .modal-factsheet {
    padding-left: 20px;
    padding-right: 20px; }
    .modal-dialog .modal-factsheet .modal-header {
      border-bottom: none;
      width: 100%;
      background-color: #4b2885;
      height: 50px;
      color: white !important; }
      .modal-dialog .modal-factsheet .modal-header a {
        padding: 10px; }
      .modal-dialog .modal-factsheet .modal-header a.arrow-left::after {
        border-bottom: 3px solid white;
        border-left: 3px solid white; }
      .modal-dialog .modal-factsheet .modal-header span {
        margin-top: -5px; }
      .modal-dialog .modal-factsheet .modal-header .close {
        padding: 20px;
        display: block;
        height: 15px;
        width: 15px;
        font-size: 0;
        position: relative;
        margin-top: -10px; }
        .modal-dialog .modal-factsheet .modal-header .close:focus {
          box-shadow: none;
          outline: none; }
        .modal-dialog .modal-factsheet .modal-header .close::before, .modal-dialog .modal-factsheet .modal-header .close::after {
          content: '';
          position: absolute;
          width: 20px;
          height: 2px;
          background-color: #4b2885;
          right: 15px;
          top: 20px; }
        .modal-dialog .modal-factsheet .modal-header .close::before {
          transform: rotate(45deg); }
        .modal-dialog .modal-factsheet .modal-header .close::after {
          transform: rotate(-45deg); }
    .modal-dialog .modal-factsheet .modal-title {
      font-size: 27px;
      font-weight: bold;
      line-height: 0.78;
      color: white; }
    .modal-dialog .modal-factsheet .modal-body {
      height: 100vh;
      padding-top: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
      padding-right: 0px; }

.modal-get-started.container > .row {
  justify-content: center;
  align-items: center; }

.modal-get-started .modal-title {
  font-size: 50px;
  font-weight: bold;
  line-height: 0.6;
  text-align: center;
  width: 100%;
  margin-top: 20px; }
  .modal-get-started .modal-title::after {
    content: '';
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    width: 62px;
    height: 3px;
    background-color: #fcaf17; }

.modal-get-started .modal-body {
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #061c3f;
  margin: 0 auto 46px;
  max-width: 600px; }

.modal-get-started .left, .modal-get-started .right {
  min-height: 222px;
  text-align: center; }

.modal-get-started .left {
  border-right: 2px solid #d2d6dd; }

.modal-get-started .title {
  font-size: 38px;
  font-weight: bold;
  line-height: 0.79;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #45556f; }

.modal-get-started .button {
  max-width: 335px;
  margin: 0 auto; }

.modal-get-started .desc {
  font-size: 36px;
  line-height: 0.58;
  margin-bottom: 25px; }

.modal-get-started .qr img {
  width: 98px;
  height: 98px; }

.modal-get-started .qr-note {
  margin-top: 10px;
  margin-bottom: 10px; }

.modal-get-started .buttons-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px; }

.modal-get-started .app-dl-button {
  margin: 0 6px 10px;
  cursor: pointer; }
  .modal-get-started .app-dl-button,
  .modal-get-started .app-dl-button img {
    width: 147px;
    height: 44px; }

.modal-get-started .modal-new-phone {
  display: flex;
  justify-content: center;
  align-items: center; }
  .modal-get-started .modal-new-phone::before {
    content: '';
    width: 20px;
    height: 25px;
    background-position: center center;
    background-repeat: no-repeat; }
  .modal-get-started .modal-new-phone::before {
    background-image: url(d9f7ddb56e39eaf1ac9c26592e65ac49.svg); }
  .modal-get-started .modal-new-phone,
  .modal-get-started .modal-new-phone a {
    color: #061c3f; }
  .modal-get-started .modal-new-phone::before {
    display: inline-block;
    margin-right: 10px;
    content: '';
    width: 20px;
    height: 25px; }

.modal-get-started .modal-footer {
  padding: 0;
  height: 47px; }

.modal-terms .modal-body {
  margin-left: 30px;
  margin-right: 30px; }

.btn-secondary {
  color: #7030A0;
  background-color: transparent;
  border-color: #7030A0;
  border: 2px solid;
  box-shadow: none !important; }
  .btn-secondary:hover, .btn-secondary:active,
  .btn-secondary:not(:disabled):not(.disabled):active .btn-secondary.active, .btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #7030A0;
    border-color: #7030A0; }

/* start icon-info-circle */
.info-circle {
  font-size: 22px;
  line-height: 1;
  color: #061c3f;
  position: relative; }
  .info-circle::before {
    content: '';
    width: 18px;
    height: 18px;
    background-position: center center;
    background-repeat: no-repeat; }
  .info-circle::before {
    background-image: url(14c766cfa39307138eca41bf42152371.svg); }
  .info-circle::before {
    position: absolute;
    top: 1.5px;
    left: 3px;
    display: block; }

.aggregate-view-info-circle .material-icons {
  font-size: 18px; }

/* start checkbox */
.cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer; }

.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0); }

.cbx span:first-child {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 2.5px solid #4b2885;
  transition: all 0.2s ease; }

.cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0); }

.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #4b2885;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%; }

.cbx span:last-child {
  padding-left: 8px; }

.cbx:hover span:first-child {
  border-color: #4b2885; }

.inp-cbx:checked + .cbx span:first-child {
  background: #4b2885;
  border-color: #4b2885;
  animation: wave 0.4s ease; }

.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0; }

@keyframes wave {
  50% {
    transform: scale(0.9); } }

/* end checkbox */
.holdings-wrapper {
  background-color: #ffffff;
  padding: 5px 0 0px;
  margin-left: 0px;
  margin-right: 0px; }
  .holdings-wrapper:last-child {
    padding-bottom: 10px; }
  .holdings-wrapper .holdings-detail-wrapper:last-child {
    border-bottom: none; }
  .holdings-wrapper .holding-data:last-child {
    margin-bottom: 0px; }
  .holdings-wrapper .holdings-detail-wrapper {
    background-color: #ffffff;
    border-bottom: 1px solid #d2d6dd;
    padding: 10px 0 0px; }
  .holdings-wrapper .holding-data {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px; }
    .holdings-wrapper .holding-data .left {
      flex: 0 0 auto;
      text-align: left; }
    .holdings-wrapper .holding-data .right {
      flex: 1 1 auto;
      text-align: right; }
    .holdings-wrapper .holding-data .top {
      font-size: 24px;
      line-height: 0.91;
      min-height: 44px; }
    .holdings-wrapper .holding-data .bot {
      min-height: 20px;
      color: #666666;
      font-size: 19px; }
    .holdings-wrapper .holding-data .holdings-fund-code {
      font-weight: 500; }
    .holdings-wrapper .holding-data .holdings-fund-name {
      font-weight: 500;
      font-size: 17px; }
    .holdings-wrapper .holding-data .holdings-base-value {
      color: #061c3f;
      font-size: 24px;
      font-weight: 500; }
    .holdings-wrapper .holding-data .document-icon {
      display: inline-flex;
      align-items: center; }
      .holdings-wrapper .holding-data .document-icon::before {
        content: '';
        width: 18px;
        height: 18px;
        background-position: center center;
        background-repeat: no-repeat; }
      .holdings-wrapper .holding-data .document-icon::before {
        background-image: url(3b6f3296881fe3a1ee5103cf9350c047.svg); }
  .holdings-wrapper .card {
    border: none;
    border-radius: 0; }
    .holdings-wrapper .card .card-body {
      padding: 0; }
  .holdings-wrapper .btn.btn-link {
    font-weight: 500;
    text-align: left;
    color: #061c3f;
    margin: 0;
    padding: 0px 0px 0px;
    width: 100%;
    position: relative; }
    .holdings-wrapper .btn.btn-link::after {
      content: '';
      width: 13px;
      height: 11px;
      background-position: center center;
      background-repeat: no-repeat; }
    .holdings-wrapper .btn.btn-link::after {
      background-image: url(73506b18cca6378a16db62c01ee356d7.svg); }
    .holdings-wrapper .btn.btn-link:hover, .holdings-wrapper .btn.btn-link:focus {
      text-decoration: none; }
    .holdings-wrapper .btn.btn-link:after {
      top: 14px;
      right: 1px;
      position: absolute; }
    .holdings-wrapper .btn.btn-link.collapsed:after {
      transform: rotate(180deg); }
  .holdings-wrapper .holdings-panel-title {
    font-size: 28px; }
  .holdings-wrapper .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent; }
    .holdings-wrapper .card-header.bg-equity {
      border-bottom: 3px solid #FC960A; }
    .holdings-wrapper .card-header.bg-liquidity {
      border-bottom: 3px solid #551052; }
    .holdings-wrapper .card-header.bg-mixed_eq_fi {
      border-bottom: 3px solid #FFC600; }
    .holdings-wrapper .card-header.bg-fixed_income {
      border-bottom: 3px solid #7030A0; }
    .holdings-wrapper .card-header.bg-alt_inv {
      border-bottom: 3px solid #F2543D; }
    .holdings-wrapper .card-header.bg-cash {
      border-bottom: 3px solid #551052; }
  .holdings-wrapper .card-body {
    background: #ffffff; }
  .holdings-wrapper .collapse {
    background: #ebecf0; }

.investments-breakdown-wrapper {
  background-color: #ffffff;
  padding: 5px 0 0px; }
  .investments-breakdown-wrapper .investments-breakdown-detail-wrapper:last-child {
    border-bottom: none; }
  .investments-breakdown-wrapper:last-child {
    margin-bottom: 10px; }
  .investments-breakdown-wrapper .investments-breakdown-detail-wrapper {
    background-color: #ffffff;
    border-bottom: 1px solid #d2d6dd;
    padding: 10px 0 0px; }
  .investments-breakdown-wrapper .investments-data {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px; }
    .investments-breakdown-wrapper .investments-data .left {
      flex: 0 0 auto;
      text-align: left; }
    .investments-breakdown-wrapper .investments-data .right {
      flex: 1 1 auto;
      text-align: right; }
    .investments-breakdown-wrapper .investments-data .top {
      font-size: 24px;
      line-height: 0.91;
      min-height: 38px; }
    .investments-breakdown-wrapper .investments-data .bot {
      min-height: 20px;
      font-size: 19px; }
    .investments-breakdown-wrapper .investments-data .fund-code {
      font-weight: 500; }
    .investments-breakdown-wrapper .investments-data .fund-name {
      font-weight: 500;
      font-size: 17px; }
    .investments-breakdown-wrapper .investments-data .base-value {
      color: #061c3f;
      font-size: 24px;
      font-weight: 500; }
    .investments-breakdown-wrapper .investments-data .document-icon {
      display: inline-flex;
      align-items: center; }
      .investments-breakdown-wrapper .investments-data .document-icon::before {
        content: '';
        width: 18px;
        height: 18px;
        background-position: center center;
        background-repeat: no-repeat; }
      .investments-breakdown-wrapper .investments-data .document-icon::before {
        background-image: url(3b6f3296881fe3a1ee5103cf9350c047.svg); }
  .investments-breakdown-wrapper .investment-breakdown-panel-title {
    font-size: 28px; }
  .investments-breakdown-wrapper .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent; }
    .investments-breakdown-wrapper .card-header.bg-equity {
      border-bottom: 3px solid #FC960A; }
    .investments-breakdown-wrapper .card-header.bg-liquidity {
      border-bottom: 3px solid #551052; }
    .investments-breakdown-wrapper .card-header.bg-mixed_eq_fi {
      border-bottom: 3px solid #FFC600; }
    .investments-breakdown-wrapper .card-header.bg-fixed_income {
      border-bottom: 3px solid #7030A0; }
    .investments-breakdown-wrapper .card-header.bg-alt_inv {
      border-bottom: 3px solid #F2543D; }
    .investments-breakdown-wrapper .card-header.bg-cash {
      border-bottom: 3px solid #551052; }
  .investments-breakdown-wrapper .card {
    border: none;
    border-radius: 0; }
    .investments-breakdown-wrapper .card .card-body {
      padding: 0; }
  .investments-breakdown-wrapper .btn.btn-link {
    font-weight: 500;
    text-align: left;
    color: #061c3f;
    margin: 0;
    padding: 0px 0px 0px;
    width: 100%;
    position: relative; }
    .investments-breakdown-wrapper .btn.btn-link::after {
      content: '';
      width: 13px;
      height: 11px;
      background-position: center center;
      background-repeat: no-repeat; }
    .investments-breakdown-wrapper .btn.btn-link::after {
      background-image: url(73506b18cca6378a16db62c01ee356d7.svg); }
    .investments-breakdown-wrapper .btn.btn-link:hover, .investments-breakdown-wrapper .btn.btn-link:focus {
      text-decoration: none; }
    .investments-breakdown-wrapper .btn.btn-link:after {
      top: 14px;
      right: 1px;
      position: absolute; }
    .investments-breakdown-wrapper .btn.btn-link.collapsed:after {
      transform: rotate(180deg); }

.modal-fx-risk .modal-footer {
  margin-top: -20px; }

.modal-fx-risk .modal-body .title {
  margin-top: -20px; }

.modal-fx-risk .modal-body .fx-risk-desc {
  overflow-y: scroll;
  max-height: 16vh;
  border: 1px solid #d2d6dd;
  padding: 10px 5px;
  border-radius: 4px;
  font-size: 19px; }
  .modal-fx-risk .modal-body .fx-risk-desc::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px; }
  .modal-fx-risk .modal-body .fx-risk-desc::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.short-info .info-text {
  visibility: hidden;
  width: auto;
  background-color: #b4bbc6;
  color: #061c3f;
  border-radius: 8px;
  padding: 8px 8px;
  display: block;
  /* Position the tooltip */
  position: absolute;
  z-index: 999; }

.short-info:hover .info-text {
  visibility: visible; }

.error-display .notification {
  box-shadow: none;
  padding: 0px;
  margin-bottom: 0px; }
  .error-display .notification.failure {
    color: #ee3a30; }

.error-display .error-info, .error-display .error-code {
  display: inline; }

.investment-breakdown-confirmation .title {
  text-align: center;
  font-size: 27px;
  line-height: 0.91;
  color: #061c3f;
  margin-left: -20px; }

.investment-breakdown-confirmation .form-item-wrapper.transactions-container {
  padding: 10px;
  margin-bottom: 2px; }

.investment-breakdown-confirmation .transactions-container {
  width: 100%; }
  .investment-breakdown-confirmation .transactions-container .card {
    border: none;
    border-radius: 0; }
    .investment-breakdown-confirmation .transactions-container .card .card-body {
      padding: 0; }
  .investment-breakdown-confirmation .transactions-container .form-group-transactions:last-child {
    margin-bottom: 0; }
  .investment-breakdown-confirmation .transactions-container .form-group-transactions .left {
    flex: 0 0 auto;
    text-align: left; }
  .investment-breakdown-confirmation .transactions-container .form-group-transactions .mid {
    flex: 1 1 30px;
    text-align: left;
    padding-right: 5px; }
  .investment-breakdown-confirmation .transactions-container .form-group-transactions .right {
    flex: 0 1 30px;
    text-align: right; }
  .investment-breakdown-confirmation .transactions-container .form-group-transactions .top {
    font-size: 23px;
    line-height: 0.91;
    color: #666666; }
  .investment-breakdown-confirmation .transactions-container .form-group-transactions .bot {
    min-height: 20px;
    color: #666666;
    font-size: 20px; }
  .investment-breakdown-confirmation .transactions-container .form-group-transaction-details {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px; }
    .investment-breakdown-confirmation .transactions-container .form-group-transaction-details:last-child {
      margin-bottom: 0; }
    .investment-breakdown-confirmation .transactions-container .form-group-transaction-details .left {
      flex: 0 0 auto;
      text-align: left; }
    .investment-breakdown-confirmation .transactions-container .form-group-transaction-details .mid {
      flex: 1 1 30px;
      text-align: left;
      padding-right: 5px; }
    .investment-breakdown-confirmation .transactions-container .form-group-transaction-details .right {
      flex: 0 1 auto;
      text-align: right; }
    .investment-breakdown-confirmation .transactions-container .form-group-transaction-details .top {
      font-size: 23px;
      line-height: 0.91;
      color: #666666;
      min-height: 38px; }
    .investment-breakdown-confirmation .transactions-container .form-group-transaction-details .bot {
      min-height: 20px;
      color: #666666; }
    .investment-breakdown-confirmation .transactions-container .form-group-transaction-details .tx-fund {
      font-size: 23px;
      line-height: 0.78;
      color: #061c3f;
      font-weight: bold; }
    .investment-breakdown-confirmation .transactions-container .form-group-transaction-details .tx-amount {
      font-size: 23px;
      line-height: 0.78;
      color: #45556f;
      white-space: nowrap;
      float: right;
      padding-top: 4px;
      font-weight: bold; }
    .investment-breakdown-confirmation .transactions-container .form-group-transaction-details .tx-order-id,
    .investment-breakdown-confirmation .transactions-container .form-group-transaction-details .tx-settled-on,
    .investment-breakdown-confirmation .transactions-container .form-group-transaction-details .tx-units {
      font-size: 20px;
      line-height: 0.91;
      color: #666666;
      float: left;
      clear: both; }
    .investment-breakdown-confirmation .transactions-container .form-group-transaction-details .tx-cost,
    .investment-breakdown-confirmation .transactions-container .form-group-transaction-details .tx-date {
      font-size: 20px;
      line-height: 0.91;
      color: #666666;
      float: right;
      clear: both; }
    .investment-breakdown-confirmation .transactions-container .form-group-transaction-details .tx-fund-name {
      font-size: 18px;
      font-weight: bold;
      color: #061c3f; }
  .investment-breakdown-confirmation .transactions-container .form-item-wrapper.transaction-details-wrapper {
    margin: 0 10px 0 10px;
    box-shadow: none;
    border-bottom: 1px solid #d2d6dd;
    padding-bottom: 5px; }
    .investment-breakdown-confirmation .transactions-container .form-item-wrapper.transaction-details-wrapper:last-child {
      border-bottom: 0px; }
  .investment-breakdown-confirmation .transactions-container .btn.btn-link {
    font-weight: bold;
    text-align: left;
    color: #5b0e6d;
    margin: 0;
    padding: 8px;
    width: 100%;
    position: relative; }
    .investment-breakdown-confirmation .transactions-container .btn.btn-link::after {
      content: '';
      width: 19px;
      height: 11px;
      background-position: center center;
      background-repeat: no-repeat; }
    .investment-breakdown-confirmation .transactions-container .btn.btn-link::after {
      background-image: url(73506b18cca6378a16db62c01ee356d7.svg); }
    .investment-breakdown-confirmation .transactions-container .btn.btn-link:hover, .investment-breakdown-confirmation .transactions-container .btn.btn-link:focus {
      text-decoration: none; }
    .investment-breakdown-confirmation .transactions-container .btn.btn-link:after {
      top: 14px;
      right: 10px;
      position: absolute; }
    .investment-breakdown-confirmation .transactions-container .btn.btn-link.collapsed:after {
      transform: rotate(180deg); }
  .investment-breakdown-confirmation .transactions-container .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none; }
  .investment-breakdown-confirmation .transactions-container .card-body {
    background: #ffffff; }
  .investment-breakdown-confirmation .transactions-container .collapse {
    background: #ebecf0; }
  .investment-breakdown-confirmation .transactions-container .question-description {
    margin-bottom: 32px;
    margin-top: 22px; }

.investment-breakdown-confirmation select {
  width: 110px;
  padding: 5px;
  font-size: 17px;
  line-height: 1;
  border: 0;
  border-radius: 5px;
  height: 34px;
  background: url(7cd53c7851358a62433609ca7b038f2d.svg) no-repeat right;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  float: right;
  outline: none;
  color: #061c3f; }

.investment-breakdown-confirmation .transaction-price,
.investment-breakdown-confirmation .transaction-amount {
  white-space: nowrap; }

.investment-breakdown-confirmation .transaction-action,
.investment-breakdown-confirmation .transaction-date,
.investment-breakdown-confirmation .transaction-price {
  font-size: 18px; }

.investment-breakdown-confirmation .transaction-price,
.investment-breakdown-confirmation .transaction-amount {
  text-align: right; }

.investment-breakdown-confirmation .transaction-code,
.investment-breakdown-confirmation .transaction-amount {
  font-size: 18px; }

.investment-breakdown-confirmation .transaction-code {
  word-break: break-word;
  width: 110px; }

.modal-recommendation-process-info .desc-title {
  color: #4b2885;
  font-weight: bold; }

.investment-breakdown-header {
  line-height: 1.7rem;
  margin-top: 0px;
  margin-bottom: 0px; }

.investment-breakdown-div {
  padding-bottom: 5px;
  margin-top: 10px; }

.asset-type-header {
  margin-bottom: 0px !important; }

.allocation-chart {
  padding-top: 5px !important; }

.withdraw-fund-bottom {
  padding-bottom: 10px; }
  .withdraw-fund-bottom .info {
    font-size: 17px; }

.modal-risk-profile .modal-body {
  height: 300px;
  overflow: scroll; }

.terms-and-conditions, .modal-terms .modal-body, .login .terms {
  max-height: 60vh;
  margin-bottom: 30px;
  overflow-y: scroll;
  border: 1px solid #d2d6dd;
  padding: 10px 5px;
  border-radius: 4px;
  font-size: 20px; }
  .terms-and-conditions::-webkit-scrollbar, .modal-terms .modal-body::-webkit-scrollbar, .login .terms::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px; }
  .terms-and-conditions::-webkit-scrollbar-thumb, .modal-terms .modal-body::-webkit-scrollbar-thumb, .login .terms::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
  .terms-and-conditions ol, .modal-terms .modal-body ol, .login .terms ol {
    counter-reset: item;
    padding-left: 10px; }
  .terms-and-conditions li, .modal-terms .modal-body li, .login .terms li {
    display: block; }
  .terms-and-conditions li:before, .modal-terms .modal-body li:before, .login .terms li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    margin-right: 10px; }
  .terms-and-conditions li li li ol, .modal-terms .modal-body li li li ol, .login .terms li li li ol {
    counter-reset: section; }
  .terms-and-conditions li li li li:before, .modal-terms .modal-body li li li li:before, .login .terms li li li li:before {
    content: "(" counters(section, ".") ")";
    counter-increment: section; }
  .terms-and-conditions table, .modal-terms .modal-body table, .login .terms table {
    border: 1px solid #061c3f;
    width: 100%;
    margin-bottom: 20px; }
    .terms-and-conditions table tr:first-child td, .modal-terms .modal-body table tr:first-child td, .login .terms table tr:first-child td {
      background-color: #4b2885;
      color: #ffffff; }
    .terms-and-conditions table td, .modal-terms .modal-body table td, .login .terms table td {
      padding: 5px; }

.login .captcha {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 576px) {
    .login .captcha {
      justify-content: center; } }

.login .captcha-image {
  display: inline-block; }

.login .captcha-refresh {
  display: inline-block;
  width: auto;
  position: relative;
  font-size: 16px;
  line-height: 1.31;
  text-align: center;
  color: #4b2885;
  border: none;
  background-color: transparent;
  padding-top: 26px;
  cursor: pointer;
  margin-top: 10px; }
  .login .captcha-refresh::before {
    content: '';
    width: 27px;
    height: 27px;
    background-position: center center;
    background-repeat: no-repeat; }
  .login .captcha-refresh::before {
    background-image: url(d0380653b66b745eef627e1d7f77963e.svg); }
  .login .captcha-refresh::before {
    position: absolute;
    top: 0;
    left: 13px;
    right: auto; }
  .login .captcha-refresh:hover {
    color: #7e3f97; }
    .login .captcha-refresh:hover::before {
      background-image: url(cd596b46678bca5c65569f80547d570b.svg); }

.login .form-group-terms {
  margin-bottom: 22px; }

.login .otp-fields {
  display: flex;
  justify-content: space-around; }

.login .otp {
  width: calc(16.6666% - 20px);
  text-align: center;
  border-color: #b4bbc6;
  padding: 0; }

.login .form-group-otp-resend {
  margin-top: 30px;
  text-align: center; }

.login .risk-goal-form {
  margin-top: -20px; }

.grow-wealth .link {
  font-size: 24px; }

.grow-wealth .info {
  font-size: 17px; }

.grow-wealth .form-item-wrapper {
  margin-bottom: 0px; }

.grow-wealth .form-item-activity-wrapper {
  padding-top: 0px; }

.grow-wealth .growth-sub-header {
  background-color: #ebecf0;
  margin-bottom: 0px;
  padding-bottom: 5px;
  padding-top: 5px; }

.grow-wealth .form-group.number-input .info-circle::before {
  position: inherit; }

.grow-wealth .form-group.number-input label, .grow-wealth .form-group.number-input .form-label {
  width: 45%;
  display: flex;
  align-items: center;
  margin-bottom: 0px; }

.grow-wealth .form-group.number-input input {
  padding-right: 18px; }

.grow-wealth .form-group.number-input.row {
  margin-left: 20px;
  margin-right: 20px; }

.grow-wealth .form-group.number-input .col-sm-2,
.grow-wealth .form-group.number-input .col-sm-8 {
  padding-left: 0px;
  padding-right: 0px; }

.grow-wealth .form-group.number-input .input-with-presuffix {
  width: 55%;
  padding-left: 8px; }

.grow-wealth .form-group.number-input .input-group-text {
  background: #fff;
  border-radius: 0px;
  padding-right: 5px; }

.grow-wealth .form-group.number-input .risk-slider {
  width: 100%;
  margin-top: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .grow-wealth .form-group.number-input .risk-slider .slider.slider-horizontal {
    width: calc(100% - 33px);
    margin-left: 10px; }

.grow-wealth .no-padding-left {
  padding-left: 0px; }

.grow-wealth .form-group-amount input {
  padding-right: 40px; }

.grow-wealth .form-group-monthly input {
  padding-right: 90px; }

.grow-wealth .form-group-total-invest input {
  padding-right: 40px; }

.grow-wealth .hidden {
  display: none; }

.grow-wealth .input-postfix {
  display: flex;
  z-index: 4; }

.grow-wealth .click-delete {
  display: flex;
  justify-content: flex-start;
  margin-left: 10px; }
  .grow-wealth .click-delete::after {
    content: '';
    width: 12px;
    height: 12px;
    background-position: center center;
    background-repeat: no-repeat; }
  .grow-wealth .click-delete::after {
    background-image: url(e5f943e47437cf0dbe400d645c2832f5.svg); }

.grow-wealth .form-group-monthly-switch,
.grow-wealth .form-group-fx-risk {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: normal; }
  .grow-wealth .form-group-monthly-switch:last-child,
  .grow-wealth .form-group-fx-risk:last-child {
    margin-bottom: 0; }
  .grow-wealth .form-group-monthly-switch .left,
  .grow-wealth .form-group-fx-risk .left {
    flex: 0 0 70%;
    text-align: left; }
  .grow-wealth .form-group-monthly-switch .right,
  .grow-wealth .form-group-fx-risk .right {
    flex: 0 1 30%;
    text-align: right; }

.grow-wealth .form-group-fx-risk .toggle-switch-text {
  line-height: 1.2; }

.grow-wealth label.switch, .grow-wealth .switch.form-label {
  width: 88px;
  float: right; }

.grow-wealth .switch {
  height: 32px; }

.grow-wealth .switch-input:checked ~ .switch-label {
  background: #4b2885;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2); }

.grow-wealth .switch-input:checked ~ .switch-handle {
  left: 55px;
  box-shadow: -1px 1px 5px rgba(210, 214, 221, 0.8); }

.grow-wealth .form-group.form-group-fx-risk {
  margin-bottom: 1rem; }

.grow-wealth .switch-label:before {
  content: attr(data-off);
  right: 20px; }

.grow-wealth .switch-label:after {
  content: attr(data-on);
  left: 20px; }

.grow-wealth .switch-handle {
  position: absolute;
  top: 5px;
  left: 6px;
  width: 28px;
  height: 28px;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(102, 102, 102, 0.2); }

.grow-wealth .switch-label:before,
.grow-wealth .switch-label:after {
  top: 55%; }

.grow-wealth .switch-label {
  background-color: #d2d6dd; }

.grow-wealth .btn.btn-link {
  font-weight: bold;
  text-align: left;
  color: #061c3f;
  font-size: 23px;
  margin: 0;
  padding: 8px;
  width: 100%;
  position: relative; }
  .grow-wealth .btn.btn-link:hover, .grow-wealth .btn.btn-link:focus {
    text-decoration: none; }
  .grow-wealth .btn.btn-link:after {
    top: 14px;
    right: 10px;
    position: absolute; }
  .grow-wealth .btn.btn-link .radio-title {
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .grow-wealth .btn.btn-link .radio-title::before {
      content: '';
      width: 30px;
      height: 30px;
      background-position: center center;
      background-repeat: no-repeat; }
    .grow-wealth .btn.btn-link .radio-title::before {
      width: 30px;
      height: 30px;
      display: inline-block;
      background-color: #ffffff;
      border-radius: 50%;
      border: 1px solid #4b2885;
      margin-right: 10px;
      flex: 0 0 auto; }
  .grow-wealth .btn.btn-link:disabled, .grow-wealth .btn.btn-link.disabled {
    color: #666666; }
    .grow-wealth .btn.btn-link:disabled .radio-title::before, .grow-wealth .btn.btn-link.disabled .radio-title::before {
      background-color: #ebecf0;
      border: 1px solid #ebecf0; }
  .grow-wealth .btn.btn-link:not(.collapsed) .radio-title::before {
    background-image: url(fe3e0c4d4a74d25dd6e296bdc3ac5ee2.svg); }
  .grow-wealth .btn.btn-link:not(.collapsed) .radio-title::before {
    border: none; }

.grow-wealth .card-header {
  padding: 0px; }

.grow-wealth .small-info {
  font-size: 17px;
  color: #666666;
  font-weight: bold; }
  .grow-wealth .small-info.small-risk-info {
    padding-top: 6px; }
  .grow-wealth .small-info.small-risk-info-desc {
    font-weight: normal;
    padding-top: 10px; }
  .grow-wealth .small-info span {
    color: #7447b8; }

.grow-wealth .card {
  border-radius: 0px; }

.grow-wealth button.btn.dropdown-toggle.btn-light {
  background-color: #7447b8;
  border: 1px solid #7447b8;
  color: #ffffff;
  border-radius: 2px;
  font-size: 19px;
  padding-bottom: 0px;
  padding-top: 1px;
  text-align: center; }

.grow-wealth .bootstrap-select .dropdown-toggle .filter-option {
  text-align: center; }

.grow-wealth :not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 65%; }

.grow-wealth .dropdown-item {
  color: #7447b8;
  font-weight: bold; }

.grow-wealth .dropdown-menu {
  margin: 0px;
  background: #ffffff;
  padding: 0px;
  font-size: 19px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
  text-align: center; }

.grow-wealth .btn-light:not(:disabled):not(.disabled):active:focus,
.grow-wealth .btn-light:not(:disabled):not(.disabled).active:focus,
.grow-wealth .show > .btn-light.dropdown-toggle:focus {
  box-shadow: none; }

.grow-wealth .dropdown-item.disabled,
.grow-wealth .dropdown-item:disabled {
  color: #b4bbc6; }

.grow-wealth .dropdown-item.active, .grow-wealth .dropdown-item:active {
  background: #ede9f2; }

.grow-wealth a.button:hover, .grow-wealth a.button:active, .grow-wealth a.button:focus {
  color: #4b2885; }

.grow-wealth .knowledge-cards {
  background-color: #ffffff; }
  @media (min-width: 992px) {
    .grow-wealth .knowledge-cards {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .grow-wealth .knowledge-cards .col {
    padding-top: 26px;
    padding-bottom: 47px; }
  .grow-wealth .knowledge-cards .carousel,
  .grow-wealth .knowledge-cards .slick-slider {
    padding-top: 0px;
    padding-bottom: 0px; }
    .grow-wealth .knowledge-cards .carousel .slick-dots,
    .grow-wealth .knowledge-cards .slick-slider .slick-dots {
      pointer-events: none; }
  .grow-wealth .knowledge-cards .knowledge-card-image {
    height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    text-align: center; }
    .grow-wealth .knowledge-cards .knowledge-card-image img {
      height: 250px;
      width: 271px;
      display: inline-block; }
  .grow-wealth .knowledge-cards .knowledge-card-title {
    font-size: 27px;
    font-weight: bold;
    line-height: 0.78;
    text-align: center;
    color: #45556f;
    margin-bottom: 17px; }
  .grow-wealth .knowledge-cards .knowledge-card-desc {
    font-size: 23px;
    line-height: 0.91;
    text-align: center;
    color: #061c3f;
    margin-bottom: 10px; }

.slider-selection, .slider-selection.tick-slider-selection {
  background-color: #7447b8;
  background-image: none;
  box-shadow: none; }

.slider-handle {
  box-shadow: 0 0px 8px 0 rgba(116, 71, 184, 0.8);
  background-image: none;
  border: solid 1px #7447b8;
  background-color: #7447b8;
  width: 23px;
  height: 23px;
  top: -3px; }

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -13px; }

.slider.slider-horizontal .slider-track {
  height: 5px; }

.risk-level-select {
  margin-bottom: 10px;
  background-color: #7447b8;
  color: #ffffff;
  border-radius: 30px;
  border: 1px solid #7447b8;
  width: 75%;
  text-align: center;
  text-align-last: center; }
  .risk-level-select:focus {
    background-color: #7447b8;
    border: 1px solid #7447b8;
    color: #ffffff; }

.slider-tick.round {
  border-radius: 0px; }

.slider-tick {
  height: 0px; }

.risk-info {
  display: flex;
  font-size: 20px;
  color: #666666;
  text-align: center;
  margin-bottom: 1rem; }
  .risk-info .risk-level-info {
    flex: 0 0 55%; }
  .risk-info .risk-info-label {
    vertical-align: middle;
    padding-right: 5px; }
  .risk-info .accept-fx {
    flex: 0 0 45%; }
  .risk-info .material-icons {
    font-size: 18px; }

.returns-content {
  padding: 10px;
  background: #7447b8;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: normal;
  flex-wrap: wrap;
  color: #ffffff; }
  .returns-content .title {
    text-align: center;
    flex: 0 0 100%;
    color: #ffffff; }
  .returns-content .left {
    flex: 1 0 auto;
    text-align: center;
    font-size: 20px; }
  .returns-content .top .material-icons {
    font-size: 18px;
    padding-left: 3px;
    padding-bottom: 4px; }

.exp-return-label {
  color: #4b2885;
  white-space: pre; }

.info.highlight {
  background: #fee7b9;
  font-size: 17px;
  margin-bottom: 10px; }

.close-section {
  float: right; }

.combination-label {
  flex: 0 0 100%; }

.higher-margin {
  margin-right: 10px; }

.slider-range-margin-label {
  font-size: 17px; }

.portfolio .summary-title {
  line-height: 0.71;
  margin-bottom: 0px; }

.portfolio .summary-title-subhead {
  font-size: 22px; }

.portfolio .as-of-date {
  margin-bottom: 20px;
  font-size: 22px; }

.portfolio .form-group-activity .amount {
  font-weight: bold; }

.portfolio .form-group-risk-level .desc {
  white-space: pre-wrap; }

.portfolio .risk-profile-level {
  position: relative;
  z-index: 2; }

.portfolio .risk-profile-wrapper {
  margin-top: 30px; }

.portfolio .totalReturn .risk-circle:nth-child(1), .portfolio .totalReturn .risk-circle:nth-child(2), .portfolio .totalReturn .risk-circle:nth-child(3) {
  color: #b4bbc6; }
  .portfolio .totalReturn .risk-circle:nth-child(1)::before, .portfolio .totalReturn .risk-circle:nth-child(2)::before, .portfolio .totalReturn .risk-circle:nth-child(3)::before {
    border-color: #b4bbc6; }

.portfolio .dividend .risk-circle:nth-child(1), .portfolio .dividend .risk-circle:nth-child(2), .portfolio .dividend .risk-circle:nth-child(3), .portfolio .dividend .risk-circle:nth-child(4) {
  color: #b4bbc6; }
  .portfolio .dividend .risk-circle:nth-child(1)::before, .portfolio .dividend .risk-circle:nth-child(2)::before, .portfolio .dividend .risk-circle:nth-child(3)::before, .portfolio .dividend .risk-circle:nth-child(4)::before {
    border-color: #b4bbc6; }

.portfolio .risk-text {
  box-shadow: none;
  border: solid 2px #b4bbc6; }
  .portfolio .risk-text::after {
    box-shadow: none;
    border: solid 2px #b4bbc6;
    bottom: -11px; }

.portfolio .slider-selection,
.portfolio .slider-track-high {
  background-color: #4b2885;
  background-image: none;
  box-shadow: none; }

.portfolio .slider-handle {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
  background-image: none;
  border: solid 1px #fcaf17;
  background-color: #fcaf17;
  width: 26px;
  height: 26px;
  top: -3px; }

.portfolio .slider.slider-horizontal .slider-tick,
.portfolio .slider.slider-horizontal .slider-handle {
  margin-left: -13px; }

.portfolio .toggle-switch-text {
  float: left;
  line-height: 1.91; }

.portfolio label.switch, .portfolio .switch.form-label {
  width: 88px;
  float: right; }

.portfolio .switch {
  height: 32px; }

.portfolio .switch-input:checked ~ .switch-label {
  background: #4b2885;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2); }

.portfolio .switch-input:checked ~ .switch-handle {
  left: 55px;
  box-shadow: -1px 1px 5px rgba(102, 102, 102, 0.5); }

.portfolio .form-group.form-group-fx-risk {
  margin-bottom: 1.7rem; }

.portfolio .switch-label:before {
  content: attr(data-off);
  right: 20px; }

.portfolio .switch-label:after {
  content: attr(data-on);
  left: 20px; }

.portfolio .switch-handle {
  position: absolute;
  top: 5px;
  left: 6px;
  width: 28px;
  height: 28px;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(102, 102, 102, 0.2); }

.portfolio .switch-label:before, .portfolio .switch-label:after {
  top: 55%; }

.portfolio .switch-label {
  background-color: #d2d6dd; }

.portfolio .info.highlight {
  background: #fee7b9;
  font-size: 17px;
  margin-bottom: 10px; }

.portfolio .form-item-wrapper {
  margin-bottom: 5px; }

.portfolio .form-item-activity-wrapper {
  padding-bottom: 0px;
  padding-top: 0px; }

.portfolio .subtitle {
  font-size: 19px; }

.portfolio .title {
  margin-bottom: 5px; }

.payment .form-item-wrapper {
  margin-top: 12px; }

.payment .description {
  font-size: 17px;
  line-height: 1;
  margin-bottom: 20px; }

.payment .info {
  margin-bottom: 30px;
  font-size: 17px; }
  .payment .info .link {
    font-size: 17px; }

.payment .link-cancel {
  margin-top: 20px;
  margin-bottom: 20px; }

.payment-info .payment-data {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.payment-info .left {
  flex: 0 0 auto;
  text-align: left; }
  .payment-info .left.monthly-contrib-label {
    flex: 0 0 278px; }

.payment-info .right {
  flex: 1 1 auto;
  text-align: right;
  font-size: 24px; }

.payment-info .regular-label {
  font-size: 19px; }

.payment-info .regular-info-label {
  font-size: 19px;
  font-weight: 500;
  color: #061c3f;
  margin-top: -6px; }

.payment-info .bold {
  color: #061c3f;
  font-weight: 500; }

.payment-info .large-label {
  font-size: 28px; }

.payment-info .box-shadow {
  padding: 20px 20px 20px 20px;
  background-color: #ebecf0;
  box-shadow: none; }

.payment-info .investment-breakdown-confirmation {
  margin-bottom: -20px; }

.payment-info .form-submit {
  margin-top: 10px; }

.manage-page .subtitle {
  font-size: 19px; }

.manage-page .title {
  margin-bottom: 0px; }

.manage-page .button {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 13px;
  font-size: 23px;
  line-height: 0.91; }

.manage-page .form-group {
  margin-bottom: 0; }

.manage-page .button {
  margin-bottom: 60px; }

.manage-page .link {
  margin-bottom: 20px; }

.manage-page .form-group.form-submit.col-xs-12.col-sm-12.link-section {
  margin-bottom: 60px; }

.manage-page .form-item-activity-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 60px; }

.manage-page .manage-disclaimer .info {
  font-size: 17px; }

.monthly-contribution .title {
  margin-bottom: 20px; }

.monthly-contribution .button {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 13px;
  font-size: 23px;
  line-height: 0.91; }

.monthly-contribution .form-group {
  margin-bottom: 0; }

.monthly-contribution .button {
  margin-bottom: 30px; }

.monthly-contribution .link {
  margin-bottom: 20px; }

.monthly-contribution .form-group.form-submit.col-xs-12.col-sm-12.link-section {
  margin-bottom: 60px; }

.monthly-contribution-running .title-status {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px; }
  .monthly-contribution-running .title-status .title {
    flex: 1 1 auto;
    margin-bottom: 0;
    margin-top: 7px;
    height: 27px; }
  .monthly-contribution-running .title-status .status {
    height: 36px;
    border-radius: 16px;
    border: solid 2.2px #4b2885;
    background-color: #4b2885;
    color: #ffffff;
    padding: 6px 14px 8px;
    flex: 0 0 85px;
    text-align: center; }
    .monthly-contribution-running .title-status .status.disabled {
      background-color: #b4bbc6;
      border-color: #b4bbc6;
      border: solid 2.2px #b4bbc6; }

.withdraw-funds .form-group {
  margin-bottom: 1.7rem; }

.withdraw-funds .disclaimer {
  font-size: 21px;
  line-height: 1;
  color: #061c3f;
  margin-bottom: 30px;
  margin-top: 20px; }

.monthly-contribution-label-prefix {
  font-size: 29px;
  letter-spacing: 0.4px;
  display: inline; }
  .monthly-contribution-label-prefix.disabled {
    border-color: #b4bbc6;
    color: #b4bbc6; }

.monthly-contribution-label-postfix {
  font-size: 21px;
  letter-spacing: 0.3px;
  display: inline;
  float: right; }
  .monthly-contribution-label-postfix.disabled {
    border-color: #b4bbc6;
    color: #b4bbc6; }

.switch {
  position: relative;
  display: block;
  vertical-align: top;
  width: 90px;
  height: 36px;
  padding: 3px;
  margin: -3px 0px 10px 0;
  border-radius: 34px;
  cursor: pointer; }

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  background: #d2d6dd;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15); }

.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit; }

.switch-label:before {
  content: attr(data-off);
  right: 18px;
  color: #aaaaaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5); }

.switch-label:after {
  content: attr(data-on);
  left: 18px;
  color: #ffffff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0; }

.switch-input:checked ~ .switch-label {
  background: #4b2885;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2); }

.switch-input:checked ~ .switch-label:before {
  opacity: 0; }

.switch-input:checked ~ .switch-label:after {
  opacity: 1; }

.switch-handle {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); }

.switch-input:checked ~ .switch-handle {
  left: 55px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2); }

/* Transition
    ========================== */
.switch-label, .switch-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease; }

.monthly-contribution-label {
  display: inline-block !important; }
  .monthly-contribution-label .info-circle {
    position: absolute; }

.order-page .title {
  margin-top: 0.5rem; }

.order-page .notification {
  font-size: 17px; }

.order-page .orders-form {
  margin-bottom: 60px; }

.order-page .outstanding-orders-title, .order-page .failed-orders-title {
  display: flex;
  justify-content: space-between; }
  .order-page .outstanding-orders-title .link, .order-page .failed-orders-title .link {
    margin-bottom: 0.8rem;
    margin-top: 0.9rem;
    font-size: 19px; }

.order-page .form-group:last-child {
  margin-bottom: 2.7rem; }

.order-page .form-item-wrapper {
  padding: 14px 0 13px;
  margin-bottom: 0px; }
  .order-page .form-item-wrapper .form-group-order {
    margin-bottom: 0; }

.order-page .expanding-table {
  margin-bottom: 60px; }

.order-page .form-group-order {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .order-page .form-group-order:last-child {
    margin-bottom: 0; }
  .order-page .form-group-order .left {
    flex: 0 0 auto;
    text-align: left; }
  .order-page .form-group-order .mid {
    flex: 1 1 30px;
    text-align: left;
    padding-right: 5px; }
  .order-page .form-group-order .right {
    flex: 0 1 30px;
    text-align: right; }
  .order-page .form-group-order .top {
    font-size: 23px;
    line-height: 0.91;
    color: #828d9f;
    min-height: 44px; }
  .order-page .form-group-order .bot {
    min-height: 20px;
    flex-basis: 100%; }
  .order-page .form-group-order .order-status {
    line-height: 0.91;
    text-align: left;
    position: relative;
    height: 20px;
    float: left;
    padding-left: 27px;
    color: #666666;
    font-size: 20px; }
    .order-page .form-group-order .order-status::before {
      content: '';
      width: 20px;
      height: 20px;
      background-position: center center;
      background-repeat: no-repeat; }
    .order-page .form-group-order .order-status::before {
      position: absolute;
      top: 0;
      left: 0; }
    .order-page .form-group-order .order-status.success::before {
      background-image: url(443dcdfb0e8d1ff79539a14eff381776.svg); }
    .order-page .form-group-order .order-status.payment-success::before {
      background-image: url(ee7868632ec894fbee5ea23f7ec15ae5.svg); }
    .order-page .form-group-order .order-status.payment-success::before {
      background-size: 20px; }
    .order-page .form-group-order .order-status.pending::before {
      background-image: url(18cb4ffb9e3223e04e594d38d82986df.svg); }
    .order-page .form-group-order .order-status.failed::before {
      background-image: url(056e5f93f8f65b7541cd295e22ceeb3b.svg); }
  .order-page .form-group-order .order-action {
    font-size: 18px;
    line-height: 0.78;
    color: #666666;
    border: solid 1px #666666;
    border-radius: 20px;
    padding: 0px 8px 0px;
    width: auto;
    float: right;
    font-weight: bold; }
  .order-page .form-group-order .order-fund {
    font-size: 23px;
    line-height: 0.78;
    color: #061c3f;
    font-weight: bold; }
  .order-page .form-group-order .order-amount {
    font-size: 23px;
    line-height: 0.78;
    color: #45556f;
    white-space: nowrap;
    float: right;
    padding-top: 4px;
    font-weight: bold; }
  .order-page .form-group-order .order-id,
  .order-page .form-group-order .order-date {
    font-size: 20px;
    line-height: 0.91;
    color: #666666;
    margin-left: 27px;
    clear: both;
    white-space: nowrap; }
  .order-page .form-group-order .order-fund-name {
    font-size: 18px;
    font-weight: bold;
    color: #061c3f; }

.order-page .description {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1;
  color: #061c3f; }
  .order-page .description:last-of-type {
    margin-bottom: 30px; }

.order-page .legend-wrapper {
  padding-left: 27px;
  position: relative; }
  .order-page .legend-wrapper::before {
    content: '';
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat; }
  .order-page .legend-wrapper .legend {
    font-weight: bold; }
  .order-page .legend-wrapper::before {
    position: absolute;
    top: 0;
    left: 0; }
  .order-page .legend-wrapper.success::before {
    background-image: url(443dcdfb0e8d1ff79539a14eff381776.svg); }
  .order-page .legend-wrapper.success .legend {
    color: #40b354; }
  .order-page .legend-wrapper.pending::before {
    background-image: url(18cb4ffb9e3223e04e594d38d82986df.svg); }
  .order-page .legend-wrapper.pending .legend {
    color: #d89614; }
  .order-page .legend-wrapper.failed::before {
    background-image: url(056e5f93f8f65b7541cd295e22ceeb3b.svg); }
  .order-page .legend-wrapper.failed .legend {
    color: #ee3a30; }

.chart-legend {
  padding-left: 25px;
  padding-right: 5px;
  position: relative;
  margin: 5px 0; }
  .chart-legend .legend-color {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    margin-top: -8px;
    border-radius: 50%; }

.triangle-top:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10.4px 6px;
  border-color: transparent transparent #45556f transparent; }

.triangle-bottom:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.4px 6px 0 6px;
  border-color: #45556f transparent transparent transparent; }

.aggregate-view .title {
  margin-bottom: 0px;
  line-height: 0.71; }

.aggregate-view .my-portfolios-title {
  padding-left: 20px;
  font-size: 2rem; }

.aggregate-view .link {
  font-size: 24px; }

.aggregate-view .title-subhead {
  font-size: 19px;
  margin-bottom: 5px; }

.aggregate-view .pending-allotment {
  color: #fcaf17; }

.aggregate-view .form-item-wrapper {
  padding: 14px 0 13px;
  margin-bottom: 8px;
  background-image: linear-gradient(to bottom, #15001a, #5b0e6d);
  color: #ffffff; }
  .aggregate-view .form-item-wrapper.form-portfolio-wrapper {
    background: #ffffff;
    color: #061c3f; }

.aggregate-view .aggregate-total-portfolio {
  font-weight: 500; }

.aggregate-view .aggregate-total-earnings {
  font-weight: 500; }

.aggregate-view .risk-profile-level-display {
  padding-top: 4px; }
  .aggregate-view .risk-profile-level-display .risk-text {
    font-size: 22px; }

.aggregate-view .form-group-aggregate {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .aggregate-view .form-group-aggregate hr {
    border-top: 2px solid #fcaf17; }
  .aggregate-view .form-group-aggregate:last-child {
    margin-bottom: 0; }
  .aggregate-view .form-group-aggregate .left {
    flex: 0 0 auto;
    text-align: left; }
  .aggregate-view .form-group-aggregate .mid {
    flex: 1 1 auto;
    text-align: left;
    padding-right: 5px; }
  .aggregate-view .form-group-aggregate .right {
    flex: 1 1 auto;
    text-align: right; }
  .aggregate-view .form-group-aggregate .top {
    font-size: 19px;
    line-height: 0.91;
    min-height: 18px; }
  .aggregate-view .form-group-aggregate .bot {
    font-size: 29px;
    min-height: 20px; }
  .aggregate-view .form-group-aggregate .triangle-top:before {
    border-color: transparent transparent #ffffff transparent;
    margin-right: 5px; }
  .aggregate-view .form-group-aggregate .aggregate-portfolio-display {
    width: 100%; }
  .aggregate-view .form-group-aggregate .goal-title {
    float: left; }
  .aggregate-view .form-group-aggregate .portfolio-field {
    margin-bottom: 5px; }
  .aggregate-view .form-group-aggregate .regular-label {
    font-size: 18px; }
  .aggregate-view .form-group-aggregate .profit-loss {
    color: #40b354;
    font-size: 18px; }
  .aggregate-view .form-group-aggregate .portfolio-details .left {
    float: left; }
  .aggregate-view .form-group-aggregate .bottom-details {
    clear: both; }
    .aggregate-view .form-group-aggregate .bottom-details .left {
      float: left; }

.aggregate-view .aggregate-wrapper {
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(130, 141, 159, 0.3);
  padding: 14px 0 13px;
  margin: 10px;
  border: 1px solid #d2d6dd;
  border-radius: 4px; }
  .aggregate-view .aggregate-wrapper hr {
    margin: 0px;
    margin-left: 20px;
    margin-right: 20px;
    border-top: 2px solid #fcaf17; }
  .aggregate-view .aggregate-wrapper .aggregate-data {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px; }
    .aggregate-view .aggregate-wrapper .aggregate-data.content-section {
      margin-top: 10px; }
    .aggregate-view .aggregate-wrapper .aggregate-data .regular-label {
      font-size: 19px; }
    .aggregate-view .aggregate-wrapper .aggregate-data .left {
      flex: 0 0 auto;
      text-align: left; }
    .aggregate-view .aggregate-wrapper .aggregate-data .right {
      flex: 1 1 auto;
      text-align: right;
      font-size: 24px; }
    .aggregate-view .aggregate-wrapper .aggregate-data .top {
      font-size: 24px;
      line-height: 0.91;
      min-height: 81px; }
    .aggregate-view .aggregate-wrapper .aggregate-data .bot {
      min-height: 20px;
      color: #666666;
      font-size: 18px; }
    .aggregate-view .aggregate-wrapper .aggregate-data .profit-loss {
      font-size: 19px; }
    .aggregate-view .aggregate-wrapper .aggregate-data .failure {
      float: right;
      display: flex;
      justify-content: flex-start; }
      .aggregate-view .aggregate-wrapper .aggregate-data .failure::after {
        content: '';
        width: 20px;
        height: 20px;
        background-position: center center;
        background-repeat: no-repeat; }
      .aggregate-view .aggregate-wrapper .aggregate-data .failure::after {
        background-image: url(056e5f93f8f65b7541cd295e22ceeb3b.svg); }
    .aggregate-view .aggregate-wrapper .aggregate-data .pending {
      float: right;
      display: flex;
      justify-content: flex-start; }
      .aggregate-view .aggregate-wrapper .aggregate-data .pending::after {
        content: '';
        width: 20px;
        height: 20px;
        background-position: center center;
        background-repeat: no-repeat; }
      .aggregate-view .aggregate-wrapper .aggregate-data .pending::after {
        background-image: url(18cb4ffb9e3223e04e594d38d82986df.svg); }
    .aggregate-view .aggregate-wrapper .aggregate-data .rebalance-progress {
      float: right;
      display: flex;
      justify-content: flex-start;
      font-size: 19px;
      align-items: center;
      margin-right: 4px;
      color: #007ACE; }
      .aggregate-view .aggregate-wrapper .aggregate-data .rebalance-progress::before {
        content: '';
        width: 20px;
        height: 20px;
        background-position: center center;
        background-repeat: no-repeat; }
      .aggregate-view .aggregate-wrapper .aggregate-data .rebalance-progress::before {
        background-image: url(c8595d7fdd6e1638ffdc36d161503e76.svg); }
    .aggregate-view .aggregate-wrapper .aggregate-data .portfolio-field {
      margin-bottom: 5px; }
    .aggregate-view .aggregate-wrapper .aggregate-data .contrib-value span {
      font-size: 19px;
      color: #4b2885; }

.aggregate-view .more-detail-text {
  padding-top: 5px;
  text-align: end;
  color: #7447b8;
  font-size: 19px; }

.aggregate-view .empty-place-holder {
  min-height: 61px; }

.aggregate-view .fx-info {
  min-height: 56px; }

.aggregate-view .fx-info-value {
  font-size: 22px; }

.dashboard .edit-icon {
  font-size: 24px;
  vertical-align: bottom; }

.dashboard .allocationDisclaimer {
  font-size: 22px;
  margin-bottom: 15px; }

.dashboard .goal-field {
  margin-bottom: 12px; }

.dashboard .summary-title {
  line-height: 0.71;
  margin-bottom: 0px; }

.dashboard .summary-title-subhead {
  font-size: 22px; }

.dashboard .as-of-date {
  margin-bottom: 20px;
  font-size: 22px; }

.dashboard .form-group-activity .amount {
  font-weight: bold; }

.dashboard .form-group-risk-level .desc {
  white-space: pre-wrap; }

.dashboard .risk-profile-level {
  position: relative;
  z-index: 2; }

.dashboard .risk-profile-wrapper {
  margin-top: 30px; }

.dashboard .profit-value {
  color: #40b354; }

.dashboard .loss-value {
  color: #ee3a30; }

.dashboard .risk-circles {
  padding-top: 8px; }

.dashboard .next-contribution-value {
  color: #4b2885; }

.dashboard .slider-selection,
.dashboard .slider-track-high {
  background-color: #d2d6dd;
  background-image: none;
  box-shadow: none; }

.dashboard .slider-handle {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
  background-image: none;
  border: solid 1px #b4b5b6;
  background-color: #ffffff;
  width: 26px;
  height: 26px;
  top: -3px; }

.dashboard .slider.slider-horizontal .slider-tick,
.dashboard .slider.slider-horizontal .slider-handle {
  margin-left: -13px; }

.dashboard .form-item-wrapper {
  margin-bottom: 5px; }

.dashboard .form-item-activity-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 60px; }

.dashboard .subtitle {
  font-size: 19px; }

.dashboard .title {
  margin-bottom: 5px; }

.resubmit-order-page .form-item-wrapper {
  padding: 14px 0 13px;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: -20px; }
  .resubmit-order-page .form-item-wrapper .form-group-order {
    margin-bottom: 0; }

.resubmit-order-page .form-group-order {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .resubmit-order-page .form-group-order:last-child {
    margin-bottom: 0; }
  .resubmit-order-page .form-group-order .left {
    flex: 0 0 auto;
    text-align: left; }
  .resubmit-order-page .form-group-order .mid {
    flex: 1 1 30px;
    text-align: left;
    padding-right: 5px; }
  .resubmit-order-page .form-group-order .right {
    flex: 0 1 30px;
    text-align: right; }
  .resubmit-order-page .form-group-order .top {
    font-size: 23px;
    line-height: 0.91;
    color: #828d9f;
    min-height: 44px; }
  .resubmit-order-page .form-group-order .bot {
    min-height: 20px; }
  .resubmit-order-page .form-group-order .order-status {
    line-height: 0.91;
    text-align: left;
    position: relative;
    height: 20px;
    float: left;
    padding-left: 27px;
    color: #666666;
    font-size: 20px; }
    .resubmit-order-page .form-group-order .order-status::before {
      content: '';
      width: 20px;
      height: 20px;
      background-position: center center;
      background-repeat: no-repeat; }
    .resubmit-order-page .form-group-order .order-status::before {
      position: absolute;
      top: 0;
      left: 0; }
    .resubmit-order-page .form-group-order .order-status.success::before {
      background-image: url(443dcdfb0e8d1ff79539a14eff381776.svg); }
    .resubmit-order-page .form-group-order .order-status.payment-success::before {
      background-image: url(ee7868632ec894fbee5ea23f7ec15ae5.svg); }
    .resubmit-order-page .form-group-order .order-status.payment-success::before {
      background-size: 20px; }
    .resubmit-order-page .form-group-order .order-status.pending::before {
      background-image: url(18cb4ffb9e3223e04e594d38d82986df.svg); }
    .resubmit-order-page .form-group-order .order-status.failed::before {
      background-image: url(056e5f93f8f65b7541cd295e22ceeb3b.svg); }
  .resubmit-order-page .form-group-order .order-action {
    font-size: 18px;
    line-height: 0.78;
    color: #666666;
    border: solid 1px #666666;
    border-radius: 20px;
    padding: 0px 8px 0px;
    width: auto;
    float: right;
    font-weight: bold; }
  .resubmit-order-page .form-group-order .order-fund {
    font-size: 23px;
    line-height: 0.78;
    color: #061c3f;
    font-weight: bold; }
  .resubmit-order-page .form-group-order .order-amount {
    font-size: 23px;
    line-height: 0.78;
    color: #45556f;
    white-space: nowrap;
    float: right;
    padding-top: 4px;
    font-weight: bold; }
  .resubmit-order-page .form-group-order .order-id,
  .resubmit-order-page .form-group-order .order-date {
    font-size: 20px;
    line-height: 0.91;
    color: #666666;
    margin-left: 27px;
    float: left;
    clear: both; }
  .resubmit-order-page .form-group-order .order-fund-name {
    font-size: 18px;
    font-weight: bold;
    color: #061c3f; }

.resubmit-order-page .description {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1;
  color: #061c3f; }
  .resubmit-order-page .description:last-of-type {
    margin-bottom: 30px; }

.resubmit-order-page .cbx-container {
  margin-bottom: 8px;
  margin-top: 12px; }

.resubmit-order-page .order-section-wrapper {
  margin-bottom: 20px; }

.notification-messages .page-title {
  margin-bottom: 0px; }

.notification-messages form .form-group {
  margin-bottom: 0.5rem; }

.notification-messages form .form-item-wrapper {
  margin-bottom: 2px;
  padding-top: 15px;
  padding-bottom: 15px; }

.notification-messages select {
  width: 132px;
  padding: 5px;
  font-size: 17px;
  line-height: 1;
  border: 0;
  border-radius: 5px;
  height: 34px;
  background: url(7cd53c7851358a62433609ca7b038f2d.svg) no-repeat right;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  float: right;
  outline: none;
  color: #061c3f; }

.notification-messages .notification {
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 0px;
  padding: 0px;
  margin-left: -5px;
  font-weight: bold; }
  .notification-messages .notification:before {
    margin-right: 10px;
    border-radius: 0px; }
  .notification-messages .notification.insufficient_balance_notification_type {
    display: flex;
    justify-content: flex-start; }
    .notification-messages .notification.insufficient_balance_notification_type::before {
      content: '';
      width: 20px;
      height: 20px;
      background-position: center center;
      background-repeat: no-repeat; }
    .notification-messages .notification.insufficient_balance_notification_type::before {
      background-image: url(056e5f93f8f65b7541cd295e22ceeb3b.svg); }
  .notification-messages .notification.investment_notification_type {
    display: flex;
    justify-content: flex-start; }
    .notification-messages .notification.investment_notification_type::before {
      content: '';
      width: 20px;
      height: 20px;
      background-position: center center;
      background-repeat: no-repeat; }
    .notification-messages .notification.investment_notification_type::before {
      background-image: url(1bf11f9746e87403978f8ec9124fc59b.svg); }
  .notification-messages .notification.monthly_contribution_notice_notification_type {
    display: flex;
    justify-content: flex-start; }
    .notification-messages .notification.monthly_contribution_notice_notification_type::before {
      content: '';
      width: 20px;
      height: 20px;
      background-position: center center;
      background-repeat: no-repeat; }
    .notification-messages .notification.monthly_contribution_notice_notification_type::before {
      background-image: url(0de4ee47d65279a3602e3348f513f67d.svg); }
  .notification-messages .notification.partial_redemption_notification_type {
    display: flex;
    justify-content: flex-start; }
    .notification-messages .notification.partial_redemption_notification_type::before {
      content: '';
      width: 20px;
      height: 20px;
      background-position: center center;
      background-repeat: no-repeat; }
    .notification-messages .notification.partial_redemption_notification_type::before {
      background-image: url(85e63069e68e2c81e216249676369d4e.svg); }
  .notification-messages .notification.withdraw_all_notification_type {
    display: flex;
    justify-content: flex-start; }
    .notification-messages .notification.withdraw_all_notification_type::before {
      content: '';
      width: 20px;
      height: 20px;
      background-position: center center;
      background-repeat: no-repeat; }
    .notification-messages .notification.withdraw_all_notification_type::before {
      background-image: url(85e63069e68e2c81e216249676369d4e.svg); }
  .notification-messages .notification.rebalance_notice_notification_type {
    display: flex;
    justify-content: flex-start; }
    .notification-messages .notification.rebalance_notice_notification_type::before {
      content: '';
      width: 20px;
      height: 20px;
      background-position: center center;
      background-repeat: no-repeat; }
    .notification-messages .notification.rebalance_notice_notification_type::before {
      background-image: url(c8595d7fdd6e1638ffdc36d161503e76.svg); }
  .notification-messages .notification.rebalancing_notification_type {
    display: flex;
    justify-content: flex-start; }
    .notification-messages .notification.rebalancing_notification_type::before {
      content: '';
      width: 20px;
      height: 20px;
      background-position: center center;
      background-repeat: no-repeat; }
    .notification-messages .notification.rebalancing_notification_type::before {
      background-image: url(c8595d7fdd6e1638ffdc36d161503e76.svg); }
  .notification-messages .notification.changing_model_portfolio_notice_notification_type {
    display: flex;
    justify-content: flex-start; }
    .notification-messages .notification.changing_model_portfolio_notice_notification_type::before {
      content: '';
      width: 20px;
      height: 20px;
      background-position: center center;
      background-repeat: no-repeat; }
    .notification-messages .notification.changing_model_portfolio_notice_notification_type::before {
      background-image: url(56308142a791fbef80a0e718fabcd72b.svg); }
  .notification-messages .notification.remove_outstanding_order_notification_type, .notification-messages .notification.remove_failed_order_notification_type {
    display: flex;
    justify-content: flex-start; }
    .notification-messages .notification.remove_outstanding_order_notification_type::before, .notification-messages .notification.remove_failed_order_notification_type::before {
      content: '';
      width: 20px;
      height: 20px;
      background-position: center center;
      background-repeat: no-repeat; }
    .notification-messages .notification.remove_outstanding_order_notification_type::before, .notification-messages .notification.remove_failed_order_notification_type::before {
      background-image: url(07dfef1f18d057c3869018843e77bed1.svg); }
  .notification-messages .notification.remove_order_portfolio_notification_type, .notification-messages .notification.remove_failed_order_portfolio_notification_type {
    display: flex;
    justify-content: flex-start; }
    .notification-messages .notification.remove_order_portfolio_notification_type::before, .notification-messages .notification.remove_failed_order_portfolio_notification_type::before {
      content: '';
      width: 20px;
      height: 20px;
      background-position: center center;
      background-repeat: no-repeat; }
    .notification-messages .notification.remove_order_portfolio_notification_type::before, .notification-messages .notification.remove_failed_order_portfolio_notification_type::before {
      background-image: url(e2ac4603f039a51510dba49ab68d7706.svg); }

.notification-messages .detailed-message {
  padding-left: 25px;
  font-size: 20px;
  color: #666666; }

.notification-messages .form-group-notification-messages {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: normal; }
  .notification-messages .form-group-notification-messages:last-child {
    margin-bottom: 0; }
  .notification-messages .form-group-notification-messages .left {
    flex: 0 0 auto;
    text-align: left; }
  .notification-messages .form-group-notification-messages .right {
    flex: 0 0 auto;
    text-align: right; }
  .notification-messages .form-group-notification-messages .top {
    font-size: 20px;
    line-height: 0.91;
    color: #666666;
    padding-left: 25px; }
  .notification-messages .form-group-notification-messages .bot {
    min-height: 20px;
    color: #666666;
    font-size: 20px; }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(237, 233, 242, 0.7);
  z-index: 10; }

.lds-spinner {
  color: #4b2885;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px; }

.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite; }

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 4px;
  height: 14px;
  border-radius: 20%;
  background: #4b2885; }

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s; }

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s; }

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s; }

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s; }

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s; }

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s; }

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s; }

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s; }

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s; }

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s; }

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s; }

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s; }

@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.mobile-only-block {
  display: block; }
  @media (min-width: 992px) {
    .mobile-only-block {
      display: none; } }

.desktop-only-block {
  display: none; }
  @media (min-width: 992px) {
    .desktop-only-block {
      display: block; } }

h3 {
  font-size: 23px; }
  @media (min-width: 992px) {
    h3 {
      font-size: 50px; } }

.precred {
  min-height: 100vh;
  background-color: #ffffff; }

.precred-banner {
  width: 100%;
  background: url(0a1a0861444610f42eb8f4bbbd32bf83.png) no-repeat;
  background-size: cover;
  height: 100%;
  margin: 0 0 60px 0;
  color: #ffffff; }
  .precred-banner .page-title {
    margin: 120px 0 60px 0;
    font-size: 60px;
    line-height: 0.3;
    text-align: left;
    color: #ffffff;
    font-weight: 400; }
    @media (max-width: 991.98px) {
      .precred-banner .page-title {
        margin: 30px 0 20px 0;
        font-size: 50px;
        line-height: 1.2;
        text-align: left;
        font-weight: 500; } }
  .precred-banner .banner-text {
    max-width: 524px;
    font-size: 30px;
    line-height: 1;
    margin: 0 0 111px 0; }
    @media (max-width: 991.98px) {
      .precred-banner .banner-text {
        margin: 0 0 30px 0;
        font-size: 25px; } }
  .precred-banner .banner-image {
    margin: 93px 0 0px auto; }

.pre-cred-next-section-container {
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 70px;
  background-image: linear-gradient(313deg, #5b0e6d, #15001a);
  text-align: center; }
  @media (min-width: 992px) {
    .pre-cred-next-section-container {
      color: #061c3f;
      padding-top: 100px;
      padding-bottom: 100px;
      text-align: center;
      background-image: url(a65bacfdb465238ce7d68a0485cca0c3.png);
      background-size: cover;
      height: 539px; } }
  .pre-cred-next-section-container h3 {
    color: #ffffff; }
    @media (min-width: 992px) {
      .pre-cred-next-section-container h3 {
        color: #061c3f;
        font-size: 50px;
        font-weight: bold;
        line-height: 0.6;
        margin-bottom: 90px; } }
  .pre-cred-next-section-container .next-section-blurb {
    font-size: 23px;
    line-height: 1;
    text-align: center;
    padding: 0 30px 25px;
    margin-top: 20px; }
    @media (min-width: 992px) {
      .pre-cred-next-section-container .next-section-blurb {
        font-size: 35px;
        padding: 0 30px 25px;
        margin-top: 0;
        width: 100%;
        margin-bottom: 40px; } }
    .pre-cred-next-section-container .next-section-blurb p {
      max-width: 737px;
      margin: 0 auto; }
  .pre-cred-next-section-container .button {
    background-image: none;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .pre-cred-next-section-container .button {
        background-image: linear-gradient(313deg, #15001a, #5b0e6d);
        border: none; } }
    .pre-cred-next-section-container .button:hover, .pre-cred-next-section-container .button:active, .pre-cred-next-section-container .button:focus {
      background-image: linear-gradient(278deg, #15001a, #5b0e6d); }
      @media (min-width: 992px) {
        .pre-cred-next-section-container .button:hover, .pre-cred-next-section-container .button:active, .pre-cred-next-section-container .button:focus {
          background-image: linear-gradient(313deg, #5b0e6d, #15001a);
          border: none; } }
    @media (min-width: 992px) {
      .pre-cred-next-section-container .button {
        width: auto;
        display: inline-block;
        min-width: 335px;
        margin: 0 auto; } }

.subnavigation-wrapper {
  height: 46px; }

.subnavigation {
  height: 44px;
  background-color: #ffffff;
  box-shadow: 0 1px 12px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 12px; }
  @media (min-width: 992px) {
    .subnavigation {
      background-color: #ebecf0;
      box-shadow: none;
      margin-bottom: 0;
      height: 44px; } }
  .subnavigation.fixed-to-top {
    position: fixed;
    top: 55px;
    width: 100%;
    z-index: 1; }
    @media (min-width: 992px) {
      .subnavigation.fixed-to-top {
        top: 55px; } }
  .subnavigation .subnav {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: scroll; }
  .subnavigation .subnav-item {
    height: 44px;
    display: flex;
    align-items: center;
    margin-right: 20px;
    color: #7447b8;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
    flex: 0 0 auto;
    padding-top: 4px; }
    .subnavigation .subnav-item:hover, .subnavigation .subnav-item:active, .subnavigation .subnav-item:focus {
      border-bottom-color: #7447b8; }
    @media (min-width: 992px) {
      .subnavigation .subnav-item {
        margin-top: 0;
        padding-top: 6px;
        height: 44px; }
        .subnavigation .subnav-item:hover, .subnavigation .subnav-item:active, .subnavigation .subnav-item:focus {
          font-weight: bold;
          border-bottom-color: transparent; } }

.carousel {
  padding-bottom: 38px;
  padding-left: 28px;
  padding-right: 28px; }
  .carousel.no-controls {
    padding-left: 0;
    padding-right: 0; }
    .carousel.no-controls .carousel-control-prev,
    .carousel.no-controls .carousel-control-next {
      display: none; }

.carousel-control-prev,
.carousel-control-next {
  width: 24px; }

.carousel-control-prev .carousel-control-prev-icon {
  background-image: url(436aec097e42d6094ac2cdc419c9b6dc.svg); }

.carousel-control-prev:hover .carousel-control-prev-icon, .carousel-control-prev:focus .carousel-control-prev-icon {
  background-image: url(e1b5f8a628c79b3bdee64f97bb33ea8f.svg); }

.carousel-control-next .carousel-control-next-icon {
  background-image: url(1c6c7a23c0e0f7d56b61043f89b7e662.svg); }

.carousel-control-next:hover .carousel-control-next-icon, .carousel-control-next:focus .carousel-control-next-icon {
  background-image: url(bca65e5bb4c7c891b8c2fcae713fbd45.svg); }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 14px;
  height: 24px; }

.carousel-indicators {
  margin-bottom: 15px;
  bottom: 0; }
  .carousel-indicators li {
    cursor: pointer;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #ebecf0;
    border-radius: 50%; }
  .carousel-indicators .active {
    background-color: #3d084a; }

.white-indicators .carousel-indicators li {
  background-color: #ffffff; }

.white-indicators .carousel-indicators .active {
  background-color: #3d084a; }

.slick-slider {
  padding-bottom: 20px;
  padding-left: 28px;
  padding-right: 28px; }
  .slick-slider .slick-slide {
    outline: none; }
  .slick-slider .slick-arrow {
    position: absolute;
    bottom: 0;
    font-size: 0;
    border: 0;
    background-color: transparent;
    width: 24px;
    background-repeat: no-repeat;
    background-position: center 25%;
    cursor: pointer; }
  .slick-slider .slick-prev::before,
  .slick-slider .slick-next::before {
    display: none; }
  .slick-slider .slick-prev {
    left: 0;
    background-image: url(436aec097e42d6094ac2cdc419c9b6dc.svg); }
    .slick-slider .slick-prev:hover, .slick-slider .slick-prev:focus {
      background-image: url(e1b5f8a628c79b3bdee64f97bb33ea8f.svg); }
  .slick-slider .slick-next {
    right: 0;
    background-image: url(1c6c7a23c0e0f7d56b61043f89b7e662.svg); }
    .slick-slider .slick-next:hover, .slick-slider .slick-next:focus {
      background-image: url(bca65e5bb4c7c891b8c2fcae713fbd45.svg); }
  .slick-slider.no-controls {
    padding-left: 0;
    padding-right: 0; }
    .slick-slider.no-controls .slick-arrow {
      display: none !important; }
  .slick-slider .slick-dots {
    margin-bottom: 15px;
    margin-top: 10px;
    padding: 0;
    list-style: none;
    display: flex;
    height: 13px;
    justify-content: center;
    left: 0;
    right: 0; }
    .slick-slider .slick-dots li {
      cursor: pointer;
      width: 13px;
      height: 13px;
      margin-right: 5px;
      margin-left: 5px; }
    .slick-slider .slick-dots button {
      background-color: #ebecf0;
      border-radius: 50%;
      border: none;
      font-size: 0;
      display: block;
      width: 13px;
      height: 13px;
      padding: 0;
      cursor: pointer; }
    .slick-slider .slick-dots .slick-active button {
      background-color: #3d084a; }
  .slick-slider.white-indicators .slick-dots button {
    background-color: #ffffff; }
  .slick-slider.white-indicators .slick-dots .slick-active button {
    background-color: #3d084a; }
  .slick-slider.large-arrows .slick-arrow {
    height: 45px;
    width: 26px; }
  .slick-slider.large-arrows .slick-prev {
    left: 0;
    background-image: url(d5be7b1775c526e5d37cb34a11f2fe4e.svg); }
    .slick-slider.large-arrows .slick-prev:hover, .slick-slider.large-arrows .slick-prev:focus {
      background-image: url(0a429a008413072a5b3d254a3321be76.svg); }
  .slick-slider.large-arrows .slick-next {
    right: 0;
    background-image: url(35c0a04ffde10a2dbd5863b5375468a3.svg); }
    .slick-slider.large-arrows .slick-next:hover, .slick-slider.large-arrows .slick-next:focus {
      background-image: url(829f15fa4a5f5fa3ded5c0f0872d2fae.svg); }

.home .main-content {
  padding-top: 0;
  padding-bottom: 0; }

.home .hidden {
  display: none; }

.home .hidden-logo-mobile {
  display: none; }
  @media (min-width: 992px) {
    .home .hidden-logo-mobile {
      display: block; } }

.home h3 {
  font-size: 32px; }
  @media (min-width: 992px) {
    .home h3 {
      font-size: 50px; } }

.home .main-content {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -55px; }
  @media (min-width: 1200px) {
    .home .main-content {
      margin-top: 0; } }

.home .main-header {
  background-color: transparent; }
  .home .main-header .toggler-wrapper {
    background-color: transparent; }

.home .main-contents {
  margin-top: -55px; }

.home .navbar {
  width: 137px;
  left: auto;
  background-color: transparent; }
  @media (min-width: 992px) {
    .home .navbar {
      width: auto;
      left: 0; } }
  @media (min-width: 1200px) {
    .home .navbar {
      background-color: #3d084a; } }

.home .main-logo {
  display: none; }
  @media (min-width: 992px) {
    .home .main-logo {
      display: block; } }

.home .toggler-wrapper {
  width: 100%;
  flex: 1 0 100%;
  max-width: none;
  background-color: transparent; }
  @media (min-width: 992px) {
    .home .toggler-wrapper {
      width: auto;
      flex: 0 0 33.33333%; } }

.home .blurb {
  font-size: 27px;
  line-height: 1.11;
  margin-top: 30px;
  display: inline-block; }

.home .banner {
  background: transparent url(93c76cbe9dc834d8c6580074018db3e8.png) center center repeat-x;
  background-size: cover;
  height: 608px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  text-align: center; }
  @media (min-width: 576px) {
    .home .banner {
      background: transparent url(19b0ea138cfd5e3f98462fb34f806c99.png) center center repeat-x;
      background-size: auto 100%; } }
  @media (min-width: 992px) {
    .home .banner {
      background-size: cover; } }
  .home .banner > .container {
    z-index: 1; }
  .home .banner .logo-wrapper {
    flex: 0 0 100%;
    text-align: center;
    margin-top: 140px;
    z-index: 1; }
  .home .banner .logo {
    width: 224px;
    height: 90.72px; }
  .home .banner .blurb {
    color: #ffffff;
    flex: 0 0 224px;
    z-index: 1; }
  .home .banner .desc {
    color: #ffffff; }
  .home .banner .chevron-wrapper {
    flex: 0 0 100%;
    margin-top: 90px;
    margin-bottom: 50px;
    text-align: center;
    height: 55px;
    z-index: 1; }
  .home .banner .chevron {
    width: 32px;
    height: 50px;
    display: block;
    transition: all 0.5s ease;
    margin: 0 auto; }
    .home .banner .chevron::after {
      content: '';
      width: 33px;
      height: 20px;
      background-position: center center;
      background-repeat: no-repeat; }
    .home .banner .chevron::after {
      background-image: url(02a6d27d1e83dcbf947d78827a56ebb5.png);
      display: block; }
    .home .banner .chevron:hover, .home .banner .chevron:active {
      padding-top: 5px; }
  .home .banner .gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 100%);
    z-index: 0; }

.home .banner-desktop {
  background: transparent url(19b0ea138cfd5e3f98462fb34f806c99.png) center center repeat-x;
  background-size: cover;
  height: 570px; }
  .home .banner-desktop .content {
    display: flex;
    justify-content: space-between;
    height: 100%; }
  .home .banner-desktop .text {
    flex: 1 1 auto; }
  .home .banner-desktop .image {
    flex: 0 0 402px;
    height: 98%;
    display: flex;
    align-items: flex-end;
    margin-right: -30px; }
  .home .banner-desktop .blurb {
    font-size: 70px;
    line-height: 0.76;
    letter-spacing: 2px;
    text-align: left;
    color: #ffffff;
    margin-top: 176px;
    margin-bottom: 20px;
    max-width: 800px; }
  .home .banner-desktop .desc {
    font-size: 30px;
    line-height: 0.7;
    text-align: left;
    color: #ffffff;
    margin-bottom: 45px; }
  .home .banner-desktop .button {
    max-width: 335px; }
  .home .banner-desktop .logo {
    width: 402px;
    height: 543px; }

.home h3 {
  text-align: center; }

.home .features {
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .home .features {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .home .features .col {
    padding-top: 26px;
    padding-bottom: 47px; }
  .home .features .carousel,
  .home .features .slick-slider {
    padding-top: 30px; }
  .home .features .features-image {
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20px; }
    .home .features .features-image.start {
      background-image: url(2031cdac09af898a220606f92539a795.svg); }
    .home .features .features-image.secure {
      background-image: url(bee53ed3fe7d5c6cee8ba1476956c690.svg); }
    .home .features .features-image.automated {
      background-image: url(4eb30c62aed8cf03a9987878840ceda2.svg); }
    .home .features .features-image.best {
      background-image: url(b5e60ef052105ab3a180a233f3dde008.svg); }
    .home .features .features-image.monitor {
      background-image: url(d05386b511693eb469f7bc587f6777ab.svg); }
    .home .features .features-image.advice {
      background-image: url(2a1c6619dfc2f07ba3cfb8d9d2cfc057.svg); }
  .home .features .features-title {
    font-size: 27px;
    font-weight: bold;
    line-height: 0.78;
    text-align: center;
    color: #45556f;
    margin-bottom: 17px; }
  .home .features .features-desc {
    font-size: 23px;
    line-height: 0.91;
    text-align: center;
    color: #061c3f;
    margin-bottom: 20px; }
  .home .features .slick-arrow {
    padding-bottom: 300px;
    z-index: 1;
    outline: none; }
  .home .features .features-desktop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 840px;
    margin: 0 auto; }
    @media (min-width: 1200px) {
      .home .features .features-desktop {
        max-width: 1100px; } }
    .home .features .features-desktop .slider-item {
      flex: 0 1 280px;
      padding: 40px 10px; }
  .home .features .button.big-yellow {
    max-width: none; }

.home .profiles {
  background-color: #ebecf0;
  padding-top: 40px;
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .home .profiles {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .home .profiles .blurb {
    font-size: 23px;
    line-height: 0.91;
    text-align: center;
    width: 100%; }
    @media (min-width: 992px) {
      .home .profiles .blurb {
        font-size: 30px;
        line-height: 1; } }
  .home .profiles .carousel,
  .home .profiles .slick-slider {
    margin-left: -20px;
    margin-right: -20px; }
  .home .profiles .carousel-item,
  .home .profiles .slider-item {
    padding: 20px 14px; }
  .home .profiles .slick-list {
    padding: 0 18px; }
  .home .profiles .profile-wrap {
    border-radius: 11px;
    box-shadow: 0 0 10px 0 rgba(130, 141, 159, 0.3);
    background-color: #ffffff; }
    .home .profiles .profile-wrap .profile-top {
      display: flex;
      padding-top: 32px; }
    .home .profiles .profile-wrap .profile-photo {
      flex: 0 0 134px;
      padding-left: 20px;
      padding-right: 20px; }
      .home .profiles .profile-wrap .profile-photo img {
        width: 94px;
        height: 127px; }
    .home .profiles .profile-wrap .profile-info {
      flex: 1 1 auto;
      padding-right: 20px; }
    .home .profiles .profile-wrap .profile-name {
      font-size: 27px;
      font-weight: bold;
      line-height: 0.78;
      color: #061c3f;
      margin-bottom: 10px; }
    .home .profiles .profile-wrap .profile-age,
    .home .profiles .profile-wrap .profile-risk {
      font-size: 21px;
      font-weight: bold;
      line-height: 1.1;
      color: #4b2885; }
    .home .profiles .profile-wrap .profile-goal {
      height: 55px;
      background-image: linear-gradient(280deg, #5b0e6d, #15001a);
      padding: 16px 4px 16px;
      font-size: 27px;
      font-weight: bold;
      line-height: 0.78;
      text-align: center;
      color: #ffffff; }
    .home .profiles .profile-wrap .profile-goal-end {
      color: #fcaf17; }
    .home .profiles .profile-wrap .profile-bot {
      padding: 20px 30px 20px; }
    .home .profiles .profile-wrap .regular-label {
      line-height: 1; }
    .home .profiles .profile-wrap .regular-value {
      line-height: 1;
      margin-bottom: 7px; }
  .home .profiles .profiles-desktop {
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (min-width: 992px) {
      .home .profiles .profiles-desktop {
        display: flex; } }
    .home .profiles .profiles-desktop.hidden {
      display: none; }
    .home .profiles .profiles-desktop .slider-item {
      flex: 0 1 303px; }

.home .flow-desktop {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #ebecf0; }
  @media (min-width: 992px) {
    .home .flow-desktop {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .home .flow-desktop h3 {
    margin-bottom: 40px; }
  .home .flow-desktop .slider {
    margin-top: 30px; }
  .home .flow-desktop .slider-item {
    padding: 0 5px; }
  .home .flow-desktop .flow-top {
    display: flex;
    margin: 0 auto 35px; }
    @media (min-width: 1200px) {
      .home .flow-desktop .flow-top {
        max-width: 400px; } }
  .home .flow-desktop .flow-step {
    flex: 0 0 48px;
    padding-right: 17px;
    text-align: right; }
    .home .flow-desktop .flow-step .inner {
      background-color: #4b2885;
      border-radius: 50%;
      background-image: linear-gradient(313deg, #5b0e6d, #15001a);
      color: #ffffff;
      width: 48px;
      height: 48px;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 32.4px;
      font-weight: bold;
      line-height: 1.3; }
  .home .flow-desktop .flow-title {
    flex: 1 1 auto;
    padding-right: 10px;
    line-height: 1;
    height: 46px;
    font-size: 27px; }
  .home .flow-desktop .flow-bot {
    text-align: center; }
  .home .flow-desktop .flow-photo img {
    width: 226px;
    height: 449px;
    display: inline-block; }
  .home .flow-desktop .slick-dots {
    margin-top: 42px; }
  .home .flow-desktop .slick-arrow {
    bottom: 250px; }
  .home .flow-desktop .slick-prev {
    left: 0; }
    @media (min-width: 1200px) {
      .home .flow-desktop .slick-prev {
        left: -50px; } }
  .home .flow-desktop .slick-next {
    right: 0; }
    @media (min-width: 1200px) {
      .home .flow-desktop .slick-next {
        right: -50px; } }

.home .flow {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ffffff; }
  .home .flow .slider {
    margin-top: 30px; }
  .home .flow .slider-item {
    padding: 0 33px; }
  .home .flow .flow-top {
    display: flex;
    max-width: 280px;
    margin: 0 auto 35px; }
  .home .flow .flow-step {
    flex: 0 0 48px;
    padding-right: 17px;
    text-align: right; }
    .home .flow .flow-step .inner {
      background-color: #4b2885;
      border-radius: 50%;
      background-image: linear-gradient(313deg, #5b0e6d, #15001a);
      color: #ffffff;
      width: 26px;
      height: 26px;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center; }
  .home .flow .flow-title {
    flex: 1 1 auto;
    font-size: 23px;
    padding-right: 10px;
    line-height: 1;
    height: 46px; }
  .home .flow .flow-bot {
    text-align: center; }
  .home .flow .flow-photo img {
    width: 226px;
    height: 449px;
    display: inline-block; }
  .home .flow .slick-dots {
    margin-top: 42px; }

.home .methodology-desktop {
  background-image: url(87de29abfad66b16a7bc0dea33c8686a.jpg); }
  .home .methodology-desktop .button {
    background-image: linear-gradient(313deg, #15001a, #5b0e6d);
    border: none; }
    .home .methodology-desktop .button:hover, .home .methodology-desktop .button:active, .home .methodology-desktop .button:focus {
      background-image: linear-gradient(313deg, #5b0e6d, #15001a);
      border: none; }

.home .invest-button {
  padding-top: 40px;
  padding-bottom: 80px;
  min-height: 177px;
  background-color: #ebecf0; }
  .home .invest-button .button.big-yellow {
    max-width: none; }

.faq-page {
  width: 100%;
  letter-spacing: normal;
  background-color: #ffffff; }
  .faq-page .content {
    height: 100%;
    position: relative; }
  .faq-page .precred-banner .banner-image {
    background: url(6a3fab7b43cf2dbc2a15a4de4e028ca0.png) center no-repeat;
    background-size: cover;
    width: 206px;
    height: 206px;
    margin: 93px 0 0px 0; }
  .faq-page .content-container {
    max-width: 760px;
    width: 100%;
    border-radius: 12px;
    margin: 20px auto;
    padding: 21px 30px;
    text-align: left; }
    .faq-page .content-container .content-title {
      font-size: 35px;
      font-weight: bold;
      line-height: 1;
      color: #061c3f;
      padding-top: 30px;
      padding-bottom: 30px; }
  .faq-page .faq-selection {
    position: relative;
    z-index: 2; }
  .faq-page .overlay {
    background-color: #ffffff;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease; }
    .faq-page .overlay.visible {
      pointer-events: auto;
      opacity: 1; }
  .faq-page .faq-selection-container {
    margin: 0 auto;
    max-width: 760px; }
    .faq-page .faq-selection-container #faq-select {
      width: 100%; }
      .faq-page .faq-selection-container #faq-select #dropdownBasic1 {
        font-size: 35px;
        font-weight: bold;
        line-height: 1;
        color: #061c3f;
        height: 81px;
        width: 100%;
        border-radius: 12px;
        border: solid 2px #a593c2;
        background-color: #ffffff;
        text-align: left;
        padding-left: 30px;
        padding-right: 30px;
        box-shadow: none; }
        .faq-page .faq-selection-container #faq-select #dropdownBasic1::before {
          content: '';
          width: 24px;
          height: 14px;
          background-position: center center;
          background-repeat: no-repeat; }
        .faq-page .faq-selection-container #faq-select #dropdownBasic1::before {
          background-image: url(f7eb3d43b3755766af5fe0fc7d156936.svg); }
        .faq-page .faq-selection-container #faq-select #dropdownBasic1::after {
          display: none; }
        .faq-page .faq-selection-container #faq-select #dropdownBasic1::before {
          position: absolute;
          top: 35px;
          right: 30px; }
      .faq-page .faq-selection-container #faq-select.show #dropdownBasic1 {
        border-radius: 12px 12px 0 0px !important;
        border-bottom: none !important; }
        .faq-page .faq-selection-container #faq-select.show #dropdownBasic1::before {
          background-image: url(549703af0b64097f85bfc3fab93d38ea.svg); }
      .faq-page .faq-selection-container #faq-select .dropdown-menu {
        top: 65px !important;
        width: 100%;
        border: solid 2px #a593c2;
        border-top: none;
        border-radius: 0 0 12px 12px; }
        .faq-page .faq-selection-container #faq-select .dropdown-menu .dropdown-item {
          font-size: 27px;
          font-weight: 600;
          line-height: 0.78;
          text-align: left;
          color: #45556f;
          width: 100%;
          padding-bottom: 25px;
          cursor: pointer; }
          .faq-page .faq-selection-container #faq-select .dropdown-menu .dropdown-item:active {
            background: transparent; }
          .faq-page .faq-selection-container #faq-select .dropdown-menu .dropdown-item:focus {
            outline: none; }
  .faq-page .question-container {
    width: 100%; }
    .faq-page .question-container .card {
      border: none;
      border-bottom: 2px solid #a593c2 !important;
      border-radius: 0; }
      .faq-page .question-container .card .card-body {
        padding: 0; }
    .faq-page .question-container .btn.btn-link {
      font-size: 27px;
      font-weight: bold;
      text-align: left;
      color: #5b0e6d;
      margin: 0;
      padding: 0 27px 0 0;
      width: 100%;
      position: relative;
      white-space: normal; }
      .faq-page .question-container .btn.btn-link::after {
        content: '';
        width: 19px;
        height: 11px;
        background-position: center center;
        background-repeat: no-repeat; }
      .faq-page .question-container .btn.btn-link::after {
        background-image: url(73506b18cca6378a16db62c01ee356d7.svg); }
      .faq-page .question-container .btn.btn-link:hover, .faq-page .question-container .btn.btn-link:focus {
        text-decoration: none; }
      .faq-page .question-container .btn.btn-link:after {
        top: 14px;
        right: 5px;
        position: absolute; }
      .faq-page .question-container .btn.btn-link.collapsed:after {
        transform: rotate(180deg); }
    .faq-page .question-container .card-header {
      padding: 0;
      margin-bottom: 0;
      background-color: transparent;
      border-bottom: none; }
    .faq-page .question-container .question-description {
      margin-bottom: 32px;
      margin-top: 22px; }

.fees-page {
  width: 100%;
  background-color: #ffffff; }
  .fees-page .content {
    height: 100%; }
  .fees-page .precred-banner .banner-image {
    background: url(39821391310d1689fa3415295f63eeba.png) center no-repeat;
    background-size: cover;
    width: 203px;
    height: 198px; }
  .fees-page .content .title {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    color: #061c3f; }
  .fees-page .content .sub-title {
    max-width: 639px;
    width: 100%;
    font-size: 35px;
    line-height: 1;
    color: #061c3f; }
  .fees-page .content .button {
    max-width: 335px;
    min-height: 49px;
    width: 100%;
    border-radius: 4px; }
  .fees-page .content .benifits-container {
    margin: 95px auto;
    text-align: center; }
    .fees-page .content .benifits-container .title {
      padding: 2px 0 50px 0; }
    .fees-page .content .benifits-container .benifits {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .fees-page .content .benifits-container .benifits .benifits-image {
        margin-bottom: 3px; }
        @media (max-width: 767.98px) {
          .fees-page .content .benifits-container .benifits .benifits-image {
            margin-bottom: 30px; } }
        .fees-page .content .benifits-container .benifits .benifits-image.icon1 {
          background: url(c9dddcc59c244b627ee9c6953f6f8bb5.png) center center no-repeat;
          background-size: 99px 121px;
          width: 99px;
          height: 121px; }
        .fees-page .content .benifits-container .benifits .benifits-image.icon2 {
          background: url(ac5260b3f5d252380befb1a806679185.png) center center no-repeat;
          background-size: 89px 90px;
          width: 89px;
          height: 121px; }
        .fees-page .content .benifits-container .benifits .benifits-image.icon3 {
          background: url(4fe703bc3c3c64ff1aeb7fc2f140e754.png) center center no-repeat;
          background-size: 71px 86px;
          width: 71px;
          height: 121px; }
      .fees-page .content .benifits-container .benifits .benifits-title {
        font-size: 27px;
        font-weight: bold;
        line-height: 0.78;
        padding: 15px 0;
        color: #45556f; }
      .fees-page .content .benifits-container .benifits .benifits-description {
        font-size: 23px;
        line-height: 0.91;
        text-align: center;
        color: #061c3f; }
  .fees-page .content .investment-container {
    padding: 56px 0 95px 0;
    text-align: center;
    background-color: #f2f2f5; }
    .fees-page .content .investment-container .investment {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .fees-page .content .investment-container .investment .invest-image {
        background: url(df953e2b372701fef9455c6e9a60853a.svg) center no-repeat;
        background-size: cover;
        width: 169px;
        height: 169px; }
      .fees-page .content .investment-container .investment .title {
        margin-bottom: 20px;
        padding: 56px 0 0 0; }
      .fees-page .content .investment-container .investment .sub-title {
        margin-bottom: 50px; }
        .fees-page .content .investment-container .investment .sub-title .hightlight {
          font-size: 65px; }
      .fees-page .content .investment-container .investment .small-text {
        font-size: 23px;
        line-height: 0.91;
        text-align: center;
        color: #061c3f;
        margin-top: 45px; }

.methodology-page {
  width: 100%;
  background-color: #ffffff; }
  .methodology-page .precred-banner {
    margin-bottom: 0; }
    .methodology-page .precred-banner .banner-image {
      background: url(9ac4dfddff65231a2332ab99b984a256.png) center no-repeat;
      background-size: cover;
      width: 204px;
      height: 170px; }
  .methodology-page .content {
    height: 100%; }
    .methodology-page .content .title {
      font-size: 50px;
      font-weight: bold;
      line-height: 1.2;
      color: #061c3f; }
  .methodology-page .introduction {
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 40px; }
    @media (min-width: 992px) {
      .methodology-page .introduction {
        padding-top: 100px;
        padding-bottom: 100px; } }
    .methodology-page .introduction .introduction-image {
      height: 213px;
      width: 100%;
      background: url(eb8fc68791f56a8f1a1fe8ad2554f793.png) top center no-repeat;
      background-size: 213px 213px; }
      @media (min-width: 992px) {
        .methodology-page .introduction .introduction-image {
          height: 454px;
          background-size: 440px 454px; } }
    .methodology-page .introduction .images-wrapper {
      display: grid;
      grid-template-columns: 50% 50%;
      grid-template-rows: 25% 25% 25% 25%;
      margin-left: 0;
      margin-top: 60px; }
      @media (min-width: 992px) {
        .methodology-page .introduction .images-wrapper {
          margin-left: 20%; } }
    .methodology-page .introduction .intro-image {
      width: 100%;
      height: 160px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .methodology-page .introduction .intro-1 {
      grid-column: 1 / span 1;
      grid-row: 1 / span 1; }
    .methodology-page .introduction .intro-2 {
      grid-column: 2 / span 1;
      grid-row: 1 / span 1; }
    .methodology-page .introduction .intro-3 {
      grid-column: 1 / span 1;
      grid-row: 2 / span 1; }
    .methodology-page .introduction .intro-4 {
      grid-column: 2 / span 1;
      grid-row: 2 / span 1; }
    .methodology-page .introduction .intro-5 {
      grid-column: 1 / span 1;
      grid-row: 3 / span 1; }
    .methodology-page .introduction .intro-6 {
      grid-column: 2 / span 1;
      grid-row: 3 / span 1; }
    .methodology-page .introduction .intro-7 {
      grid-column: 1 / span 1;
      grid-row: 4 / span 1; }
    .methodology-page .introduction .intro-8 {
      grid-column: 2 / span 1;
      grid-row: 4 / span 1; }
  .methodology-page .optimisation {
    background-color: #f2f2f5;
    padding-top: 30px;
    padding-bottom: 40px; }
    @media (min-width: 992px) {
      .methodology-page .optimisation {
        padding-top: 100px;
        padding-bottom: 100px; } }
    .methodology-page .optimisation .optimisation-blurb {
      line-height: 1;
      text-align: left;
      font-size: 30px;
      margin-top: 35px; }
    .methodology-page .optimisation .criteria {
      padding-left: 1.2em;
      margin-top: 35px;
      display: flex;
      padding: 0;
      justify-content: space-between;
      flex-wrap: wrap; }
    .methodology-page .optimisation .criteria-item {
      padding-left: 7px;
      margin-top: 10px;
      list-style: none;
      position: relative;
      padding-left: 77px;
      flex: 0 0 100%;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .methodology-page .optimisation .criteria-item {
          flex: 0 0 30%;
          margin-bottom: 0; } }
      .methodology-page .optimisation .criteria-item::before {
        color: #ffffff;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        width: 37px;
        height: 37px;
        background-image: linear-gradient(321deg, #5b0e6d, #15001a);
        display: flex;
        align-items: center;
        justify-content: center; }
      .methodology-page .optimisation .criteria-item:nth-child(1)::before {
        content: '1'; }
      .methodology-page .optimisation .criteria-item:nth-child(2)::before {
        content: '2'; }
      .methodology-page .optimisation .criteria-item:nth-child(3)::before {
        content: '3'; }
      .methodology-page .optimisation .criteria-item .criteria-title-desc {
        display: block;
        font-size: 27px;
        line-height: 0.78;
        text-align: left;
        color: #45556f;
        margin-bottom: 20px;
        margin-right: 0;
        font-weight: bold; }
      .methodology-page .optimisation .criteria-item .criteria-content {
        display: block; }
  .methodology-page .monitoring {
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 40px; }
    @media (min-width: 992px) {
      .methodology-page .monitoring {
        padding-top: 100px;
        padding-bottom: 100px; } }
    .methodology-page .monitoring .monitoring-items {
      padding: 0;
      margin-top: 35px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    .methodology-page .monitoring .monitoring-item {
      list-style: none;
      margin-top: 10px;
      position: relative;
      padding-left: 77px;
      padding-top: 195px;
      flex: 0 0 100%;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .methodology-page .monitoring .monitoring-item {
          flex: 0 0 50%;
          margin-bottom: 0; } }
      .methodology-page .monitoring .monitoring-item.scales {
        background: url(a9d06c390f902c798e22fab968ea2da3.svg) top center no-repeat;
        background-size: 179px 158px; }
      .methodology-page .monitoring .monitoring-item.presentation {
        background: url(ebe6043e90b07a5bf4165d4d3d93aeed.svg) top center no-repeat;
        background-size: 175px 152px; }
      .methodology-page .monitoring .monitoring-item .monitoring-title {
        font-weight: bold;
        font-size: 27px;
        line-height: 0.78;
        text-align: left;
        color: #45556f;
        margin-bottom: 20px; }
      .methodology-page .monitoring .monitoring-item::before {
        color: #ffffff;
        border-radius: 50%;
        position: absolute;
        top: 195px;
        left: 0;
        width: 37px;
        height: 37px;
        background-image: linear-gradient(321deg, #5b0e6d, #15001a);
        display: flex;
        align-items: center;
        justify-content: center; }
      .methodology-page .monitoring .monitoring-item:nth-child(1) {
        padding-right: 3rem; }
        .methodology-page .monitoring .monitoring-item:nth-child(1)::before {
          content: '1'; }
      .methodology-page .monitoring .monitoring-item:nth-child(2) {
        padding-right: 3rem; }
        @media (min-width: 992px) {
          .methodology-page .monitoring .monitoring-item:nth-child(2) {
            padding-right: 0;
            margin-left: 3rem;
            max-width: calc(50% - 3rem); } }
        .methodology-page .monitoring .monitoring-item:nth-child(2)::before {
          content: '2'; }
  .methodology-page .investing {
    background-color: #f2f2f5;
    padding-top: 30px;
    padding-bottom: 40px; }
    @media (min-width: 992px) {
      .methodology-page .investing {
        padding-top: 100px;
        padding-bottom: 100px; } }
    .methodology-page .investing .row {
      align-items: center; }
    @media (min-width: 992px) {
      .methodology-page .investing .investing-text {
        padding-right: 3rem; } }
    .methodology-page .investing .investing-text h3 {
      margin-bottom: 30px; }
    .methodology-page .investing .investing-image {
      height: 213px;
      width: 100%;
      background: url(aa8471b6a3364537c90989a6bccdfb34.png) top center no-repeat;
      background-size: 213px 213px; }
      @media (min-width: 992px) {
        .methodology-page .investing .investing-image {
          height: 302px;
          background-size: contain; } }
    .methodology-page .investing .investing-image-old {
      height: 213px;
      width: 100%;
      background: url(949c430ac59c8e5c230915523e8283ce.png) top center no-repeat;
      background-size: 213px 213px; }
      @media (min-width: 992px) {
        .methodology-page .investing .investing-image-old {
          height: 302px;
          background-size: contain; } }
  .methodology-page .accessible {
    background-size: cover;
    background: url(9bcf9fa17e029946d97a8b332dce3fbe.jpg) center no-repeat; }
    .methodology-page .accessible,
    .methodology-page .accessible > .container {
      height: 414px; }
    .methodology-page .accessible .row {
      display: flex;
      justify-content: center;
      align-items: center; }
    .methodology-page .accessible .accessible-text {
      padding: 0 40px;
      font-size: 30px;
      line-height: 1;
      color: #ffffff; }
      @media (min-width: 992px) {
        .methodology-page .accessible .accessible-text {
          font-size: 40px;
          padding: 0 80px; } }
  .methodology-page .conclusion {
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 40px; }
    @media (min-width: 992px) {
      .methodology-page .conclusion {
        background-color: #f2f2f5;
        padding-top: 100px;
        padding-bottom: 100px; } }
    @media (min-width: 992px) {
      .methodology-page .conclusion h3 {
        margin-bottom: 20px; } }
    @media (min-width: 992px) {
      .methodology-page .conclusion .conclusion-blurb {
        font-size: 35px;
        line-height: 1;
        letter-spacing: normal;
        margin-bottom: 30px; } }
    .methodology-page .conclusion .conclusion-image {
      height: 213px;
      width: 100%;
      background: url(79552d2e128fbbd3400e9b5bd9520c99.png) top center no-repeat;
      background-size: 213px 213px; }
      @media (min-width: 992px) {
        .methodology-page .conclusion .conclusion-image {
          height: 421px;
          background-size: 440px 421px; } }
    .methodology-page .conclusion .conclusion-image-old {
      height: 213px;
      width: 100%;
      background: url(c814ba19b1103daafeb3b6758e211083.png) top center no-repeat;
      background-size: 213px 213px; }
      @media (min-width: 992px) {
        .methodology-page .conclusion .conclusion-image-old {
          height: 421px;
          background-size: 440px 421px; } }
    @media (min-width: 992px) {
      .methodology-page .conclusion .row > div:first-child {
        padding-right: 3rem; } }

.philosophy-page {
  width: 100%;
  background-color: #ffffff; }
  .philosophy-page .content {
    height: 100%; }
  .philosophy-page .precred-banner {
    margin-bottom: 0; }
    .philosophy-page .precred-banner .banner-image {
      background: url(3133f41cd881fd44da37f5860ece70ae.png) center no-repeat;
      background-size: cover;
      width: 222px;
      height: 151px; }
  .philosophy-page .content {
    text-align: center;
    font-weight: normal; }
    .philosophy-page .content .description {
      max-width: 206px;
      width: 100%;
      font-size: 23px;
      line-height: 0.91;
      text-align: center;
      color: #061c3f; }
    .philosophy-page .content .title {
      font-size: 50px;
      font-weight: bold;
      line-height: 0.6;
      color: #061c3f; }
    .philosophy-page .content .sub-title {
      max-width: 639px;
      width: 100%;
      font-size: 35px;
      line-height: 1;
      color: #061c3f; }
    .philosophy-page .content .button {
      max-width: 335px;
      min-height: 49px;
      width: 100%;
      border-radius: 4px;
      background-image: linear-gradient(278deg, #5b0e6d, #15001a); }
    .philosophy-page .content .wrapper {
      max-width: 767px;
      margin: 0 auto;
      width: 100%; }
    .philosophy-page .content .goal-container {
      text-align: center;
      padding-top: 30px;
      padding-bottom: 40px; }
      @media (min-width: 992px) {
        .philosophy-page .content .goal-container {
          padding-top: 100px;
          padding-bottom: 100px; } }
      .philosophy-page .content .goal-container .title {
        padding: 2px 0 50px 0; }
      .philosophy-page .content .goal-container .goal-sub-title {
        font-size: 27px;
        font-weight: bold;
        line-height: 0.78;
        text-align: center;
        color: #45556f;
        padding-bottom: 95px; }
      .philosophy-page .content .goal-container .goal .goal-image {
        margin-bottom: 35px; }
        @media (max-width: 767.98px) {
          .philosophy-page .content .goal-container .goal .goal-image {
            margin-bottom: 60px; } }
        .philosophy-page .content .goal-container .goal .goal-image.arrow {
          background: url(f2daaa6a29c92bfc59621c24cb034c7d.svg) center no-repeat;
          background-size: cover;
          width: 94px;
          height: 95px;
          margin-bottom: 33px;
          margin-top: -40px; }
        .philosophy-page .content .goal-container .goal .goal-image.dollar {
          background: url(0e614b59dcca473134dd04be882738fa.svg) center no-repeat;
          background-size: cover;
          width: 99px;
          height: 91px;
          margin-bottom: 24px;
          margin-top: -24px; }
        .philosophy-page .content .goal-container .goal .goal-image.clock {
          background: url(79492549a3fc705547de30f70b07683a.svg) center no-repeat;
          background-size: cover;
          width: 114px;
          height: 65px;
          margin-bottom: 24px; }
    .philosophy-page .content .recommendation-container {
      background-color: #f2f2f5;
      padding-top: 30px;
      padding-bottom: 40px; }
      @media (min-width: 992px) {
        .philosophy-page .content .recommendation-container {
          padding-top: 100px;
          padding-bottom: 100px; } }
      .philosophy-page .content .recommendation-container .title {
        padding-bottom: 63px; }
      .philosophy-page .content .recommendation-container .note {
        background: url(81cc1824558fe7bc6825e23f3b245648.svg) center no-repeat;
        background-size: cover;
        width: 109px;
        height: 97px;
        margin-bottom: 42px; }
      .philosophy-page .content .recommendation-container .screen {
        background: url(52512d273ac9b5beec57f9e9ac46b4f9.svg) center no-repeat;
        background-size: cover;
        width: 110px;
        height: 90px;
        margin-bottom: 42px; }
      .philosophy-page .content .recommendation-container .description {
        max-width: 269px; }
    .philosophy-page .content .investment-container {
      padding-top: 30px;
      padding-bottom: 40px; }
      @media (min-width: 992px) {
        .philosophy-page .content .investment-container {
          padding-top: 100px;
          padding-bottom: 100px; } }
      .philosophy-page .content .investment-container .title {
        padding-bottom: 56px; }
      .philosophy-page .content .investment-container .arrow {
        background: url(f2daaa6a29c92bfc59621c24cb034c7d.svg) center no-repeat;
        background-size: cover;
        width: 94px;
        height: 95px;
        margin-bottom: 41px; }
      .philosophy-page .content .investment-container .human {
        background: url(281f82ad8788e5001d47c9d062c378f6.svg) center no-repeat;
        background-size: cover;
        width: 85px;
        height: 99px;
        margin-bottom: 37px; }
      .philosophy-page .content .investment-container .description {
        max-width: 249px; }
    .philosophy-page .content .guidance-container {
      padding-top: 30px;
      padding-bottom: 40px;
      background-color: #f2f2f5; }
      @media (min-width: 992px) {
        .philosophy-page .content .guidance-container {
          padding-top: 100px;
          padding-bottom: 100px; } }
      .philosophy-page .content .guidance-container .title {
        padding-bottom: 53px; }
      .philosophy-page .content .guidance-container .guidance-description {
        width: 100%;
        max-width: 269px;
        font-size: 23px;
        line-height: 0.91;
        text-align: center;
        color: #061c3f;
        margin: 0 auto; }
      .philosophy-page .content .guidance-container .guidance-image {
        background: url(d3edad7ef74964625fa5c24c9feb0d6b.svg) center no-repeat;
        background-size: cover;
        width: 103px;
        height: 95px;
        margin-bottom: 44px; }
  .philosophy-page .flex-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 767.98px) {
      .philosophy-page .flex-wrapper {
        margin-bottom: 60px; } }
  .philosophy-page .margin-29 {
    margin-top: 29px; }


/*# sourceMappingURL=main-6f483f282bc504edd0d3.css.map*/