/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box
}

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

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

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

body {
  margin: 0;
  font-family: var(--font-family-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #343a40;
  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: 1.8rem
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  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: #1a5395;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:hover {
  color: #0f2f54;
  text-decoration: underline
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0
}

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

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

figure {
  margin: 0 0 1rem
}

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

svg:not(:root) {
  overflow: hidden
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .6rem;
  padding-bottom: .6rem;
  color: #EEF0F3;
  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: 576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px
  }
}

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1
}

.order-last {
  -ms-flex-order: 13;
  order: 13
}

.order-0 {
  -ms-flex-order: 0;
  order: 0
}

.order-1 {
  -ms-flex-order: 1;
  order: 1
}

.order-2 {
  -ms-flex-order: 2;
  order: 2
}

.order-3 {
  -ms-flex-order: 3;
  order: 3
}

.order-4 {
  -ms-flex-order: 4;
  order: 4
}

.order-5 {
  -ms-flex-order: 5;
  order: 5
}

.order-6 {
  -ms-flex-order: 6;
  order: 6
}

.order-7 {
  -ms-flex-order: 7;
  order: 7
}

.order-8 {
  -ms-flex-order: 8;
  order: 8
}

.order-9 {
  -ms-flex-order: 9;
  order: 9
}

.order-10 {
  -ms-flex-order: 10;
  order: 10
}

.order-11 {
  -ms-flex-order: 11;
  order: 11
}

.order-12 {
  -ms-flex-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: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

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

  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-sm-12 {
    -ms-flex-order: 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: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

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

  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-md-12 {
    -ms-flex-order: 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: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

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

  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-lg-12 {
    -ms-flex-order: 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: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

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

  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-xl-12 {
    -ms-flex-order: 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: rgba(0, 0, 0, 0)
}

.table th,
.table td {
  padding: .6rem;
  vertical-align: top;
  border-top: 1px solid #e3e6e7
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e3e6e7
}

.table tbody+tbody {
  border-top: 2px solid #e3e6e7
}

.table .table {
  background-color: #fff
}

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

.table-bordered {
  border: 1px solid #e3e6e7
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e3e6e7
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px
}

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05)
}

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

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

.table-hover .table-primary:hover {
  background-color: #aec2d9
}

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

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

.table-hover .table-secondary:hover {
  background-color: #a5ddde
}

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

.table-success,
.table-success>th,
.table-success>td {
  background-color: #c3f1cb
}

.table-hover .table-success:hover {
  background-color: #aeecb9
}

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

.table-info,
.table-info>th,
.table-info>td {
  background-color: #cde8fd
}

.table-hover .table-info:hover {
  background-color: #b4ddfc
}

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

.table-warning,
.table-warning>th,
.table-warning>td {
  background-color: #fedbbd
}

.table-hover .table-warning:hover {
  background-color: #fecda4
}

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

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

.table-hover .table-danger:hover {
  background-color: #f3afaf
}

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

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

.table-hover .table-light:hover {
  background-color: #ecf1f1
}

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

.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: #2F3336;
  border-color: #41464a
}

.table .thead-light th {
  color: #D8DCE0;
  background-color: #e9ecef;
  border-color: #e3e6e7
}

.table-dark {
  color: #fff;
  background-color: #2F3336
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #41464a
}

.table-dark.table-bordered {
  border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05)
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .table-responsive-sm>.table-bordered {
    border: 0
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .table-responsive-md>.table-bordered {
    border: 0
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .table-responsive-lg>.table-bordered {
    border: 0
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .table-responsive-xl>.table-bordered {
    border: 0
  }
}

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

.table-responsive>.table-bordered {
  border: 0
}

.form-control {
  display: block;
  width: 100%;
  padding: .5rem 1.4rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #343a40;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #B5AFAA;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:focus {
  color: #343a40;
  background-color: #fff;
  border-color: #4DADF7;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(26, 83, 149, 0.25)
}

.form-control::-webkit-input-placeholder {
  color: rgba(52, 58, 64, 0.35);
  opacity: 1
}

.form-control::-moz-placeholder {
  color: rgba(52, 58, 64, 0.35);
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: rgba(52, 58, 64, 0.35);
  opacity: 1
}

.form-control::-ms-input-placeholder {
  color: rgba(52, 58, 64, 0.35);
  opacity: 1
}

.form-control::placeholder {
  color: rgba(52, 58, 64, 0.35);
  opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.8rem + 2px)
}

select.form-control:focus::-ms-value {
  color: #343a40;
  background-color: #fff
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 0;
  line-height: 1.8;
  color: #343a40;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px)
}

.form-control-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.2;
  border-radius: .2rem
}

select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.5rem + 2px)
}

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

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

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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: .3rem;
  margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
  color: #EEF0F3
}

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

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #2ACC45
}

.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(42, 204, 69, 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: #2ACC45
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #2ACC45;
  box-shadow: 0 0 0 .2rem rgba(42, 204, 69, 0.25)
}

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

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

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
  color: #2ACC45
}

.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: #2ACC45
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
  background-color: #8ee89d
}

.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: #4edb66
}

.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 .2rem rgba(42, 204, 69, 0.25)
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
  border-color: #2ACC45
}

.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 .2rem rgba(42, 204, 69, 0.25)
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #FD7E14
}

.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(253, 126, 20, 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: #FD7E14
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #FD7E14;
  box-shadow: 0 0 0 .2rem rgba(253, 126, 20, 0.25)
}

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

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

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

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

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

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

.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 .2rem rgba(253, 126, 20, 0.25)
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
  border-color: #FD7E14
}

.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 .2rem rgba(253, 126, 20, 0.25)
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center
}

.form-inline .form-check {
  width: 100%
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0
  }

  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .form-control-plaintext {
    display: inline-block
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto
  }

  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }

  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .form-inline .custom-control-label {
    margin-bottom: 0
  }
}

.fade {
  transition: opacity 0.15s linear
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

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

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

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none
  }
}

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

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
  margin-left: 0
}

.dropdown-menu,
.okayNav__nav--invisible {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 10px 0;
  margin: 1rem 0 0;
  font-size: 1rem;
  color: #343a40;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid #f1f3f5;
  border-radius: .2rem
}

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

.dropup .dropdown-menu,
.dropup .okayNav__nav--invisible {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 1rem
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropright .dropdown-menu,
.dropright .okayNav__nav--invisible {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 1rem
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropright .dropdown-toggle::after {
  vertical-align: 0
}

.dropleft .dropdown-menu,
.dropleft .okayNav__nav--invisible {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 1rem
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""
}

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 10px 20px;
  clear: both;
  font-weight: 400;
  color: #343a40;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #343a40;
  text-decoration: none;
  background-color: #fff
}

.dropdown-item.active,
.dropdown-item:active {
  color: #343a40;
  text-decoration: none;
  background-color: #1a5395
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #EEF0F3;
  background-color: transparent
}

.dropdown-menu.show,
.show.okayNav__nav--invisible {
  display: block
}

.dropdown-header {
  display: block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: .875rem;
  color: #EEF0F3;
  white-space: nowrap
}

.dropdown-item-text {
  display: block;
  padding: 10px 20px;
  color: #343a40
}

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

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 700
}

.alert-dismissible {
  padding-right: 4rem
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit
}

.alert-primary {
  color: #0e2b4d;
  background-color: #d1ddea;
  border-color: #bfcfe1
}

.alert-primary hr {
  border-top-color: #aec2d9
}

.alert-primary .alert-link {
  color: #061322
}

.alert-secondary {
  color: #005354;
  background-color: #ccecec;
  border-color: #b8e4e5
}

.alert-secondary hr {
  border-top-color: #a5ddde
}

.alert-secondary .alert-link {
  color: #002121
}

.alert-success {
  color: #166a24;
  background-color: #d4f5da;
  border-color: #c3f1cb
}

.alert-success hr {
  border-top-color: #aeecb9
}

.alert-success .alert-link {
  color: #0d4016
}

.alert-info {
  color: #285a80;
  background-color: #dbeffd;
  border-color: #cde8fd
}

.alert-info hr {
  border-top-color: #b4ddfc
}

.alert-info .alert-link {
  color: #1c3f59
}

.alert-warning {
  color: #84420a;
  background-color: #ffe5d0;
  border-color: #fedbbd
}

.alert-warning hr {
  border-top-color: #fecda4
}

.alert-warning .alert-link {
  color: #552a06
}

.alert-danger {
  color: #741919;
  background-color: #f9d6d6;
  border-color: #f6c5c5
}

.alert-danger hr {
  border-top-color: #f3afaf
}

.alert-danger .alert-link {
  color: #4a1010
}

.alert-light {
  color: #7d7e7f;
  background-color: #fcfdfd;
  border-color: #fbfcfc
}

.alert-light hr {
  border-top-color: #ecf1f1
}

.alert-light .alert-link {
  color: #646565
}

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

.modal-open {
  overflow: hidden
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2))
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #343a40
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .72
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e5e5e5;
  border-top-left-radius: .2rem;
  border-top-right-radius: .2rem
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto
}

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e5e5e5
}

.modal-footer>:not(:first-child) {
  margin-left: .25rem
}

.modal-footer>:not(:last-child) {
  margin-right: .25rem
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2))
  }

  .modal-sm {
    max-width: 300px
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--font-family-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 14px;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: 1
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: .4rem
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: .4rem 0
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: .4rem 5px 0;
  border-top-color: #2b3035
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 .4rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: .4rem;
  height: 10px
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 5px .4rem 5px 0;
  border-right-color: #2b3035
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: .4rem 0
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 5px .4rem;
  border-bottom-color: #2b3035
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 .4rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: .4rem;
  height: 10px
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 5px 0 5px .4rem;
  border-left-color: #2b3035
}

.tooltip-inner {
  max-width: 200px;
  padding: .5rem 1rem;
  color: #fff;
  text-align: center;
  background-color: #2b3035;
  border-radius: .2rem
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--font-family-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #f7f7f7;
  border-radius: .2rem
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .2rem
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: .5rem
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: .5rem .5rem 0
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: #f7f7f7
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: .5rem
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .2rem 0
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: .5rem .5rem .5rem 0
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: #f7f7f7
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: .5rem
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((.5rem + 1px) * -1)
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 .5rem .5rem .5rem
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: #f7f7f7
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: .5rem
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .2rem 0
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: .5rem 0 .5rem .5rem
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: #f7f7f7
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff
}

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #343a40;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.2rem - 1px);
  border-top-right-radius: calc(.2rem - 1px)
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: .5rem .75rem;
  color: #343a40
}

.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: #1a5395 !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #123b6a !important
}

.bg-secondary {
  background-color: #00a0a1 !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #006d6e !important
}

.bg-success {
  background-color: #2ACC45 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #21a237 !important
}

.bg-info {
  background-color: #4DADF7 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #1c97f5 !important
}

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

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

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

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

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

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d3dae0 !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: #1a5395 !important
}

.border-secondary {
  border-color: #00a0a1 !important
}

.border-success {
  border-color: #2ACC45 !important
}

.border-info {
  border-color: #4DADF7 !important
}

.border-warning {
  border-color: #FD7E14 !important
}

.border-danger {
  border-color: #E03131 !important
}

.border-light {
  border-color: #f1f3f5 !important
}

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

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

.rounded {
  border-radius: .2rem !important
}

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

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

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

.rounded-left {
  border-top-left-radius: .2rem !important;
  border-bottom-left-radius: .2rem !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: -ms-flexbox !important;
  display: flex !important
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important
  }

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

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

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

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

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

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

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }

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

@media (min-width: 768px) {
  .d-md-none {
    display: none !important
  }

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

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

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

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

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

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

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }

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

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important
  }

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

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

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

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

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

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

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }

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

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important
  }

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

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

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

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

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

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

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    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 {
  -ms-flex-direction: row !important;
  flex-direction: row !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

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

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

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

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

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

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

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

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

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

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

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

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

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

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

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

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

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

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

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

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

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

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

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

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

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

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

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

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

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

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

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

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

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

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

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

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

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

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

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

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

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

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

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

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

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

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

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

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

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

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

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

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

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

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

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

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

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

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

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

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

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

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

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

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

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

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

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

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

.float-left {
  float: left !important
}

.float-right {
  float: right !important
}

.float-none {
  float: none !important
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important
  }

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

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

@media (min-width: 768px) {
  .float-md-left {
    float: left !important
  }

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

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

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important
  }

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

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

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important
  }

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

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

.position-static {
  position: static !important
}

.position-relative {
  position: relative !important
}

.position-absolute {
  position: absolute !important
}

.position-fixed {
  position: fixed !important
}

.position-sticky {
  position: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

.sr-only,
.input-radio>input,
.input-checkbox>input,
.input-switch>input,
.form .custom-radio>input,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto !important
}

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

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

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

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

.h-auto {
  height: auto !important
}

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

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

.m-0 {
  margin: 0 !important
}

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

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

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

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

.m-1 {
  margin: .25rem !important
}

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

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

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

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

.m-2 {
  margin: .5rem !important
}

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

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

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

.ml-2,
.mx-2 {
  margin-left: .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: .25rem !important
}

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

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

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

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

.p-2 {
  padding: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto !important
}

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important
  }

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

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

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

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

  .m-sm-1 {
    margin: .25rem !important
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem !important
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem !important
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem !important
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem !important
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem !important
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem !important
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .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: .25rem !important
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important
  }

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

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

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

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

  .m-md-1 {
    margin: .25rem !important
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem !important
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem !important
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem !important
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem !important
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: .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: .25rem !important
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem !important
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important
  }

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

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

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

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

  .m-lg-1 {
    margin: .25rem !important
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem !important
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem !important
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem !important
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .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: .25rem !important
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important
  }

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

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

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

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

  .m-xl-1 {
    margin: .25rem !important
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem !important
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem !important
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem !important
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .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: .25rem !important
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important
  }

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

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

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important
  }

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

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

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important
  }

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

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

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important
  }

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

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

.text-lowercase {
  text-transform: lowercase !important
}

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

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

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

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

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

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

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

.text-primary {
  color: #1a5395 !important
}

a.text-primary:hover,
a.text-primary:focus {
  color: #123b6a !important
}

.text-secondary {
  color: #00a0a1 !important
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #006d6e !important
}

.text-success {
  color: #2ACC45 !important
}

a.text-success:hover,
a.text-success:focus {
  color: #21a237 !important
}

.text-info {
  color: #4DADF7 !important
}

a.text-info:hover,
a.text-info:focus {
  color: #1c97f5 !important
}

.text-warning {
  color: #FD7E14 !important
}

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

.text-danger {
  color: #E03131 !important
}

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

.text-light {
  color: #f1f3f5 !important
}

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

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

a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important
}

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

.text-muted {
  color: #EEF0F3 !important
}

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

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

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

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal
}

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff
}

.lg-actions .lg-next {
  right: 20px
}

.lg-actions .lg-next:before {
  content: "\e095"
}

.lg-actions .lg-prev {
  left: 20px
}

.lg-actions .lg-prev:after {
  content: "\e094"
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0
  }

  50% {
    left: -30px
  }

  100% {
    left: 0
  }
}

@keyframes lg-right-end {
  0% {
    left: 0
  }

  50% {
    left: -30px
  }

  100% {
    left: 0
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0
  }

  50% {
    left: 30px
  }

  100% {
    left: 0
  }
}

@keyframes lg-left-end {
  0% {
    left: 0
  }

  50% {
    left: 30px
  }

  100% {
    left: 0
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45)
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear
}

.lg-toolbar .lg-icon:hover {
  color: #fff
}

.lg-toolbar .lg-close:after {
  content: "\e070"
}

.lg-toolbar .lg-download:after {
  content: "\e0f2"
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle
}

.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5);
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0)
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease
  }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"
}

.lg-outer .lg-toogle-thumb:hover {
  color: #fff
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1
}

.lg-autoplay-button:after {
  content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: -webkit-transform .3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform .3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform .3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, 0.25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left .3s cubic-bezier(0, 0, 0.25, 1) 0s, top .3s cubic-bezier(0, 0, 0.25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: opacity 0.15s, -webkit-transform .3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform .3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform .3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform .3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

#lg-zoom-in:after {
  content: "\e311"
}

#lg-actual-size {
  font-size: 20px
}

#lg-actual-size:after {
  content: "\e033"
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none
}

#lg-zoom-out:after {
  content: "\e312"
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0
}

.lg-fullscreen:after {
  content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
  margin-bottom: 0px
}

.lg-outer .lg-dropdown>li:hover a,
.lg-outer .lg-dropdown>li:hover .lg-icon {
  color: #333
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto
}

.lg-outer #lg-share {
  position: relative
}

.lg-outer #lg-share:after {
  content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"
}

.lg-group:after {
  content: "";
  display: table;
  clear: both
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0s
}

.lg-outer * {
  box-sizing: border-box
}

.lg-outer.lg-visible {
  opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap
}

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.lg-outer .lg-item.lg-complete {
  background-image: none
}

.lg-outer .lg-item.lg-current {
  z-index: 1060
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1
}

.lg-outer .lg-empty-html {
  display: none
}

.lg-outer.lg-hide-download #lg-download {
  display: none
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s
}

.lg-backdrop.in {
  opacity: 1
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
  opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir="rtl"] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

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

/*!
 *
 * LOOM Digital (https://www.loomdigital.ee)
 *
 */
:root {
  font-size: 14px
}

@media (min-width: 768px) {
  :root {
    font-size: 18px
  }
}

html {
  -webkit-tap-highlight-color: transparent
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

@media (max-width: 991.98px) {
  img.aligncenter {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 30px 0 0
  }
}

img.alignleft {
  float: left;
  margin: 0 30px 30px 0
}

@media (max-width: 991.98px) {
  img.alignleft {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 30px 0 0
  }
}

img.alignright {
  float: right;
  margin: 0 0 30px
}

@media (max-width: 991.98px) {
  img.alignright {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 30px
  }
}

img.alignnone {
  margin: 0 0 30px;
  width: 100%;
  height: auto
}

.figure-alignnone {
  margin: 0 0 30px
}

.figure-alignnone>img {
  max-width: 100%;
  height: auto
}

.wp-caption-text {
  margin-top: .3em;
  font-style: italic;
  color: #888
}

.embed-responsive {
  margin-bottom: 1.875em
}

ul.row {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0
}

ul.row>li {
  margin-top: 0
}

.wrapper {
  position: relative;
  max-width: 1440px;
  margin: auto;
  min-height: 100vh;
  overflow-x: hidden
}

@media (min-width: 992px) {
  .wrapper {
    overflow-x: visible
  }
}

.admin-bar>.wrapper {
  min-height: calc(100vh - 32px)
}

@media (min-width: 992px) {
  .no-ie11 .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .wrapper>.main-content {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }
}

.nav-icon-1::before,
.card-article__figure>div>.figure-placeholder.icon-1::before,
.mainnav>.menu-item.icon-1>a>span::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2262%22%20height%3D%2262%22%20viewBox%3D%220%200%2062%2062%22%20style%3D%22fill%3A%23fff%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M6.09%2C33.1a13.82%2C13.82%2C0%2C0%2C1%2C.37-20%2C14.29%2C14.29%2C0%2C0%2C1%2C16.24-2A1%2C1%2C0%2C0%2C0%2C24%2C10.68a1%2C1%2C0%2C0%2C0-.41-1.33A16.29%2C16.29%2C0%2C0%2C0%2C5.1%2C11.62a15.77%2C15.77%2C0%2C0%2C0-.42%2C22.87l2.6%2C2.57a1%2C1%2C0%2C0%2C0%2C.71.29%2C1%2C1%2C0%2C0%2C0%2C.7-.29%2C1%2C1%2C0%2C0%2C0%2C0-1.39Zm51-25.2A18.84%2C18.84%2C0%2C0%2C0%2C30.2%2C7.42L15.25%2C22.22a4.36%2C4.36%2C0%2C0%2C0%2C0%2C6.21%2C4.47%2C4.47%2C0%2C0%2C0%2C6.27%2C0l9.38-9.28L42.25%2C30.38a2.39%2C2.39%2C0%2C0%2C1%2C0%2C3.42%2C2.46%2C2.46%2C0%2C0%2C1-3.46%2C0l-3.3-3.26-3.64-3.61h0L30.2%2C25.3a1%2C1%2C0%2C0%2C0-1.41%2C0%2C1%2C1%2C0%2C0%2C0%2C0%2C1.39l5.29%2C5.24%2C3.3%2C3.27h0l1.5%2C1.47a2.43%2C2.43%2C0%2C0%2C1%2C0%2C3.43%2C2.53%2C2.53%2C0%2C0%2C1-3.46%2C0l-10.09-10a1%2C1%2C0%2C0%2C0-1.4%2C0%2C1%2C1%2C0%2C0%2C0%2C0%2C1.39L34%2C41.49a4.47%2C4.47%2C0%2C0%2C0%2C6.28%2C0%2C4.37%2C4.37%2C0%2C0%2C0%2C1.3-3.1%2C4.32%2C4.32%2C0%2C0%2C0-.49-2A4.36%2C4.36%2C0%2C0%2C0%2C43.66%2C29l-12-11.92a1%2C1%2C0%2C0%2C0-1.41%2C0L20.12%2C27a2.48%2C2.48%2C0%2C0%2C1-3.46%2C0%2C2.4%2C2.4%2C0%2C0%2C1%2C0-3.43l15-14.8a16.82%2C16.82%2C0%2C0%2C1%2C24%2C.44c6.05%2C6.43%2C5.73%2C16.86-.72%2C23.25L37.34%2C49.91a4.31%2C4.31%2C0%2C0%2C0-1.21-2.22%2C4.4%2C4.4%2C0%2C0%2C0-3-1.28%2C4.29%2C4.29%2C0%2C0%2C0%2C.17-1.13%2C4.37%2C4.37%2C0%2C0%2C0-1.3-3.1%2C4.45%2C4.45%2C0%2C0%2C0-3.14-1.29%2C3.84%2C3.84%2C0%2C0%2C0-.76.08c0-.07%2C0-.13%2C0-.2a4.31%2C4.31%2C0%2C0%2C0-1.3-3.1%2C4.43%2C4.43%2C0%2C0%2C0-3.14-1.29%2C4.58%2C4.58%2C0%2C0%2C0-.83.08s0-.08%2C0-.12a4.33%2C4.33%2C0%2C0%2C0-1.3-3.11%2C4.45%2C4.45%2C0%2C0%2C0-6.27%2C0l-4.87%2C4.82a4.36%2C4.36%2C0%2C0%2C0%2C0%2C6.21%2C4.43%2C4.43%2C0%2C0%2C0%2C3.14%2C1.29%2C3.91%2C3.91%2C0%2C0%2C0%2C.48%2C0%2C4.33%2C4.33%2C0%2C0%2C0%2C1.25%2C3.58%2C4.42%2C4.42%2C0%2C0%2C0%2C3.14%2C1.28c.16%2C0%2C.31%2C0%2C.47%2C0%2C0%2C.15%2C0%2C.31%2C0%2C.47a4.35%2C4.35%2C0%2C0%2C0%2C1.3%2C3.11%2C4.4%2C4.4%2C0%2C0%2C0%2C3.13%2C1.28c.17%2C0%2C.32%2C0%2C.48%2C0A4.34%2C4.34%2C0%2C0%2C0%2C25%2C58.71a4.47%2C4.47%2C0%2C0%2C0%2C6.28%2C0l4.84-4.78%2C20.24-20C63.55%2C26.76%2C63.89%2C15.1%2C57.12%2C7.9Zm-45.33%2C35a2.4%2C2.4%2C0%2C0%2C1%2C0-3.43l4.87-4.82a2.46%2C2.46%2C0%2C0%2C1%2C1.73-.71%2C2.5%2C2.5%2C0%2C0%2C1%2C1.73.71%2C2.43%2C2.43%2C0%2C0%2C1%2C0%2C3.43l-4.87%2C4.82A2.53%2C2.53%2C0%2C0%2C1%2C11.79%2C42.87Zm4.87%2C4.82a2.4%2C2.4%2C0%2C0%2C1%2C0-3.43l5.25-5.2a2.52%2C2.52%2C0%2C0%2C1%2C3.46%2C0%2C2.39%2C2.39%2C0%2C0%2C1%2C0%2C3.42l-5.25%2C5.21A2.48%2C2.48%2C0%2C0%2C1%2C16.66%2C47.69Zm4.86%2C4.81a2.41%2C2.41%2C0%2C0%2C1%2C0-3.42l5.26-5.2h0l.31-.3a2.46%2C2.46%2C0%2C0%2C1%2C3.46%2C0%2C2.43%2C2.43%2C0%2C0%2C1%2C0%2C3.43L25%2C52.5A2.51%2C2.51%2C0%2C0%2C1%2C21.52%2C52.5Zm13.2%2C0-.17.17h0l-4.7%2C4.65a2.47%2C2.47%2C0%2C0%2C1-3.46%2C0%2C2.41%2C2.41%2C0%2C0%2C1%2C0-3.42l4.87-4.82a2.51%2C2.51%2C0%2C0%2C1%2C3.46%2C0%2C2.39%2C2.39%2C0%2C0%2C1%2C0%2C3.42Z%22%2F%3E%3C%2Fsvg%3E")
}

.nav-icon-2::before,
.card-article__figure>div>.figure-placeholder.icon-2::before,
.mainnav>.menu-item.icon-2>a>span::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2262%22%20height%3D%2262%22%20viewBox%3D%220%200%2062%2062%22%20style%3D%22fill%3A%23fff%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M45.35%2C60.06H32V40.55a1%2C1%2C0%2C1%2C0-1.92%2C0V60.06H16.65a1%2C1%2C0%2C0%2C0%2C0%2C1.94h28.7a1%2C1%2C0%2C0%2C0%2C0-1.94ZM52%2C0H10A1%2C1%2C0%2C0%2C0%2C9%2C1V14.53A22.16%2C22.16%2C0%2C0%2C0%2C31%2C36.81%2C22.16%2C22.16%2C0%2C0%2C0%2C53%2C14.53V1A1%2C1%2C0%2C0%2C0%2C52%2C0Zm-.95%2C8.72H14.6a1%2C1%2C0%2C0%2C0%2C0%2C1.94H51.09v3.87a20.09%2C20.09%2C0%2C1%2C1-40.18%2C0V1.94H51.09Z%22%2F%3E%3C%2Fsvg%3E")
}

.nav-icon-3::before,
.card-article__figure>div>.figure-placeholder.icon-3::before,
.mainnav>.menu-item.icon-3>a>span::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2062%2062%22%20style%3D%22fill%3A%23fff%3B%22%20xml%3Aspace%3D%22preserve%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%3Cpath%20d%3D%22M60.7%2C8.1c0.4-0.4%2C0.4-1%2C0-1.4c-0.4-0.4-1-0.4-1.4%2C0l-2.9%2C3.1c-1.9%2C2.1-1.9%2C5.4%2C0%2C7.5c0.6%2C0.6%2C0.9%2C1.4%2C0.9%2C2.3%0A%09c0%2C0.9-0.3%2C1.7-0.9%2C2.3c-2%2C2-2%2C5.4%2C0%2C7.5c1.2%2C1.3%2C1.2%2C3.3%2C0%2C4.6l-2.9%2C3.1c-0.4%2C0.4-0.4%2C1%2C0%2C1.4c0.2%2C0.2%2C0.4%2C0.3%2C0.7%2C0.3%0A%09s0.5-0.1%2C0.7-0.3l2.9-3.1c1.9-2.1%2C1.9-5.4%2C0-7.5c-1.2-1.3-1.2-3.3%2C0-4.6c0.9-1%2C1.5-2.3%2C1.5-3.7c0-1.4-0.5-2.7-1.5-3.8%0A%09c-1.2-1.3-1.2-3.3%2C0-4.6L60.7%2C8.1z%20M56%2C50l-8.1%2C8.6l-0.8-0.8l5.6-5.9c0.4-0.4%2C0.4-1%2C0-1.4s-1-0.4-1.4%2C0l-5.6%2C5.9l-0.6-0.6l3-3.2%0A%09c0.4-0.4%2C0.4-1%2C0-1.4c-0.4-0.4-1-0.4-1.4%2C0l-3%2C3.2L18.2%2C27.1l7.4-7.9L52.8%2C48c0.4%2C0.4%2C1%2C0.4%2C1.4%2C0s0.4-1%2C0-1.4L11.4%2C1.3%0A%09c-0.4-0.4-1-0.4-1.4%2C0l-8.8%2C9.3c-0.4%2C0.4-0.4%2C1%2C0%2C1.4l46%2C48.7c0.2%2C0.2%2C0.4%2C0.3%2C0.7%2C0.3c0.2%2C0%2C0.5-0.1%2C0.7-0.3l8.8-9.3%0A%09c0.4-0.4%2C0.4-1%2C0-1.4S56.4%2C49.6%2C56%2C50z%20M3.3%2C11.3l7.4-7.9l13.6%2C14.4l-7.4%2C7.9L3.3%2C11.3z%20M51.7%2C19.6c0%2C0.9-0.3%2C1.7-0.9%2C2.3%0A%09c-2%2C2-2%2C5.4%2C0%2C7.5c1.2%2C1.3%2C1.2%2C3.3%2C0%2C4.6c-0.4%2C0.4-0.4%2C1%2C0%2C1.4c0.2%2C0.2%2C0.4%2C0.3%2C0.7%2C0.3c0.2%2C0%2C0.5-0.1%2C0.7-0.3%0A%09c1.9-2.1%2C1.9-5.4%2C0-7.5c-1.2-1.3-1.2-3.3%2C0-4.6c0.9-1%2C1.5-2.3%2C1.5-3.7c0-1.4-0.5-2.7-1.5-3.8c-1.2-1.3-1.2-3.3%2C0-4.6%0A%09c0.4-0.4%2C0.4-1%2C0-1.4c-0.4-0.4-1-0.4-1.4%2C0c-1.9%2C2.1-1.9%2C5.4%2C0%2C7.5C51.4%2C17.9%2C51.7%2C18.7%2C51.7%2C19.6z%22%2F%3E%0A%3C%2Fsvg%3E")
}

.nav-icon-4::before,
.card-article__figure>div>.figure-placeholder.icon-4::before,
.mainnav>.menu-item.icon-4>a>span::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2262%22%20height%3D%2262%22%20viewBox%3D%220%200%2062%2062%22%20style%3D%22fill%3A%23fff%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M35.72%2C3.88H26.28a1%2C1%2C0%2C0%2C0%2C0%2C1.93h9.44a1%2C1%2C0%2C0%2C0%2C0-1.93ZM43.28%2C0H18.72A4.79%2C4.79%2C0%2C0%2C0%2C14%2C4.84V41.66a4.79%2C4.79%2C0%2C0%2C0%2C4.72%2C4.84H31v5.81H24.39a2.87%2C2.87%2C0%2C0%2C1-2.83-2.9.95.95%2C0%2C1%2C0-1.89%2C0%2C4.86%2C4.86%2C0%2C0%2C0%2C1.91%2C3.87%2C4.88%2C4.88%2C0%2C0%2C0-1.91%2C3.88A4.79%2C4.79%2C0%2C0%2C0%2C24.39%2C62h7.55a1%2C1%2C0%2C0%2C0%2C.95-1V30.2a3%2C3%2C0%2C0%2C1%2C2.55-3.06%2C2.76%2C2.76%2C0%2C0%2C1%2C2.19.74A2.94%2C2.94%2C0%2C0%2C1%2C38.56%2C30V41.66a4.72%2C4.72%2C0%2C1%2C0%2C9.44%2C0V4.84A4.79%2C4.79%2C0%2C0%2C0%2C43.28%2C0ZM31%2C60.06H24.39a2.91%2C2.91%2C0%2C0%2C1%2C0-5.81H31ZM46.11%2C36.81H43.28a1%2C1%2C0%2C0%2C0%2C0%2C1.94h2.83v2.91a2.84%2C2.84%2C0%2C1%2C1-5.67%2C0V30a4.9%2C4.9%2C0%2C0%2C0-1.54-3.58%2C4.64%2C4.64%2C0%2C0%2C0-3.19-1.26l-.45%2C0a4.92%2C4.92%2C0%2C0%2C0-4.26%2C5V44.56H18.72a2.87%2C2.87%2C0%2C0%2C1-2.83-2.9V38.75H28.25a1%2C1%2C0%2C0%2C0%2C0-1.94H15.89V9.69H46.11Zm0-29.06H15.89V4.84a2.87%2C2.87%2C0%2C0%2C1%2C2.83-2.9H43.28a2.87%2C2.87%2C0%2C0%2C1%2C2.83%2C2.9Z%22%2F%3E%3C%2Fsvg%3E")
}

.nav-icon-5::before,
.card-article__figure>div>.figure-placeholder.icon-5::before,
.mainnav>.menu-item.icon-5>a>span::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2262%22%20height%3D%2262%22%20viewBox%3D%220%200%2062%2062%22%20style%3D%22fill%3A%23fff%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M27.5%2C22.63a1%2C1%2C0%2C1%2C0-.41%2C1.89%2C13.56%2C13.56%2C0%2C1%2C1-7.25.42%2C1%2C1%2C0%2C0%2C0-.63-1.83A15.48%2C15.48%2C0%2C0%2C0%2C12.61%2C48L7.75%2C52.88%2C2.62%2C47.75a1%2C1%2C0%2C0%2C0-1.37%2C1.37l5.13%2C5.13-6.1%2C6.1a1%2C1%2C0%2C0%2C0%2C0%2C1.37A1%2C1%2C0%2C0%2C0%2C1%2C62a.94.94%2C0%2C0%2C0%2C.68-.28l6.1-6.1%2C5.13%2C5.13a.94.94%2C0%2C0%2C0%2C.68.28%2C1%2C1%2C0%2C0%2C0%2C.69-1.65L9.12%2C54.25%2C14%2C49.39A15.49%2C15.49%2C0%2C1%2C0%2C27.5%2C22.63ZM61.93.6A1%2C1%2C0%2C0%2C0%2C61.4.07%2C1.16%2C1.16%2C0%2C0%2C0%2C61%2C0H51.34a1%2C1%2C0%2C0%2C0%2C0%2C1.94h7.35L48%2C12.61A15.49%2C15.49%2C0%2C1%2C0%2C34.21%2C39.3a.78.78%2C0%2C0%2C0%2C.22%2C0%2C1%2C1%2C0%2C0%2C0%2C.22-1.91%2C13.56%2C13.56%2C0%2C1%2C1%2C8.06-.56%2C1%2C1%2C0%2C0%2C0%2C.7%2C1.8%2C15.47%2C15.47%2C0%2C0%2C0%2C6-24.68L60.06%2C3.31V9.78a1%2C1%2C0%2C0%2C0%2C1.94%2C0V1A1.16%2C1.16%2C0%2C0%2C0%2C61.93.6Z%22%2F%3E%3C%2Fsvg%3E")
}

.nav-icon-6::before,
.card-article__figure>div>.figure-placeholder.icon-6::before,
.mainnav>.menu-item.icon-6>a>span::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2262%22%20height%3D%2262%22%20viewBox%3D%220%200%2062%2062%22%20style%3D%22fill%3A%23fff%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M8.87%2C39.32a1%2C1%2C0%2C1%2C0%2C0-2H3.92a7.77%2C7.77%2C0%2C0%2C0-2.24-4.58%2C1%2C1%2C0%2C0%2C0-1.39%2C0%2C1%2C1%2C0%2C0%2C0%2C0%2C1.39%2C5.81%2C5.81%2C0%2C0%2C1%2C1.63%2C3.19H1a1%2C1%2C0%2C1%2C0%2C0%2C2h.93A5.81%2C5.81%2C0%2C0%2C1%2C.29%2C42.51a1%2C1%2C0%2C0%2C0%2C0%2C1.39%2C1%2C1%2C0%2C0%2C0%2C1.39%2C0%2C7.77%2C7.77%2C0%2C0%2C0%2C2.24-4.58ZM20.69%2C54.09V49.15a1%2C1%2C0%2C0%2C0-2%2C0v4.94a7.79%2C7.79%2C0%2C0%2C0-4.59%2C2.23%2C1%2C1%2C0%2C0%2C0%2C0%2C1.39%2C1%2C1%2C0%2C0%2C0%2C1.39%2C0%2C5.85%2C5.85%2C0%2C0%2C1%2C3.2-1.64v1a1%2C1%2C0%2C0%2C0%2C2%2C0v-1a5.85%2C5.85%2C0%2C0%2C1%2C3.19%2C1.64%2C1%2C1%2C0%2C0%2C0%2C1.4%2C0%2C1%2C1%2C0%2C0%2C0%2C0-1.39A7.82%2C7.82%2C0%2C0%2C0%2C20.69%2C54.09Zm-2-31.5v4.74a1%2C1%2C0%2C0%2C0%2C2%2C0V22.59a7.87%2C7.87%2C0%2C0%2C0%2C4.59-2.23A1%2C1%2C0%2C0%2C0%2C23.88%2C19a5.87%2C5.87%2C0%2C0%2C1-3.19%2C1.63v-.94a1%2C1%2C0%2C0%2C0-2%2C0v.94A5.9%2C5.9%2C0%2C0%2C1%2C15.52%2C19a1%2C1%2C0%2C0%2C0-1.39%2C0%2C1%2C1%2C0%2C0%2C0%2C0%2C1.39A7.87%2C7.87%2C0%2C0%2C0%2C18.72%2C22.59Zm36.16%2C2.33a1%2C1%2C0%2C0%2C0-1.39%2C0%2C7.78%2C7.78%2C0%2C0%2C0-2.24%2C4.57H42.36a1%2C1%2C0%2C0%2C0%2C0%2C2h8.89A7.83%2C7.83%2C0%2C0%2C0%2C53.49%2C36a1%2C1%2C0%2C0%2C0%2C.69.28%2C1%2C1%2C0%2C0%2C0%2C.7-1.67%2C5.81%2C5.81%2C0%2C0%2C1-1.63-3.19h.93a1%2C1%2C0%2C1%2C0%2C0-2h-.93a5.81%2C5.81%2C0%2C0%2C1%2C1.63-3.18A1%2C1%2C0%2C0%2C0%2C54.88%2C24.92ZM61%2C8.9a7.84%2C7.84%2C0%2C0%2C0-4.83%2C1.66L49.9%2C4.29a1%2C1%2C0%2C0%2C0-1.39%2C0%2C1%2C1%2C0%2C0%2C0%2C0%2C1.39L54.8%2C12a7.79%2C7.79%2C0%2C0%2C0-1.67%2C4.81%2C1%2C1%2C0%2C1%2C0%2C2%2C0%2C5.85%2C5.85%2C0%2C0%2C1%2C1.1-3.41l.67.67a1%2C1%2C0%2C0%2C0%2C.7.29%2C1%2C1%2C0%2C0%2C0%2C.69-1.68L57.6%2C12A5.83%2C5.83%2C0%2C0%2C1%2C61%2C10.87a1%2C1%2C0%2C0%2C0%2C0-2ZM42.3%2C25.63a1%2C1%2C0%2C0%2C0-1-1%2C6%2C6%2C0%2C0%2C1-3.42-1.09l.67-.67a1%2C1%2C0%2C0%2C0%2C0-1.39%2C1%2C1%2C0%2C0%2C0-1.39%2C0l-.67.67a5.86%2C5.86%2C0%2C0%2C1-1.1-3.42%2C1%2C1%2C0%2C0%2C0-2%2C0%2C7.85%2C7.85%2C0%2C0%2C0%2C1.66%2C4.82l-6.28%2C6.27a1%2C1%2C0%2C0%2C0%2C.69%2C1.68%2C1%2C1%2C0%2C0%2C0%2C.7-.29L36.49%2C25a7.79%2C7.79%2C0%2C0%2C0%2C4.82%2C1.66A1%2C1%2C0%2C0%2C0%2C42.3%2C25.63ZM36.39%2C47.12a7.9%2C7.9%2C0%2C0%2C0-4.83%2C1.66l-5.64-5.63a7.78%2C7.78%2C0%2C0%2C0%2C1.66-4.81%2C1%2C1%2C0%2C0%2C0-2%2C0%2C5.91%2C5.91%2C0%2C1%2C1-1.73-4.17%2C1%2C1%2C0%2C0%2C0%2C1.39%2C0%2C1%2C1%2C0%2C0%2C0%2C0-1.39%2C7.86%2C7.86%2C0%2C0%2C0-10.39-.64L9.24%2C26.51a7.79%2C7.79%2C0%2C0%2C0%2C1.66-4.82%2C1%2C1%2C0%2C0%2C0-2%2C0%2C5.86%2C5.86%2C0%2C0%2C1-1.1%2C3.42l-.67-.67a1%2C1%2C0%2C1%2C0-1.39%2C1.39l.67.67A6%2C6%2C0%2C0%2C1%2C3%2C27.59a1%2C1%2C0%2C1%2C0%2C0%2C2A7.85%2C7.85%2C0%2C0%2C0%2C7.84%2C27.9l5.65%2C5.63a7.78%2C7.78%2C0%2C0%2C0%2C0%2C9.62L7.84%2C48.78A7.85%2C7.85%2C0%2C0%2C0%2C3%2C47.12a1%2C1%2C0%2C1%2C0%2C0%2C2%2C6%2C6%2C0%2C0%2C1%2C3.42%2C1.09l-.67.67a1%2C1%2C0%2C0%2C0%2C0%2C1.39%2C1%2C1%2C0%2C0%2C0%2C.7.29%2C1%2C1%2C0%2C0%2C0%2C.69-.29l.67-.67A5.89%2C5.89%2C0%2C0%2C1%2C8.93%2C55a1%2C1%2C0%2C0%2C0%2C2%2C0%2C7.79%2C7.79%2C0%2C0%2C0-1.66-4.82l5.64-5.63a7.84%2C7.84%2C0%2C0%2C0%2C9.65%2C0l5.64%2C5.63A7.8%2C7.8%2C0%2C0%2C0%2C28.5%2C55a1%2C1%2C0%2C0%2C0%2C2%2C0%2C5.88%2C5.88%2C0%2C0%2C1%2C1.09-3.42l.67.67a1%2C1%2C0%2C0%2C0%2C.7.29%2C1%2C1%2C0%2C0%2C0%2C.7-.29%2C1%2C1%2C0%2C0%2C0%2C0-1.39L33%2C50.18a5.9%2C5.9%2C0%2C0%2C1%2C3.42-1.09%2C1%2C1%2C0%2C0%2C0%2C0-2Z%22%2F%3E%3C%2Fsvg%3E")
}

.nav-icon-7::before,
.card-article__figure>div>.figure-placeholder.icon-7::before,
.mainnav>.menu-item.icon-7>a>span::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2262%22%20height%3D%2262%22%20viewBox%3D%220%200%2062%2062%22%20style%3D%22fill%3A%23fff%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M26.68%2C45.26l-4.9%2C5a11.55%2C11.55%2C0%2C0%2C1-16.44%2C0%2C11.88%2C11.88%2C0%2C0%2C1%2C0-16.64L15.61%2C23.19l10.91%2C11a1%2C1%2C0%2C0%2C0%2C1.37%2C0%2C1%2C1%2C0%2C0%2C0%2C0-1.38L17%2C21.8%2C27.25%2C11.41a11.52%2C11.52%2C0%2C0%2C1%2C16.44%2C0%2C11.85%2C11.85%2C0%2C0%2C1%2C3.4%2C8.75%2C1%2C1%2C0%2C0%2C0%2C.93%2C1h0a1%2C1%2C0%2C0%2C0%2C1-.94%2C13.84%2C13.84%2C0%2C0%2C0-4-10.21%2C13.45%2C13.45%2C0%2C0%2C0-19.18%2C0L4%2C32.19A13.85%2C13.85%2C0%2C0%2C0%2C4%2C51.6a13.45%2C13.45%2C0%2C0%2C0%2C19.18%2C0l4.9-5a1%2C1%2C0%2C0%2C0%2C0-1.38A1%2C1%2C0%2C0%2C0%2C26.68%2C45.26ZM45.53%2C22.67A16.67%2C16.67%2C0%2C1%2C0%2C62%2C39.33%2C16.58%2C16.58%2C0%2C0%2C0%2C45.53%2C22.67ZM56.45%2C49%2C38.11%2C30.44a1%2C1%2C0%2C0%2C0-1.37%2C0%2C1%2C1%2C0%2C0%2C0%2C0%2C1.39L55.08%2C50.39A14.36%2C14.36%2C0%2C0%2C1%2C45.53%2C54a14.68%2C14.68%2C0%2C1%2C1%2C10.92-5Z%22%2F%3E%3C%2Fsvg%3E")
}

.nav-icon-8::before,
.card-article__figure>div>.figure-placeholder.icon-8::before,
.mainnav>.menu-item.icon-8>a>span::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2262%22%20height%3D%2262%22%20viewBox%3D%220%200%2062%2062%22%20style%3D%22fill%3A%23fff%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M26.76%2C33.14a1%2C1%2C0%2C0%2C0%2C.6%2C1.23%2C5.44%2C5.44%2C0%2C0%2C1%2C3.75%2C5.33%2C1%2C1%2C0%2C0%2C0%2C.92%2C1h0a1%2C1%2C0%2C0%2C0%2C1-.92A7.39%2C7.39%2C0%2C0%2C0%2C28%2C32.54%2C1%2C1%2C0%2C0%2C0%2C26.76%2C33.14Zm10.09-8.88a1%2C1%2C0%2C0%2C0%2C.92.66%2C1.12%2C1.12%2C0%2C0%2C0%2C.31-.05%2C1%2C1%2C0%2C0%2C0%2C.6-1.24%2C9%2C9%2C0%2C0%2C0-8.85-6.19%2C1%2C1%2C0%2C0%2C0%2C.1%2C1.94A7%2C7%2C0%2C0%2C1%2C36.85%2C24.26ZM61.72%2C16c-2.89-2.89-7.16-4.12-12.13-3.53.59-5-.64-9.25-3.52-12.15a1%2C1%2C0%2C0%2C0-1.37%2C0%2C1%2C1%2C0%2C0%2C0%2C0%2C1.38c2.67%2C2.68%2C3.66%2C6.86%2C2.78%2C11.76a1%2C1%2C0%2C0%2C0%2C.27.85%2C1%2C1%2C0%2C0%2C0%2C.86.27c4.89-.88%2C9.06.11%2C11.74%2C2.8a.94.94%2C0%2C0%2C0%2C.68.28%2C1%2C1%2C0%2C0%2C0%2C.69-.28A1%2C1%2C0%2C0%2C0%2C61.72%2C16Zm-15-.64a14.12%2C14.12%2C0%2C0%2C0-6.43-3.69%2C12.24%2C12.24%2C0%2C0%2C0-2.47-.4%2C1%2C1%2C0%2C0%2C0-1%2C.91%2C1%2C1%2C0%2C0%2C0%2C.9%2C1%2C10.78%2C10.78%2C0%2C0%2C1%2C2.11.33%2C12.27%2C12.27%2C0%2C0%2C1%2C5.55%2C3.19%2C12.13%2C12.13%2C0%2C0%2C1%2C2.68%2C4%2C12.08%2C12.08%2C0%2C0%2C1-5.32%2C14.77L2.27%2C60A.19.19%2C0%2C0%2C1%2C2%2C60a.19.19%2C0%2C0%2C1%2C0-.27L12.5%2C42.43a.8.8%2C0%2C0%2C0%2C.31%2C0A5.23%2C5.23%2C0%2C0%2C1%2C18%2C46.1a1%2C1%2C0%2C0%2C0%2C.92.66.87.87%2C0%2C0%2C0%2C.31%2C0%2C1%2C1%2C0%2C0%2C0%2C.6-1.23%2C7.21%2C7.21%2C0%2C0%2C0-6.14-4.91l13-21.34a12.4%2C12.4%2C0%2C0%2C1%2C6.47-5.39%2C1%2C1%2C0%2C0%2C0%2C.58-1.25A1%2C1%2C0%2C0%2C0%2C32.43%2C12%2C14.35%2C14.35%2C0%2C0%2C0%2C25%2C18.23L.32%2C58.71a2.14%2C2.14%2C0%2C0%2C0%2C.32%2C2.65A2.13%2C2.13%2C0%2C0%2C0%2C2.15%2C62a2.25%2C2.25%2C0%2C0%2C0%2C1.13-.32l40.43-24.5A14%2C14%2C0%2C0%2C0%2C49.84%2C20%2C14.17%2C14.17%2C0%2C0%2C0%2C46.73%2C15.32Z%22%2F%3E%3C%2Fsvg%3E")
}

.nav-icon-9::before,
.card-article__figure>div>.figure-placeholder.icon-9::before,
.mainnav>.menu-item.icon-9>a>span::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2262%22%20height%3D%2262%22%20viewBox%3D%220%200%2062%2062%22%20style%3D%22fill%3A%23fff%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M16.47%2C25a1%2C1%2C0%2C0%2C0%2C.53-.16A27.83%2C27.83%2C0%2C0%2C1%2C20.34%2C23V27.7A30%2C30%2C0%2C0%2C0%2C6.8%2C47.16a1%2C1%2C0%2C0%2C0%2C.76%2C1.13l.19%2C0a1%2C1%2C0%2C0%2C0%2C.95-.77A27.86%2C27.86%2C0%2C0%2C1%2C31.22%2C25.6a1%2C1%2C0%2C1%2C0-.32-1.89%2C28.72%2C28.72%2C0%2C0%2C0-8.62%2C2.88V22.35a1%2C1%2C0%2C0%2C0%2C0-.17%2C27.77%2C27.77%2C0%2C0%2C1%2C3.13-1A1%2C1%2C0%2C0%2C0%2C26.09%2C20a1%2C1%2C0%2C0%2C0-1.17-.7%2C28.87%2C28.87%2C0%2C0%2C0-9%2C3.87%2C1%2C1%2C0%2C0%2C0-.28%2C1.33A1%2C1%2C0%2C0%2C0%2C16.47%2C25Zm28.09-3.59a17.3%2C17.3%2C0%2C0%2C0-3.22.3%2C1%2C1%2C0%2C0%2C0-.78%2C1.12%2C1%2C1%2C0%2C0%2C0%2C1.13.77%2C16.21%2C16.21%2C0%2C0%2C1%2C2.87-.26A15.48%2C15.48%2C0%2C1%2C1%2C37.45%2C25a29.77%2C29.77%2C0%2C0%2C0%2C5.78%2C14.13%2C1%2C1%2C0%2C0%2C0%2C1.36.2A1%2C1%2C0%2C0%2C0%2C44.78%2C38a27.71%2C27.71%2C0%2C0%2C1-5.44-20%2C1%2C1%2C0%2C0%2C0-.84-1.07%2C1%2C1%2C0%2C0%2C0-1.08.84A29.77%2C29.77%2C0%2C0%2C0%2C37.26%2C23a17.44%2C17.44%2C0%2C1%2C0%2C7.3-1.6ZM28.09%2C15.62h9.69a4.81%2C4.81%2C0%2C1%2C0%2C0-9.62H32a1%2C1%2C0%2C1%2C0%2C0%2C1.92h5.81a2.89%2C2.89%2C0%2C1%2C1%2C0%2C5.77H28.09a1%2C1%2C0%2C1%2C0%2C0%2C1.93ZM14.27%2C40.68A1%2C1%2C0%2C1%2C0%2C13%2C42.16a6.69%2C6.69%2C0%2C0%2C1%2C2.46%2C5.19A6.78%2C6.78%2C0%2C1%2C1%2C7%2C40.84%2C1%2C1%2C0%2C1%2C0%2C6.48%2C39a8.66%2C8.66%2C0%2C1%2C0%2C11%2C8.37A8.61%2C8.61%2C0%2C0%2C0%2C14.27%2C40.68Z%22%2F%3E%3C%2Fsvg%3E")
}

.nav-icon-10::before,
.card-article__figure>div>.figure-placeholder.icon-10::before,
.mainnav>.menu-item.icon-10>a>span::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2064%2064%22%20style%3D%22fill%3A%23fff%3B%22%20xml%3Aspace%3D%22preserve%22%20height%3D%22100%25%22%20width%3D%22100%25%22%3E%0A%3Cpath%20d%3D%22M28%2C29c0-4.4-3.6-8-8-8s-8%2C3.6-8%2C8c0%2C3%2C1.7%2C5.6%2C4.1%2C7c-2.5%2C1.4-4.1%2C4-4.1%2C7v15.1c0%2C0.6%2C0.4%2C1%2C1%2C1s1-0.4%2C1-1V43%0A%09c0-3.3%2C2.7-6%2C6-6s6%2C2.7%2C6%2C6v19.1c0%2C0.6%2C0.4%2C1%2C1%2C1s1-0.4%2C1-1V43c0-3-1.7-5.6-4.1-7C26.3%2C34.6%2C28%2C32%2C28%2C29z%20M20%2C35c-3.3%2C0-6-2.7-6-6%0A%09s2.7-6%2C6-6s6%2C2.7%2C6%2C6S23.3%2C35%2C20%2C35z%20M46.2%2C29.9c2.8-1.5%2C4.8-4.5%2C4.8-7.9c0-5-4-9-9-9s-9%2C4-9%2C9c0%2C3.4%2C1.9%2C6.4%2C4.8%2C7.9%0A%09C34.4%2C31.5%2C32%2C35%2C32%2C39v23c0%2C0.6%2C0.4%2C1%2C1%2C1c0.6%2C0%2C1-0.4%2C1-1V39c0-4.4%2C3.6-8%2C8-8s8%2C3.6%2C8%2C8v18c0%2C0.6%2C0.4%2C1%2C1%2C1s1-0.4%2C1-1V39%0A%09C52%2C35%2C49.6%2C31.5%2C46.2%2C29.9z%20M35%2C22c0-3.9%2C3.1-7%2C7-7s7%2C3.1%2C7%2C7s-3.1%2C7-7%2C7S35%2C25.9%2C35%2C22z%20M55.6%2C12.4C49.8%2C6.1%2C42%2C2.4%2C33.4%2C2%0A%09c-8.5-0.4-16.7%2C2.6-23%2C8.4C4.1%2C16.2%2C0.4%2C24%2C0%2C32.6c-0.4%2C8.5%2C2.6%2C16.7%2C8.4%2C23c0.4%2C0.4%2C1%2C0.4%2C1.4%2C0.1c0.4-0.4%2C0.4-1%2C0.1-1.4%0A%09C-1.3%2C42-0.5%2C23%2C11.8%2C11.9C17.7%2C6.5%2C25.3%2C3.7%2C33.3%2C4c8%2C0.4%2C15.4%2C3.8%2C20.8%2C9.7C64.6%2C25.2%2C64.5%2C43%2C54%2C54.4c-0.4%2C0.4-0.4%2C1%2C0.1%2C1.4%0A%09c0.2%2C0.2%2C0.4%2C0.3%2C0.7%2C0.3c0.3%2C0%2C0.5-0.1%2C0.7-0.3C66.7%2C43.6%2C66.8%2C24.6%2C55.6%2C12.4z%22%2F%3E%0A%3C%2Fsvg%3E")
}

.nav-icon-11::before,
.card-article__figure>div>.figure-placeholder.icon-11::before,
.mainnav>.menu-item.icon-11>a>span::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2262%22%20height%3D%2262%22%20viewBox%3D%220%200%2062%2062%22%20style%3D%22fill%3A%23fff%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M25.26%2C1a1%2C1%2C0%2C0%2C0-1-1H10A1%2C1%2C0%2C0%2C0%2C9%2C1V61a1%2C1%2C0%2C1%2C0%2C1.91%2C0V1.94H24.3A1%2C1%2C0%2C0%2C0%2C25.26%2C1Zm2.87%2C39.72a1%2C1%2C0%2C0%2C0-1%2C1V52.31a1%2C1%2C0%2C0%2C0%2C.59.9%2C1%2C1%2C0%2C0%2C0%2C1-.21L31%2C50.78%2C33.19%2C53a1%2C1%2C0%2C0%2C0%2C.68.28%2C1%2C1%2C0%2C0%2C0%2C.37-.07%2C1%2C1%2C0%2C0%2C0%2C.59-.9V41.66a1%2C1%2C0%2C1%2C0-1.92%2C0V50l-1.23-1.25a1%2C1%2C0%2C0%2C0-1.36%2C0L29.09%2C50V41.66A1%2C1%2C0%2C0%2C0%2C28.13%2C40.69ZM52%2C0H28.13a1%2C1%2C0%2C0%2C0-1%2C1V13.56a1%2C1%2C0%2C1%2C0%2C1.92%2C0V1.94h3.82V13.56a1%2C1%2C0%2C1%2C0%2C1.92%2C0V1.94H51.09V60.06H13.78a1%2C1%2C0%2C0%2C0%2C0%2C1.94H52a1%2C1%2C0%2C0%2C0%2C1-1V1A1%2C1%2C0%2C0%2C0%2C52%2C0ZM44.12%2C27c1.19-5.41-1.74-9.27-5-10.57A7.14%2C7.14%2C0%2C0%2C0%2C31%2C18.37a7.14%2C7.14%2C0%2C0%2C0-8.15-1.95c-3.23%2C1.3-6.16%2C5.16-5%2C10.56.79%2C3.61%2C3.23%2C7%2C7.05%2C9.94a28.29%2C28.29%2C0%2C0%2C0%2C5.48%2C3.27%2C1.48%2C1.48%2C0%2C0%2C0%2C.59.12%2C1.4%2C1.4%2C0%2C0%2C0%2C.58-.12%2C27.87%2C27.87%2C0%2C0%2C0%2C5.49-3.27C40.89%2C34%2C43.33%2C30.59%2C44.12%2C27ZM31%2C38.33a27.21%2C27.21%2C0%2C0%2C1-4.93-3c-3.45-2.61-5.63-5.65-6.33-8.8-.94-4.3%2C1.32-7.34%2C3.82-8.34a5.24%2C5.24%2C0%2C0%2C1%2C2-.4%2C5.81%2C5.81%2C0%2C0%2C1%2C4.68%2C2.64%2C1%2C1%2C0%2C0%2C0%2C1.54%2C0c1.7-2.36%2C4.25-3.22%2C6.67-2.24s4.76%2C4%2C3.82%2C8.34c-.7%2C3.15-2.88%2C6.19-6.33%2C8.8A26.78%2C26.78%2C0%2C0%2C1%2C31%2C38.33Z%22%2F%3E%3C%2Fsvg%3E")
}

.nav-icon-12::before,
.card-article__figure>div>.figure-placeholder.icon-12::before,
.mainnav>.menu-item.icon-12>a>span::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2262%22%20height%3D%2262%22%20viewBox%3D%220%200%2062%2062%22%20style%3D%22fill%3A%23fff%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M26.14%2C26.41a1%2C1%2C0%2C0%2C0-1.51%2C1.21L29.71%2C34a1%2C1%2C0%2C0%2C0%2C.75.37%2C1%2C1%2C0%2C0%2C0%2C.75-.37L43.14%2C19a1%2C1%2C0%2C1%2C0-1.5-1.22l-11.18%2C14ZM56%2C11.1a.94.94%2C0%2C0%2C0-.69-.73C45.3%2C7.75%2C37.09%2C4.23%2C31.57.19a1%2C1%2C0%2C0%2C0-1.14%2C0c-5.52%2C4-13.73%2C7.56-23.74%2C10.18A1%2C1%2C0%2C0%2C0%2C6%2C11.1a41.08%2C41.08%2C0%2C0%2C0-1%2C9c0%2C14.38%2C7.73%2C28.27%2C21.76%2C39.09A1%2C1%2C0%2C0%2C0%2C28.11%2C59a1%2C1%2C0%2C0%2C0-.18-1.36c-13.54-10.44-21-23.78-21-37.55a38.83%2C38.83%2C0%2C0%2C1%2C.82-8C17.4%2C9.52%2C25.41%2C6.1%2C31%2C2.16c5.59%2C3.93%2C13.6%2C7.36%2C23.25%2C9.94a38.83%2C38.83%2C0%2C0%2C1%2C.82%2C8c0%2C15.07-8.74%2C29.34-24.61%2C40.17A1%2C1%2C0%2C0%2C0%2C31%2C62a.91.91%2C0%2C0%2C0%2C.54-.17C48%2C50.63%2C57%2C35.79%2C57%2C20.06A40.48%2C40.48%2C0%2C0%2C0%2C56%2C11.1ZM37.55%2C17.58A13.07%2C13.07%2C0%2C0%2C0%2C31%2C15.82a13.2%2C13.2%2C0%2C1%2C0%2C12.3%2C8.51%2C1%2C1%2C0%2C0%2C0-1.25-.56A1%2C1%2C0%2C0%2C0%2C41.5%2C25a11.25%2C11.25%2C0%2C1%2C1-4.91-5.77%2C1%2C1%2C0%2C0%2C0%2C1-1.68Z%22%2F%3E%3C%2Fsvg%3E")
}

.nav-icon-13::before,
.card-article__figure>div>.figure-placeholder.icon-13::before,
.mainnav>.menu-item.icon-13>a>span::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2262%22%20height%3D%2262%22%20viewBox%3D%220%200%2062%2062%22%20style%3D%22fill%3A%23fff%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M31%2C26.36a4%2C4%2C0%2C1%2C0%2C4%2C4A4%2C4%2C0%2C0%2C0%2C31%2C26.36Zm0%2C5.93a2%2C2%2C0%2C1%2C1%2C2-2A2%2C2%2C0%2C0%2C1%2C31%2C32.29ZM21%2C26.36a4%2C4%2C0%2C1%2C0%2C4%2C4A4%2C4%2C0%2C0%2C0%2C21%2C26.36Zm0%2C5.93a2%2C2%2C0%2C1%2C1%2C2-2A2%2C2%2C0%2C0%2C1%2C21%2C32.29Zm20-5.93a4%2C4%2C0%2C1%2C0%2C4%2C4A4%2C4%2C0%2C0%2C0%2C41%2C26.36Zm0%2C5.93a2%2C2%2C0%2C1%2C1%2C2-2A2%2C2%2C0%2C0%2C1%2C41%2C32.29ZM31%2C4A24.89%2C24.89%2C0%2C0%2C0%2C6%2C28.72V57a1%2C1%2C0%2C0%2C0%2C.62.91A.84.84%2C0%2C0%2C0%2C7%2C58a1%2C1%2C0%2C0%2C0%2C.71-.29c.06-.06%2C5.72-5.65%2C8.94-8.75A25.05%2C25.05%2C0%2C0%2C0%2C56%2C28.72%2C24.89%2C24.89%2C0%2C0%2C0%2C31%2C4Zm0%2C47.46a22.93%2C22.93%2C0%2C0%2C1-13.84-4.58%2C1%2C1%2C0%2C0%2C0-1.29.08c-2.09%2C2-5.73%2C5.56-7.87%2C7.67V28.72a23%2C23%2C0%2C0%2C1%2C46%2C0A22.9%2C22.9%2C0%2C0%2C1%2C31%2C51.46Z%22%2F%3E%3C%2Fsvg%3E")
}

.nav-icon-14::before,
.card-article__figure>div>.figure-placeholder.icon-14::before,
.mainnav>.menu-item.icon-14>a>span::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2262%22%20height%3D%2262%22%20viewBox%3D%220%200%2062%2062%22%20style%3D%22fill%3A%23fff%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M20.73%2C26.37a1%2C1%2C0%2C0%2C0-1.4-.15%2C1%2C1%2C0%2C0%2C0-.16%2C1.4l10%2C12.46a1%2C1%2C0%2C0%2C0%2C.78.38%2C1%2C1%2C0%2C0%2C0%2C.78-.38L54.2%2C10.81A1%2C1%2C0%2C0%2C0%2C54%2C9.4a1%2C1%2C0%2C0%2C0-1.4.16l-22.7%2C28.3Zm33.63-4.3a1%2C1%2C0%2C1%2C0-1.87.72A23%2C23%2C0%2C1%2C1%2C42.44%2C11a1%2C1%2C0%2C1%2C0%2C1-1.73A25%2C25%2C0%2C1%2C0%2C54.36%2C22.07Z%22%2F%3E%3C%2Fsvg%3E")
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.2
}

h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 2.5rem
}

li {
  margin-top: .47rem
}

p,
ul {
  margin: 0 0 1.8rem
}

blockquote {
  max-width: 650px;
  padding-top: 0;
  padding-bottom: 0;
  border-left-width: 2px;
  margin: auto;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  font-size: 1.47rem;
  font-style: normal
}

blockquote>p {
  position: relative;
  margin-bottom: .2rem;
  line-height: 1.37;
  padding-left: 40px;
  font-weight: 300;
  font-size: 1.5rem
}

blockquote>p::before {
  position: absolute;
  left: 0;
  top: 14px;
  width: 26px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2220%22%20viewBox%3D%220%200%2026%2020%22%20style%3D%22fill%3A%23343a40%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%2C13.85A15.06%2C15.06%2C0%2C0%2C1%2C.63%2C9.5a11.58%2C11.58%2C0%2C0%2C1%2C2-3.9A14.44%2C14.44%2C0%2C0%2C1%2C6.32%2C2.37%2C20.65%2C20.65%2C0%2C0%2C1%2C11.73%2C0V3A13.18%2C13.18%2C0%2C0%2C0%2C6.56%2C5.66%2C5%2C5%2C0%2C0%2C0%2C4.92%2C9.33a1.77%2C1.77%2C0%2C0%2C0%2C.38%2C1.15%2C4%2C4%2C0%2C0%2C0%2C1%2C.83c.4.24.82.48%2C1.26.71a7.33%2C7.33%2C0%2C0%2C1%2C1.25.83%2C3.79%2C3.79%2C0%2C0%2C1%2C1%2C1.19%2C3.66%2C3.66%2C0%2C0%2C1%2C.39%2C1.78%2C3.73%2C3.73%2C0%2C0%2C1-1.35%2C3.11A5.17%2C5.17%2C0%2C0%2C1%2C5.48%2C20a5.5%2C5.5%2C0%2C0%2C1-2.08-.4%2C5%2C5%2C0%2C0%2C1-1.76-1.17%2C5.41%2C5.41%2C0%2C0%2C1-1.2-1.94A7.45%2C7.45%2C0%2C0%2C1%2C0%2C13.85Zm14.27%2C0A15.06%2C15.06%2C0%2C0%2C1%2C14.9%2C9.5a11.58%2C11.58%2C0%2C0%2C1%2C2-3.9%2C14.61%2C14.61%2C0%2C0%2C1%2C3.65-3.23A20.65%2C20.65%2C0%2C0%2C1%2C26%2C0V3a13.12%2C13.12%2C0%2C0%2C0-5.13%2C2.69%2C5%2C5%2C0%2C0%2C0-1.64%2C3.67%2C1.77%2C1.77%2C0%2C0%2C0%2C.38%2C1.15%2C4.11%2C4.11%2C0%2C0%2C0%2C1%2C.83c.39.24.81.48%2C1.26.71a7%2C7%2C0%2C0%2C1%2C1.26.83%2C4.19%2C4.19%2C0%2C0%2C1%2C1%2C1.19%2C3.78%2C3.78%2C0%2C0%2C1%2C.38%2C1.78%2C3.74%2C3.74%2C0%2C0%2C1-1.33%2C3.11A5.12%2C5.12%2C0%2C0%2C1%2C19.79%2C20a5.64%2C5.64%2C0%2C0%2C1-2.1-.4%2C4.85%2C4.85%2C0%2C0%2C1-1.76-1.17%2C5.7%2C5.7%2C0%2C0%2C1-1.2-1.94A7%2C7%2C0%2C0%2C1%2C14.27%2C13.85Z%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  content: '\00ad';
  opacity: .5
}

blockquote>footer {
  color: #343a40;
  font-size: 1rem;
  font-style: italic
}

a {
  color: var(--primary-color)
}

a:hover {
  color: var(--primary-color)
}

.list-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2.47rem
}

.list-links>li {
  margin-top: 0
}

.article__section .list-links {
  color: #fff
}

.article__section .list-links a {
  color: #fff;
  font-weight: 700
}

.list-links>li {
  position: relative;
  padding-left: 30px;
  line-height: 1.4;
  margin-bottom: 1rem
}

.list-links>li::before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 14px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20style%3D%22fill%3A%2300a0a1%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpolygon%20points%3D%228%207%201.39%2014%200%2012.52%205.21%207%200%201.48%201.39%200%208%207%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  content: '\00ad'
}

.list-test-questions {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1
}

.list-test-questions>li {
  margin-top: 0
}

.list-test-questions>li {
  padding: 15px
}

.list-test-questions .questions {
  font-weight: 700;
  margin-bottom: 1em
}

.list-test-options {
  list-style-type: none;
  margin: 0;
  padding: 0;
  counter-reset: options-counter
}

.list-test-options>li {
  margin-top: 0
}

.list-test-options>li {
  position: relative;
  margin-bottom: 20px;
  z-index: 1
}

.list-test-options>li::before {
  position: absolute;
  top: 0;
  left: -1px;
  padding: 8px 4px 10px;
  min-width: 38px;
  background-color: #00a0a1;
  color: #fff;
  border-radius: 50%;
  content: counter(options-counter, upper-alpha);
  counter-increment: options-counter;
  pointer-events: none;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  z-index: 2
}

.lead {
  font-weight: 700
}

a[href$=".doc"],
a[href$=".docx"],
a[href$=".pdf"] {
  padding: 0
}

a[href$=".doc"]:before,
a[href$=".docx"]:before,
a[href$=".pdf"]:before {
  display: none
}

a[href$=".doc"]::after,
a[href$=".docx"]::after,
a[href$=".pdf"]::after {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  content: '\00ad'
}

.article__aside a::after {
  margin-left: 15px
}

a[href$=".doc"]::after,
a[href$=".docx"]::after {
  content: '(DOC)'
}

a[href$=".pdf"]::after {
  content: '(PDF)'
}

.badge {
  line-height: 1.8
}

.btn {
  position: relative;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: var(--font-family-sans-serif);
  padding: .5rem 1.4rem;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 16px;
  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
}

.btn.disabled,
.btn:disabled {
  opacity: .65
}

.btn:not([disabled]):not(.disabled):active,
.btn:not([disabled]):not(.disabled).active {
  background-image: none
}

.btn.loading {
  cursor: wait
}

.btn-primary {
  color: #fff;
  background-color: #1a5395
}

.btn-primary::before {
  position: absolute;
  left: -3px;
  top: -3px;
  bottom: -3px;
  right: -3px;
  border: 2px solid #1a5395;
  content: '\00ad';
  z-index: 0;
  border-radius: 3px;
  z-index: 1;
  opacity: 0;
  transition: opacity .15s
}

@supports (mix-blend-mode: multiply) {
  .btn-primary::before {
    mix-blend-mode: multiply
  }
}

.btn-primary:hover {
  background-color: rgba(26, 83, 149, 0.7)
}

.btn-primary:hover::before {
  opacity: 1
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #1a5395;
  border-color: #1a5395
}

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1a5395;
  border-color: #1a5395
}

.btn-secondary {
  color: #fff;
  background-color: #00a0a1
}

.btn-secondary::before {
  position: absolute;
  left: -3px;
  top: -3px;
  bottom: -3px;
  right: -3px;
  border: 2px solid #00a0a1;
  content: '\00ad';
  z-index: 0;
  border-radius: 3px;
  z-index: 1;
  opacity: 0;
  transition: opacity .15s
}

@supports (mix-blend-mode: multiply) {
  .btn-secondary::before {
    mix-blend-mode: multiply
  }
}

.btn-secondary:hover {
  background-color: rgba(0, 160, 161, 0.7)
}

.btn-secondary:hover::before {
  opacity: 1
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #00a0a1;
  border-color: #00a0a1
}

.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #00a0a1;
  border-color: #00a0a1
}

.btn-success {
  color: #fff;
  background-color: #2acc45
}

.btn-success::before {
  position: absolute;
  left: -3px;
  top: -3px;
  bottom: -3px;
  right: -3px;
  border: 2px solid #2ACC45;
  content: '\00ad';
  z-index: 0;
  border-radius: 3px;
  z-index: 1;
  opacity: 0;
  transition: opacity .15s
}

@supports (mix-blend-mode: multiply) {
  .btn-success::before {
    mix-blend-mode: multiply
  }
}

.btn-success:hover {
  background-color: rgba(42, 204, 69, 0.7)
}

.btn-success:hover::before {
  opacity: 1
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #2ACC45;
  border-color: #2ACC45
}

.btn-success:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2ACC45;
  border-color: #2ACC45
}

.btn-info {
  color: #fff;
  background-color: #4dadf7
}

.btn-info::before {
  position: absolute;
  left: -3px;
  top: -3px;
  bottom: -3px;
  right: -3px;
  border: 2px solid #4DADF7;
  content: '\00ad';
  z-index: 0;
  border-radius: 3px;
  z-index: 1;
  opacity: 0;
  transition: opacity .15s
}

@supports (mix-blend-mode: multiply) {
  .btn-info::before {
    mix-blend-mode: multiply
  }
}

.btn-info:hover {
  background-color: rgba(77, 173, 247, 0.7)
}

.btn-info:hover::before {
  opacity: 1
}

.btn-info.disabled,
.btn-info:disabled {
  background-color: #4DADF7;
  border-color: #4DADF7
}

.btn-info:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #4DADF7;
  border-color: #4DADF7
}

.btn-warning {
  color: #fff;
  background-color: #fd7e14
}

.btn-warning::before {
  position: absolute;
  left: -3px;
  top: -3px;
  bottom: -3px;
  right: -3px;
  border: 2px solid #FD7E14;
  content: '\00ad';
  z-index: 0;
  border-radius: 3px;
  z-index: 1;
  opacity: 0;
  transition: opacity .15s
}

@supports (mix-blend-mode: multiply) {
  .btn-warning::before {
    mix-blend-mode: multiply
  }
}

.btn-warning:hover {
  background-color: rgba(253, 126, 20, 0.7)
}

.btn-warning:hover::before {
  opacity: 1
}

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #FD7E14;
  border-color: #FD7E14
}

.btn-warning:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #FD7E14;
  border-color: #FD7E14
}

.btn-danger {
  color: #fff;
  background-color: #e03131
}

.btn-danger::before {
  position: absolute;
  left: -3px;
  top: -3px;
  bottom: -3px;
  right: -3px;
  border: 2px solid #E03131;
  content: '\00ad';
  z-index: 0;
  border-radius: 3px;
  z-index: 1;
  opacity: 0;
  transition: opacity .15s
}

@supports (mix-blend-mode: multiply) {
  .btn-danger::before {
    mix-blend-mode: multiply
  }
}

.btn-danger:hover {
  background-color: rgba(224, 49, 49, 0.7)
}

.btn-danger:hover::before {
  opacity: 1
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #E03131;
  border-color: #E03131
}

.btn-danger:not([disabled]):not(.disabled):active,
.btn-danger:not([disabled]):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #E03131;
  border-color: #E03131
}

.btn-light {
  color: #fff;
  background-color: #f1f3f5
}

.btn-light::before {
  position: absolute;
  left: -3px;
  top: -3px;
  bottom: -3px;
  right: -3px;
  border: 2px solid #f1f3f5;
  content: '\00ad';
  z-index: 0;
  border-radius: 3px;
  z-index: 1;
  opacity: 0;
  transition: opacity .15s
}

@supports (mix-blend-mode: multiply) {
  .btn-light::before {
    mix-blend-mode: multiply
  }
}

.btn-light:hover {
  background-color: rgba(241, 243, 245, 0.7)
}

.btn-light:hover::before {
  opacity: 1
}

.btn-light.disabled,
.btn-light:disabled {
  background-color: #f1f3f5;
  border-color: #f1f3f5
}

.btn-light:not([disabled]):not(.disabled):active,
.btn-light:not([disabled]):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  color: #fff;
  background-color: #f1f3f5;
  border-color: #f1f3f5
}

.btn-dark {
  color: #fff;
  background-color: #343a40
}

.btn-dark::before {
  position: absolute;
  left: -3px;
  top: -3px;
  bottom: -3px;
  right: -3px;
  border: 2px solid #343a40;
  content: '\00ad';
  z-index: 0;
  border-radius: 3px;
  z-index: 1;
  opacity: 0;
  transition: opacity .15s
}

@supports (mix-blend-mode: multiply) {
  .btn-dark::before {
    mix-blend-mode: multiply
  }
}

.btn-dark:hover {
  background-color: rgba(52, 58, 64, 0.7)
}

.btn-dark:hover::before {
  opacity: 1
}

.btn-dark.disabled,
.btn-dark:disabled {
  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: #343a40;
  border-color: #343a40
}

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

.btn-link {
  font-weight: 400;
  color: #1a5395;
  background-color: transparent
}

.btn-link:hover {
  color: #0f2f54;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent
}

.btn-link:focus,
.btn-link.focus {
  border-color: transparent;
  box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
  color: #EEF0F3
}

.btn-outline-primary {
  background-color: transparent;
  background-image: none;
  color: var(--primary-color);
  border-color: var(--primary-color)
}

.article__section .btn-outline-primary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2)
}

.article__section .btn-outline-primary:hover {
  border-color: rgba(255, 255, 255, 0.8)
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: .5rem
}

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

.btn-search {
  padding: 0;
  width: 60px;
  height: 60px;
  background: var(--primary-color) url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22fill%3A%23fff%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M5.34%2C5.24a.74.74%2C0%2C0%2C0%2C1%2C1%2C9.32%2C9.32%2C0%2C0%2C1%2C13.09%2C0%2C.74.74%2C0%2C0%2C0%2C.53.22.75.75%2C0%2C0%2C0%2C.52-1.27A10.77%2C10.77%2C0%2C0%2C0%2C5.34%2C5.24Zm26%2C22.92L27.06%2C23.9a2.27%2C2.27%2C0%2C0%2C0-2.44-.48%2C0%2C0%2C0%2C0%2C0%2C0%2C0l-2.06-2.05A12.79%2C12.79%2C0%2C0%2C0%2C22%2C3.75a13%2C13%2C0%2C0%2C0-18.23%2C0%2C12.8%2C12.8%2C0%2C0%2C0%2C9.11%2C21.87%2C12.77%2C12.77%2C0%2C0%2C0%2C8.55-3.25l2%2C2a2.19%2C2.19%2C0%2C0%2C0%2C.37%2C2.68l4.28%2C4.26a2.21%2C2.21%2C0%2C0%2C0%2C1.58.67%2C2.3%2C2.3%2C0%2C0%2C0%2C1.65-3.84ZM21%2C20.8a11.35%2C11.35%2C0%2C1%2C1%2C0-16A11.36%2C11.36%2C0%2C0%2C1%2C21%2C20.8Zm9.31%2C9.48a.73.73%2C0%2C0%2C1-1.05%2C0L25%2C26A.73.73%2C0%2C0%2C1%2C25%2C25%2C.74.74%2C0%2C0%2C1%2C26%2C25l4.28%2C4.22A.76.76%2C0%2C0%2C1%2C30.29%2C30.28Z%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  border-radius: 0;
  border: 0;
  transition: background .15s
}

.btn-search:active,
.btn-search:focus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22fill%3A%23fff%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M5.34%2C5.24a.74.74%2C0%2C0%2C0%2C1%2C1%2C9.32%2C9.32%2C0%2C0%2C1%2C13.09%2C0%2C.74.74%2C0%2C0%2C0%2C.53.22.75.75%2C0%2C0%2C0%2C.52-1.27A10.77%2C10.77%2C0%2C0%2C0%2C5.34%2C5.24Zm26%2C22.92L27.06%2C23.9a2.27%2C2.27%2C0%2C0%2C0-2.44-.48%2C0%2C0%2C0%2C0%2C0%2C0%2C0l-2.06-2.05A12.79%2C12.79%2C0%2C0%2C0%2C22%2C3.75a13%2C13%2C0%2C0%2C0-18.23%2C0%2C12.8%2C12.8%2C0%2C0%2C0%2C9.11%2C21.87%2C12.77%2C12.77%2C0%2C0%2C0%2C8.55-3.25l2%2C2a2.19%2C2.19%2C0%2C0%2C0%2C.37%2C2.68l4.28%2C4.26a2.21%2C2.21%2C0%2C0%2C0%2C1.58.67%2C2.3%2C2.3%2C0%2C0%2C0%2C1.65-3.84ZM21%2C20.8a11.35%2C11.35%2C0%2C1%2C1%2C0-16A11.36%2C11.36%2C0%2C0%2C1%2C21%2C20.8Zm9.31%2C9.48a.73.73%2C0%2C0%2C1-1.05%2C0L25%2C26A.73.73%2C0%2C0%2C1%2C25%2C25%2C.74.74%2C0%2C0%2C1%2C26%2C25l4.28%2C4.22A.76.76%2C0%2C0%2C1%2C30.29%2C30.28Z%22%2F%3E%3C%2Fsvg%3E") !important
}

.btn-menu {
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: var(--primary-color);
  border-radius: 0;
  border: 0;
  transition: box-shadow .15s;
  will-change: box-shadow
}

.btn-menu:hover {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15)
}

.btn-menu::before,
.btn-menu::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -11px;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  content: '\00ad';
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: opacity .1s, -webkit-transform .2s;
  transition: opacity .1s, transform .2s;
  transition: opacity .1s, transform .2s, -webkit-transform .2s;
  will-change: opacity, transform
}

.btn-menu::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2212%22%20viewBox%3D%220%200%2022%2012%22%20style%3D%22fill%3A%23fff%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%2C7H22V5H0Zm0%2C5H22V10H0ZM0%2C0V2H22V0Z%22%2F%3E%3C%2Fsvg%3E")
}

.btn-menu::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22fill%3A%23fff%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpolygon%20points%3D%2216%201.3%2014.7%200%208%206.7%201.3%200%200%201.3%206.7%208%200%2014.7%201.3%2016%208%209.3%2014.7%2016%2016%2014.7%209.3%208%2016%201.3%22%2F%3E%3C%2Fsvg%3E");
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0)
}

.show>.btn-menu {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15)
}

.show>.btn-menu::before {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0)
}

.show>.btn-menu::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.close {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22fill%3A%23fff%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpolygon%20points%3D%2216%201.3%2014.7%200%208%206.7%201.3%200%200%201.3%206.7%208%200%2014.7%201.3%2016%208%209.3%2014.7%2016%2016%2014.7%209.3%208%2016%201.3%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  width: 24px;
  height: 24px
}

.btn-fb {
  background-color: #3B5893;
  color: #fff;
  margin-right: 15px
}

.btn-fb:hover {
  background-color: #213151
}

.btn-tw {
  background-color: #59ADEB;
  color: #fff
}

.btn-tw:hover {
  background-color: #1982cf
}

.btn-fb::before,
.btn-tw::before {
  display: none
}

.btn-sm {
  padding: .5rem 1rem;
  font-size: 12px;
  line-height: 1.5;
  border-radius: .2rem
}

.dropdown-menu,
.okayNav__nav--invisible {
  border-radius: 3px;
  margin-top: 5px
}

.dropdown-menu::before,
.okayNav__nav--invisible::before {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '\00ad';
  display: block;
  opacity: .55;
  z-index: -1
}

.dropdown-menu::after,
.okayNav__nav--invisible::after {
  display: none
}

.dropdown-menu li,
.okayNav__nav--invisible li {
  margin-top: 0
}

.dropdown-menu li>a,
.okayNav__nav--invisible li>a {
  display: block;
  padding: 10px 20px;
  font-weight: 700;
  color: #343a40;
  font-size: 13px
}

.dropdown-menu li>a.active,
.okayNav__nav--invisible li>a.active,
.dropdown-menu li>a:active,
.okayNav__nav--invisible li>a:active {
  color: #343a40;
  text-decoration: none
}

.dropdown-menu li>a.disabled,
.okayNav__nav--invisible li>a.disabled,
.dropdown-menu li>a:disabled,
.okayNav__nav--invisible li>a:disabled {
  color: #EEF0F3;
  background-color: transparent
}

.dropdown-submenu {
  box-shadow: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  min-width: 280px
}

.dropdown-submenu::before {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '\00ad';
  display: block;
  opacity: .32;
  z-index: -1
}

.dropdown-submenu li>a {
  font-size: 16px
}

.dropdown-submenu .sub-menu>.menu-item:last-child {
  margin-bottom: 0
}

.nav-tabs {
  border-bottom-color: #495057
}

.nav-tabs>li {
  margin-top: 0
}

.nav-tabs>li::before {
  position: absolute;
  content: '\00ad';
  left: 50%;
  bottom: -7px;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #1a5395 transparent transparent transparent;
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s
}

.nav-tabs>li>a {
  background-color: #495057;
  color: #fff;
  border: 0;
  border-radius: 0;
  padding: 10px 20px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  transition: background-color .12s
}

.nav-tabs>li>a:hover {
  border: 0;
  color: #fff;
  background-color: #5f656b
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  background-color: #1a5395;
  border: 0;
  color: #fff
}

.nav-tabs>li.active::before {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.alert {
  line-height: 1.47;
  font-size: 14px
}

.alert>p {
  margin: 0;
  line-height: 1.47
}

.alert>p+p {
  margin-top: 1em
}

.alert strong {
  font-size: 16px
}

.alert:only-child {
  margin-bottom: 0
}

.row.ld-gallery {
  margin-bottom: 15px
}

.gallery-thumb {
  margin-bottom: 30px
}

.gallery-thumb__url,
.gallery-thumb__image,
.gallery-thumb__caption {
  display: block
}

.gallery-thumb__url {
  margin-top: 15px;
  margin-bottom: 15px;
  transition: box-shadow .15s
}

.gallery-thumb__url:hover {
  box-shadow: 0 0 0 2px #1a5395
}

.gallery-thumb__image img {
  display: block;
  width: 100%;
  height: auto
}

table {
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  margin-bottom: 1.8rem;
  background-color: transparent
}

table td,
table th {
  padding: .27rem .47rem;
  border: 1px solid #d9dfe4;
  font-size: .888rem
}

table>thead>tr>th,
table>thead>tr>td {
  border-bottom: 2px solid #b6c0cb;
  font-weight: 700
}

.form {
  position: relative;
  background-color: rgba(var(--primary-color-rgb), .7);
  border-radius: 1rem;
  padding: 30px;
  width: 100%
}

.home .form::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: '\00ad';
  background-color: rgba(0, 0, 0, 0.18)
}

@supports (mix-blend-mode: multiply) {
  .home .form::before {
    background-color: rgba(var(--primary-color-rgb), .5);
    mix-blend-mode: multiply
  }
}

.form .form-group {
  position: relative;
  z-index: 1
}

.page-template-page-advices_page .form {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  z-index: 1020
}

.form-title {
  margin-top: 5px;
  color: #fff;
  margin-bottom: 15px;
  font-size: 1.375rem
}

.form-sm {
  width: auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 15px;
  border-radius: .5rem;
  margin-bottom: 30px
}

.form-sm.d-flex {
  margin-left: -30px;
  margin-right: -30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (min-width: 1200px) {
  .form-sm.d-flex {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.form-sm.d-flex>.form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width: 768px) {
  .form-sm.d-flex>.form-group {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%
  }
}

@media (min-width: 992px) {
  .form-sm.d-flex>.form-group {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 100%
  }
}

label {
  margin-bottom: 0
}

label.label--required::after {
  display: inline-block;
  position: relative;
  top: 1px;
  color: #d91c33;
  margin-left: 3px;
  font-size: 14px;
  content: '*'
}

.form label {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px
}

fieldset {
  margin-top: 10px
}

legend {
  font-size: 16px;
  height: 20px;
  font-weight: 700
}

legend>span {
  position: relative;
  top: 5px;
  background-color: #fff;
  padding-right: 10px
}

.form-control {
  display: block;
  width: 100%;
  padding: .7rem;
  line-height: 1.8;
  color: #343a40;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #B5AFAA;
  border-radius: 4px;
  font-size: 16px
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:not([readonly]):hover {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4)
}

.form-control:focus {
  box-shadow: none
}

.form-control:not([readonly]):focus {
  color: #343a40;
  background-color: #fff;
  border-color: #4DADF7;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.55);
  outline: none
}

.form-control::-webkit-input-placeholder {
  color: rgba(52, 58, 64, 0.35);
  opacity: 1
}

.form-control::-moz-placeholder {
  color: rgba(52, 58, 64, 0.35);
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: rgba(52, 58, 64, 0.35);
  opacity: 1
}

.form-control::-ms-input-placeholder {
  color: rgba(52, 58, 64, 0.35);
  opacity: 1
}

.form-control::placeholder {
  color: rgba(52, 58, 64, 0.35);
  opacity: 1
}

.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}

.form .form-control {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color)
}

.form .form-control:focus {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color)
}

.form-control-sm {
  padding: 0.2rem 0.47rem
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: auto !important;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20style%3D%22fill%3A%23fff%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpolygon%20points%3D%227%208%200%201.39%201.48%200%207%205.21%2012.52%200%2014%201.39%207%208%22%2F%3E%3C%2Fsvg%3E") right 15px top 50% no-repeat
}

select::-ms-expand {
  display: none
}

textarea.form-control {
  resize: vertical
}

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

.form-text {
  display: block;
  margin-top: .25rem;
  opacity: .6
}

.input-radio,
.input-checkbox,
.input-switch {
  display: inline-block;
  cursor: pointer;
  font-size: 1rem;
  margin-bottom: 0
}

.input-radio>span,
.input-checkbox>span,
.input-switch>span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: block;
  color: #343a40
}

.input-radio>span::before,
.input-radio>span::after,
.input-checkbox>span::before,
.input-checkbox>span::after,
.input-switch>span::before,
.input-switch>span::after {
  position: absolute;
  content: '\00ad'
}

.input-radio>span>.form-help,
.input-checkbox>span>.form-help,
.input-switch>span>.form-help {
  float: none;
  margin-left: 5px;
  vertical-align: middle
}

.input-radio,
.input-checkbox {
  min-height: 1rem;
  min-width: 24px
}

.input-radio>span,
.input-checkbox>span {
  padding-left: 34px;
  padding-right: 10px
}

.input-radio>span::before,
.input-checkbox>span::before {
  width: 24px;
  height: 24px;
  border: 1px solid #B5AFAA;
  background-color: #fff;
  transition: border-color .14s
}

.input-radio>span::after,
.input-checkbox>span::after {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition: opacity 0.12s, -webkit-transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.12s;
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.12s, -webkit-transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1)
}

.input-radio>span:hover::before,
.input-checkbox>span:hover::before {
  border-color: #8f867e
}

.input-radio>input:checked+span::before,
.input-checkbox>input:checked+span::before {
  border-color: #B5AFAA
}

.input-radio>input:checked+span::after,
.input-checkbox>input:checked+span::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.input-radio>input[disabled]+span,
.input-checkbox>input[disabled]+span {
  color: #afb1b8;
  cursor: not-allowed
}

.input-radio>input[disabled]+span::before,
.input-checkbox>input[disabled]+span::before {
  border-color: #dfe0e2
}

.input-radio>span::before {
  left: 0;
  top: .18rem;
  border-radius: 50%
}

.input-radio>span::after {
  top: .54rem;
  left: 6px;
  width: 12px;
  height: 12px;
  background-color: #343a40;
  border-radius: 50%
}

.input-radio>input[disabled]+span::after {
  background-color: #d6d9db
}

.input-checkbox>span::before {
  left: 0;
  top: .18rem
}

.input-checkbox>span::after {
  left: 5px;
  top: .40rem;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22fill%3A%23343a40%3B%22%3E%3E%3Cpolygon%20fill%3D%22%23000%22%20points%3D%2214.5%202.5%2013.5%201.5%206.5%2010.5%203.5%208.5%201.5%209.5%206.5%2014.5%2014.5%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  width: 16px;
  height: 16px
}

.input-checkbox>input[disabled]+span::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22fill%3A%23343a40%3B%22%3E%3E%3Cpolygon%20fill%3D%22%23000%22%20points%3D%2214.5%202.5%2013.5%201.5%206.5%2010.5%203.5%208.5%201.5%209.5%206.5%2014.5%2014.5%202.5%22%2F%3E%3C%2Fsvg%3E")
}

.input-switch {
  vertical-align: top
}

.input-switch>span {
  padding-left: 40px;
  padding-right: 10px;
  min-width: 32px;
  min-height: 23px
}

.input-switch>span::before {
  left: 0;
  top: 1px;
  width: 32px;
  height: 20px;
  background-color: #B5AFAA;
  border-radius: 100px;
  transition: background-color .14s
}

.input-switch>span::after {
  left: 2px;
  top: 3px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1)
}

.input-switch>span:hover::before {
  background-color: #a29a94
}

.input-switch>input:checked+span::before {
  background-color: #00a0a1
}

.input-switch>input:checked+span::after {
  -webkit-transform: translateX(12px);
  transform: translateX(12px)
}

.input-switch>input[disabled]+span {
  cursor: not-allowed;
  color: #afb1b8
}

.input-switch>input[disabled]+span::before {
  background-color: #e7e7e7
}

.input-switch--right {
  display: block
}

.input-switch--right>span {
  padding-left: 0;
  padding-right: 40px
}

.input-switch--right>span::before {
  right: 0;
  left: auto
}

.input-switch--right>span::after {
  right: 14px;
  left: auto
}

.form .custom-radio {
  display: block;
  cursor: pointer;
  text-transform: none;
  font-size: .875rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.form .custom-radio>.label {
  position: relative;
  display: block;
  border-radius: 1rem;
  padding: 5px 5px 5px 50px;
  transition: background-color .15s
}

.form .custom-radio>.label::before,
.form .custom-radio>.label::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: '\00ad';
  border-radius: 1rem
}

.form .custom-radio>.label::before {
  background-color: var(--primary-color);
  z-index: -1
}

.form .custom-radio>.label::after {
  box-shadow: 0 1px 2px #000;
  opacity: 0;
  transition: opacity .2s
}

.form .custom-radio>.label:hover::after {
  opacity: .25
}

.form .custom-radio>.desc {
  position: relative;
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
  border-radius: 1rem;
  line-height: 1.47;
  color: var(--primary-color);
  margin-left: 35px;
  margin-top: 15px;
  font-size: 14px
}

.form .custom-radio>.desc::before {
  position: absolute;
  top: -8px;
  left: 25px;
  content: '\00ad';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent rgba(255, 255, 255, 0.8) transparent
}

.form .custom-radio>input:checked+.label+.desc {
  display: block
}

.valid .custom-radio {
  cursor: default
}

.valid .custom-radio>.label {
  background-color: #00a0a1
}

.invalid .custom-radio {
  cursor: default
}

.invalid .custom-radio>.label {
  background-color: #FD7E14
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--primary-color)
}

.card::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.38);
  opacity: .2;
  content: '\00ad'
}

@supports (mix-blend-mode: multiply) {
  .card::before {
    background-color: var(--primary-color);
    mix-blend-mode: multiply
  }
}

.card-nth-list>li:nth-child(1) .card::before {
  opacity: .6
}

.card-nth-list>li:nth-child(2) .card::before {
  opacity: .5
}

.card-nth-list>li:nth-child(3) .card::before {
  opacity: .4
}

.card__block {
  position: relative;
  width: 100%;
  padding: 30px;
  color: #343a40;
  text-align: center
}

.card__block::before {
  display: block;
  width: 100px;
  height: 100px;
  content: '\00ad';
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain
}

.card__block.type-1::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%22100%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M32%2C28a5%2C5%2C0%2C1%2C0%2C5%2C5A5%2C5%2C0%2C0%2C0%2C32%2C28Zm30%2C7H74a1.5%2C1.5%2C0%2C0%2C0%2C0-3H62a1.5%2C1.5%2C0%2C0%2C0%2C0%2C3ZM79%2C62.25a1.5%2C1.5%2C0%2C0%2C0-1.5%2C1.5c0%2C10.2-12.34%2C18.5-27.5%2C18.5a1.5%2C1.5%2C0%2C0%2C0%2C0%2C3c16.82%2C0%2C30.5-9.64%2C30.5-21.5A1.5%2C1.5%2C0%2C0%2C0%2C79%2C62.25Zm8.09-49.41C78.49%2C4.23%2C64.24-.07%2C50-.07S21.51%2C4.23%2C12.91%2C12.84C-4.3%2C30-4.3%2C69.81%2C12.91%2C87%2C21.51%2C95.63%2C35.76%2C99.93%2C50%2C99.93S78.49%2C95.63%2C87.09%2C87C104.3%2C69.81%2C104.3%2C30%2C87.09%2C12.84ZM85%2C84.9c-7.53%2C7.53-20.6%2C12-35%2C12s-27.44-4.5-35-12C-1%2C68.89-1%2C31%2C15%2C15c7.53-7.53%2C20.6-12%2C35-12s27.44%2C4.5%2C35%2C12C101%2C31%2C101%2C68.89%2C85%2C84.9Z%22%20fill%3D%22%2366c6c7%22%2F%3E%3C%2Fsvg%3E")
}

.card__block.type-2::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%22100%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M32%2C29a4%2C4%2C0%2C1%2C0%2C4%2C4A4%2C4%2C0%2C0%2C0%2C32%2C29ZM50%2C57c-7.16%2C0-13%2C7.39-13%2C16.5S42.84%2C90%2C50%2C90s13-7.39%2C13-16.5S57.16%2C57%2C50%2C57Zm0%2C30c-5.5%2C0-10-6.06-10-13.5S44.5%2C60%2C50%2C60s10%2C6.06%2C10%2C13.5S55.5%2C87%2C50%2C87ZM68%2C29a4%2C4%2C0%2C1%2C0%2C4%2C4A4%2C4%2C0%2C0%2C0%2C68%2C29Zm0-7a11%2C11%2C0%2C0%2C0-10.57%2C8%2C12.48%2C12.48%2C0%2C0%2C0-14.86%2C0A11%2C11%2C0%2C1%2C0%2C43%2C33l.28.28a9.52%2C9.52%2C0%2C0%2C1%2C13.44%2C0L57%2C33A11%2C11%2C0%2C1%2C0%2C68%2C22ZM32%2C41a8%2C8%2C0%2C1%2C1%2C8-8A8%2C8%2C0%2C0%2C1%2C32%2C41Zm36%2C0a8%2C8%2C0%2C1%2C1%2C8-8A8%2C8%2C0%2C0%2C1%2C68%2C41ZM87.09%2C12.84C78.49%2C4.23%2C64.24-.07%2C50-.07S21.51%2C4.23%2C12.91%2C12.84C-4.3%2C30-4.3%2C69.81%2C12.91%2C87%2C21.51%2C95.63%2C35.76%2C99.93%2C50%2C99.93S78.49%2C95.63%2C87.09%2C87C104.3%2C69.81%2C104.3%2C30%2C87.09%2C12.84ZM85%2C84.9c-7.53%2C7.53-20.6%2C12-35%2C12s-27.44-4.5-35-12C-1%2C68.89-1%2C31%2C15%2C15c7.53-7.53%2C20.6-12%2C35-12s27.44%2C4.5%2C35%2C12C101%2C31%2C101%2C68.89%2C85%2C84.9Z%22%20fill%3D%22%2366c6c7%22%2F%3E%3C%2Fsvg%3E")
}

.card__block.type-3::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%22100%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M24%2C36.68a1.52%2C1.52%2C0%2C0%2C0%2C.51-.09l12-4.36a1.51%2C1.51%2C0%2C0%2C0%2C.9-1.93%2C1.49%2C1.49%2C0%2C0%2C0-1.92-.89l-12%2C4.36a1.51%2C1.51%2C0%2C0%2C0-.9%2C1.93A1.49%2C1.49%2C0%2C0%2C0%2C24%2C36.68Zm39.49-4.45%2C12%2C4.36a1.52%2C1.52%2C0%2C0%2C0%2C.51.09%2C1.49%2C1.49%2C0%2C0%2C0%2C1.41-1%2C1.51%2C1.51%2C0%2C0%2C0-.9-1.93l-12-4.36a1.49%2C1.49%2C0%2C0%2C0-1.92.89A1.51%2C1.51%2C0%2C0%2C0%2C63.49%2C32.23ZM79%2C62.25a1.5%2C1.5%2C0%2C0%2C0-1.5%2C1.5c0%2C10.2-12.34%2C18.5-27.5%2C18.5S22.5%2C74%2C22.5%2C63.75a1.5%2C1.5%2C0%2C0%2C0-3%2C0c0%2C11.86%2C13.68%2C21.5%2C30.5%2C21.5s30.5-9.64%2C30.5-21.5A1.5%2C1.5%2C0%2C0%2C0%2C79%2C62.25Zm8.09-49.41C78.49%2C4.23%2C64.24-.07%2C50-.07S21.51%2C4.23%2C12.91%2C12.84C-4.3%2C30-4.3%2C69.81%2C12.91%2C87%2C21.51%2C95.63%2C35.76%2C99.93%2C50%2C99.93S78.49%2C95.63%2C87.09%2C87C104.3%2C69.81%2C104.3%2C30%2C87.09%2C12.84ZM85%2C84.9c-7.53%2C7.53-20.6%2C12-35%2C12s-27.44-4.5-35-12C-1%2C68.89-1%2C31%2C15%2C15c7.53-7.53%2C20.6-12%2C35-12s27.44%2C4.5%2C35%2C12C101%2C31%2C101%2C68.89%2C85%2C84.9Z%22%20fill%3D%22%2366c6c7%22%2F%3E%3C%2Fsvg%3E")
}

.card__block.type-4::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%22100%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M70.82%2C76l-41-9A1.49%2C1.49%2C0%2C1%2C0%2C29.18%2C70l41%2C9a1.17%2C1.17%2C0%2C0%2C0%2C.32%2C0%2C1.5%2C1.5%2C0%2C0%2C0%2C.32-3ZM32%2C38a5%2C5%2C0%2C1%2C0-5-5A5%2C5%2C0%2C0%2C0%2C32%2C38ZM68%2C28a5%2C5%2C0%2C1%2C0%2C5%2C5A5%2C5%2C0%2C0%2C0%2C68%2C28ZM87.09%2C12.84C78.49%2C4.23%2C64.24-.07%2C50-.07S21.51%2C4.23%2C12.91%2C12.84C-4.3%2C30-4.3%2C69.81%2C12.91%2C87%2C21.51%2C95.63%2C35.76%2C99.93%2C50%2C99.93S78.49%2C95.63%2C87.09%2C87C104.3%2C69.81%2C104.3%2C30%2C87.09%2C12.84ZM85%2C84.9c-7.53%2C7.53-20.6%2C12-35%2C12s-27.44-4.5-35-12C-1%2C68.89-1%2C31%2C15%2C15c7.53-7.53%2C20.6-12%2C35-12s27.44%2C4.5%2C35%2C12C101%2C31%2C101%2C68.89%2C85%2C84.9Z%22%20fill%3D%22%2366c6c7%22%2F%3E%3C%2Fsvg%3E")
}

.card__block[data-ld-action="toggleCardPopover"] {
  cursor: pointer;
  padding-bottom: 60px
}

.card__block[data-ld-action="toggleCardPopover"]::after {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  content: '\00ad';
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20style%3D%22fill%3A%2300a0a1%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M15%2C0A15%2C15%2C0%2C1%2C0%2C30%2C15%2C15%2C15%2C0%2C0%2C0%2C15%2C0Zm0%2C28A13%2C13%2C0%2C1%2C1%2C28%2C15%2C13%2C13%2C0%2C0%2C1%2C15%2C28Zm8-14H16V7a1%2C1%2C0%2C0%2C0-2%2C0v7H7a1%2C1%2C0%2C0%2C0%2C0%2C2h7v7a1%2C1%2C0%2C0%2C0%2C2%2C0V16h7a1%2C1%2C0%2C0%2C0%2C0-2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  transition: background-image .15s, -webkit-transform .24s ease-in-out;
  transition: transform .24s ease-in-out, background-image .15s;
  transition: transform .24s ease-in-out, background-image .15s, -webkit-transform .24s ease-in-out
}

.card__block[data-ld-action="toggleCardPopover"]:hover::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.card__block[data-ld-action="toggleCardPopover"].open::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20style%3D%22fill%3A%2300a0a1%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M15%2C0A15%2C15%2C0%2C1%2C0%2C30%2C15%2C15%2C15%2C0%2C0%2C0%2C15%2C0Zm0%2C28A13%2C13%2C0%2C1%2C1%2C28%2C15%2C13%2C13%2C0%2C0%2C1%2C15%2C28Zm8-14H7a1%2C1%2C0%2C0%2C0%2C0%2C2H23a1%2C1%2C0%2C0%2C0%2C0-2Z%22%2F%3E%3C%2Fsvg%3E")
}

.card__title {
  margin-top: 0;
  margin-bottom: .47em;
  color: #fff;
  font-size: 1.375rem
}

.card__lead {
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.47
}

.card-popover {
  position: absolute;
  text-align: left;
  display: none;
  width: 550px;
  max-width: 90vw;
  border-radius: 24px;
  box-shadow: 0 4px 0 0 #00a0a1, 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
  z-index: 1060;
  transition: opacity .2s;
  opacity: 0
}

.card-popover.show {
  display: block
}

.card-popover.fade {
  opacity: 0
}

.card-popover.fadein {
  opacity: 1
}

.card-popover::before {
  position: absolute;
  left: 50%;
  bottom: -14px;
  margin-left: -14px;
  width: 26px;
  height: 26px;
  background-color: #00a0a1;
  content: '\00ad';
  border-radius: 50%;
  z-index: -1
}

.card-popover>.close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22fill%3A%2300a0a1%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpolygon%20points%3D%2216%201.3%2014.7%200%208%206.7%201.3%200%200%201.3%206.7%208%200%2014.7%201.3%2016%208%209.3%2014.7%2016%2016%2014.7%209.3%208%2016%201.3%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  padding: 0;
  margin: 0;
  z-index: 1;
  cursor: pointer;
  transition: opacity .15s
}

.card-popover>.popover-body {
  padding: 30px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: none
}

.card-popover>.popover-body>p {
  margin-bottom: 1.47em
}

.card-popover>.popover-body>p>strong {
  font-size: 1.25rem
}

.card-popover>.popover-body a {
  color: #00a0a1;
  font-weight: 700
}

.card-popover ul {
  margin: 0;
  padding: 0;
  padding-left: 10px;
  list-style-type: none
}

.card-popover ul li {
  padding-left: 1em;
  text-indent: -.7em
}

.card-popover ul li::before {
  display: inline-block;
  content: "• ";
  color: #00a0a1
}

.card-article {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
  background-color: #fff;
  contain: content
}

.card-article.video.open::after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -10px;
  content: '\00ad';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #222 transparent
}

.card-article__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  color: #343a40;
  overflow: hidden;
  transition: color .15s;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0 !important
}

.card-article__block::before {
  display: none
}

.card-article__block::after {
  position: absolute;
  bottom: 15px;
  left: 20px;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20style%3D%22fill%3A%23343a40%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpolygon%20points%3D%228%207%201.39%2014%200%2012.52%205.21%207%200%201.48%201.39%200%208%207%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  content: '\00ad' !important;
  opacity: 0;
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
  transition: opacity .1s ease-in-out 0s, -webkit-transform .18s ease-in-out 0s;
  transition: transform .18s ease-in-out 0s, opacity .1s ease-in-out 0s;
  transition: transform .18s ease-in-out 0s, opacity .1s ease-in-out 0s, -webkit-transform .18s ease-in-out 0s;
  z-index: 3
}

.card-article__block:hover {
  text-decoration: none;
  color: #343a40
}

.card-article__block:hover::after {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity .1s ease-in-out .1s, -webkit-transform .18s ease-in-out .1s;
  transition: transform .18s ease-in-out .1s, opacity .1s ease-in-out .1s;
  transition: transform .18s ease-in-out .1s, opacity .1s ease-in-out .1s, -webkit-transform .18s ease-in-out .1s
}

.card-article__block:hover .card-article__figure {
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px)
}

.card-article__block:hover .card-article__title {
  transition: -webkit-transform .24s ease 0s;
  transition: transform .24s ease 0s;
  transition: transform .24s ease 0s, -webkit-transform .24s ease 0s;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px)
}

.card-article__figure {
  position: relative;
  margin-bottom: 0;
  transition: -webkit-transform .3s ease .12s;
  transition: transform .3s ease .12s;
  transition: transform .3s ease .12s, -webkit-transform .3s ease .12s
}

.card-article__figure>div {
  height: 0;
  padding-bottom: 62.962962963%;
  margin: 0
}

.card-article__figure>div>img,
.card-article__figure>div>.figure-placeholder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.card-article__figure>div>.figure-placeholder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  padding: 15px;
  color: #fff;
  font-weight: 700
}

.card-article__figure>div>.figure-placeholder::before {
  display: block;
  content: '\00ad';
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  margin-bottom: 10px
}

.card-article__figure>div>.figure-placeholder.icon-download::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2262%22%20height%3D%2262%22%20viewBox%3D%220%200%2062%2062%22%20style%3D%22fill%3A%23fff%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20id%3D%22_Compound_Path_%22%20data-name%3D%22%26lt%3BCompound%20Path%3E%22%20d%3D%22M61%2C39.82V58.56A3.43%2C3.43%2C0%2C0%2C1%2C57.51%2C62h-53A3.43%2C3.43%2C0%2C0%2C1%2C1%2C58.56V39.82a3.43%2C3.43%2C0%2C0%2C1%2C3.49-3.45A3.44%2C3.44%2C0%2C0%2C1%2C8%2C39.82V55.11H54V39.82a3.49%2C3.49%2C0%2C0%2C1%2C7%2C0ZM28.49%2C44.09a3.33%2C3.33%2C0%2C0%2C0%2C2.51%2C1%2C3.43%2C3.43%2C0%2C0%2C0%2C2.51-1L47.4%2C30a3.46%2C3.46%2C0%2C0%2C0-.07-4.9%2C3.57%2C3.57%2C0%2C0%2C0-5%2C.07l-7.88%2C8.06V3.44a3.49%2C3.49%2C0%2C0%2C0-7%2C0V33.27l-8-8a3.55%2C3.55%2C0%2C0%2C0-5-.07%2C3.45%2C3.45%2C0%2C0%2C0-.07%2C4.89Z%22%2F%3E%3C%2Fsvg%3E")
}

.video .card-article__figure::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
  width: 64px;
  height: 64px;
  content: '\00ad';
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2064%2064%22%20style%3D%22fill%3A%23fff%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M32%2C0A32%2C32%2C0%2C1%2C0%2C64%2C32%2C32%2C32%2C0%2C0%2C0%2C32%2C0Zm0%2C58A26%2C26%2C0%2C1%2C1%2C58%2C32%2C26%2C26%2C0%2C0%2C1%2C32%2C58ZM24%2C18%2C48%2C32%2C24%2C46Z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: contain
}

.card-article__figure>time {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  padding: 4px 15px;
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff
}

.card-article__title {
  position: relative;
  margin: 0;
  font-size: 1rem;
  padding: 20px;
  line-height: 1.3;
  z-index: 1;
  background-color: #fff;
  transition: -webkit-transform .24s ease .12s;
  transition: transform .24s ease .12s;
  transition: transform .24s ease .12s, -webkit-transform .24s ease .12s
}

.card-article-preview__content {
  position: relative;
  background-color: #222;
  padding: 40px 0 20px;
  margin-bottom: 30px
}

@media (min-width: 768px) {
  .card-article-preview__content {
    padding: 40px
  }
}

.card-article-preview__content::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -300px;
  right: -300px;
  content: '\00ad';
  background-color: #222
}

.card-article-preview__content .close {
  position: absolute;
  top: 12px;
  right: 5px
}

.card-article-preview__content .embed-responsive {
  margin-bottom: 0
}

.card-collapse {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da
}

.card-collapse::before {
  position: absolute;
  left: -30px;
  top: -1px;
  bottom: -1px;
  right: -30px;
  background-color: #f1f3f5;
  content: '\00ad';
  opacity: 0;
  transition: opacity .3s
}

.card-collapse.open {
  z-index: 1
}

.card-collapse.open::before {
  opacity: 1
}

.card-collapse+.card-collapse {
  margin-top: -1px
}

.article__aside+.card-collapse {
  margin-top: 2.47em
}

.card-collapse+p,
.card-collapse+ul {
  margin-top: 2em
}

.card-collapse.open+.card-collapse.open {
  margin-top: 15px
}

.card-collapse__title {
  margin: 0;
  font-size: 1.2rem;
  font-style: italic
}

.card-collapse__title>a {
  position: relative;
  display: block;
  color: #343a40;
  padding-right: 40px;
  transition: color .22s
}

.card-collapse__title>a:hover {
  text-decoration: none;
  color: #00a0a1
}

.card-collapse__title>a::after {
  position: absolute;
  right: 0;
  top: -1px;
  width: 30px;
  height: 30px;
  content: '\00ad';
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20style%3D%22fill%3A%2300a0a1%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M15%2C0A15%2C15%2C0%2C1%2C0%2C30%2C15%2C15%2C15%2C0%2C0%2C0%2C15%2C0Zm0%2C28A13%2C13%2C0%2C1%2C1%2C28%2C15%2C13%2C13%2C0%2C0%2C1%2C15%2C28Zm8-14H7a1%2C1%2C0%2C0%2C0%2C0%2C2H23a1%2C1%2C0%2C0%2C0%2C0-2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  transition: background-image .15s, -webkit-transform .24s ease-in-out;
  transition: transform .24s ease-in-out, background-image .15s;
  transition: transform .24s ease-in-out, background-image .15s, -webkit-transform .24s ease-in-out;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.card-collapse__title>a.collapsed::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20style%3D%22fill%3A%2300a0a1%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M15%2C0A15%2C15%2C0%2C1%2C0%2C30%2C15%2C15%2C15%2C0%2C0%2C0%2C15%2C0Zm0%2C28A13%2C13%2C0%2C1%2C1%2C28%2C15%2C13%2C13%2C0%2C0%2C1%2C15%2C28Zm8-14H16V7a1%2C1%2C0%2C0%2C0-2%2C0v7H7a1%2C1%2C0%2C0%2C0%2C0%2C2h7v7a1%2C1%2C0%2C0%2C0%2C2%2C0V16h7a1%2C1%2C0%2C0%2C0%2C0-2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%
}

.card-collapse__title>a.collapsed:hover::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.card-collapse__content {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  padding-bottom: 0
}

.card-collapse__content .question {
  font-weight: 700
}

.card-label {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 14px;
  color: #00a0a1;
  font-weight: 400;
  z-index: 2
}

.card-label--test,
.card-label--advice {
  padding-left: 25px
}

.card-label--test::before,
.card-label--advice::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  content: '\00ad'
}

.card-label--test::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22fill%3A%2300a0a1%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M14.83%2C6.91a.44.44%2C0%2C0%2C0-.45.44V8a6.69%2C6.69%2C0%2C0%2C1-6.74%2C6.62h0A6.69%2C6.69%2C0%2C0%2C1%2C.9%2C8a6.49%2C6.49%2C0%2C0%2C1%2C2-4.68A6.74%2C6.74%2C0%2C0%2C1%2C7.64%2C1.38h0A6.74%2C6.74%2C0%2C0%2C1%2C10.38%2C2a.47.47%2C0%2C0%2C0%2C.6-.23.44.44%2C0%2C0%2C0-.23-.58A7.71%2C7.71%2C0%2C0%2C0%2C7.64.5h0A7.58%2C7.58%2C0%2C0%2C0%2C0%2C8a7.36%2C7.36%2C0%2C0%2C0%2C2.24%2C5.3%2C7.64%2C7.64%2C0%2C0%2C0%2C5.4%2C2.2h0A7.58%2C7.58%2C0%2C0%2C0%2C15.28%2C8V7.35A.44.44%2C0%2C0%2C0%2C14.83%2C6.91Zm1-5.57a.47.47%2C0%2C0%2C0-.64%2C0L7.64%2C8.79%2C5.8%2C7a.44.44%2C0%2C0%2C0-.63%2C0%2C.42.42%2C0%2C0%2C0%2C0%2C.62L7.32%2C9.73a.5.5%2C0%2C0%2C0%2C.32.13A.48.48%2C0%2C0%2C0%2C8%2C9.73L15.87%2C2A.44.44%2C0%2C0%2C0%2C15.87%2C1.34Z%22%2F%3E%3C%2Fsvg%3E")
}

.card-label--advice::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22fill%3A%2300a0a1%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M1.18%2C16a.66.66%2C0%2C0%2C1-.68-.65V7.23A7.37%2C7.37%2C0%2C0%2C1%2C8%2C0a7.37%2C7.37%2C0%2C0%2C1%2C7.5%2C7.23A7.37%2C7.37%2C0%2C0%2C1%2C8%2C14.45a7.64%2C7.64%2C0%2C0%2C1-3.86-1L1.66%2C15.81A.71.71%2C0%2C0%2C1%2C1.18%2C16ZM8%2C.53a6.84%2C6.84%2C0%2C0%2C0-6.95%2C6.7v8.12a.13.13%2C0%2C0%2C0%2C.13.12.19.19%2C0%2C0%2C0%2C.09%2C0l2.79-2.69.19.12A7.15%2C7.15%2C0%2C0%2C0%2C8%2C13.92a6.83%2C6.83%2C0%2C0%2C0%2C7-6.69A6.84%2C6.84%2C0%2C0%2C0%2C8%2C.53Z%22%2F%3E%3C%2Fsvg%3E")
}

.tooltip {
  pointer-events: none
}

.tooltip-inner {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 1.2;
  border-radius: 4px
}

.popover {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
  border-radius: 0;
  padding: 0;
  border: 1px solid #f7f7f7
}

.popover.bs-popover-bottom>.arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
  border-bottom-color: #f7f7f7
}

.popover-header {
  margin-top: 0;
  font-size: 1rem
}

.popover-body {
  font-size: .8rem;
  line-height: 1.47
}

.card-popover {
  position: absolute
}

body.okayNav-loaded {
  overflow-x: hidden
}

.menu-top-navigation-container {
  position: relative
}

.okayNav-header {
  position: fixed;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding: 0 15px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.okayNav {
  display: -ms-flexbox;
  display: flex
}

.okayNav:not(.loaded) {
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.okayNav ul {
  float: left
}

.okayNav a {
  position: relative;
  z-index: 1
}

.okayNav__nav--visible {
  overflow: hidden;
  white-space: nowrap
}

.okayNav__nav--visible li {
  display: inline-block
}

.okayNav__nav--visible a {
  display: block;
  padding: 15px 15px;
  transition: color 200ms cubic-bezier(0.55, 0, 0.1, 1)
}

.okayNav__nav--visible:empty~.okayNav__menu-toggle {
  top: 0
}

.okayNav__nav--invisible {
  left: auto
}

.okayNav__nav--invisible.nav-open {
  display: block
}

.okayNav__nav--invisible a {
  display: block;
  width: 240px;
  padding: 15px;
  background: #fff
}

.okayNav__nav--invisible.nav-left {
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

.okayNav__nav--invisible.nav-right {
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.okayNav__nav--invisible.transition-enabled {
  transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1)
}

.okayNav__nav--invisible.nav-open {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.okayNav__menu-toggle {
  position: relative;
  float: left;
  cursor: pointer;
  padding: 8px 10px;
  width: 22px;
  height: 22px;
  box-sizing: content-box;
  background-color: #f1f3f5;
  transition: background-color .15s
}

.okayNav__menu-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -11px;
  content: '\00ad';
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2212%22%20viewBox%3D%220%200%2022%2012%22%20style%3D%22fill%3A%23000%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%2C7H22V5H0Zm0%2C5H22V10H0ZM0%2C0V2H22V0Z%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%
}

.okayNav__menu-toggle:hover {
  text-decoration: none;
  color: #343a40;
  background-color: #cdd4dc
}

.okayNav__menu-toggle.icon--active {
  background-color: #cdd4dc
}

.okayNav__menu-toggle.okay-invisible {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 0
}

.okayNav__menu-toggle span:nth-child(1) {
  top: 0
}

.okayNav__menu-toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.okayNav__menu-toggle span:nth-child(3) {
  bottom: 0
}

.main-header>.container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 60px
}

@media (max-width: 375px) {
  .main-header>.container {
    padding-right: 0
  }
}

.main-header__logo {
  position: relative;
  top: -3px;
  margin: 0;
  line-height: 1
}

@media (max-width: 375px) {
  .main-header__logo {
    top: -1px;
    margin-left: -3px
  }
}

.main-header__logo>a {
  display: block;
  width: 170px
}

@media (max-width: 375px) {
  .main-header__logo>a {
    width: 130px
  }
}

.main-header__logo>a>img {
  display: block;
  width: 100%;
  height: auto
}

.altnav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.altnav .main-searchform__section .btn-search {
  position: relative;
  z-index: 2
}

.altnav .main-searchform__section .form-control {
  transition: border-color .3s ease 0s;
  border-color: #fff;
  padding: 10px 15px;
  font-size: 16px
}

.altnav .main-searchform__field {
  position: absolute;
  right: 80px;
  top: 6px;
  left: 90%;
  opacity: 0;
  z-index: -1;
  transition: left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s, z-index 0.1s step-end 0.4s
}

.altnav.open .main-searchform__field {
  opacity: 1;
  z-index: 1;
  left: 15px;
  transition: left 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, z-index 0.1s step-start 0s
}

@media (min-width: 768px) {
  .altnav.open .main-searchform__field {
    left: 200px
  }
}

.altnav.open .main-searchform__field .form-control {
  transition: border-color .3s ease .15s;
  border-color: #1a5395
}

.altnav__section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.altnav__section>.dropdown {
  margin-left: 15px
}

@media (max-width: 375px) {
  .altnav__section>.dropdown {
    margin-left: 10px
  }
}

.altnav__section>.dropdown>.dropdown-menu,
.altnav__section>.dropdown>.okayNav__nav--invisible {
  min-width: 1rem;
  padding-right: 3px
}

.altnav__section>.dropdown>.dropdown-toggle {
  color: currentColor;
  font-weight: 700
}

.menu-top-navigation-container {
  padding-right: 15px
}

.altnav-list,
.ld-lang-switch {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex
}

.altnav-list>li,
.ld-lang-switch>li {
  margin-top: 0
}

.altnav-list>li>a,
.ld-lang-switch>li>a {
  display: block;
  font-weight: 700;
  color: #343a40;
  font-size: 13px;
  white-space: nowrap
}

.altnav-list>li>a {
  padding: 8px 15px
}

.ld-lang-switch {
  -ms-flex-direction: column;
  flex-direction: column;
  text-transform: uppercase
}

.ld-lang-switch .current-lang {
  display: none
}

.ld-lang-switch a {
  color: currentColor
}

.mainnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 70px
}

.mainnav>li {
  margin-top: 0
}

.mainnav>.menu-item {
  contain: style;
  max-width: 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%
}

@media (min-width: 768px) {
  .mainnav>.menu-item {
    max-width: 33.3333333333%;
    -ms-flex: 1 0 33.3333333333%;
    flex: 1 0 33.3333333333%
  }
}

@media (min-width: 992px) {
  .mainnav>.menu-item {
    max-width: 16.6666666667%;
    -ms-flex: 1 0 16.6666666667%;
    flex: 1 0 16.6666666667%
  }
}

.mainnav>.menu-item>a {
  display: block;
  position: relative;
  padding-bottom: 100%;
  height: 0;
  font-size: 16px;
  color: #00a0a1;
  font-weight: 700;
  background-color: currentColor;
  z-index: 1;
  transition: z-index .05s step-end;
  will-change: z-index
}

.mainnav>.menu-item>a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: '\00ad';
  background-color: currentColor;
  transition: opacity .05s ease .10s, -webkit-transform .15s;
  transition: transform .15s, opacity .05s ease .10s;
  transition: transform .15s, opacity .05s ease .10s, -webkit-transform .15s;
  opacity: 0;
  will-change: transform, opacity
}

.home .mainnav>.menu-item>a::before {
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.15)
}

.mainnav>.menu-item>a>span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden
}

.home .mainnav>.menu-item>a>span {
  color: #fff
}

.mainnav>.menu-item>a>span::before {
  position: relative;
  width: 60px;
  height: 60px;
  content: '\00ad';
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin-bottom: 10px;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

.mainnav>.menu-item>a:hover {
  text-decoration: none;
  transition: z-index .18s step-start;
  z-index: 10
}

.mainnav>.menu-item>a:hover::before {
  transition: opacity .1s, -webkit-transform .15s;
  transition: transform .15s, opacity .1s;
  transition: transform .15s, opacity .1s, -webkit-transform .15s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1
}

.mainnav--small {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 0;
  max-width: 1140px
}

.mainnav--small>.menu-item {
  position: relative;
  width: 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px
}

@media (min-width: 768px) {
  .mainnav--small>.menu-item {
    width: 92.5px;
    -ms-flex: 0 0 92.5px;
    flex: 0 0 92.5px
  }
}

.mainnav--small>.menu-item>a {
  background-color: currentColor
}

.mainnav--small>.menu-item>a>span {
  position: relative;
  padding: 0;
  background-color: currentColor;
  z-index: 2
}

@media (min-width: 768px) {
  .mainnav--small>.menu-item>a>span {
    padding: 16px 0
  }
}

.mainnav--small>.menu-item>a>span::before {
  margin-bottom: 0;
  background-size: 30px 30px
}

@media (min-width: 768px) {
  .mainnav--small>.menu-item>a>span::before {
    background-size: contain
  }
}

.mainnav--small>.menu-item>a:hover::before {
  -webkit-transform: scaleY(1.1);
  transform: scaleY(1.1)
}

.mainnav--small>.menu-item.current-menu-item>a,
.mainnav--small>.menu-item.current-menu-ancestor>a {
  z-index: 11
}

.mainnav--small>.menu-item.current-menu-item>a::before,
.mainnav--small>.menu-item.current-menu-ancestor>a::before {
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.15);
  opacity: 1;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2)
}

.mainnav-submenu-section {
  overflow: hidden;
  overflow-x: auto;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-overflow-scrolling: touch
}

@media (min-width: 992px) {
  .mainnav-submenu-section {
    margin-left: 0;
    margin-right: 0
  }
}

.dropdown-menu .mainnav-submenu-section,
.okayNav__nav--invisible .mainnav-submenu-section {
  margin-left: 0;
  margin-right: 0
}

.mainnav-submenu-section .sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex
}

.mainnav-submenu-section .sub-menu>li {
  margin-top: 0
}

@media (min-width: 992px) {
  .mainnav-submenu-section .sub-menu {
    display: block
  }
}

.dropdown-menu .mainnav-submenu-section .sub-menu,
.okayNav__nav--invisible .mainnav-submenu-section .sub-menu {
  display: block !important
}

.mainnav-submenu-section .sub-menu>.menu-item {
  margin-bottom: 2px
}

.mainnav-submenu-section .sub-menu>.menu-item>a {
  display: block;
  background-color: rgba(var(--primary-color-rgb), .4);
  transition: background-color .15s;
  color: #343a40;
  padding: 20px;
  line-height: 1.47;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap
}

@media (min-width: 992px) {
  .mainnav-submenu-section .sub-menu>.menu-item>a {
    white-space: normal
  }
}

.mainnav-submenu-section .sub-menu>.menu-item>a:hover {
  text-decoration: none;
  background-color: rgba(var(--primary-color-rgb), .5)
}

.mainnav-submenu-section .sub-menu>.menu-item.current-menu-item>a,
.mainnav-submenu-section .sub-menu>.menu-item.current-menu-ancestor>a,
.mainnav-submenu-section .sub-menu>.menu-item.current-post-ancestor>a {
  background-color: rgba(var(--primary-color-rgb), 1);
  color: #fff
}

.pagination {
  padding-top: 60px
}

.pagination>.nav-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -5px
}

.pagination>.nav-links>.page-numbers {
  min-width: 32px;
  font-size: 14px;
  height: 32px;
  border: 1px solid var(--primary-color);
  text-align: center;
  padding: 8px 10px 6px;
  line-height: 1;
  margin: 0 5px;
  color: #fff;
  transition: background-color .15s
}

.pagination>.nav-links>.page-numbers.current {
  background-color: var(--primary-color)
}

.pagination>.nav-links>.page-numbers.next,
.pagination>.nav-links>.page-numbers.prev {
  background-position: 50% 50%;
  background-size: 6px auto;
  background-repeat: no-repeat
}

.pagination>.nav-links>.page-numbers.next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20style%3D%22fill%3A%23fff%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpolygon%20points%3D%228%207%201.39%2014%200%2012.52%205.21%207%200%201.48%201.39%200%208%207%22%2F%3E%3C%2Fsvg%3E")
}

.pagination>.nav-links>.page-numbers.prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20style%3D%22fill%3A%23fff%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpolygon%20points%3D%220%207%206.61%200%208%201.48%202.79%207%208%2012.52%206.61%2014%200%207%22%2F%3E%3C%2Fsvg%3E")
}

.pagination>.nav-links>a.page-numbers:hover {
  background-color: rgba(var(--primary-color-rgb), .62);
  text-decoration: none
}

.main-content {
  position: relative
}

@media (min-width: 992px) {
  .archive .main-content {
    display: -ms-flexbox;
    display: flex
  }
}

@media (min-width: 992px) {
  .archive .article {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.article__header,
.article__section--primary,
.article__section:nth-child(odd) {
  position: relative;
  z-index: 1
}

.article__header::before,
.article__section--primary::before,
.article__section:nth-child(odd)::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  content: '\00ad';
  background-color: rgba(0, 0, 0, 0.18);
  z-index: -1
}

@supports (mix-blend-mode: multiply) {

  .article__header::before,
  .article__section--primary::before,
  .article__section:nth-child(odd)::before {
    background-color: rgba(var(--primary-color-rgb), .5);
    mix-blend-mode: multiply
  }
}

.article__section--default::before {
  display: none
}

@media (min-width: 992px) {
  .article__section--primary {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow: hidden
  }
}

.article__header,
.article__section,
.article__content {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px
}

@media (min-width: 576px) {

  .article__header,
  .article__section,
  .article__content {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

@media (min-width: 768px) {

  .article__header,
  .article__section,
  .article__content {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

.article__header>.container,
.article__section>.container,
.article__content>.container {
  position: relative;
  z-index: 1
}

.article__header,
.article__section {
  color: #fff;
  background-color: var(--primary-color)
}

.article__header {
  padding-bottom: 1px;
  z-index: 2
}

.single .article__content>.container-fluid,
.single-ld_test .article__content>.container-fluid,
.error404 .article__content>.container-fluid,
.page-template-page-single_article .article__content>.container-fluid {
  max-width: 780px
}

.single-ld_test .article__section>.container-fluid {
  max-width: 780px;
  position: relative
}

.article__header__nav {
  position: relative;
  top: 16px;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 15px
}

.no-ie11 .article__header__nav {
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch
}

@media (min-width: 992px) {
  .article__header__nav {
    -ms-flex-pack: center;
    justify-content: center
  }
}

.article__title {
  margin-top: 0;
  font-size: 2.47rem;
  line-height: 1.247
}

@media (min-width: 768px) {
  .article__title {
    font-size: 2.47rem
  }
}

.article__header .article__title {
  margin-top: 60px;
  font-size: 3rem;
  margin-bottom: .75em;
  text-align: center
}

.home .article__title {
  font-size: 2.47rem;
  margin-top: 30px
}

@media (min-width: 768px) {
  .home .article__title {
    font-size: 4.375rem;
    margin-top: 60px
  }
}

.article__meta {
  font-size: .8rem
}

.article__quote {
  color: #fff;
  margin-top: 0;
  margin-bottom: 70px;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 300;
  max-width: 900px;
  font-style: italic
}

.article__quote>p {
  color: #fff;
  padding-left: 0
}

.article__quote>p::before,
.article__quote>p::after {
  display: none
}

.article__section__header.small {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 40px
}

.article__section__header>p {
  margin-bottom: 1rem;
  line-height: 1.47;
  font-size: 1.375rem
}

.article__section__header>p>small {
  font-style: italic;
  opacity: .5;
  display: block;
  line-height: 1.47;
  font-size: 16px
}

.article__section__header>.description {
  text-align: center;
  margin-top: -1.47em;
  margin-bottom: 2.47em
}

.article__section__header>.description>p {
  margin-bottom: 1rem;
  line-height: 1.47;
  font-size: 1.375rem
}

.article__section__header>.description>p>small {
  font-style: italic;
  opacity: .5;
  display: block;
  line-height: 1.47;
  font-size: 16px
}

.article__section__header+.article__section__header {
  margin-top: 3rem
}

.article__section__title {
  font-size: 2.47rem;
  margin-top: 30px;
  margin-bottom: 1em;
  text-align: center
}

@media (min-width: 768px) {
  .article__section__title {
    margin-top: 0;
    font-size: 3rem
  }
}

.small>.article__section__title {
  font-size: 1.375rem;
  margin-bottom: .8em;
  text-align: left
}

.article__section__title.advice,
.article__section__title.test {
  text-align: left;
  margin-bottom: .5em;
  white-space: nowrap
}

.article__section__title.advice::after,
.article__section__title.test::after {
  display: inline-block;
  margin-left: 20px;
  content: '\00ad'
}

.article__section__title.advice::after {
  width: 60px;
  height: 60px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2262%22%20height%3D%2262%22%20viewBox%3D%220%200%2062%2062%22%20style%3D%22fill%3A%2300a0a1%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M31%2C26.36a4%2C4%2C0%2C1%2C0%2C4%2C4A4%2C4%2C0%2C0%2C0%2C31%2C26.36Zm0%2C5.93a2%2C2%2C0%2C1%2C1%2C2-2A2%2C2%2C0%2C0%2C1%2C31%2C32.29ZM21%2C26.36a4%2C4%2C0%2C1%2C0%2C4%2C4A4%2C4%2C0%2C0%2C0%2C21%2C26.36Zm0%2C5.93a2%2C2%2C0%2C1%2C1%2C2-2A2%2C2%2C0%2C0%2C1%2C21%2C32.29Zm20-5.93a4%2C4%2C0%2C1%2C0%2C4%2C4A4%2C4%2C0%2C0%2C0%2C41%2C26.36Zm0%2C5.93a2%2C2%2C0%2C1%2C1%2C2-2A2%2C2%2C0%2C0%2C1%2C41%2C32.29ZM31%2C4A24.89%2C24.89%2C0%2C0%2C0%2C6%2C28.72V57a1%2C1%2C0%2C0%2C0%2C.62.91A.84.84%2C0%2C0%2C0%2C7%2C58a1%2C1%2C0%2C0%2C0%2C.71-.29c.06-.06%2C5.72-5.65%2C8.94-8.75A25.05%2C25.05%2C0%2C0%2C0%2C56%2C28.72%2C24.89%2C24.89%2C0%2C0%2C0%2C31%2C4Zm0%2C47.46a22.93%2C22.93%2C0%2C0%2C1-13.84-4.58%2C1%2C1%2C0%2C0%2C0-1.29.08c-2.09%2C2-5.73%2C5.56-7.87%2C7.67V28.72a23%2C23%2C0%2C0%2C1%2C46%2C0A22.9%2C22.9%2C0%2C0%2C1%2C31%2C51.46Z%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%
}

.article__section__title.test::after {
  width: 64px;
  height: 64px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2262%22%20height%3D%2262%22%20viewBox%3D%220%200%2062%2062%22%20style%3D%22fill%3A%2300a0a1%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M20.73%2C26.37a1%2C1%2C0%2C0%2C0-1.4-.15%2C1%2C1%2C0%2C0%2C0-.16%2C1.4l10%2C12.46a1%2C1%2C0%2C0%2C0%2C.78.38%2C1%2C1%2C0%2C0%2C0%2C.78-.38L54.2%2C10.81A1%2C1%2C0%2C0%2C0%2C54%2C9.4a1%2C1%2C0%2C0%2C0-1.4.16l-22.7%2C28.3Zm33.63-4.3a1%2C1%2C0%2C1%2C0-1.87.72A23%2C23%2C0%2C1%2C1%2C42.44%2C11a1%2C1%2C0%2C1%2C0%2C1-1.73A25%2C25%2C0%2C1%2C0%2C54.36%2C22.07Z%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%
}

.article__section__nav {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -15px
}

.article__section__nav>.dropdown {
  margin-right: 20px
}

.article__aside {
  padding: 2rem 2.247rem;
  background-color: rgba(var(--primary-color-rgb), .4);
  margin-bottom: 1.47em
}

.article__aside>h2 {
  margin-top: 0;
  font-size: 1.875rem
}

.article__aside ul {
  margin: 0;
  padding: 0;
  padding-left: 10px;
  list-style-type: none
}

.article__aside ul li {
  padding-left: 1em;
  text-indent: -.7em
}

.article__aside ul li::before {
  display: inline-block;
  content: "• ";
  color: var(--primary-color)
}

.article__aside.primary {
  font-style: normal;
  color: #fff;
  background-color: var(--primary-color)
}

.article__aside.primary ul li::before {
  color: #fff
}

.article__aside.primary ul li a {
  color: currentColor;
  text-decoration: underline
}

.article__aside.primary ul li a:hover {
  text-decoration: none
}

.article__aside.primary a {
  color: currentColor;
  text-decoration: underline
}

.article__aside.primary a:hover {
  text-decoration: none
}

.article__aside p:last-child {
  margin-bottom: 0
}

.card-collapse+.article__aside {
  margin-top: 2.47em
}

.article__test {
  background-color: rgba(var(--primary-color-rgb), .4)
}

.media-slider__preview {
  background-color: #fff
}

.media-slider__preview::before,
.media-slider__preview::after {
  position: absolute;
  height: 10px;
  background-color: #fff;
  content: '\00ad'
}

.media-slider__preview::before {
  bottom: -10px;
  left: 20px;
  right: 20px;
  opacity: .5
}

.media-slider__preview::after {
  bottom: -20px;
  left: 40px;
  right: 40px;
  opacity: .2
}

.media-slider__preview>.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  outline: 0 !important;
  cursor: pointer;
  border-radius: 50%;
  background-color: #00a0a1;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 1;
  transition: -webkit-transform .18s ease-in-out;
  transition: transform .18s ease-in-out;
  transition: transform .18s ease-in-out, -webkit-transform .18s ease-in-out
}

.media-slider__preview>.slick-prev {
  left: -20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20style%3D%22fill%3A%23fff%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpolygon%20points%3D%220%207%206.61%200%208%201.48%202.79%207%208%2012.52%206.61%2014%200%207%22%2F%3E%3C%2Fsvg%3E")
}

.media-slider__preview>.slick-prev:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px)
}

.media-slider__preview>.slick-next {
  right: -20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20style%3D%22fill%3A%23fff%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpolygon%20points%3D%228%207%201.39%2014%200%2012.52%205.21%207%200%201.48%201.39%200%208%207%22%2F%3E%3C%2Fsvg%3E")
}

.media-slider__preview>.slick-next:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px)
}

.media-slider__preview .slide {
  display: block !important;
  padding: 30px;
  color: #343a40
}

.media-slider__preview .slide h3 {
  margin-top: 0;
  font-size: 2.375rem
}

.media-slider__preview .slide p:last-child {
  margin-bottom: 0
}

.media-slider__preview .slide__figure {
  margin-bottom: 0
}

/*.media-slider__preview .slide__figure.wide{height:0;position:relative;padding-bottom:38.7387387387%}.media-slider__preview .slide__figure.wide>img{position:absolute;left:0;top:0;width:100%;height:100%}*/
.media-slider__preview .slide__figure>img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto
}

.media-slider__preview .slide__url {
  position: relative;
  display: block;
  margin: -30px
}

.media-slider__preview .slick-slide {
  background-color: #fff;
  transition: opacity .15s, -webkit-transform .2s;
  transition: opacity .15s, transform .2s;
  transition: opacity .15s, transform .2s, -webkit-transform .2s
}

.media-slider__nav .slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 50px
}

.media-slider__nav .slick-dots>li {
  margin-top: 0
}

.media-slider__nav .slick-dots>li {
  max-width: 60px;
  padding-left: 5px;
  padding-right: 5px;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

.media-slider__nav .slick-dots>li>button {
  display: block;
  width: 100%;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0;
  margin: 0;
  height: 20px;
  background: none;
  cursor: pointer;
  overflow: hidden;
  outline: 0 !important
}

.media-slider__nav .slick-dots>li>button::after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  margin-top: -1px;
  content: '\00ad';
  background-color: #fff;
  opacity: .2;
  transition: opacity .15s
}

.media-slider__nav .slick-dots>li>button:hover::after {
  opacity: .6
}

.media-slider__nav .slick-dots>li.slick-active>button::after {
  opacity: 1
}

.breadcrumb {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.page-template-default .article__content .breadcrumb {
  margin-bottom: 30px;
  margin-top: 15px
}

@media (min-width: 768px) {
  .page-template-default .article__content .breadcrumb {
    margin-top: -30px
  }
}

.single-ld_test .breadcrumb,
.page-template-page-tests_page .breadcrumb {
  margin-top: 15px
}

@media (min-width: 768px) {

  .single-ld_test .breadcrumb,
  .page-template-page-tests_page .breadcrumb {
    margin-top: -30px
  }
}

.page-template-page-advices_page .article__content .breadcrumb {
  margin-top: 15px
}

@media (min-width: 768px) {
  .page-template-page-advices_page .article__content .breadcrumb {
    margin-top: 0
  }
}

.breadcrumb>a {
  color: #343a40;
  font-weight: 700
}

.breadcrumb>.sep {
  padding-left: 3px;
  padding-right: 3px;
  color: #D6D7D8;
  font-style: normal
}

.archive .breadcrumb>a,
.page-template-page-articles_page .breadcrumb>a,
.page-template-page-videos_page .breadcrumb>a,
.page-template-page-tests_page .breadcrumb>a,
.page-template-page-worksheets_page .breadcrumb>a,
.single-ld_test .breadcrumb>a {
  color: #fff
}

.archive .breadcrumb>.sep,
.page-template-page-articles_page .breadcrumb>.sep,
.page-template-page-videos_page .breadcrumb>.sep,
.page-template-page-tests_page .breadcrumb>.sep,
.page-template-page-worksheets_page .breadcrumb>.sep,
.single-ld_test .breadcrumb>.sep {
  color: var(--primary-color)
}

.main-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 30px
}

.admin-bar .main-sidebar {
  top: 62px
}

.social-networks__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex
}

.social-networks__list>li {
  margin-top: 0
}

.main-footer {
  font-size: .888rem
}

.main-footer p {
  margin-bottom: 0
}

.main-footer p+p {
  margin-top: 1.47em
}

.footer-nav {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f1f3f5
}

.footer-nav--default {
  padding-top: 30px;
  padding-bottom: 30px
}

.footer-nav__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #1a5395;
  transition: color .15s
}

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

.footer-nav__link:hover {
  color: #1a5395
}

.footer-nav--default .footer-nav__link {
  padding: 4px 15px
}

.footer-nav__link.instagram,
.footer-nav__link.facebook,
.footer-nav__link.youtube {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  margin-right: 15px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.footer-nav__link.instagram {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22fill%3A%2300a0a1%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M9.39.2A9.54%2C9.54%2C0%2C0%2C0%2C2.71%2C2.77%2C9.49%2C9.49%2C0%2C0%2C0%2C.13%2C9.44c-.07%2C1.61-.5%2C13.76.74%2C17A8.07%2C8.07%2C0%2C0%2C0%2C5.53%2C31a11.57%2C11.57%2C0%2C0%2C0%2C3.86.74c14.18.64%2C19.43.29%2C21.65-5.38a11.83%2C11.83%2C0%2C0%2C0%2C.74-3.86c.65-14.21-.11-17.29-2.58-19.76C27.24.82%2C24.94-.51%2C9.39.2m.13%2C28.71a9%2C9%2C0%2C0%2C1-2.95-.54%2C5.22%2C5.22%2C0%2C0%2C1-3-3C2.6%2C22.93%2C2.91%2C11.43%2C3%2C9.57A6.81%2C6.81%2C0%2C0%2C1%2C4.73%2C4.79C6.33%2C3.2%2C8.38%2C2.43%2C22.39%2C3.06a6.83%2C6.83%2C0%2C0%2C1%2C4.79%2C1.73c1.59%2C1.59%2C2.38%2C3.66%2C1.73%2C17.62a8.74%2C8.74%2C0%2C0%2C1-.54%2C2.94c-1.44%2C3.7-4.76%2C4.21-18.85%2C3.56m13-21.4A1.92%2C1.92%2C0%2C1%2C0%2C24.45%2C5.6a1.91%2C1.91%2C0%2C0%2C0-1.91%2C1.91M7.78%2C16A8.18%2C8.18%2C0%2C1%2C0%2C16%2C7.83%2C8.16%2C8.16%2C0%2C0%2C0%2C7.78%2C16m2.87%2C0A5.31%2C5.31%2C0%2C1%2C1%2C16%2C21.28%2C5.3%2C5.3%2C0%2C0%2C1%2C10.65%2C16%22%2F%3E%3C%2Fsvg%3E")
}

.footer-nav__link.facebook {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22fill%3A%2300a0a1%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M18.26%2C32h-6V16h-4V10.49h4V7.24c0-4.5%2C1.23-7.24%2C6.54-7.24h4.43V5.52H20.44c-2.07%2C0-2.17.77-2.17%2C2.2v2.76h5L22.65%2C16H18.27V32Z%22%2F%3E%3C%2Fsvg%3E")
}

.footer-nav__link.youtube {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22fill%3A%2300a0a1%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M31.73%2C10c-.18-2.13-1.45-4.82-4.06-4.91a162.34%2C162.34%2C0%2C0%2C0-23.34%2C0C2%2C5.3.44%2C8.11.27%2C10.24a61.26%2C61.26%2C0%2C0%2C0%2C0%2C11.49C.45%2C23.86%2C2%2C26.68%2C4.33%2C27a173.12%2C173.12%2C0%2C0%2C0%2C23.34%2C0c2.27-.4%2C3.88-3.12%2C4.06-5.25A64.27%2C64.27%2C0%2C0%2C0%2C31.73%2C10ZM12%2C21.66V10.19l10%2C5.74Z%22%2F%3E%3C%2Fsvg%3E")
}

.modal {
  -webkit-overflow-scrolling: touch
}

.modal.fade .modal-dialog {
  opacity: 0;
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
  transform: scale3d(0.3, 0.3, 0.3);
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.modal.fade.show .modal-dialog {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: opacity 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.2s ease, transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.2s ease, transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1)
}

.modal-body {
  padding: 0
}

.modal-content {
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #DAD7D0;
  margin-top: 15%;
  padding: 30px;
  padding-top: 15px
}

.modal-header {
  position: relative;
  border-bottom: 0;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-bottom: 30px
}

.modal-title {
  margin: 0;
  font-size: 18px
}

body.modal-open {
  height: 100vh;
  overflow: hidden
}

.ld-debug {
  position: relative;
  clear: both;
  border: 1px solid #aaa;
  padding: 15px;
  background-color: #eee;
  color: #111 !important;
  margin: 10px;
  font-size: 14px;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace
}

.ld-debug::before {
  position: absolute;
  right: 0;
  top: 0;
  content: 'Debug';
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 8px;
  color: #999
}

.ld-debug code {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace
}

/* Added 2019-11-08*/

.home .media-slider {
  margin-bottom: 20px;
}

.nav-icon-15::before,
.card-article__figure>div>.figure-placeholder.icon-15::before,
.mainnav>.menu-item.icon-15>a>span::before {
  background-image: url(../gfx/icon-enda-vajadused.svg);
}

.mainnav-submenu-section .sub-menu ul {
  display: none;
}

.mainnav-submenu-section ul.sub-menu li.menu-item.current-menu-ancestor>.sub-menu,
.mainnav-submenu-section ul.sub-menu>li.menu-item.current-menu-item>.sub-menu,
.mainnav-submenu-section ul.sub-menu>li.menu-item.current-menu-parent>.sub-menu {
  display: block;
}

.media-slider__preview .slide__figure img {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

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

  .media-slider__preview .slide__figure.tight img {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .mainnav-submenu-section .sub-menu>.menu-item {
    margin: 0;
  }

  .mainnav-submenu-section ul.sub-menu li.menu-item.current-menu-ancestor,
  .mainnav-submenu-section ul.sub-menu li.menu-item.current-menu-ancestor>.sub-menu,
  .mainnav-submenu-section ul.sub-menu>li.menu-item.current-menu-item,
  .mainnav-submenu-section ul.sub-menu>li.menu-item.current-menu-item>.sub-menu,
  .mainnav-submenu-section ul.sub-menu>li.menu-item.current-menu-parent,
  .mainnav-submenu-section ul.sub-menu>li.menu-item.current-menu-parent>.sub-menu {
    display: flex;
  }

  .mainnav-submenu-section ul.sub-menu ul {
    font-style: italic;
  }
}

@media screen and (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }

  .hidden-xs {
    display: block !important;
  }

  .home .media-slider {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .mainnav-submenu-section .sub-menu ul {
    margin-bottom: 2px;
    margin-left: 10px;
    margin-top: 2px;
  }

  .mainnav-submenu-section .sub-menu ul>.menu-item>a,
  .mainnav-submenu-section .sub-menu ul>.menu-item>.sub-menu>.menu-item>a {
    font-size: 14px;
    line-height: 1.25;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .footer_email {
    font-size: 10px;
  }
}

/* Added 2020-11-20*/
.blue.menu-item>a {
  color: #17D7F2;
}

/* Added 2020-12-21*/
.footer_email {
  font-size: 20px;
  font-weight: bold;
  align-self: center;
}

@media screen and (max-width: 992px) {
  .footer_email {
    font-size: 10px;
  }
}


/* Addded 2021-02-05 */
#article_search form {
  margin-right: 30px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}

#article_search input,
#article_search select {
  width: 200px;
  font-size: 16px;
  line-height: 100%;
  border: none;
  outline: none;
}

#article_search input {
  display: block;
  padding: 6px 0px 6px 10px;
}

#article_search select {
  margin-bottom: 20px;
  padding: 6px 10px;
  border-radius: 4px;
}

#article_search .btn {
  width: 40px;
  height: 100%;
  padding: 0;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22fill%3A%231a5395%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M5.34%2C5.24a.74.74%2C0%2C0%2C0%2C1%2C1%2C9.32%2C9.32%2C0%2C0%2C1%2C13.09%2C0%2C.74.74%2C0%2C0%2C0%2C.53.22.75.75%2C0%2C0%2C0%2C.52-1.27A10.77%2C10.77%2C0%2C0%2C0%2C5.34%2C5.24Zm26%2C22.92L27.06%2C23.9a2.27%2C2.27%2C0%2C0%2C0-2.44-.48%2C0%2C0%2C0%2C0%2C0%2C0%2C0l-2.06-2.05A12.79%2C12.79%2C0%2C0%2C0%2C22%2C3.75a13%2C13%2C0%2C0%2C0-18.23%2C0%2C12.8%2C12.8%2C0%2C0%2C0%2C9.11%2C21.87%2C12.77%2C12.77%2C0%2C0%2C0%2C8.55-3.25l2%2C2a2.19%2C2.19%2C0%2C0%2C0%2C.37%2C2.68l4.28%2C4.26a2.21%2C2.21%2C0%2C0%2C0%2C1.58.67%2C2.3%2C2.3%2C0%2C0%2C0%2C1.65-3.84ZM21%2C20.8a11.35%2C11.35%2C0%2C1%2C1%2C0-16A11.36%2C11.36%2C0%2C0%2C1%2C21%2C20.8Zm9.31%2C9.48a.73.73%2C0%2C0%2C1-1.05%2C0L25%2C26A.73.73%2C0%2C0%2C1%2C25%2C25%2C.74.74%2C0%2C0%2C1%2C26%2C25l4.28%2C4.22A.76.76%2C0%2C0%2C1%2C30.29%2C30.28Z%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  background-size: contain;
  background-size: 20px;
  border-radius: 0;
  border: 0;
}

#menu-item-9680>a {
  color: #17D7F2;
}

.main-header__logo {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.main-header__logo .tai-logo {
  width: 80px;
}

.tai-logo img {
  height: 30px;
}
