@import url("https://fonts.googleapis.com/css?family=Merriweather:400,400i|Ubuntu:400,500,700");
.container {
  max-width: 480px; }

*,
*::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, dialog, 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";
  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: #25529B;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #16315d;
    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: monospace, 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:not(:root) {
  overflow: hidden; }

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 {
  display: inline-block;
  margin-bottom: .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; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .container {
      max-width: 768px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 992px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1120px; } }
  @media (min-width: 1700px) {
    .container {
      max-width: 1360px; } }

.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.3333333333%;
  max-width: 8.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .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.3333333333%;
    max-width: 8.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .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.3333333333%;
    max-width: 8.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .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.3333333333%;
    max-width: 8.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1700px) {
  .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.3333333333%;
    max-width: 8.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.table {
  width: 100%;
  max-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-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: #c2cfe3; }

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

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

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

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

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

.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: 767.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: 991.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: 1199.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: 1699.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%;
  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; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #6592da;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(37, 82, 155, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }
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;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .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 {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .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 {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(104, 224, 139, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #68E08B; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus,
  .was-validated .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #68E08B;
    box-shadow: 0 0 0 0.2rem rgba(104, 224, 139, 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-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #68E08B; }
.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: #68E08B; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #d2f6dc; }
.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: #92e9ac; }
.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(104, 224, 139, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #68E08B; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    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(104, 224, 139, 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: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.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-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::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    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: 768px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group {
      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; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(37, 82, 155, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

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

.btn-primary {
  color: #fff;
  background-color: #25529B;
  border-color: #25529B; }
  .btn-primary:hover {
    color: #fff;
    background-color: #1e427c;
    border-color: #1b3c72; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(37, 82, 155, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #25529B;
    border-color: #25529B; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1b3c72;
    border-color: #193768; }
    .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(37, 82, 155, 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: #212529;
  background-color: #68E08B;
  border-color: #68E08B; }
  .btn-success:hover {
    color: #212529;
    background-color: #48d973;
    border-color: #3ed76a; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(104, 224, 139, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #212529;
    background-color: #68E08B;
    border-color: #68E08B; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #212529;
    background-color: #3ed76a;
    border-color: #33d562; }
    .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(104, 224, 139, 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: #F1D72D;
  border-color: #F1D72D; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e8cc0f;
    border-color: #dcc10f; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 215, 45, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #F1D72D;
    border-color: #F1D72D; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #dcc10f;
    border-color: #d0b70e; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(241, 215, 45, 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: #25529B;
  background-color: transparent;
  background-image: none;
  border-color: #25529B; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #25529B;
    border-color: #25529B; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(37, 82, 155, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #25529B;
    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: #25529B;
    border-color: #25529B; }
    .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(37, 82, 155, 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: #68E08B;
  background-color: transparent;
  background-image: none;
  border-color: #68E08B; }
  .btn-outline-success:hover {
    color: #212529;
    background-color: #68E08B;
    border-color: #68E08B; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(104, 224, 139, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #68E08B;
    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: #212529;
    background-color: #68E08B;
    border-color: #68E08B; }
    .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(104, 224, 139, 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: #F1D72D;
  background-color: transparent;
  background-image: none;
  border-color: #F1D72D; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #F1D72D;
    border-color: #F1D72D; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 215, 45, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #F1D72D;
    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: #F1D72D;
    border-color: #F1D72D; }
    .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(241, 215, 45, 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: #25529B;
  background-color: transparent; }
  .btn-link:hover {
    color: #16315d;
    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; }

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

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

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

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

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

.dropup .dropdown-menu {
  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 {
  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-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 {
  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-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: #25529B; }
  .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; }

.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:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .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: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::before {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
      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 > .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; }

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

.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: 767.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .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 .dropdown-menu-right {
        right: 0;
        left: auto; }
      .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; }
    .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
@media (max-width: 991.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .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 .dropdown-menu-right {
        right: 0;
        left: auto; }
      .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; }
    .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
@media (max-width: 1199.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .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 .dropdown-menu-right {
        right: 0;
        left: auto; }
      .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; }
    .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
@media (max-width: 1699.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1700px) {
  .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 .dropdown-menu-right {
        right: 0;
        left: auto; }
      .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-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
.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 .dropdown-menu-right {
      right: 0;
      left: auto; }
    .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-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }

.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: 768px) {
    .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: 768px) {
    .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: 768px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.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: #25529B;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    color: #16315d;
    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(37, 82, 155, 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: #25529B;
  border-color: #25529B; }
.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: #25529B; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1b3c72; }

.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: #212529;
  background-color: #68E08B; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #3ed76a; }

.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: #F1D72D; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dcc10f; }

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

.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: #132b51;
  background-color: #d3dceb;
  border-color: #c2cfe3; }
  .alert-primary hr {
    border-top-color: #b1c1db; }
  .alert-primary .alert-link {
    color: #091528; }

.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: #367448;
  background-color: #e1f9e8;
  border-color: #d5f6df; }
  .alert-success hr {
    border-top-color: #c0f2cf; }
  .alert-success .alert-link {
    color: #265132; }

.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: #7d7017;
  background-color: #fcf7d5;
  border-color: #fbf4c4; }
  .alert-warning hr {
    border-top-color: #f9f0ac; }
  .alert-warning .alert-link {
    color: #52490f; }

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

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

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

.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: #25529B !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1b3c72 !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: #68E08B !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #3ed76a !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: #F1D72D !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #dcc10f !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: #25529B !important; }

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

.border-success {
  border-color: #68E08B !important; }

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

.border-warning {
  border-color: #F1D72D !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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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: 1700px) {
  .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.8571428571%; }

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

.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: 768px) {
  .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; }

  .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: 992px) {
  .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; }

  .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: 1200px) {
  .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; }

  .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: 1700px) {
  .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; }

  .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: 768px) {
  .float-sm-left {
    float: left !important; }

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

  .float-sm-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-md-left {
    float: left !important; }

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

  .float-md-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-lg-left {
    float: left !important; }

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

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1700px) {
  .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;
  clip-path: inset(50%);
  border: 0; }

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

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

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

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

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

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

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

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

.h-100 {
  height: 100% !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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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: 1700px) {
  .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-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: 768px) {
  .text-sm-left {
    text-align: left !important; }

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

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important; }

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

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important; }

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

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1700px) {
  .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: #25529B !important; }

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

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

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

.text-success {
  color: #68E08B !important; }

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

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

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

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

a.text-warning:hover, a.text-warning:focus {
  color: #dcc10f !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-muted {
  color: #6c757d !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; }

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

body {
  font-family: Ubuntu, Helvetica, Arial, monospace;
  position: relative;
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; } }
.btn-rounded {
  border-radius: 50px; }

.btn-white {
  transition: 0.2s;
  background-color: #fff;
  color: #25529B; }
  .btn-white:hover {
    background-color: #68E08B; }
  .btn-white:active {
    background-color: #58D07B; }

.btn-arrow {
  font-size: 14px;
  border: 2px solid #68E08B;
  border-radius: 0;
  padding: 9px 60px 9px 20px;
  background: transparent;
  color: #25529B;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: none !important; }
  .btn-arrow:after {
    content: ' ';
    position: absolute;
    background-image: url("../img/arrow--primary.svg");
    top: 50%;
    right: 20px;
    height: 10px;
    width: 13px;
    background-size: cover;
    margin-top: -5px;
    background-repeat: no-repeat; }
  .btn-arrow:hover {
    background-color: #68E08B; }
  .btn-arrow:active {
    background-color: #58D07B; }

.btn-arrow.btn-arrow--white {
  color: #fff; }
  .btn-arrow.btn-arrow--white:after {
    background-image: url("../img/arrow--white.svg"); }

.btn-arrow.btn-arrow--back {
  padding: 9px 20px 9px 60px; }
  .btn-arrow.btn-arrow--back:after {
    right: auto;
    left: 20px;
    transform: scale(-1, 1); }

.btn-download {
  font-size: 14px;
  border: 2px solid transparent;
  border-radius: 0;
  padding: 9px 20px 9px 40px;
  background: transparent;
  color: #25529B;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: none !important; }
  .btn-download:after {
    content: ' ';
    position: absolute;
    background-image: url("../img/download_primary.svg");
    top: 50%;
    left: 0;
    height: 17px;
    width: 20px;
    background-size: cover;
    margin-top: -8px;
    background-repeat: no-repeat; }
  .btn-download:hover {
    color: #68E08B; }
  .btn-download:hover:after {
    background-image: url("../img/download_success.svg"); }

.btn-download--white {
  color: #fff; }
  .btn-download--white:after {
    background-image: url("../img/download_success.svg"); }

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

.no-transitions {
  transition: none !important; }

.section-title {
  font-size: 72px;
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 81px; }

.section-description {
  font-family: Merriweather, Arial, monospace;
  font-size: 22px;
  font-style: italic;
  line-height: 36px;
  font-weight: 400; }

@media (max-width: 1199px) {
  .section-title {
    font-size: 58px;
    letter-spacing: -1.61px;
    line-height: 81px; }

  .section-description {
    font-size: 20px;
    font-style: italic;
    line-height: 32px; } }
@media (max-width: 991px) {
  .section-title {
    font-size: 46px;
    letter-spacing: -1.28px;
    line-height: 81px; }

  .section-description {
    font-size: 20px;
    line-height: 32px; } }
@media (max-width: 767px) {
  .section-title {
    font-size: 36px;
    letter-spacing: -1px;
    line-height: 44px; }

  .section-description {
    font-size: 18px;
    line-height: 27px; } }
.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  padding-top: 80px; }

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.header_logo {
  width: 195px;
  transform: translateZ(0); }
  .header_logo img {
    width: 100%; }

.header_menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex; }
  .header_menu a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 21px;
    transition: 0.2s; }
    .header_menu a:hover {
      color: #68E08B;
      text-decoration: none; }
  .header_menu li {
    margin-right: 97px;
    position: relative; }
    .header_menu li:last-child {
      margin-right: 0; }
    .header_menu li.hoverable:after {
      transition: 0.2s;
      content: ' ';
      position: absolute;
      width: 22px;
      height: 2px;
      bottom: -5px;
      background-color: #68E08B;
      left: 0; }
    .header_menu li.hoverable:hover:after {
      width: 100%; }

.header_right {
  display: flex;
  align-items: center; }

.header_callback {
  margin-right: 20px; }
  .header_callback .btn {
    font-size: 12px;
    padding: 13px 35px; }

.header_lang .btn-link {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 21px;
  padding: 13px 20px;
  border-radius: 50px;
  font-weight: bold; }
  .header_lang .btn-link:hover, .header_lang .btn-link:active, .header_lang .btn-link:focus {
    background-color: rgba(255, 255, 255, 0.18);
    text-decoration: none; }
.header_lang .dropdown-menu {
  background-color: transparent;
  border: none;
  min-width: 0;
  color: #fff; }
.header_lang .dropdown-item {
  font-weight: bold;
  color: #fff; }
  .header_lang .dropdown-item:hover {
    background-color: transparent;
    color: #fff;
    text-decoration: underline; }

.header__toggler {
  display: none; }

.header__toggler-icon {
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-image: url("../img/menu-open.svg");
  background-size: cover; }

@media (max-width: 1199px) {
  .header {
    padding-top: 50px; }

  .header_menu li {
    margin-right: 74px; } }
@media (max-width: 991px) {
  .header {
    padding-top: 57px; }

  .header__toggler {
    display: block; }

  .header_menu {
    display: none; }

  .header_right {
    display: none; } }
@media (max-width: 767px) {
  .header {
    padding-top: 30px; }

  .header_logo img {
    width: 148px; } }
.mobile_menu {
  background-color: rgba(37, 82, 155, 0.96);
  position: fixed;
  display: none;
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 1s; }
  .mobile_menu.mobile_menu--open {
    display: flex;
    align-items: center; }

.mobile_menu_close {
  position: absolute;
  top: 50px;
  width: 100%;
  right: 0; }

.mobile_menu_close-icon {
  cursor: pointer;
  width: 32px;
  height: 32px;
  margin-left: auto;
  float: right;
  background-image: url("../img/menu-close.svg");
  background-size: cover; }

.mobile_menu-items {
  list-style-type: none;
  color: #fff;
  margin: 0;
  padding: 0; }
  .mobile_menu-items a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    z-index: 2; }
  .mobile_menu-items .btn {
    color: #25529B;
    padding: 14px 35px;
    font-size: 12px; }
  .mobile_menu-items li {
    text-align: center;
    margin-bottom: 40px; }
    .mobile_menu-items li:last-child {
      margin-bottom: 0; }
  .mobile_menu-items .mobile_menu-item-dpp {
    margin-bottom: 30px;
    margin-top: -10px; }
    .mobile_menu-items .mobile_menu-item-dpp a {
      text-transform: none; }

.mobile_menu_langs {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center; }

.mobile_menu_lang {
  margin: 0 5px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 19px;
  padding: 9px 20px;
  display: block;
  border-radius: 50px; }
  .mobile_menu_lang.active {
    background-color: rgba(255, 255, 255, 0.3) !important;
    color: #25529B !important; }
  .mobile_menu_lang:hover {
    background-color: #fff;
    color: #25529B;
    text-decoration: none; }

@media (max-width: 767px) {
  .mobile_menu_close {
    top: 30px; } }
.section-utp {
  position: relative;
  min-height: 100vh;
  background-color: #25529B;
  overflow: hidden; }

.section-utp_bg {
  position: absolute;
  height: 100%;
  width: 100%; }

.section-utp_bg-1 {
  position: absolute;
  left: -2%;
  /*bottom: -55%;*/
  width: auto;
  /*height: 140%;*/ }

.section-utp_content {
  padding-top: 250px;
  padding-bottom: 140px;
  position: relative;
  color: #fff; }

.section-utp_title {
  font-size: 144px;
  font-weight: bold;
  letter-spacing: -2px;
  margin-bottom: 50px;
  display: inline-block;
  line-height: 135px; }

.section-utp_description {
  margin-bottom: 0;
  font-family: Merriweather, Arial, monospace;
  font-size: 22px;
  font-style: italic;
  line-height: 36px; }

@media (max-width: 1199px) {
  .section-utp {
    min-height: 0; }

  .section-utp_content {
    padding-top: 200px;
    padding-bottom: 100px; }

  .section-utp_title {
    font-size: 114px;
    letter-spacing: -1.58px;
    line-height: 107px; }

  .section-utp_description {
    font-size: 20px;
    line-height: 30px; } }
@media (max-width: 991px) {
  .section-utp_content {
    padding-top: 213px;
    padding-bottom: 95px; }

  .section-utp_title {
    font-size: 96px;
    margin-bottom: 70px;
    letter-spacing: -1.33px;
    line-height: 95px; }

  .section-utp_description {
    max-width: 460px; } }
@media (max-width: 767px) {
  .section-utp_content {
    padding-top: 141px;
    padding-bottom: 100px; }

  .section-utp_title {
    font-size: 52px;
    margin-bottom: 50px;
    letter-spacing: -0.72px;
    line-height: 56px; }

  .section-utp_description {
    font-size: 18px;
    line-height: 27px; } }
.section-platform {
  position: relative; }
  .section-platform .section-title {
    margin-bottom: 70px; }
  .section-platform .section-description {
    margin-bottom: 50px;
    max-width: 548px; }

.section-platform_buttons {
  margin-bottom: 100px; }

.section-platform_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fff;
  overflow: hidden; }

.section-platform_bg-1 {
  position: absolute;
  right: 0;
  bottom: 50px; }

.section-platform_bg-2 {
  position: absolute;
  left: 50px;
  bottom: 250px; }

.section-platform_content {
  position: relative;
  padding-top: 125px;
  padding-bottom: 130px; }

.section-platform-items {
  vertical-align: top; }

.section-platform-item {
  color: #25529B;
  display: inline-block;
  vertical-align: top; }

.section-platform-item_title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 25px; }

.section-platform-item_description {
  min-height: 150px;
  margin-bottom: 15px;
  max-width: 315px;
  font-size: 18px; }

@media (max-width: 1199px) {
  .section-platform .section-title {
    margin-bottom: 42px; }
  .section-platform .section-description {
    margin-bottom: 45px; }

  .section-platform_buttons {
    margin-bottom: 84px; }

  .section-platform_content {
    padding-top: 85px;
    padding-bottom: 85px; }

  .section-platform-item_title {
    font-size: 30px; }

  .section-platform-item_description {
    max-width: 300px; }

  .section-platform_bg-1 {
    right: -100px;
    bottom: 0; }

  .section-platform_bg-2 {
    left: -25px;
    bottom: 150px; } }
@media (max-width: 991px) {
  .section-platform .section-title {
    margin-bottom: 37px; }
  .section-platform .section-description {
    margin-bottom: 46px; }

  .section-platform_content {
    padding-top: 75px;
    padding-bottom: 100px; }

  .section-platform-item_title {
    font-size: 28px; }

  .section-platform-item_description {
    max-width: 320px; } }
@media (max-width: 767px) {
  .section-platform .section-title {
    margin-bottom: 30px; }
  .section-platform .section-description {
    margin-bottom: 43px; }

  .section-platform_buttons {
    margin-bottom: 45px; }

  .section-platform_content {
    padding-top: 70px;
    padding-bottom: 70px; }

  .section-platform-items {
    padding-left: 0; }

  .section-platform-item_description {
    min-height: 0;
    margin-bottom: 40px; }

  .section-platform_bg-1 {
    right: -20px;
    bottom: 150px;
    height: 150px; }

  .section-platform_bg-2 {
    left: -100px;
    bottom: 55%; } }
.section-partnership {
  position: relative; }
  .section-partnership .section-title {
    margin-bottom: 40px; }
  .section-partnership .section-description {
    margin-bottom: 54px; }

.section-partnership_bg {
  background-color: #25529B;
  position: absolute;
  width: 100%;
  height: 100%; }

.section-partnership_content {
  position: relative;
  padding-top: 135px;
  padding-bottom: 32px; }

.section-partnership_content-right {
  max-width: 548px;
  margin-left: auto;
  z-index: 1;
  position: relative; }

@media (max-width: 1699px) {
  .section-partnership_content {
    padding-bottom: 46px; } }
@media (max-width: 1199px) {
  .section-partnership .section-title {
    margin-bottom: 47px; }
  .section-partnership .section-description {
    margin-bottom: 35px; } }
@media (max-width: 991px) {
  .section-partnership_content {
    padding-bottom: 62px;
    padding-top: 52px; }

  .section-partnership_content-right {
    margin: 0; } }
@media (max-width: 767px) {
  .section-partnership_content {
    padding-bottom: 84px;
    padding-top: 62px; } }
.bubble {
  position: relative;
  margin-top: -84px; }

.bubble__wrap {
  height: 775px;
  width: 775px;
  position: relative; }

.bubble__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url("../img/bubble_bg.svg");
  background-size: cover;
  background-repeat: no-repeat; }

.bubble__bg-oval {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 477px;
  width: 477px;
  background-image: url("../img/bubble_bg-oval.svg");
  background-size: cover;
  background-repeat: no-repeat; }

.bubble__main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/bubble_circle-main.svg");
  height: 360px;
  width: 360px;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center; }

.bubble__main-logo {
  width: 170px;
  height: 150px; }

.bubble__item {
  position: absolute;
  background-image: url("../img/bubble_circle-item.svg");
  background-size: cover;
  background-repeat: no-repeat; }
  .bubble__item.bubble__item-1 {
    height: 237px;
    width: 237px;
    left: 102px;
    top: 102px; }
    .bubble__item.bubble__item-1 .bubble__item-title {
      top: 56px; }
  .bubble__item.bubble__item-2 {
    height: 293px;
    width: 293px;
    left: 492px;
    top: 304px; }
    .bubble__item.bubble__item-2 .bubble__item-title {
      top: 64px; }
  .bubble__item.bubble__item-3 {
    height: 203px;
    width: 203px;
    left: 121px;
    top: 447px; }
    .bubble__item.bubble__item-3 .bubble__item-title {
      bottom: 51px; }

.bubble__item-title {
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px; }

.bubble__item-li {
  position: absolute;
  display: flex;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 16px;
  color: #fff;
  align-items: flex-start; }
  .bubble__item-li.bubble__item-li-1 {
    top: 122px;
    left: -101px; }
  .bubble__item-li.bubble__item-li-2 {
    top: 162px;
    left: -234px;
    white-space: nowrap; }
  .bubble__item-li.bubble__item-li-3 {
    top: 135px;
    left: 113px;
    white-space: nowrap; }
  .bubble__item-li.bubble__item-li-4 {
    top: 174px;
    left: 99px;
    white-space: nowrap; }
  .bubble__item-li.bubble__item-li-5 {
    top: 213px;
    left: 78px;
    white-space: nowrap; }
  .bubble__item-li.bubble__item-li-6 {
    top: 72px;
    left: -231px;
    white-space: nowrap; }

.bubble__item-li_title {
  font-weight: bold; }

.bubble__item-li_delimeter {
  margin: 0 5px; }

.bubble__item-li_dot {
  margin: 3px 7px;
  height: 10px;
  border-radius: 10px;
  width: 10px; }
  .bubble__item-li_dot.bubble__item-li_dot-1 {
    background-color: #8FFFE6; }
  .bubble__item-li_dot.bubble__item-li_dot-2 {
    background-color: #20A7EF; }
  .bubble__item-li_dot.bubble__item-li_dot-3 {
    background-color: #FF6365; }
  .bubble__item-li_dot.bubble__item-li_dot-4 {
    background-color: #FFFFFF; }
  .bubble__item-li_dot.bubble__item-li_dot-5 {
    background-color: #F1D72D; }
  .bubble__item-li_dot.bubble__item-li_dot-6 {
    background-color: #26C6F4; }

@media (max-width: 1699px) {
  .bubble {
    margin-top: -30px;
    margin-left: 70px; }

  .bubble__wrap {
    height: 697px;
    width: 697px; }

  .bubble__main {
    height: 324px;
    width: 324px; }

  .bubble__main-logo {
    width: 129px;
    height: auto; }

  .bubble__bg-oval {
    height: 424px;
    width: 424px; }

  .bubble__item.bubble__item-1 {
    height: 213px;
    width: 213px;
    left: 93px;
    top: 91px; }
    .bubble__item.bubble__item-1 .bubble__item-title {
      top: 44px; }
  .bubble__item.bubble__item-2 {
    height: 263px;
    width: 263px;
    left: 443px;
    top: 273px; }
    .bubble__item.bubble__item-2 .bubble__item-title {
      top: 55px; }
  .bubble__item.bubble__item-3 {
    height: 182px;
    width: 182px;
    left: 109px;
    top: 402px; }
    .bubble__item.bubble__item-3 .bubble__item-title {
      bottom: 43px; }

  .bubble__item-li.bubble__item-li-1 {
    top: 93px;
    left: -95px; }
  .bubble__item-li.bubble__item-li-2 {
    top: 133px;
    left: -234px;
    white-space: nowrap; }
  .bubble__item-li.bubble__item-li-3 {
    top: 119px;
    left: 100px;
    white-space: nowrap; }
  .bubble__item-li.bubble__item-li-4 {
    top: 158px;
    left: 85px;
    white-space: nowrap; }
  .bubble__item-li.bubble__item-li-5 {
    top: 197px;
    left: 60px;
    white-space: nowrap; }
  .bubble__item-li.bubble__item-li-6 {
    top: 62px;
    left: -238px;
    white-space: nowrap; } }
@media (max-width: 1199px) {
  .bubble {
    margin-top: 70px;
    margin-left: 160px; }

  .bubble__wrap {
    height: 413px;
    width: 413px; }

  .bubble__main {
    height: 218px;
    width: 218px; }

  .bubble__main-logo {
    width: 86px;
    height: auto; }

  .bubble__bg-oval {
    height: 251px;
    width: 251px; }

  .bubble__item.bubble__item-1 {
    height: 179px;
    width: 179px;
    left: 33px;
    top: 0; }
    .bubble__item.bubble__item-1 .bubble__item-title {
      top: 35px; }
  .bubble__item.bubble__item-2 {
    height: 231px;
    width: 231px;
    left: 263px;
    top: 132px; }
    .bubble__item.bubble__item-2 .bubble__item-title {
      top: 29px; }
  .bubble__item.bubble__item-3 {
    height: 153px;
    width: 153px;
    left: 25px;
    top: 235px; }
    .bubble__item.bubble__item-3 .bubble__item-title {
      bottom: 38px; }

  .bubble__item-title {
    font-size: 14px; }

  .bubble__item-li.bubble__item-li-1 {
    top: 90px;
    left: -95px; }
  .bubble__item-li.bubble__item-li-2 {
    top: 129px;
    left: -243px;
    white-space: nowrap; }
  .bubble__item-li.bubble__item-li-3 {
    top: 72px;
    left: 58px;
    white-space: nowrap; }
  .bubble__item-li.bubble__item-li-4 {
    top: 118px;
    left: 46px;
    white-space: nowrap; }
  .bubble__item-li.bubble__item-li-5 {
    top: 151px;
    left: 23px;
    white-space: nowrap; }
  .bubble__item-li.bubble__item-li-6 {
    top: 31px;
    left: -228px;
    white-space: nowrap; } }
@media (max-width: 991px) {
  .bubble {
    margin-top: 55px;
    margin-left: 50px; }

  .bubble__wrap {
    height: 453px;
    width: 453px; }

  .bubble__main {
    height: 239px;
    width: 239px; }

  .bubble__main-logo {
    width: 95px;
    height: auto; }

  .bubble__bg-oval {
    height: 276px;
    width: 276px; }

  .bubble__item.bubble__item-1 {
    height: 197px;
    width: 197px;
    left: 36px;
    top: 0; }
    .bubble__item.bubble__item-1 .bubble__item-title {
      top: 42px; }
  .bubble__item.bubble__item-2 {
    height: 242px;
    width: 242px;
    left: 288px;
    top: 142px; }
    .bubble__item.bubble__item-2 .bubble__item-title {
      top: 44px; }
  .bubble__item.bubble__item-3 {
    height: 168px;
    width: 168px;
    left: 27px;
    top: 258px; }
    .bubble__item.bubble__item-3 .bubble__item-title {
      bottom: 47px; }

  .bubble__item-title {
    font-size: 15px; }

  .bubble__item-li {
    font-size: 15px;
    font-weight: normal; }
    .bubble__item-li.bubble__item-li-1 {
      top: 100px;
      left: 75px; }
    .bubble__item-li.bubble__item-li-2 {
      top: 135px;
      left: -18px;
      white-space: nowrap; }
    .bubble__item-li.bubble__item-li-3 {
      top: 90px;
      left: 63px;
      white-space: nowrap; }
    .bubble__item-li.bubble__item-li-4 {
      top: 131px;
      left: 51px;
      white-space: nowrap; }
    .bubble__item-li.bubble__item-li-5 {
      top: 165px;
      left: 30px;
      white-space: nowrap; }
    .bubble__item-li.bubble__item-li-6 {
      top: 37px;
      left: -26px;
      white-space: nowrap; }

  .bubble__item-li_title {
    font-weight: normal; }

  .bubble__item-li_desc {
    display: none; }

  .bubble__item-li_delimeter {
    display: none; } }
@media (max-width: 767px) {
  .bubble {
    display: none; }

  .bubble-mobile {
    margin-top: 70px; }

  .bubble-mobile_section {
    margin-bottom: 33px; }

  .bubble-mobile_title {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    text-transform: uppercase; }

  .bubble-mobile_item {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }

  .bubble-mobile_item-dot {
    height: 11px;
    width: 11px;
    border-radius: 12px;
    margin-right: 7px; }
    .bubble-mobile_item-dot.bubble-mobile_item-dot-1 {
      background-color: #8FFFE6; }
    .bubble-mobile_item-dot.bubble-mobile_item-dot-2 {
      background-color: #20A7EF; }
    .bubble-mobile_item-dot.bubble-mobile_item-dot-3 {
      background-color: #FF6365; }
    .bubble-mobile_item-dot.bubble-mobile_item-dot-4 {
      background-color: #FFFFFF; }
    .bubble-mobile_item-dot.bubble-mobile_item-dot-5 {
      background-color: #F1D72D; }
    .bubble-mobile_item-dot.bubble-mobile_item-dot-6 {
      background-color: #26C6F4; }

  .bubble-mobile_item-text {
    color: #FFFFFF;
    font-size: 15.4px;
    letter-spacing: 0.55px;
    line-height: 17px; } }
.section-process {
  background-color: #21447D;
  overflow: hidden; }

.section-process_content {
  padding-top: 144px;
  padding-bottom: 177px; }
  .section-process_content .section-title {
    margin-bottom: 70px; }
  .section-process_content .section-description {
    color: #fff;
    max-width: 664px;
    margin-bottom: 144px; }

.section-process_buttons {
  margin-bottom: 140px; }

.section-process_items {
  margin-left: 170px;
  max-width: 630px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.section-process_item {
  display: flex;
  align-items: center; }

.section-process_item-icon {
  margin-right: 40px;
  height: 18px; }

.section-process_item-text {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  text-transform: uppercase; }

@media (max-width: 1699px) {
  .section-process_items {
    max-width: 600px; } }
@media (max-width: 1199px) {
  .section-process_content {
    padding-top: 97px;
    padding-bottom: 147px; }
    .section-process_content .section-title {
      margin-bottom: 97px; }

  .section-process_items {
    margin-left: 130px;
    max-width: 480px; }

  .section-process_item-icon {
    margin-right: 30px; } }
@media (max-width: 991px) {
  .section-process_content {
    padding-top: 102px;
    padding-bottom: 145px; }
    .section-process_content .section-title {
      margin-bottom: 50px; }
    .section-process_content .section-description {
      margin-bottom: 102px; }

  .section-process_buttons {
    margin-bottom: 125px; }

  .section-process_items {
    margin-left: 20px; } }
@media (max-width: 767px) {
  .section-process_content {
    padding-top: 73px;
    padding-bottom: 66px; }
    .section-process_content .section-title {
      margin-bottom: 66px; }
    .section-process_content .section-description {
      margin-bottom: 73px; }

  .section-process_buttons {
    margin-bottom: 72px; }

  .section-process_items {
    margin-left: 0; }

  .section-process_item {
    flex: 0 0 50%; }

  .section-process_item-icon {
    display: none; } }
.timeline {
  margin-top: 170px;
  position: relative; }

.timeline_steps {
  position: absolute;
  top: 0;
  margin-left: 744px; }

.timeline_step {
  position: absolute;
  width: 130px;
  height: 386px;
  display: block;
  border: 3px solid #142E58;
  border-radius: 80px;
  background-color: #2E5EAA;
  opacity: 0.5; }
  .timeline_step.active {
    opacity: 1; }
  .timeline_step:hover {
    text-decoration: none; }
  .timeline_step[href]:hover {
    border-color: #68E08B; }
  .timeline_step.timeline_step-1 {
    height: 470px;
    top: 75px; }
  .timeline_step.timeline_step-2 {
    height: 100px;
    width: 173px;
    top: 275px;
    left: 50px; }
    .timeline_step.timeline_step-2 .timeline_step_title {
      font-size: 18px;
      line-height: 21px;
      left: 50px;
      margin-top: 25px;
      text-transform: uppercase; }
  .timeline_step.timeline_step-3 {
    top: 510px;
    height: 203px; }
    .timeline_step.timeline_step-3 .timeline_step_title {
      margin-top: 61px; }
  .timeline_step.timeline_step-4 {
    top: 680px;
    height: 203px; }
    .timeline_step.timeline_step-4 .timeline_step_title {
      margin-top: 61px; }
  .timeline_step.timeline_step-5 {
    top: 835px;
    height: 203px; }
    .timeline_step.timeline_step-5 .timeline_step_title {
      margin-top: 25px; }
  .timeline_step.timeline_step-6 {
    top: 993px;
    height: 203px; }
    .timeline_step.timeline_step-6 .timeline_step_title {
      margin-top: 35px; }
  .timeline_step.timeline_step-7 {
    height: 665px;
    width: 146px;
    top: 223px;
    left: 100px;
    border: none;
    background-color: transparent;
    background-image: url("../img/lines-bg.svg");
    background-size: contain; }
    .timeline_step.timeline_step-7 .timeline_step_title {
      margin-top: 212px;
      left: 70px; }
  .timeline_step.timeline_step-8 {
    top: -82px;
    height: 179px; }
    .timeline_step.timeline_step-8 .timeline_step_title {
      margin-top: 51px;
      position: relative; }
      .timeline_step.timeline_step-8 .timeline_step_title:before {
        content: ' ';
        position: absolute;
        left: -45px;
        top: 4px;
        height: 32px;
        width: 32px;
        background-image: url("../img/ic_info_outline_24px.svg");
        background-size: cover;
        background-repeat: no-repeat; }

.timeline_step_title {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 40px;
  margin-top: 75px;
  position: relative;
  left: -30px;
  white-space: nowrap; }

.timeline_item {
  padding-left: 325px;
  height: 155px;
  opacity: 0.5; }
  .timeline_item.active {
    opacity: 1; }
  .timeline_item.noactive {
    opacity: 0.5 !important; }
  .timeline_item.timeline_item--last {
    height: auto; }
    .timeline_item.timeline_item--last .timeline_item-dot:after {
      display: none; }

.timeline_item__inner {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 30px 0 25px; }
  .timeline_item__inner:before, .timeline_item__inner:after {
    content: ' ';
    height: 1px;
    width: 4000px;
    opacity: 0.2;
    background-color: #fff;
    position: absolute;
    left: -4000px;
    top: 50%;
    margin-top: -1px; }
  .timeline_item__inner:after {
    left: auto;
    right: -4000px; }

.timeline_item-dot {
  position: relative;
  margin-right: 35px;
  height: 16px;
  width: 16px;
  background-image: url("../img/timeline-circle.svg");
  background-size: cover;
  background-repeat: no-repeat; }
  .timeline_item-dot:after {
    content: ' ';
    position: absolute;
    height: 120px;
    width: 2px;
    background-color: #68E08B;
    opacity: 0.38;
    left: 50%;
    margin-left: -1px;
    top: 26px; }

.timeline_item-num {
  margin-right: 25px; }

.timeline_item-text, .timeline_item-num {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 27px; }

@media (max-width: 1699px) {
  .timeline_item {
    padding-left: 300px; }

  .timeline_steps {
    margin-left: 680px; } }
@media (max-width: 1199px) {
  .timeline {
    margin-top: 170px; }

  .timeline_item {
    padding-left: 145px; }

  .timeline_steps {
    margin-left: 490px; }

  .timeline_step_title {
    font-size: 30px;
    line-height: 40px; } }
@media (max-width: 991px) {
  .timeline_item {
    padding-left: 35px; }

  .timeline_steps {
    margin-left: 380px; }

  .timeline_step_title {
    font-size: 28px;
    line-height: 36px; } }
@media (max-width: 767px) {
  .timeline {
    margin-top: 82px; }

  .timeline_item {
    padding-left: 0;
    height: 90px; }
    .timeline_item.timeline_item-mob-long {
      height: 117px; }
      .timeline_item.timeline_item-mob-long .timeline_item-dot:after {
        top: 35px; }

  .timeline_steps {
    margin-left: 50%; }

  .timeline_item__inner {
    padding: 0; }
    .timeline_item__inner:before, .timeline_item__inner:after {
      display: none; }

  .timeline_item-num {
    display: none; }

  .timeline_item-dot {
    width: 0;
    margin: 0; }
    .timeline_item-dot:after {
      height: 55px; }

  .timeline_step.timeline_step-1 {
    height: 258px;
    width: 84px;
    top: 65px; }
    .timeline_step.timeline_step-1 .timeline_step_title {
      margin-top: 50px; }
  .timeline_step.timeline_step-2 {
    width: 123px;
    height: 60px;
    top: 170px;
    left: 15px; }
    .timeline_step.timeline_step-2 .timeline_step_title {
      font-size: 12px;
      line-height: 18px;
      left: 30px;
      margin-top: 10px;
      text-transform: uppercase; }
  .timeline_step.timeline_step-3 {
    height: 142px;
    width: 84px;
    top: 300px; }
    .timeline_step.timeline_step-3 .timeline_step_title {
      margin-top: 46px; }
  .timeline_step.timeline_step-4 {
    top: 415px;
    height: 152px;
    width: 84px; }
    .timeline_step.timeline_step-4 .timeline_step_title {
      margin-top: 49px; }
  .timeline_step.timeline_step-5 {
    top: 535px;
    height: 152px;
    width: 84px; }
    .timeline_step.timeline_step-5 .timeline_step_title {
      margin-top: 20px; }
  .timeline_step.timeline_step-6 {
    top: 649px;
    height: 127px;
    width: 84px; }
    .timeline_step.timeline_step-6 .timeline_step_title {
      margin-top: 20px; }
  .timeline_step.timeline_step-7 {
    height: 419px;
    width: 82px;
    top: 153px;
    left: 50px;
    border: none;
    background-color: transparent;
    background-image: url("../img/lines-bg.svg");
    background-size: contain; }
    .timeline_step.timeline_step-7 .timeline_step_title {
      margin-top: 99px;
      left: 39px; }
  .timeline_step.timeline_step-8 {
    top: -56px;
    height: 142px;
    width: 84px; }
    .timeline_step.timeline_step-8 .timeline_step_title {
      margin-top: 35px;
      position: relative; }
      .timeline_step.timeline_step-8 .timeline_step_title:before {
        display: none; }
      .timeline_step.timeline_step-8 .timeline_step_title:after {
        content: ' ';
        position: absolute;
        right: -55px;
        top: 28px;
        height: 20px;
        width: 20px;
        background-image: url(../img/right-thin-chevron.svg);
        background-size: cover;
        background-repeat: no-repeat; }

  .timeline_step_title {
    font-size: 18px;
    line-height: 24px;
    left: 15px; } }
.section-proposition {
  position: relative; }

.section-proposition_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fff;
  overflow: hidden; }

.section-proposition_bg-1 {
  position: absolute;
  left: 0;
  top: -300px; }

.section-proposition_content {
  position: relative;
  padding-top: 130px;
  padding-bottom: 34px; }
  .section-proposition_content .section-description {
    margin-top: 20px;
    margin-bottom: 150px; }

.section-proposition-items {
  vertical-align: top; }

.section-proposition-item {
  vertical-align: top;
  position: relative;
  padding-left: 80px;
  color: #25529B;
  width: 365px;
  display: inline-block;
  margin-bottom: 95px; }

.section-proposition-item_num {
  position: absolute;
  left: 40px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 21px; }

.section-proposition-item_title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 40px;
  min-height: 145px;
  margin: 0;
  white-space: nowrap; }
  .section-proposition-item_title span {
    position: relative;
    display: block; }
    .section-proposition-item_title span:after {
      content: ' ';
      position: absolute;
      bottom: -20px;
      width: 40px;
      height: 5px;
      background-color: #68E08B;
      left: 0; }

.section-proposition-item_ul {
  padding-left: 20px;
  min-height: 133px;
  margin: 0; }

.section-proposition-item_li {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 5px;
  /*white-space: nowrap;*/ }
  .section-proposition-item_li:last-child {
    margin-bottom: 0; }
  .section-proposition-item_li.section-proposition-item_li--unactive {
    opacity: 0.7;
    font-style: italic; }

@media (max-width: 1699px) {
  .section-proposition_bg-1 {
    top: -100px;
    max-width: 300px; }

  .section-proposition_content {
    padding-bottom: 5px; }
    .section-proposition_content .section-description {
      margin-bottom: 117px; }

  .section-proposition-items {
    position: relative;
    left: 40px; }

  .section-proposition-item {
    margin-bottom: 88px;
    width: 298px;
    padding-left: 40px; }

  .section-proposition-item-6 .section-proposition-item_ul {
    white-space: nowrap; }

  .section-proposition-item_title {
    min-height: 140px; }

  .section-proposition-item_num {
    position: static;
    margin-bottom: 14px;
    display: block; } }
@media (max-width: 1199px) {
  .section-proposition_content {
    padding-top: 100px;
    padding-bottom: 12px; }
    .section-proposition_content .section-description {
      margin-bottom: 130px; }

  .section-proposition-item {
    padding: 0;
    width: 300px; }

  .section-proposition-item-6 .section-proposition-item_ul {
    white-space: normal; }

  .section-proposition-item_title {
    font-size: 30px;
    letter-spacing: -0.83px;
    line-height: 40px; } }
@media (max-width: 991px) {
  .section-proposition_content {
    padding-top: 118px;
    padding-bottom: 10px; }
    .section-proposition_content .section-description {
      margin-bottom: 150px; }

  .section-proposition-item {
    display: flex;
    margin-bottom: 80px;
    width: 100%; }

  .section-proposition-item_num {
    flex: 0 0 35px;
    padding-top: 5px; }

  .section-proposition-item_title {
    flex: 0 0 290px;
    font-size: 28px;
    letter-spacing: -0.78px;
    line-height: 36px; }

  .section-proposition_bg-1 {
    left: -150px; } }
@media (max-width: 767px) {
  .section-proposition_bg-1 {
    max-width: 200px;
    left: -100px; }

  .section-proposition_content {
    padding-top: 71px;
    padding-bottom: 10px; }
    .section-proposition_content .section-title {
      margin-bottom: 60px; }
    .section-proposition_content .section-description {
      margin-top: 0;
      margin-bottom: 35px; }

  .section-proposition-items {
    left: 0; }

  .section-proposition-item {
    display: block;
    width: 100%;
    margin-bottom: 80px; }

  .section-proposition-item_num {
    position: absolute;
    left: 0;
    top: 4px; }

  .section-proposition-item_title {
    padding-left: 30px;
    white-space: normal;
    margin-bottom: 50px;
    min-height: 0; }

  .section-proposition-item_ul {
    margin-left: 10px;
    min-height: 0; }

  .section-proposition-item_li {
    white-space: normal; } }
.section-implementation {
  position: relative;
  background-color: #25529B;
  overflow: hidden; }

.section-implementation_bg {
  position: absolute;
  height: 100%;
  width: 100%; }

.section-implementation_bg-1 {
  height: 110%;
  position: absolute;
  top: -10%;
  left: 0; }

.section-implementation_content {
  position: relative;
  padding-top: 150px;
  padding-bottom: 134px; }
  .section-implementation_content .section-title {
    margin-bottom: 86px; }

.section-implementation_phase {
  padding-left: 0;
  position: relative;
  margin-bottom: 185px;
  color: #fff; }

.section-implementation_phase-num {
  position: absolute;
  left: -25px;
  top: 10px;
  height: 60px;
  width: 52px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 150px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 21px;
  color: #4B70AC; }

.section-implementation_phase-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 30px;
  padding-top: 18px;
  text-transform: uppercase;
  position: relative; }
  .section-implementation_phase-title span {
    display: inline-block;
    border-bottom: 2px solid #68E08B;
    padding-bottom: 7px; }

.section-implementation_phase-desc {
  font-size: 18px;
  line-height: 27px;
  margin: 0;
  position: relative; }
  .section-implementation_phase-desc span {
    display: block;
    margin-bottom: 30px; }
    .section-implementation_phase-desc span:last-child {
      margin-bottom: 0; }

.section-implementation_box {
  min-height: 460px;
  padding-top: 73px;
  background-color: #21447D;
  color: #fff;
  position: relative; }
  .section-implementation_box:after {
    height: 3px;
    width: 190px;
    background-color: #68E08B;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }

.section-implementation_box-inner {
  margin: 0 auto; }

.section-implementation_box-icon {
  height: 20px;
  margin-bottom: 45px; }

.section-implementation_box-title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 40px;
  margin-bottom: 54px;
  padding: 0 40px; }

.section-implementation_box-desc {
  font-size: 18px;
  line-height: 27px; }

.section-implementation_box-ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 27px; }
  .section-implementation_box-ul li {
    padding: 0 40px;
    margin-bottom: 30px;
    position: relative; }
    .section-implementation_box-ul li:after {
      content: ' ';
      position: absolute;
      left: -1px;
      top: 8px;
      height: 10px;
      width: 10px;
      background-image: url("../img/play-arrow.svg");
      background-size: cover; }

.section-implementation_box-small {
  font-size: 14px;
  font-style: italic;
  line-height: 27px;
  margin-top: 26px;
  padding: 0 40px; }

@media (max-width: 1699px) {
  .section-implementation_phase {
    padding-left: 0;
    margin-bottom: 158px; }

  .section-implementation_box {
    min-height: 488px; }

  .section-implementation_box:after {
    width: 170px; }

  .section-implementation_box-title {
    padding: 0 30px; }

  .section-implementation_box-ul li {
    padding: 0 20px 0 30px; }

  .section-implementation_box-small {
    padding: 0 30px; } }
@media (max-width: 1199px) {
  .section-implementation_content {
    padding-top: 104px;
    padding-bottom: 160px; }
    .section-implementation_content .section-title {
      margin-bottom: 89px; }

  .section-implementation_phase {
    padding-left: 0;
    margin-bottom: 132px; }

  .section-implementation_box {
    min-height: 430px;
    padding-top: 86px; }

  .section-implementation_box-icon {
    margin-bottom: 48px; }

  .section-implementation_box-title {
    font-size: 30px;
    letter-spacing: -0.83px;
    line-height: 40px;
    margin-bottom: 25px; }

  .section-implementation_box-title {
    padding: 0 40px; }

  .section-implementation_box-ul li {
    padding: 0 40px; }

  .section-implementation_box-small {
    padding: 0 40px; } }
@media (max-width: 991px) {
  .section-implementation_content {
    padding-top: 118px;
    padding-bottom: 109px; }
    .section-implementation_content .section-title {
      margin-bottom: 92px; }

  .section-implementation_phase-num {
    font-size: 70px;
    top: 0; }

  .section-implementation_box {
    min-height: 485px; }

  .section-implementation_box-title {
    padding: 0 30px; }

  .section-implementation_box-ul li {
    padding: 0 20px 0 30px; }

  .section-implementation_box-small {
    padding: 0 30px; } }
@media (max-width: 767px) {
  .section-implementation_content {
    padding-top: 74px;
    padding-bottom: 80px; }
    .section-implementation_content .section-title {
      margin-bottom: 66px; }

  .section-implementation_phase {
    padding-left: 20px;
    margin-bottom: 72px; }

  .section-implementation_phase-num {
    left: 0; }

  .section-implementation_box-row {
    white-space: nowrap;
    display: block; }

  .section-implementation_box-col {
    display: inline-block;
    vertical-align: top;
    width: auto; }

  .section-implementation_box {
    white-space: normal;
    width: 226px;
    min-height: 460px; }

  .section-implementation_box-wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; } }
.section-about {
  background-color: #21447D;
  position: relative; }

.section-about_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.section-about_bg-1 {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 746px; }

.section-about_bg-1_1 {
  position: absolute;
  width: 100%; }

.section-about_bg-1_2 {
  position: absolute;
  width: 300px;
  top: 36%;
  left: 25%; }
  .section-about_bg-1_2 span {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 10px;
    display: block; }
  .section-about_bg-1_2 img {
    width: 100%; }

.section-about_content {
  position: relative;
  padding-top: 119px;
  padding-bottom: 144px; }
  .section-about_content .section-title {
    margin-bottom: 43px;
    color: #fff; }
  .section-about_content .section-description {
    margin-bottom: 32px;
    color: #fff; }

.section-about-mini-desc {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 27px;
  max-width: 430px; }

.section-about-mini-from {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 27px; }

.section-about_partners {
  margin-top: 270px;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  align-content: stretch; }

.section-about_partners-section {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 270px;
  padding-left: 75px; }
  .section-about_partners-section:first-child {
    padding-left: 0; }
  .section-about_partners-section:last-child {
    border-right: none; }

.section-about_partners-title {
  color: #68E08B;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 15px; }

.section-about_partners-items {
  display: flex;
  align-items: center; }

.section-about_partners-item {
  height: 68px;
  display: flex;
  align-items: center;
  padding-right: 75px;
  margin-bottom: 15px; }

@media (max-width: 1699px) {
  .section-about_bg-1 {
    bottom: -50px; }

  .section-about_partners {
    margin-top: 263px; }

  .section-about_partners-section {
    padding-left: 50px;
    min-width: 0; }

  .section-about_partners-item {
    padding-right: 50px; } }
@media (max-width: 1199px) {
  .section-about_content {
    padding-top: 96px;
    padding-bottom: 104px; }

  .section-about_bg-1 {
    bottom: 60px; }

  .section-about_partners {
    flex-wrap: wrap;
    border: none;
    margin-top: 250px; }

  .section-about_partners-section:not(:first-child) {
    border-right: none; }
  .section-about_partners-section:nth-child(3) {
    padding-top: 30px;
    padding-left: 0;
    flex: 0 0 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2); } }
@media (max-width: 991px) {
  .section-about_content {
    padding-top: 80px;
    padding-bottom: 80px; } }
@media (max-width: 767px) {
  .section-about {
    overflow: hidden; }

  .section-about_bg-1 {
    bottom: 170px;
    left: 75%; }

  .section-about_content {
    padding-top: 80px;
    padding-bottom: 50px; }
    .section-about_content .section-title {
      margin-bottom: 50px; }

  .section-about_description {
    height: 135px;
    overflow: hidden;
    transition: 0.2s; }

  .section-about_description-readmore {
    display: inline-block;
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 21px;
    color: #fff;
    cursor: pointer; }
    .section-about_description-readmore img {
      margin-left: 10px;
      position: relative;
      top: -1px; }

  .section-about_partners-section {
    flex: 0 0 100%;
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 15px;
    position: relative;
    border: none !important; }
    .section-about_partners-section:after {
      content: ' ';
      height: 1px;
      width: 1000px;
      background-color: rgba(255, 255, 255, 0.2);
      position: absolute;
      bottom: 0;
      left: -250px; }
    .section-about_partners-section:nth-child(3) {
      padding-top: 30px; }
      .section-about_partners-section:nth-child(3) .section-about_partners-item {
        height: 60px;
        padding-right: 25px; }
    .section-about_partners-section:nth-child(3):after {
      display: none; }
    .section-about_partners-section .section-about_partners-item {
      height: 45px; }
      .section-about_partners-section .section-about_partners-item img {
        max-width: 100%; }

  #section-about-description {
    position: relative; }
    #section-about-description:after {
      transition: 0.2s;
      content: ' ';
      position: absolute;
      height: 30px;
      bottom: 0;
      left: 0;
      width: 100%;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,21447d+100&0+0,1+100 */ }

  #section-about-read-more.section-about-read-more--open img {
    transform: scale(1, -1); } }
@media (max-width: 480px) {
  .section-about_bg-1 {
    bottom: 300px;
    zoom: 0.8;
    left: 90%; } }
.section-features {
  color: #fff; }
  .section-features .section-description {
    margin-bottom: 120px; }

.section-features__logo {
  max-width: 271px; }

.section-features_item {
  margin-bottom: 95px; }

.section-features_item-title {
  position: relative;
  padding-left: 45px; }

.section-features_itemnum {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 21px; }

.section-features_itemtext {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 40px; }

.section-features_ul {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 0; }
  .section-features_ul li {
    padding-left: 10px; }

@media (max-width: 1199px) {
  .section-features_item {
    margin-bottom: 70px; }

  .section-features_itemtext {
    font-size: 30px;
    letter-spacing: -0.83px;
    line-height: 40px; } }
@media (max-width: 991px) {
  .section-features_item-title {
    padding-left: 0; }

  .section-features_itemnum {
    display: none; }

  .section-features_itemtext {
    font-size: 28px;
    letter-spacing: -0.78px;
    line-height: 40px; } }
@media (max-width: 767px) {
  .section-features .section-description {
    margin-bottom: 56px; }

  .section-features_item {
    margin-bottom: 56px; }

  .section-features_item-title {
    padding-left: 37px;
    margin-bottom: 15px; }

  .section-features_itemnum {
    display: block; }

  .section-features_ul {
    padding-left: 27px; } }
.footer {
  position: relative;
  border-bottom: 8px solid #68E08B; }

.footer_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #25529B;
  overflow: hidden; }

.footer_bg-1 {
  position: absolute;
  bottom: 0;
  left: 0; }

.footer_content {
  position: relative;
  padding-top: 144px;
  padding-bottom: 88px; }
  .footer_content .section-title {
    margin-bottom: 100px; }

.footer_form {
  margin-bottom: 100px; }

.footer_form-group {
  margin-bottom: 43px;
  position: relative; }

.footer_form-group-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  transition: 0.2s;
  z-index: 1; }

.footer_form-input {
  z-index: 2;
  outline: none;
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  display: block;
  width: 100%;
  padding-bottom: 4px;
  border: none;
  background-color: transparent;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  /* Firefox 19+ */
  /* Firefox 18- */ }
  .footer_form-input::-webkit-input-placeholder {
    color: #F5F5F5; }
  .footer_form-input::-moz-placeholder {
    color: #F5F5F5; }
  .footer_form-input:-moz-placeholder {
    color: #F5F5F5; }
  .footer_form-input:-ms-input-placeholder {
    color: #F5F5F5; }

.footer_form-input:focus + .footer_form-group-placeholder, .footer_form-input:valid + .footer_form-group-placeholder {
  top: -25px;
  font-size: 14px; }

.footer_form-input.footer_form-input--valid {
  border-color: #68E08B; }

.footer_form-input.footer_form-input--valid + .footer_form-group-placeholder {
  color: #68E08B; }

.footer_form-input.footer_form-input--invalid {
  border-color: #F1D72D; }

.footer_form-input.footer_form-input--invalid + .footer_form-group-placeholder {
  color: #F1D72D; }

.footer_form-submit {
  min-width: 147px;
  min-height: 44px;
  font-size: 12px;
  letter-spacing: 0.43px;
  line-height: 16px;
  padding-top: 13px;
  padding-bottom: 13px; }
  .footer_form-submit:focus {
    background-color: #68E08B; }

.footer_form-submit--ok {
  background-color: #68E08B;
  position: relative; }
  .footer_form-submit--ok:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 25px;
    width: 25px;
    transform: translate(-50%, -50%);
    background-image: url("../img/check-symbol.svg");
    background-size: cover;
    background-repeat: no-repeat; }

.footer_form-checkbox {
  padding-left: 0; }
  .footer_form-checkbox input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 5; }
  .footer_form-checkbox .footer_form-checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 24px;
    background-image: url("../img/checkbox_unchecked.svg");
    background-size: cover;
    transition: 0.2s; }
  .footer_form-checkbox label {
    padding-left: 3em; }
  .footer_form-checkbox div {
    margin-top: 10px; }
  .footer_form-checkbox input[type='checkbox']:checked + .footer_form-checkbox-checkmark {
    background-image: url("../img/checkbox_active.svg") !important; }
  .footer_form-checkbox input[type='checkbox']:focus + .footer_form-checkbox-checkmark {
    background-color: #68E08B; }
  .footer_form-checkbox input[type='checkbox'].footer_form-input--invalid + .footer_form-checkbox-checkmark {
    background-image: url("../img/checkbox_novalid.svg"); }
  .footer_form-checkbox input[type='checkbox'].footer_form-input--invalid ~ label {
    color: #F1D72D; }
  .footer_form-checkbox input[type='checkbox'].footer_form-input--invalid ~ div {
    color: #F1D72D; }

.footer_contacts {
  color: #fff; }

.footer_contacts-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 32px;
  text-transform: uppercase; }

.footer_contacts-desc {
  font-size: 14px;
  line-height: 27px;
  margin-bottom: 40px;
  max-width: 155px; }

.footer_contacts-item {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 25px;
  display: flex; }
  .footer_contacts-item span {
    width: 20px;
    margin-right: 25px; }
  .footer_contacts-item a {
    font-size: 18px;
    line-height: 27px;
    color: #fff; }

.footer_socials {
  display: flex;
  max-width: 240px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 115px; }

.footer_social {
  height: 32px;
  width: 32px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: 0.2s; }
  .footer_social:hover {
    background-color: #68E08B; }
  .footer_social:active {
    background-color: #58D07B; }

.footer_copyright {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #FFFFFF;
  opacity: 0.5;
  margin-bottom: 0; }

.footer_links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end; }
  .footer_links li {
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 21px;
    text-transform: uppercase; }
    .footer_links li:first-child {
      padding-left: 0; }
    .footer_links li:last-child {
      padding-right: 0;
      border-right: none; }
  .footer_links a {
    color: #fff; }
    .footer_links a:hover {
      color: #68E08B;
      text-decoration: none; }
    .footer_links a:active {
      color: #58D07B; }

#form-success {
  display: none; }

.form-success_text {
  border-bottom: 2px solid #21447D;
  padding-bottom: 5px;
  font-size: 18px;
  color: #fff;
  line-height: 27px; }

@media (max-width: 1699px) {
  .footer_content {
    padding-bottom: 80px; } }
@media (max-width: 1199px) {
  .footer_content {
    padding-top: 97px;
    padding-bottom: 80px; }
    .footer_content .section-title {
      margin-bottom: 98px; }

  .footer_form {
    margin-bottom: 100px; }

  .footer_socials {
    margin-bottom: 115px; } }
@media (max-width: 991px) {
  .footer_content {
    padding-top: 97px;
    padding-bottom: 80px; }

  .footer_form {
    margin-bottom: 90px; }

  .footer_contacts {
    margin-bottom: 98px; }

  .footer_links {
    justify-content: flex-start;
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  .footer_content {
    padding-top: 70px;
    padding-bottom: 40px; }

  .footer_form {
    margin-bottom: 65px; }

  .footer_form-submit {
    margin-top: 30px; }

  .footer_contacts-desc {
    margin-bottom: 52px; }

  .footer_contacts {
    margin-bottom: 70px; }

  .footer_socials {
    margin-bottom: 55px; }

  .footer_links {
    justify-content: center;
    flex-wrap: wrap; }
    .footer_links li {
      flex: 0 0 50%;
      border: none;
      padding: 0; }
      .footer_links li:first-child {
        text-align: center;
        margin-bottom: 15px; }
    .footer_links a {
      display: block;
      text-align: center; } }
.window {
  display: none;
  position: fixed;
  z-index: 1000;
  background-color: #25529B;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .window.window--open {
    display: block; }

.window-head {
  padding: 36px 0;
  background-color: #F5F5F5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1; }
  .window-head .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.window-head_title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 42px;
  color: #25529B;
  margin: 0; }

.window-head_close {
  display: flex;
  align-items: center;
  cursor: pointer; }
  .window-head_close:hover .window-head_close-text {
    color: #68E08B; }

.window-head_close-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  margin-right: 30px;
  color: #25529B;
  transition: 0.2s; }

.window-head_close-icon {
  height: 31px;
  width: 31px;
  background-image: url("../img/close_icon.svg");
  background-size: cover;
  background-repeat: no-repeat; }

.window-body {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.window-body_inner {
  margin-top: 114px;
  padding-top: 104px;
  padding-bottom: 157px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 114px);
  border-bottom: 8px solid #68E08B; }

.section-window-partnership {
  color: #fff; }

.section-window-partnership_item {
  margin-bottom: 95px; }

.section-window-partnership_item-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px; }

.section-window-partnership_item-title_main {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 40px;
  margin-right: 30px;
  margin-bottom: 0; }

.section-window-partnership_item-title_second {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 0; }

.section-window-partnership_item-title_second-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  margin-right: 8px; }
  .section-window-partnership_item-title_second-dot.section-window-partnership_item-title_second-dot-1 {
    background-color: #20A7EF; }
  .section-window-partnership_item-title_second-dot.section-window-partnership_item-title_second-dot-2 {
    background-color: #FF6365; }
  .section-window-partnership_item-title_second-dot.section-window-partnership_item-title_second-dot-3 {
    background-color: #FFFFFF; }
  .section-window-partnership_item-title_second-dot.section-window-partnership_item-title_second-dot-4 {
    background-color: #26C6F4; }
  .section-window-partnership_item-title_second-dot.section-window-partnership_item-title_second-dot-5 {
    background-color: #F1D72D; }
  .section-window-partnership_item-title_second-dot.section-window-partnership_item-title_second-dot-6 {
    background-color: #26C6F4; }

.section-window-partnership_item-description {
  color: #F5F5F5;
  font-size: 18px;
  line-height: 27px;
  margin: 0; }

.section-window-partnership_item-logo {
  text-align: right; }
  .section-window-partnership_item-logo img {
    display: block;
    margin-left: auto;
    margin-bottom: 20px; }
  .section-window-partnership_item-logo a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 27px;
    text-align: right;
    transition: 0.2s; }
    .section-window-partnership_item-logo a:hover {
      color: #68E08B; }

.section-window-partnership_item-description-readmore {
  display: none;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 21px;
  text-align: center;
  margin-top: 15px; }
  .section-window-partnership_item-description-readmore img {
    margin-left: 10px;
    position: relative;
    top: -1px; }

@media (max-width: 1199px) {
  .window-head {
    padding: 25px 0; }

  .window-head_title {
    font-size: 30px;
    letter-spacing: -0.83px;
    line-height: 35px; }

  .window-body_inner {
    margin-top: 85px;
    padding-top: 75px;
    padding-bottom: 107px;
    height: calc(100% - 85px); }

  .section-window-partnership_item {
    margin-bottom: 70px; }

  .section-window-partnership_item-title {
    margin-bottom: 25px; }

  .section-window-partnership_item-title_main {
    font-size: 30px;
    letter-spacing: -0.83px;
    line-height: 40px; }

  .section-window-partnership_item-title_second {
    font-size: 18px;
    line-height: 21px; } }
@media (max-width: 991px) {
  .window-head {
    padding: 25px 0; }

  .window-head_title {
    font-size: 28px;
    letter-spacing: -0.78px;
    line-height: 32px; }

  .window-body_inner {
    padding-bottom: 80px;
    margin-top: 82px;
    height: calc(100% - 82px); }

  .section-window-partnership_item {
    margin-bottom: 64px; }

  .section-window-partnership_item-title {
    margin-bottom: 24px; }

  .section-window-partnership_item-title_main {
    font-size: 28px;
    letter-spacing: -0.78px;
    line-height: 40px; }

  .section-window-partnership_item-title_second {
    white-space: nowrap; }

  .section-window-partnership_item-logo img {
    max-width: 100%;
    display: block; } }
@media (max-width: 767px) {
  .window-head {
    padding: 20px 0; }

  .window-head_title {
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 27px; }

  .window-head_close-text {
    display: none; }

  .window-head_close-icon {
    height: 25px;
    width: 25px;
    background-image: url("../img/window_close_primary.svg"); }

  .window-body_inner {
    margin-top: 67px;
    padding-top: 36px;
    padding-bottom: 92px;
    height: calc(100% - 67px); }

  .section-window-partnership {
    overflow: hidden; }

  .section-window-partnership_item {
    margin-bottom: 32px;
    padding-bottom: 32px;
    position: relative; }
    .section-window-partnership_item:after {
      content: ' ';
      width: 1000px;
      height: 2px;
      left: -250px;
      bottom: -1px;
      background-color: #21447D;
      position: absolute; }

  .section-window-partnership_item:last-child:after {
    display: none; }

  .section-window-partnership_item-title {
    flex-wrap: wrap; }

  .section-window-partnership_item-title_main {
    font-size: 28px;
    letter-spacing: -0.78px;
    line-height: 40px;
    order: 2;
    width: 100%; }

  .section-window-partnership_item-title_second {
    font-size: 14px;
    line-height: 19px;
    width: 100%; }

  .section-window-partnership_item-logo img {
    display: none; }
  .section-window-partnership_item-logo a {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.78px;
    line-height: 27px;
    margin-top: 18px; }

  .section-window-partnership_item-description-readmore {
    display: block; }

  .section-window-partnership_item-description-wrap .section-window-partnership_item-description {
    overflow: hidden;
    height: 137px;
    position: relative;
    transition: 0.2s; }
    .section-window-partnership_item-description-wrap .section-window-partnership_item-description:after {
      transition: 0.2s;
      content: ' ';
      position: absolute;
      height: 30px;
      bottom: 0;
      left: 0;
      width: 100%;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,25529b+100&0+0,1+100 */ }

  .section-window-partnership_item-description-wrap--open .section-window-partnership_item-description:after {
    opacity: 0; }

  .section-window-partnership_item-description-readmore--open img {
    transform: scale(1, -1); } }
.cookies-warning {
  background-color: #21447D;
  color: #fff;
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
  display: none; }

.cookies-warning__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 27px; }

.cookies-warning__close {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  margin-left: 15px;
  background-image: url("../img/close_white.svg");
  background-size: cover;
  transition: 0.2s; }
  .cookies-warning__close:hover {
    opacity: 0.5;
    cursor: pointer; }

.cookies-warning__link:hover {
  text-decoration: underline !important;
  cursor: pointer; }

@media (max-width: 1199px) {
  .cookies-warning__inner {
    font-size: 14px;
    line-height: 27px; } }
@media (max-width: 991px) {
  .cookies-warning__inner {
    font-size: 14px;
    line-height: 21px; }
    .cookies-warning__inner p {
      max-width: 535px; } }
@media (max-width: 767px) {
  .cookies-warning__inner {
    display: block;
    position: relative; }

  .cookies-warning__close {
    position: absolute;
    top: -47px;
    right: 0;
    background-color: #21447D;
    background-size: 23px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px; } }
.section-cookies {
  color: #fff; }
  .section-cookies .section-description {
    margin-bottom: 70px; }

.section-cookies_title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 40px;
  margin-bottom: 28px; }

.section-cookies_text {
  font-size: 18px;
  line-height: 27px;
  max-width: 544px;
  margin-bottom: 26px; }

.section-cookies__button {
  margin-top: 150px; }

@media (max-width: 1199px) {
  .section-cookies .section-description {
    margin-bottom: 60px; }

  .section-cookies_title {
    font-size: 30px;
    letter-spacing: -0.83px;
    line-height: 40px; } }
@media (max-width: 991px) {
  .section-cookies .section-description {
    margin-bottom: 48px; }

  .section-cookies__button {
    margin-top: 50px; } }
@media (min-width: 1200px) {
  #s-utp .section-utp_bg {
    top: -5%;
    transition: 2s; }
  #s-utp .section-utp_bg-1 {
    opacity: 0;
    transition: 2s; }
  #s-utp.section-animate .section-utp_title {
    opacity: 1; }
  #s-utp.section-animate .section-utp_bg {
    top: 0; }

  #s-platform .section-platform_bg-1, #s-platform .section-platform_bg-2 {
    transition: 2s;
    transform: scale(1.5); }
  #s-platform.section-animate .section-platform_bg-1, #s-platform.section-animate .section-platform_bg-2 {
    transform: scale(1); }

  #s-partnership .bubble__bg-oval {
    transition: 1.5s;
    transform: scale(2) translate(-25%, -25%); }
  #s-partnership .bubble__main {
    transition: 1.5s;
    opacity: 0; }
  #s-partnership .bubble__bg {
    opacity: 0;
    transition: 1.5s; }
  #s-partnership .bubble__item.bubble__item-1 {
    transform: translate(-15%, -15%);
    transition: 1.5s; }
  #s-partnership .bubble__item.bubble__item-2 {
    transform: translate(15%, 15%);
    transition: 1.5s; }
  #s-partnership .bubble__item.bubble__item-3 {
    transform: translate(-15%, 15%);
    transition: 1.5s; }
  #s-partnership.section-animate .bubble__bg-oval {
    transform: scale(1) translate(-50%, -50%); }
  #s-partnership.section-animate .bubble__bg {
    opacity: 1; }
  #s-partnership.section-animate .bubble__item.bubble__item-1,
  #s-partnership.section-animate .bubble__item.bubble__item-2,
  #s-partnership.section-animate .bubble__item.bubble__item-3 {
    transform: translate(0, 0); }
  #s-partnership.section-animate .bubble__main {
    opacity: 1; }

  #s-proposition .section-proposition_bg-1 {
    transition: 2s;
    left: -100px; }
  #s-proposition .section-proposition-item_num {
    transition: 2s;
    left: 0;
    opacity: 0; }
  #s-proposition.section-animate .section-proposition_bg-1 {
    left: 0; }
  #s-proposition.section-animate .section-proposition-item_num {
    left: 40px;
    opacity: 1; }

  #s-implementation .section-implementation_bg {
    left: -3%;
    top: -3%;
    transition: 2s; }
  #s-implementation .section-implementation_phase-num[data-phase="1"] {
    transition: 1s; }
  #s-implementation .section-implementation_phase-num[data-phase="2"] {
    transition: 2s; }
  #s-implementation .section-implementation_phase-num[data-phase="3"] {
    transition: 3s; }
  #s-implementation.section-animate .section-implementation_bg {
    left: 0;
    top: 0; }

  #s-about .section-about_bg-1_2 {
    opacity: 0;
    transition: 2s; }
  #s-about .section-about_partners {
    opacity: 0;
    transition: 3s; }
  #s-about.section-animate .section-about_bg-1_2 {
    opacity: 1; }
  #s-about.section-animate .section-about_partners {
    opacity: 1; }

  #s-footer .footer_form, #s-footer .footer_socials {
    position: relative;
    transition: 2s; }
  #s-footer .footer_contacts {
    position: relative;
    transition: 2s; }
  #s-footer .footer_bg-1 {
    transform: scale(0.8);
    left: -13%;
    bottom: -13%;
    transition: 2s; }
  #s-footer.section-animate .footer_form, #s-footer.section-animate .footer_socials {
    left: 0; }
  #s-footer.section-animate .footer_contacts {
    right: 0; }
  #s-footer.section-animate .footer_bg-1 {
    transform: scale(1);
    left: 0;
    bottom: 0; } }
.section-platform .section-description {
  max-width: 650px; }

.section-proposition .section-title {
  margin-bottom: 45px; }

@media (max-width: 767px) {
  .section-proposition .section-title {
    font-size: 28px; } }
@media (max-width: 991px) {
  .section-implementation_box-title {
    font-size: 25px; } }
.timeline {
  margin-top: 70px; }

@media (min-width: 1200px) {
  .section-implementation_box-small {
    margin-top: 50px; }

  .section-implementation_box-ul li {
    padding: 0 37px; } }
@media (min-width: 992px) {
  .section-implementation_box-title {
    font-size: 30px; } }
@media (max-width: 991px) {
  .section-implementation_box-title {
    font-size: 25px; } }
@media (max-width: 1700px) {
  .section-features_item-title {
    padding-left: 0; }

  .section-features_itemnum {
    display: none; } }
@media (max-width: 991px) {
  .section-features_itemtext {
    font-size: 24px;
    line-height: 35px; } }
.section-window-partnership_item-title_second {
  white-space: nowrap; }

@media (max-width: 767px) {
  .section-about_bg-1_2 img {
    display: none; }

  .section-about_bg-1_2 span {
    position: relative;
    top: -15px; } }
@media (min-width: 992px) {
  .section-proposition-item_title span {
    min-height: 2.8em; } }
@media (min-width: 1200px) {
  .section-proposition-item_title span {
    min-height: 2.2em; } }

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