/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.font-larger {
  font-size: 1.15em !important;
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0d4561;
  --secondary: #fcba6e;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --tertiary: #151515;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --font-family-sans-serif: "Poppins", sans-serif;
  --font-family-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #082f4c;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: inherit;
}
dd {
  margin-bottom: 0.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: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: inherit;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #87a8b8;
  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: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #082f4c;
}
h1,
.h1 {
  font-size: 60px;
}
h2,
.h2 {
  font-size: 50px;
}
h3,
.h3 {
  font-size: 36px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 12px;
}
.lead {
  font-size: 20px;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #ebebeb;
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 5px 10px;
  background-color: #0d4561;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 90%;
  color: #3f4856;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 90%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xxl,
.col-xxl-auto,
.col-xxl-12,
.col-xxl-11,
.col-xxl-10,
.col-xxl-9,
.col-xxl-8,
.col-xxl-7,
.col-xxl-6,
.col-xxl-5,
.col-xxl-4,
.col-xxl-3,
.col-xxl-2,
.col-xxl-1,
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0);
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(187.24, 202.92, 210.76);
}
.table-hover .table-primary:hover {
  background-color: hsl(200, 21%, 73.0392156863%);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: hsl(200, 21%, 73.0392156863%);
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(254.16, 235.68, 214.4);
}
.table-hover .table-secondary:hover {
  background-color: hsl(32.1126760563, 95.9459459459%, 86.8745098039%);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: hsl(32.1126760563, 95.9459459459%, 86.8745098039%);
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-hover .table-info:hover {
  background-color: hsl(188.198757764, 53.1353135314%, 78.3647058824%);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: hsl(188.198757764, 53.1353135314%, 78.3647058824%);
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-hover .table-danger:hover {
  background-color: hsl(354.251497006, 70.4641350211%, 81.9882352941%);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: hsl(354.251497006, 70.4641350211%, 81.9882352941%);
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-hover .table-dark:hover {
  background-color: hsl(210, 3.0456852792%, 73.368627451%);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: hsl(210, 3.0456852792%, 73.368627451%);
}
.table-tertiary,
.table-tertiary > th,
.table-tertiary > td {
  background-color: hsl(0, 0%, 74.3058823529%);
}
.table-hover .table-tertiary:hover {
  background-color: hsl(0, 0%, 69.3058823529%);
}
.table-hover .table-tertiary:hover > td,
.table-hover .table-tertiary:hover > th {
  background-color: hsl(0, 0%, 69.3058823529%);
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: hsl(210, 10.8108108108%, 22.0098039216%);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: hsl(210, 10.8108108108%, 22.0098039216%);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: hsla(0, 0%, 100%, 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;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 17px;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 13px;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #007bff;
  background-color: rgba(0, 0, 0, 0);
  border: solid rgba(0, 0, 0, 0);
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #77d216;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 5px 10px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #212529;
  background-color: #77d216;
  border-radius: 0.25rem;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #77d216;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #77d216;
  box-shadow: 0 0 0 0.2rem rgba(119, 210, 22, 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 {
  display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #77d216;
  padding-right: 2.25rem;
  background:
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") no-repeat center right 2.025rem /
      calc(2.25rem / 2) calc(2.25rem / 2);
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #77d216;
  box-shadow: 0 0 0 0.2rem rgba(119, 210, 22, 0.25);
}
.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: #77d216;
}
.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: #77d216;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: hsl(89.0425531915, 81.0344827586%, 70.4901960784%);
}
.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: rgb(144.4353448276, 233.474137931, 49.525862069);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 0.2rem rgba(119, 210, 22, 0.25);
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #77d216;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::after,
.custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(119, 210, 22, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ec4242;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 5px 10px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: #ec4242;
  border-radius: 0.25rem;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #ec4242;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #ec4242;
  box-shadow: 0 0 0 0.2rem rgba(236, 66, 66, 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 {
  display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ec4242;
  padding-right: 2.25rem;
  background:
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
      no-repeat center right 2.025rem / calc(2.25rem / 2) calc(2.25rem / 2);
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #ec4242;
  box-shadow: 0 0 0 0.2rem rgba(236, 66, 66, 0.25);
}
.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: #ec4242;
}
.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: #ec4242;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: hsl(0, 81.7307692308%, 84.2156862745%);
}
.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: hsl(0, 81.7307692308%, 69.2156862745%);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 0.2rem rgba(236, 66, 66, 0.25);
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ec4242;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::after,
.custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(236, 66, 66, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 5px;
  transition: all 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #0d4561;
  border-color: #0d4561;
}
.btn-primary:hover {
  color: #fff;
  background-color: hsl(200, 76.3636363636%, 14.068627451%);
  border-color: hsl(200, 76.3636363636%, 11.568627451%);
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 69, 97, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0d4561;
  border-color: #0d4561;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: hsl(200, 76.3636363636%, 11.568627451%);
  border-color: hsl(200, 76.3636363636%, 9.068627451%);
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 69, 97, 0.5);
}
.btn-secondary {
  color: #212529;
  background-color: #fcba6e;
  border-color: #fcba6e;
}
.btn-secondary:hover {
  color: #212529;
  background-color: rgb(251.2246621622, 168.1672297297, 72.5253378378);
  border-color: rgb(250.9662162162, 162.222972973, 60.0337837838);
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 186, 110, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #212529;
  background-color: #fcba6e;
  border-color: #fcba6e;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: rgb(250.9662162162, 162.222972973, 60.0337837838);
  border-color: rgb(250.7077702703, 156.2787162162, 47.5422297297);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 186, 110, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: hsl(210, 10.3448275862%, 15.2450980392%);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: hsl(210, 10.3448275862%, 10.2450980392%);
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-tertiary {
  color: #fff;
  background-color: #151515;
  border-color: #151515;
}
.btn-tertiary:hover {
  color: #fff;
  background-color: rgb(1.875, 1.875, 1.875);
  border-color: #000;
}
.btn-tertiary:focus,
.btn-tertiary.focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 21, 21, 0.5);
}
.btn-tertiary.disabled,
.btn-tertiary:disabled {
  color: #fff;
  background-color: #151515;
  border-color: #151515;
}
.btn-tertiary:not(:disabled):not(.disabled):active,
.btn-tertiary:not(:disabled):not(.disabled).active,
.show > .btn-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-tertiary:not(:disabled):not(.disabled):active:focus,
.btn-tertiary:not(:disabled):not(.disabled).active:focus,
.show > .btn-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 21, 21, 0.5);
}
.btn-outline-primary {
  color: #0d4561;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #0d4561;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d4561;
  border-color: #0d4561;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 69, 97, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0d4561;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0d4561;
  border-color: #0d4561;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 69, 97, 0.5);
}
.btn-outline-secondary {
  color: #fcba6e;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #fcba6e;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #fcba6e;
  border-color: #fcba6e;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 186, 110, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #fcba6e;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #fcba6e;
  border-color: #fcba6e;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 186, 110, 0.5);
}
.btn-outline-success {
  color: #28a745;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-tertiary {
  color: #151515;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #151515;
}
.btn-outline-tertiary:hover {
  color: #fff;
  background-color: #151515;
  border-color: #151515;
}
.btn-outline-tertiary:focus,
.btn-outline-tertiary.focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 21, 21, 0.5);
}
.btn-outline-tertiary.disabled,
.btn-outline-tertiary:disabled {
  color: #151515;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active,
.btn-outline-tertiary:not(:disabled):not(.disabled).active,
.show > .btn-outline-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #151515;
  border-color: #151515;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus,
.btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 21, 21, 0.5);
}
.btn-link {
  font-weight: 400;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
}
.btn-link:hover {
  color: #87a8b8;
  text-decoration: underline;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #868e96;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-left: 0.3em solid rgba(0, 0, 0, 0);
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 15px;
  color: #082f4c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid rgba(0, 0, 0, 0);
  border-bottom: 0.3em solid;
  border-left: 0.3em solid rgba(0, 0, 0, 0);
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid rgba(0, 0, 0, 0);
  border-right: 0;
  border-bottom: 0.3em solid rgba(0, 0, 0, 0);
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid rgba(0, 0, 0, 0);
  border-right: 0.3em solid;
  border-bottom: 0.3em solid rgba(0, 0, 0, 0);
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: hsl(210, 10.8108108108%, 9.5098039216%);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: rgba(0, 0, 0, 0);
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 13px;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, 0.5);
  border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}
.page-link {
  position: relative;
  display: block;
  padding: 10px 10px;
  margin-left: -2px;
  line-height: 24px;
  color: #777;
  background-color: #fff;
  border: 2px solid #ebebeb;
}
.page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #0d4561;
  border-color: #0d4561;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #0d4561;
  border-color: #0d4561;
}
.page-item.disabled .page-link {
  color: #9c9c9c;
  pointer-events: none;
  cursor: auto;
  background-color: #ebebeb;
  border-color: #ebebeb;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 17px;
  line-height: 1.5294117647;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 13px;
  line-height: 1.6923076923;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 7px 19px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 14px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #0d4561;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: hsl(200, 76.3636363636%, 11.568627451%);
}
.badge-secondary {
  color: #212529;
  background-color: #fcba6e;
}
.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(250.9662162162, 162.222972973, 60.0337837838);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(211, 158.25, 0);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(218.25, 223.5, 228.75);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.badge-tertiary {
  color: #fff;
  background-color: #151515;
}
.badge-tertiary[href]:hover,
.badge-tertiary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: rgb(6.76, 35.88, 50.44);
  background-color: rgb(206.6, 217.8, 223.4);
  border-color: rgb(187.24, 202.92, 210.76);
}
.alert-primary hr {
  border-top-color: hsl(200, 21%, 73.0392156863%);
}
.alert-primary .alert-link {
  color: hsl(200, 76.3636363636%, 1.2156862745%);
}
.alert-secondary {
  color: rgb(131.04, 96.72, 57.2);
  background-color: rgb(254.4, 241.2, 226);
  border-color: rgb(254.16, 235.68, 214.4);
}
.alert-secondary hr {
  border-top-color: hsl(32.1126760563, 95.9459459459%, 86.8745098039%);
}
.alert-secondary .alert-link {
  color: rgb(95.5372375691, 70.5155801105, 41.7027624309);
}
.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}
.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: hsl(188.198757764, 53.1353135314%, 78.3647058824%);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}
.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: hsl(45, 94.6564885496%, 16.7137254902%);
}
.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: hsl(354.251497006, 70.4641350211%, 81.9882352941%);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}
.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: hsl(210, 0.4142766093%, 40.7764705882%);
}
.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: hsl(210, 3.0456852792%, 73.368627451%);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}
.alert-tertiary {
  color: rgb(10.92, 10.92, 10.92);
  background-color: rgb(208.2, 208.2, 208.2);
  border-color: hsl(0, 0%, 74.3058823529%);
}
.alert-tertiary hr {
  border-top-color: hsl(0, 0%, 69.3058823529%);
}
.alert-tertiary .alert-link {
  color: #000;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #007bff;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: rgb(6.76, 35.88, 50.44);
  background-color: rgb(187.24, 202.92, 210.76);
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: rgb(6.76, 35.88, 50.44);
  background-color: hsl(200, 21%, 73.0392156863%);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(6.76, 35.88, 50.44);
  border-color: rgb(6.76, 35.88, 50.44);
}
.list-group-item-secondary {
  color: rgb(131.04, 96.72, 57.2);
  background-color: rgb(254.16, 235.68, 214.4);
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: rgb(131.04, 96.72, 57.2);
  background-color: hsl(32.1126760563, 95.9459459459%, 86.8745098039%);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(131.04, 96.72, 57.2);
  border-color: rgb(131.04, 96.72, 57.2);
}
.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}
.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: hsl(188.198757764, 53.1353135314%, 78.3647058824%);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}
.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}
.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: hsl(354.251497006, 70.4641350211%, 81.9882352941%);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}
.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}
.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: hsl(210, 3.0456852792%, 73.368627451%);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}
.list-group-item-tertiary {
  color: rgb(10.92, 10.92, 10.92);
  background-color: hsl(0, 0%, 74.3058823529%);
}
.list-group-item-tertiary.list-group-item-action:hover,
.list-group-item-tertiary.list-group-item-action:focus {
  color: rgb(10.92, 10.92, 10.92);
  background-color: hsl(0, 0%, 69.3058823529%);
}
.list-group-item-tertiary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(10.92, 10.92, 10.92);
  border-color: rgb(10.92, 10.92, 10.92);
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 0.5rem * 2);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 0.5rem * 2);
  content: "";
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 1.75rem * 2);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 1.75rem * 2);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 14px;
  height: 8px;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 8px 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: 8px 7px 0;
  border-top-color: #151515;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 8px;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 8px;
  height: 14px;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 7px 8px 7px 0;
  border-right-color: #151515;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 8px 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 7px 8px;
  border-bottom-color: #151515;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 8px;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 8px;
  height: 14px;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 7px 0 7px 8px;
  border-left-color: #151515;
}
.tooltip-inner {
  max-width: 230px;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background-color: #151515;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid hsl(0, 0%, 97%);
}
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
  background-color: hsl(0, 0%, 97%);
  border-bottom: 1px solid hsl(0, 0%, 92%);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #007bff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0) no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #0d4561 !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: hsl(200, 76.3636363636%, 11.568627451%) !important;
}
.bg-secondary {
  background-color: #fcba6e !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(250.9662162162, 162.222972973, 60.0337837838) !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !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: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}
.bg-tertiary {
  background-color: #151515 !important;
}
a.bg-tertiary:hover,
a.bg-tertiary:focus,
button.bg-tertiary:hover,
button.bg-tertiary:focus {
  background-color: #000 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: rgba(0, 0, 0, 0) !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: #0d4561 !important;
}
.border-secondary {
  border-color: #fcba6e !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-tertiary {
  border-color: #151515 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0 !important;
}
.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: 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;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #0d4561 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: hsl(200, 76.3636363636%, 11.568627451%) !important;
}
.text-secondary {
  color: #fcba6e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: rgb(250.9662162162, 162.222972973, 60.0337837838) !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: rgb(30.1449275362, 125.8550724638, 52) !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: rgb(211, 158.25, 0) !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: rgb(218.25, 223.5, 228.75) !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}
.text-tertiary {
  color: #151515 !important;
}
a.text-tertiary:hover,
a.text-tertiary:focus {
  color: #000 !important;
}
.text-body {
  color: #082f4c !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: rgba(0, 0, 0, 0);
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #777;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #d7d7d7 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src:
    url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*="fa-"]:before {
  font-weight: 400;
  font-family: "FontAwesome";
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-gear:before,
.fa-cog:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-check-square-o:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-times-circle-o:before {
  content: "";
}
.fa-check-circle-o:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-gears:before,
.fa-cogs:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-feed:before,
.fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before,
.fa-users:before {
  content: "";
}
.fa-chain:before,
.fa-link:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before,
.fa-scissors:before {
  content: "";
}
.fa-copy:before,
.fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}
.fa-legal:before,
.fa-gavel:before {
  content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-flash:before,
.fa-bolt:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}
.fa-euro:before,
.fa-eur:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before,
.fa-usd:before {
  content: "";
}
.fa-rupee:before,
.fa-inr:before {
  content: "";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}
.fa-won:before,
.fa-krw:before {
  content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before,
.fa-car:before {
  content: "";
}
.fa-cab:before,
.fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}
.fa-ge:before,
.fa-empire:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-hotel:before,
.fa-bed:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-tv:before,
.fa-television:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-credit-card-alt:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-pause-circle-o:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stop-circle-o:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-wheelchair-alt:before {
  content: "";
}
.fa-question-circle-o:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-volume-control-phone:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}
.fa-handshake-o:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-o:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-book-o:before {
  content: "";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-circle-o:before {
  content: "";
}
.fa-user-o:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-eercast:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-snowflake-o:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: "Material Design Icons";
  src: url("../fonts/materialdesignicons-webfont.eot?v=1.4.57");
  src:
    url("../fonts/materialdesignicons-webfont.eot?#iefix&v=1.4.57") format("embedded-opentype"),
    url("../fonts/materialdesignicons-webfont.woff2?v=1.4.57") format("woff2"),
    url("../fonts/materialdesignicons-webfont.woff?v=1.4.57") format("woff"),
    url("../fonts/materialdesignicons-webfont.ttf?v=1.4.57") format("truetype"),
    url("../fonts/materialdesignicons-webfont.svg?v=1.4.57#materialdesigniconsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.mdi {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.mdi-access-point:before {
  content: "";
}
.mdi-access-point-network:before {
  content: "";
}
.mdi-account:before {
  content: "";
}
.mdi-account-alert:before {
  content: "";
}
.mdi-account-box:before {
  content: "";
}
.mdi-account-box-outline:before {
  content: "";
}
.mdi-account-check:before {
  content: "";
}
.mdi-account-circle:before {
  content: "";
}
.mdi-account-convert:before {
  content: "";
}
.mdi-account-key:before {
  content: "";
}
.mdi-account-location:before {
  content: "";
}
.mdi-account-minus:before {
  content: "";
}
.mdi-account-multiple:before {
  content: "";
}
.mdi-account-multiple-outline:before {
  content: "";
}
.mdi-account-multiple-plus:before {
  content: "";
}
.mdi-account-network:before {
  content: "";
}
.mdi-account-off:before {
  content: "";
}
.mdi-account-outline:before {
  content: "";
}
.mdi-account-plus:before {
  content: "";
}
.mdi-account-remove:before {
  content: "";
}
.mdi-account-search:before {
  content: "";
}
.mdi-account-star:before {
  content: "";
}
.mdi-account-star-variant:before {
  content: "";
}
.mdi-account-switch:before {
  content: "";
}
.mdi-adjust:before {
  content: "";
}
.mdi-air-conditioner:before {
  content: "";
}
.mdi-airballoon:before {
  content: "";
}
.mdi-airplane:before {
  content: "";
}
.mdi-airplane-off:before {
  content: "";
}
.mdi-airplay:before {
  content: "";
}
.mdi-alarm:before {
  content: "";
}
.mdi-alarm-check:before {
  content: "";
}
.mdi-alarm-multiple:before {
  content: "";
}
.mdi-alarm-off:before {
  content: "";
}
.mdi-alarm-plus:before {
  content: "";
}
.mdi-album:before {
  content: "";
}
.mdi-alert:before {
  content: "";
}
.mdi-alert-box:before {
  content: "";
}
.mdi-alert-circle:before {
  content: "";
}
.mdi-alert-octagon:before {
  content: "";
}
.mdi-alert-outline:before {
  content: "";
}
.mdi-alpha:before {
  content: "";
}
.mdi-alphabetical:before {
  content: "";
}
.mdi-amazon:before {
  content: "";
}
.mdi-amazon-clouddrive:before {
  content: "";
}
.mdi-ambulance:before {
  content: "";
}
.mdi-anchor:before {
  content: "";
}
.mdi-android:before {
  content: "";
}
.mdi-android-debug-bridge:before {
  content: "";
}
.mdi-android-studio:before {
  content: "";
}
.mdi-apple:before {
  content: "";
}
.mdi-apple-finder:before {
  content: "";
}
.mdi-apple-ios:before {
  content: "";
}
.mdi-apple-mobileme:before {
  content: "";
}
.mdi-apple-safari:before {
  content: "";
}
.mdi-appnet:before {
  content: "";
}
.mdi-apps:before {
  content: "";
}
.mdi-archive:before {
  content: "";
}
.mdi-arrange-bring-forward:before {
  content: "";
}
.mdi-arrange-bring-to-front:before {
  content: "";
}
.mdi-arrange-send-backward:before {
  content: "";
}
.mdi-arrange-send-to-back:before {
  content: "";
}
.mdi-arrow-all:before {
  content: "";
}
.mdi-arrow-bottom-drop-circle:before {
  content: "";
}
.mdi-arrow-bottom-left:before {
  content: "";
}
.mdi-arrow-bottom-right:before {
  content: "";
}
.mdi-arrow-collapse:before {
  content: "";
}
.mdi-arrow-down:before {
  content: "";
}
.mdi-arrow-down-bold:before {
  content: "";
}
.mdi-arrow-down-bold-circle:before {
  content: "";
}
.mdi-arrow-down-bold-circle-outline:before {
  content: "";
}
.mdi-arrow-down-bold-hexagon-outline:before {
  content: "";
}
.mdi-arrow-expand:before {
  content: "";
}
.mdi-arrow-left:before {
  content: "";
}
.mdi-arrow-left-bold:before {
  content: "";
}
.mdi-arrow-left-bold-circle:before {
  content: "";
}
.mdi-arrow-left-bold-circle-outline:before {
  content: "";
}
.mdi-arrow-left-bold-hexagon-outline:before {
  content: "";
}
.mdi-arrow-right:before {
  content: "";
}
.mdi-arrow-right-bold:before {
  content: "";
}
.mdi-arrow-right-bold-circle:before {
  content: "";
}
.mdi-arrow-right-bold-circle-outline:before {
  content: "";
}
.mdi-arrow-right-bold-hexagon-outline:before {
  content: "";
}
.mdi-arrow-top-left:before {
  content: "";
}
.mdi-arrow-top-right:before {
  content: "";
}
.mdi-arrow-up:before {
  content: "";
}
.mdi-arrow-up-bold:before {
  content: "";
}
.mdi-arrow-up-bold-circle:before {
  content: "";
}
.mdi-arrow-up-bold-circle-outline:before {
  content: "";
}
.mdi-arrow-up-bold-hexagon-outline:before {
  content: "";
}
.mdi-assistant:before {
  content: "";
}
.mdi-at:before {
  content: "";
}
.mdi-attachment:before {
  content: "";
}
.mdi-audiobook:before {
  content: "";
}
.mdi-auto-fix:before {
  content: "";
}
.mdi-auto-upload:before {
  content: "";
}
.mdi-autorenew:before {
  content: "";
}
.mdi-av-timer:before {
  content: "";
}
.mdi-baby:before {
  content: "";
}
.mdi-backburger:before {
  content: "";
}
.mdi-backspace:before {
  content: "";
}
.mdi-backup-restore:before {
  content: "";
}
.mdi-bank:before {
  content: "";
}
.mdi-barcode:before {
  content: "";
}
.mdi-barcode-scan:before {
  content: "";
}
.mdi-barley:before {
  content: "";
}
.mdi-barrel:before {
  content: "";
}
.mdi-basecamp:before {
  content: "";
}
.mdi-basket:before {
  content: "";
}
.mdi-basket-fill:before {
  content: "";
}
.mdi-basket-unfill:before {
  content: "";
}
.mdi-battery:before {
  content: "";
}
.mdi-battery-10:before {
  content: "";
}
.mdi-battery-20:before {
  content: "";
}
.mdi-battery-30:before {
  content: "";
}
.mdi-battery-40:before {
  content: "";
}
.mdi-battery-50:before {
  content: "";
}
.mdi-battery-60:before {
  content: "";
}
.mdi-battery-70:before {
  content: "";
}
.mdi-battery-80:before {
  content: "";
}
.mdi-battery-90:before {
  content: "";
}
.mdi-battery-alert:before {
  content: "";
}
.mdi-battery-charging:before {
  content: "";
}
.mdi-battery-charging-100:before {
  content: "";
}
.mdi-battery-charging-20:before {
  content: "";
}
.mdi-battery-charging-30:before {
  content: "";
}
.mdi-battery-charging-40:before {
  content: "";
}
.mdi-battery-charging-60:before {
  content: "";
}
.mdi-battery-charging-80:before {
  content: "";
}
.mdi-battery-charging-90:before {
  content: "";
}
.mdi-battery-minus:before {
  content: "";
}
.mdi-battery-negative:before {
  content: "";
}
.mdi-battery-outline:before {
  content: "";
}
.mdi-battery-plus:before {
  content: "";
}
.mdi-battery-positive:before {
  content: "";
}
.mdi-battery-unknown:before {
  content: "";
}
.mdi-beach:before {
  content: "";
}
.mdi-beaker:before {
  content: "";
}
.mdi-beaker-empty:before {
  content: "";
}
.mdi-beaker-empty-outline:before {
  content: "";
}
.mdi-beaker-outline:before {
  content: "";
}
.mdi-beats:before {
  content: "";
}
.mdi-beer:before {
  content: "";
}
.mdi-behance:before {
  content: "";
}
.mdi-bell:before {
  content: "";
}
.mdi-bell-off:before {
  content: "";
}
.mdi-bell-outline:before {
  content: "";
}
.mdi-bell-plus:before {
  content: "";
}
.mdi-bell-ring:before {
  content: "";
}
.mdi-bell-ring-outline:before {
  content: "";
}
.mdi-bell-sleep:before {
  content: "";
}
.mdi-beta:before {
  content: "";
}
.mdi-bike:before {
  content: "";
}
.mdi-bing:before {
  content: "";
}
.mdi-binoculars:before {
  content: "";
}
.mdi-bio:before {
  content: "";
}
.mdi-biohazard:before {
  content: "";
}
.mdi-bitbucket:before {
  content: "";
}
.mdi-black-mesa:before {
  content: "";
}
.mdi-blackberry:before {
  content: "";
}
.mdi-blender:before {
  content: "";
}
.mdi-blinds:before {
  content: "";
}
.mdi-block-helper:before {
  content: "";
}
.mdi-blogger:before {
  content: "";
}
.mdi-bluetooth:before {
  content: "";
}
.mdi-bluetooth-audio:before {
  content: "";
}
.mdi-bluetooth-connect:before {
  content: "";
}
.mdi-bluetooth-off:before {
  content: "";
}
.mdi-bluetooth-settings:before {
  content: "";
}
.mdi-bluetooth-transfer:before {
  content: "";
}
.mdi-blur:before {
  content: "";
}
.mdi-blur-linear:before {
  content: "";
}
.mdi-blur-off:before {
  content: "";
}
.mdi-blur-radial:before {
  content: "";
}
.mdi-bone:before {
  content: "";
}
.mdi-book:before {
  content: "";
}
.mdi-book-multiple:before {
  content: "";
}
.mdi-book-multiple-variant:before {
  content: "";
}
.mdi-book-open:before {
  content: "";
}
.mdi-book-open-variant:before {
  content: "";
}
.mdi-book-variant:before {
  content: "";
}
.mdi-bookmark:before {
  content: "";
}
.mdi-bookmark-check:before {
  content: "";
}
.mdi-bookmark-music:before {
  content: "";
}
.mdi-bookmark-outline:before {
  content: "";
}
.mdi-bookmark-outline-plus:before {
  content: "";
}
.mdi-bookmark-plus:before {
  content: "";
}
.mdi-bookmark-remove:before {
  content: "";
}
.mdi-border-all:before {
  content: "";
}
.mdi-border-bottom:before {
  content: "";
}
.mdi-border-color:before {
  content: "";
}
.mdi-border-horizontal:before {
  content: "";
}
.mdi-border-inside:before {
  content: "";
}
.mdi-border-left:before {
  content: "";
}
.mdi-border-none:before {
  content: "";
}
.mdi-border-outside:before {
  content: "";
}
.mdi-border-right:before {
  content: "";
}
.mdi-border-style:before {
  content: "";
}
.mdi-border-top:before {
  content: "";
}
.mdi-border-vertical:before {
  content: "";
}
.mdi-bowling:before {
  content: "";
}
.mdi-box:before {
  content: "";
}
.mdi-box-cutter:before {
  content: "";
}
.mdi-briefcase:before {
  content: "";
}
.mdi-briefcase-check:before {
  content: "";
}
.mdi-briefcase-download:before {
  content: "";
}
.mdi-briefcase-upload:before {
  content: "";
}
.mdi-brightness-1:before {
  content: "";
}
.mdi-brightness-2:before {
  content: "";
}
.mdi-brightness-3:before {
  content: "";
}
.mdi-brightness-4:before {
  content: "";
}
.mdi-brightness-5:before {
  content: "";
}
.mdi-brightness-6:before {
  content: "";
}
.mdi-brightness-7:before {
  content: "";
}
.mdi-brightness-auto:before {
  content: "";
}
.mdi-broom:before {
  content: "";
}
.mdi-brush:before {
  content: "";
}
.mdi-bug:before {
  content: "";
}
.mdi-bulletin-board:before {
  content: "";
}
.mdi-bullhorn:before {
  content: "";
}
.mdi-bus:before {
  content: "";
}
.mdi-cached:before {
  content: "";
}
.mdi-cake:before {
  content: "";
}
.mdi-cake-layered:before {
  content: "";
}
.mdi-cake-variant:before {
  content: "";
}
.mdi-calculator:before {
  content: "";
}
.mdi-calendar:before {
  content: "";
}
.mdi-calendar-blank:before {
  content: "";
}
.mdi-calendar-check:before {
  content: "";
}
.mdi-calendar-clock:before {
  content: "";
}
.mdi-calendar-multiple:before {
  content: "";
}
.mdi-calendar-multiple-check:before {
  content: "";
}
.mdi-calendar-plus:before {
  content: "";
}
.mdi-calendar-remove:before {
  content: "";
}
.mdi-calendar-text:before {
  content: "";
}
.mdi-calendar-today:before {
  content: "";
}
.mdi-call-made:before {
  content: "";
}
.mdi-call-merge:before {
  content: "";
}
.mdi-call-missed:before {
  content: "";
}
.mdi-call-received:before {
  content: "";
}
.mdi-call-split:before {
  content: "";
}
.mdi-camcorder:before {
  content: "";
}
.mdi-camcorder-box:before {
  content: "";
}
.mdi-camcorder-box-off:before {
  content: "";
}
.mdi-camcorder-off:before {
  content: "";
}
.mdi-camera:before {
  content: "";
}
.mdi-camera-enhance:before {
  content: "";
}
.mdi-camera-front:before {
  content: "";
}
.mdi-camera-front-variant:before {
  content: "";
}
.mdi-camera-iris:before {
  content: "";
}
.mdi-camera-party-mode:before {
  content: "";
}
.mdi-camera-rear:before {
  content: "";
}
.mdi-camera-rear-variant:before {
  content: "";
}
.mdi-camera-switch:before {
  content: "";
}
.mdi-camera-timer:before {
  content: "";
}
.mdi-candycane:before {
  content: "";
}
.mdi-car:before {
  content: "";
}
.mdi-car-battery:before {
  content: "";
}
.mdi-car-connected:before {
  content: "";
}
.mdi-car-wash:before {
  content: "";
}
.mdi-carrot:before {
  content: "";
}
.mdi-cart:before {
  content: "";
}
.mdi-cart-outline:before {
  content: "";
}
.mdi-cart-plus:before {
  content: "";
}
.mdi-case-sensitive-alt:before {
  content: "";
}
.mdi-cash:before {
  content: "";
}
.mdi-cash-100:before {
  content: "";
}
.mdi-cash-multiple:before {
  content: "";
}
.mdi-cash-usd:before {
  content: "";
}
.mdi-cast:before {
  content: "";
}
.mdi-cast-connected:before {
  content: "";
}
.mdi-castle:before {
  content: "";
}
.mdi-cat:before {
  content: "";
}
.mdi-cellphone:before {
  content: "";
}
.mdi-cellphone-android:before {
  content: "";
}
.mdi-cellphone-basic:before {
  content: "";
}
.mdi-cellphone-dock:before {
  content: "";
}
.mdi-cellphone-iphone:before {
  content: "";
}
.mdi-cellphone-link:before {
  content: "";
}
.mdi-cellphone-link-off:before {
  content: "";
}
.mdi-cellphone-settings:before {
  content: "";
}
.mdi-certificate:before {
  content: "";
}
.mdi-chair-school:before {
  content: "";
}
.mdi-chart-arc:before {
  content: "";
}
.mdi-chart-areaspline:before {
  content: "";
}
.mdi-chart-bar:before {
  content: "";
}
.mdi-chart-histogram:before {
  content: "";
}
.mdi-chart-line:before {
  content: "";
}
.mdi-chart-pie:before {
  content: "";
}
.mdi-check:before {
  content: "";
}
.mdi-check-all:before {
  content: "";
}
.mdi-checkbox-blank:before {
  content: "";
}
.mdi-checkbox-blank-circle:before {
  content: "";
}
.mdi-checkbox-blank-circle-outline:before {
  content: "";
}
.mdi-checkbox-blank-outline:before {
  content: "";
}
.mdi-checkbox-marked:before {
  content: "";
}
.mdi-checkbox-marked-circle:before {
  content: "";
}
.mdi-checkbox-marked-circle-outline:before {
  content: "";
}
.mdi-checkbox-marked-outline:before {
  content: "";
}
.mdi-checkbox-multiple-blank:before {
  content: "";
}
.mdi-checkbox-multiple-blank-outline:before {
  content: "";
}
.mdi-checkbox-multiple-marked:before {
  content: "";
}
.mdi-checkbox-multiple-marked-outline:before {
  content: "";
}
.mdi-checkerboard:before {
  content: "";
}
.mdi-chemical-weapon:before {
  content: "";
}
.mdi-chevron-double-down:before {
  content: "";
}
.mdi-chevron-double-left:before {
  content: "";
}
.mdi-chevron-double-right:before {
  content: "";
}
.mdi-chevron-double-up:before {
  content: "";
}
.mdi-chevron-down:before {
  content: "";
}
.mdi-chevron-left:before {
  content: "";
}
.mdi-chevron-right:before {
  content: "";
}
.mdi-chevron-up:before {
  content: "";
}
.mdi-church:before {
  content: "";
}
.mdi-cisco-webex:before {
  content: "";
}
.mdi-city:before {
  content: "";
}
.mdi-clipboard:before {
  content: "";
}
.mdi-clipboard-account:before {
  content: "";
}
.mdi-clipboard-alert:before {
  content: "";
}
.mdi-clipboard-arrow-down:before {
  content: "";
}
.mdi-clipboard-arrow-left:before {
  content: "";
}
.mdi-clipboard-check:before {
  content: "";
}
.mdi-clipboard-outline:before {
  content: "";
}
.mdi-clipboard-text:before {
  content: "";
}
.mdi-clippy:before {
  content: "";
}
.mdi-clock:before {
  content: "";
}
.mdi-clock-end:before {
  content: "";
}
.mdi-clock-fast:before {
  content: "";
}
.mdi-clock-in:before {
  content: "";
}
.mdi-clock-out:before {
  content: "";
}
.mdi-clock-start:before {
  content: "";
}
.mdi-close:before {
  content: "";
}
.mdi-close-box:before {
  content: "";
}
.mdi-close-box-outline:before {
  content: "";
}
.mdi-close-circle:before {
  content: "";
}
.mdi-close-circle-outline:before {
  content: "";
}
.mdi-close-network:before {
  content: "";
}
.mdi-close-octagon:before {
  content: "";
}
.mdi-close-octagon-outline:before {
  content: "";
}
.mdi-closed-caption:before {
  content: "";
}
.mdi-cloud:before {
  content: "";
}
.mdi-cloud-check:before {
  content: "";
}
.mdi-cloud-circle:before {
  content: "";
}
.mdi-cloud-download:before {
  content: "";
}
.mdi-cloud-outline:before {
  content: "";
}
.mdi-cloud-outline-off:before {
  content: "";
}
.mdi-cloud-print:before {
  content: "";
}
.mdi-cloud-print-outline:before {
  content: "";
}
.mdi-cloud-upload:before {
  content: "";
}
.mdi-code-array:before {
  content: "";
}
.mdi-code-braces:before {
  content: "";
}
.mdi-code-brackets:before {
  content: "";
}
.mdi-code-equal:before {
  content: "";
}
.mdi-code-greater-than:before {
  content: "";
}
.mdi-code-greater-than-or-equal:before {
  content: "";
}
.mdi-code-less-than:before {
  content: "";
}
.mdi-code-less-than-or-equal:before {
  content: "";
}
.mdi-code-not-equal:before {
  content: "";
}
.mdi-code-not-equal-variant:before {
  content: "";
}
.mdi-code-parentheses:before {
  content: "";
}
.mdi-code-string:before {
  content: "";
}
.mdi-code-tags:before {
  content: "";
}
.mdi-codepen:before {
  content: "";
}
.mdi-coffee:before {
  content: "";
}
.mdi-coffee-to-go:before {
  content: "";
}
.mdi-coin:before {
  content: "";
}
.mdi-color-helper:before {
  content: "";
}
.mdi-comment:before {
  content: "";
}
.mdi-comment-account:before {
  content: "";
}
.mdi-comment-account-outline:before {
  content: "";
}
.mdi-comment-alert:before {
  content: "";
}
.mdi-comment-alert-outline:before {
  content: "";
}
.mdi-comment-check:before {
  content: "";
}
.mdi-comment-check-outline:before {
  content: "";
}
.mdi-comment-multiple-outline:before {
  content: "";
}
.mdi-comment-outline:before {
  content: "";
}
.mdi-comment-plus-outline:before {
  content: "";
}
.mdi-comment-processing:before {
  content: "";
}
.mdi-comment-processing-outline:before {
  content: "";
}
.mdi-comment-question-outline:before {
  content: "";
}
.mdi-comment-remove-outline:before {
  content: "";
}
.mdi-comment-text:before {
  content: "";
}
.mdi-comment-text-outline:before {
  content: "";
}
.mdi-compare:before {
  content: "";
}
.mdi-compass:before {
  content: "";
}
.mdi-compass-outline:before {
  content: "";
}
.mdi-console:before {
  content: "";
}
.mdi-contact-mail:before {
  content: "";
}
.mdi-content-copy:before {
  content: "";
}
.mdi-content-cut:before {
  content: "";
}
.mdi-content-duplicate:before {
  content: "";
}
.mdi-content-paste:before {
  content: "";
}
.mdi-content-save:before {
  content: "";
}
.mdi-content-save-all:before {
  content: "";
}
.mdi-contrast:before {
  content: "";
}
.mdi-contrast-box:before {
  content: "";
}
.mdi-contrast-circle:before {
  content: "";
}
.mdi-cookie:before {
  content: "";
}
.mdi-cow:before {
  content: "";
}
.mdi-credit-card:before {
  content: "";
}
.mdi-credit-card-multiple:before {
  content: "";
}
.mdi-credit-card-scan:before {
  content: "";
}
.mdi-crop:before {
  content: "";
}
.mdi-crop-free:before {
  content: "";
}
.mdi-crop-landscape:before {
  content: "";
}
.mdi-crop-portrait:before {
  content: "";
}
.mdi-crop-square:before {
  content: "";
}
.mdi-crosshairs:before {
  content: "";
}
.mdi-crosshairs-gps:before {
  content: "";
}
.mdi-crown:before {
  content: "";
}
.mdi-cube:before {
  content: "";
}
.mdi-cube-outline:before {
  content: "";
}
.mdi-cube-send:before {
  content: "";
}
.mdi-cube-unfolded:before {
  content: "";
}
.mdi-cup:before {
  content: "";
}
.mdi-cup-water:before {
  content: "";
}
.mdi-currency-btc:before {
  content: "";
}
.mdi-currency-eur:before {
  content: "";
}
.mdi-currency-gbp:before {
  content: "";
}
.mdi-currency-inr:before {
  content: "";
}
.mdi-currency-ngn:before {
  content: "";
}
.mdi-currency-rub:before {
  content: "";
}
.mdi-currency-try:before {
  content: "";
}
.mdi-currency-usd:before {
  content: "";
}
.mdi-cursor-default:before {
  content: "";
}
.mdi-cursor-default-outline:before {
  content: "";
}
.mdi-cursor-move:before {
  content: "";
}
.mdi-cursor-pointer:before {
  content: "";
}
.mdi-database:before {
  content: "";
}
.mdi-database-minus:before {
  content: "";
}
.mdi-database-plus:before {
  content: "";
}
.mdi-debug-step-into:before {
  content: "";
}
.mdi-debug-step-out:before {
  content: "";
}
.mdi-debug-step-over:before {
  content: "";
}
.mdi-decimal-decrease:before {
  content: "";
}
.mdi-decimal-increase:before {
  content: "";
}
.mdi-delete:before {
  content: "";
}
.mdi-delete-variant:before {
  content: "";
}
.mdi-delta:before {
  content: "";
}
.mdi-deskphone:before {
  content: "";
}
.mdi-desktop-mac:before {
  content: "";
}
.mdi-desktop-tower:before {
  content: "";
}
.mdi-details:before {
  content: "";
}
.mdi-deviantart:before {
  content: "";
}
.mdi-diamond:before {
  content: "";
}
.mdi-dice:before {
  content: "";
}
.mdi-dice-1:before {
  content: "";
}
.mdi-dice-2:before {
  content: "";
}
.mdi-dice-3:before {
  content: "";
}
.mdi-dice-4:before {
  content: "";
}
.mdi-dice-5:before {
  content: "";
}
.mdi-dice-6:before {
  content: "";
}
.mdi-directions:before {
  content: "";
}
.mdi-disk-alert:before {
  content: "";
}
.mdi-disqus:before {
  content: "";
}
.mdi-disqus-outline:before {
  content: "";
}
.mdi-division:before {
  content: "";
}
.mdi-division-box:before {
  content: "";
}
.mdi-dns:before {
  content: "";
}
.mdi-domain:before {
  content: "";
}
.mdi-dots-horizontal:before {
  content: "";
}
.mdi-dots-vertical:before {
  content: "";
}
.mdi-download:before {
  content: "";
}
.mdi-drag:before {
  content: "";
}
.mdi-drag-horizontal:before {
  content: "";
}
.mdi-drag-vertical:before {
  content: "";
}
.mdi-drawing:before {
  content: "";
}
.mdi-drawing-box:before {
  content: "";
}
.mdi-dribbble:before {
  content: "";
}
.mdi-dribbble-box:before {
  content: "";
}
.mdi-drone:before {
  content: "";
}
.mdi-dropbox:before {
  content: "";
}
.mdi-drupal:before {
  content: "";
}
.mdi-duck:before {
  content: "";
}
.mdi-dumbbell:before {
  content: "";
}
.mdi-earth:before {
  content: "";
}
.mdi-earth-off:before {
  content: "";
}
.mdi-edge:before {
  content: "";
}
.mdi-eject:before {
  content: "";
}
.mdi-elevation-decline:before {
  content: "";
}
.mdi-elevation-rise:before {
  content: "";
}
.mdi-elevator:before {
  content: "";
}
.mdi-email:before {
  content: "";
}
.mdi-email-open:before {
  content: "";
}
.mdi-email-outline:before {
  content: "";
}
.mdi-email-secure:before {
  content: "";
}
.mdi-emoticon:before {
  content: "";
}
.mdi-emoticon-cool:before {
  content: "";
}
.mdi-emoticon-devil:before {
  content: "";
}
.mdi-emoticon-happy:before {
  content: "";
}
.mdi-emoticon-neutral:before {
  content: "";
}
.mdi-emoticon-poop:before {
  content: "";
}
.mdi-emoticon-sad:before {
  content: "";
}
.mdi-emoticon-tongue:before {
  content: "";
}
.mdi-engine:before {
  content: "";
}
.mdi-engine-outline:before {
  content: "";
}
.mdi-equal:before {
  content: "";
}
.mdi-equal-box:before {
  content: "";
}
.mdi-eraser:before {
  content: "";
}
.mdi-escalator:before {
  content: "";
}
.mdi-ethernet:before {
  content: "";
}
.mdi-ethernet-cable:before {
  content: "";
}
.mdi-ethernet-cable-off:before {
  content: "";
}
.mdi-etsy:before {
  content: "";
}
.mdi-evernote:before {
  content: "";
}
.mdi-exclamation:before {
  content: "";
}
.mdi-exit-to-app:before {
  content: "";
}
.mdi-export:before {
  content: "";
}
.mdi-eye:before {
  content: "";
}
.mdi-eye-off:before {
  content: "";
}
.mdi-eyedropper:before {
  content: "";
}
.mdi-eyedropper-variant:before {
  content: "";
}
.mdi-facebook:before {
  content: "";
}
.mdi-facebook-box:before {
  content: "";
}
.mdi-facebook-messenger:before {
  content: "";
}
.mdi-factory:before {
  content: "";
}
.mdi-fan:before {
  content: "";
}
.mdi-fast-forward:before {
  content: "";
}
.mdi-fax:before {
  content: "";
}
.mdi-ferry:before {
  content: "";
}
.mdi-file:before {
  content: "";
}
.mdi-file-chart:before {
  content: "";
}
.mdi-file-check:before {
  content: "";
}
.mdi-file-cloud:before {
  content: "";
}
.mdi-file-delimited:before {
  content: "";
}
.mdi-file-document:before {
  content: "";
}
.mdi-file-document-box:before {
  content: "";
}
.mdi-file-excel:before {
  content: "";
}
.mdi-file-excel-box:before {
  content: "";
}
.mdi-file-export:before {
  content: "";
}
.mdi-file-find:before {
  content: "";
}
.mdi-file-image:before {
  content: "";
}
.mdi-file-import:before {
  content: "";
}
.mdi-file-lock:before {
  content: "";
}
.mdi-file-multiple:before {
  content: "";
}
.mdi-file-music:before {
  content: "";
}
.mdi-file-outline:before {
  content: "";
}
.mdi-file-pdf:before {
  content: "";
}
.mdi-file-pdf-box:before {
  content: "";
}
.mdi-file-powerpoint:before {
  content: "";
}
.mdi-file-powerpoint-box:before {
  content: "";
}
.mdi-file-presentation-box:before {
  content: "";
}
.mdi-file-send:before {
  content: "";
}
.mdi-file-video:before {
  content: "";
}
.mdi-file-word:before {
  content: "";
}
.mdi-file-word-box:before {
  content: "";
}
.mdi-file-xml:before {
  content: "";
}
.mdi-film:before {
  content: "";
}
.mdi-filmstrip:before {
  content: "";
}
.mdi-filmstrip-off:before {
  content: "";
}
.mdi-filter:before {
  content: "";
}
.mdi-filter-outline:before {
  content: "";
}
.mdi-filter-remove:before {
  content: "";
}
.mdi-filter-remove-outline:before {
  content: "";
}
.mdi-filter-variant:before {
  content: "";
}
.mdi-fingerprint:before {
  content: "";
}
.mdi-fire:before {
  content: "";
}
.mdi-firefox:before {
  content: "";
}
.mdi-fish:before {
  content: "";
}
.mdi-flag:before {
  content: "";
}
.mdi-flag-checkered:before {
  content: "";
}
.mdi-flag-outline:before {
  content: "";
}
.mdi-flag-outline-variant:before {
  content: "";
}
.mdi-flag-triangle:before {
  content: "";
}
.mdi-flag-variant:before {
  content: "";
}
.mdi-flash:before {
  content: "";
}
.mdi-flash-auto:before {
  content: "";
}
.mdi-flash-off:before {
  content: "";
}
.mdi-flashlight:before {
  content: "";
}
.mdi-flashlight-off:before {
  content: "";
}
.mdi-flattr:before {
  content: "";
}
.mdi-flip-to-back:before {
  content: "";
}
.mdi-flip-to-front:before {
  content: "";
}
.mdi-floppy:before {
  content: "";
}
.mdi-flower:before {
  content: "";
}
.mdi-folder:before {
  content: "";
}
.mdi-folder-account:before {
  content: "";
}
.mdi-folder-download:before {
  content: "";
}
.mdi-folder-google-drive:before {
  content: "";
}
.mdi-folder-image:before {
  content: "";
}
.mdi-folder-lock:before {
  content: "";
}
.mdi-folder-lock-open:before {
  content: "";
}
.mdi-folder-move:before {
  content: "";
}
.mdi-folder-multiple:before {
  content: "";
}
.mdi-folder-multiple-image:before {
  content: "";
}
.mdi-folder-multiple-outline:before {
  content: "";
}
.mdi-folder-outline:before {
  content: "";
}
.mdi-folder-plus:before {
  content: "";
}
.mdi-folder-remove:before {
  content: "";
}
.mdi-folder-upload:before {
  content: "";
}
.mdi-food:before {
  content: "";
}
.mdi-food-apple:before {
  content: "";
}
.mdi-food-variant:before {
  content: "";
}
.mdi-football:before {
  content: "";
}
.mdi-football-australian:before {
  content: "";
}
.mdi-football-helmet:before {
  content: "";
}
.mdi-format-align-center:before {
  content: "";
}
.mdi-format-align-justify:before {
  content: "";
}
.mdi-format-align-left:before {
  content: "";
}
.mdi-format-align-right:before {
  content: "";
}
.mdi-format-bold:before {
  content: "";
}
.mdi-format-clear:before {
  content: "";
}
.mdi-format-color-fill:before {
  content: "";
}
.mdi-format-float-center:before {
  content: "";
}
.mdi-format-float-left:before {
  content: "";
}
.mdi-format-float-none:before {
  content: "";
}
.mdi-format-float-right:before {
  content: "";
}
.mdi-format-header-1:before {
  content: "";
}
.mdi-format-header-2:before {
  content: "";
}
.mdi-format-header-3:before {
  content: "";
}
.mdi-format-header-4:before {
  content: "";
}
.mdi-format-header-5:before {
  content: "";
}
.mdi-format-header-6:before {
  content: "";
}
.mdi-format-header-decrease:before {
  content: "";
}
.mdi-format-header-equal:before {
  content: "";
}
.mdi-format-header-increase:before {
  content: "";
}
.mdi-format-header-pound:before {
  content: "";
}
.mdi-format-indent-decrease:before {
  content: "";
}
.mdi-format-indent-increase:before {
  content: "";
}
.mdi-format-italic:before {
  content: "";
}
.mdi-format-line-spacing:before {
  content: "";
}
.mdi-format-list-bulleted:before {
  content: "";
}
.mdi-format-list-bulleted-type:before {
  content: "";
}
.mdi-format-list-numbers:before {
  content: "";
}
.mdi-format-paint:before {
  content: "";
}
.mdi-format-paragraph:before {
  content: "";
}
.mdi-format-quote:before {
  content: "";
}
.mdi-format-size:before {
  content: "";
}
.mdi-format-strikethrough:before {
  content: "";
}
.mdi-format-strikethrough-variant:before {
  content: "";
}
.mdi-format-subscript:before {
  content: "";
}
.mdi-format-superscript:before {
  content: "";
}
.mdi-format-text:before {
  content: "";
}
.mdi-format-textdirection-l-to-r:before {
  content: "";
}
.mdi-format-textdirection-r-to-l:before {
  content: "";
}
.mdi-format-underline:before {
  content: "";
}
.mdi-format-wrap-inline:before {
  content: "";
}
.mdi-format-wrap-square:before {
  content: "";
}
.mdi-format-wrap-tight:before {
  content: "";
}
.mdi-format-wrap-top-bottom:before {
  content: "";
}
.mdi-forum:before {
  content: "";
}
.mdi-forward:before {
  content: "";
}
.mdi-foursquare:before {
  content: "";
}
.mdi-fridge:before {
  content: "";
}
.mdi-fridge-filled:before {
  content: "";
}
.mdi-fridge-filled-bottom:before {
  content: "";
}
.mdi-fridge-filled-top:before {
  content: "";
}
.mdi-fullscreen:before {
  content: "";
}
.mdi-fullscreen-exit:before {
  content: "";
}
.mdi-function:before {
  content: "";
}
.mdi-gamepad:before {
  content: "";
}
.mdi-gamepad-variant:before {
  content: "";
}
.mdi-gas-station:before {
  content: "";
}
.mdi-gate:before {
  content: "";
}
.mdi-gauge:before {
  content: "";
}
.mdi-gavel:before {
  content: "";
}
.mdi-gender-female:before {
  content: "";
}
.mdi-gender-male:before {
  content: "";
}
.mdi-gender-male-female:before {
  content: "";
}
.mdi-gender-transgender:before {
  content: "";
}
.mdi-ghost:before {
  content: "";
}
.mdi-gift:before {
  content: "";
}
.mdi-git:before {
  content: "";
}
.mdi-github-box:before {
  content: "";
}
.mdi-github-circle:before {
  content: "";
}
.mdi-glass-flute:before {
  content: "";
}
.mdi-glass-mug:before {
  content: "";
}
.mdi-glass-stange:before {
  content: "";
}
.mdi-glass-tulip:before {
  content: "";
}
.mdi-glasses:before {
  content: "";
}
.mdi-gmail:before {
  content: "";
}
.mdi-google:before {
  content: "";
}
.mdi-google-cardboard:before {
  content: "";
}
.mdi-google-chrome:before {
  content: "";
}
.mdi-google-circles:before {
  content: "";
}
.mdi-google-circles-communities:before {
  content: "";
}
.mdi-google-circles-extended:before {
  content: "";
}
.mdi-google-circles-group:before {
  content: "";
}
.mdi-google-controller:before {
  content: "";
}
.mdi-google-controller-off:before {
  content: "";
}
.mdi-google-drive:before {
  content: "";
}
.mdi-google-earth:before {
  content: "";
}
.mdi-google-glass:before {
  content: "";
}
.mdi-google-nearby:before {
  content: "";
}
.mdi-google-pages:before {
  content: "";
}
.mdi-google-physical-web:before {
  content: "";
}
.mdi-google-play:before {
  content: "";
}
.mdi-google-plus:before {
  content: "";
}
.mdi-google-plus-box:before {
  content: "";
}
.mdi-google-translate:before {
  content: "";
}
.mdi-google-wallet:before {
  content: "";
}
.mdi-grid:before {
  content: "";
}
.mdi-grid-off:before {
  content: "";
}
.mdi-group:before {
  content: "";
}
.mdi-guitar:before {
  content: "";
}
.mdi-guitar-pick:before {
  content: "";
}
.mdi-guitar-pick-outline:before {
  content: "";
}
.mdi-hand-pointing-right:before {
  content: "";
}
.mdi-hanger:before {
  content: "";
}
.mdi-hangouts:before {
  content: "";
}
.mdi-harddisk:before {
  content: "";
}
.mdi-headphones:before {
  content: "";
}
.mdi-headphones-box:before {
  content: "";
}
.mdi-headphones-settings:before {
  content: "";
}
.mdi-headset:before {
  content: "";
}
.mdi-headset-dock:before {
  content: "";
}
.mdi-headset-off:before {
  content: "";
}
.mdi-heart:before {
  content: "";
}
.mdi-heart-box:before {
  content: "";
}
.mdi-heart-box-outline:before {
  content: "";
}
.mdi-heart-broken:before {
  content: "";
}
.mdi-heart-outline:before {
  content: "";
}
.mdi-help:before {
  content: "";
}
.mdi-help-circle:before {
  content: "";
}
.mdi-hexagon:before {
  content: "";
}
.mdi-hexagon-outline:before {
  content: "";
}
.mdi-history:before {
  content: "";
}
.mdi-hololens:before {
  content: "";
}
.mdi-home:before {
  content: "";
}
.mdi-home-modern:before {
  content: "";
}
.mdi-home-variant:before {
  content: "";
}
.mdi-hops:before {
  content: "";
}
.mdi-hospital:before {
  content: "";
}
.mdi-hospital-building:before {
  content: "";
}
.mdi-hospital-marker:before {
  content: "";
}
.mdi-hotel:before {
  content: "";
}
.mdi-houzz:before {
  content: "";
}
.mdi-houzz-box:before {
  content: "";
}
.mdi-human:before {
  content: "";
}
.mdi-human-child:before {
  content: "";
}
.mdi-human-male-female:before {
  content: "";
}
.mdi-image:before {
  content: "";
}
.mdi-image-album:before {
  content: "";
}
.mdi-image-area:before {
  content: "";
}
.mdi-image-area-close:before {
  content: "";
}
.mdi-image-broken:before {
  content: "";
}
.mdi-image-broken-variant:before {
  content: "";
}
.mdi-image-filter:before {
  content: "";
}
.mdi-image-filter-black-white:before {
  content: "";
}
.mdi-image-filter-center-focus:before {
  content: "";
}
.mdi-image-filter-center-focus-weak:before {
  content: "";
}
.mdi-image-filter-drama:before {
  content: "";
}
.mdi-image-filter-frames:before {
  content: "";
}
.mdi-image-filter-hdr:before {
  content: "";
}
.mdi-image-filter-none:before {
  content: "";
}
.mdi-image-filter-tilt-shift:before {
  content: "";
}
.mdi-image-filter-vintage:before {
  content: "";
}
.mdi-image-multiple:before {
  content: "";
}
.mdi-import:before {
  content: "";
}
.mdi-inbox:before {
  content: "";
}
.mdi-information:before {
  content: "";
}
.mdi-information-outline:before {
  content: "";
}
.mdi-instagram:before {
  content: "";
}
.mdi-instapaper:before {
  content: "";
}
.mdi-internet-explorer:before {
  content: "";
}
.mdi-invert-colors:before {
  content: "";
}
.mdi-jeepney:before {
  content: "";
}
.mdi-jira:before {
  content: "";
}
.mdi-jsfiddle:before {
  content: "";
}
.mdi-keg:before {
  content: "";
}
.mdi-key:before {
  content: "";
}
.mdi-key-change:before {
  content: "";
}
.mdi-key-minus:before {
  content: "";
}
.mdi-key-plus:before {
  content: "";
}
.mdi-key-remove:before {
  content: "";
}
.mdi-key-variant:before {
  content: "";
}
.mdi-keyboard:before {
  content: "";
}
.mdi-keyboard-backspace:before {
  content: "";
}
.mdi-keyboard-caps:before {
  content: "";
}
.mdi-keyboard-close:before {
  content: "";
}
.mdi-keyboard-off:before {
  content: "";
}
.mdi-keyboard-return:before {
  content: "";
}
.mdi-keyboard-tab:before {
  content: "";
}
.mdi-keyboard-variant:before {
  content: "";
}
.mdi-label:before {
  content: "";
}
.mdi-label-outline:before {
  content: "";
}
.mdi-lan:before {
  content: "";
}
.mdi-lan-connect:before {
  content: "";
}
.mdi-lan-disconnect:before {
  content: "";
}
.mdi-lan-pending:before {
  content: "";
}
.mdi-language-csharp:before {
  content: "";
}
.mdi-language-css3:before {
  content: "";
}
.mdi-language-html5:before {
  content: "";
}
.mdi-language-javascript:before {
  content: "";
}
.mdi-language-php:before {
  content: "";
}
.mdi-language-python:before {
  content: "";
}
.mdi-language-python-text:before {
  content: "";
}
.mdi-laptop:before {
  content: "";
}
.mdi-laptop-chromebook:before {
  content: "";
}
.mdi-laptop-mac:before {
  content: "";
}
.mdi-laptop-windows:before {
  content: "";
}
.mdi-lastfm:before {
  content: "";
}
.mdi-launch:before {
  content: "";
}
.mdi-layers:before {
  content: "";
}
.mdi-layers-off:before {
  content: "";
}
.mdi-leaf:before {
  content: "";
}
.mdi-led-off:before {
  content: "";
}
.mdi-led-on:before {
  content: "";
}
.mdi-led-outline:before {
  content: "";
}
.mdi-led-variant-off:before {
  content: "";
}
.mdi-led-variant-on:before {
  content: "";
}
.mdi-led-variant-outline:before {
  content: "";
}
.mdi-library:before {
  content: "";
}
.mdi-library-books:before {
  content: "";
}
.mdi-library-music:before {
  content: "";
}
.mdi-library-plus:before {
  content: "";
}
.mdi-lightbulb:before {
  content: "";
}
.mdi-lightbulb-outline:before {
  content: "";
}
.mdi-link:before {
  content: "";
}
.mdi-link-off:before {
  content: "";
}
.mdi-link-variant:before {
  content: "";
}
.mdi-link-variant-off:before {
  content: "";
}
.mdi-linkedin:before {
  content: "";
}
.mdi-linkedin-box:before {
  content: "";
}
.mdi-linux:before {
  content: "";
}
.mdi-lock:before {
  content: "";
}
.mdi-lock-open:before {
  content: "";
}
.mdi-lock-open-outline:before {
  content: "";
}
.mdi-lock-outline:before {
  content: "";
}
.mdi-login:before {
  content: "";
}
.mdi-logout:before {
  content: "";
}
.mdi-looks:before {
  content: "";
}
.mdi-loupe:before {
  content: "";
}
.mdi-lumx:before {
  content: "";
}
.mdi-magnet:before {
  content: "";
}
.mdi-magnet-on:before {
  content: "";
}
.mdi-magnify:before {
  content: "";
}
.mdi-magnify-minus:before {
  content: "";
}
.mdi-magnify-plus:before {
  content: "";
}
.mdi-mail-ru:before {
  content: "";
}
.mdi-map:before {
  content: "";
}
.mdi-map-marker:before {
  content: "";
}
.mdi-map-marker-circle:before {
  content: "";
}
.mdi-map-marker-multiple:before {
  content: "";
}
.mdi-map-marker-off:before {
  content: "";
}
.mdi-map-marker-radius:before {
  content: "";
}
.mdi-margin:before {
  content: "";
}
.mdi-markdown:before {
  content: "";
}
.mdi-marker-check:before {
  content: "";
}
.mdi-martini:before {
  content: "";
}
.mdi-material-ui:before {
  content: "";
}
.mdi-math-compass:before {
  content: "";
}
.mdi-maxcdn:before {
  content: "";
}
.mdi-medium:before {
  content: "";
}
.mdi-memory:before {
  content: "";
}
.mdi-menu:before {
  content: "";
}
.mdi-menu-down:before {
  content: "";
}
.mdi-menu-left:before {
  content: "";
}
.mdi-menu-right:before {
  content: "";
}
.mdi-menu-up:before {
  content: "";
}
.mdi-message:before {
  content: "";
}
.mdi-message-alert:before {
  content: "";
}
.mdi-message-draw:before {
  content: "";
}
.mdi-message-image:before {
  content: "";
}
.mdi-message-outline:before {
  content: "";
}
.mdi-message-processing:before {
  content: "";
}
.mdi-message-reply:before {
  content: "";
}
.mdi-message-reply-text:before {
  content: "";
}
.mdi-message-text:before {
  content: "";
}
.mdi-message-text-outline:before {
  content: "";
}
.mdi-message-video:before {
  content: "";
}
.mdi-microphone:before {
  content: "";
}
.mdi-microphone-off:before {
  content: "";
}
.mdi-microphone-outline:before {
  content: "";
}
.mdi-microphone-settings:before {
  content: "";
}
.mdi-microphone-variant:before {
  content: "";
}
.mdi-microphone-variant-off:before {
  content: "";
}
.mdi-microsoft:before {
  content: "";
}
.mdi-minus:before {
  content: "";
}
.mdi-minus-box:before {
  content: "";
}
.mdi-minus-circle:before {
  content: "";
}
.mdi-minus-circle-outline:before {
  content: "";
}
.mdi-minus-network:before {
  content: "";
}
.mdi-monitor:before {
  content: "";
}
.mdi-monitor-multiple:before {
  content: "";
}
.mdi-more:before {
  content: "";
}
.mdi-motorbike:before {
  content: "";
}
.mdi-mouse:before {
  content: "";
}
.mdi-mouse-off:before {
  content: "";
}
.mdi-mouse-variant:before {
  content: "";
}
.mdi-mouse-variant-off:before {
  content: "";
}
.mdi-movie:before {
  content: "";
}
.mdi-multiplication:before {
  content: "";
}
.mdi-multiplication-box:before {
  content: "";
}
.mdi-music-box:before {
  content: "";
}
.mdi-music-box-outline:before {
  content: "";
}
.mdi-music-circle:before {
  content: "";
}
.mdi-music-note:before {
  content: "";
}
.mdi-music-note-eighth:before {
  content: "";
}
.mdi-music-note-half:before {
  content: "";
}
.mdi-music-note-off:before {
  content: "";
}
.mdi-music-note-quarter:before {
  content: "";
}
.mdi-music-note-sixteenth:before {
  content: "";
}
.mdi-music-note-whole:before {
  content: "";
}
.mdi-nature:before {
  content: "";
}
.mdi-nature-people:before {
  content: "";
}
.mdi-navigation:before {
  content: "";
}
.mdi-needle:before {
  content: "";
}
.mdi-nest-protect:before {
  content: "";
}
.mdi-nest-thermostat:before {
  content: "";
}
.mdi-newspaper:before {
  content: "";
}
.mdi-nfc:before {
  content: "";
}
.mdi-nfc-tap:before {
  content: "";
}
.mdi-nfc-variant:before {
  content: "";
}
.mdi-nodejs:before {
  content: "";
}
.mdi-note:before {
  content: "";
}
.mdi-note-outline:before {
  content: "";
}
.mdi-note-plus:before {
  content: "";
}
.mdi-note-plus-outline:before {
  content: "";
}
.mdi-note-text:before {
  content: "";
}
.mdi-notification-clear-all:before {
  content: "";
}
.mdi-numeric:before {
  content: "";
}
.mdi-numeric-0-box:before {
  content: "";
}
.mdi-numeric-0-box-multiple-outline:before {
  content: "";
}
.mdi-numeric-0-box-outline:before {
  content: "";
}
.mdi-numeric-1-box:before {
  content: "";
}
.mdi-numeric-1-box-multiple-outline:before {
  content: "";
}
.mdi-numeric-1-box-outline:before {
  content: "";
}
.mdi-numeric-2-box:before {
  content: "";
}
.mdi-numeric-2-box-multiple-outline:before {
  content: "";
}
.mdi-numeric-2-box-outline:before {
  content: "";
}
.mdi-numeric-3-box:before {
  content: "";
}
.mdi-numeric-3-box-multiple-outline:before {
  content: "";
}
.mdi-numeric-3-box-outline:before {
  content: "";
}
.mdi-numeric-4-box:before {
  content: "";
}
.mdi-numeric-4-box-multiple-outline:before {
  content: "";
}
.mdi-numeric-4-box-outline:before {
  content: "";
}
.mdi-numeric-5-box:before {
  content: "";
}
.mdi-numeric-5-box-multiple-outline:before {
  content: "";
}
.mdi-numeric-5-box-outline:before {
  content: "";
}
.mdi-numeric-6-box:before {
  content: "";
}
.mdi-numeric-6-box-multiple-outline:before {
  content: "";
}
.mdi-numeric-6-box-outline:before {
  content: "";
}
.mdi-numeric-7-box:before {
  content: "";
}
.mdi-numeric-7-box-multiple-outline:before {
  content: "";
}
.mdi-numeric-7-box-outline:before {
  content: "";
}
.mdi-numeric-8-box:before {
  content: "";
}
.mdi-numeric-8-box-multiple-outline:before {
  content: "";
}
.mdi-numeric-8-box-outline:before {
  content: "";
}
.mdi-numeric-9-box:before {
  content: "";
}
.mdi-numeric-9-box-multiple-outline:before {
  content: "";
}
.mdi-numeric-9-box-outline:before {
  content: "";
}
.mdi-numeric-9-plus-box:before {
  content: "";
}
.mdi-numeric-9-plus-box-multiple-outline:before {
  content: "";
}
.mdi-numeric-9-plus-box-outline:before {
  content: "";
}
.mdi-nutrition:before {
  content: "";
}
.mdi-octagon:before {
  content: "";
}
.mdi-octagon-outline:before {
  content: "";
}
.mdi-odnoklassniki:before {
  content: "";
}
.mdi-office:before {
  content: "";
}
.mdi-oil:before {
  content: "";
}
.mdi-oil-temperature:before {
  content: "";
}
.mdi-omega:before {
  content: "";
}
.mdi-onedrive:before {
  content: "";
}
.mdi-open-in-app:before {
  content: "";
}
.mdi-open-in-new:before {
  content: "";
}
.mdi-opera:before {
  content: "";
}
.mdi-ornament:before {
  content: "";
}
.mdi-ornament-variant:before {
  content: "";
}
.mdi-outbox:before {
  content: "";
}
.mdi-owl:before {
  content: "";
}
.mdi-package:before {
  content: "";
}
.mdi-package-down:before {
  content: "";
}
.mdi-package-up:before {
  content: "";
}
.mdi-package-variant:before {
  content: "";
}
.mdi-package-variant-closed:before {
  content: "";
}
.mdi-palette:before {
  content: "";
}
.mdi-palette-advanced:before {
  content: "";
}
.mdi-panda:before {
  content: "";
}
.mdi-pandora:before {
  content: "";
}
.mdi-panorama:before {
  content: "";
}
.mdi-panorama-fisheye:before {
  content: "";
}
.mdi-panorama-horizontal:before {
  content: "";
}
.mdi-panorama-vertical:before {
  content: "";
}
.mdi-panorama-wide-angle:before {
  content: "";
}
.mdi-paper-cut-vertical:before {
  content: "";
}
.mdi-paperclip:before {
  content: "";
}
.mdi-parking:before {
  content: "";
}
.mdi-pause:before {
  content: "";
}
.mdi-pause-circle:before {
  content: "";
}
.mdi-pause-circle-outline:before {
  content: "";
}
.mdi-pause-octagon:before {
  content: "";
}
.mdi-pause-octagon-outline:before {
  content: "";
}
.mdi-paw:before {
  content: "";
}
.mdi-pen:before {
  content: "";
}
.mdi-pencil:before {
  content: "";
}
.mdi-pencil-box:before {
  content: "";
}
.mdi-pencil-box-outline:before {
  content: "";
}
.mdi-pencil-lock:before {
  content: "";
}
.mdi-pencil-off:before {
  content: "";
}
.mdi-percent:before {
  content: "";
}
.mdi-pharmacy:before {
  content: "";
}
.mdi-phone:before {
  content: "";
}
.mdi-phone-bluetooth:before {
  content: "";
}
.mdi-phone-forward:before {
  content: "";
}
.mdi-phone-hangup:before {
  content: "";
}
.mdi-phone-in-talk:before {
  content: "";
}
.mdi-phone-incoming:before {
  content: "";
}
.mdi-phone-locked:before {
  content: "";
}
.mdi-phone-log:before {
  content: "";
}
.mdi-phone-missed:before {
  content: "";
}
.mdi-phone-outgoing:before {
  content: "";
}
.mdi-phone-paused:before {
  content: "";
}
.mdi-phone-settings:before {
  content: "";
}
.mdi-phone-voip:before {
  content: "";
}
.mdi-pi:before {
  content: "";
}
.mdi-pi-box:before {
  content: "";
}
.mdi-pig:before {
  content: "";
}
.mdi-pill:before {
  content: "";
}
.mdi-pin:before {
  content: "";
}
.mdi-pin-off:before {
  content: "";
}
.mdi-pine-tree:before {
  content: "";
}
.mdi-pine-tree-box:before {
  content: "";
}
.mdi-pinterest:before {
  content: "";
}
.mdi-pinterest-box:before {
  content: "";
}
.mdi-pizza:before {
  content: "";
}
.mdi-play:before {
  content: "";
}
.mdi-play-box-outline:before {
  content: "";
}
.mdi-play-circle:before {
  content: "";
}
.mdi-play-circle-outline:before {
  content: "";
}
.mdi-play-pause:before {
  content: "";
}
.mdi-play-protected-content:before {
  content: "";
}
.mdi-playlist-minus:before {
  content: "";
}
.mdi-playlist-play:before {
  content: "";
}
.mdi-playlist-plus:before {
  content: "";
}
.mdi-playlist-remove:before {
  content: "";
}
.mdi-playstation:before {
  content: "";
}
.mdi-plus:before {
  content: "";
}
.mdi-plus-box:before {
  content: "";
}
.mdi-plus-circle:before {
  content: "";
}
.mdi-plus-circle-multiple-outline:before {
  content: "";
}
.mdi-plus-circle-outline:before {
  content: "";
}
.mdi-plus-network:before {
  content: "";
}
.mdi-plus-one:before {
  content: "";
}
.mdi-pocket:before {
  content: "";
}
.mdi-pokeball:before {
  content: "";
}
.mdi-polaroid:before {
  content: "";
}
.mdi-poll:before {
  content: "";
}
.mdi-poll-box:before {
  content: "";
}
.mdi-polymer:before {
  content: "";
}
.mdi-popcorn:before {
  content: "";
}
.mdi-pound:before {
  content: "";
}
.mdi-pound-box:before {
  content: "";
}
.mdi-power:before {
  content: "";
}
.mdi-power-settings:before {
  content: "";
}
.mdi-power-socket:before {
  content: "";
}
.mdi-presentation:before {
  content: "";
}
.mdi-presentation-play:before {
  content: "";
}
.mdi-printer:before {
  content: "";
}
.mdi-printer-3d:before {
  content: "";
}
.mdi-printer-alert:before {
  content: "";
}
.mdi-professional-hexagon:before {
  content: "";
}
.mdi-projector:before {
  content: "";
}
.mdi-projector-screen:before {
  content: "";
}
.mdi-pulse:before {
  content: "";
}
.mdi-puzzle:before {
  content: "";
}
.mdi-qrcode:before {
  content: "";
}
.mdi-qrcode-scan:before {
  content: "";
}
.mdi-quadcopter:before {
  content: "";
}
.mdi-quality-high:before {
  content: "";
}
.mdi-quicktime:before {
  content: "";
}
.mdi-radar:before {
  content: "";
}
.mdi-radiator:before {
  content: "";
}
.mdi-radio:before {
  content: "";
}
.mdi-radio-handheld:before {
  content: "";
}
.mdi-radio-tower:before {
  content: "";
}
.mdi-radioactive:before {
  content: "";
}
.mdi-radiobox-blank:before {
  content: "";
}
.mdi-radiobox-marked:before {
  content: "";
}
.mdi-raspberrypi:before {
  content: "";
}
.mdi-ray-end:before {
  content: "";
}
.mdi-ray-end-arrow:before {
  content: "";
}
.mdi-ray-start:before {
  content: "";
}
.mdi-ray-start-arrow:before {
  content: "";
}
.mdi-ray-start-end:before {
  content: "";
}
.mdi-ray-vertex:before {
  content: "";
}
.mdi-rdio:before {
  content: "";
}
.mdi-read:before {
  content: "";
}
.mdi-readability:before {
  content: "";
}
.mdi-receipt:before {
  content: "";
}
.mdi-record:before {
  content: "";
}
.mdi-record-rec:before {
  content: "";
}
.mdi-recycle:before {
  content: "";
}
.mdi-reddit:before {
  content: "";
}
.mdi-redo:before {
  content: "";
}
.mdi-redo-variant:before {
  content: "";
}
.mdi-refresh:before {
  content: "";
}
.mdi-regex:before {
  content: "";
}
.mdi-relative-scale:before {
  content: "";
}
.mdi-reload:before {
  content: "";
}
.mdi-remote:before {
  content: "";
}
.mdi-rename-box:before {
  content: "";
}
.mdi-repeat:before {
  content: "";
}
.mdi-repeat-off:before {
  content: "";
}
.mdi-repeat-once:before {
  content: "";
}
.mdi-replay:before {
  content: "";
}
.mdi-reply:before {
  content: "";
}
.mdi-reply-all:before {
  content: "";
}
.mdi-reproduction:before {
  content: "";
}
.mdi-resize-bottom-right:before {
  content: "";
}
.mdi-responsive:before {
  content: "";
}
.mdi-rewind:before {
  content: "";
}
.mdi-ribbon:before {
  content: "";
}
.mdi-road:before {
  content: "";
}
.mdi-road-variant:before {
  content: "";
}
.mdi-rocket:before {
  content: "";
}
.mdi-rotate-3d:before {
  content: "";
}
.mdi-rotate-left:before {
  content: "";
}
.mdi-rotate-left-variant:before {
  content: "";
}
.mdi-rotate-right:before {
  content: "";
}
.mdi-rotate-right-variant:before {
  content: "";
}
.mdi-router-wireless:before {
  content: "";
}
.mdi-routes:before {
  content: "";
}
.mdi-rss:before {
  content: "";
}
.mdi-rss-box:before {
  content: "";
}
.mdi-ruler:before {
  content: "";
}
.mdi-run:before {
  content: "";
}
.mdi-sale:before {
  content: "";
}
.mdi-satellite:before {
  content: "";
}
.mdi-satellite-variant:before {
  content: "";
}
.mdi-scale:before {
  content: "";
}
.mdi-scale-bathroom:before {
  content: "";
}
.mdi-school:before {
  content: "";
}
.mdi-screen-rotation:before {
  content: "";
}
.mdi-screen-rotation-lock:before {
  content: "";
}
.mdi-screwdriver:before {
  content: "";
}
.mdi-script:before {
  content: "";
}
.mdi-sd:before {
  content: "";
}
.mdi-seal:before {
  content: "";
}
.mdi-seat-flat:before {
  content: "";
}
.mdi-seat-flat-angled:before {
  content: "";
}
.mdi-seat-individual-suite:before {
  content: "";
}
.mdi-seat-legroom-extra:before {
  content: "";
}
.mdi-seat-legroom-normal:before {
  content: "";
}
.mdi-seat-legroom-reduced:before {
  content: "";
}
.mdi-seat-recline-extra:before {
  content: "";
}
.mdi-seat-recline-normal:before {
  content: "";
}
.mdi-security:before {
  content: "";
}
.mdi-security-network:before {
  content: "";
}
.mdi-select:before {
  content: "";
}
.mdi-select-all:before {
  content: "";
}
.mdi-select-inverse:before {
  content: "";
}
.mdi-select-off:before {
  content: "";
}
.mdi-selection:before {
  content: "";
}
.mdi-send:before {
  content: "";
}
.mdi-server:before {
  content: "";
}
.mdi-server-minus:before {
  content: "";
}
.mdi-server-network:before {
  content: "";
}
.mdi-server-network-off:before {
  content: "";
}
.mdi-server-off:before {
  content: "";
}
.mdi-server-plus:before {
  content: "";
}
.mdi-server-remove:before {
  content: "";
}
.mdi-server-security:before {
  content: "";
}
.mdi-settings:before {
  content: "";
}
.mdi-settings-box:before {
  content: "";
}
.mdi-shape-plus:before {
  content: "";
}
.mdi-share:before {
  content: "";
}
.mdi-share-variant:before {
  content: "";
}
.mdi-shield:before {
  content: "";
}
.mdi-shield-outline:before {
  content: "";
}
.mdi-shopping:before {
  content: "";
}
.mdi-shopping-music:before {
  content: "";
}
.mdi-shredder:before {
  content: "";
}
.mdi-shuffle:before {
  content: "";
}
.mdi-shuffle-disabled:before {
  content: "";
}
.mdi-shuffle-variant:before {
  content: "";
}
.mdi-sigma:before {
  content: "";
}
.mdi-sign-caution:before {
  content: "";
}
.mdi-signal:before {
  content: "";
}
.mdi-silverware:before {
  content: "";
}
.mdi-silverware-fork:before {
  content: "";
}
.mdi-silverware-spoon:before {
  content: "";
}
.mdi-silverware-variant:before {
  content: "";
}
.mdi-sim:before {
  content: "";
}
.mdi-sim-alert:before {
  content: "";
}
.mdi-sim-off:before {
  content: "";
}
.mdi-sitemap:before {
  content: "";
}
.mdi-skip-backward:before {
  content: "";
}
.mdi-skip-forward:before {
  content: "";
}
.mdi-skip-next:before {
  content: "";
}
.mdi-skip-previous:before {
  content: "";
}
.mdi-skype:before {
  content: "";
}
.mdi-skype-business:before {
  content: "";
}
.mdi-slack:before {
  content: "";
}
.mdi-sleep:before {
  content: "";
}
.mdi-sleep-off:before {
  content: "";
}
.mdi-smoking:before {
  content: "";
}
.mdi-smoking-off:before {
  content: "";
}
.mdi-snapchat:before {
  content: "";
}
.mdi-snowman:before {
  content: "";
}
.mdi-sofa:before {
  content: "";
}
.mdi-sort:before {
  content: "";
}
.mdi-sort-alphabetical:before {
  content: "";
}
.mdi-sort-ascending:before {
  content: "";
}
.mdi-sort-descending:before {
  content: "";
}
.mdi-sort-numeric:before {
  content: "";
}
.mdi-sort-variant:before {
  content: "";
}
.mdi-soundcloud:before {
  content: "";
}
.mdi-source-fork:before {
  content: "";
}
.mdi-source-pull:before {
  content: "";
}
.mdi-speaker:before {
  content: "";
}
.mdi-speaker-off:before {
  content: "";
}
.mdi-speedometer:before {
  content: "";
}
.mdi-spellcheck:before {
  content: "";
}
.mdi-spotify:before {
  content: "";
}
.mdi-spotlight:before {
  content: "";
}
.mdi-spotlight-beam:before {
  content: "";
}
.mdi-square-inc:before {
  content: "";
}
.mdi-square-inc-cash:before {
  content: "";
}
.mdi-stackoverflow:before {
  content: "";
}
.mdi-stairs:before {
  content: "";
}
.mdi-star:before {
  content: "";
}
.mdi-star-circle:before {
  content: "";
}
.mdi-star-half:before {
  content: "";
}
.mdi-star-off:before {
  content: "";
}
.mdi-star-outline:before {
  content: "";
}
.mdi-steam:before {
  content: "";
}
.mdi-steering:before {
  content: "";
}
.mdi-step-backward:before {
  content: "";
}
.mdi-step-backward-2:before {
  content: "";
}
.mdi-step-forward:before {
  content: "";
}
.mdi-step-forward-2:before {
  content: "";
}
.mdi-stethoscope:before {
  content: "";
}
.mdi-stocking:before {
  content: "";
}
.mdi-stop:before {
  content: "";
}
.mdi-store:before {
  content: "";
}
.mdi-store-24-hour:before {
  content: "";
}
.mdi-stove:before {
  content: "";
}
.mdi-subway:before {
  content: "";
}
.mdi-sunglasses:before {
  content: "";
}
.mdi-swap-horizontal:before {
  content: "";
}
.mdi-swap-vertical:before {
  content: "";
}
.mdi-swim:before {
  content: "";
}
.mdi-switch:before {
  content: "";
}
.mdi-sword:before {
  content: "";
}
.mdi-sync:before {
  content: "";
}
.mdi-sync-alert:before {
  content: "";
}
.mdi-sync-off:before {
  content: "";
}
.mdi-tab:before {
  content: "";
}
.mdi-tab-unselected:before {
  content: "";
}
.mdi-table:before {
  content: "";
}
.mdi-table-column-plus-after:before {
  content: "";
}
.mdi-table-column-plus-before:before {
  content: "";
}
.mdi-table-column-remove:before {
  content: "";
}
.mdi-table-column-width:before {
  content: "";
}
.mdi-table-edit:before {
  content: "";
}
.mdi-table-large:before {
  content: "";
}
.mdi-table-row-height:before {
  content: "";
}
.mdi-table-row-plus-after:before {
  content: "";
}
.mdi-table-row-plus-before:before {
  content: "";
}
.mdi-table-row-remove:before {
  content: "";
}
.mdi-tablet:before {
  content: "";
}
.mdi-tablet-android:before {
  content: "";
}
.mdi-tablet-ipad:before {
  content: "";
}
.mdi-tag:before {
  content: "";
}
.mdi-tag-faces:before {
  content: "";
}
.mdi-tag-multiple:before {
  content: "";
}
.mdi-tag-outline:before {
  content: "";
}
.mdi-tag-text-outline:before {
  content: "";
}
.mdi-target:before {
  content: "";
}
.mdi-taxi:before {
  content: "";
}
.mdi-teamviewer:before {
  content: "";
}
.mdi-telegram:before {
  content: "";
}
.mdi-television:before {
  content: "";
}
.mdi-television-guide:before {
  content: "";
}
.mdi-temperature-celsius:before {
  content: "";
}
.mdi-temperature-fahrenheit:before {
  content: "";
}
.mdi-temperature-kelvin:before {
  content: "";
}
.mdi-tennis:before {
  content: "";
}
.mdi-tent:before {
  content: "";
}
.mdi-terrain:before {
  content: "";
}
.mdi-text-to-speech:before {
  content: "";
}
.mdi-text-to-speech-off:before {
  content: "";
}
.mdi-texture:before {
  content: "";
}
.mdi-theater:before {
  content: "";
}
.mdi-theme-light-dark:before {
  content: "";
}
.mdi-thermometer:before {
  content: "";
}
.mdi-thermometer-lines:before {
  content: "";
}
.mdi-thumb-down:before {
  content: "";
}
.mdi-thumb-down-outline:before {
  content: "";
}
.mdi-thumb-up:before {
  content: "";
}
.mdi-thumb-up-outline:before {
  content: "";
}
.mdi-thumbs-up-down:before {
  content: "";
}
.mdi-ticket:before {
  content: "";
}
.mdi-ticket-account:before {
  content: "";
}
.mdi-ticket-confirmation:before {
  content: "";
}
.mdi-tie:before {
  content: "";
}
.mdi-timelapse:before {
  content: "";
}
.mdi-timer:before {
  content: "";
}
.mdi-timer-10:before {
  content: "";
}
.mdi-timer-3:before {
  content: "";
}
.mdi-timer-off:before {
  content: "";
}
.mdi-timer-sand:before {
  content: "";
}
.mdi-timetable:before {
  content: "";
}
.mdi-toggle-switch:before {
  content: "";
}
.mdi-toggle-switch-off:before {
  content: "";
}
.mdi-tooltip:before {
  content: "";
}
.mdi-tooltip-edit:before {
  content: "";
}
.mdi-tooltip-image:before {
  content: "";
}
.mdi-tooltip-outline:before {
  content: "";
}
.mdi-tooltip-outline-plus:before {
  content: "";
}
.mdi-tooltip-text:before {
  content: "";
}
.mdi-tor:before {
  content: "";
}
.mdi-traffic-light:before {
  content: "";
}
.mdi-train:before {
  content: "";
}
.mdi-tram:before {
  content: "";
}
.mdi-transcribe:before {
  content: "";
}
.mdi-transcribe-close:before {
  content: "";
}
.mdi-transfer:before {
  content: "";
}
.mdi-tree:before {
  content: "";
}
.mdi-trello:before {
  content: "";
}
.mdi-trending-down:before {
  content: "";
}
.mdi-trending-neutral:before {
  content: "";
}
.mdi-trending-up:before {
  content: "";
}
.mdi-triangle:before {
  content: "";
}
.mdi-triangle-outline:before {
  content: "";
}
.mdi-trophy:before {
  content: "";
}
.mdi-trophy-award:before {
  content: "";
}
.mdi-trophy-outline:before {
  content: "";
}
.mdi-trophy-variant:before {
  content: "";
}
.mdi-trophy-variant-outline:before {
  content: "";
}
.mdi-truck:before {
  content: "";
}
.mdi-truck-delivery:before {
  content: "";
}
.mdi-tshirt-crew:before {
  content: "";
}
.mdi-tshirt-v:before {
  content: "";
}
.mdi-tumblr:before {
  content: "";
}
.mdi-tumblr-reblog:before {
  content: "";
}
.mdi-twitch:before {
  content: "";
}
.mdi-twitter:before {
  content: "";
}
.mdi-twitter-box:before {
  content: "";
}
.mdi-twitter-circle:before {
  content: "";
}
.mdi-twitter-retweet:before {
  content: "";
}
.mdi-ubuntu:before {
  content: "";
}
.mdi-umbraco:before {
  content: "";
}
.mdi-umbrella:before {
  content: "";
}
.mdi-umbrella-outline:before {
  content: "";
}
.mdi-undo:before {
  content: "";
}
.mdi-undo-variant:before {
  content: "";
}
.mdi-unfold-less:before {
  content: "";
}
.mdi-unfold-more:before {
  content: "";
}
.mdi-ungroup:before {
  content: "";
}
.mdi-untappd:before {
  content: "";
}
.mdi-upload:before {
  content: "";
}
.mdi-usb:before {
  content: "";
}
.mdi-vector-arrange-above:before {
  content: "";
}
.mdi-vector-arrange-below:before {
  content: "";
}
.mdi-vector-circle:before {
  content: "";
}
.mdi-vector-circle-variant:before {
  content: "";
}
.mdi-vector-combine:before {
  content: "";
}
.mdi-vector-curve:before {
  content: "";
}
.mdi-vector-difference:before {
  content: "";
}
.mdi-vector-difference-ab:before {
  content: "";
}
.mdi-vector-difference-ba:before {
  content: "";
}
.mdi-vector-intersection:before {
  content: "";
}
.mdi-vector-line:before {
  content: "";
}
.mdi-vector-point:before {
  content: "";
}
.mdi-vector-polygon:before {
  content: "";
}
.mdi-vector-polyline:before {
  content: "";
}
.mdi-vector-selection:before {
  content: "";
}
.mdi-vector-square:before {
  content: "";
}
.mdi-vector-triangle:before {
  content: "";
}
.mdi-vector-union:before {
  content: "";
}
.mdi-verified:before {
  content: "";
}
.mdi-vibrate:before {
  content: "";
}
.mdi-video:before {
  content: "";
}
.mdi-video-off:before {
  content: "";
}
.mdi-video-switch:before {
  content: "";
}
.mdi-view-agenda:before {
  content: "";
}
.mdi-view-array:before {
  content: "";
}
.mdi-view-carousel:before {
  content: "";
}
.mdi-view-column:before {
  content: "";
}
.mdi-view-dashboard:before {
  content: "";
}
.mdi-view-day:before {
  content: "";
}
.mdi-view-grid:before {
  content: "";
}
.mdi-view-headline:before {
  content: "";
}
.mdi-view-list:before {
  content: "";
}
.mdi-view-module:before {
  content: "";
}
.mdi-view-quilt:before {
  content: "";
}
.mdi-view-stream:before {
  content: "";
}
.mdi-view-week:before {
  content: "";
}
.mdi-vimeo:before {
  content: "";
}
.mdi-vine:before {
  content: "";
}
.mdi-vk:before {
  content: "";
}
.mdi-vk-box:before {
  content: "";
}
.mdi-vk-circle:before {
  content: "";
}
.mdi-voicemail:before {
  content: "";
}
.mdi-volume-high:before {
  content: "";
}
.mdi-volume-low:before {
  content: "";
}
.mdi-volume-medium:before {
  content: "";
}
.mdi-volume-off:before {
  content: "";
}
.mdi-vpn:before {
  content: "";
}
.mdi-walk:before {
  content: "";
}
.mdi-wallet:before {
  content: "";
}
.mdi-wallet-giftcard:before {
  content: "";
}
.mdi-wallet-membership:before {
  content: "";
}
.mdi-wallet-travel:before {
  content: "";
}
.mdi-wan:before {
  content: "";
}
.mdi-watch:before {
  content: "";
}
.mdi-watch-export:before {
  content: "";
}
.mdi-watch-import:before {
  content: "";
}
.mdi-water:before {
  content: "";
}
.mdi-water-off:before {
  content: "";
}
.mdi-water-percent:before {
  content: "";
}
.mdi-water-pump:before {
  content: "";
}
.mdi-weather-cloudy:before {
  content: "";
}
.mdi-weather-fog:before {
  content: "";
}
.mdi-weather-hail:before {
  content: "";
}
.mdi-weather-lightning:before {
  content: "";
}
.mdi-weather-night:before {
  content: "";
}
.mdi-weather-partlycloudy:before {
  content: "";
}
.mdi-weather-pouring:before {
  content: "";
}
.mdi-weather-rainy:before {
  content: "";
}
.mdi-weather-snowy:before {
  content: "";
}
.mdi-weather-sunny:before {
  content: "";
}
.mdi-weather-sunset:before {
  content: "";
}
.mdi-weather-sunset-down:before {
  content: "";
}
.mdi-weather-sunset-up:before {
  content: "";
}
.mdi-weather-windy:before {
  content: "";
}
.mdi-weather-windy-variant:before {
  content: "";
}
.mdi-web:before {
  content: "";
}
.mdi-webcam:before {
  content: "";
}
.mdi-weight:before {
  content: "";
}
.mdi-weight-kilogram:before {
  content: "";
}
.mdi-whatsapp:before {
  content: "";
}
.mdi-wheelchair-accessibility:before {
  content: "";
}
.mdi-white-balance-auto:before {
  content: "";
}
.mdi-white-balance-incandescent:before {
  content: "";
}
.mdi-white-balance-irradescent:before {
  content: "";
}
.mdi-white-balance-sunny:before {
  content: "";
}
.mdi-wifi:before {
  content: "";
}
.mdi-wifi-off:before {
  content: "";
}
.mdi-wii:before {
  content: "";
}
.mdi-wikipedia:before {
  content: "";
}
.mdi-window-close:before {
  content: "";
}
.mdi-window-closed:before {
  content: "";
}
.mdi-window-maximize:before {
  content: "";
}
.mdi-window-minimize:before {
  content: "";
}
.mdi-window-open:before {
  content: "";
}
.mdi-window-restore:before {
  content: "";
}
.mdi-windows:before {
  content: "";
}
.mdi-wordpress:before {
  content: "";
}
.mdi-worker:before {
  content: "";
}
.mdi-wrap:before {
  content: "";
}
.mdi-wrench:before {
  content: "";
}
.mdi-wunderlist:before {
  content: "";
}
.mdi-xbox:before {
  content: "";
}
.mdi-xbox-controller:before {
  content: "";
}
.mdi-xbox-controller-off:before {
  content: "";
}
.mdi-xda:before {
  content: "";
}
.mdi-xing:before {
  content: "";
}
.mdi-xing-box:before {
  content: "";
}
.mdi-xing-circle:before {
  content: "";
}
.mdi-xml:before {
  content: "";
}
.mdi-yeast:before {
  content: "";
}
.mdi-yelp:before {
  content: "";
}
.mdi-youtube-play:before {
  content: "";
}
.mdi-zip-box:before {
  content: "";
}
.mdi-18px {
  font-size: 18px;
}
.mdi-24px {
  font-size: 24px;
}
.mdi-36px {
  font-size: 36px;
}
.mdi-48px {
  font-size: 48px;
}
.mdi-dark {
  color: rgba(0, 0, 0, 0.54);
}
.mdi-dark.mdi-inactive {
  color: rgba(0, 0, 0, 0.26);
}
.mdi-light {
  color: #fff;
}
.mdi-light.mdi-inactive {
  color: hsla(0, 0%, 100%, 0.3);
}
@font-face {
  font-family: "Linearicons";
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/Linearicons.eot);
  src:
    local("Linearicons"),
    local("Linearicons"),
    url(../fonts/Linearicons.woff) format("woff"),
    url(../fonts/Linearicons.ttf) format("truetype");
}
.linearicons,
[class^="linearicons-"],
[class*=" linearicons-"] {
  font-family: "Linearicons" !important;
  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;
}
.linearicons-home:before {
  content: "";
}
.linearicons-home2:before {
  content: "";
}
.linearicons-home3:before {
  content: "";
}
.linearicons-home4:before {
  content: "";
}
.linearicons-home5:before {
  content: "";
}
.linearicons-home6:before {
  content: "";
}
.linearicons-bathtub:before {
  content: "";
}
.linearicons-toothbrush:before {
  content: "";
}
.linearicons-bed:before {
  content: "";
}
.linearicons-couch:before {
  content: "";
}
.linearicons-chair:before {
  content: "";
}
.linearicons-city:before {
  content: "";
}
.linearicons-apartment:before {
  content: "";
}
.linearicons-pencil:before {
  content: "";
}
.linearicons-pencil2:before {
  content: "";
}
.linearicons-pen:before {
  content: "";
}
.linearicons-pencil3:before {
  content: "";
}
.linearicons-eraser:before {
  content: "";
}
.linearicons-pencil4:before {
  content: "";
}
.linearicons-pencil5:before {
  content: "";
}
.linearicons-feather:before {
  content: "";
}
.linearicons-feather2:before {
  content: "";
}
.linearicons-feather3:before {
  content: "";
}
.linearicons-pen2:before {
  content: "";
}
.linearicons-pen-add:before {
  content: "";
}
.linearicons-pen-remove:before {
  content: "";
}
.linearicons-vector:before {
  content: "";
}
.linearicons-pen3:before {
  content: "";
}
.linearicons-blog:before {
  content: "";
}
.linearicons-brush:before {
  content: "";
}
.linearicons-brush2:before {
  content: "";
}
.linearicons-spray:before {
  content: "";
}
.linearicons-paint-roller:before {
  content: "";
}
.linearicons-stamp:before {
  content: "";
}
.linearicons-tape:before {
  content: "";
}
.linearicons-desk-tape:before {
  content: "";
}
.linearicons-texture:before {
  content: "";
}
.linearicons-eye-dropper:before {
  content: "";
}
.linearicons-palette:before {
  content: "";
}
.linearicons-color-sampler:before {
  content: "";
}
.linearicons-bucket:before {
  content: "";
}
.linearicons-gradient:before {
  content: "";
}
.linearicons-gradient2:before {
  content: "";
}
.linearicons-magic-wand:before {
  content: "";
}
.linearicons-magnet:before {
  content: "";
}
.linearicons-pencil-ruler:before {
  content: "";
}
.linearicons-pencil-ruler2:before {
  content: "";
}
.linearicons-compass:before {
  content: "";
}
.linearicons-aim:before {
  content: "";
}
.linearicons-gun:before {
  content: "";
}
.linearicons-bottle:before {
  content: "";
}
.linearicons-drop:before {
  content: "";
}
.linearicons-drop-crossed:before {
  content: "";
}
.linearicons-drop2:before {
  content: "";
}
.linearicons-snow:before {
  content: "";
}
.linearicons-snow2:before {
  content: "";
}
.linearicons-fire:before {
  content: "";
}
.linearicons-lighter:before {
  content: "";
}
.linearicons-knife:before {
  content: "";
}
.linearicons-dagger:before {
  content: "";
}
.linearicons-tissue:before {
  content: "";
}
.linearicons-toilet-paper:before {
  content: "";
}
.linearicons-poop:before {
  content: "";
}
.linearicons-umbrella:before {
  content: "";
}
.linearicons-umbrella2:before {
  content: "";
}
.linearicons-rain:before {
  content: "";
}
.linearicons-tornado:before {
  content: "";
}
.linearicons-wind:before {
  content: "";
}
.linearicons-fan:before {
  content: "";
}
.linearicons-contrast:before {
  content: "";
}
.linearicons-sun-small:before {
  content: "";
}
.linearicons-sun:before {
  content: "";
}
.linearicons-sun2:before {
  content: "";
}
.linearicons-moon:before {
  content: "";
}
.linearicons-cloud:before {
  content: "";
}
.linearicons-cloud-upload:before {
  content: "";
}
.linearicons-cloud-download:before {
  content: "";
}
.linearicons-cloud-rain:before {
  content: "";
}
.linearicons-cloud-hailstones:before {
  content: "";
}
.linearicons-cloud-snow:before {
  content: "";
}
.linearicons-cloud-windy:before {
  content: "";
}
.linearicons-sun-wind:before {
  content: "";
}
.linearicons-cloud-fog:before {
  content: "";
}
.linearicons-cloud-sun:before {
  content: "";
}
.linearicons-cloud-lightning:before {
  content: "";
}
.linearicons-cloud-sync:before {
  content: "";
}
.linearicons-cloud-lock:before {
  content: "";
}
.linearicons-cloud-gear:before {
  content: "";
}
.linearicons-cloud-alert:before {
  content: "";
}
.linearicons-cloud-check:before {
  content: "";
}
.linearicons-cloud-cross:before {
  content: "";
}
.linearicons-cloud-crossed:before {
  content: "";
}
.linearicons-cloud-database:before {
  content: "";
}
.linearicons-database:before {
  content: "";
}
.linearicons-database-add:before {
  content: "";
}
.linearicons-database-remove:before {
  content: "";
}
.linearicons-database-lock:before {
  content: "";
}
.linearicons-database-refresh:before {
  content: "";
}
.linearicons-database-check:before {
  content: "";
}
.linearicons-database-history:before {
  content: "";
}
.linearicons-database-upload:before {
  content: "";
}
.linearicons-database-download:before {
  content: "";
}
.linearicons-server:before {
  content: "";
}
.linearicons-shield:before {
  content: "";
}
.linearicons-shield-check:before {
  content: "";
}
.linearicons-shield-alert:before {
  content: "";
}
.linearicons-shield-cross:before {
  content: "";
}
.linearicons-lock:before {
  content: "";
}
.linearicons-rotation-lock:before {
  content: "";
}
.linearicons-unlock:before {
  content: "";
}
.linearicons-key:before {
  content: "";
}
.linearicons-key-hole:before {
  content: "";
}
.linearicons-toggle-off:before {
  content: "";
}
.linearicons-toggle-on:before {
  content: "";
}
.linearicons-cog:before {
  content: "";
}
.linearicons-cog2:before {
  content: "";
}
.linearicons-wrench:before {
  content: "";
}
.linearicons-screwdriver:before {
  content: "";
}
.linearicons-hammer-wrench:before {
  content: "";
}
.linearicons-hammer:before {
  content: "";
}
.linearicons-saw:before {
  content: "";
}
.linearicons-axe:before {
  content: "";
}
.linearicons-axe2:before {
  content: "";
}
.linearicons-shovel:before {
  content: "";
}
.linearicons-pickaxe:before {
  content: "";
}
.linearicons-factory:before {
  content: "";
}
.linearicons-factory2:before {
  content: "";
}
.linearicons-recycle:before {
  content: "";
}
.linearicons-trash:before {
  content: "";
}
.linearicons-trash2:before {
  content: "";
}
.linearicons-trash3:before {
  content: "";
}
.linearicons-broom:before {
  content: "";
}
.linearicons-game:before {
  content: "";
}
.linearicons-gamepad:before {
  content: "";
}
.linearicons-joystick:before {
  content: "";
}
.linearicons-dice:before {
  content: "";
}
.linearicons-spades:before {
  content: "";
}
.linearicons-diamonds:before {
  content: "";
}
.linearicons-clubs:before {
  content: "";
}
.linearicons-hearts:before {
  content: "";
}
.linearicons-heart:before {
  content: "";
}
.linearicons-star:before {
  content: "";
}
.linearicons-star-half:before {
  content: "";
}
.linearicons-star-empty:before {
  content: "";
}
.linearicons-flag:before {
  content: "";
}
.linearicons-flag2:before {
  content: "";
}
.linearicons-flag3:before {
  content: "";
}
.linearicons-mailbox-full:before {
  content: "";
}
.linearicons-mailbox-empty:before {
  content: "";
}
.linearicons-at-sign:before {
  content: "";
}
.linearicons-envelope:before {
  content: "";
}
.linearicons-envelope-open:before {
  content: "";
}
.linearicons-paperclip:before {
  content: "";
}
.linearicons-paper-plane:before {
  content: "";
}
.linearicons-reply:before {
  content: "";
}
.linearicons-reply-all:before {
  content: "";
}
.linearicons-inbox:before {
  content: "";
}
.linearicons-inbox2:before {
  content: "";
}
.linearicons-outbox:before {
  content: "";
}
.linearicons-box:before {
  content: "";
}
.linearicons-archive:before {
  content: "";
}
.linearicons-archive2:before {
  content: "";
}
.linearicons-drawers:before {
  content: "";
}
.linearicons-drawers2:before {
  content: "";
}
.linearicons-drawers3:before {
  content: "";
}
.linearicons-eye:before {
  content: "";
}
.linearicons-eye-crossed:before {
  content: "";
}
.linearicons-eye-plus:before {
  content: "";
}
.linearicons-eye-minus:before {
  content: "";
}
.linearicons-binoculars:before {
  content: "";
}
.linearicons-binoculars2:before {
  content: "";
}
.linearicons-hdd:before {
  content: "";
}
.linearicons-hdd-down:before {
  content: "";
}
.linearicons-hdd-up:before {
  content: "";
}
.linearicons-floppy-disk:before {
  content: "";
}
.linearicons-disc:before {
  content: "";
}
.linearicons-tape2:before {
  content: "";
}
.linearicons-printer:before {
  content: "";
}
.linearicons-shredder:before {
  content: "";
}
.linearicons-file-empty:before {
  content: "";
}
.linearicons-file-add:before {
  content: "";
}
.linearicons-file-check:before {
  content: "";
}
.linearicons-file-lock:before {
  content: "";
}
.linearicons-files:before {
  content: "";
}
.linearicons-copy:before {
  content: "";
}
.linearicons-compare:before {
  content: "";
}
.linearicons-folder:before {
  content: "";
}
.linearicons-folder-search:before {
  content: "";
}
.linearicons-folder-plus:before {
  content: "";
}
.linearicons-folder-minus:before {
  content: "";
}
.linearicons-folder-download:before {
  content: "";
}
.linearicons-folder-upload:before {
  content: "";
}
.linearicons-folder-star:before {
  content: "";
}
.linearicons-folder-heart:before {
  content: "";
}
.linearicons-folder-user:before {
  content: "";
}
.linearicons-folder-shared:before {
  content: "";
}
.linearicons-folder-music:before {
  content: "";
}
.linearicons-folder-picture:before {
  content: "";
}
.linearicons-folder-film:before {
  content: "";
}
.linearicons-scissors:before {
  content: "";
}
.linearicons-paste:before {
  content: "";
}
.linearicons-clipboard-empty:before {
  content: "";
}
.linearicons-clipboard-pencil:before {
  content: "";
}
.linearicons-clipboard-text:before {
  content: "";
}
.linearicons-clipboard-check:before {
  content: "";
}
.linearicons-clipboard-down:before {
  content: "";
}
.linearicons-clipboard-left:before {
  content: "";
}
.linearicons-clipboard-alert:before {
  content: "";
}
.linearicons-clipboard-user:before {
  content: "";
}
.linearicons-register:before {
  content: "";
}
.linearicons-enter:before {
  content: "";
}
.linearicons-exit:before {
  content: "";
}
.linearicons-papers:before {
  content: "";
}
.linearicons-news:before {
  content: "";
}
.linearicons-reading:before {
  content: "";
}
.linearicons-typewriter:before {
  content: "";
}
.linearicons-document:before {
  content: "";
}
.linearicons-document2:before {
  content: "";
}
.linearicons-graduation-hat:before {
  content: "";
}
.linearicons-license:before {
  content: "";
}
.linearicons-license2:before {
  content: "";
}
.linearicons-medal-empty:before {
  content: "";
}
.linearicons-medal-first:before {
  content: "";
}
.linearicons-medal-second:before {
  content: "";
}
.linearicons-medal-third:before {
  content: "";
}
.linearicons-podium:before {
  content: "";
}
.linearicons-trophy:before {
  content: "";
}
.linearicons-trophy2:before {
  content: "";
}
.linearicons-music-note:before {
  content: "";
}
.linearicons-music-note2:before {
  content: "";
}
.linearicons-music-note3:before {
  content: "";
}
.linearicons-playlist:before {
  content: "";
}
.linearicons-playlist-add:before {
  content: "";
}
.linearicons-guitar:before {
  content: "";
}
.linearicons-trumpet:before {
  content: "";
}
.linearicons-album:before {
  content: "";
}
.linearicons-shuffle:before {
  content: "";
}
.linearicons-repeat-one:before {
  content: "";
}
.linearicons-repeat:before {
  content: "";
}
.linearicons-headphones:before {
  content: "";
}
.linearicons-headset:before {
  content: "";
}
.linearicons-loudspeaker:before {
  content: "";
}
.linearicons-equalizer:before {
  content: "";
}
.linearicons-theater:before {
  content: "";
}
.linearicons-3d-glasses:before {
  content: "";
}
.linearicons-ticket:before {
  content: "";
}
.linearicons-presentation:before {
  content: "";
}
.linearicons-play:before {
  content: "";
}
.linearicons-film-play:before {
  content: "";
}
.linearicons-clapboard-play:before {
  content: "";
}
.linearicons-media:before {
  content: "";
}
.linearicons-film:before {
  content: "";
}
.linearicons-film2:before {
  content: "";
}
.linearicons-surveillance:before {
  content: "";
}
.linearicons-surveillance2:before {
  content: "";
}
.linearicons-camera:before {
  content: "";
}
.linearicons-camera-crossed:before {
  content: "";
}
.linearicons-camera-play:before {
  content: "";
}
.linearicons-time-lapse:before {
  content: "";
}
.linearicons-record:before {
  content: "";
}
.linearicons-camera2:before {
  content: "";
}
.linearicons-camera-flip:before {
  content: "";
}
.linearicons-panorama:before {
  content: "";
}
.linearicons-time-lapse2:before {
  content: "";
}
.linearicons-shutter:before {
  content: "";
}
.linearicons-shutter2:before {
  content: "";
}
.linearicons-face-detection:before {
  content: "";
}
.linearicons-flare:before {
  content: "";
}
.linearicons-convex:before {
  content: "";
}
.linearicons-concave:before {
  content: "";
}
.linearicons-picture:before {
  content: "";
}
.linearicons-picture2:before {
  content: "";
}
.linearicons-picture3:before {
  content: "";
}
.linearicons-pictures:before {
  content: "";
}
.linearicons-book:before {
  content: "";
}
.linearicons-audio-book:before {
  content: "";
}
.linearicons-book2:before {
  content: "";
}
.linearicons-bookmark:before {
  content: "";
}
.linearicons-bookmark2:before {
  content: "";
}
.linearicons-label:before {
  content: "";
}
.linearicons-library:before {
  content: "";
}
.linearicons-library2:before {
  content: "";
}
.linearicons-contacts:before {
  content: "";
}
.linearicons-profile:before {
  content: "";
}
.linearicons-portrait:before {
  content: "";
}
.linearicons-portrait2:before {
  content: "";
}
.linearicons-user:before {
  content: "";
}
.linearicons-user-plus:before {
  content: "";
}
.linearicons-user-minus:before {
  content: "";
}
.linearicons-user-lock:before {
  content: "";
}
.linearicons-users:before {
  content: "";
}
.linearicons-users2:before {
  content: "";
}
.linearicons-users-plus:before {
  content: "";
}
.linearicons-users-minus:before {
  content: "";
}
.linearicons-group-work:before {
  content: "";
}
.linearicons-woman:before {
  content: "";
}
.linearicons-man:before {
  content: "";
}
.linearicons-baby:before {
  content: "";
}
.linearicons-baby2:before {
  content: "";
}
.linearicons-baby3:before {
  content: "";
}
.linearicons-baby-bottle:before {
  content: "";
}
.linearicons-walk:before {
  content: "";
}
.linearicons-hand-waving:before {
  content: "";
}
.linearicons-jump:before {
  content: "";
}
.linearicons-run:before {
  content: "";
}
.linearicons-woman2:before {
  content: "";
}
.linearicons-man2:before {
  content: "";
}
.linearicons-man-woman:before {
  content: "";
}
.linearicons-height:before {
  content: "";
}
.linearicons-weight:before {
  content: "";
}
.linearicons-scale:before {
  content: "";
}
.linearicons-button:before {
  content: "";
}
.linearicons-bow-tie:before {
  content: "";
}
.linearicons-tie:before {
  content: "";
}
.linearicons-socks:before {
  content: "";
}
.linearicons-shoe:before {
  content: "";
}
.linearicons-shoes:before {
  content: "";
}
.linearicons-hat:before {
  content: "";
}
.linearicons-pants:before {
  content: "";
}
.linearicons-shorts:before {
  content: "";
}
.linearicons-flip-flops:before {
  content: "";
}
.linearicons-shirt:before {
  content: "";
}
.linearicons-hanger:before {
  content: "";
}
.linearicons-laundry:before {
  content: "";
}
.linearicons-store:before {
  content: "";
}
.linearicons-haircut:before {
  content: "";
}
.linearicons-store-24:before {
  content: "";
}
.linearicons-barcode:before {
  content: "";
}
.linearicons-barcode2:before {
  content: "";
}
.linearicons-barcode3:before {
  content: "";
}
.linearicons-cashier:before {
  content: "";
}
.linearicons-bag:before {
  content: "";
}
.linearicons-bag2:before {
  content: "";
}
.linearicons-cart:before {
  content: "";
}
.linearicons-cart-empty:before {
  content: "";
}
.linearicons-cart-full:before {
  content: "";
}
.linearicons-cart-plus:before {
  content: "";
}
.linearicons-cart-plus2:before {
  content: "";
}
.linearicons-cart-add:before {
  content: "";
}
.linearicons-cart-remove:before {
  content: "";
}
.linearicons-cart-exchange:before {
  content: "";
}
.linearicons-tag:before {
  content: "";
}
.linearicons-tags:before {
  content: "";
}
.linearicons-receipt:before {
  content: "";
}
.linearicons-wallet:before {
  content: "";
}
.linearicons-credit-card:before {
  content: "";
}
.linearicons-cash-dollar:before {
  content: "";
}
.linearicons-cash-euro:before {
  content: "";
}
.linearicons-cash-pound:before {
  content: "";
}
.linearicons-cash-yen:before {
  content: "";
}
.linearicons-bag-dollar:before {
  content: "";
}
.linearicons-bag-euro:before {
  content: "";
}
.linearicons-bag-pound:before {
  content: "";
}
.linearicons-bag-yen:before {
  content: "";
}
.linearicons-coin-dollar:before {
  content: "";
}
.linearicons-coin-euro:before {
  content: "";
}
.linearicons-coin-pound:before {
  content: "";
}
.linearicons-coin-yen:before {
  content: "";
}
.linearicons-calculator:before {
  content: "";
}
.linearicons-calculator2:before {
  content: "";
}
.linearicons-abacus:before {
  content: "";
}
.linearicons-vault:before {
  content: "";
}
.linearicons-telephone:before {
  content: "";
}
.linearicons-phone-lock:before {
  content: "";
}
.linearicons-phone-wave:before {
  content: "";
}
.linearicons-phone-pause:before {
  content: "";
}
.linearicons-phone-outgoing:before {
  content: "";
}
.linearicons-phone-incoming:before {
  content: "";
}
.linearicons-phone-in-out:before {
  content: "";
}
.linearicons-phone-error:before {
  content: "";
}
.linearicons-phone-sip:before {
  content: "";
}
.linearicons-phone-plus:before {
  content: "";
}
.linearicons-phone-minus:before {
  content: "";
}
.linearicons-voicemail:before {
  content: "";
}
.linearicons-dial:before {
  content: "";
}
.linearicons-telephone2:before {
  content: "";
}
.linearicons-pushpin:before {
  content: "";
}
.linearicons-pushpin2:before {
  content: "";
}
.linearicons-map-marker:before {
  content: "";
}
.linearicons-map-marker-user:before {
  content: "";
}
.linearicons-map-marker-down:before {
  content: "";
}
.linearicons-map-marker-check:before {
  content: "";
}
.linearicons-map-marker-crossed:before {
  content: "";
}
.linearicons-radar:before {
  content: "";
}
.linearicons-compass2:before {
  content: "";
}
.linearicons-map:before {
  content: "";
}
.linearicons-map2:before {
  content: "";
}
.linearicons-location:before {
  content: "";
}
.linearicons-road-sign:before {
  content: "";
}
.linearicons-calendar-empty:before {
  content: "";
}
.linearicons-calendar-check:before {
  content: "";
}
.linearicons-calendar-cross:before {
  content: "";
}
.linearicons-calendar-31:before {
  content: "";
}
.linearicons-calendar-full:before {
  content: "";
}
.linearicons-calendar-insert:before {
  content: "";
}
.linearicons-calendar-text:before {
  content: "";
}
.linearicons-calendar-user:before {
  content: "";
}
.linearicons-mouse:before {
  content: "";
}
.linearicons-mouse-left:before {
  content: "";
}
.linearicons-mouse-right:before {
  content: "";
}
.linearicons-mouse-both:before {
  content: "";
}
.linearicons-keyboard:before {
  content: "";
}
.linearicons-keyboard-up:before {
  content: "";
}
.linearicons-keyboard-down:before {
  content: "";
}
.linearicons-delete:before {
  content: "";
}
.linearicons-spell-check:before {
  content: "";
}
.linearicons-escape:before {
  content: "";
}
.linearicons-enter2:before {
  content: "";
}
.linearicons-screen:before {
  content: "";
}
.linearicons-aspect-ratio:before {
  content: "";
}
.linearicons-signal:before {
  content: "";
}
.linearicons-signal-lock:before {
  content: "";
}
.linearicons-signal-80:before {
  content: "";
}
.linearicons-signal-60:before {
  content: "";
}
.linearicons-signal-40:before {
  content: "";
}
.linearicons-signal-20:before {
  content: "";
}
.linearicons-signal-0:before {
  content: "";
}
.linearicons-signal-blocked:before {
  content: "";
}
.linearicons-sim:before {
  content: "";
}
.linearicons-flash-memory:before {
  content: "";
}
.linearicons-usb-drive:before {
  content: "";
}
.linearicons-phone:before {
  content: "";
}
.linearicons-smartphone:before {
  content: "";
}
.linearicons-smartphone-notification:before {
  content: "";
}
.linearicons-smartphone-vibration:before {
  content: "";
}
.linearicons-smartphone-embed:before {
  content: "";
}
.linearicons-smartphone-waves:before {
  content: "";
}
.linearicons-tablet:before {
  content: "";
}
.linearicons-tablet2:before {
  content: "";
}
.linearicons-laptop:before {
  content: "";
}
.linearicons-laptop-phone:before {
  content: "";
}
.linearicons-desktop:before {
  content: "";
}
.linearicons-launch:before {
  content: "";
}
.linearicons-new-tab:before {
  content: "";
}
.linearicons-window:before {
  content: "";
}
.linearicons-cable:before {
  content: "";
}
.linearicons-cable2:before {
  content: "";
}
.linearicons-tv:before {
  content: "";
}
.linearicons-radio:before {
  content: "";
}
.linearicons-remote-control:before {
  content: "";
}
.linearicons-power-switch:before {
  content: "";
}
.linearicons-power:before {
  content: "";
}
.linearicons-power-crossed:before {
  content: "";
}
.linearicons-flash-auto:before {
  content: "";
}
.linearicons-lamp:before {
  content: "";
}
.linearicons-flashlight:before {
  content: "";
}
.linearicons-lampshade:before {
  content: "";
}
.linearicons-cord:before {
  content: "";
}
.linearicons-outlet:before {
  content: "";
}
.linearicons-battery-power:before {
  content: "";
}
.linearicons-battery-empty:before {
  content: "";
}
.linearicons-battery-alert:before {
  content: "";
}
.linearicons-battery-error:before {
  content: "";
}
.linearicons-battery-low1:before {
  content: "";
}
.linearicons-battery-low2:before {
  content: "";
}
.linearicons-battery-low3:before {
  content: "";
}
.linearicons-battery-mid1:before {
  content: "";
}
.linearicons-battery-mid2:before {
  content: "";
}
.linearicons-battery-mid3:before {
  content: "";
}
.linearicons-battery-full:before {
  content: "";
}
.linearicons-battery-charging:before {
  content: "";
}
.linearicons-battery-charging2:before {
  content: "";
}
.linearicons-battery-charging3:before {
  content: "";
}
.linearicons-battery-charging4:before {
  content: "";
}
.linearicons-battery-charging5:before {
  content: "";
}
.linearicons-battery-charging6:before {
  content: "";
}
.linearicons-battery-charging7:before {
  content: "";
}
.linearicons-chip:before {
  content: "";
}
.linearicons-chip-x64:before {
  content: "";
}
.linearicons-chip-x86:before {
  content: "";
}
.linearicons-bubble:before {
  content: "";
}
.linearicons-bubbles:before {
  content: "";
}
.linearicons-bubble-dots:before {
  content: "";
}
.linearicons-bubble-alert:before {
  content: "";
}
.linearicons-bubble-question:before {
  content: "";
}
.linearicons-bubble-text:before {
  content: "";
}
.linearicons-bubble-pencil:before {
  content: "";
}
.linearicons-bubble-picture:before {
  content: "";
}
.linearicons-bubble-video:before {
  content: "";
}
.linearicons-bubble-user:before {
  content: "";
}
.linearicons-bubble-quote:before {
  content: "";
}
.linearicons-bubble-heart:before {
  content: "";
}
.linearicons-bubble-emoticon:before {
  content: "";
}
.linearicons-bubble-attachment:before {
  content: "";
}
.linearicons-phone-bubble:before {
  content: "";
}
.linearicons-quote-open:before {
  content: "";
}
.linearicons-quote-close:before {
  content: "";
}
.linearicons-dna:before {
  content: "";
}
.linearicons-heart-pulse:before {
  content: "";
}
.linearicons-pulse:before {
  content: "";
}
.linearicons-syringe:before {
  content: "";
}
.linearicons-pills:before {
  content: "";
}
.linearicons-first-aid:before {
  content: "";
}
.linearicons-lifebuoy:before {
  content: "";
}
.linearicons-bandage:before {
  content: "";
}
.linearicons-bandages:before {
  content: "";
}
.linearicons-thermometer:before {
  content: "";
}
.linearicons-microscope:before {
  content: "";
}
.linearicons-brain:before {
  content: "";
}
.linearicons-beaker:before {
  content: "";
}
.linearicons-skull:before {
  content: "";
}
.linearicons-bone:before {
  content: "";
}
.linearicons-construction:before {
  content: "";
}
.linearicons-construction-cone:before {
  content: "";
}
.linearicons-pie-chart:before {
  content: "";
}
.linearicons-pie-chart2:before {
  content: "";
}
.linearicons-graph:before {
  content: "";
}
.linearicons-chart-growth:before {
  content: "";
}
.linearicons-chart-bars:before {
  content: "";
}
.linearicons-chart-settings:before {
  content: "";
}
.linearicons-cake:before {
  content: "";
}
.linearicons-gift:before {
  content: "";
}
.linearicons-balloon:before {
  content: "";
}
.linearicons-rank:before {
  content: "";
}
.linearicons-rank2:before {
  content: "";
}
.linearicons-rank3:before {
  content: "";
}
.linearicons-crown:before {
  content: "";
}
.linearicons-lotus:before {
  content: "";
}
.linearicons-diamond:before {
  content: "";
}
.linearicons-diamond2:before {
  content: "";
}
.linearicons-diamond3:before {
  content: "";
}
.linearicons-diamond4:before {
  content: "";
}
.linearicons-linearicons:before {
  content: "";
}
.linearicons-teacup:before {
  content: "";
}
.linearicons-teapot:before {
  content: "";
}
.linearicons-glass:before {
  content: "";
}
.linearicons-bottle2:before {
  content: "";
}
.linearicons-glass-cocktail:before {
  content: "";
}
.linearicons-glass2:before {
  content: "";
}
.linearicons-dinner:before {
  content: "";
}
.linearicons-dinner2:before {
  content: "";
}
.linearicons-chef:before {
  content: "";
}
.linearicons-scale2:before {
  content: "";
}
.linearicons-egg:before {
  content: "";
}
.linearicons-egg2:before {
  content: "";
}
.linearicons-eggs:before {
  content: "";
}
.linearicons-platter:before {
  content: "";
}
.linearicons-steak:before {
  content: "";
}
.linearicons-hamburger:before {
  content: "";
}
.linearicons-hotdog:before {
  content: "";
}
.linearicons-pizza:before {
  content: "";
}
.linearicons-sausage:before {
  content: "";
}
.linearicons-chicken:before {
  content: "";
}
.linearicons-fish:before {
  content: "";
}
.linearicons-carrot:before {
  content: "";
}
.linearicons-cheese:before {
  content: "";
}
.linearicons-bread:before {
  content: "";
}
.linearicons-ice-cream:before {
  content: "";
}
.linearicons-ice-cream2:before {
  content: "";
}
.linearicons-candy:before {
  content: "";
}
.linearicons-lollipop:before {
  content: "";
}
.linearicons-coffee-bean:before {
  content: "";
}
.linearicons-coffee-cup:before {
  content: "";
}
.linearicons-cherry:before {
  content: "";
}
.linearicons-grapes:before {
  content: "";
}
.linearicons-citrus:before {
  content: "";
}
.linearicons-apple:before {
  content: "";
}
.linearicons-leaf:before {
  content: "";
}
.linearicons-landscape:before {
  content: "";
}
.linearicons-pine-tree:before {
  content: "";
}
.linearicons-tree:before {
  content: "";
}
.linearicons-cactus:before {
  content: "";
}
.linearicons-paw:before {
  content: "";
}
.linearicons-footprint:before {
  content: "";
}
.linearicons-speed-slow:before {
  content: "";
}
.linearicons-speed-medium:before {
  content: "";
}
.linearicons-speed-fast:before {
  content: "";
}
.linearicons-rocket:before {
  content: "";
}
.linearicons-hammer2:before {
  content: "";
}
.linearicons-balance:before {
  content: "";
}
.linearicons-briefcase:before {
  content: "";
}
.linearicons-luggage-weight:before {
  content: "";
}
.linearicons-dolly:before {
  content: "";
}
.linearicons-plane:before {
  content: "";
}
.linearicons-plane-crossed:before {
  content: "";
}
.linearicons-helicopter:before {
  content: "";
}
.linearicons-traffic-lights:before {
  content: "";
}
.linearicons-siren:before {
  content: "";
}
.linearicons-road:before {
  content: "";
}
.linearicons-engine:before {
  content: "";
}
.linearicons-oil-pressure:before {
  content: "";
}
.linearicons-coolant-temperature:before {
  content: "";
}
.linearicons-car-battery:before {
  content: "";
}
.linearicons-gas:before {
  content: "";
}
.linearicons-gallon:before {
  content: "";
}
.linearicons-transmission:before {
  content: "";
}
.linearicons-car:before {
  content: "";
}
.linearicons-car-wash:before {
  content: "";
}
.linearicons-car-wash2:before {
  content: "";
}
.linearicons-bus:before {
  content: "";
}
.linearicons-bus2:before {
  content: "";
}
.linearicons-car2:before {
  content: "";
}
.linearicons-parking:before {
  content: "";
}
.linearicons-car-lock:before {
  content: "";
}
.linearicons-taxi:before {
  content: "";
}
.linearicons-car-siren:before {
  content: "";
}
.linearicons-car-wash3:before {
  content: "";
}
.linearicons-car-wash4:before {
  content: "";
}
.linearicons-ambulance:before {
  content: "";
}
.linearicons-truck:before {
  content: "";
}
.linearicons-trailer:before {
  content: "";
}
.linearicons-scale-truck:before {
  content: "";
}
.linearicons-train:before {
  content: "";
}
.linearicons-ship:before {
  content: "";
}
.linearicons-ship2:before {
  content: "";
}
.linearicons-anchor:before {
  content: "";
}
.linearicons-boat:before {
  content: "";
}
.linearicons-bicycle:before {
  content: "";
}
.linearicons-bicycle2:before {
  content: "";
}
.linearicons-dumbbell:before {
  content: "";
}
.linearicons-bench-press:before {
  content: "";
}
.linearicons-swim:before {
  content: "";
}
.linearicons-football:before {
  content: "";
}
.linearicons-baseball-bat:before {
  content: "";
}
.linearicons-baseball:before {
  content: "";
}
.linearicons-tennis:before {
  content: "";
}
.linearicons-tennis2:before {
  content: "";
}
.linearicons-ping-pong:before {
  content: "";
}
.linearicons-hockey:before {
  content: "";
}
.linearicons-8ball:before {
  content: "";
}
.linearicons-bowling:before {
  content: "";
}
.linearicons-bowling-pins:before {
  content: "";
}
.linearicons-golf:before {
  content: "";
}
.linearicons-golf2:before {
  content: "";
}
.linearicons-archery:before {
  content: "";
}
.linearicons-slingshot:before {
  content: "";
}
.linearicons-soccer:before {
  content: "";
}
.linearicons-basketball:before {
  content: "";
}
.linearicons-cube:before {
  content: "";
}
.linearicons-3d-rotate:before {
  content: "";
}
.linearicons-puzzle:before {
  content: "";
}
.linearicons-glasses:before {
  content: "";
}
.linearicons-glasses2:before {
  content: "";
}
.linearicons-accessibility:before {
  content: "";
}
.linearicons-wheelchair:before {
  content: "";
}
.linearicons-wall:before {
  content: "";
}
.linearicons-fence:before {
  content: "";
}
.linearicons-wall2:before {
  content: "";
}
.linearicons-icons:before {
  content: "";
}
.linearicons-resize-handle:before {
  content: "";
}
.linearicons-icons2:before {
  content: "";
}
.linearicons-select:before {
  content: "";
}
.linearicons-select2:before {
  content: "";
}
.linearicons-site-map:before {
  content: "";
}
.linearicons-earth:before {
  content: "";
}
.linearicons-earth-lock:before {
  content: "";
}
.linearicons-network:before {
  content: "";
}
.linearicons-network-lock:before {
  content: "";
}
.linearicons-planet:before {
  content: "";
}
.linearicons-happy:before {
  content: "";
}
.linearicons-smile:before {
  content: "";
}
.linearicons-grin:before {
  content: "";
}
.linearicons-tongue:before {
  content: "";
}
.linearicons-sad:before {
  content: "";
}
.linearicons-wink:before {
  content: "";
}
.linearicons-dream:before {
  content: "";
}
.linearicons-shocked:before {
  content: "";
}
.linearicons-shocked2:before {
  content: "";
}
.linearicons-tongue2:before {
  content: "";
}
.linearicons-neutral:before {
  content: "";
}
.linearicons-happy-grin:before {
  content: "";
}
.linearicons-cool:before {
  content: "";
}
.linearicons-mad:before {
  content: "";
}
.linearicons-grin-evil:before {
  content: "";
}
.linearicons-evil:before {
  content: "";
}
.linearicons-wow:before {
  content: "";
}
.linearicons-annoyed:before {
  content: "";
}
.linearicons-wondering:before {
  content: "";
}
.linearicons-confused:before {
  content: "";
}
.linearicons-zipped:before {
  content: "";
}
.linearicons-grumpy:before {
  content: "";
}
.linearicons-mustache:before {
  content: "";
}
.linearicons-tombstone-hipster:before {
  content: "";
}
.linearicons-tombstone:before {
  content: "";
}
.linearicons-ghost:before {
  content: "";
}
.linearicons-ghost-hipster:before {
  content: "";
}
.linearicons-halloween:before {
  content: "";
}
.linearicons-christmas:before {
  content: "";
}
.linearicons-easter-egg:before {
  content: "";
}
.linearicons-mustache2:before {
  content: "";
}
.linearicons-mustache-glasses:before {
  content: "";
}
.linearicons-pipe:before {
  content: "";
}
.linearicons-alarm:before {
  content: "";
}
.linearicons-alarm-add:before {
  content: "";
}
.linearicons-alarm-snooze:before {
  content: "";
}
.linearicons-alarm-ringing:before {
  content: "";
}
.linearicons-bullhorn:before {
  content: "";
}
.linearicons-hearing:before {
  content: "";
}
.linearicons-volume-high:before {
  content: "";
}
.linearicons-volume-medium:before {
  content: "";
}
.linearicons-volume-low:before {
  content: "";
}
.linearicons-volume:before {
  content: "";
}
.linearicons-mute:before {
  content: "";
}
.linearicons-lan:before {
  content: "";
}
.linearicons-lan2:before {
  content: "";
}
.linearicons-wifi:before {
  content: "";
}
.linearicons-wifi-lock:before {
  content: "";
}
.linearicons-wifi-blocked:before {
  content: "";
}
.linearicons-wifi-mid:before {
  content: "";
}
.linearicons-wifi-low:before {
  content: "";
}
.linearicons-wifi-low2:before {
  content: "";
}
.linearicons-wifi-alert:before {
  content: "";
}
.linearicons-wifi-alert-mid:before {
  content: "";
}
.linearicons-wifi-alert-low:before {
  content: "";
}
.linearicons-wifi-alert-low2:before {
  content: "";
}
.linearicons-stream:before {
  content: "";
}
.linearicons-stream-check:before {
  content: "";
}
.linearicons-stream-error:before {
  content: "";
}
.linearicons-stream-alert:before {
  content: "";
}
.linearicons-communication:before {
  content: "";
}
.linearicons-communication-crossed:before {
  content: "";
}
.linearicons-broadcast:before {
  content: "";
}
.linearicons-antenna:before {
  content: "";
}
.linearicons-satellite:before {
  content: "";
}
.linearicons-satellite2:before {
  content: "";
}
.linearicons-mic:before {
  content: "";
}
.linearicons-mic-mute:before {
  content: "";
}
.linearicons-mic2:before {
  content: "";
}
.linearicons-spotlights:before {
  content: "";
}
.linearicons-hourglass:before {
  content: "";
}
.linearicons-loading:before {
  content: "";
}
.linearicons-loading2:before {
  content: "";
}
.linearicons-loading3:before {
  content: "";
}
.linearicons-refresh:before {
  content: "";
}
.linearicons-refresh2:before {
  content: "";
}
.linearicons-undo:before {
  content: "";
}
.linearicons-redo:before {
  content: "";
}
.linearicons-jump2:before {
  content: "";
}
.linearicons-undo2:before {
  content: "";
}
.linearicons-redo2:before {
  content: "";
}
.linearicons-sync:before {
  content: "";
}
.linearicons-repeat-one2:before {
  content: "";
}
.linearicons-sync-crossed:before {
  content: "";
}
.linearicons-sync2:before {
  content: "";
}
.linearicons-repeat-one3:before {
  content: "";
}
.linearicons-sync-crossed2:before {
  content: "";
}
.linearicons-return:before {
  content: "";
}
.linearicons-return2:before {
  content: "";
}
.linearicons-refund:before {
  content: "";
}
.linearicons-history:before {
  content: "";
}
.linearicons-history2:before {
  content: "";
}
.linearicons-self-timer:before {
  content: "";
}
.linearicons-clock:before {
  content: "";
}
.linearicons-clock2:before {
  content: "";
}
.linearicons-clock3:before {
  content: "";
}
.linearicons-watch:before {
  content: "";
}
.linearicons-alarm2:before {
  content: "";
}
.linearicons-alarm-add2:before {
  content: "";
}
.linearicons-alarm-remove:before {
  content: "";
}
.linearicons-alarm-check:before {
  content: "";
}
.linearicons-alarm-error:before {
  content: "";
}
.linearicons-timer:before {
  content: "";
}
.linearicons-timer-crossed:before {
  content: "";
}
.linearicons-timer2:before {
  content: "";
}
.linearicons-timer-crossed2:before {
  content: "";
}
.linearicons-download:before {
  content: "";
}
.linearicons-upload:before {
  content: "";
}
.linearicons-download2:before {
  content: "";
}
.linearicons-upload2:before {
  content: "";
}
.linearicons-enter-up:before {
  content: "";
}
.linearicons-enter-down:before {
  content: "";
}
.linearicons-enter-left:before {
  content: "";
}
.linearicons-enter-right:before {
  content: "";
}
.linearicons-exit-up:before {
  content: "";
}
.linearicons-exit-down:before {
  content: "";
}
.linearicons-exit-left:before {
  content: "";
}
.linearicons-exit-right:before {
  content: "";
}
.linearicons-enter-up2:before {
  content: "";
}
.linearicons-enter-down2:before {
  content: "";
}
.linearicons-enter-vertical:before {
  content: "";
}
.linearicons-enter-left2:before {
  content: "";
}
.linearicons-enter-right2:before {
  content: "";
}
.linearicons-enter-horizontal:before {
  content: "";
}
.linearicons-exit-up2:before {
  content: "";
}
.linearicons-exit-down2:before {
  content: "";
}
.linearicons-exit-left2:before {
  content: "";
}
.linearicons-exit-right2:before {
  content: "";
}
.linearicons-cli:before {
  content: "";
}
.linearicons-bug:before {
  content: "";
}
.linearicons-code:before {
  content: "";
}
.linearicons-file-code:before {
  content: "";
}
.linearicons-file-image:before {
  content: "";
}
.linearicons-file-zip:before {
  content: "";
}
.linearicons-file-audio:before {
  content: "";
}
.linearicons-file-video:before {
  content: "";
}
.linearicons-file-preview:before {
  content: "";
}
.linearicons-file-charts:before {
  content: "";
}
.linearicons-file-stats:before {
  content: "";
}
.linearicons-file-spreadsheet:before {
  content: "";
}
.linearicons-link:before {
  content: "";
}
.linearicons-unlink:before {
  content: "";
}
.linearicons-link2:before {
  content: "";
}
.linearicons-unlink2:before {
  content: "";
}
.linearicons-thumbs-up:before {
  content: "";
}
.linearicons-thumbs-down:before {
  content: "";
}
.linearicons-thumbs-up2:before {
  content: "";
}
.linearicons-thumbs-down2:before {
  content: "";
}
.linearicons-thumbs-up3:before {
  content: "";
}
.linearicons-thumbs-down3:before {
  content: "";
}
.linearicons-share:before {
  content: "";
}
.linearicons-share2:before {
  content: "";
}
.linearicons-share3:before {
  content: "";
}
.linearicons-magnifier:before {
  content: "";
}
.linearicons-file-search:before {
  content: "";
}
.linearicons-find-replace:before {
  content: "";
}
.linearicons-zoom-in:before {
  content: "";
}
.linearicons-zoom-out:before {
  content: "";
}
.linearicons-loupe:before {
  content: "";
}
.linearicons-loupe-zoom-in:before {
  content: "";
}
.linearicons-loupe-zoom-out:before {
  content: "";
}
.linearicons-cross:before {
  content: "";
}
.linearicons-menu:before {
  content: "";
}
.linearicons-list:before {
  content: "";
}
.linearicons-list2:before {
  content: "";
}
.linearicons-list3:before {
  content: "";
}
.linearicons-menu2:before {
  content: "";
}
.linearicons-list4:before {
  content: "";
}
.linearicons-menu3:before {
  content: "";
}
.linearicons-exclamation:before {
  content: "";
}
.linearicons-question:before {
  content: "";
}
.linearicons-check:before {
  content: "";
}
.linearicons-cross2:before {
  content: "";
}
.linearicons-plus:before {
  content: "";
}
.linearicons-minus:before {
  content: "";
}
.linearicons-percent:before {
  content: "";
}
.linearicons-chevron-up:before {
  content: "";
}
.linearicons-chevron-down:before {
  content: "";
}
.linearicons-chevron-left:before {
  content: "";
}
.linearicons-chevron-right:before {
  content: "";
}
.linearicons-chevrons-expand-vertical:before {
  content: "";
}
.linearicons-chevrons-expand-horizontal:before {
  content: "";
}
.linearicons-chevrons-contract-vertical:before {
  content: "";
}
.linearicons-chevrons-contract-horizontal:before {
  content: "";
}
.linearicons-arrow-up:before {
  content: "";
}
.linearicons-arrow-down:before {
  content: "";
}
.linearicons-arrow-left:before {
  content: "";
}
.linearicons-arrow-right:before {
  content: "";
}
.linearicons-arrow-up-right:before {
  content: "";
}
.linearicons-arrows-merge:before {
  content: "";
}
.linearicons-arrows-split:before {
  content: "";
}
.linearicons-arrow-divert:before {
  content: "";
}
.linearicons-arrow-return:before {
  content: "";
}
.linearicons-expand:before {
  content: "";
}
.linearicons-contract:before {
  content: "";
}
.linearicons-expand2:before {
  content: "";
}
.linearicons-contract2:before {
  content: "";
}
.linearicons-move:before {
  content: "";
}
.linearicons-tab:before {
  content: "";
}
.linearicons-arrow-wave:before {
  content: "";
}
.linearicons-expand3:before {
  content: "";
}
.linearicons-expand4:before {
  content: "";
}
.linearicons-contract3:before {
  content: "";
}
.linearicons-notification:before {
  content: "";
}
.linearicons-warning:before {
  content: "";
}
.linearicons-notification-circle:before {
  content: "";
}
.linearicons-question-circle:before {
  content: "";
}
.linearicons-menu-circle:before {
  content: "";
}
.linearicons-checkmark-circle:before {
  content: "";
}
.linearicons-cross-circle:before {
  content: "";
}
.linearicons-plus-circle:before {
  content: "";
}
.linearicons-circle-minus:before {
  content: "";
}
.linearicons-percent-circle:before {
  content: "";
}
.linearicons-arrow-up-circle:before {
  content: "";
}
.linearicons-arrow-down-circle:before {
  content: "";
}
.linearicons-arrow-left-circle:before {
  content: "";
}
.linearicons-arrow-right-circle:before {
  content: "";
}
.linearicons-chevron-up-circle:before {
  content: "";
}
.linearicons-chevron-down-circle:before {
  content: "";
}
.linearicons-chevron-left-circle:before {
  content: "";
}
.linearicons-chevron-right-circle:before {
  content: "";
}
.linearicons-backward-circle:before {
  content: "";
}
.linearicons-first-circle:before {
  content: "";
}
.linearicons-previous-circle:before {
  content: "";
}
.linearicons-stop-circle:before {
  content: "";
}
.linearicons-play-circle:before {
  content: "";
}
.linearicons-pause-circle:before {
  content: "";
}
.linearicons-next-circle:before {
  content: "";
}
.linearicons-last-circle:before {
  content: "";
}
.linearicons-forward-circle:before {
  content: "";
}
.linearicons-eject-circle:before {
  content: "";
}
.linearicons-crop:before {
  content: "";
}
.linearicons-frame-expand:before {
  content: "";
}
.linearicons-frame-contract:before {
  content: "";
}
.linearicons-focus:before {
  content: "";
}
.linearicons-transform:before {
  content: "";
}
.linearicons-grid:before {
  content: "";
}
.linearicons-grid-crossed:before {
  content: "";
}
.linearicons-layers:before {
  content: "";
}
.linearicons-layers-crossed:before {
  content: "";
}
.linearicons-toggle:before {
  content: "";
}
.linearicons-rulers:before {
  content: "";
}
.linearicons-ruler:before {
  content: "";
}
.linearicons-funnel:before {
  content: "";
}
.linearicons-flip-horizontal:before {
  content: "";
}
.linearicons-flip-vertical:before {
  content: "";
}
.linearicons-flip-horizontal2:before {
  content: "";
}
.linearicons-flip-vertical2:before {
  content: "";
}
.linearicons-angle:before {
  content: "";
}
.linearicons-angle2:before {
  content: "";
}
.linearicons-subtract:before {
  content: "";
}
.linearicons-combine:before {
  content: "";
}
.linearicons-intersect:before {
  content: "";
}
.linearicons-exclude:before {
  content: "";
}
.linearicons-align-center-vertical:before {
  content: "";
}
.linearicons-align-right:before {
  content: "";
}
.linearicons-align-bottom:before {
  content: "";
}
.linearicons-align-left:before {
  content: "";
}
.linearicons-align-center-horizontal:before {
  content: "";
}
.linearicons-align-top:before {
  content: "";
}
.linearicons-square:before {
  content: "";
}
.linearicons-plus-square:before {
  content: "";
}
.linearicons-minus-square:before {
  content: "";
}
.linearicons-percent-square:before {
  content: "";
}
.linearicons-arrow-up-square:before {
  content: "";
}
.linearicons-arrow-down-square:before {
  content: "";
}
.linearicons-arrow-left-square:before {
  content: "";
}
.linearicons-arrow-right-square:before {
  content: "";
}
.linearicons-chevron-up-square:before {
  content: "";
}
.linearicons-chevron-down-square:before {
  content: "";
}
.linearicons-chevron-left-square:before {
  content: "";
}
.linearicons-chevron-right-square:before {
  content: "";
}
.linearicons-check-square:before {
  content: "";
}
.linearicons-cross-square:before {
  content: "";
}
.linearicons-menu-square:before {
  content: "";
}
.linearicons-prohibited:before {
  content: "";
}
.linearicons-circle:before {
  content: "";
}
.linearicons-radio-button:before {
  content: "";
}
.linearicons-ligature:before {
  content: "";
}
.linearicons-text-format:before {
  content: "";
}
.linearicons-text-format-remove:before {
  content: "";
}
.linearicons-text-size:before {
  content: "";
}
.linearicons-bold:before {
  content: "";
}
.linearicons-italic:before {
  content: "";
}
.linearicons-underline:before {
  content: "";
}
.linearicons-strikethrough:before {
  content: "";
}
.linearicons-highlight:before {
  content: "";
}
.linearicons-text-align-left:before {
  content: "";
}
.linearicons-text-align-center:before {
  content: "";
}
.linearicons-text-align-right:before {
  content: "";
}
.linearicons-text-align-justify:before {
  content: "";
}
.linearicons-line-spacing:before {
  content: "";
}
.linearicons-indent-increase:before {
  content: "";
}
.linearicons-indent-decrease:before {
  content: "";
}
.linearicons-text-wrap:before {
  content: "";
}
.linearicons-pilcrow:before {
  content: "";
}
.linearicons-direction-ltr:before {
  content: "";
}
.linearicons-direction-rtl:before {
  content: "";
}
.linearicons-page-break:before {
  content: "";
}
.linearicons-page-break2:before {
  content: "";
}
.linearicons-sort-alpha-asc:before {
  content: "";
}
.linearicons-sort-alpha-desc:before {
  content: "";
}
.linearicons-sort-numeric-asc:before {
  content: "";
}
.linearicons-sort-numeric-desc:before {
  content: "";
}
.linearicons-sort-amount-asc:before {
  content: "";
}
.linearicons-sort-amount-desc:before {
  content: "";
}
.linearicons-sort-time-asc:before {
  content: "";
}
.linearicons-sort-time-desc:before {
  content: "";
}
.linearicons-sigma:before {
  content: "";
}
.linearicons-pencil-line:before {
  content: "";
}
.linearicons-hand:before {
  content: "";
}
.linearicons-pointer-up:before {
  content: "";
}
.linearicons-pointer-right:before {
  content: "";
}
.linearicons-pointer-down:before {
  content: "";
}
.linearicons-pointer-left:before {
  content: "";
}
.linearicons-finger-tap:before {
  content: "";
}
.linearicons-fingers-tap:before {
  content: "";
}
.linearicons-reminder:before {
  content: "";
}
.linearicons-fingers-crossed:before {
  content: "";
}
.linearicons-fingers-victory:before {
  content: "";
}
.linearicons-gesture-zoom:before {
  content: "";
}
.linearicons-gesture-pinch:before {
  content: "";
}
.linearicons-fingers-scroll-horizontal:before {
  content: "";
}
.linearicons-fingers-scroll-vertical:before {
  content: "";
}
.linearicons-fingers-scroll-left:before {
  content: "";
}
.linearicons-fingers-scroll-right:before {
  content: "";
}
.linearicons-hand2:before {
  content: "";
}
.linearicons-pointer-up2:before {
  content: "";
}
.linearicons-pointer-right2:before {
  content: "";
}
.linearicons-pointer-down2:before {
  content: "";
}
.linearicons-pointer-left2:before {
  content: "";
}
.linearicons-finger-tap2:before {
  content: "";
}
.linearicons-fingers-tap2:before {
  content: "";
}
.linearicons-reminder2:before {
  content: "";
}
.linearicons-gesture-zoom2:before {
  content: "";
}
.linearicons-gesture-pinch2:before {
  content: "";
}
.linearicons-fingers-scroll-horizontal2:before {
  content: "";
}
.linearicons-fingers-scroll-vertical2:before {
  content: "";
}
.linearicons-fingers-scroll-left2:before {
  content: "";
}
.linearicons-fingers-scroll-right2:before {
  content: "";
}
.linearicons-fingers-scroll-vertical3:before {
  content: "";
}
.linearicons-border-style:before {
  content: "";
}
.linearicons-border-all:before {
  content: "";
}
.linearicons-border-outer:before {
  content: "";
}
.linearicons-border-inner:before {
  content: "";
}
.linearicons-border-top:before {
  content: "";
}
.linearicons-border-horizontal:before {
  content: "";
}
.linearicons-border-bottom:before {
  content: "";
}
.linearicons-border-left:before {
  content: "";
}
.linearicons-border-vertical:before {
  content: "";
}
.linearicons-border-right:before {
  content: "";
}
.linearicons-border-none:before {
  content: "";
}
.linearicons-ellipsis:before {
  content: "";
}
.font-larger {
  font-size: 1.15em !important;
}
.bg-accent,
.bg-dark-blue,
.bg-blue,
.bg-gray-900,
.context-dark,
.bg-accent h1,
.bg-dark-blue h1,
.bg-blue h1,
.bg-gray-900 h1,
.context-dark h1,
.bg-accent h2,
.bg-dark-blue h2,
.bg-blue h2,
.bg-gray-900 h2,
.context-dark h2,
.bg-accent h3,
.bg-dark-blue h3,
.bg-blue h3,
.bg-gray-900 h3,
.context-dark h3,
.bg-accent h4,
.bg-dark-blue h4,
.bg-blue h4,
.bg-gray-900 h4,
.context-dark h4,
.bg-accent h5,
.bg-dark-blue h5,
.bg-blue h5,
.bg-gray-900 h5,
.context-dark h5,
.bg-accent h6,
.bg-dark-blue h6,
.bg-blue h6,
.bg-gray-900 h6,
.context-dark h6,
.bg-accent .heading,
.bg-dark-blue .heading,
.bg-blue .heading,
.bg-gray-900 .heading,
.context-dark .heading {
  color: #fcba6e;
}
.bg-image-blue,
.bg-image-blue h1,
.bg-image-blue h2,
.bg-image-blue h3,
.bg-image-blue h4,
.bg-image-blue h5,
.bg-image-blue h6,
.bg-image-blue .heading {
  color: #fff;
}
.bg-image-street,
.bg-image-gray,
.bg-image-orange,
.bg-image-light-blue {
  color: #082f4c;
}
.bg-image-street h1,
.bg-image-gray h1,
.bg-image-orange h1,
.bg-image-light-blue h1,
.bg-image-street h2,
.bg-image-gray h2,
.bg-image-orange h2,
.bg-image-light-blue h2,
.bg-image-street h3,
.bg-image-gray h3,
.bg-image-orange h3,
.bg-image-light-blue h3,
.bg-image-street h4,
.bg-image-gray h4,
.bg-image-orange h4,
.bg-image-light-blue h4,
.bg-image-street h5,
.bg-image-gray h5,
.bg-image-orange h5,
.bg-image-light-blue h5,
.bg-image-street h6,
.bg-image-gray h6,
.bg-image-orange h6,
.bg-image-light-blue h6,
.bg-image-street .heading,
.bg-image-gray .heading,
.bg-image-orange .heading,
.bg-image-light-blue .heading {
  color: #082f4c;
}
.unit-title {
  border-bottom: 1px solid #0d4561;
  padding-bottom: 1.5rem;
}
a:focus,
button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0;
}
*:focus {
  outline: none;
}
blockquote {
  padding: 0;
  margin: 0;
}
input,
button,
select,
textarea {
  outline: none;
}
label {
  margin-bottom: 0;
}
p {
  margin: 0;
}
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol li {
  display: block;
}
dl {
  margin: 0;
}
dt,
dd {
  line-height: inherit;
}
dt {
  font-weight: inherit;
}
dd {
  margin-bottom: 0;
}
cite {
  font-style: normal;
}
form {
  margin-bottom: 0;
}
blockquote {
  padding-left: 0;
  border-left: 0;
}
address {
  margin-top: 0;
  margin-bottom: 0;
}
figure {
  margin-bottom: 0;
}
html p a:hover {
  text-decoration: none;
}
body {
  font-size: 14px;
  letter-spacing: 0.025em;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (max-width: 767.98px) {
  body {
    line-height: 1.6;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 15px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #082f4c;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.heading a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.heading a:hover {
  color: #0d4561;
}
h1,
.heading-1 {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.025em;
}
@media (min-width: 768px) {
  h1,
  .heading-1 {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  h1,
  .heading-1 {
    font-size: 60px;
    line-height: 1.0833333333;
  }
}
h2,
.heading-2 {
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  h2,
  .heading-2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  h2,
  .heading-2 {
    font-size: 48px;
    line-height: 1.12;
  }
}
@media (min-width: 1400px) {
  h2,
  .heading-2 {
    font-size: 50px;
  }
}
h3,
.heading-3 {
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: 0;
}
@media (min-width: 576px) {
  h3,
  .heading-3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  h3,
  .heading-3 {
    font-size: 27px;
  }
}
@media (min-width: 1200px) {
  h3,
  .heading-3 {
    font-size: 36px;
    line-height: 1.1666666667;
  }
}
h4,
.heading-4 {
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  h4,
  .heading-4 {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  h4,
  .heading-4 {
    font-size: 20px;
    line-height: 1.8;
  }
}
@media (min-width: 1200px) {
  h4.h4-bigger,
  .heading-4.h4-bigger {
    font-size: 26px;
  }
}
h5,
.heading-5 {
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.025em;
}
@media (min-width: 992px) {
  h5,
  .heading-5 {
    font-size: 16px;
    line-height: 1.875;
  }
}
h6,
.heading-6 {
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.025em;
}
@media (min-width: 576px) {
  h6,
  .heading-6 {
    font-size: 12px;
    line-height: 2;
  }
}
.heading-7 {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  color: #082f4c;
  text-transform: uppercase;
  letter-spacing: 0.34em;
}
.heading-alternate-1 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}
@media (min-width: 576px) {
  .heading-alternate-1 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .heading-alternate-1 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .heading-alternate-1 {
    font-size: 29px;
  }
}
.text-extra-large {
  font-family: "Poppins", sans-serif;
  font-size: 88px;
  line-height: 1;
  font-weight: 100;
  letter-spacing: 0.08em;
  color: #082f4c;
}
@media (min-width: 576px) {
  .text-extra-large {
    font-size: 70px;
  }
}
@media (min-width: 576px) {
  .text-extra-large {
    font-size: 155px;
  }
}
@media (min-width: 1400px) {
  .text-extra-large {
    font-size: 250px;
  }
}
.heading-decoration-1 {
  position: relative;
  padding-left: 30px;
}
.heading-decoration-1::before {
  content: "";
  position: absolute;
  top: 0.66em;
  left: 0;
  height: 1px;
  width: 20px;
  background: #d7d7d7;
}
.heading-decoration-1 span {
  display: inline-block;
  line-height: 1.1;
}
@media (min-width: 576px) {
  .heading-decoration-1 {
    padding-left: 40px;
  }
  .heading-decoration-1::before {
    top: 0.8em;
    width: 24px;
  }
}
@media (min-width: 1200px) {
  .heading-decoration-1 {
    padding-left: 85px;
  }
  .heading-decoration-1::before {
    top: 0.65em;
    width: 60px;
  }
}
.heading-decoration-2 {
  position: relative;
  padding-left: 30px;
  line-height: 1.05;
}
.heading-decoration-2::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  height: 3px;
  width: 20px;
  background: #0d4561;
}
.heading-decoration-2 span {
  display: inline;
  margin-right: 0.25em;
  line-height: 1.1;
}
@media (min-width: 576px) {
  .heading-decoration-2 {
    padding-left: 60px;
  }
  .heading-decoration-2::before {
    top: 0.8em;
    height: 4px;
    width: 35px;
  }
}
@media (min-width: 1200px) {
  .heading-decoration-2::before {
    top: 0.66em;
  }
}
.heading-mod-1 {
  margin-top: -0.35em;
}
.heading-mod-1 span {
  display: inline;
  line-height: 1.2;
}
.heading-mod-1 br {
  display: flex;
  height: 0;
}
small,
.small {
  display: block;
  font-size: 13px;
  line-height: 1.6923076923;
}
mark,
.mark {
  padding: 3px 5px;
  color: #fff;
  background: #0d4561;
}
.big {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.025em;
}
@media (min-width: 992px) {
  .big {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  .big {
    font-size: 17px;
    line-height: 1.5294117647;
  }
}
.lead {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
code {
  padding: 10px 5px;
  border-radius: 0.2rem;
  font-size: 90%;
  color: #3f4856;
  background: #f8f8f8;
}
p [data-toggle="tooltip"] {
  padding-left: 0.25em;
  padding-right: 0.25em;
  color: #0d4561;
}
p [style*="max-width"] {
  display: inline-block;
}
::selection {
  background: rgba(21, 21, 21, 0.5);
  color: #fff;
}
::-moz-selection {
  background: rgba(21, 21, 21, 0.5);
  color: #fff;
}
.text-1 {
  color: #151515;
  letter-spacing: 0;
}
.text-1 > * {
  margin-right: 0.2em;
}
.big-gel.big,
.big-gel {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 1.5294117647;
  font-weight: 400;
  letter-spacing: 0;
  color: #262f3c;
}
.brand {
  display: inline-block;
}
.brand .brand-logo-light {
  display: none;
}
.brand .brand-logo-dark {
  display: block;
}
.badge {
  font-weight: 700;
  color: #0d4561;
  background: rgba(13, 69, 97, 0.15);
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.bg-accent .badge,
.bg-dark-blue .badge,
.bg-blue .badge,
.bg-gray-900 .badge,
.context-dark .badge {
  color: #fff;
  background: hsla(0, 0%, 100%, 0.2);
}
.badge-1 {
  padding: 10px 12px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.025em;
  text-transform: none;
  border-radius: 0;
}
.badge-sm {
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: 0.025em;
}
.badge.badge-secondary {
  color: #fff;
  background: #fcba6e;
}
.badge.badge-color-1 {
  color: #0d4561;
  background: #082f4c;
}
a {
  transition: all 0.3s ease-in-out;
}
a,
a:focus,
a:active,
a:hover {
  text-decoration: none;
}
a,
a:focus,
a:active {
  color: inherit;
}
a:hover {
  color: #87a8b8;
}
a[href*="tel"],
a[href*="mailto"] {
  white-space: nowrap;
}
.link-hover {
  color: #87a8b8;
}
.link-press {
  color: hsl(200, 76.3636363636%, 16.568627451%);
}
.privacy-link {
  display: inline-block;
}
* + .privacy-link {
  margin-top: 25px;
}
.link-default {
  letter-spacing: 0.01em;
  color: #151515;
}
.link-default:hover {
  color: #0d4561;
}
.link-social-1 {
  position: relative;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background: #082f4c;
  font-size: 16px;
  line-height: 2em;
}
.link-social-1,
.link-social-1:active,
.link-social-1:focus,
.link-social-1:hover {
  color: #fff;
}
.link-social-1::after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  padding: 2px;
  z-index: -1;
  background: #0d4561;
  opacity: 1;
  transform: scale(1);
}
.link-social-1[class*="twitter"] {
  background: #63c9eb;
}
.link-social-1[class*="twitter"]::after {
  background: #63c9eb;
}
.link-social-1[class*="facebook"] {
  background: #4970bf;
}
.link-social-1[class*="facebook"]::after {
  background: #4970bf;
}
.link-social-1[class*="instagram"] {
  background: #ff6f80;
}
.link-social-1[class*="instagram"]::after {
  background: #ff6f80;
}
.link-social-1[class*="linkedin"] {
  background: #3078bb;
}
.link-social-1[class*="linkedin"]::after {
  background: #3078bb;
}
.link-social-1:hover::after {
  transition:
    transform 0.2s,
    opacity 0.3s;
  transform: scale(1.3);
  opacity: 0;
}
.link-social-2 {
  color: #151515;
}
.link-social-2:hover {
  color: #0d4561;
}
.link-social-2[class*="twitter"]:hover {
  color: #63c9eb;
}
.link-social-2[class*="facebook"]:hover {
  color: #4970bf;
}
.link-social-2[class*="instagram"]:hover {
  color: #ff6f80;
}
.link-underline {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
  text-align: center;
  letter-spacing: 0.01em;
}
.link-underline::before,
.link-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #151515;
}
.link-underline::before {
  transition: 0.22s 0.22s ease-in;
  transform: translateX(-110%);
}
.link-underline::after {
  left: 0;
  transition: 0.22s ease-in;
}
.link-underline,
.link-underline:active,
.link-underline:focus,
.link-underline:hover {
  color: #151515;
}
.link-underline:hover::after {
  right: 0;
  left: auto;
  width: 0;
}
.link-underline:hover::before {
  transform: translateX(0);
}
.link-icon {
  position: relative;
  display: inline-block;
  padding: 3px;
  white-space: nowrap;
  letter-spacing: 0;
  transition: 0.22s ease-in;
}
.link-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.link-icon .icon {
  position: relative;
  top: 1px;
  transition: transform 0.22s ease-in;
}
.link-icon > * + * {
  margin-left: 5px;
}
.link-icon,
.link-icon:active,
.link-icon:focus,
.link-icon:hover {
  color: #151515;
}
.link-icon:hover {
  opacity: 0.5;
}
.link-icon-left .icon + span {
  transition: transform 0.22s ease-in;
}
.link-icon-left:hover .icon {
  transform: translateX(-8px);
}
.link-icon-left:hover .icon + span {
  transform: translateX(-6px);
}
.link-image-1 {
  display: inline-block;
  opacity: 1;
  transition: 0.25s ease-in-out;
}
.link-image-1:hover {
  opacity: 0.8;
}
.link-modern {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  color: #082f4c;
  letter-spacing: 0.075em;
}
.link-modern .icon {
  order: 10;
  margin-left: 7px;
  color: #fcba6e;
}
.link-modern:hover {
  color: #fcba6e;
}
.icon.link-waypoint-icon {
  font-size: 26px;
}
* + .link-waypoint-icon {
  margin-top: 15px;
}
.bg-accent .link-waypoint-icon,
.bg-dark-blue .link-waypoint-icon,
.bg-blue .link-waypoint-icon,
.bg-gray-900 .link-waypoint-icon,
.context-dark .link-waypoint-icon {
  color: hsla(0, 0%, 100%, 0.6);
}
.bg-accent .link-waypoint-icon:hover,
.bg-dark-blue .link-waypoint-icon:hover,
.bg-blue .link-waypoint-icon:hover,
.bg-gray-900 .link-waypoint-icon:hover,
.context-dark .link-waypoint-icon:hover {
  color: #fff;
}
@media (min-width: 768px) {
  * + .link-waypoint-icon {
    margin-top: 25px;
  }
}
.block-1 {
  max-width: 400px;
}
@media (min-width: 992px) {
  .block-2 {
    max-width: 220px;
  }
}
.block-3 {
  display: inline-block;
  max-width: 600px;
}
* + .block-3 {
  margin-top: 15px;
}
@media (min-width: 768px) {
  * + .block-3 {
    margin-top: 35px;
  }
}
.block-4 {
  max-width: 540px;
}
@media (min-width: 576px) {
  .block-4 {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .block-4 {
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .block-4 {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .block-5 {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .block-5 {
    padding-left: 70px;
  }
}
.block-6 {
  position: relative;
  z-index: 1;
  padding: 45px 15px;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .block-6 {
    max-width: 600px;
    padding: 90px 0 120px 100px;
    margin-right: 0;
  }
  .block-6 .form-lg {
    margin-right: 30px;
  }
}
@media (min-width: 1400px) {
  .block-6 {
    padding: 120px 0 140px 110px;
  }
}
* + .block-6 {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .block-7 {
    max-width: 280px;
  }
}
@media (min-width: 992px) {
  .block-8 {
    max-width: 420px;
  }
}
.block-9 {
  max-width: 210px;
}
.block-10 {
  max-width: 540px;
  position: relative;
}
.block-10:before {
  content: "";
  position: absolute;
  top: -100vh;
  bottom: -100vh;
  left: 0;
  right: 0;
  background-color: #0d4561;
}
.block-11 {
  max-width: 520px;
}
.block-ratio {
  display: flex;
}
@media (max-width: 575.98px) {
  .block-ratio {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.block-ratio-content,
.block-ratio-dummy {
  width: 100%;
  flex-shrink: 0;
}
.block-ratio-dummy {
  visibility: hidden;
  opacity: 0;
  order: 10;
}
.block-ratio-dummy::before {
  content: "";
  display: block;
}
.block-ratio-content {
  display: flex;
}
.block-ratio-content > * {
  min-width: 100%;
}
.block-ratio-1 .block-ratio-dummy::before {
  padding-bottom: 67.5675675676%;
}
.block-ratio-2 .block-ratio-dummy::before {
  padding-bottom: 116.2162162162%;
}
.block-ratio-3 .block-ratio-dummy::before {
  padding-bottom: 55.8441558442%;
}
.box-bordered {
  padding-left: 30px;
  border-left: 1px solid #ebebeb;
}
.box-bordered h5,
.box-bordered .heading-5 {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
* + .box-bordered {
  margin-top: 35px;
}
@media (min-width: 768px) {
  * + .box-bordered {
    margin-top: 50px;
  }
}
.box-shadow-1 {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 20px 40px;
  border-radius: 6px;
  box-shadow: 1px 6px 32px 0 rgba(75, 81, 91, 0.11);
}
.box-shadow-1-main {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
* + .box-shadow-1-main {
  margin-top: 20px;
}
@media (min-width: 360px) {
  .box-shadow-1 {
    padding: 35px 25px 40px;
  }
  .box-shadow-1-main {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .box-shadow-1 {
    padding: 60px 30px 80px;
  }
  .box-shadow-1 .brand + p {
    margin-top: 35px;
  }
  * + .box-shadow-1-main {
    margin-top: 35px;
  }
}
.box-custom-1 {
  padding: 20px;
  text-align: center;
  background: #f8f8f8;
}
.box-custom-1 > * {
  max-width: 200px;
}
.box-custom-1 h2,
.box-custom-1 .heading-2 {
  font-weight: 300;
}
.block-ratio .box-custom-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bg-gray-100 .box-custom-1 {
  background: #fff;
}
.box-custom-2 {
  position: relative;
  z-index: 1;
  padding: 30px 20px;
}
div.box-custom-2 {
  background-color: rgba(0, 0, 0, 0);
}
.box-custom-2-bg,
.box-custom-2-bg::after,
.box-custom-2-bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.box-custom-2-bg {
  border-radius: 0 0 22px 22px;
  overflow: hidden;
}
.box-custom-2-bg::after {
  content: "";
  opacity: 0.68;
  border-radius: inherit;
  background: linear-gradient(227deg, rgb(6.4476547623, 40.3839544892, 85.5523452377) 0%, rgb(2.2186520376, 62.3096365349, 92.7813479624) 100%);
}
.box-custom-2-bg-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.box-custom-2-bg-image {
  background-size: cover;
  background-position: 70% center;
}
.box-custom-2-inner {
  position: relative;
  z-index: 2;
  max-width: 420px;
}
@media (min-width: 768px) {
  .box-custom-2 {
    padding: 80px 50px 100px;
  }
}
@media (min-width: 1200px) {
  .box-custom-2 {
    padding: 20px 25px 50px 60px;
  }
  .box-custom-2-bg {
    top: -48%;
    right: -52%;
    bottom: -40%;
    margin-right: 0;
    transform: rotate(-12deg);
    border-radius: 8%;
    border: 1px solid rgba(0, 0, 0, 0);
  }
  .box-custom-2-bg::after {
    top: -9%;
    right: -10%;
    bottom: -10%;
    left: -10%;
  }
  .box-custom-2-bg-inner {
    top: -10%;
    right: -5%;
    bottom: -5%;
    left: -12%;
    transform: rotate(12deg);
    border: 1px solid rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1540px) {
  .box-custom-2 {
    padding: 0 25px 100px 110px;
  }
  .box-custom-2-bg {
    left: -4%;
    transform: rotate(-18.5deg);
  }
  .box-custom-2-bg-inner {
    transform: rotate(18.5deg);
  }
  .box-custom-2-inner {
    max-width: 450px;
  }
}
.box-custom-3 {
  padding: 30px 0;
  border-radius: 7px;
  background: #fff;
  box-shadow: -1px 7px 51px 0px rgba(75, 81, 91, 0.18);
}
.section-box-custom-3-outer {
  position: relative;
  z-index: 10;
  padding-bottom: 50px;
  margin-bottom: -80px;
}
.section-box-custom-3.parallax-container {
  overflow: visible;
}
.section-box-custom-3 .material-parallax {
  overflow: hidden;
  bottom: 30px;
}
.section-box-custom-3 .box-custom-3-container {
  margin-bottom: -30px;
}
.nomargin {
  padding-left: 0 !important;
}
.section-box-custom-3-outer + .section {
  padding-top: 110px;
}
@media (min-width: 768px) {
  .box-custom-3 {
    padding: 45px 0;
  }
  .section-box-custom-3-outer {
    padding-bottom: 100px;
    margin-bottom: -150px;
  }
  .section-box-custom-3 .material-parallax {
    bottom: 50px;
  }
  .section-box-custom-3-outer + .section {
    padding-top: 120px;
  }
}
@media (min-width: 1200px) {
  .box-custom-3 {
    padding: 90px 0;
  }
  .section-box-custom-3-outer {
    padding-bottom: 95px;
    margin-bottom: -190px;
  }
  .section-box-custom-3 .material-parallax {
    bottom: 95px;
  }
  .section-box-custom-3-outer + .section {
    padding-top: 200px;
    padding-bottom: 125px;
  }
}
.box-custom-4 {
  position: relative;
}
.box-custom-4-aside {
  position: relative;
  text-align: center;
}
div.box-custom-4-aside {
  background-color: rgba(0, 0, 0, 0);
}
.box-custom-4-aside-decoration,
.box-custom-4-aside-decoration-bg,
.box-custom-4-icon-outer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.box-custom-4-aside-decoration-bg {
  background-image: linear-gradient(to top, rgb(93, 177, 225) 0%, rgb(11, 183, 209) 100%);
}
.box-custom-4-icon-outer {
  overflow: hidden;
}
.icon.box-custom-4-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: hsla(0, 0%, 100%, 0.08);
  font-size: 500px;
}
.box-custom-4-main {
  position: relative;
  padding: 30px 15px 50px;
}
.box-custom-4-main-decoration {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 0;
  width: 19.8%;
  height: 73%;
  max-height: 555px;
  max-width: 285px;
  min-width: 250px;
  pointer-events: none;
}
.box-custom-4-main-decoration::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/mobile-app-decoration-1.png);
  background-size: cover;
  width: 100%;
  opacity: 0.5;
  padding-bottom: 195.0704225352%;
}
.box-custom-4-aside .button-play {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .box-custom-4-aside {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 45px 30px;
  }
  .box-custom-4-aside .button-play {
    flex-shrink: 0;
  }
  .box-custom-4-aside .iphone-frame-4-outer {
    margin-right: -100px;
    margin-left: -30px;
    transform: translate3d(25px, 15px, 0);
    width: 100%;
  }
  .box-custom-4-aside * + .iphone-frame-4-group {
    margin-top: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .box-custom-4-aside {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  .box-custom-4 {
    display: flex;
    flex-direction: row-reverse;
  }
  .box-custom-4-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    padding-left: 35px;
  }
  .box-custom-4-aside {
    position: relative;
    z-index: 1;
    text-align: center;
  }
  .box-custom-4-aside * + .iphone-frame-4-group {
    margin-top: 10px;
  }
  .icon.box-custom-4-icon {
    font-size: 600px;
  }
}
@media (min-width: 768px) {
  .box-custom-4-aside {
    padding: 30px 0;
  }
  .box-custom-4-main {
    padding-left: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .box-custom-4-aside .iphone-frame-4-group {
    margin-right: -100px;
    margin-left: -30px;
    transform: translate3d(15px, 15px, 0);
  }
}
@media (min-width: 992px) {
  .box-custom-4 {
    min-height: 39.5833333333vw;
  }
  .box-custom-4-main {
    padding-left: 170px;
  }
  .box-custom-4-aside {
    width: calc(190px + 15.1vw);
    flex-shrink: 0;
    padding-left: 45px;
  }
  .box-custom-4-aside-content {
    display: flex;
    align-items: center;
  }
  .box-custom-4-aside-content > * {
    flex-shrink: 0;
  }
  .box-custom-4-aside-content .iphone-frame-4-group {
    margin-top: 0;
  }
  .icon.box-custom-4-icon {
    font-size: 740px;
  }
}
@media (min-width: 1200px) {
  .box-custom-4-main {
    padding-left: 225px;
  }
}
@media (min-width: 1200px) {
  .box-custom-4-aside .iphone-frame-4-group {
    transform: translate3d(45px, 15px, 0);
  }
}
@media (min-width: 1400px) {
  .box-custom-4-main {
    padding-left: 140px;
  }
  .box-custom-4-aside .iphone-frame-4-group {
    transform: translate3d(70px, 15px, 0);
  }
  .icon.box-custom-4-icon {
    font-size: 800px;
  }
}
@media (min-width: 1400px) {
  .box-custom-4-main {
    padding: 30px 200px 50px 230px;
  }
  .box-custom-4-aside {
    padding: 10px 0 5px 75px;
  }
  .box-custom-4-main-decoration::before {
    opacity: 1;
  }
  .box-custom-4-aside-content {
    max-width: 480px;
    margin-left: auto;
  }
}
@media (min-width: 1920px) {
  .box-custom-4 {
    min-height: 760px;
  }
  .box-custom-4-aside {
    justify-content: flex-end;
    width: calc(58vw - 480px);
  }
  .box-custom-4-aside .iphone-frame-4-group {
    transform: translate3d(160px, 15px, 0);
  }
}
div.box-custom-5-main {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(to bottom, rgb(77, 205, 228) 0%, rgb(8, 108, 166) 100%);
  padding: 0 20px;
}
.box-custom-5-aside {
  padding: 30px 15px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.box-custom-5-main-header {
  padding: 30px 0 20px;
}
.box-custom-5-main-inner {
  position: relative;
  z-index: 1;
  max-width: 450px;
  margin: auto;
}
.box-custom-5-main-text {
  position: relative;
  left: -1vw;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -6.5vw;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 110px;
  line-height: 1;
  color: hsla(0, 0%, 100%, 0.09);
  letter-spacing: 0.025em;
}
* + .box-custom-5-main-text {
  margin-top: -20px;
}
@media (min-width: 576px) {
  .box-custom-5-aside {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .box-custom-5 {
    display: flex;
  }
  .box-custom-5 > * {
    flex-shrink: 0;
  }
  .box-custom-5-main {
    display: flex;
    flex-direction: column;
    width: 60%;
    border-radius: 0 0 50px 0;
  }
  .box-custom-5-aside {
    align-self: center;
    width: 40%;
  }
  .box-custom-5-main-inner {
    width: 100%;
  }
  .box-custom-5-main-body {
    flex-grow: 1;
  }
  .box-custom-5-main-text {
    font-size: 200px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .box-custom-5-main {
    width: 54%;
    border-radius: 0 0 90px 0;
  }
  .box-custom-5-aside {
    width: calc(46% + 56px);
    margin-left: -56px;
  }
  .box-custom-5-main-header {
    padding: 60px 0;
  }
  .box-custom-5-main-text {
    font-size: 21.2201875vw;
  }
  * + .box-custom-5-main-text {
    margin-top: -7vw;
  }
}
@media (min-width: 1200px) {
  .box-custom-5-main-inner {
    margin-left: calc(50vw - 600px);
  }
}
.box-modern {
  padding: 25px 15px;
  border-radius: 7px;
  box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
  background: #fff;
  text-align: center;
}
.box-modern-stamp {
  position: absolute;
  width: 60px;
  top: -30px;
  left: 50%;
  margin-left: -30px;
  right: 50%;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
  background-color: #082f4c;
  border: 1px solid color-1;
  border-radius: 50%;
}
.box-modern-title {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #082f4c;
}
.box-modern-text {
  color: #0d4561;
}
.box-modern-media {
  position: relative;
  padding: 20px 0;
  font-size: 60px;
  line-height: 1;
  min-height: 2.2em;
  width: 1.9em;
  margin-left: auto;
  margin-right: auto;
}
.box-modern-media img {
  max-height: 145px;
}
.box-modern-circle-1,
.box-modern-circle-2 {
  position: absolute;
  border-radius: 50%;
}
.box-modern-circle-1 {
  left: 0;
  bottom: 0;
  width: 1.23em;
  height: 1.23em;
  background: rgba(13, 69, 97, 0.05);
}
.box-modern-circle-2 {
  top: 0;
  right: 0;
  width: 0.54em;
  height: 0.54em;
  background: #e2fcfe;
}
.box-modern_alternate .box-modern-circle-1 {
  top: 0;
  bottom: auto;
}
.box-modern_alternate .box-modern-circle-2 {
  top: auto;
  bottom: 0;
}
.box-modern_alternate-1 .box-modern-circle-1 {
  right: 0;
  left: auto;
}
.box-modern_alternate-1 .box-modern-circle-2 {
  right: auto;
  left: auto;
}
.box-modern-icon {
  position: relative;
  z-index: 2;
  right: -5%;
  font-size: inherit;
  color: #0d4561;
  opacity: 0.7;
}
.box-modern-sm .box-modern-media img.betrouwbaar {
  width: 1.4em;
}
.box-modern-sm .box-modern-media {
  width: 1.7em;
}
.box-modern-sm .box-modern-icon {
  opacity: 1;
}
@supports (-webkit-background-clip: text) {
  .box-modern-icon {
    background: linear-gradient(30deg, #0d4561, #0d4561);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
  }
}
* + .box-modern-text {
  margin-top: 12px;
}
@media (max-width: 575.98px) {
  .box-modern {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .box-modern {
    padding: 45px 25px;
  }
  .box-modern-title {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .box-modern {
    padding-left: 9px;
    padding-right: 9px;
  }
}
@media (min-width: 1200px) {
  .box-modern {
    padding-top: 55px;
    padding-bottom: 60px;
  }
  .box-modern-media {
    font-size: 85px;
  }
  .box-modern-title {
    font-size: 24px;
  }
  .box-modern-text {
    font-size: 16px;
    line-height: 1.5294117647;
    text-align: start;
  }
  * + .box-modern-text {
    margin-top: 24px;
  }
  .box-modern-sm .box-modern-media {
    font-size: 64px;
  }
  .box-modern-sm .box-modern-title {
    font-size: 22px;
  }
  .box-modern-sm .box-modern-text {
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  .box-modern-title {
    font-size: 26px;
  }
  .box-modern-text {
    font-size: 17px;
  }
}
.box-light {
  position: relative;
  padding: 30px 20px 20px;
  background: #fff;
  text-align: left;
}
.box-light::before,
.box-light::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 5px;
  transition: 0.44s;
}
.box-light::before {
  width: 80%;
  background: #ebebeb;
}
.box-light::after {
  width: 0;
  background: #151515;
}
.box-light:hover::after {
  width: 80%;
  left: 20%;
  right: auto;
}
.box-light-counter {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  color: #082f4c;
}
* + .box-light-title {
  margin-top: 14px;
}
* + .box-light-main {
  margin-top: 17px;
}
* + .box-light-footer {
  margin-top: 25px;
}
@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .box-light:hover .box-light-counter {
    color: #082f4c;
  }
  html:not(.tablet):not(.mobile) .box-light:hover .box-light-title {
    color: #0d4561;
  }
  html:not(.tablet):not(.mobile) .box-light:hover .box-light-footer {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  html:not(.tablet):not(.mobile) .box-light-counter {
    color: #082f4c;
    transition: 0.22s;
  }
  html:not(.tablet):not(.mobile) .box-light-footer {
    position: relative;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 5px, 0);
    transition: 0.22s;
  }
}
@media (min-width: 768px) {
  .box-light-counter {
    font-size: 30px;
  }
  * + .box-light-title {
    margin-top: 20px;
  }
  * + .box-light-main {
    margin-top: 16px;
  }
  * + .box-light-footer {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .box-light-title {
    font-size: 26px;
  }
  * + .box-light-title {
    margin-top: 45px;
  }
  * + .box-light-main {
    margin-top: 28px;
  }
  * + .box-light-footer {
    margin-top: 35px;
  }
}
.box-classic {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  cursor: default;
}
.icon.box-classic-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background: #b2d3e3;
  border-radius: 50%;
  font-size: 30px;
}
.icon.box-classic-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  box-shadow: 1.219px 9.925px 7px 0px rgba(75, 81, 91, 0.13);
}
* + .box-classic-main {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .icon.box-classic-icon {
    font-size: 43px;
  }
}
@media (min-width: 768px) {
  * + .box-classic-main {
    margin-top: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .box-classic {
    display: flex;
    text-align: left;
    max-width: 100%;
  }
  .box-classic > * + * {
    margin-top: 0;
    margin-left: 25px;
  }
  .icon.box-classic-icon {
    flex-shrink: 0;
  }
  .box-classic-main {
    flex-grow: 1;
  }
}
@media (min-width: 992px) {
  .box-classic {
    padding: 35px 20px;
  }
  html:not(.tablet):not(.mobile) .box-classic {
    position: relative;
  }
  html:not(.tablet):not(.mobile) .box-classic > * {
    position: relative;
    z-index: 1;
  }
  html:not(.tablet):not(.mobile) .box-classic::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 0 76px 0 rgba(75, 81, 91, 0.23);
    opacity: 0;
    visibility: hidden;
    transform: scale3d(0.9, 0.9, 0.9);
    transition: 0.1s;
  }
  html:not(.tablet):not(.mobile) .box-classic:hover::before {
    opacity: 1;
    visibility: visible;
    transform: scale3d(1, 1, 1);
    transition: 0.25s;
  }
  html:not(.tablet):not(.mobile) .box-classic:hover .icon.box-classic-icon::after {
    opacity: 0;
    visibility: hidden;
  }
  html:not(.tablet):not(.mobile) .icon.box-classic-icon::after {
    transition: 0.25s;
  }
}
.box-retro {
  position: relative;
}
.box-retro-content {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  padding: 50px 20px;
  margin: auto;
}
@media (min-width: 768px) {
  .box-retro-content {
    padding-top: 110px;
    padding-bottom: 110px;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .box-retro-content {
    padding-top: 220px;
    padding-bottom: 220px;
  }
}
@media (min-width: 1200px) {
  .box-retro-content {
    padding-top: 90px;
    padding-bottom: 210px;
  }
}
@media (max-width: 1199.98px) {
  .box-retro-content.jarig {
    display: none;
  }
}
.box-retro-content-item {
  position: relative;
}
.retro-head {
  position: relative;
  color: #fff;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .retro-head {
    margin-right: -80px;
  }
}
@media (min-width: 1200px) {
  .retro-head {
    margin-right: -80px;
  }
}
.retro-head-divider {
  position: absolute;
  top: 20.4px;
  left: 0;
  width: 25px;
  height: 4px;
  background-color: #0d4561;
}
@media (min-width: 768px) {
  .retro-head-divider {
    top: 26.4px;
  }
}
@media (min-width: 1200px) {
  .retro-head-divider {
    width: 35px;
    top: 32.5px;
  }
}
.retro-head-text-accent {
  position: relative;
  z-index: 1;
}
.retro-head-text-accent:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 37%;
  bottom: 18%;
  left: 0;
  right: 0;
  background-color: #0d4561;
  pointer-events: none;
}
.box-retro-text {
  max-width: 471px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5294117647;
  letter-spacing: 0.025em;
  color: #fff;
}
@media (min-width: 1200px) {
  .box-retro-text {
    max-width: 580px;
    font-size: 21px;
  }
}
.award {
  width: auto;
  align-self: center;
  height: 240px;
  margin-left: 0;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .award {
    height: 280px;
    margin-bottom: 0;
    margin-left: 48px;
  }
}
@media (min-width: 992px) {
  .award {
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .award {
    height: 360px;
  }
}
* + .box-retro-text {
  margin-top: 27px;
}
.button.button-retro {
  position: relative;
  z-index: 1;
  padding: 16px 35px 16px 35px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #0d4561;
  border: 1px solid #0d4561;
  letter-spacing: 0.01em;
}
.button.button-retro .button-retro-text {
  position: relative;
  z-index: 2;
  transition: 0.3s ease-out all;
}
.button.button-retro:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  transform: translateX(100%);
  transition: 0.3s ease-out all;
}
.button.button-retro:hover {
  border-color: #fff;
}
.button.button-retro:hover .button-retro-text {
  color: #0d4561;
}
.button.button-retro:hover:before {
  transform: translateX(0);
}
.button-retro-icon {
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: 0;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  color: #fff;
  background-color: #151515;
  border-radius: 50%;
}
* + .button.button-retro {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  * + .button.button-retro {
    margin-top: 50px;
  }
}
.box-retro-image-wrap {
  text-align: left;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .box-retro-image-wrap:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: -100vh;
    bottom: 0;
    left: 80px;
    right: 0;
    background-color: #0d4561;
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  .box-retro-image-wrap:before {
    left: 100px;
  }
}
.box-retro-decor {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 40px;
  right: -13px;
}
@media (min-width: 768px) {
  .box-retro-decor {
    display: block;
  }
}
@media (min-width: 1200px) {
  .box-retro-decor {
    margin-top: 80px;
  }
}
.box-image-simple-wrap {
  padding: 32px 32px;
}
.box-image-simple {
  display: inline-flex;
  align-items: center;
}
.box-image-simple img {
  min-width: 72px;
  max-height: 48px;
  margin-right: 24px;
}
.box-image-simple p {
  margin-top: 0;
  font-size: 16px;
  color: #082f4c;
}
@media (min-width: 1200px) {
  .box-image-simple {
    justify-content: center;
  }
  .box-image-simple img {
    max-height: 80px;
    width: 100px;
    margin-right: 64px;
  }
  .box-image-simple p {
    font-size: 18px;
    width: 280px;
  }
}
.box-client {
  width: 90%;
}
.box-client .box-client-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 10px 10px 0 0;
  background: #fff;
  padding-top: 36px;
  padding-bottom: 32px;
}
.box-client .box-client-title {
  color: #0d4561;
}
.box-client .box-client-icon {
  max-height: 220px;
}
.box-client .box-client-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  min-height: 45%;
  padding: 32px 12px 36px 0;
  background: rgb(183.0628272251, 202.8455497382, 212.4371727749);
  border: 1px solid rgb(183.0628272251, 202.8455497382, 212.4371727749);
  border-radius: 0 0 10px 10px;
}
.box-client .box-client-item {
  display: inline-flex;
  width: 100%;
  font-size: 1em;
  font-weight: 600;
  line-height: 2em;
  color: #0d4561;
}
.box-client .box-client-item-marker {
  height: 1em;
  margin-top: 8px;
  margin-right: 1em;
}
.box-client .box-client-button {
  margin-top: 0;
  border-color: #0d4561;
  color: #0d4561;
}
@media (min-width: 768px) {
  .box-client {
    width: 45.4545454545%;
  }
  .box-client .box-client-list {
    min-height: 160px;
  }
}
@media (min-width: 992px) {
  .box-client .box-client-list {
    min-height: none;
  }
}
html body .group {
  margin-bottom: -10px;
  margin-left: -20px;
}
html body .group:empty {
  margin-bottom: 0;
  margin-left: 0;
}
html body .group > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 20px;
}
html body .group-xs {
  margin-bottom: -10px;
  margin-left: -12px;
}
html body .group-xs:empty {
  margin-bottom: 0;
  margin-left: 0;
}
html body .group-xs > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 12px;
}
html body .group-xl {
  margin-bottom: -20px;
  margin-left: -30px;
}
html body .group-xl:empty {
  margin-bottom: 0;
  margin-left: 0;
}
html body .group-xl > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 30px;
}
@media (min-width: 992px) {
  html body .group-xl {
    margin-bottom: -20px;
    margin-left: -45px;
  }
  html body .group-xl > * {
    margin-bottom: 20px;
    margin-left: 45px;
  }
}
html body .group-buttons-responsive {
  margin-bottom: -10px;
  margin-left: -10px;
}
html body .group-buttons-responsive:empty {
  margin-bottom: 0;
  margin-left: 0;
}
html body .group-buttons-responsive > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 10px;
}
@media (max-width: 575.98px) {
  html body .group-buttons-responsive .button {
    font-size: 13px;
    padding: 10px 20px;
  }
}
@media (min-width: 768px) {
  html body .group-buttons-responsive {
    margin-left: -20px;
  }
  html body .group-buttons-responsive > * {
    margin-left: 20px;
  }
}
.group-1 {
  margin-bottom: -15px;
  margin-left: -15px;
}
.group-1:empty {
  margin-bottom: 0;
  margin-left: 0;
}
.group-1 > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 15px;
}
.group-1 .button {
  margin-top: 0;
  min-width: 200px;
}
.group-middle {
  display: inline-table;
}
.group-middle > * {
  vertical-align: middle;
}
.group-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin-bottom: -10px;
  margin-left: -15px;
}
.group-custom:empty {
  margin-bottom: 0;
  margin-left: 0;
}
.group-custom > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 15px;
}
.group-custom > * {
  flex: 0 1 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 576px) {
  .group-custom {
    flex-wrap: nowrap;
  }
  .group-custom > * {
    flex: 1 1 auto;
  }
}
* + .group {
  margin-top: 30px;
}
* + .group-xs {
  margin-top: 15px;
}
* + .group-xl {
  margin-top: 30px;
}
* + .group-1 {
  margin-top: 30px;
}
* + .group-custom {
  margin-top: 25px;
}
* + .group-buttons-responsive {
  margin-top: 25px;
}
@media (min-width: 768px) {
  * + .group-buttons-responsive {
    margin-top: 33px;
  }
}
@media (min-width: 768px) {
  * + .group {
    margin-top: 33px;
  }
  * + .group-xs {
    margin-top: 33px;
  }
}
.unit {
  display: flex;
  flex: 0 1 100%;
  margin-bottom: -30px;
  margin-left: -20px;
}
.unit > * {
  margin-bottom: 30px;
  margin-left: 20px;
}
.unit:empty {
  margin-bottom: 0;
  margin-left: 0;
}
.unit-body {
  flex: 0 1 auto;
}
.unit-left,
.unit-right {
  flex: 0 0 auto;
  max-width: 100%;
}
.unit-spacing-xs {
  margin-bottom: -15px;
  margin-left: -7px;
}
.unit-spacing-xs > * {
  margin-bottom: 15px;
  margin-left: 7px;
}
@media (min-width: 1200px) {
  .unit-spacing-1 {
    margin-bottom: -15px;
    margin-left: -25px;
  }
  .unit-spacing-1 > * {
    margin-bottom: 15px;
    margin-left: 25px;
  }
}
.unit-spacing-2 {
  margin-bottom: -10px;
  margin-left: -20px;
}
.unit-spacing-2 > * {
  margin-bottom: 10px;
  margin-left: 20px;
}
@media (min-width: 992px) {
  .unit-spacing-2 {
    margin-bottom: -15px;
    margin-left: -40px;
  }
  .unit-spacing-2 > * {
    margin-bottom: 15px;
    margin-left: 40px;
  }
}
.unit-spacing-3 {
  margin-bottom: -10px;
  margin-left: -15px;
}
.unit-spacing-3 > * {
  margin-bottom: 10px;
  margin-left: 15px;
}
.unit img {
  width: 60px;
  height: 60px;
}
.unit .unit-left.icon-sm {
  position: relative;
  top: 5px;
}
.list > li + li {
  margin-top: 10px;
}
.list-xs > li + li {
  margin-top: 5px;
}
.list-sm > li + li {
  margin-top: 12px;
}
.list-md > li + li {
  margin-top: 18px;
}
.list-lg > li + li {
  margin-top: 25px;
}
.list-xl > li + li {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .list-xl > li + li {
    margin-top: 60px;
  }
}
.list-inline > li {
  display: inline-block;
}
html .list-inline-xs {
  transform: translate3d(0, -5px, 0);
  margin-bottom: -5px;
  margin-left: -3px;
  margin-right: -3px;
}
html .list-inline-xs > * {
  margin-top: 5px;
  padding-left: 3px;
  padding-right: 3px;
}
html .list-inline-md {
  transform: translate3d(0, -8px, 0);
  margin-bottom: -8px;
  margin-left: -10px;
  margin-right: -10px;
}
html .list-inline-md > * {
  margin-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  html .list-inline-md {
    margin-left: -15px;
    margin-right: -15px;
  }
  html .list-inline-md > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.list-terms dt + dd {
  margin-top: 5px;
}
.list-terms dd + dt {
  margin-top: 25px;
}
* + .list-terms {
  margin-top: 25px;
}
.list-marked {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.025em;
  color: #151515;
}
.list-marked > li {
  text-indent: -20px;
  padding-left: 20px;
}
.list-marked > li::before {
  content: "";
  position: relative;
  left: 0;
  top: -2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 15px;
  border-radius: 50%;
  background: #0d4561;
}
.list-marked > li + li {
  margin-top: 10px;
}
.list-marked_secondary {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #2c343b;
}
.list-marked_secondary > li::before {
  width: 6px;
  height: 6px;
  background: #fcba6e;
}
@media (min-width: 992px) {
  .list-marked_secondary {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .list-marked_secondary {
    font-size: 17px;
    line-height: 1.5294117647;
  }
}
.bg-accent .list-marked_secondary,
.bg-dark-blue .list-marked_secondary,
.bg-blue .list-marked_secondary,
.bg-gray-900 .list-marked_secondary,
.context-dark .list-marked_secondary {
  color: #fff;
}
.bg-accent .list-marked_secondary > li::before,
.bg-dark-blue .list-marked_secondary > li::before,
.bg-blue .list-marked_secondary > li::before,
.bg-gray-900 .list-marked_secondary > li::before,
.context-dark .list-marked_secondary > li::before {
  background: #151515;
}
* + .list-marked {
  margin-top: 15px;
}
.list-ordered {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  counter-reset: li;
  text-align: left;
  color: #151515;
}
.list-ordered > li {
  position: relative;
  padding-left: 25px;
}
.list-ordered > li:before {
  content: counter(li, decimal) ".";
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 15px;
  color: #082f4c;
}
.list-ordered > li + li {
  margin-top: 10px;
}
.list-ordered-card {
  padding: 32px 64px;
  background-color: hsla(0, 0%, 100%, 0.85);
  border-radius: 5px;
  margin: 32px auto 64px;
}
* + .list-ordered {
  margin-top: 15px;
}
.list-palette {
  margin-bottom: -8px;
  margin-left: -8px;
}
.list-palette:empty {
  margin-bottom: 0;
  margin-left: 0;
}
.list-palette > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: 8px;
}
.list-palette {
  font-size: 0;
  line-height: 0;
}
.list-palette > li {
  width: 45px;
  height: 45px;
  background: #f8f8f8;
}
.list-palette > li:nth-child(1) {
  background: #0d4561;
}
.list-palette > li:nth-child(2) {
  background: #151515;
}
.list-palette > li:nth-child(3) {
  background: #f8f8f8;
}
.list-palette > li:nth-child(4) {
  background: #777;
}
* + .list-palette {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .list-palette {
    max-width: 200px;
  }
  .list-palette > li {
    width: 53px;
    height: 53px;
  }
}
.list-style-1 {
  font-family: "Poppins", sans-serif;
  color: #082f4c;
  letter-spacing: 0;
}
.list-style-1 .unit {
  margin-bottom: -8px;
  margin-left: -20px;
}
.list-style-1 .unit > * {
  margin-bottom: 8px;
  margin-left: 20px;
}
.list-style-1 .unit {
  margin-bottom: 8px !important;
}
.list-style-1 > li + li {
  margin-top: 14px;
}
* + .list-style-1 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .list-style-1 > li + li {
    margin-top: 17px;
  }
}
@media (min-width: 992px) {
  .list-style-1 {
    font-size: 17px;
    line-height: 1.5294117647;
  }
}
.list-style-2 {
  counter-reset: li;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  font-weight: 400;
  color: #082f4c;
}
.list-style-2 > li {
  position: relative;
  padding-left: 25px;
}
.list-style-2 > li::before {
  position: absolute;
  left: 0;
  content: counter(li) ".";
  counter-increment: li;
}
.list-style-2 > li + li {
  margin-top: 9px;
}
.list-style-2_2-cols {
  columns: 2;
  column-gap: 30px;
  break-inside: avoid;
}
* + .list-style-2 {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .list-style-2 {
    font-size: 17px;
  }
  * + .list-style-2 {
    margin-top: 30px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .list-style-2_2-cols-responsive {
    columns: 2;
    column-gap: 30px;
    break-inside: avoid;
  }
}
.list-objects-inline {
  margin-bottom: -4px;
  margin-left: -10px;
}
.list-objects-inline:empty {
  margin-bottom: 0;
  margin-left: 0;
}
.list-objects-inline > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 4px;
  margin-left: 10px;
}
.list-objects-inline {
  letter-spacing: 0;
}
.list-objects-inline > li {
  vertical-align: middle;
}
.list-objects-inline > li > * {
  display: inline-block;
  vertical-align: middle;
}
.list-objects-inline > li > * + * {
  margin-left: 5px;
}
.list-objects-inline .icon {
  font-size: 15px;
}
@media (min-width: 576px) {
  .list-objects-inline .list-objects-inline {
    margin-left: -22px;
  }
  .list-objects-inline .list-objects-inline > * {
    margin-left: 22px;
  }
  .list-objects-inline .icon {
    font-size: 19px;
  }
}
.list-blocks-outer {
  position: relative;
  overflow: hidden;
}
.list-blocks {
  counter-reset: list-blocks-item;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -1px;
  text-align: center;
}
.list-blocks-item {
  width: 100%;
  padding: 35px 20px;
  margin: -1px 0 0 0;
  border-bottom: 1px solid #ebebeb;
}
.list-blocks-item-inner {
  max-width: 225px;
  margin-left: auto;
  margin-right: auto;
}
.list-blocks-counter {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 1;
}
.list-blocks-counter::before {
  content: counter(list-blocks-item, decimal-leading-zero);
  counter-increment: list-blocks-item;
}
.list-blocks-title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  color: #082f4c;
}
* + .list-blocks-title {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .list-blocks {
    justify-content: flex-end;
    text-align: left;
  }
  .list-blocks-item {
    position: relative;
    width: calc(50% + 1px);
    padding: 45px 25px;
    margin: -1px 0 0 -1px;
    border: 1px solid #ebebeb;
  }
  .list-blocks-counter {
    font-size: 24px;
  }
  .list-blocks-title {
    font-size: 22px;
  }
  * + .list-blocks-title {
    margin-top: 15px;
  }
}
@media (max-width: 991.98px) {
  .list-blocks-item_caption {
    order: -1;
  }
}
@media (min-width: 992px) {
  .list-blocks-item {
    width: calc(33.3333% + 1px);
  }
}
@media (min-width: 1200px) {
  .list-blocks-item {
    padding: 55px 20px;
  }
  .list-blocks-item * + p {
    margin-top: 25px;
  }
  .list-blocks-counter {
    font-size: 30px;
  }
  .list-blocks-title {
    font-size: 26px;
  }
  * + p.list-blocks-title {
    margin-top: 27px;
  }
}
.list-localization .label-text {
  padding: 3px 5px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0);
  color: #082f4c;
  transition: 0.22s ease-in-out;
  cursor: pointer;
}
.list-localization .label-text:hover {
  color: #fcba6e;
}
.list-localization input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  -webkit-appearance: none;
}
.list-localization input:checked ~ .label-text {
  color: #fff;
  background: #fcba6e;
}
.list-nav-classic {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  color: #082f4c;
  letter-spacing: 0;
}
.list-nav-classic li {
  display: flex;
  padding-right: 25px;
}
.list-nav-classic a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 22px 0 24px;
}
.list-nav-classic a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  bottom: 0;
  background: #0d4561;
  pointer-events: none;
  width: 0;
  height: 2px;
  max-width: 58px;
  transition: 0.55s;
}
.list-nav-classic a.active,
.list-nav-classic a:hover {
  color: #0d4561;
}
.list-nav-classic a.active::after {
  width: 80%;
}
@media (min-width: 1200px) {
  .list-nav-classic {
    font-size: 22px;
  }
  .list-nav-classic a {
    padding: 20px 0;
  }
  .list-nav-classic a::after {
    height: 4px;
  }
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-responsive {
  width: 100%;
}
.icon {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
}
.icon::before {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-transform: none;
}
.icon-circle {
  border-radius: 50%;
}
.icon-sm {
  font-size: 18px;
}
.icon-md {
  font-size: 20px;
}
.icon-lg {
  font-size: 30px;
}
.icon-xl {
  font-size: 40px;
}
.icon-style-1 {
  display: inline-block;
  width: 2em;
  height: 2em;
  font-size: 28px;
  text-align: center;
  line-height: 2em;
  border-radius: 50%;
  background: #fff;
  color: #0d4561;
  box-shadow: -7.25px 3.381px 18px 0px rgba(75, 81, 91, 0.08);
}
@media (min-width: 992px) {
  .icon-style-1 {
    font-size: 34px;
  }
}
.table-custom {
  width: 100%;
  max-width: 100%;
  text-align: left;
  background: #fff;
  border-collapse: collapse;
  letter-spacing: 0.015em;
}
.table-custom th,
.table-custom td {
  color: #082f4c;
  background: #fff;
}
.table-custom th {
  padding: 20px 24px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: #f8f8f8;
  border-bottom: 1px solid #ebebeb;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .table-custom th {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.table-custom td {
  padding: 15px 24px;
}
.table-custom tbody tr:first-child td {
  border-top: 0;
}
.table-custom tr td {
  border-bottom: 1px solid #ebebeb;
}
.table-custom tfoot td {
  font-weight: 600;
  color: #151515;
}
.table-rounded {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 10px;
  border: 1px solid #ebebeb;
}
.table-rounded .table-custom {
  max-width: unset;
  margin-bottom: -1px;
}
.table-outer {
  margin-top: 24px;
}
* + .table-custom-responsive {
  margin-top: 30px;
}
@media (min-width: 768px) {
  * + .table-custom-responsive {
    margin-top: 40px;
  }
}
.table-custom.table-custom-primary thead th {
  color: #fff;
  background: #0d4561;
  border: 0;
}
.table-custom.table-custom-primary tbody tr:hover td {
  background: #f8f8f8;
}
.table-custom.table-custom-secondary thead th {
  color: #fff;
  background: #fcba6e;
  border: 0;
}
.table-custom.table-custom-secondary tbody tr:hover td {
  background: #f8f8f8;
}
.table-custom.table-custom-bordered tr td:first-child {
  border-left: 0;
}
.table-custom.table-custom-bordered tr td:last-child {
  border-right: 0;
}
.table-custom.table-custom-bordered td {
  border: 1px solid #ebebeb;
}
.table-custom.table-custom-bordered tbody > tr:first-of-type > td {
  border-top: 0;
}
.table-custom.table-custom-striped {
  border-bottom: 1px solid #ebebeb;
}
.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
  background: rgba(0, 0, 0, 0);
}
.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
  background: #f8f8f8;
}
.table-custom.table-custom-striped tbody td {
  border: 0;
}
.table-custom.table-custom-striped tfoot td:not(:first-child) {
  border-left: 0;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #ebebeb;
}
.divider {
  font-size: 0;
  line-height: 0;
}
.divider::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #0d4561;
}
.button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 16px 35px;
  font-size: 20px;
  line-height: 1.4;
  border: 2px solid;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  transition: 250ms all ease-in-out;
}
@media (max-width: 575.98px) {
  .button {
    padding: 10px 15px;
  }
}
.button-block {
  display: block;
  width: 100%;
}
.button-default,
.button-default:focus {
  color: #9c9c9c;
  background-color: #2c343b;
  border-color: #2c343b;
}
.button-default:hover,
.button-default:active {
  color: #fff;
  background-color: #0d4561;
  border-color: #0d4561;
}
.button-default.button-ujarak::before {
  background: #0d4561;
}
.button-primary,
.button-primary:focus {
  color: #fff;
  background-color: #0d4561;
  border-color: #0d4561;
}
.button-primary:hover,
.button-primary:active {
  color: #0d4561;
  background-color: #fff;
  border-color: #fff;
}
.button-primary.button-ujarak::before {
  background: #fff;
}
.button-gray-700,
.button-gray-700:focus {
  color: #fff;
  background-color: #3f4856;
  border-color: #3f4856;
}
.button-gray-700:hover,
.button-gray-700:active {
  color: #fff;
  background-color: #0d4561;
  border-color: #0d4561;
}
.button-gray-700.button-ujarak::before {
  background: #0d4561;
}
.button-secondary,
.button-secondary:focus {
  color: #fff;
  background-color: #fcba6e;
  border-color: #fcba6e;
}
.button-secondary:hover,
.button-secondary:active {
  color: #fff;
  background-color: #0d4561;
  border-color: #0d4561;
}
.button-secondary.button-ujarak::before {
  background: #0d4561;
}
.button-color-8,
.button-color-8:focus {
  color: #fff;
  background-color: #b2d3e3;
  border-color: #b2d3e3;
}
.button-color-8:hover,
.button-color-8:active {
  color: #fff;
  background-color: #0d4561;
  border-color: #0d4561;
}
.button-color-8.button-ujarak::before {
  background: #0d4561;
}
.button-primary-outline {
  font-size: 18px;
}
.button-primary-outline,
.button-primary-outline:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}
.button-primary-outline:hover,
.button-primary-outline:active {
  color: #0d4561;
  background-color: #fff;
  border-color: #fff;
}
.button-primary-outline.button-ujarak::before {
  background: #fff;
}
.button-default-outline,
.button-default-outline:focus {
  color: #0d4561;
  background-color: rgba(0, 0, 0, 0);
  border-color: #0d4561;
}
.button-default-outline:hover,
.button-default-outline:active {
  color: #fff;
  background-color: #0d4561;
  border-color: #0d4561;
}
.button-default-outline.button-ujarak::before {
  background: #0d4561;
}
.button-secondary-outline {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  border-width: 1px;
  letter-spacing: 0.01em;
}
.button-secondary-outline,
.button-secondary-outline:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}
.button-secondary-outline:hover,
.button-secondary-outline:active {
  color: #fff;
  background-color: #fcba6e;
  border-color: #fcba6e;
}
.button-secondary-outline.button-ujarak::before {
  background: #fcba6e;
}
.button-secondary-outline.dark {
  color: #082f4c;
}
.button-secondary-outline.dark:hover {
  color: #fff;
}
@media (max-width: 1399.98px) {
  .button-secondary-outline,
  .button-secondary-outline:focus {
    color: #0d4561;
    background-color: rgba(0, 0, 0, 0);
    border-color: #0d4561;
  }
  .button-secondary-outline:hover,
  .button-secondary-outline:active {
    color: #fff;
    background-color: #0d4561;
    border-color: #0d4561;
  }
  .button-secondary-outline.button-ujarak::before {
    background: #0d4561;
  }
}
.button-tertiary-outline {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  border-width: 1px;
  letter-spacing: 0.01em;
}
.button-tertiary-outline,
.button-tertiary-outline:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fcba6e;
}
.button-tertiary-outline:hover,
.button-tertiary-outline:active {
  color: #fff;
  background-color: #fcba6e;
  border-color: #fcba6e;
}
.button-tertiary-outline.button-ujarak::before {
  background: #fcba6e;
}
.button-image-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
}
.button-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 40vw;
  height: 40vw;
  padding: 24px 0;
  margin-top: 24px;
  background-color: #156089;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
}
.button-image.light {
  background-color: #87a8b8;
}
.button-image.large {
  display: none;
  white-space: nowrap;
}
.button-image:hover {
  color: #fff;
  opacity: 0.8;
}
.button-image img {
  height: 60px;
  width: 60px;
}
.button-ghost {
  border: 0;
  background-color: rgba(0, 0, 0, 0);
}
.button-ghost:hover {
  color: #fff;
  background: #0d4561;
}
.button-facebook,
.button-facebook:focus {
  color: #fff;
  background-color: #4970bf;
  border-color: #4970bf;
}
.button-facebook:hover,
.button-facebook:active {
  color: #fff;
  background-color: rgb(62.0487804878, 99.8597560976, 176.4512195122);
  border-color: rgb(62.0487804878, 99.8597560976, 176.4512195122);
}
.button-facebook.button-ujarak::before {
  background: rgb(62.0487804878, 99.8597560976, 176.4512195122);
}
.button-twitter,
.button-twitter:focus {
  color: #fff;
  background-color: #63c9eb;
  border-color: #63c9eb;
}
.button-twitter:hover,
.button-twitter:active {
  color: #fff;
  background-color: hsl(195, 77.2727272727%, 60.4901960784%);
  border-color: hsl(195, 77.2727272727%, 60.4901960784%);
}
.button-twitter.button-ujarak::before {
  background: hsl(195, 77.2727272727%, 60.4901960784%);
}
.button-google,
.button-google:focus {
  color: #fff;
  background-color: #e2411e;
  border-color: #e2411e;
}
.button-google:hover,
.button-google:active {
  color: #fff;
  background-color: rgb(204.1830708661, 58.0787401575, 26.3169291339);
  border-color: rgb(204.1830708661, 58.0787401575, 26.3169291339);
}
.button-google.button-ujarak::before {
  background: rgb(204.1830708661, 58.0787401575, 26.3169291339);
}
.button-shadow {
  box-shadow: 1px 6px 8px 0 rgba(75, 81, 91, 0.4);
}
.button-shadow:focus,
.button-shadow:active {
  box-shadow: none;
}
.button-ujarak {
  position: relative;
  z-index: 0;
  transition:
    background 0.4s,
    border-color 0.4s,
    color 0.4s;
}
.button-ujarak::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0d4561;
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition:
    transform 0.42s,
    opacity 0.42s;
  border-radius: inherit;
}
.button-ujarak,
.button-ujarak::before {
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-ujarak:hover {
  transition:
    background 0.4s 0.4s,
    border-color 0.4s 0s,
    color 0.2s 0s;
}
.button-ujarak:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.button-winona {
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  transform: translate3d(0, 0, 0);
  white-space: nowrap;
}
.button-winona .content-original,
.button-winona .content-dubbed {
  vertical-align: middle;
  transition:
    transform 0.4s,
    clip-path 0.4s;
}
.button-winona .content-original {
  display: block;
  clip-path: polygon(0 100%, -35% 0, 0 0, 0 100%);
}
.button-winona .content-dubbed {
  position: absolute;
  top: 0;
  margin: auto;
  filter: blur(0px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  padding: inherit;
  clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
  white-space: nowrap;
}
.button-winona:hover .content-original {
  animation: showum 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
.button-winona:hover .content-dubbed {
  animation: hideum 0.3s;
  animation-fill-mode: forwards;
}
html body .button-winona {
  display: inline-flex;
}
@keyframes showum {
  0% {
    clip-path: polygon(0 100%, -35% 0, 0 0, 0 100%);
  }
  100% {
    clip-path: polygon(135% 100%, 100% 0, 0 0, 0 100%);
  }
}
@keyframes hideum {
  0% {
    clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
  }
  100% {
    clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%);
  }
}
.button-xs {
  letter-spacing: 0.025em;
  padding: 8px 18px;
  font-size: 16px;
  line-height: 1;
}
.button-sm {
  letter-spacing: 0.025em;
  padding: 11px 25px;
  font-size: 18px;
  line-height: 1.2;
}
.button-lg {
  padding: 18px 45px;
  font-size: 20px;
  line-height: 1.5;
}
.button-circle {
  border-radius: 30px;
}
.button-round {
  border-radius: 5px;
}
.button-square {
  border-radius: 0;
}
html .button.button-icon,
html .button.button-icon > [class*="content"] {
  display: inline-flex;
}
.button.button-icon,
.button.button-icon > [class*="content"] {
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.button.button-icon .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: 1.2666666667 em;
  line-height: 1em;
}
.button.button-icon-left .icon {
  padding-right: 11px;
}
.button.button-icon-right,
.button.button-icon-right > [class*="content"] {
  flex-direction: row-reverse;
}
.button.button-icon-right .icon {
  padding-left: 11px;
}
.btn-primary {
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: 0.33s;
}
.btn-primary,
.btn-primary:active,
.btn-primary:focus {
  color: #fff;
  background: #0d4561;
  border-color: #0d4561;
}
.btn-primary:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}
.button-load-icon {
  position: relative;
  z-index: 2;
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
.button-load-icon::-moz-focus-inner {
  border: none;
  padding: 0;
}
.button-load-icon {
  color: rgba(8, 47, 76, 0.5);
  font-size: 36px;
  line-height: 1;
  transition: 0.25s;
  cursor: pointer;
}
.button-load-icon:hover {
  color: #0d4561;
}
.button-load-icon.button-load-in-process {
  transition:
    border-color 0.3s,
    background 0.3s;
  animation: 0.33s linear infinite-rotate infinite;
}
.button-load-icon.button-load-loaded {
  display: none;
}
html .page .button.button-load::before {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 1.5em;
  opacity: 0;
  visibility: hidden;
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
}
html .page .button.button-load.button-load-in-process {
  color: rgba(0, 0, 0, 0);
}
html .page .button.button-load.button-load-in-process::before {
  opacity: 1;
  visibility: visible;
  animation: 0.33s linear infinite-rotate-pseudo infinite;
}
html .page .button.button-load.button-load-loaded {
  display: none;
}
@-webkit-keyframes infinite-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes infinite-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes infinite-rotate-pseudo {
  from {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
@keyframes infinite-rotate-pseudo {
  from {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
@media (min-width: 992px) {
  .button-load {
    font-size: 52px;
  }
}
html .page [data-load-trigger] {
  display: none;
}
.button-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 6px;
  border: 1px solid #ebebeb;
}
.button-play,
.button-play:active,
.button-play:focus,
.button-play:hover {
  color: #0d4561;
}
.button-play::before {
  font-size: 20px;
}
.button-play:hover .button-play-shape {
  stroke-dasharray: 600;
  stroke-dashoffset: 0;
}
.button-play-sm {
  width: 60px;
  height: 60px;
}
.button-play-shape {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  fill: none;
  stroke: #0d4561;
  stroke-width: 1px;
  stroke-dasharray: 340;
  stroke-dashoffset: 340;
  transition: 1.3s;
}
* + .button-play {
  margin-top: 30px;
}
.bg-accent .button-play,
.bg-dark-blue .button-play,
.bg-blue .button-play,
.bg-gray-900 .button-play,
.context-dark .button-play {
  border: 1px solid hsla(0, 0%, 100%, 0.5);
}
.bg-accent .button-play,
.bg-dark-blue .button-play,
.bg-blue .button-play,
.bg-gray-900 .button-play,
.context-dark .button-play {
  color: #fff;
}
.bg-accent .button-play-shape,
.bg-dark-blue .button-play-shape,
.bg-blue .button-play-shape,
.bg-gray-900 .button-play-shape,
.context-dark .button-play-shape {
  stroke: #fff;
}
@media (min-width: 576px) {
  .button-image-wrapper {
    justify-content: center;
    padding: 32px;
  }
  .button-image {
    justify-content: space-evenly;
    font-size: 16px;
    margin-top: 32px;
    width: 38vw;
    height: 32vw;
  }
  .button-image img {
    height: 10vw;
    width: 10vw;
  }
  .button-image.small {
    display: none;
  }
  .button-image.large {
    display: flex;
  }
}
@media (min-width: 768px) {
  * + .button.intermediair {
    margin-top: 20px;
    margin-left: 40px;
  }
}
@media (min-width: 992px) {
  .button-image-wrapper {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .button-image {
    justify-content: space-between;
    height: 20vw;
    width: 19vw !important;
    height: 18vw;
    max-width: 260px;
    max-height: 260px;
    padding: 36px;
    font-size: 16px;
    font-weight: 600;
    margin-right: 24px;
    width: 20vw;
  }
  .button-image img {
    max-height: 140px;
    max-width: 140px;
  }
  .button-image:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  * + .button-play {
    margin-top: 50px;
  }
  * + .button.intermediair {
    margin-top: 30px;
  }
  .button-image {
    font-size: 18px;
  }
}
.rd-form {
  position: relative;
  text-align: left;
}
* + .rd-form {
  margin-top: 20px;
}
input:-webkit-autofill ~ label,
input:-webkit-autofill ~ .form-validation {
  color: #000 !important;
}
.form-wrap {
  position: relative;
}
.form-wrap .link-underline {
  margin-left: 10px;
}
.form-wrap.has-error .form-input {
  border-color: #ec4242;
}
.form-wrap.has-focus .form-input {
  border-color: #0d4561;
}
.form-wrap + * {
  margin-top: 20px;
}
.form-input {
  display: block;
  width: 100%;
  min-height: 54px;
  padding: 14px 26px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #9c9c9c;
  background-color: #fff;
  background-image: none;
  border-radius: 35px;
  -webkit-appearance: none;
  transition: 0.3s ease-in-out;
  border: 1px solid #ebebeb;
}
.form-input:focus {
  outline: 0;
}
.context-dark .form-input {
  color: #fff;
  background: rgba(0, 0, 0, 0);
}
.context-dark .form-label {
  color: #fff;
}
textarea.form-input {
  height: 185px;
  min-height: 54px;
  max-height: 315px;
  resize: vertical;
}
.form-label,
.form-label-outside {
  margin-bottom: 0;
  color: #082f4c;
  font-weight: 400;
}
.form-label {
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  pointer-events: none;
  text-align: left;
  z-index: 9;
  transition: 0.25s;
  will-change: transform;
  transform: translateY(-50%);
}
.form-label.focus {
  opacity: 0;
}
.form-label.auto-fill {
  color: #9c9c9c;
}
.form-label-outside {
  width: 100%;
  margin-bottom: 4px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .form-label-outside {
    position: static;
  }
  .form-label-outside,
  .form-label-outside.focus,
  .form-label-outside.auto-fill {
    transform: none;
  }
}
[data-x-mode="true"] .form-label {
  pointer-events: auto;
}
.form-validation {
  position: absolute;
  right: 25px;
  top: 0;
  z-index: 11;
  margin-top: 2px;
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  color: #ec4242;
  transition: 0.3s;
}
.form-validation-left .form-validation {
  top: 100%;
  right: auto;
  left: 0;
}
#form-output-global {
  position: fixed;
  bottom: 30px;
  left: 15px;
  z-index: 2000;
  visibility: hidden;
  transform: translate3d(-500px, 0, 0);
  transition: 0.3s all ease;
}
#form-output-global.active {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 576px) {
  #form-output-global {
    left: 30px;
  }
}
.form-output {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 2px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.form-output.active {
  opacity: 1;
  visibility: visible;
}
.form-output.error {
  color: #ec4242;
}
.form-output.success {
  color: #77d216;
}
.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
  opacity: 0;
}
.radio .radio-custom,
.radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  outline: none;
  cursor: pointer;
}
.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
  pointer-events: none;
  background: #fff;
}
.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after,
.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
  position: absolute;
  opacity: 0;
  transition: 0.22s;
}
.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
  outline: none;
}
.radio input,
.radio-inline input,
.checkbox input,
.checkbox-inline input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
  opacity: 1;
}
.radio,
.radio-inline {
  padding-left: 28px;
}
.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #9c9c9c;
}
.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after {
  content: "";
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #2c343b;
  border-radius: inherit;
}
.checkbox,
.checkbox-inline {
  padding-left: 28px;
}
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
  left: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid #9c9c9c;
}
.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
  content: "";
  font-family: "Material Design Icons";
  position: absolute;
  top: -1px;
  left: -2px;
  font-size: 20px;
  line-height: 18px;
  color: #d7d7d7;
}
.toggle-custom {
  padding-left: 60px;
  -webkit-appearance: none;
}
.toggle-custom:checked ~ .checkbox-custom-dummy::after {
  background: #0d4561;
  transform: translate(20px, -50%);
}
.toggle-custom ~ .checkbox-custom-dummy {
  position: relative;
  display: inline-block;
  margin-top: -1px;
  width: 44px;
  height: 20px;
  background: #fff;
  cursor: pointer;
}
.toggle-custom ~ .checkbox-custom-dummy::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  background: #9c9c9c;
  transform: translate(4px, -50%);
  opacity: 1;
  transition: 0.22s;
}
.form-sm .form-input,
.form-sm .button {
  padding-top: 9px;
  padding-bottom: 9px;
  min-height: 40px;
}
.form-sm .form-validation {
  top: -16px;
}
.form-sm .form-label {
  top: 20px;
}
.form-sm * + .button {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .form-lg .form-input,
  .form-lg .form-label,
  .form-lg .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
  }
  .form-lg .form-input,
  .form-lg .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 23px 40px;
  }
  .form-lg .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 35px;
  }
  .form-lg .form-input,
  .form-lg .form-button,
  .form-lg .button,
  .form-lg .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: 70px;
  }
  .form-lg .form-label {
    top: 35px;
  }
  .form-lg .button {
    padding: 18px 45px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.form-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  text-align: center;
  margin-bottom: -8px;
  margin-left: -20px;
}
.form-inline:empty {
  margin-bottom: 0;
  margin-left: 0;
}
.form-inline > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: 20px;
}
.form-inline > * {
  margin-top: 0;
}
.form-inline .form-wrap {
  flex: 30 0;
  min-width: 220px;
}
.form-inline .form-label {
  display: block;
}
.form-inline .form-button {
  flex-grow: 1;
  min-height: 54px;
}
.form-inline .form-button .button {
  width: 100%;
  font-size: 15px;
  min-height: inherit;
}
@media (min-width: 1200px) {
  .form-inline .form-button {
    min-width: 180px;
  }
}
.form-shadow .form-input,
.form-shadow .button {
  box-shadow: 2.424px 4.373px 10px 0px rgba(100, 129, 173, 0.25);
}
.form-shadow .form-input {
  border-color: #fff;
}
.form-inline-1 {
  position: relative;
  padding-bottom: 13px;
  transition: 0.3s all ease-in-out;
}
.form-inline-1 .form-input,
.form-inline-1 .form-label {
  padding-right: 70px;
}
.form-inline-1 .form-input {
  border: 0;
  box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.1);
}
.form-inline-1 .form-validation {
  right: 70px;
}
.form-inline-1 .form-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  padding: 5px;
  margin: 0;
}
.form-inline-1 .form-button .icon {
  position: absolute;
  font-size: 27px;
  transition: 0.3s all ease-in-out;
}
.ie-10 .form-inline-1 .form-button .icon,
.ie-11 .form-inline-1 .form-button .icon {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.form-inline-1 .form-button-icon-default::before {
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}
.form-inline-1 .form-button-icon-error::before,
.form-inline-1 .form-button-icon-success::before {
  transform: rotate(-45deg) scale(0.23);
  opacity: 0;
  visibility: hidden;
}
.form-inline-1 .form-output {
  position: absolute;
  bottom: 1px;
  left: 0;
  height: 16px;
  font-size: 11px;
  padding-left: 26px;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: 0.3s all ease-in-out;
}
.form-inline-1 .form-output.active {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.form-inline-1 .form-output.success {
  color: #77d216;
}
.form-inline-1 .form-output.error {
  color: #ec4242;
}
.form-inline-1.form-in-process {
  background: #639 !important;
}
.form-inline-1.success .form-button-icon-default::before,
.form-inline-1.error .form-button-icon-default::before {
  transform: rotate(-45deg) scale(0.23);
  opacity: 0;
  visibility: hidden;
}
.form-inline-1.success .form-button {
  background: #77d216;
  border-color: #77d216;
}
.form-inline-1.success .form-button-icon-success::before {
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}
.form-inline-1.error .form-button {
  background: #ec4242;
  border-color: #ec4242;
}
.form-inline-1.error .form-button-icon-error::before {
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .form-inline-1.form-lg .form-button {
    min-width: 70px;
  }
  .form-inline-1.form-lg .form-label,
  .form-inline-1.form-lg .form-input {
    padding-right: 80px;
  }
}
* + .form-lg.form-inline-1 {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  * + .form-lg.form-inline-1 {
    margin-top: 45px;
  }
}
.toggle-modern {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -15px;
}
.toggle-modern > * {
  margin-left: 15px;
}
.toggle-modern.active .toggle-modern-text_default {
  color: #082f4c;
}
.toggle-modern.active .toggle-modern-text_alternate {
  color: #0d4561;
}
.toggle-modern-text {
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #082f4c;
  pointer-events: none;
  transition: 0.22s ease-in-out;
}
.toggle-modern-text_default {
  color: #0d4561;
}
.toggle-modern-switch {
  position: relative;
  height: 32px;
  width: 80px;
  border: 0;
  border-radius: 30px;
  background: #0d4561;
  cursor: pointer;
}
.toggle-modern-switch.active .toggle-modern-switch-element {
  left: 52px;
}
.toggle-modern-switch-element {
  position: absolute;
  left: 6px;
  top: 5px;
  z-index: 1;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 1px 5.955px 8px 0 rgba(75, 81, 91, 0.11);
  transition: 0.22s ease-in-out;
}
.bg-accent .toggle-modern-switch,
.bg-dark-blue .toggle-modern-switch,
.bg-blue .toggle-modern-switch,
.bg-gray-900 .toggle-modern-switch,
.context-dark .toggle-modern-switch {
  background: hsla(0, 0%, 100%, 0.2);
}
.bg-accent .toggle-modern-text_default,
.bg-dark-blue .toggle-modern-text_default,
.bg-blue .toggle-modern-text_default,
.bg-gray-900 .toggle-modern-text_default,
.context-dark .toggle-modern-text_default {
  color: #fff;
}
.bg-accent .toggle-modern-text_alternate,
.bg-dark-blue .toggle-modern-text_alternate,
.bg-blue .toggle-modern-text_alternate,
.bg-gray-900 .toggle-modern-text_alternate,
.context-dark .toggle-modern-text_alternate {
  color: hsla(0, 0%, 100%, 0.7);
}
.bg-accent .toggle-modern.active .toggle-modern-text_default,
.bg-dark-blue .toggle-modern.active .toggle-modern-text_default,
.bg-blue .toggle-modern.active .toggle-modern-text_default,
.bg-gray-900 .toggle-modern.active .toggle-modern-text_default,
.context-dark .toggle-modern.active .toggle-modern-text_default {
  color: hsla(0, 0%, 100%, 0.7);
}
.bg-accent .toggle-modern.active .toggle-modern-text_alternate,
.bg-dark-blue .toggle-modern.active .toggle-modern-text_alternate,
.bg-blue .toggle-modern.active .toggle-modern-text_alternate,
.bg-gray-900 .toggle-modern.active .toggle-modern-text_alternate,
.context-dark .toggle-modern.active .toggle-modern-text_alternate {
  color: #fff;
}
* + .toggle-modern {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .toggle-modern-switch {
    height: 36px;
    width: 85px;
  }
  .toggle-modern-switch.active .toggle-modern-switch-element {
    left: 54px;
  }
  .toggle-modern-switch-element {
    width: 26px;
    height: 26px;
  }
}
@media (min-width: 768px) {
  .toggle-modern-text {
    font-size: 17px;
    line-height: 1.5294117647;
  }
  * + .toggle-modern {
    margin-top: 35px;
  }
}
.post-vacancy {
  position: relative;
  display: block;
  width: 100%;
  padding: 35px 25px 35px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 1px 2px 5px 0 rgba(68, 73, 83, 0.12);
  backface-visibility: hidden;
}
.post-vacancy,
.post-vacancy:active,
.post-vacancy:focus,
.post-vacancy:hover {
  color: #082f4c;
}
.post-vacancy:hover {
  box-shadow: 1px 2px 15px 0px rgba(68, 73, 83, 0.25);
}
.post-vacancy-title {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #082f4c;
}
* + .post-vacancy-meta {
  margin-top: 14px;
}
@media (min-width: 768px) {
  .post-vacancy {
    padding: 35px 9% 45px;
  }
  .post-vacancy-title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .post-vacancy-title {
    font-size: 26px;
  }
  * + .post-vacancy-meta {
    margin-top: 5px;
  }
}
.post-info {
  padding: 25px 15px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(75, 81, 91, 0.12);
  text-align: left;
}
.post-info-header {
  display: flex;
  align-items: flex-start;
}
.post-info-header > * + * {
  margin-left: 10px;
}
.post-info-icon {
  font-size: 20px;
  line-height: 1.4;
  color: #0d4561;
}
* + .post-info-title {
  margin-top: 0;
}
* + .post-info-main {
  margin-top: 14px;
}
@media (max-width: 767.98px) {
  .post-info {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .post-info {
    padding: 40px 30px;
  }
}
@media (min-width: 768px) {
  .post-info {
    padding: 30px 20px;
  }
}
@media (min-width: 1200px) {
  .post-info {
    padding: 45px 15px 25px 40px;
  }
  .post-info-header {
    max-width: 97%;
  }
  * + .post-info-main {
    margin-top: 20px;
  }
}
.post-lina {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.post-lina-icon {
  font-size: 32px;
  line-height: 1;
  color: #0d4561;
}
.post-lina-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #082f4c;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.025em;
}
* + .post-lina-title {
  margin-top: 10px;
}
* + .post-lina-text {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .post-lina-icon {
    font-size: 60px;
  }
  .post-lina-title {
    font-size: 22px;
  }
  .post-lina-text {
    font-size: 17px;
    line-height: 1.5294117647;
  }
  * + .post-lina-title {
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  .post-lina-icon {
    font-size: 68px;
  }
  .post-lina-title {
    font-size: 26px;
  }
  * + .post-lina-title {
    margin-top: 24px;
  }
  * + .post-lina-text {
    margin-top: 20px;
  }
}
.quote-light {
  position: relative;
  display: flex;
  padding: 20px 0;
  text-align: left;
}
.quote-light::before,
.quote-light::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: radial-gradient(circle, rgb(214, 223, 235) 0%, rgba(214, 223, 235, 0) 100%);
}
.quote-light::before {
  top: 0;
}
.quote-light::after {
  bottom: 0;
}
.quote-light > * + * {
  margin-left: 12px;
}
.quote-light.quote-light_borderless {
  padding-top: 0;
  padding-bottom: 0;
}
.quote-light.quote-light_borderless::before,
.quote-light.quote-light_borderless::after {
  display: none;
}
.quote-light_1 {
  max-width: 640px;
}
@media (min-width: 992px) {
  .quote-light_1 {
    margin-right: 35px;
  }
}
.quote-light-mark {
  flex-shrink: 0;
  font-size: 30px;
  line-height: 1;
  color: #0d4561;
}
.quote-light-text {
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: 0.025em;
}
* + .quote-light {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .quote-light-text {
    font-size: 18px;
    font-weight: 300;
  }
}
@media (min-width: 768px) {
  .quote-light {
    padding: 25px 0;
  }
  .quote-light > * + * {
    margin-left: 15px;
  }
  .quote-light-mark {
    font-size: 30px;
  }
  * + .quote-light {
    margin-top: 44px;
  }
}
@media (min-width: 992px) {
  .quote-light {
    padding: 33px 0;
  }
  .quote-light > * + * {
    margin-left: 20px;
  }
  .quote-light-mark {
    font-size: 34px;
  }
  .quote-light-text {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .quote-light-mark {
    font-size: 44px;
  }
  .quote-light-text {
    font-size: 22px;
    line-height: 1.2727272727;
  }
}
.quote-modern-container {
  margin: auto;
  width: 75vw;
}
@media (min-width: 1200px) {
  .quote-modern-container {
    width: 90vw;
  }
}
.quote-modern-blockquote {
  height: 95%;
  margin-bottom: 32px;
}
.quote-modern {
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 16px 0 rgba(75, 81, 91, 0.14);
  margin-bottom: 33px;
  text-align: left;
}
.quote-modern::before,
.quote-modern::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.quote-modern::before {
  bottom: -24px;
  left: 61px;
  border-width: 24px 34px 0 0;
  border-color: #ebebeb rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.quote-modern::after {
  bottom: -22px;
  left: 62px;
  border-width: 22px 32px 0 0;
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
@supports (filter: drop-shadow(0 0 0 #000)) {
  .quote-modern {
    box-shadow: none;
    filter: drop-shadow(0 2px 8px rgba(75, 81, 91, 0.14));
  }
  .quote-modern::before {
    display: none;
  }
}
.quote-modern-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #0d4561;
  padding: 22px 8px 22px 12px;
}
.quote-modern-header,
.quote-modern-main {
  text-align: left;
}
.quote-modern-header {
  text-align: left;
  font-weight: 700;
}
.quote-modern-main {
  margin-bottom: 24px;
}
.quote-modern-info {
  display: flex;
  align-items: flex-start;
  margin-left: -18px;
}
.quote-modern-info > * {
  margin-left: 18px;
}
.quote-modern-info-main {
  flex-grow: 1;
}
.quote-modern-list {
  margin-left: 10px;
}
.quote-modern-list-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  text-align: left;
  margin-bottom: 8px;
  color: #fff;
}
.quote-modern-list-marker {
  height: 1em;
  margin-right: 1em;
  margin-top: 6px;
}
.quote-modern-avatar {
  flex-shrink: 0;
  border-radius: 50%;
  max-width: 55px;
}
.quote-modern-info-main .quote-modern-cite {
  display: block;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
}
.quote-modern-position {
  line-height: 1.3;
  color: #0d4561;
}
.quote-modern-text {
  font-weight: 300;
  letter-spacing: 0.0025em;
}
.quote-modern-text a {
  color: #fcba6e;
}
.quote-modern-text a:hover {
  color: #0d4561;
}
.quote-modern-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -10px;
}
.quote-modern-meta > * {
  margin-left: 10px;
}
.quote-modern-link.icon {
  display: block;
  font-size: 24px;
  line-height: 1;
  opacity: 0.38;
}
.quote-modern-link.icon[class*="facebook"] {
  color: #bebebe;
}
.quote-modern-link.icon[class*="facebook"]:hover {
  color: #6885cf;
}
.quote-modern-time {
  display: block;
  font-weight: 300;
}
* + .quote-modern-position {
  margin-top: 3px;
}
* + .quote-modern-meta {
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .quote-modern {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .quote-modern-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
  .quote-modern-header {
    padding-left: 10px;
    padding-bottom: 20px;
  }
  .quote-modern-avatar {
    max-width: 75px;
  }
  .quote-modern-cite {
    font-size: 22px;
  }
  .quote-modern-text {
    font-size: 17px;
    line-height: 1.5294117647;
  }
  .quote-modern-meta {
    margin-left: -5px;
  }
  .quote-modern-meta > * {
    margin-left: 5px;
  }
  .quote-modern-link.icon {
    position: relative;
    font-size: 40px;
    left: -6px;
  }
  .quote-modern-time {
    font-size: 17px;
  }
  * + .quote-modern-position {
    margin-top: 6px;
  }
  * + .quote-modern-meta {
    margin-top: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .quote-modern-avatar {
    max-width: 60px;
  }
  .quote-modern-text {
    font-size: 16px;
    line-height: 1.5;
  }
  .quote-modern-link.icon {
    font-size: 34px;
  }
  * + .quote-modern-position {
    margin-top: 2px;
  }
}
.quote-modern-cite {
  font-size: 24px;
}
@media (min-width: 1200px) {
  .quote-modern-list {
    min-height: 150px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .quote-modern-wrapper {
    padding-right: 25px;
    padding-left: 20px;
  }
  .quote-modern-header {
    padding-left: 10px;
  }
  .quote-modern-cite {
    font-size: 18px;
  }
}
.quote-classic {
  text-align: center;
}
.quote-classic-avatar {
  width: 100%;
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  box-shadow: 3px 10px 19px 2px rgba(75, 81, 91, 0.26);
}
.quote-classic-text {
  color: #082f4c;
}
.quote-classic-text a {
  color: #fcba6e;
}
.quote-classic-text a:hover {
  color: #0d4561;
}
.quote-classic-cite {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0;
  color: #082f4c;
}
.quote-classic-position {
  line-height: 1.2;
  color: #0d4561;
}
* + .quote-classic-text {
  margin-top: 20px;
}
* + .quote-classic-meta {
  margin-top: 20px;
}
* + .quote-classic-position {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .quote-classic-avatar {
    max-width: 100px;
  }
}
@media (min-width: 992px) {
  .quote-classic-text {
    font-size: 17px;
    line-height: 1.5294117647;
  }
  .quote-classic-cite {
    font-size: 20px;
    line-height: 1.8;
  }
  * + .quote-classic-text {
    margin-top: 26px;
  }
  * + .quote-classic-meta {
    margin-top: 26px;
  }
}
@media (min-width: 1200px) {
  * + .quote-classic-text {
    margin-top: 36px;
  }
  * + .quote-classic-meta {
    margin-top: 36px;
  }
}
.quote-minimal {
  padding: 20px;
  border-radius: 9px;
  background: #fff;
  text-align: left;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
}
.quote-minimal-text {
  font-weight: 300;
  letter-spacing: 0.025em;
  color: #082f4c;
}
.quote-minimal-text a,
.quote-minimal-text a:active,
.quote-minimal-text a:focus {
  color: #fcba6e;
}
.quote-minimal-text a:hover {
  color: #0d4561;
}
.quote-minimal-meta {
  display: flex;
  align-items: center;
}
.quote-minimal-meta > * + * {
  margin-left: 15px;
}
.quote-minimal-avatar {
  display: block;
  max-width: 65px;
  border-radius: 50%;
}
.quote-minimal-cite {
  line-height: 1.2;
}
html .quote-minimal-cite {
  color: #082f4c;
}
.quote-minimal-position {
  line-height: 1.2;
  color: #0d4561;
}
* + .quote-minimal-meta {
  margin-top: 15px;
}
* + .quote-minimal-position {
  margin-top: 4px;
}
@media (min-width: 576px) {
  * + .quote-minimal-meta {
    margin-top: 22px;
  }
}
@media (min-width: 768px) {
  .quote-minimal-meta > * + * {
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .quote-minimal-text {
    font-size: 17px;
    line-height: 1.5294117647;
  }
}
.image-responsive {
  width: 100%;
}
.thumbnail-classy {
  position: relative;
  overflow: hidden;
  display: flex;
  border-radius: 8px;
  box-shadow: 0 12px 20px 0 rgba(75, 81, 91, 0.22);
  background-position: center center;
  background-size: cover;
}
.thumbnail-classy::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 73.6842105263%;
}
.thumbnail-classy-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.thumbnail-classy-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  pointer-events: none;
  background-image: linear-gradient(to top, #1c3758 0%, #647181 100%);
}
.thumbnail-classy-caption {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
}
.thumbnail-classy-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 6px;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
}
.thumbnail-classy-button,
.thumbnail-classy-button:active,
.thumbnail-classy-button:focus,
.thumbnail-classy-button:hover {
  color: #fff;
}
.thumbnail-classy-button::before {
  font-size: 20px;
}
.thumbnail-classy-button:hover .thumbnail-classy-button-shape {
  stroke-dasharray: 600;
  stroke-dashoffset: 0;
}
.thumbnail-classy-button-shape {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dasharray: 340;
  stroke-dashoffset: 340;
  transition: 1.3s;
}
@media (min-width: 768px) {
  .thumbnail-classy {
    box-shadow: 0 25px 54px 0 rgba(75, 81, 91, 0.33);
  }
}
html:not(.tablet):not(.mobile) .thumbnail-classy-image {
  transform: scale3d(1.15, 1.15, 1.15);
  transition: 1s;
}
html:not(.tablet):not(.mobile) .thumbnail-classy:hover .thumbnail-classy-image {
  transform: scale3d(1, 1, 1);
  transition: 1.3s;
}
.thumbnail-preview {
  display: block;
  text-align: center;
}
.thumbnail-preview:hover .thumbnail-preview-media {
  box-shadow: 0 0 10px 2px rgba(75, 81, 91, 0.12);
}
.thumbnail-preview:hover .thumbnail-preview-title {
  color: #0d4561;
}
.thumbnail-preview-media {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(75, 81, 91, 0.08);
  background: #fff;
  transition: 0.33s;
}
.thumbnail-preview-header {
  width: 100%;
}
.thumbnail-preview-image {
  position: relative;
  padding-bottom: 79.2253521127%;
  background-position: center top;
  background-size: cover;
}
.thumbnail-preview-title {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
  text-align: center;
  letter-spacing: 0.01em;
  transition: 0.22s;
}
.thumbnail-preview-title,
.thumbnail-preview-title:active,
.thumbnail-preview-title:focus,
.thumbnail-preview-title:hover {
  color: #151515;
}
* + .thumbnail-preview-title {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  * + .thumbnail-preview-title {
    margin-top: 22px;
  }
}
.thumbnail-modern {
  position: relative;
  display: block;
}
.thumbnail-modern:hover .thumbnail-modern-media {
  box-shadow: 0 2px 15px 2px rgba(75, 81, 91, 0.2);
}
.thumbnail-modern:hover .thumbnail-modern-title {
  color: #0d4561;
}
.thumbnail-modern-sm .thumbnail-modern-media {
  padding-bottom: 59.4594594595%;
}
.thumbnail-modern-media,
.thumbnail-modern-title {
  transition: 0.3s;
}
.thumbnail-modern-media {
  position: relative;
  overflow: hidden;
  padding-bottom: 118.9189189189%;
  background-position: center top;
  background-size: cover;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(75, 81, 91, 0.11);
  transform: scale3d(1, 1, 1);
}
* + .thumbnail-modern-title {
  margin-top: 10px;
}
@media (min-width: 992px) {
  * + .thumbnail-modern-title {
    margin-top: 20px;
  }
}
.breadcrumbs-custom {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.breadcrumbs-custom .big {
  color: hsla(0, 0%, 100%, 0.8);
}
.breadcrumbs-custom-main {
  text-align: left;
  position: relative;
}
.breadcrumbs-custom-main .decor-1 {
  top: 22%;
  bottom: auto;
}
@media (min-width: 1200px) {
  .breadcrumbs-custom-main .decor-1 {
    right: calc(50% + 600px + 134px);
  }
}
.breadcrumbs-custom-main .decor-2 {
  top: auto;
  bottom: 18%;
}
@media (min-width: 768px) {
  .breadcrumbs-custom-main .decor-2 {
    left: calc(50% + 360px - 40px);
  }
}
@media (min-width: 992px) {
  .breadcrumbs-custom-main .decor-2 {
    left: calc(50% + 480px - 40px);
  }
}
@media (min-width: 1200px) {
  .breadcrumbs-custom-main .decor-2 {
    left: calc(50% + 600px - 40px);
  }
}
.breadcrumbs-custom-aside {
  position: relative;
  z-index: 1;
  background: #f4f4f4;
  padding: 16px 10px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.breadcrumbs-custom-path {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  transform: translate3d(0, -5px, 0);
  margin-bottom: -5px;
  margin-left: -17px;
  margin-right: -17px;
}
.breadcrumbs-custom-path > * {
  margin-top: 5px;
  padding-left: 17px;
  padding-right: 17px;
}
.breadcrumbs-custom-path li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.025em;
}
.breadcrumbs-custom-path li::after {
  content: "/";
  position: absolute;
  top: 52%;
  right: -5px;
  display: inline-block;
  font-size: inherit;
  font-style: normal;
  transform: translate3d(0, -50%, 0);
}
.breadcrumbs-custom-path li:last-child:after {
  display: none;
}
.breadcrumbs-custom-path a:hover,
.breadcrumbs-custom-path li.active {
  color: #9c9c9c;
}
.breadcrumbs-custom-path li.active {
  top: 2px;
}
.breadcrumbs-custom-path a {
  display: inline;
  vertical-align: middle;
}
.breadcrumbs-custom-path a,
.breadcrumbs-custom-path a:active,
.breadcrumbs-custom-path a:focus {
  color: #151515;
}
.breadcrumbs-custom-path a:hover {
  color: #0d4561;
}
.breadcrumbs-custom-title {
  font-weight: 900;
  letter-spacing: 0.025em;
  color: #fff;
}
@media (min-width: 1200px) {
  .breadcrumbs-custom-title {
    font-size: 64px;
  }
}
.breadcrumbs-custom-title-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .breadcrumbs-custom-title-wrap {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
@media (min-width: 992px) {
  .breadcrumbs-custom-title-wrap {
    padding-top: 240px;
    padding-bottom: 240px;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs-custom-main * + .big {
    margin-top: 30px;
  }
  .breadcrumbs-custom-main .link-waypoint-icon {
    position: relative;
    margin-top: 0;
    bottom: -33px;
  }
}
@media (min-width: 768px) {
  .breadcrumbs-custom-img-wrap {
    position: relative;
    margin-left: 52px;
  }
  .breadcrumbs-custom-img-wrap:before {
    content: "";
    position: absolute;
    top: -100vh;
    right: 0;
    left: 70px;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    background-color: #fcba6e;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs-custom-img-wrap:before {
    left: 150px;
  }
}
.pagination {
  font-size: 0;
  line-height: 0;
  margin-bottom: -10px;
  margin-left: -10px;
}
.pagination:empty {
  margin-bottom: 0;
  margin-left: 0;
}
.pagination > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 10px;
}
.page-item {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
}
.page-link {
  display: inline-block;
  min-width: 48px;
  padding: 10px 10px;
  border: 2px solid #ebebeb;
  font-size: 14px;
  line-height: 1.7142857143;
  background-color: #fff;
  color: #777;
  transition: all 0.3s ease-in-out;
}
.page-link:hover,
.page-link:focus,
.page-link:active {
  color: #fff;
  background-color: #0d4561;
  border-color: #0d4561;
}
.page-item.active > .page-link,
.page-item.active > .page-link:hover,
.page-item.active > .page-link:focus,
.page-item.active > .page-link:active {
  color: #fff;
  background-color: #0d4561;
  border-color: #0d4561;
}
.page-item.disabled > .page-link,
.page-item.disabled > .page-link:hover,
.page-item.disabled > .page-link:focus,
.page-item.disabled > .page-link:active {
  color: #9c9c9c;
  background-color: #ebebeb;
  border-color: #ebebeb;
}
.page-item-control .icon::before {
  font-family: "FontAwesome";
  font-size: 11px;
  line-height: 24px;
}
.page-item-control:first-child .icon::before {
  content: "";
  margin-left: -1px;
}
.page-item-control:last-child .icon::before {
  content: "";
  margin-right: -1px;
}
.snackbars {
  padding: 9px 16px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: left;
  background-color: #151515;
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  font-size: 14px;
}
.snackbars .icon-xxs {
  font-size: 18px;
}
.snackbars p span:last-child {
  padding-left: 14px;
}
.snackbars-left {
  display: inline-block;
  margin-bottom: 0;
}
.snackbars-right {
  display: inline-block;
  float: right;
  text-transform: uppercase;
}
.snackbars-right:hover {
  text-decoration: underline;
}
@media (min-width: 576px) {
  .snackbars {
    max-width: 540px;
    padding: 12px 15px;
    font-size: 15px;
  }
}
.footer-light .footer-classic {
  border-top: 1px solid #ebebeb;
}
.footer-classic.footer-classic_boxed,
.footer-classic.footer-classic_boxed .footer-classic-aside {
  border-top: 0;
}
.breadcrumbs-custom + .footer-classic,
.bg-gray-100 + .footer-classic {
  border-top: 0;
}
.footer-classic-main {
  padding: 40px 0;
}
.footer-classic-list {
  color: #082f4c;
}
.footer-classic-title {
  font-weight: 600;
}
.footer-classic-aside {
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #ebebeb;
}
.footer-classic-aside .rights {
  color: #9c9c9c;
}
.footer-classic .footer-classic-title + * {
  margin-top: 15px;
}
@media (max-width: 575.98px) {
  .footer-classic-list {
    margin-bottom: -10px;
    margin-left: -15px;
  }
  .footer-classic-list:empty {
    margin-bottom: 0;
    margin-left: 0;
  }
  .footer-classic-list > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 15px;
  }
  .footer-classic-list > li {
    display: inline-block;
    vertical-align: middle;
  }
  .footer-classic-list > li + li {
    margin-top: 0;
  }
}
@media (min-width: 576px) {
  .footer-classic-list > li + li {
    margin-top: 12px;
  }
  .footer-classic-list_2-cols {
    columns: 2;
    break-inside: avoid;
    column-gap: 30px;
  }
  .footer-classic .footer-classic-title + * {
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .footer-classic-main {
    padding: 70px 0 60px;
  }
  .footer-classic-aside {
    padding: 35px 0;
  }
}
@media (min-width: 1200px) {
  .footer-classic .footer-classic-title + * {
    margin-top: 38px;
  }
}
.footer-light {
  padding: 40px 0 30px;
  background: #fff;
}
.footer-light-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-light-main > * + * {
  margin-top: 22px;
}
.footer-light-list > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.footer-light-list > li > a {
  color: #e2fcfe;
}
.footer-light-list > li > a:hover {
  color: #fcba6e;
  text-decoration: underline;
  transition-duration: 50ms;
}
.footer-light-list > li:last-child {
  margin-right: 0;
}
.footer-light-list > li + li {
  margin-top: 0;
}
.footer-light-list.secondary > li > a {
  color: #87a8b8;
}
.footer-light-list.secondary > li > a:hover {
  color: #fcba6e;
}
.footer-light-list-wrapper {
  display: inline-flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .footer-light {
    padding: 75px 0;
  }
  .footer-light-main {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-light-main > * {
    padding: 0 15px;
    flex-grow: 1;
    text-align: center;
  }
  .footer-light-main > *:first-child {
    padding-left: 0;
    text-align: left;
  }
  .footer-light-main > *:last-child {
    padding-right: 0;
    text-align: right;
  }
  .footer-light-main > * + * {
    margin-top: 0;
  }
  .footer-light-list > li {
    margin-right: 24px;
  }
}
@media (min-width: 1200px) {
  .footer-light-main > * {
    max-width: 70%;
  }
}
.footer-bandit {
  background: #082f4c;
}
.footer-bandit .footer-light-main {
  max-width: 1800px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.profile-modern {
  position: relative;
  overflow: hidden;
  display: block;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  text-align: left;
}
.profile-modern .profile-modern-main-title {
  font-style: italic;
}
.profile-modern-figure {
  position: relative;
  flex-grow: 1;
  z-index: 2;
}
.profile-modern-image {
  width: 100%;
  transform-origin: 50% 0;
  transform: scale3d(1, 1, 1);
}
.profile-modern-main {
  position: relative;
  z-index: 1;
  color: #0d4561;
  padding: 20px;
  text-align: center;
}
.profile-modern-main-item {
  width: 100%;
  flex-shrink: 0;
  background: #fff;
}
.profile-modern-main-item * + .list-inline {
  margin-top: 12px;
}
html:not(.tablet):not(.mobile) .profile-modern:hover .profile-modern-toggle {
  transform: rotate(180deg);
}
html:not(.tablet):not(.mobile) .profile-modern:hover .profile-modern-main-item_primary::before {
  opacity: 1;
  visibility: visible;
}
html:not(.tablet):not(.mobile) .profile-modern:hover .profile-modern-main-item_secondary {
  top: 0;
  right: 0;
  transform: translate3d(-100%, 0, 0);
  cursor: default;
}
html:not(.tablet):not(.mobile) .profile-modern-main {
  display: flex;
  padding: 0;
  text-align: left;
}
html:not(.tablet):not(.mobile) .profile-modern-main-item_primary {
  padding: 24px 28px 24px 28px;
  transform: scale3d(0.97, 0.97, 0.97);
}
html:not(.tablet):not(.mobile) .profile-modern-main-item_primary::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
}
html:not(.tablet):not(.mobile) .profile-modern-main-item_secondary {
  position: relative;
  z-index: 2;
  top: -52px;
  right: -52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 55px 25px 47px;
  text-align: center;
  cursor: pointer;
  transform: translate3d(-200%, 100%, 0);
  transition: 0.45s;
  color: #fff;
  background: #0d4561;
}
html:not(.tablet):not(.mobile) .profile-modern-main-item_secondary .profile-modern-main-title {
  color: #fff;
}
html:not(.tablet):not(.mobile) .profile-modern-main-item_secondary a.icon:hover {
  color: #151515;
}
html:not(.tablet):not(.mobile) .profile-modern-main-title {
  display: block;
}
html:not(.tablet):not(.mobile) .profile-modern-toggle {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: #fff;
  font-size: 18px;
  transition: 0.22s;
}
.profile-modern-main-title {
  display: none;
}
.profile-modern-name {
  font-weight: 600;
  color: #0d4561 !important;
}
.profile-modern-toggle {
  display: none;
}
* + .profile-modern-position {
  margin-top: 3px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .profile-modern {
    max-width: 320px;
  }
}
.message {
  position: sticky;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 4rem;
  font-weight: bold;
  background-color: #e2fcfe;
}
.layout-bordered-1-item {
  position: relative;
  padding: 30px 15px;
}
.layout-bordered-1-item::before {
  content: "";
  position: absolute;
  background: radial-gradient(circle, rgb(214, 223, 235) 0%, rgba(214, 223, 235, 0) 100%);
}
@media (max-width: 575.98px) {
  .layout-bordered-1-item:first-child {
    padding-top: 0;
  }
  .layout-bordered-1-item:first-child::before {
    display: none;
  }
  .layout-bordered-1-item:last-child {
    padding-bottom: 0;
  }
  .layout-bordered-1-item::before {
    width: 80%;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
}
@media (min-width: 576px) {
  .layout-bordered-1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .layout-bordered-1-item {
    width: 33.3333333333%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .layout-bordered-1-item::before {
    width: 1px;
    height: 80%;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  .layout-bordered-1-item:nth-child(3n)::before {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .layout-bordered-1-item .counter-classic-title {
    font-size: 16px;
  }
}
.layout-2 {
  padding: 30px 15px;
  margin-left: auto;
  margin-right: auto;
}
.layout-2-inner {
  display: inline-table;
  margin-bottom: -15px;
  margin-left: -15px;
}
.layout-2-inner:empty {
  margin-bottom: 0;
  margin-left: 0;
}
.layout-2-inner > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 15px;
}
.layout-2-inner {
  text-align: center;
}
.layout-2-inner > * {
  display: inline-block;
  vertical-align: middle;
}
.layout-2-group {
  display: inline-table;
  margin-bottom: -15px;
  margin-left: -30px;
}
.layout-2-group:empty {
  margin-bottom: 0;
  margin-left: 0;
}
.layout-2-group > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 30px;
}
.layout-2-group > * {
  display: inline-block;
  vertical-align: middle;
}
.layout-2-group > *,
.layout-2-group .button {
  margin-top: 0;
}
@media (min-width: 768px) {
  .layout-2-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 30px;
  }
}
@media (min-width: 1400px) {
  .layout-2 {
    max-width: 1800px;
  }
  .layout-2-inner {
    padding: 0;
  }
}
.layout-3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: -25px;
}
.layout-3 > * {
  margin-bottom: 25px;
}
.layout-3-item {
  padding: 0 30px;
}
.layout-3-item .link-image-1 {
  max-width: 70px;
}
* + .layout-3 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .layout-3 {
    justify-content: space-between;
  }
  * + .layout-3 {
    margin-top: 45px;
  }
}
@media (min-width: 992px) {
  .layout-3-item {
    padding: 0 30px;
  }
  .layout-3-item .link-image-1 {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  * + .layout-3 {
    margin-top: 55px;
  }
}
.layout-4 {
  position: relative;
}
.layout-4-item-left {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}
* + .layout-4-item-left {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .layout-4 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
  }
  .layout-4-item-left {
    width: 67%;
    margin-left: -12.5%;
    max-width: 100%;
  }
  .layout-4-item-right {
    width: 46%;
  }
  * + .layout-4-item-left {
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  .layout-4 {
    padding: 0;
  }
  .layout-4-item-left {
    width: 60%;
    padding: 40px 0;
    margin-left: -11.3%;
  }
  .layout-4-item-right {
    width: 46%;
  }
}
@media (min-width: 1940px) {
  .layout-4-item-left {
    padding-left: 12%;
  }
}
.layout-5 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -10px;
  margin-left: -20px;
}
.layout-5:empty {
  margin-bottom: 0;
  margin-left: 0;
}
.layout-5 > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 20px;
}
.container.layout-5-outer + .container {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .container.layout-5-outer + .container {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .container.layout-5-outer + .container {
    margin-top: 55px;
  }
}
.logo-title {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
}
.logo-title .logo-title-image {
  height: 60px;
  width: 40px;
  margin-right: 12px;
}
.logo-title .logo-title-header {
  line-height: 60px;
}
.timeline-classic {
  position: relative;
  overflow: hidden;
  text-align: left;
  padding: 25px 0 25px 20px;
}
.timeline-classic-item {
  position: relative;
  padding-left: 29px;
}
.timeline-classic-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  height: 300%;
  border-left: 1px solid #ebebeb;
}
.timeline-classic-item:not(:last-child) .timeline-classic-item-inner {
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.timeline-classic-item-decoration {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.timeline-classic-item-decoration::before,
.timeline-classic-item-decoration::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #0d4561;
}
.timeline-classic-item-decoration::before {
  width: 14px;
  height: 14px;
}
.timeline-classic-item-decoration::after {
  width: 26px;
  height: 26px;
  opacity: 0.3;
}
.ie-10 .timeline-classic-item-decoration::before,
.ie-10 .timeline-classic-item-decoration::after,
.ie-11 .timeline-classic-item-decoration::before,
.ie-11 .timeline-classic-item-decoration::after {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.timeline-classic-title {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #082f4c;
}
.timeline-classic-title span {
  margin-right: 0.25em;
}
.timeline-classic-text {
  color: #151515;
}
.timeline-classic-item-decoration + * {
  margin-top: 0;
}
* + .timeline-classic-text {
  margin-top: 10px;
}
.timeline-classic-item + .timeline-classic-item {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .timeline-classic {
    padding: 35px 0 50px 20px;
  }
  .timeline-classic-item {
    padding-left: 50px;
  }
  .timeline-classic-title {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  * + .timeline-classic-text {
    margin-top: 18px;
  }
}
@media (min-width: 992px) {
  .timeline-classic_1 {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .timeline-classic {
    padding: 100px 0;
  }
  .timeline-classic_1 {
    padding-left: 85px;
  }
  .timeline-classic-item {
    padding-left: 85px;
  }
  .timeline-classic-item:not(:last-child) .timeline-classic-item-inner {
    padding-bottom: 44px;
  }
  .timeline-classic-item-decoration {
    top: 50px;
  }
  .timeline-classic-item-decoration::before {
    width: 18px;
    height: 18px;
  }
  .timeline-classic-item-decoration::after {
    width: 34px;
    height: 34px;
  }
  .timeline-classic-title {
    font-size: 26px;
    line-height: 1.3;
  }
  .timeline-classic-text {
    font-size: 17px;
    line-height: 1.5294117647;
  }
  .timeline-classic-item + .timeline-classic-item .timeline-classic-item-inner {
    margin-top: 44px;
  }
}
@keyframes object-hide {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.1;
  }
  80%,
  100% {
    opacity: 0;
  }
}
@keyframes object-show {
  0% {
    opacity: 0;
    transform: scale3d(0.9, 0.9, 0.9);
  }
  33% {
    opacity: 0.05;
  }
  75% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes opacity-loop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pt-classic {
  position: relative;
  padding: 40px 15px;
  border-radius: 7px;
  box-shadow: 0 0 29px 0 rgba(75, 81, 91, 0.17);
  background: #fff;
}
.pt-classic::before,
.pt-classic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 9px;
  background: #0d4561;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  pointer-events: none;
}
.pt-classic::after {
  z-index: 2;
  opacity: 0;
  transform: scale(-1, 1);
}
.pt-classic > * {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.pt-classic:hover::after {
  animation: 1s 0.1s opacity-loop infinite alternate both ease-in-out;
}
.pt-classic_style-2::before,
.pt-classic_style-2:after {
  background: #151515;
}
.pt-classic_style-3::before,
.pt-classic_style-3:after {
  background: linear-gradient(3deg, rgb(248, 188, 195) 0%, rgb(180, 199, 254) 100%);
}
.pt-classic_preferred {
  z-index: 2;
}
.pt-classic-header {
  max-width: 100%;
}
.pt-classic-header .pt-classic-title {
  position: relative;
  padding: 0 30px;
}
.pt-classic-header .pt-classic-icon {
  position: absolute;
  right: 0;
  top: 15%;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.15s ease-in-out,
    transform 0.6s;
}
.pt-classic-header .pt-classic-price-outer {
  padding: 0 75px;
  transition: 0.22s;
}
.pt-classic-header .badge {
  position: absolute;
  top: 10%;
  margin: 0;
  right: -15px;
  max-width: 100px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease-in-out;
}
@supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
  .pt-classic-header .badge {
    opacity: 1;
    visibility: visible;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
}
.pt-classic-group.active .pt-classic-icon {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
  transition: 0.22s 0.22s ease-in-out;
}
.pt-classic-group.active .pt-classic-icon .icon:nth-child(2) {
  transform: scale(1.85, 1.85);
  opacity: 0;
  visibility: hidden;
  transition: 0.22s 0.22s ease-in-out;
}
.pt-classic-group.active .pt-classic-header .pt-classic-price-outer {
  padding-left: 40px;
}
.pt-classic-group.active .badge {
  opacity: 1;
  visibility: visible;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: 0.22s ease-in-out;
}
.pt-classic-title {
  font-weight: 400;
  color: #0d4561;
}
.pt-classic-icon {
  position: relative;
  width: 30px;
  height: 30px;
  transform: translate(0, 5px);
}
.pt-classic-icon .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 30px;
}
.pt-classic-icon .icon:nth-child(2) {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
}
.pt-classic-price {
  position: relative;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  line-height: 1;
  font-weight: 100;
  color: #082f4c;
  letter-spacing: -0.1em;
}
.pt-classic-price > * {
  letter-spacing: 0.025em;
}
.pt-classic-price-currency,
.pt-classic-price-value {
  display: inline-block;
}
.pt-classic-price-outer {
  position: relative;
}
.pt-classic-price-outer > *:first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pt-classic-price-outer [aria-hidden="false"] {
  animation: 0.22s ease-in object-show forwards;
}
.pt-classic-price-outer [aria-hidden="true"] {
  animation: 0.22s ease-in object-hide forwards;
}
.pt-classic-price-currency {
  position: relative;
  top: -0.2em;
  font-size: 0.4em;
}
.pt-classic-divider {
  height: 1px;
  width: 100%;
  background: radial-gradient(circle, rgb(214, 223, 235) 0%, rgba(214, 223, 235, 0) 100%);
}
.pt-classic-list {
  padding: 0 10px;
  font-weight: 400;
  text-align: left;
}
.pt-classic-list li {
  position: relative;
  padding-left: 30px;
  display: block;
  color: #082f4c;
  line-height: 1.3;
}
.pt-classic-list li::before {
  content: "";
  position: absolute;
  left: 0;
  font-family: "Linearicons";
  color: #0d4561;
  font-size: 1.2em;
  line-height: inherit;
}
.pt-classic-list li[aria-disabled="true"] {
  color: #9c9c9c;
}
.pt-classic-list li[aria-disabled="true"]::before {
  color: #9c9c9c;
}
.pt-classic-list li + li {
  margin-top: 14px;
}
.pt-classic-note {
  color: #082f4c;
  opacity: 0.3;
}
* + .pt-classic-group {
  margin-top: 25px;
}
* + .pt-classic-price-outer {
  margin-top: 15px;
}
* + .pt-classic-divider {
  margin-top: 20px;
}
* + .pt-classic-list {
  margin-top: 20px;
}
* + .pt-classic-footer {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .pt-classic {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) {
  .pt-classic-list {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .pt-classic {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-classic-price {
    font-size: 50px;
  }
  .pt-classic-list li + li {
    margin-top: 17px;
  }
  * + .pt-classic-group {
    margin-top: 30px;
  }
  * + .pt-classic-price-outer {
    margin-top: 25px;
  }
  * + .pt-classic-divider {
    margin-top: 30px;
  }
  * + .pt-classic-list {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .pt-classic-group .row {
    margin-right: 0;
    margin-left: 0;
  }
  .pt-classic-group .row > [class*="col"] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .pt-classic {
    padding: 53px 25px;
  }
  .pt-classic-header .pt-classic-price-outer .badge {
    right: -25px;
  }
  .pt-classic_preferred {
    padding-top: 75px;
    padding-bottom: 30px;
  }
  .pt-classic-price {
    font-size: 75px;
  }
  * + .pt-classic-group {
    margin-top: 45px;
  }
  * + .pt-classic-list {
    margin-top: 35px;
  }
  * + .pt-classic-footer {
    margin-top: 42px;
  }
  * + .pt-classic-note {
    margin-top: 25px;
  }
}
.pt-creative-group {
  display: flex;
  justify-content: space-around;
  padding: 25px 10px 30px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 27px 0 rgba(75, 81, 91, 0.15);
}
.pt-creative {
  width: 200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.pt-creative .pt-creative-features li::after {
  background: radial-gradient(circle, rgb(214, 223, 235) 0%, rgba(214, 223, 235, 0) 100%);
}
.pt-creative-main {
  flex-grow: 1;
  flex-shrink: 0;
  width: calc(100% - 155px);
}
.pt-creative-main .owl-carousel {
  display: flex;
}
.pt-creative-main .owl-stage-outer {
  margin: -10px;
  padding: 10px;
}
.pt-creative-main .owl-stage {
  display: flex;
  align-items: flex-end;
}
.pt-creative-main .owl-item {
  visibility: hidden;
}
.pt-creative-main .owl-item.active {
  visibility: visible;
}
.pt-creative-main .owl-prev,
.pt-creative-main .owl-next {
  top: 16.5%;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
}
.pt-creative-main .owl-prev.disabled,
.pt-creative-main .owl-next.disabled {
  opacity: 0.2;
  pointer-events: none;
  filter: grayscale(100%);
}
.pt-creative-main .owl-prev {
  transform: translate(-35%, 0);
}
.pt-creative-main .owl-next {
  transform: translate(35%, 0);
}
@media (max-width: 575.98px) {
  .pt-creative-main .owl-prev,
  .pt-creative-main .owl-next {
    box-shadow: none;
  }
  .pt-creative-main .button {
    padding: 10px 12px;
  }
}
.pt-creative-aside {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 155px;
}
.pt-creative-aside-title {
  font-weight: 100;
  color: #082f4c;
}
.pt-creative-title {
  font-weight: 600;
}
.pt-creative-price-outer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  color: #082f4c;
}
.pt-creative-price,
.pt-creative-price-caption {
  position: relative;
}
.pt-creative-price > *:first-child,
.pt-creative-price-caption > *:first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pt-creative-price [aria-hidden="false"],
.pt-creative-price-caption [aria-hidden="false"] {
  animation: 0.22s ease-in object-show forwards;
}
.pt-creative-price [aria-hidden="true"],
.pt-creative-price-caption [aria-hidden="true"] {
  animation: 0.22s ease-in object-hide forwards;
}
.pt-creative-price-currency,
.pt-creative-price-small {
  position: relative;
  top: 0.22em;
  font-size: 0.5641025641em;
}
.pt-creative-price-inner {
  white-space: nowrap;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.16em;
}
.pt-creative-price-inner > * {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.025em;
}
.pt-creative-price-text {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #082f4c;
}
.pt-creative-price-value {
  font-weight: 700;
}
.pt-creative-divider {
  height: 1px;
  width: 100%;
  background: radial-gradient(circle, rgb(214, 223, 235) 0%, rgba(214, 223, 235, 0) 100%);
}
.pt-creative-text {
  line-height: 1.2;
}
.pt-creative-features {
  color: #082f4c;
}
.pt-creative-features li {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 22px;
}
.pt-creative-features li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #ebebeb;
}
.pt-creative-features .icon {
  font-size: 18px;
  color: #fcba6e;
}
.pt-creative-features li[aria-disabled="true"] {
  color: #082f4c;
}
.pt-creative-footer {
  position: relative;
  display: flex;
  align-items: center;
}
.pt-creative-footer::after {
  content: "";
  display: block;
  min-height: 60px;
  padding-bottom: 30%;
  visibility: hidden;
  pointer-events: none;
}
.pt-creative-footer::after,
.pt-creative-footer .pt-creative-footer-inner {
  width: 100%;
  flex-shrink: 0;
}
* + .pt-creative-group {
  margin-top: 30px;
}
* + .pt-creative-divider {
  margin-top: 10px;
}
* + .pt-creative-features {
  margin-top: 10px;
}
* + .pt-creative-footer {
  margin-top: 25px;
}
@media (max-width: 399px) {
  .pt-creative-group {
    margin-left: -13px;
    margin-right: -13px;
  }
}
@media (min-width: 400px) {
  .pt-creative-group {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 575.98px) {
  .pt-creative-features {
    font-size: 12px;
  }
  .pt-creative-features .icon {
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  .pt-creative-aside {
    width: 200px;
  }
  .pt-creative-main {
    max-width: calc(100% - 200px);
  }
}
@media (min-width: 768px) {
  .pt-creative-group {
    padding: 60px 20px 60px 30px;
  }
  .pt-creative-price-inner {
    font-size: 39px;
  }
  .pt-creative-price-caption {
    font-size: 17px;
    line-height: 1.5294117647;
  }
  .pt-creative-features li {
    padding: 13px 0 14px;
  }
  * + .pt-creative-price-outer {
    margin-top: 10px;
  }
  * + .pt-creative-text {
    margin-top: 19px;
  }
  * + .pt-creative-features {
    margin-top: 20px;
  }
  * + .pt-creative-footer {
    margin-top: 30px;
  }
  .pt-creative-aside-title + .pt-creative-features {
    margin-top: 45px;
  }
}
@media (min-width: 1200px) {
  * + .pt-creative-group {
    margin-top: 45px;
  }
  .pt-creative-aside-title + .pt-creative-features {
    margin-top: 65px;
  }
}
.pt-modern {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  box-shadow: 0 0 29px 0 rgba(75, 81, 91, 0.17);
  background: #fff;
  text-align: left;
}
.pt-modern .nav-tabs {
  padding: 30px 15px;
  font-size: 15px;
  line-height: 1.5;
}
.pt-modern .nav-item {
  padding: 5px;
  cursor: unset;
}
.pt-modern .nav-link {
  position: relative;
  display: block;
  padding-left: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
  color: #082f4c;
  cursor: pointer;
}
.pt-modern .nav-link > * {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
.pt-modern .nav-link,
.pt-modern .nav-item-indicator {
  transition: 0.22s ease-in-out;
}
.pt-modern .nav-link:hover,
.pt-modern .nav-link.active {
  color: #0d4561;
}
.pt-modern .nav-link:hover .nav-item-indicator,
.pt-modern .nav-link.active .nav-item-indicator {
  border-color: #0d4561;
}
.pt-modern .nav-link.active .nav-item-indicator::after {
  opacity: 1;
  visibility: visible;
  background: #0d4561;
}
.pt-modern .tab-content {
  display: flex;
}
.pt-modern .tab-content > .tab-pane {
  display: flex;
  width: 0;
}
.pt-modern .tab-pane {
  flex-direction: column;
  transition: opacity 0.02s ease-in;
}
.pt-modern .tab-pane > * {
  border-top: 1px solid #ebebeb;
}
.pt-modern .tab-pane.active {
  width: 100%;
  transition: opacity 0.14s ease-in;
}
.pt-modern .badge-primary {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background-color: #0d4561;
  letter-spacing: 0.025em;
}
span.nav-item-indicator {
  position: absolute;
  display: inline-flex;
  left: 0;
  top: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid #ebebeb;
}
span.nav-item-indicator::after {
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  background: #ebebeb;
  border-radius: 50%;
  opacity: 0;
}
.pt-modern-features {
  color: #082f4c;
  margin-bottom: -10px;
}
.pt-modern-features > * {
  margin-bottom: 10px;
}
.pt-modern-features {
  font-size: 14px;
}
.pt-modern-features,
.pt-modern-features .icon {
  transition: 0.22s ease-in-out;
}
.pt-modern-features li {
  position: relative;
  padding-left: 24px;
}
.pt-modern-features .icon {
  position: absolute;
  left: 0;
  top: 0.2em;
  font-family: "Material Design Icons";
  color: #0d4561;
}
.pt-modern-features .icon::before {
  content: "";
}
.pt-modern-features [aria-disabled="true"] .icon {
  color: #082f4c;
}
.pt-modern-features [aria-disabled="true"] .icon::before {
  content: "";
}
.pt-modern-features > li + li {
  margin-top: 0;
}
.pt-modern-price-outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding: 15px;
}
.pt-modern-price {
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  line-height: 1;
  color: #082f4c;
}
.pt-modern-price > * {
  display: inline;
  vertical-align: top;
  line-height: 1;
  letter-spacing: 0;
}
.pt-modern-price > * + * {
  margin-left: 0.1em;
}
.pt-modern-price-value {
  font-weight: 100;
}
.pt-modern-price-currency,
.pt-modern-price-small {
  position: relative;
  top: 0.15em;
  font-weight: 400;
}
.pt-modern-price-currency {
  font-size: 0.5666666667em;
}
.pt-modern-price-small {
  font-size: 0.5em;
}
.pt-modern-price-caption {
  color: #082f4c;
}
.pt-modern-element .link {
  display: flex;
  justify-content: center;
  padding: 20px 15px;
  text-align: center;
}
.pt-modern-element .link:hover {
  color: #2c343b;
  background: rgba(248, 248, 248, 0.66);
}
.nav-link:not(.active) + .pt-modern-features,
.nav-link:not(.active) + .pt-modern-features .icon {
  color: #082f4c;
}
* + .pt-modern {
  margin-top: 35px;
}
* + .pt-modern-features {
  margin-top: 15px;
}
* + .pt-modern-price-caption {
  margin-top: 4px;
}
@media (max-width: 767.98px) {
  .pt-modern .nav-tabs-outer {
    position: relative;
  }
  .pt-modern .nav-tabs-outer::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    pointer-events: none;
  }
  .pt-modern .nav-tabs {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 20px;
  }
  .pt-modern .nav-item {
    flex-shrink: 0;
    min-width: 200px;
    padding-right: 25px;
  }
  .pt-modern-price-outer {
    flex-direction: row;
  }
  * + .pt-modern-price-caption {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media (max-width: 767.98px) and (min-width: 410px) {
  .pt-modern .tab-pane {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .pt-modern-price-outer {
    width: 50%;
    flex-direction: column;
  }
  .pt-modern-price-outer + .pt-modern-price-outer {
    border-left: 1px solid #ebebeb;
  }
  .pt-modern-element {
    width: 100%;
  }
  * + .pt-modern-price-caption {
    margin-top: 5px;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .pt-modern {
    display: flex;
  }
  .pt-modern .nav-tabs-outer {
    width: 100%;
    flex-grow: 1;
  }
  .pt-modern .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 20px 50px 20px;
    margin-bottom: -20px;
  }
  .pt-modern .nav-tabs > * {
    margin-bottom: 20px;
  }
  .pt-modern .nav-item {
    width: 50%;
  }
  .pt-modern .nav-link {
    padding-left: 36px;
    font-size: 18px;
  }
  .pt-modern .tab-content {
    display: flex;
    width: 23.5%;
    border-left: 1px solid #ebebeb;
  }
  .pt-modern .tab-pane > * + * {
    margin-top: 0;
    border-top: 1px solid #ebebeb;
  }
  span.nav-item-indicator {
    width: 26px;
    height: 26px;
  }
  .pt-modern-price-currency {
    font-size: 0.3666666667em;
  }
  .pt-modern-price-small {
    font-size: 0.3333333333em;
  }
  .pt-modern-price-caption {
    font-size: 17px;
    line-height: 1.5294117647;
  }
  .pt-modern-element .link {
    padding: 30px 20px;
  }
  * + pt-modern-price-caption {
    margin-top: 12px;
  }
}
@media (min-width: 992px) {
  .pt-modern .nav-tabs {
    padding: 43px 20px 75px 28px;
  }
  .pt-modern .nav-item {
    padding: 15px;
  }
  .pt-modern .nav-link {
    padding-left: 40px;
    font-size: 22px;
  }
  span.nav-item-indicator {
    top: 5px;
  }
  .pt-modern-features {
    font-size: 15px;
  }
  .pt-modern-price {
    font-size: 60px;
  }
  .pt-modern-price-currency,
  .pt-modern-price-small {
    top: 0.45em;
  }
  .pt-modern-element .link {
    padding: 35px 20px;
  }
}
@media (min-width: 1200px) {
  .pt-modern .nav-tabs {
    margin-bottom: -30px;
  }
  .pt-modern .nav-tabs > * {
    margin-bottom: 30px;
  }
  .pt-modern .tab-content {
    width: 17.5%;
  }
  .pt-modern-features {
    columns: 2;
    break-inside: avoid;
    column-gap: 10px;
  }
  .pt-modern-features > * {
    display: inline-block;
    width: 100%;
  }
  * + .pt-modern {
    margin-top: 55px;
  }
  * + .pt-modern-features {
    margin-top: 27px;
  }
}
.phone-frame-1 {
  position: relative;
  overflow: hidden;
}
.phone-frame-1_mod-1 {
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .phone-frame-1_mod-1 {
    display: block;
    margin: -50px -100px -80px -120px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .phone-frame-1_mod-1 {
    transform: rotate(-20deg);
  }
}
@media (min-width: 992px) {
  .phone-frame-1_mod-1 {
    margin: 0 -40px -80px -80px;
  }
}
@media (min-width: 1200px) {
  .phone-frame-1_mod-1 {
    top: -4px;
    left: -53px;
    margin: 0 -80px -70px 0;
  }
}
.test {
  width: min-content;
}
.phone-frame-2 {
  position: relative;
  max-width: 500px;
  pointer-events: none;
}
.phone-frame-2::before {
  content: "";
  position: absolute;
  top: 1%;
  right: 1%;
  bottom: 1%;
  left: 1%;
  z-index: -10;
  box-shadow: -21px 10px 32px 0px rgba(75, 81, 91, 0.11);
  border-radius: 10%;
}
.phone-frame-2-outer {
  position: relative;
  z-index: 1;
  width: 100%;
}
.phone-frame-2-inner {
  position: absolute;
  left: 6%;
  top: 2%;
  bottom: 3%;
  right: 6%;
  z-index: 0;
  background-position: center center;
  background-size: cover;
  border-radius: 15px;
  pointer-events: auto;
}
.slick-slider-phone-frame-2 {
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  transform: translate3d(10%, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  pointer-events: none;
}
.slick-slider-phone-frame-2,
.slick-slider-phone-frame-2 * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slick-slider-phone-frame-2 .slick-list {
  padding: 70px;
  margin: -70px;
  user-select: none;
}
.slick-slider-phone-frame-2 .slick-track {
  display: flex;
  align-items: center;
}
.slick-slider-phone-frame-2 .slick-slide {
  float: none;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.slick-slider-phone-frame-2 .slick-slide:not(.slick-current) .tooltip-point::before,
.slick-slider-phone-frame-2 .slick-slide:not(.slick-current) .tooltip-point::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: none;
}
.slick-slider-phone-frame-2 .slick-active {
  opacity: 0.55;
  visibility: visible;
  transition: 0.05s ease;
  cursor: pointer;
}
.slick-slider-phone-frame-2 .slick-current {
  opacity: 1;
  z-index: 2;
  transition: 0.22s ease;
  cursor: default;
}
.slick-slider-phone-frame-2 .slick-current .phone-frame-2 {
  transition: 0.44s ease;
  transform: scale3d(1.14, 1.14, 1.14);
}
.slick-slider-phone-frame-2 .slick-current .tooltip-point {
  pointer-events: auto;
}
.slick-slider-phone-frame-2 .slick-active + .slick-active {
  transform: translate3d(-47%, 0, 0);
}
.slick-slider-phone-frame-2 .phone-frame-2 {
  pointer-events: auto;
  transition: 0.22s ease;
}
@media (min-width: 768px) {
  .slick-slider-phone-frame-2 {
    max-width: 460px;
  }
}
@media (min-width: 992px) {
  .slick-slider-phone-frame-2 {
    margin: 0;
    transform: translate3d(0, 0, 0);
  }
}
.slick-slider-phone-frame-2.slick-style-1 {
  position: relative;
  padding: 35px 0 20px;
}
@media (min-width: 768px) {
  .slick-slider-phone-frame-2.slick-style-1 {
    padding: 35px 20px 0 0;
    width: auto;
    right: 30px;
    margin-right: -90px;
  }
}
@media (min-width: 992px) {
  .slick-slider-phone-frame-2.slick-style-1 {
    right: -30px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .slick-slider-phone-frame-2.slick-style-1 {
    right: -40px;
  }
}
.phone-frame-3 {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  max-width: 238px;
}
.phone-frame-3::before {
  content: "";
  background: #fff;
}
.phone-frame-3-outer {
  display: block;
  width: 100%;
}
.phone-frame-3::before,
.phone-frame-3-inner {
  position: absolute;
  top: 2.5%;
  right: 5.2%;
  bottom: 4%;
  left: 5.5%;
  z-index: 1;
  border-radius: 15px;
  background-position: center center;
  background-size: cover;
}
.iphone-frame-4 {
  position: relative;
  max-width: 320px;
  min-width: 200px;
  flex-shrink: 0;
}
.iphone-frame-4 .owl-carousel {
  position: absolute;
  overflow: hidden;
  top: 4%;
  left: 19.7%;
  right: 6%;
  bottom: 9%;
  width: auto;
  border-radius: 10px;
  background: #fff;
}
.iphone-frame-4 .owl-carousel .owl-stage-outer,
.iphone-frame-4 .owl-carousel .owl-stage-outer * {
  height: 100%;
}
.iphone-frame-4 .owl-carousel .owl-stage {
  display: flex;
}
.iphone-frame-4 .owl-carousel .item {
  display: flex;
  background-position: center top;
  background-size: cover;
}
.iphone-frame-4-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}
.iphone-frame-4-group,
.iphone-frame-4-group * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.iphone-frame-4-group > * {
  pointer-events: auto;
}
.iphone-frame-4-group > * + * {
  margin-top: 10px;
  margin-left: -15px;
}
.iphone-frame-4-outer {
  position: relative;
  max-width: 405px;
}
.iphone-frame-4-inner {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.iphone-frame-4-next {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.25s;
}
.iphone-frame-4-next > * + * {
  margin-top: -4px;
  margin-left: 12px;
}
h5.iphone-frame-4-next-text {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .iphone-frame-4-next .icon {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .iphone-frame-4-group {
    flex-direction: row;
    align-items: flex-start;
  }
  .iphone-frame-4-group > * + * {
    margin-left: 25px;
    margin-top: 30px;
  }
  .iphone-frame-4-next {
    transform-origin: 0 50%;
    transform: rotate(90deg);
  }
  .iphone-frame-4-next .icon {
    color: #082f4c;
    transform: rotate(90deg);
  }
  .iphone-frame-4-next:hover .icon {
    color: #0d4561;
  }
  h5.iphone-frame-4-next-text {
    color: #082f4c;
  }
}
@media (min-width: 992px) {
  .iphone-frame-4-group > * + * {
    margin-left: 35px;
    margin-top: 70px;
  }
}
@media (min-width: 1400px) {
  .iphone-frame-4 {
    max-width: 405px;
  }
}
.safari-frame-1 {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 9% 20px 0;
}
.safari-frame-1-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgb(7.1887147335, 64.4107789022, 90.8112852665) 0%, rgb(35.2024294671, 91.9672224311, 160.7975705329) 100%);
}
.safari-frame-1-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/dot-pattern.png) repeat;
  opacity: 0.22;
}
.safari-frame-1-outer {
  position: relative;
  z-index: 2;
  max-width: 891px;
  border-radius: 3px 3px 0 0;
}
.safari-frame-1-outer::before {
  content: "";
  position: absolute;
  bottom: -1.8%;
  width: 138%;
  left: -33%;
  height: 15%;
  background: url(../images/safari-frame-1-1236x81.png) no-repeat;
  background-size: cover;
  pointer-events: none;
}
.safari-frame-1-header {
  display: block;
  width: 100%;
}
.safari-frame-1-inner {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding-bottom: 55.2188552189%;
}
@media (max-width: 575.98px) {
  .safari-frame-1-outer {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .safari-frame-1 {
    padding: 8.5% 0 0 10%;
    margin-bottom: 8%;
  }
  .safari-frame-1-bg {
    bottom: 17%;
  }
  .safari-frame-1-bg::before {
    top: 1%;
    left: 1%;
    bottom: 1.5%;
    right: 10%;
  }
  .safari-frame-1-outer {
    margin-right: -260px;
  }
  .safari-frame-1-header {
    border-radius: 8px 8px 0 0;
  }
  .safari-frame-1-inner {
    border-radius: 0 0 8px 8px;
  }
}
@media (min-width: 1200px) {
  .safari-frame-1-bg::before {
    right: 19%;
  }
}
@media (min-width: 1400px) {
  .safari-frame-1-outer {
    margin-right: -4%;
  }
}
.safari-frame-2 {
  position: relative;
  overflow: hidden;
  z-index: 0;
  max-width: 100%;
  width: 610px;
  border-radius: 4px;
  box-shadow: -3px 12px 24px 0px rgba(75, 81, 91, 0.11);
}
.safari-frame-2-header {
  display: block;
  width: 100%;
}
.safari-frame-2-inner {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding-bottom: 64.262295082%;
}
@media (min-width: 768px) {
  .safari-frame-2 {
    border-radius: 8px;
  }
}
@media (min-width: 992px) {
  .safari-frame-2-right {
    margin-left: 20px;
  }
  .safari-frame-2-left {
    margin-right: 20px;
  }
}
.mac-frame-1 {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  max-width: 1100px;
}
.mac-frame-1::before {
  content: "";
  background: #fff;
}
.mac-frame-1-outer {
  display: block;
  width: 100%;
}
.mac-frame-1::before,
.mac-frame-1-inner {
  position: absolute;
  top: 6.4%;
  right: 13.5%;
  bottom: 12%;
  left: 13.8%;
  z-index: 1;
  background-position: center center;
  background-size: cover;
}
.mac-frame-1-inner {
  max-width: 797px;
  max-height: 503px;
}
.mac-frame-1-inner::before {
  content: "";
  display: block;
  padding-bottom: 63.1116687578%;
}
.frame-group-1 {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.frame-group-1 .mac-frame-1 + .phone-frame-3 {
  margin-left: -33.5%;
  margin-bottom: -1.6%;
}
.frame-group-1 .phone-frame-3 {
  max-width: 20.5%;
}
.frame-group-2 {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.frame-group-2 .phone-frame-3 + .mac-frame-1 {
  margin-left: -25%;
  margin-bottom: -6.5%;
}
.frame-group-2 .phone-frame-3 {
  position: relative;
  z-index: 2;
  max-width: 22%;
}
@media (min-width: 1400px) {
  .frame-group-2 {
    position: relative;
    right: -75px;
  }
}
.laptop-frame-1 {
  position: relative;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.laptop-frame-1::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -6.09%;
  left: -47.53%;
  right: -49.38%;
  bottom: -18.82%;
  background: url(../images/shadow-1.png);
  background-size: cover;
  background-position: center center;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .laptop-frame-1 {
    margin-right: -80px;
    margin-left: -30px;
  }
}
@media (min-width: 992px) {
  .laptop-frame-1 {
    right: -20px;
  }
}
.laptop-frame-2 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}
@media (min-width: 992px) {
  .laptop-frame-2 {
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .laptop-frame-2 {
    height: 400px;
  }
}
.subheader {
  align-items: center;
}
.subheader .subheader-text {
  padding: 12px 36px;
}
.subheader h2 {
  font-weight: 500;
}
.subheader p {
  font-size: 16px;
}
.subheader .subheader-image {
  display: none;
  width: 100%;
  max-height: 200px;
  justify-content: center;
}
.subheader .subheader-image.award {
  width: auto;
  max-height: none;
}
@media (min-width: 768px) {
  .subheader .subheader-image {
    display: inline-flex;
  }
}
.registrationmark {
  font-family: sans-serif;
  vertical-align: 0.2em;
  font-size: min(85%, 1.2rem);
}
.registrationmark.higher {
  vertical-align: 1.1em;
}
.page {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
.page-header-1 {
  position: relative;
  overflow: hidden;
}
.page-header-1 .rd-navbar-modern.rd-navbar-static {
  z-index: 1080;
}
.page-header-1 .rd-navbar-modern.rd-navbar-static .rd-navbar-element::after {
  opacity: 1;
  visibility: visible;
  transition: 0.22s;
}
.page-header-1 .rd-navbar-modern.rd-navbar-static:not(.rd-navbar--is-stuck) .rd-navbar-element::after {
  opacity: 0;
  visibility: hidden;
}
.page-header-2 {
  position: relative;
  z-index: 100;
}
.page-header-2 .rd-navbar-modern.rd-navbar-static {
  background-color: rgba(0, 0, 0, 0);
}
.page-header-2 .rd-navbar-modern.rd-navbar-static::after {
  bottom: 0;
}
.page-header-2 .rd-navbar-modern.rd-navbar-static .rd-navbar-element::after {
  display: none;
}
.page-header-2 .rd-navbar-modern.rd-navbar-static .rd-navbar-nav {
  text-align: center;
}
.page-header-2 .rd-navbar-modern.rd-navbar-static .rd-nav-link {
  color: #fff;
}
.page-header-2 .rd-navbar-modern.rd-navbar-static .rd-nav-link:hover {
  color: #151515;
}
.page-header-2 .rd-navbar-modern.rd-navbar-static .rd-nav-item.focus .rd-nav-link,
.page-header-2 .rd-navbar-modern.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle,
.page-header-2 .rd-navbar-modern.rd-navbar-static .rd-nav-item.active .rd-nav-link,
.page-header-2 .rd-navbar-modern.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle,
.page-header-2 .rd-navbar-modern.rd-navbar-static .rd-nav-item.opened .rd-nav-link,
.page-header-2 .rd-navbar-modern.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {
  color: #151515;
}
.page-header-2 .rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck {
  background: #2c343b;
  border-bottom-color: #151515;
}
.page-header-2 .rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck::after {
  border-bottom-color: #151515;
}
.page-header-2 .rd-navbar-modern.rd-navbar-fixed .rd-navbar-panel {
  background: #2c343b;
  border-bottom-color: #000;
}
.page-header-2 .rd-navbar-modern.rd-navbar-fixed .rd-navbar-element {
  background-color: rgba(0, 0, 0, 0);
}
.page-header-2 .rd-navbar-modern.rd-navbar-fixed .rd-navbar-aside-open-toggle {
  opacity: 0.7;
}
.page-header-2-inner {
  padding: 40px 0;
}
.page-header-2-inner-aside {
  padding: 20px 0 0;
}
.page-header-2-inner-aside + h4,
.page-header-2-inner-aside + .heading-4 {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .page-header-2-inner {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .page-header-2-inner {
    padding-bottom: 60px;
  }
  .page-header-2-inner-aside + h4,
  .page-header-2-inner-aside + .heading-4 {
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  .page-header-2-inner {
    padding: 40px 0 100px;
  }
}
.page-header-3 {
  position: relative;
  z-index: 1080;
}
.page-header-3.title-page {
  height: 100vh;
}
.page-header-3 .rd-navbar-wrap {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
}
.page-header-3 .rd-navbar-classic.rd-navbar-static .rd-navbar-panel {
  position: relative;
  z-index: 2;
  overflow: hidden;
  justify-content: center;
  border: 0;
}
.page-header-3 .rd-navbar-classic.rd-navbar-static .rd-navbar-panel > * {
  position: relative;
  z-index: 1;
}
.page-header-3 .rd-navbar-classic.rd-navbar-static .brand-logo-dark {
  display: block;
}
.page-header-3 .rd-navbar-classic.rd-navbar-static .brand-logo-light {
  display: none;
}
.page-header-3 .rd-navbar-classic.rd-navbar-static .rd-navbar-slogan {
  position: relative;
  z-index: 1;
  width: 630px;
  margin-left: -190px;
  color: #151515;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.05em;
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1920px) {
  .page-header-3 .rd-navbar-classic.rd-navbar-static .rd-navbar-slogan {
    width: 630px;
  }
}
.page-header-3 .rd-navbar-classic.rd-navbar-static p.rd-navbar-slogan {
  padding-left: 195px;
}
.page-header-3 .rd-navbar-classic.rd-navbar-static .rd-navbar-link-1:not(:hover) {
  background-color: rgba(0, 0, 0, 0);
}
.page-header-3 .rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-slogan {
  visibility: visible !important;
}
.rd-navbar-static-linked .page-header-3 .box-custom-4-aside-decoration {
  top: -100px;
}
.text-italic {
  font-style: italic;
}
.text-normal {
  font-style: normal;
}
.text-underline {
  text-decoration: underline;
}
.text-strike {
  text-decoration: line-through;
}
.font-weight-thin {
  font-weight: 100;
}
.font-weight-regular {
  font-weight: 400;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-sbold {
  font-weight: 600;
}
.font-weight-extra-black {
  font-weight: 800;
}
.font-weight-ubold {
  font-weight: 900;
}
.ls-001 {
  letter-spacing: 0.01em;
}
.text-default {
  color: #082f4c;
}
.text-primary {
  color: #082f4c;
}
.text-secondary {
  color: #fcba6e;
}
.text-color-1 {
  color: #082f4c;
}
.text-color-2 {
  color: #fcba6e;
}
.text-color-3 {
  color: #156089;
}
.text-color-4 {
  color: #e2fcfe !important;
}
.text-color-6 {
  color: #87a8b8;
}
.text-color-7 {
  color: #f5f5f5;
}
a.text-primary:hover {
  color: #fcba6e;
}
.text-gray-900 {
  color: #151515;
}
.bg-accent .text-primary,
.bg-dark-blue .text-primary,
.bg-blue .text-primary,
.bg-gray-900 .text-primary,
.context-dark .text-primary {
  color: #fcba6e;
}
.bg-image-blue .text-primary {
  color: #fff;
}
* + p {
  margin-top: 15px;
}
* + h2,
* + .heading-2 {
  margin-top: 13px;
}
* + h4,
* + .heading-4 {
  margin-top: 7px;
}
h2 + p,
.heading-2 + p {
  margin-top: 12px;
}
h4 + p,
.heading-4 + p {
  margin-top: 10px;
}
p + h2,
p + .heading-2 {
  margin-top: 15px;
}
p + p {
  margin-top: 12px;
}
img + p {
  margin-top: 15px;
}
p + hr {
  margin-top: 20px;
}
h3 + img {
  margin-top: 42px;
}
* + .row {
  margin-top: 30px;
}
* + .big {
  margin-top: 20px;
}
* + .text-block {
  margin-top: 30px;
}
* + .button {
  margin-top: 30px;
}
* + .list-md {
  margin-top: 20px;
}
* + .hr.container {
  margin-top: 0;
}
.brand + p {
  margin-top: 14px;
}
p + .button {
  margin-top: 20px;
}
.big + hr {
  margin-top: 10px;
}
.row + h3,
.row + .heading-3 {
  margin-top: 80px;
}
.badge + h3,
.badge + .heading-3 {
  margin-top: 10px;
}
h3 + .rd-form,
.heading-3 + .rd-form {
  margin-top: 25px;
}
h3 + .big,
.heading-3 + .big {
  margin-top: 15px;
}
h4 + .big,
.heading-4 + .big {
  margin-top: 10px;
}
h3 + p,
.heading-3 + p {
  margin-top: 17px;
}
h2 + h4,
h2 + .heading-4,
.heading-2 + h4,
.heading-2 + .heading-4 {
  margin-top: 12px;
}
h2 + h5,
h2 + .heading-5,
.heading-2 + h5,
.heading-2 + .heading-5 {
  margin-top: 12px;
}
h3 + h4,
h3 + .heading-4,
.heading-3 + h4,
.heading-3 + .heading-4 {
  margin-top: 12px;
}
h4 + h3,
h4 + .heading-3,
.heading-4 + h3,
.heading-4 + .heading-3 {
  margin-top: 10px;
}
h3 + .owl-carousel,
h3 + .owl-carousel {
  margin-top: 30px;
}
.container + .container {
  margin-top: 50px;
}
.row + .row {
  margin-top: 35px;
}
.big + .row {
  margin-top: 30px;
}
.text-extra-large + h3,
.text-extra-large + .heading-3 {
  margin-top: 15px;
}
.big + .quote-light {
  margin-top: 25px;
}
.big + .list-marked {
  margin-top: 25px;
}
.heading-alternate-1 + .big {
  margin-top: 10px;
}
* + .ot0 {
  margin-top: 0;
}
* + .offset-top-1 {
  margin-top: 35px;
}
* + .offset-top-2 {
  margin-top: 40px;
}
* + .offset-top-4 {
  margin-top: 28px;
}
* + .offset-top-6 {
  margin-top: 28px;
}
.page * + .offset-top-3 {
  margin-top: 18px;
}
.page * + .offset-top-5 {
  margin-top: 18px;
}
html .page * + .ot30 {
  margin-top: 30px;
}
html .page * + .ot50 {
  margin-top: 50px;
}
@media (min-width: 768px) {
  p + hr {
    margin-top: 30px;
  }
  * + .row {
    margin-top: 40px;
  }
  * + .button {
    margin-top: 35px;
  }
  * + .list-md {
    margin-top: 30px;
  }
  .container + .container {
    margin-top: 50px;
  }
  .big + .row {
    margin-top: 40px;
  }
  .big + .group {
    margin-top: 30px;
  }
  .text-extra-large + h3,
  .text-extra-large + .heading-3 {
    margin-top: 5px;
  }
  h3 + .owl-carousel,
  h3 + .owl-carousel {
    margin-top: 50px;
  }
  h2 + h4,
  h2 + .heading-4,
  .heading-2 + h4,
  .heading-2 + .heading-4 {
    margin-top: 20px;
  }
  h3 + h4,
  h3 + .heading-4,
  .heading-3 + h4,
  .heading-3 + .heading-4 {
    margin-top: 16px;
  }
  h4 + h3,
  h4 + .heading-3,
  .heading-4 + h3,
  .heading-4 + .heading-3 {
    margin-top: 16px;
  }
  * + .offset-top-1 {
    margin-top: 55px;
  }
  * + .offset-top-2 {
    margin-top: 45px;
  }
  * + .offset-top-6 {
    margin-top: 45px;
  }
  .page * + .offset-top-3 {
    margin-top: 25px;
  }
  .page * + .offset-top-5 {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .badge + h3,
  .badge + .heading-3 {
    margin-top: 15px;
  }
  .big + .list-marked {
    margin-top: 30px;
  }
  .container + .container {
    margin-top: 65px;
  }
}
@media (min-width: 1200px) {
  * + .row {
    margin-top: 55px;
  }
  * + .rd-form {
    margin-top: 30px;
  }
  .brand + p {
    margin-top: 22px;
  }
  p + .button {
    margin-top: 30px;
  }
  .big + .quote-light {
    margin-top: 35px;
  }
  .container + .container {
    margin-top: 85px;
  }
  .row + .row {
    margin-top: 60px;
  }
  h3 + .rd-form,
  .heading-3 + .rd-form {
    margin-top: 45px;
  }
  h2 + p,
  .heading-2 + p {
    margin-top: 30px;
  }
  h3 + p,
  .heading-3 + p {
    margin-top: 30px;
  }
  h2 + h4,
  h2 + .heading-4,
  .heading-2 + h4,
  .heading-2 + .heading-4 {
    margin-top: 30px;
  }
  * + .offset-top-1 {
    margin-top: 70px;
  }
  * + .offset-top-2 {
    margin-top: 60px;
  }
}
@media (min-width: 1400px) {
  h3 + .rd-form,
  .heading-3 + .rd-form {
    margin-top: 60px;
  }
  .big + .group {
    margin-top: 50px;
  }
}
.row-0 {
  margin-bottom: 0px;
}
.row-0:empty {
  margin-bottom: 0;
}
.row-0 > * {
  margin-bottom: 0px;
}
.row-10 {
  margin-bottom: -10px;
}
.row-10:empty {
  margin-bottom: 0;
}
.row-10 > * {
  margin-bottom: 10px;
}
.row-20 {
  margin-bottom: -20px;
}
.row-20:empty {
  margin-bottom: 0;
}
.row-20 > * {
  margin-bottom: 20px;
}
.row-30 {
  margin-bottom: -30px;
}
.row-30:empty {
  margin-bottom: 0;
}
.row-30 > * {
  margin-bottom: 30px;
}
.row-50 {
  margin-bottom: -50px;
}
.row-50:empty {
  margin-bottom: 0;
}
.row-50 > * {
  margin-bottom: 50px;
}
@media (min-width: 576px) {
  .row-sm-35 {
    margin-bottom: -35px;
  }
  .row-sm-35:empty {
    margin-bottom: 0;
  }
  .row-sm-35 > * {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .row-md-30 {
    margin-bottom: -30px;
  }
  .row-md-30:empty {
    margin-bottom: 0;
  }
  .row-md-30 > * {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .row-md-50 {
    margin-bottom: -50px;
  }
  .row-md-50:empty {
    margin-bottom: 0;
  }
  .row-md-50 > * {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .row-lg-50 {
    margin-bottom: -50px;
  }
  .row-lg-50:empty {
    margin-bottom: 0;
  }
  .row-lg-50 > * {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .row-xl-40 {
    margin-bottom: -40px;
  }
  .row-xl-40:empty {
    margin-bottom: 0;
  }
  .row-xl-40 > * {
    margin-bottom: 40px;
  }
  .row-xl-70 {
    margin-bottom: -70px;
  }
  .row-xl-70:empty {
    margin-bottom: 0;
  }
  .row-xl-70 > * {
    margin-bottom: 70px;
  }
  .row-xl-60 {
    margin-bottom: -60px;
  }
  .row-xl-60:empty {
    margin-bottom: 0;
  }
  .row-xl-60 > * {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .inset-1 {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .inset-1 {
    padding-left: 45px;
  }
}
.section-xs {
  padding: 25px 0;
}
.section-sm,
.section-md,
.section-lg,
.section-xl {
  padding: 50px 0;
}
.section-1 {
  padding: 15px 0 30px;
}
.section-2 {
  padding: 35px 0 50px;
}
.section-collapse + .section-collapse {
  padding-top: 0;
}
.section-collapse:last-child {
  padding-bottom: 0;
}
html [class*="section-"].section-top-0 {
  padding-top: 0;
}
html [class*="section-"].section-bottom-0 {
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  section.section-sm:first-of-type,
  section.section-md:first-of-type,
  section.section-lg:first-of-type,
  section.section-xl:first-of-type,
  section.section-xxl:first-of-type {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .section-sm {
    padding: 55px 0;
  }
  .section-md {
    padding: 70px 0;
  }
  .section-lg {
    padding: 85px 0;
  }
  .section-1 {
    padding: 60px 0 70px;
  }
  .section-2 {
    padding: 55px 0 75px;
  }
}
@media (min-width: 992px) {
  .section-sm {
    padding: 60px 0 65px;
  }
  .section-md {
    padding: 85px 0 90px;
  }
  .section-lg {
    padding: 100px 0;
  }
}
@media (min-width: 1200px) {
  .section-lg {
    padding: 100px 0 110px;
  }
  .section-1 {
    padding: 80px 0;
  }
}
.section-single {
  display: flex;
  text-align: center;
}
.section-single p {
  margin-left: auto;
  margin-right: auto;
}
.section-single * + .rights {
  margin-top: 35px;
}
.section-single * + .countdown-wrap {
  margin-top: 35px;
}
.section-single .countdown-wrap + * {
  margin-top: 35px;
}
@media (min-width: 992px) {
  .section-single * + .rights {
    margin-top: 60px;
  }
  .section-single .countdown-wrap + * {
    margin-top: 35px;
  }
}
.section-single .rd-mailform-wrap {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-single * + .rd-mailform-wrap {
  margin-top: 20px;
}
.section-single-header {
  padding: calc(1em + 3vh) 0 calc(1em + 2vh);
}
.section-single-main {
  padding: calc(1em + 4vh) 0;
}
.section-single-footer {
  padding: calc(1em + 2vh) 0 calc(1em + 3vh);
}
.section-single-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 100vh;
}
.section-single-inner > * {
  width: 100%;
}
@supports (display: grid) {
  .section-single-inner {
    display: grid;
    justify-items: center;
    align-content: space-between;
    grid-template-columns: 1fr;
  }
}
.section-layout-1 {
  position: relative;
  display: flex;
}
.section-layout-1 .rights {
  color: #082f4c;
}
.section-layout-1-image {
  display: none;
}
.section-layout-1-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100vh;
  flex-grow: 1;
}
.section-layout-1-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-layout-1-header,
.section-layout-1-footer {
  text-align: center;
}
.section-layout-1-header,
.section-layout-1-main,
.section-layout-1-footer {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .section-layout-1-content {
    max-width: 740px;
  }
  .section-layout-1-header {
    padding-top: 60px;
  }
  .section-layout-1-footer {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .section-layout-1-image {
    position: relative;
    display: block;
    flex-basis: 43.6979166667%;
    flex-shrink: 10;
    background-size: cover;
    background-position: 40% 0;
  }
  .section-layout-1-image::after {
    display: none;
  }
  .section-layout-1-inner {
    min-width: 56.3020833333%;
    flex-shrink: 0;
    padding: 0 60px;
  }
  .section-layout-1-content {
    margin-left: 0;
  }
  .section-layout-1-header,
  .section-layout-1-footer {
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .section-layout-1-image {
    background-position: 48% 0;
  }
  .section-layout-1-inner {
    padding-left: 130px;
  }
}
@media (min-width: 1200px) and (min-height: 820px) {
  .section-layout-1-header {
    padding-top: 90px;
    padding-bottom: 40px;
  }
  .section-layout-1-footer {
    padding-top: 40px;
    padding-bottom: 90px;
  }
}
.section-layout-2 {
  position: relative;
  display: flex;
}
.section-layout-2 .rights {
  color: #082f4c;
}
.section-layout-2-figure {
  display: none;
}
.section-layout-2-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: 100vh;
  width: 100%;
}
.section-layout-2-content {
  max-width: 400px;
}
.section-layout-2-header,
.section-layout-2-main,
.section-layout-2-footer {
  padding: 30px 0;
  text-align: center;
}
.section-layout-2-header,
.section-layout-2-footer {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .section-layout-2-content {
    max-width: 640px;
  }
  .section-layout-2-header {
    padding-top: 60px;
  }
  .section-layout-2-footer {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .section-layout-2-main {
    display: flex;
    align-items: center;
    flex-grow: 1;
    text-align: left;
  }
  .section-layout-2-figure {
    position: relative;
    display: block;
    flex-basis: 43.6979166667%;
    align-self: stretch;
  }
  .section-layout-2-figure::before {
    content: "";
    display: block;
    padding-bottom: 71.6183574879%;
  }
  .section-layout-2-figure img {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(-5%, -50%);
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: none;
  }
  @supports (object-fit: cover) {
    .section-layout-2-figure img {
      left: 40%;
      top: 0;
      height: 100%;
      width: 100%;
      transform: none;
      object-fit: contain;
      object-position: 5% center;
    }
  }
  .section-layout-2-content {
    min-width: 56.3020833333%;
    flex-shrink: 0;
    max-width: 740px;
    padding: 30px 70px 70px;
    margin-left: 0;
  }
}
@media (min-width: 1400px) {
  .section-layout-2-content {
    padding-left: 140px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) and (min-height: 820px) {
  .section-layout-2-header {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .section-layout-2-footer {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.section-layout-3-outer {
  display: flex;
  flex-direction: column;
}
.section-layout-3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
.section-layout-3 > * {
  width: 100%;
}
.section-layout-3::after {
  content: "";
  align-content: space-between;
  opacity: 0;
  visibility: hidden;
}
.section-decoration-1 {
  position: relative;
  overflow: hidden;
}
.section-decoration-1::before {
  position: absolute;
  top: 45%;
  left: 70%;
  transform: translate3d(-50%, -55%, 0);
  display: block;
  content: "";
  font-family: "Linearicons";
  font-size: calc(54 * (1vw + 1vh - 1vmin));
  vertical-align: middle;
  line-height: 0;
  color: #f3f3f3;
  user-select: none;
  opacity: 0.5;
}
.section-decoration-1 > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-decoration-1::before {
    font-size: calc(100 * (1vw + 1vh - 1vmin));
  }
}
@media (min-width: 992px) {
  .section-decoration-1::before {
    top: 55%;
    left: 70%;
    transform: translate3d(-50%, -35%, 0);
    font-size: calc(54 * (1vw + 1vh - 1vmin));
  }
}
@media (min-width: 1400px) {
  .section-decoration-1::before {
    font-size: calc(54 * (1vw + 1vh - 1vmin));
  }
}
.section + .section-decoration-1,
.section-decoration-1 + .section {
  border-top: 1px solid #ebebeb;
}
.section-decoration-2 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, #f8f8f8, #ffffff);
}
.section-decoration-2 > * {
  position: relative;
  z-index: 1;
}
.section-decoration-2-element {
  position: absolute;
  z-index: 0;
  top: 25%;
  left: 53%;
  transform: translate3d(-50%, -55%, 0);
  display: block;
  font-family: "Linearicons";
  font-size: 45vmax;
  vertical-align: middle;
  line-height: 1;
  color: #f3f3f3;
  user-select: none;
}
.section-decoration-2-element::before {
  content: "";
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-decoration-2-element {
    font-size: 100vmax;
  }
}
@media (min-width: 768px) {
  .section-decoration-2-element {
    top: 24%;
    left: 0;
    transform: translate3d(-50%, -44%, 0);
    font-size: 80vmax;
  }
}
@media (min-width: 992px) {
  .section-decoration-2-element {
    font-size: 70vmax;
  }
}
@media (min-width: 1400px) {
  .section-decoration-2-element {
    font-size: 48vmax;
    left: 0;
    transform: translate3d(-42.5%, -44%, 0);
  }
}
.section-decoration-3 {
  position: relative;
  overflow: hidden;
  padding: 50px 0 0;
}
.section-decoration-3-text {
  margin-left: 0.24em;
  margin-bottom: -0.25em;
  font-size: 40px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: rgba(8, 47, 76, 0.17);
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .section-decoration-3 {
    padding: 85px 0 0;
  }
  .section-decoration-3-text {
    font-size: 90px;
  }
}
@media (min-width: 992px) {
  .section-decoration-3-text {
    font-size: 100px;
    letter-spacing: 0.3em;
  }
  * + .section-decoration-3-text {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .section-decoration-3-text {
    font-size: 115px;
    letter-spacing: 0.44em;
  }
}
.section-decoration-4 {
  position: relative;
  overflow: hidden;
  padding: 40px 0 100px;
  min-height: 30.2083333333vw;
}
html .section-decoration-4 {
  background-color: rgba(0, 0, 0, 0);
}
.section-decoration-4 > * {
  position: relative;
  z-index: 3;
}
.section-decoration-4::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 2;
  background: linear-gradient(to top, rgba(134, 180, 204, 0.05) 0%, rgb(76, 173, 213) 100%);
}
.section-decoration-4-decoration {
  position: absolute;
  left: -10%;
  bottom: -24%;
  right: -10%;
  z-index: 1;
  opacity: 0.8;
  width: auto;
  height: auto;
  pointer-events: none;
}
.section-decoration-4-decoration img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-decoration-4-decoration {
    min-width: 1000px;
  }
}
@media (min-width: 1200px) {
  .section-decoration-4 {
    padding: 100px 0 240px;
  }
}
@media (min-width: 2050px) {
  .section-decoration-4 {
    min-height: 580px;
  }
}
.section-group-top {
  padding: 50px 0 40px;
}
.section-group-bottom {
  padding: 10px 0 50px;
}
.section-group-bottom-content {
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) {
  .section-group-top {
    padding-bottom: 80px;
  }
  .section-group-top + .section-group-bottom {
    padding-top: 0;
    margin-top: -40px;
  }
}
@media (min-width: 768px) {
  .section-group-top {
    padding: 80px 0 130px;
  }
  .section-group-top + .section-group-bottom {
    margin-top: -90px;
  }
}
@media (min-width: 1200px) {
  .section-group-top {
    padding: 100px 0 190px;
  }
  .section-group-bottom {
    padding: 80px 0 100px;
  }
  .section-group-top + .section-group-bottom {
    margin-top: -140px;
  }
}
.section-relative {
  position: relative;
}
.section-layout-4-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: auto;
}
.section-layout-4-main .section-layout-4-image {
  display: none;
  height: 100%;
  justify-content: flex-end;
}
.section-layout-4-main .section-layout-4-image img {
  height: 100%;
  width: 300px;
}
.section-layout-4-main .section-layout-4-content {
  min-width: min-content;
  max-width: 85%;
}
@media (min-width: 992px) {
  .section-layout-4-main .section-layout-4-image {
    display: flex;
  }
  .section-layout-4-main .section-layout-4-content {
    min-width: min-content;
    max-width: 45%;
    margin-left: 120px;
  }
}
.grid-demo {
  letter-spacing: 0;
  text-align: center;
}
.grid-demo h6 {
  font-weight: 600;
}
.grid-demo p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid-demo * + p {
  margin-top: 5px;
}
.grid-demo * + .row {
  margin-top: 20px;
}
.grid-demo .row + .row {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .grid-demo {
    text-align: left;
  }
  .grid-demo p {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
  .grid-demo * + p {
    margin-top: 25px;
  }
}
.grid-demo-bordered .row {
  border: 0 solid #ebebeb;
  border-top-width: 1px;
}
.grid-demo-bordered .row:last-child {
  border-bottom-width: 1px;
}
.grid-demo-bordered [class*="col"] {
  padding: 5px 15px;
}
.grid-demo-bordered [class*="col"]:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  border-left: 1px solid #ebebeb;
}
@media (min-width: 768px) {
  .grid-demo-bordered [class*="col"] {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .grid-demo-bordered [class*="col"] {
    padding: 50px 50px 45px;
  }
}
.grid-demo-underlined .row {
  border-bottom: 1px solid #ebebeb;
}
.grid-demo-underlined [class*="col"] {
  padding: 5px 15px;
}
@media (min-width: 768px) {
  .grid-demo-underlined [class*="col"] {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .grid-demo-underlined [class*="col"] {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.row-x-16 {
  margin-left: -8px;
  margin-right: -8px;
}
.row-x-16 > [class*="col"] {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 992px) {
  .row-lg-x-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row-lg-x-50 > [class*="col"] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.container-wide {
  max-width: 95%;
}
@media (min-width: 1200px) {
  .container-wide {
    max-width: 1600px;
  }
}
.container-fullwidth {
  max-width: 2050px;
  margin-left: auto;
  margin-right: auto;
}
* + .container-fullwidth {
  margin-top: 25px;
}
@media (min-width: 768px) {
  * + .container-fullwidth {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  * + .container-fullwidth {
    margin-top: 50px;
  }
}
.range {
  display: flex;
  flex-wrap: wrap;
}
.cell-inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.range > [class*="cell"] {
  position: relative;
  width: 100%;
  min-height: 1px;
}
.range > [class*="cell"] > .row {
  margin: 0;
}
.range > [class*="cell"].container {
  padding: 0;
}
.range > [class*="col"] {
  padding: 0;
}
@media (min-width: 576px) {
  .cell-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cell-sm-6 .cell-inner {
    max-width: 270px;
  }
  .range > [class*="cell-sm"]:nth-child(odd) .cell-inner {
    margin-left: auto;
  }
  .range.flex-sm-row-reverse > [class*="cell-sm"]:nth-child(odd) .cell-inner {
    margin-left: 0;
  }
  .range.flex-sm-row-reverse > [class*="cell-sm"]:nth-child(even) .cell-inner {
    margin-left: auto;
  }
  .range > [class*="cell-sm"].container {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .range > [class*="cell-md"]:nth-child(odd) .cell-inner {
    margin-left: auto;
  }
  .range.flex-md-row-reverse > [class*="cell-md"]:nth-child(odd) .cell-inner {
    margin-left: 0;
  }
  .range.flex-md-row-reverse > [class*="cell-md"]:nth-child(even) .cell-inner {
    margin-left: auto;
  }
  .range > [class*="cell-md"].container {
    margin: 0;
  }
  .cell-md-5 {
    flex: 0 0 calc(50% - 60px);
    max-width: calc(50% - 60px);
  }
  .cell-md-5 .cell-inner {
    max-width: 300px;
  }
  .cell-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cell-md-6 .cell-inner {
    max-width: 360px;
  }
}
@media (min-width: 992px) {
  [class*="cell-lg"] > .row > [class*="col"] {
    flex-basis: 100%;
  }
  .cell-lg-5 {
    flex: 0 0 calc(50% - 80px);
    max-width: calc(50% - 80px);
  }
  .cell-lg-5 .cell-inner {
    max-width: 400px;
  }
  .cell-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cell-lg-6 .cell-inner {
    max-width: 480px;
  }
  .range > [class*="cell-lg"]:nth-child(odd) .cell-inner {
    margin-left: auto;
  }
  .range.flex-lg-row-reverse > [class*="cell-lg"]:nth-child(odd) .cell-inner {
    margin-left: 0;
  }
  .range.flex-lg-row-reverse > [class*="cell-lg"]:nth-child(even) .cell-inner {
    margin-left: auto;
  }
  .range > [class*="cell-lg"].container {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .range > [class*="cell-xl"].container {
    margin: 0;
  }
  .range > [class*="cell-xl"]:nth-child(odd) .cell-inner {
    margin-left: auto;
  }
  .range .cell-inner {
    flex-basis: 100%;
  }
  .cell-xl-7 {
    flex: 0 0 calc(50% - -100px);
    max-width: calc(50% - -100px);
  }
  .cell-xl-7 .cell-inner {
    max-width: 700px;
  }
  .cell-lg-6,
  .cell-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cell-lg-6 .cell-inner,
  .cell-xl-6 .cell-inner {
    max-width: 600px;
  }
  .cell-xl-5 {
    flex: 0 0 calc(50% - 100px);
    max-width: calc(50% - 100px);
  }
  .cell-xl-5 .cell-inner {
    max-width: 500px;
  }
  .cell-xl-4 {
    flex: 0 0 calc(50% - 200px);
    max-width: calc(50% - 200px);
  }
  .cell-xl-4 .cell-inner {
    max-width: 400px;
  }
}
@media (min-width: 1400px) {
  .cell-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cell-xxl-6 .cell-inner {
    max-width: 600px;
  }
}
.bg-accent .brand .brand-logo-dark,
.bg-dark-blue .brand .brand-logo-dark,
.bg-blue .brand .brand-logo-dark,
.bg-gray-900 .brand .brand-logo-dark,
.context-dark .brand .brand-logo-dark {
  display: none;
}
.bg-accent .brand .brand-logo-light,
.bg-dark-blue .brand .brand-logo-light,
.bg-blue .brand .brand-logo-light,
.bg-gray-900 .brand .brand-logo-light,
.context-dark .brand .brand-logo-light {
  display: block;
}
.bg-accent .button-default,
.bg-dark-blue .button-default,
.bg-blue .button-default,
.bg-gray-900 .button-default,
.context-dark .button-default {
  color: #0d4561;
  background: #fff;
  border-color: #fff;
}
.bg-accent .button-default:hover,
.bg-dark-blue .button-default:hover,
.bg-blue .button-default:hover,
.bg-gray-900 .button-default:hover,
.context-dark .button-default:hover {
  background: #fcba6e;
  border-color: #fcba6e;
}
.bg-accent .heading-decoration-1::before,
.bg-dark-blue .heading-decoration-1::before,
.bg-blue .heading-decoration-1::before,
.bg-gray-900 .heading-decoration-1::before,
.context-dark .heading-decoration-1::before {
  background: hsla(0, 0%, 100%, 0.66);
}
.bg-accent .select2-container--default .select2-selection--single,
.bg-dark-blue .select2-container--default .select2-selection--single,
.bg-blue .select2-container--default .select2-selection--single,
.bg-gray-900 .select2-container--default .select2-selection--single,
.context-dark .select2-container--default .select2-selection--single {
  border-color: #fff;
}
.bg-image-street .brand .brand-logo-dark,
.bg-image-gray .brand .brand-logo-dark,
.bg-image-orange .brand .brand-logo-dark,
.bg-image-light-blue .brand .brand-logo-dark {
  display: block;
}
.bg-image-street .brand .brand-logo-light,
.bg-image-gray .brand .brand-logo-light,
.bg-image-orange .brand .brand-logo-light,
.bg-image-light-blue .brand .brand-logo-light {
  display: none;
}
.bg-white {
  background-color: #fff;
}
.bg-white:not([style*="background-"]) + .bg-white:not([style*="background-"]) {
  padding-top: 0;
}
.bg-gray-100 {
  background-color: #f8f8f8;
}
.bg-gray-100:not([style*="background-"]) + .bg-gray-100:not([style*="background-"]) {
  padding-top: 0;
}
.bg-gray-100-color {
  background: #f8f8f8;
}
.bg-gray-3 {
  background-color: #fefefe;
}
.bg-gray-3:not([style*="background-"]) + .bg-gray-3:not([style*="background-"]) {
  padding-top: 0;
}
.bg-orange {
  background-color: #fcba6e;
}
.bg-orange:not([style*="background-"]) + .bg-orange:not([style*="background-"]) {
  padding-top: 0;
}
.bg-gray-900 {
  background-color: #151515;
}
.bg-gray-900:not([style*="background-"]) + .bg-gray-900:not([style*="background-"]) {
  padding-top: 0;
}
.bg-blue {
  background-color: #0d4561;
}
.bg-blue:not([style*="background-"]) + .bg-blue:not([style*="background-"]) {
  padding-top: 0;
}
.bg-dark-blue {
  background-color: #082f4c;
}
.bg-dark-blue:not([style*="background-"]) + .bg-dark-blue:not([style*="background-"]) {
  padding-top: 0;
}
.bg-accent {
  background: #0d4561;
}
.bg-accent .button-gray-700:hover {
  color: #3f4856;
  background: #fff;
  border-color: #fff;
}
.bg-accent .button-default-outline {
  color: #fff;
  border-color: hsla(0, 0%, 100%, 0.48);
}
.bg-accent .button-default-outline:hover {
  border-color: #fcba6e;
}
.bg-accent .button-primary {
  color: #151515;
  background: #151515;
  border-color: #151515;
}
.bg-accent .button-primary:hover {
  background: #fff;
  border-color: #fff;
}
.bg-accent .button-secondary:hover {
  color: #151515;
  background: #fff;
  border-color: #fff;
}
.bg-accent .button-color-8 {
  background: #89c5e6;
  border-color: #89c5e6;
}
.bg-accent .button-color-8:hover {
  background: #fcba6e;
  border-color: #fcba6e;
}
.bg-accent .rd-navbar-aside-open-toggle span {
  background: #fff;
}
[class*="bg-"] {
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .bg-fixed {
    background-attachment: fixed;
  }
}
[class*="bg-overlay"] {
  position: relative;
}
[class*="bg-overlay"]::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
[class*="bg-overlay"] > * {
  position: relative;
  z-index: 1;
}
.bg-overlay-1::before {
  opacity: 0.55;
  background-image: linear-gradient(31deg, rgb(1.844984326, 38.1647157562, 77.155015674) 0%, rgb(6.5704330457, 62.7656672917, 97.4295669543) 100%);
}
.bg-overlay-2::before {
  background: rgba(0, 0, 0, 0.12);
}
.bg-overlay-3::before {
  opacity: 0.3;
  background-color: #000;
}
.bg-overlay-4::before {
  opacity: 0.78;
  background-image: linear-gradient(to top, white 0%, rgb(8, 165, 193) 100%);
}
.bg-overlay-5::before {
  opacity: 0.78;
  background-image: linear-gradient(to bottom, rgb(19, 182, 210) 0%, rgb(30, 136, 210) 100%);
}
[class*="bg-image"] {
  background-size: unset;
  background-position: unset;
}
[class*="bg-image-header"] {
  background-size: cover, cover, cover;
  background-position:
    0,
    -20px bottom,
    -320px center;
  background-blend-mode: multiply, multiply;
  background-repeat: no-repeat;
}
.bg-image-header {
  background-image: linear-gradient(to bottom, rgba(8, 47, 76, 0.3), transparent 50%), url("/images/img1.jpg"), url("/images/logo-half-orange.svg");
  background-size: cover, cover, cover;
  background-blend-mode: multiply, multiply;
  background-position: center;
  background-position-x:
    0,
    0,
    -80px;
  background-repeat: no-repeat;
}
.bg-image-header-product {
  background-image: linear-gradient(to bottom, rgba(8, 47, 76, 0.3), transparent 50%), url("/images/img5.jpg"), url("/images/logo-half-orange.svg");
}
.bg-image-header-product-woningcheck {
  background-image: linear-gradient(to bottom, rgba(8, 47, 76, 0.3), transparent 50%), url("/images/img3.jpg"), url("/images/logo-half-orange.svg");
}
.bg-image-header-voorwie {
  background-image: linear-gradient(to bottom, rgba(8, 47, 76, 0.3), transparent 50%), url("/images/header-voor-wie.jpg"), url("/images/logo-half-orange.svg");
}
.bg-image-header-feest {
  background-image: linear-gradient(to bottom, rgba(8, 47, 76, 0.3), transparent 50%), url("/images/feest.jpg"), url("/images/logo-half-orange.svg");
}
.bg-image-header-contact {
  background-image: linear-gradient(to bottom, rgba(8, 47, 76, 0.3), transparent 50%), url("/images/img2.jpg"), url("/images/logo-half-orange.svg");
}
.bg-image-header-faq {
  background-image: linear-gradient(to bottom, rgba(8, 47, 76, 0.3), transparent 50%), url("/images/header-faq.jpg"), url("/images/logo-half-orange.svg");
}
.bg-image-header-overons {
  background-image: linear-gradient(to bottom, rgba(8, 47, 76, 0.3), transparent 50%), url("/images/img4.jpg"), url("/images/logo-half-orange.svg");
}
.bg-image-header-privacy {
  background-image: linear-gradient(to bottom, rgba(8, 47, 76, 0.3), transparent 50%), url("/images/header-privacy.jpg"), url("/images/logo-half-orange.svg");
}
.bg-image-header-nieuws {
  background-image: linear-gradient(to bottom, rgba(8, 47, 76, 0.3), transparent 50%), url("/images/header-nieuws.jpg"), url("/images/logo-half-orange.svg");
}
.bg-image-1 {
  background-image: url("/images/1.svg");
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
.bg-image-2 {
  background-image: url("/images/2.svg");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
.bg-image-3 {
  background-image: url("/images/3.svg");
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
.bg-image-blue {
  background-color: #0d4561;
  background-image: url("/images/logo-half-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-size: cover;
}
.bg-image-light-blue {
  background-color: #b2d3e3;
  background-image: url("/images/logo-half-gray.svg");
  background-position-x: 300px;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-size: cover;
}
.bg-image-light-blue.bg-darker {
  background-color: #b2d3e3, #f8f8f8;
  background-blend-mode: overlay, overlay;
}
.bg-image-orange {
  background-image: url("/images/logo-half-orange-dark.svg");
  background-color: #fcba6e;
  background-position-x: -600px, 0;
  background-repeat: no-repeat;
  background-blend-mode: darken;
  background-size: cover;
}
.bg-image-gray {
  background-color: #fff;
  background-image: url("/images/logo-half-light-gray.svg");
  background-position-x: 100px, 0;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
}
.bg-image-street {
  background-image: url("/images/vector-kaart-grijs.png");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: bottom;
}
.bg-image-street.street-white {
  background-image: url("/images/vector-kaart-wit.png");
  background-position: top;
}
.section-splitter {
  position: relative;
  width: 100vw;
}
.section-splitter .section-splitter-left {
  position: absolute;
  z-index: 100;
  height: 200px;
  top: -100px;
  left: 0;
}
.section-splitter .section-splitter-right {
  position: absolute;
  z-index: 100;
  height: 200px;
  top: -100px;
  right: 0;
}
.section-splitter .section-splitter-button {
  position: absolute;
  z-index: 100;
  height: 80px;
  width: 320px;
  top: -86px;
  left: 50%;
  margin: 0;
  padding: 0;
  margin-left: -160px;
  line-height: 80px;
  font-size: 24px;
}
.height-fill {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.height-fill > * {
  flex-grow: 1;
  flex-shrink: 0;
}
.z-2 {
  position: relative;
  z-index: 2;
}
.object-inline {
  white-space: nowrap;
}
.object-inline > * {
  display: inline-block;
  min-width: 20px;
  vertical-align: top;
  white-space: normal;
}
.object-inline > * + * {
  margin-left: 5px;
}
html .oh {
  position: relative;
  overflow: hidden;
}
.text-decoration-lines {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.text-decoration-lines-content {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  min-width: 170px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.text-decoration-lines-content::before,
.text-decoration-lines-content::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #ebebeb;
  top: 50%;
  width: 100vw;
}
.text-decoration-lines-content::before {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.text-decoration-lines-content::after {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
* + .text-decoration-lines {
  margin-top: 25px;
}
p.rights {
  font-size: 14px;
  color: #082f4c;
}
p.rights a {
  color: inherit;
}
p.rights a:hover {
  color: #0d4561;
}
.text-block > * {
  margin-left: 0.125em;
  margin-right: 0.125em;
}
@media (min-width: 992px) {
  .inset-1 {
    padding-right: 30px;
  }
}
.map {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 720px;
  min-height: 280px;
  margin-left: auto;
  margin-right: auto;
}
.map-inner {
  position: relative;
}
.map-image {
  opacity: 0.14;
}
.map-marker {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
.map-marker::-moz-focus-inner {
  border: none;
  padding: 0;
}
.map-marker {
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 10px;
  background: #0d4561;
  cursor: pointer;
}
.map-marker,
.map-marker::before {
  border-radius: 50%;
}
.map-marker::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: -50% 0 0 -50%;
  z-index: 2;
  width: 200%;
  height: 200%;
  background: rgba(13, 69, 97, 0.3);
  transition: 0.33s;
  cursor: pointer;
}
.map-marker.active::before {
  transform: scale3d(0.9, 0.9, 0.9);
}
.map-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 3;
  width: 100%;
  max-width: 300px;
  backface-visibility: hidden;
  background: hsla(0, 0%, 100%, 0.97);
  border-radius: 9px;
  color: #082f4c;
  box-shadow: 0 2px 16px 0 rgba(75, 81, 91, 0.14);
  opacity: 0;
  visibility: hidden;
  transition: 0.22s;
}
.map-popup .owl-dots {
  text-align: left;
}
.map-popup .quote-minimal {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.map-popup.active {
  opacity: 1;
  visibility: visible;
}
.map-popup-toggle {
  position: absolute;
  top: 3px;
  right: 12px;
  font-size: 20px;
  color: #ebebeb;
  cursor: pointer;
  transition: 0.22s;
}
.map-popup-toggle:hover {
  color: #fcba6e;
}
.map-popup-inner {
  padding-left: 20px;
  padding-right: 20px;
}
.map-popup-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
}
.map-popup-header > * {
  margin-right: 15px;
}
.map-popup-header > * + * {
  margin-top: 0;
}
.map-popup-main {
  padding-top: 15px;
  padding-bottom: 30px;
}
.map-popup-location {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #0d4561;
}
.map-popup-meta {
  position: relative;
  top: 2px;
  font-weight: 300;
}
.context-dark .map-image,
.bg-gray-900 .map-image,
.bg-blue .map-image,
.bg-dark-blue .map-image,
.bg-accent .map-image {
  opacity: 0.45;
}
.context-dark .map-marker,
.bg-gray-900 .map-marker,
.bg-blue .map-marker,
.bg-dark-blue .map-marker,
.bg-accent .map-marker {
  background: #fff;
}
.context-dark .map-marker::before,
.bg-gray-900 .map-marker::before,
.bg-blue .map-marker::before,
.bg-dark-blue .map-marker::before,
.bg-accent .map-marker::before {
  background: hsla(0, 0%, 100%, 0.3);
}
.map-popup-inner + .map-popup-inner {
  border-top: 1px solid #ebebeb;
}
@media (min-width: 576px) {
  .map-marker {
    width: 16px;
    height: 16px;
  }
  .map-popup {
    max-width: 370px;
  }
  .map-popup-inner {
    padding-left: 35px;
    padding-right: 35px;
  }
  .map-popup-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .map-popup-meta {
    font-size: 17px;
    line-height: 1.5294117647;
  }
}
@media (min-width: 1200px) {
  .map-popup-toggle {
    display: none;
  }
}
@media (min-width: 1400px) {
  .map-popup-meta {
    top: 0;
  }
}
.layers-group {
  position: relative;
  top: 10px;
  right: 30px;
  display: flex;
}
.layers-group::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 59.8746081505%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1000;
}
.layers-group-inner,
.layers-group::after {
  flex-shrink: 0;
  width: 100%;
}
.layers-group-inner {
  position: relative;
  display: flex;
  align-items: flex-end;
}
[class*="layers-group-layer"] {
  display: block;
}
.layers-group-layer-1 {
  width: 100%;
  max-width: 595px;
}
.layers-group-layer-2 {
  position: absolute;
  top: 7.4712%;
  right: 6.4%;
  bottom: 0;
  width: 81.34796%;
}
.layers-group-layer-3 {
  position: absolute;
  top: 5.2356%;
  right: 4.70219%;
  width: 72.57%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .layers-group {
    margin-right: -50px;
    margin-left: -10px;
  }
}
.decor {
  position: absolute;
  display: none;
}
.decor img {
  max-width: none;
}
@media (min-width: 1200px) {
  .decor {
    display: block;
  }
}
.decor-1 {
  top: 4%;
}
@media (min-width: 1200px) {
  .decor-1 {
    right: calc(50% + 600px + 35px);
  }
}
.decor-2 {
  top: 10%;
}
@media (min-width: 1200px) {
  .decor-2 {
    left: calc(50% + 600px + 100px);
  }
}
.decor-3 {
  bottom: 7%;
}
@media (min-width: 1200px) {
  .decor-3 {
    right: calc(50% + 600px + 185px);
  }
}
.decor-5 {
  bottom: 19%;
}
@media (min-width: 1200px) {
  .decor-5 {
    left: calc(50% + 600px + 160px);
  }
}
.decor-6 {
  top: 21%;
}
@media (min-width: 1200px) {
  .decor-6 {
    right: calc(50% + 600px + 42px);
  }
}
.decor-7 {
  bottom: 7.5%;
}
@media (min-width: 1200px) {
  .decor-7 {
    left: calc(50% + 600px + 140px);
  }
}
.decor-8 {
  top: 14.5%;
}
@media (min-width: 1200px) {
  .decor-8 {
    right: calc(50% + 600px + 132px);
  }
}
.decor-9 {
  bottom: 36.5%;
}
@media (min-width: 1200px) {
  .decor-9 {
    left: calc(50% + 600px + 140px);
  }
}
.decor-10 {
  top: 19%;
}
@media (min-width: 1200px) {
  .decor-10 {
    right: calc(50% + 600px + 90px);
  }
}
.decor-11 {
  bottom: 7.5%;
}
@media (min-width: 1200px) {
  .decor-11 {
    left: calc(50% + 600px + 110px);
  }
}
.decor-12 {
  top: 12%;
}
@media (min-width: 1200px) {
  .decor-12 {
    right: calc(50% + 600px + 103px);
  }
}
.decor-13 {
  bottom: 9.5%;
}
@media (min-width: 1200px) {
  .decor-13 {
    left: calc(50% + 600px + 70px);
  }
}
.decor-14 {
  top: 12.5%;
}
@media (min-width: 1200px) {
  .decor-14 {
    right: calc(50% + 600px + 92px);
  }
}
.decor-15 {
  bottom: 12.5%;
}
@media (min-width: 1200px) {
  .decor-15 {
    left: calc(50% + 600px + 118px);
  }
}
.portfolio {
  text-align: center;
}
.portfolio .portfolio-img a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 7px;
  box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
  transform: translateY(0px);
}
.portfolio .portfolio-img a:hover {
  transform: translateY(-5px);
  box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.3);
}
.portfolio .portfolio-title {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 400;
  display: inline-block;
}
.portfolio .portfolio-title,
.portfolio .portfolio-title:focus,
.portfolio .portfolio-title:active {
  color: #151515;
}
.portfolio .portfolio-title:hover {
  color: #0d4561;
}
.portfolio * + .portfolio-title {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .portfolio * + .portfolio-title {
    margin-top: 20px;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 1;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
html:not(.lt-ie10) .not-animated {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@-webkit-keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutDown {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}
@keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}
@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
  transform-origin: 50% 100%;
}
@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownSmall {
  animation-name: fadeInDownSmall;
  transform-origin: 50% 100%;
}
@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slideInUpSmall {
  animation-name: slideInUpSmall;
  transform-origin: 50% 100%;
}
@keyframes slideInUpSmall {
  0% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.scaleIn {
  animation-name: scaleIn;
}
@keyframes slideInLeftLg {
  0% {
    opacity: 0;
    transform: translate3d(-120%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeftLg {
  animation-name: slideInLeftLg;
}
@keyframes slideInRightLg {
  0% {
    opacity: 0;
    transform: translate3d(120%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.slideInRightLg {
  animation-name: slideInRightLg;
}
.clipInLeft {
  animation-name: fadeInLeftSmall;
}
.clipInRight {
  animation-name: fadeInRightSmall;
}
.clipInUp {
  animation-name: fadeInUpSmall;
}
.clipInDown {
  animation-name: fadeInDownSmall;
}
@supports (clip-path: polygon(0 0)) {
  @keyframes clipInLeft {
    0% {
      clip-path: polygon(-10% -10%, -10% -10%, -10% 110%, -10% 110%);
    }
    100% {
      clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%);
    }
  }
  @keyframes clipInRight {
    0% {
      clip-path: polygon(110% -10%, 110% -10%, 110% 110%, 110% 110%);
    }
    100% {
      clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%);
    }
  }
  @keyframes clipInUp {
    0% {
      clip-path: polygon(-10% 110%, -10% 110%, 110% 110%, 110% 110%);
    }
    100% {
      clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%);
    }
  }
  @keyframes clipInDown {
    0% {
      clip-path: polygon(-10% -10%, -10% -10%, 110% -10%, 110% -10%);
    }
    100% {
      clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%);
    }
  }
  .clipInLeft {
    animation-name: clipInLeft;
  }
  .clipInRight {
    animation-name: clipInRight;
  }
  .clipInUp {
    animation-name: clipInUp;
  }
  .clipInDown {
    animation-name: clipInDown;
  }
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #fff;
  transition: 0.1s;
}
.preloader.loaded {
  opacity: 0;
  visibility: hidden;
}
.preloader.loaded .object {
  animation: none;
}
#loading {
  background-color: #fff;
}
#loading-center-object {
  width: 200px;
  height: 200px;
  transform: rotate(-135deg);
}
.preloader-body {
  text-align: center;
}
.object {
  border-radius: 50%;
  position: absolute;
  border: 4px solid #0d4561;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  animation: animate 2s infinite;
}
#object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}
#object_two {
  top: 65px;
  left: 65px;
  width: 70px;
  height: 70px;
  animation-delay: 0.2s;
}
#object_three {
  top: 55px;
  left: 55px;
  width: 90px;
  height: 90px;
  animation-delay: 0.4s;
}
#object_four {
  top: 45px;
  left: 45px;
  width: 110px;
  height: 110px;
  animation-delay: 0.6s;
}
@keyframes animate {
  50% {
    transform: rotate(360deg) scale(0.8);
  }
}
.ui-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 100;
  width: 54px;
  height: 54px;
  font-size: 24px;
  line-height: 53px;
  color: #fff;
  background: #fcba6e;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition: 0.45s all ease-in-out;
  transform: translate3d(0, 100px, 0);
}
.ui-to-top:hover {
  color: #fff;
  background: #0d4561;
  text-decoration: none;
}
.ui-to-top:focus {
  color: #fff;
}
.ui-to-top.active {
  transform: translate3d(0, 0, 0);
}
html.mobile .ui-to-top,
html.tablet .ui-to-top {
  display: none !important;
}
@media (min-width: 576px) {
  .ui-to-top {
    right: 40px;
    bottom: 40px;
  }
}
@keyframes rd-navbar-slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rd-navbar-slide-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.rd-navbar-fixed .rd-navbar-submenu,
.rd-navbar-fixed .rd-navbar-dummy,
.rd-navbar-fixed .rd-navbar-nav-wrap.active,
.rd-navbar-static .rd-menu,
.rd-navbar,
.rd-menu,
.rd-navbar-nav,
.rd-navbar-panel,
.rd-navbar-wrap {
  transition: 0.3s all ease-in-out;
}
.rd-navbar--no-transition,
.rd-navbar--no-transition * {
  transition: none !important;
}
.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
  display: none;
}
.rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
  display: none;
}
.rd-navbar {
  display: none;
  background: #f8f8f8;
}
.rd-navbar-toggle {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: #2c343b;
}
.rd-navbar-toggle span {
  position: relative;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
}
.rd-navbar-toggle span::after,
.rd-navbar-toggle span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  transition: 0.3s all ease;
}
.rd-navbar-toggle span::after {
  top: 6px;
}
.rd-navbar-toggle span::after,
.rd-navbar-toggle span::before,
.rd-navbar-toggle span {
  width: 24px;
  height: 2px;
  background-color: #2c343b;
  backface-visibility: hidden;
  border-radius: 0;
}
.rd-navbar-toggle span::before,
.rd-navbar-toggle span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  transition-property: top, transform;
}
.rd-navbar-toggle.active span {
  transition: background 0.3s 0s ease;
  background: rgba(0, 0, 0, 0);
}
.rd-navbar-toggle.active span::before,
.rd-navbar-toggle.active span::after {
  top: 0;
  transition-delay: 0s, 0.3s;
}
.rd-navbar-toggle.active span::before {
  transform: rotate(45deg);
}
.rd-navbar-toggle.active span::after {
  transform: rotate(-45deg);
}
.rd-navbar-toggle {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  display: none;
}
.context-dark .rd-navbar-toggle,
.bg-gray-900 .rd-navbar-toggle,
.bg-blue .rd-navbar-toggle,
.bg-dark-blue .rd-navbar-toggle,
.bg-accent .rd-navbar-toggle {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: #151515;
}
.context-dark .rd-navbar-toggle span,
.bg-gray-900 .rd-navbar-toggle span,
.bg-blue .rd-navbar-toggle span,
.bg-dark-blue .rd-navbar-toggle span,
.bg-accent .rd-navbar-toggle span {
  position: relative;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
}
.context-dark .rd-navbar-toggle span::after,
.bg-gray-900 .rd-navbar-toggle span::after,
.bg-blue .rd-navbar-toggle span::after,
.bg-dark-blue .rd-navbar-toggle span::after,
.bg-accent .rd-navbar-toggle span::after,
.context-dark .rd-navbar-toggle span::before,
.bg-gray-900 .rd-navbar-toggle span::before,
.bg-blue .rd-navbar-toggle span::before,
.bg-dark-blue .rd-navbar-toggle span::before,
.bg-accent .rd-navbar-toggle span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  transition: 0.3s all ease;
}
.context-dark .rd-navbar-toggle span::after,
.bg-gray-900 .rd-navbar-toggle span::after,
.bg-blue .rd-navbar-toggle span::after,
.bg-dark-blue .rd-navbar-toggle span::after,
.bg-accent .rd-navbar-toggle span::after {
  top: 6px;
}
.context-dark .rd-navbar-toggle span::after,
.bg-gray-900 .rd-navbar-toggle span::after,
.bg-blue .rd-navbar-toggle span::after,
.bg-dark-blue .rd-navbar-toggle span::after,
.bg-accent .rd-navbar-toggle span::after,
.context-dark .rd-navbar-toggle span::before,
.bg-gray-900 .rd-navbar-toggle span::before,
.bg-blue .rd-navbar-toggle span::before,
.bg-dark-blue .rd-navbar-toggle span::before,
.bg-accent .rd-navbar-toggle span::before,
.context-dark .rd-navbar-toggle span,
.bg-gray-900 .rd-navbar-toggle span,
.bg-blue .rd-navbar-toggle span,
.bg-dark-blue .rd-navbar-toggle span,
.bg-accent .rd-navbar-toggle span {
  width: 24px;
  height: 2px;
  background-color: #151515;
  backface-visibility: hidden;
  border-radius: 0;
}
.context-dark .rd-navbar-toggle span::before,
.bg-gray-900 .rd-navbar-toggle span::before,
.bg-blue .rd-navbar-toggle span::before,
.bg-dark-blue .rd-navbar-toggle span::before,
.bg-accent .rd-navbar-toggle span::before,
.context-dark .rd-navbar-toggle span::after,
.bg-gray-900 .rd-navbar-toggle span::after,
.bg-blue .rd-navbar-toggle span::after,
.bg-dark-blue .rd-navbar-toggle span::after,
.bg-accent .rd-navbar-toggle span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  transition-property: top, transform;
}
.context-dark .rd-navbar-toggle.active span,
.bg-gray-900 .rd-navbar-toggle.active span,
.bg-blue .rd-navbar-toggle.active span,
.bg-dark-blue .rd-navbar-toggle.active span,
.bg-accent .rd-navbar-toggle.active span {
  transition: background 0.3s 0s ease;
  background: rgba(0, 0, 0, 0);
}
.context-dark .rd-navbar-toggle.active span::before,
.bg-gray-900 .rd-navbar-toggle.active span::before,
.bg-blue .rd-navbar-toggle.active span::before,
.bg-dark-blue .rd-navbar-toggle.active span::before,
.bg-accent .rd-navbar-toggle.active span::before,
.context-dark .rd-navbar-toggle.active span::after,
.bg-gray-900 .rd-navbar-toggle.active span::after,
.bg-blue .rd-navbar-toggle.active span::after,
.bg-dark-blue .rd-navbar-toggle.active span::after,
.bg-accent .rd-navbar-toggle.active span::after {
  top: 0;
  transition-delay: 0s, 0.3s;
}
.context-dark .rd-navbar-toggle.active span::before,
.bg-gray-900 .rd-navbar-toggle.active span::before,
.bg-blue .rd-navbar-toggle.active span::before,
.bg-dark-blue .rd-navbar-toggle.active span::before,
.bg-accent .rd-navbar-toggle.active span::before {
  transform: rotate(45deg);
}
.context-dark .rd-navbar-toggle.active span::after,
.bg-gray-900 .rd-navbar-toggle.active span::after,
.bg-blue .rd-navbar-toggle.active span::after,
.bg-dark-blue .rd-navbar-toggle.active span::after,
.bg-accent .rd-navbar-toggle.active span::after {
  transform: rotate(-45deg);
}
.context-dark .rd-navbar-toggle,
.bg-gray-900 .rd-navbar-toggle,
.bg-blue .rd-navbar-toggle,
.bg-dark-blue .rd-navbar-toggle,
.bg-accent .rd-navbar-toggle {
  display: none;
}
.rd-navbar-collapse-toggle {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: #082f4c;
}
.rd-navbar-collapse-toggle span {
  top: 50%;
  margin-top: -3px;
}
.rd-navbar-collapse-toggle span,
.rd-navbar-collapse-toggle span::before,
.rd-navbar-collapse-toggle span::after {
  position: absolute;
  width: 6px;
  height: 6px;
  line-height: 6px;
  text-align: center;
  background: #082f4c;
  left: 50%;
  margin-left: -3px;
  border-radius: 50%;
  transition: 0.3s all ease;
}
.rd-navbar-collapse-toggle span::before,
.rd-navbar-collapse-toggle span::after {
  content: "";
}
.rd-navbar-collapse-toggle span::before {
  bottom: 100%;
  margin-bottom: 3px;
}
.rd-navbar-collapse-toggle span::after {
  top: 100%;
  margin-top: 3px;
}
.rd-navbar-collapse-toggle.active span {
  transform: scale(0.7);
}
.rd-navbar-collapse-toggle.active span::before {
  transform: translateY(18px);
}
.rd-navbar-collapse-toggle.active span::after {
  transform: translateY(-18px);
}
.rd-navbar-collapse-toggle {
  display: none;
}
.rd-navbar-brand a {
  display: block;
}
.rd-navbar-search {
  position: relative;
  display: inline-flex;
}
.rd-navbar-search .form-input {
  padding-right: 50px;
}
.rd-navbar-search .rd-search-form-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  color: #d7d7d7;
  transition: 0.33s;
}
.rd-navbar-search .rd-search-form-submit:hover {
  color: #0d4561;
}
.rd-navbar-search-toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
.rd-navbar-search-toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.rd-navbar-dropdown {
  display: none;
}
.rd-navbar-link {
  padding: 10px 25px;
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #082f4c;
  text-align: center;
}
.rd-navbar-link:hover {
  color: #fff;
  background: #0d4561;
  border-color: #0d4561;
}
.rd-navbar-link-1 {
  background: #f8f8f8;
}
.rd-navbar-link-1:hover {
  background: #fcba6e;
  border-color: #fcba6e;
}
.rd-navbar-slogan {
  line-height: 1.3;
}
.rd-navbar-dummy {
  display: none;
}
.rd-navbar-aside-open-toggle {
  position: relative;
  width: 30px;
  height: 20px;
  padding: 0;
  border: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.rd-navbar-aside-open-toggle span {
  position: relative;
  display: block;
  height: 2px;
  background: #2c343b;
}
.rd-navbar-aside-open-toggle span + span {
  margin-top: 7px;
}
.rd-navbar-aside-open-toggle span:nth-child(1),
.rd-navbar-aside-open-toggle span:nth-child(3) {
  width: 100%;
}
.rd-navbar-aside-open-toggle span:nth-child(2) {
  left: 0;
  width: 66%;
  transition: 0.33s;
}
.rd-navbar-aside-open-toggle:hover span:nth-child(2) {
  left: 33%;
}
.rd-navbar-static {
  display: block;
}
.rd-navbar-static .rd-nav-item {
  display: inline-block;
  white-space: nowrap;
}
.rd-navbar-static .rd-nav-item > * {
  display: inline-block;
  white-space: normal;
}
.rd-navbar-static .rd-nav-item .nowrap {
  white-space: nowrap;
}
.rd-navbar-static .rd-nav-item.focus .rd-nav-link,
.rd-navbar-static .rd-nav-item.opened .rd-nav-link {
  color: #082f4c;
  background: rgba(0, 0, 0, 0);
  font-weight: 700;
}
.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle,
.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {
  color: #082f4c;
}
.rd-navbar-static .rd-nav-item.active .rd-nav-link {
  color: #082f4c;
  background: rgba(0, 0, 0, 0);
  text-decoration: underline;
}
.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle {
  color: #082f4c;
}
.rd-navbar-static .rd-nav-item.light .rd-nav-link {
  color: #fff;
}
.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item .rd-nav-link:hover + .rd-navbar-submenu-toggle::before {
  transform: rotate(180deg);
}
.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle {
  margin-left: 4px;
  font-family: "Material Design Icons";
  font-size: 16px;
  cursor: pointer;
  color: #151515;
}
.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle::before {
  position: relative;
  display: inline-block;
  transition: 0.22s;
  content: "";
}
.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover {
  color: #082f4c;
}
.rd-navbar-static .rd-nav-item > .rd-navbar-submenu {
  margin-top: 20px;
}
.rd-navbar-static .rd-nav-item + .rd-nav-item {
  margin-left: 36px;
}
.rd-navbar-static .rd-nav-link {
  position: relative;
  display: inline-block;
  min-width: 70px;
  color: #082f4c;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  transition: 0.25s;
}
.rd-navbar-static .rd-nav-link:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background-image: url(../images/decor-02-36x36.png);
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0;
}
.rd-navbar-static .rd-nav-link:hover {
  color: #082f4c;
  text-decoration: underline;
}
.rd-navbar-static .rd-menu {
  z-index: 15;
  position: absolute;
  display: block;
  margin-top: 27px;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  border: 1px solid #0d4561;
  transform-origin: 50% 0;
  transform: translate3d(0, 1px, 0);
}
.rd-navbar-static .rd-navbar-dropdown {
  position: absolute;
  left: -23px;
  width: 230px;
  padding: 25px 25px 30px;
  background: #fff;
  z-index: 5;
}
.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
  top: -1px;
  left: 100%;
  z-index: 2;
  margin-top: -15px;
  margin-left: 15px;
  transform: translate3d(10px, 0, 0);
}
.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 15px;
  transform: translate3d(-10px, 0, 0);
}
.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link,
.rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
  color: #0d4561;
}
.rd-navbar-static .rd-dropdown-link {
  color: #2c343b;
}
.rd-navbar-static .rd-dropdown-link:hover {
  color: #0d4561;
}
.rd-navbar-static .rd-navbar-dropdown a,
.rd-navbar-static .rd-megamenu-list a {
  display: block;
  transition: 0.1s ease;
}
.rd-navbar-static .rd-navbar-dropdown a:hover,
.rd-navbar-static .rd-megamenu-list a:hover {
  transition: 0.15s ease;
}
.rd-navbar-static .rd-dropdown-item + .rd-dropdown-item,
.rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item {
  margin-top: 5px;
}
.rd-navbar-static .rd-navbar-megamenu {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 0;
}
.rd-navbar-static .rd-navbar-megamenu-inner {
  display: flex;
  width: 100%;
  padding: 30px 25px 50px;
  background: #fff;
}
.rd-navbar-static .rd-megamenu-item {
  flex-basis: 50%;
  flex-grow: 1;
}
.rd-navbar-static .rd-megamenu-item + .rd-megamenu-item {
  padding-left: 30px;
}
.rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item {
  margin-top: 12px;
}
.rd-navbar-static .rd-megamenu-title {
  font-family: "Poppins", sans-serif;
  color: #082f4c;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}
.rd-navbar-static .rd-megamenu-list-link {
  color: #2c343b;
}
.rd-navbar-static .rd-megamenu-list-link:hover {
  color: #0d4561;
}
.rd-navbar-static * + .rd-megamenu-list {
  margin-top: 23px;
}
.rd-navbar-static .rd-navbar-submenu.focus > .rd-menu,
.rd-navbar-static .rd-navbar-submenu.opened > .rd-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 1170px) {
  .rd-navbar-static .rd-navbar-megamenu {
    left: 50%;
    transform: translateX(-50%) !important;
    width: 650px;
  }
}
@media (min-width: 1200px) {
  .rd-navbar-static .rd-nav-link {
    font-size: 16px;
    min-width: 85px;
  }
}
@media (min-width: 1400px) {
  .rd-navbar-static .rd-nav-link {
    font-size: 18px;
  }
  .rd-navbar-static .rd-megamenu-item + .rd-megamenu-item {
    padding-left: 70px;
  }
}
@media screen and (min-width: 1700px) {
  .rd-navbar-static .rd-nav-link {
    white-space: nowrap;
  }
}
.rd-navbar-static.rd-navbar--is-clone {
  display: block;
  transform: translate3d(0, -100%, 0);
}
.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
  transform: translate3d(0, 0, 0);
}
.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar--is-clone {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1080;
  background: rgba(0, 0, 0, 0);
}
.rd-navbar-static .rd-navbar--has-dropdown {
  position: relative;
}
.rd-navbar-fixed {
  display: block;
}
.rd-navbar-fixed .rd-navbar-toggle {
  display: inline-block;
  padding: 5px;
}
.rd-navbar-fixed .rd-navbar-brand {
  position: relative;
  margin-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.rd-navbar-fixed .rd-navbar-brand a {
  background-image: url("/images/logo-w.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 135px;
  height: 50px;
}
.rd-navbar-fixed .rd-navbar-brand img {
  max-width: 160px;
  max-height: 50px;
  width: auto;
  height: auto;
}
.rd-navbar-fixed .rd-navbar-panel {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1080;
  display: flex;
  align-items: center;
  height: 70px;
  padding: 11px;
}
.rd-navbar-fixed .rd-navbar-nav-wrap {
  position: fixed;
  left: 0;
  top: -70px;
  bottom: -70px;
  z-index: 1079;
  width: 370px;
  max-width: 95%;
  padding: 147px 10px 95px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
  line-height: 34px;
  transform-origin: 0 50%;
  transform: translate3d(-10px, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition: 0.11s;
}
.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
  width: 3px;
}
.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
  background: #0d4561;
  border: none;
  border-radius: 0;
  opacity: 0.2;
}
.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
}
.rd-navbar-fixed .rd-navbar-nav-wrap.active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.rd-navbar-fixed .rd-navbar-nav-wrap .rd-navbar-element {
  margin: 10px;
  padding: 5px;
  text-align: center;
}
.rd-navbar-fixed .rd-navbar-dummy {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -1000px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: 1000;
  pointer-events: none;
}
.rd-navbar-fixed .rd-navbar-nav-wrap.active ~ .rd-navbar-dummy {
  opacity: 1;
}
.rd-navbar-fixed .rd-navbar-nav {
  display: block;
  height: auto;
  text-align: left;
}
.rd-navbar-fixed .rd-nav-item {
  text-align: left;
  list-style: none;
}
.rd-navbar-fixed .rd-nav-item:last-child {
  margin-bottom: 0;
}
.rd-navbar-fixed .rd-nav-item .button {
  margin-top: 20px;
}
.rd-navbar-fixed .rd-nav-link,
.rd-navbar-fixed .btn-vraag-rapport-op {
  display: block;
  border-bottom: 1px solid #d7d7d7;
  padding: 9px 56px 9px 14px;
  font-size: 15px;
}
.rd-navbar-fixed .btn-vraag-rapport-op {
  color: #2c343b;
  text-align: left;
  font-weight: normal;
}
.rd-navbar-fixed li.opened > .rd-navbar-dropdown {
  border-top: 1px solid #ebebeb;
  padding: 4px 0 20px;
}
.rd-navbar-fixed li.opened > .rd-navbar-megamenu {
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
  padding-bottom: 20px;
}
.rd-navbar-fixed li.opened > .rd-menu {
  opacity: 1;
  height: auto;
}
.rd-navbar-fixed li.opened > .rd-navbar-submenu-toggle::after {
  transform: rotate(180deg);
}
.rd-navbar-fixed .rd-menu {
  display: none;
  transition:
    opacity 0.3s,
    height 0.4s ease;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.rd-navbar-fixed .rd-navbar-submenu {
  position: relative;
}
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {
  height: 34px;
  line-height: 34px;
}
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown > li > a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
  padding-left: 16px;
}
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a {
  padding-left: 25px;
}
.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
  display: block;
}
.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
  display: block;
  padding: 9px 10px 9px 4px;
  font-size: 12px;
  line-height: 1.5;
}
.rd-navbar-fixed .rd-megamenu-list > li + li,
.rd-navbar-fixed .rd-navbar-dropdown > li + li {
  margin-top: 3px;
}
.rd-navbar-fixed .rd-megamenu-item {
  position: relative;
}
.rd-navbar-fixed .rd-megamenu-title {
  position: absolute;
  top: -10%;
  right: 2%;
  display: block;
  padding: 0 14px 7px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #082f4c;
  opacity: 0.15;
  transform-origin: 41% 162%;
  transform: rotate(90deg);
}
.rd-navbar-fixed .rd-megamenu-list > li > a {
  padding-left: 20px;
}
.rd-navbar-fixed * + .rd-megamenu-list {
  margin-top: 11px;
}
.rd-navbar-fixed * + .rd-megamenu-title {
  margin-top: 20px;
}
.rd-navbar-fixed .rd-megamenu-item + .rd-megamenu-item {
  margin-top: 20px;
}
.rd-navbar-fixed .rd-navbar-submenu-toggle {
  cursor: pointer;
}
.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 52px;
  font: 400 16px "Material Design Icons";
  line-height: 52px;
  text-align: center;
  transition: 0.4s all ease;
  z-index: 2;
  cursor: pointer;
}
.rd-navbar-fixed .rd-navbar-link {
  display: flex;
  padding: 16px 20px;
  border: 1px solid #ebebeb;
}
.rd-navbar-fixed * + .rd-navbar-nav {
  margin-top: 20px;
}
.rd-navbar-fixed * + .rd-navbar-link {
  margin-top: 10px;
}
.rd-navbar-fixed .rd-navbar-nav + .rd-navbar-link {
  margin-top: 35px;
}
.rd-navbar-fixed .rd-navbar-slogan {
  padding: 20px 10px 10px;
  text-align: center;
}
.rd-navbar-fixed.rd-navbar--is-clone {
  display: none;
}
.rd-navbar-fixed .rd-navbar-panel {
  color: #2c343b;
  box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.3);
  background: #0d4561;
  border-bottom: 1px solid #0d4561;
}
.rd-navbar-fixed .rd-navbar-nav-wrap {
  background: #f8f8f8;
  border: 1px solid #0d4561;
  border-left: 0;
  box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.3);
}
.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.focus .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.active .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
  color: #0d4561;
}
.rd-navbar-fixed .rd-nav-item:hover > .rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.focus > .rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.active > .rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.opened > .rd-navbar-submenu-toggle {
  color: #0d4561;
}
.rd-navbar-fixed .rd-nav-link {
  color: #2c343b;
}
.rd-navbar-fixed .rd-dropdown-link,
.rd-navbar-fixed .rd-megamenu-list-link {
  color: #2c343b;
}
.rd-navbar-fixed .rd-megamenu-list > li:hover > a,
.rd-navbar-fixed .rd-megamenu-list > li.focus > a,
.rd-navbar-fixed .rd-megamenu-list > li.active > a,
.rd-navbar-fixed .rd-megamenu-list > li.opened > a,
.rd-navbar-fixed .rd-navbar-dropdown > li:hover > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.focus > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.active > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.opened > a {
  color: #0d4561;
}
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
  border-bottom: 1px solid #0d4561;
}
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active {
  color: #fff;
}
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
  color: #0d4561;
}
.rd-navbar-fixed .rd-navbar-submenu-toggle {
  color: #2c343b;
}
.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
  color: #d7d7d7;
}
.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
  color: #0d4561;
}
.rd-navbar-fixed .rd-navbar-search-toggle {
  color: #082f4c;
}
.rd-navbar-fixed .rd-navbar-search-toggle:hover {
  color: #0d4561;
}
.rd-navbar-fixed .rd-navbar-collapse {
  background-color: #0d4561;
  box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.3);
}
.rd-navbar-fixed .rd-navbar-collapse,
.rd-navbar-fixed .rd-navbar-collapse a {
  color: #2c343b;
}
html.rd-navbar-fixed-linked .rd-navbar-wrap {
  padding-top: 70px;
}
.rd-navbar-classic.rd-navbar-static {
  background: rgba(0, 0, 0, 0);
  background: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
  position: relative;
  display: flex;
  padding-right: 25px;
}
.rd-navbar-classic.rd-navbar-static .rd-navbar-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  border-right: 1px solid #ebebeb;
}
.rd-navbar-classic.rd-navbar-static .rd-navbar-brand a {
  background: url("/images/logo-d.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 6rem;
  height: 3rem;
}
.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 100px;
}
.rd-navbar-classic.rd-navbar-static .rd-navbar-nav-wrap {
  display: flex;
  flex-grow: 1;
  min-height: 75px;
  justify-content: space-between;
}
.rd-navbar-classic.rd-navbar-static .rd-navbar-nav-wrap > * {
  display: flex;
  align-items: center;
}
.rd-navbar-classic.rd-navbar-static .rd-navbar-nav-wrap > *:first-child {
  padding-left: 25px;
}
.rd-navbar-classic.rd-navbar-static .rd-navbar-nav {
  position: relative;
  justify-content: flex-start;
  padding-top: 20px;
  margin-right: 0px;
}
.rd-navbar-classic.rd-navbar-static .rd-navbar-link,
.rd-navbar-classic.rd-navbar-static .rd-navbar-element {
  flex-shrink: 0;
}
.rd-navbar-classic.rd-navbar-static .rd-navbar-link {
  padding: 15px 20px;
}
.rd-navbar-classic.rd-navbar-static .rd-navbar-element {
  display: flex;
  align-items: center;
}
.rd-navbar-classic.rd-navbar-static .rd-navbar-element_centered {
  padding: 10px 20px;
  text-align: center;
}
.rd-navbar-classic.rd-navbar-static .rd-navbar-element_right {
  padding: 0 15px;
}
.rd-navbar-classic.rd-navbar-static * + .rd-navbar-link,
.rd-navbar-classic.rd-navbar-static * + .rd-navbar-element {
  border-left: 0;
}
.rd-navbar-classic.rd-navbar-static * + .rd-navbar-element {
  margin-left: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .rd-navbar-classic.rd-navbar-static .rd-navbar-nav > li + li {
    margin-left: 25px;
  }
  .rd-navbar-classic.rd-navbar-static .rd-nav-link,
  .rd-navbar-classic.rd-navbar-static .rd-dropdown-link,
  .rd-navbar-classic.rd-navbar-static .rd-megamenu-list-link {
    font-size: 16px;
  }
  .rd-navbar-classic.rd-navbar-static .rd-navbar-submenu-toggle {
    position: relative;
    top: 1px;
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .rd-navbar-classic.rd-navbar-static .rd-menu {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .rd-navbar-classic.rd-navbar-static .rd-navbar-element_right {
    padding: 0 25px;
  }
}
@media (min-width: 1400px) {
  .rd-navbar-classic.rd-navbar-static .rd-navbar-brand a {
    height: 4rem;
    width: 8rem;
  }
  .rd-navbar-classic.rd-navbar-static .rd-navbar-link {
    padding: 15px 30px;
  }
  .rd-navbar-classic.rd-navbar-static .rd-navbar-element_centered {
    padding: 10px 30px;
  }
}
@media (min-width: 1400px) {
  .rd-navbar-classic.rd-navbar-static .rd-navbar-nav {
    padding: 15px;
    padding-bottom: 0;
    max-width: 545px;
  }
  .rd-navbar-classic.rd-navbar-static .rd-navbar-element_centered {
    padding: 10px 25px;
    margin-right: 25px;
  }
  .rd-navbar-classic.rd-navbar-static .rd-navbar-element_right {
    padding: 0 35px;
  }
  .rd-navbar-classic.rd-navbar-static .rd-navbar-link {
    padding: 15px 40px;
  }
}
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone {
  border: none;
  background-color: #0d4561;
  box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.09);
}
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main .rd-nav-link,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main .rd-nav-link {
  color: #fff;
}
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main .button,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main .button {
  color: #fff;
  border-color: #fff;
}
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main .button:hover,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main .button:hover {
  background-color: #fff;
  color: #0d4561;
}
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-brand a,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-brand a {
  background-image: url("/images/logo-w.png");
}
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
  display: none;
}
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item > .rd-navbar-submenu,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item > .rd-navbar-submenu {
  margin-top: 17px;
}
.rd-navbar-classic.rd-navbar-fixed .list-localization {
  position: fixed;
  right: 8px;
  top: 35px;
  display: flex;
  align-items: center;
  z-index: 1081;
  transform: translateY(-50%);
}
.rd-navbar-modern .rd-navbar-element {
  display: flex;
  align-items: center;
}
.rd-navbar-modern .rd-navbar-aside-open-toggle {
  position: relative;
  transition: 0.11s;
}
.rd-navbar-modern .rd-navbar-aside-open-toggle.active {
  transform: translate3d(20px, 0, 0);
}
.rd-navbar-modern .rd-navbar-aside-close-toggle {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  font-size: 16px;
  cursor: pointer;
}
.rd-navbar-modern .rd-navbar-aside {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 385px;
  background: #fff;
  z-index: 1081;
  box-shadow: -5.299px 8.48px 24px 0px rgba(0, 0, 0, 0.11);
  transform: translate3d(10px, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition: 0.11s;
}
.rd-navbar-modern .rd-navbar-aside.active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.rd-navbar-modern .rd-navbar-aside-header,
.rd-navbar-modern .rd-navbar-aside-link {
  padding-left: 20px;
  padding-right: 20px;
}
.rd-navbar-modern .rd-navbar-aside-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 40px;
}
.rd-navbar-modern .rd-navbar-aside-header > * + * {
  margin-left: 10px;
}
.rd-navbar-modern .rd-navbar-aside-main {
  position: relative;
  max-width: 385px;
  flex-grow: 1;
  overflow: hidden;
  overflow-y: auto;
}
.rd-navbar-modern .rd-navbar-aside-main::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  border-top: 1px solid #ebebeb;
}
.rd-navbar-modern .rd-navbar-aside-title,
.rd-navbar-modern .rd-navbar-aside-link {
  font-family: "Poppins", sans-serif;
  color: #082f4c;
  line-height: 1.2;
}
.rd-navbar-modern .rd-navbar-aside-title {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.rd-navbar-modern .rd-navbar-aside-link {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
}
.rd-navbar-modern .rd-navbar-aside-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  border-top: 1px solid #ebebeb;
}
.rd-navbar-modern .rd-navbar-aside-link.active {
  color: #0d4561;
  pointer-events: none;
}
.rd-navbar-modern .rd-navbar-aside-link:hover {
  color: #0d4561;
}
.rd-navbar-modern * + .button {
  margin-top: 0;
}
@media (min-width: 768px) {
  .rd-navbar-modern .rd-navbar-aside-close-toggle {
    font-size: 24px;
  }
  .rd-navbar-modern .rd-navbar-aside-header,
  .rd-navbar-modern .rd-navbar-aside-link {
    padding-left: 40px;
    padding-right: 20px;
  }
  .rd-navbar-modern .rd-navbar-aside-title {
    font-size: 17px;
  }
  .rd-navbar-modern .rd-navbar-aside-link {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .rd-navbar-modern .rd-navbar-aside-header {
    padding-right: 5px;
  }
  .rd-navbar-modern .rd-navbar-aside-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
  }
}
.rd-navbar-modern.rd-navbar-static::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: inherit;
}
.rd-navbar-modern.rd-navbar-static .rd-navbar-main {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.rd-navbar-modern.rd-navbar-static .rd-navbar-main > * + * {
  margin-left: 25px;
}
.rd-navbar-modern.rd-navbar-static .rd-navbar-panel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rd-navbar-modern.rd-navbar-static .rd-navbar-brand img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 200px;
}
.rd-navbar-modern.rd-navbar-static .rd-navbar-nav-wrap {
  display: flex;
  flex-grow: 1;
}
.rd-navbar-modern.rd-navbar-static .rd-navbar-nav {
  display: flex;
  align-items: center;
  min-height: 75px;
  flex-grow: 1;
  padding: 20px 40px;
}
.rd-navbar-modern.rd-navbar-static .rd-navbar-nav > li + li {
  margin-left: 20px;
}
.rd-navbar-modern.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-modern.rd-navbar-static .rd-navbar-megamenu-inner {
  border-radius: 8px;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.18);
}
.rd-navbar-modern.rd-navbar-static .rd-navbar-dropdown {
  padding: 0;
  border: 0;
}
.rd-navbar-modern.rd-navbar-static .rd-navbar-megamenu {
  border: 0;
}
.rd-navbar-modern.rd-navbar-static .rd-dropdown-item + .rd-dropdown-item {
  border-top: 1px solid #ebebeb;
}
.rd-navbar-modern.rd-navbar-static .rd-dropdown-link {
  padding: 10px 10px 10px 25px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
.rd-navbar-modern.rd-navbar-static .rd-navbar-element {
  position: relative;
  display: flex;
  align-self: stretch;
  align-items: center;
  padding: 12px 0 12px 25px;
  background-color: rgba(0, 0, 0, 0);
}
.rd-navbar-modern.rd-navbar-static .rd-navbar-element > * + * {
  margin-left: 25px;
}
.rd-navbar-modern.rd-navbar-static .rd-navbar-element::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  background: linear-gradient(227deg, rgb(6.4476547623, 40.3839544892, 85.5523452377) 0%, rgb(2.2186520376, 62.3096365349, 92.7813479624) 100%);
  border-radius: 10px;
  z-index: -1;
  border: 1px solid rgba(0, 0, 0, 0);
  transform: skewX(-13deg);
  pointer-events: none;
  backface-visibility: hidden;
}
.rd-navbar-modern.rd-navbar-static .rd-navbar-element .button {
  min-width: 130px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .rd-navbar-modern.rd-navbar-static .rd-nav-link,
  .rd-navbar-modern.rd-navbar-static .rd-dropdown-link,
  .rd-navbar-modern.rd-navbar-static .rd-megamenu-list-link {
    font-size: 14px;
  }
  .rd-navbar-modern.rd-navbar-static .rd-navbar-submenu-toggle {
    position: relative;
    top: 1px;
    font-size: 15px;
  }
}
@media (min-width: 1920px) {
  .rd-navbar-modern.rd-navbar-static .rd-navbar-aside {
    width: auto;
    left: calc(50% + 600px - 30px - 25px);
  }
}
@media (min-width: 1200px) {
  .rd-navbar-modern.rd-navbar-static .rd-dropdown-link {
    font-size: 17px;
  }
}
@media (min-width: 1400px) {
  .rd-navbar-modern.rd-navbar-static .rd-navbar-nav {
    padding: 15px 30px 20px 85px;
  }
  .rd-navbar-modern.rd-navbar-static .rd-navbar-nav > li + li {
    margin-left: 46px;
  }
}
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck::after,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone::after {
  border-bottom-color: #0d4561;
}
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item > .rd-navbar-submenu,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item > .rd-navbar-submenu {
  margin-top: 17px;
}
.rd-navbar-modern.rd-navbar-fixed .rd-navbar-element {
  position: fixed;
  top: 0;
  right: 0;
  height: 70px;
  z-index: 1081;
  padding-left: 20px;
  padding-right: 10px;
}
.rd-navbar-modern.rd-navbar-fixed .rd-navbar-element > * + * {
  margin-left: 30px;
}
.rd-navbar-modern.rd-navbar-fixed .rd-navbar-aside {
  max-width: 90%;
}
@media (max-width: 575.98px) {
  .rd-navbar-modern.rd-navbar-fixed .rd-navbar-element .button {
    padding: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .rd-navbar-modern.rd-navbar-fixed .rd-navbar-aside {
    max-width: 320px;
  }
}
.swiper-container {
  display: flex;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: inherit;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container {
  flex-shrink: 0;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  touch-action: pan-x;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-slide > .vide__body,
.swiper-slide > .parallax_cnt {
  height: 100%;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  font-size: 26px;
  line-height: 1;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease-in;
  will-change: transform;
  z-index: 10;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #0d4561;
}
@media (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
  }
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev {
  left: 30px;
}
.swiper-button-prev:before {
  font-family: "FontAwesome";
  content: "";
}
.swiper-button-next {
  right: 30px;
}
.swiper-button-next:before {
  font-family: "FontAwesome";
  content: "";
}
.swiper-slider.swiper-container-rtl .swiper-button-prev::before {
  content: "";
}
.swiper-slider.swiper-container-rtl .swiper-button-next::before {
  content: "";
}
.swiper-pagination {
  position: absolute;
  display: block;
  text-align: center;
  transition: 0.3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: hsla(0, 0%, 100%, 0.6);
  transition: 0.2s;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet:hover {
  background: #fff;
}
.swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-black .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.6);
}
.swiper-pagination-black .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 20px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.swiper-slide-caption {
  width: 100%;
  white-space: normal;
}
.swiper-slider-1 {
  min-height: 40.1041666667vw;
}
.rd-search-results-live {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  max-height: 600px;
  overflow-y: auto;
  margin: -3px 0 0;
  text-align: left;
  z-index: 998;
}
.rd-search-results-live #search-results {
  position: relative;
  padding: 16px 0 0;
  color: #9c9c9c;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform-origin: 50% 0;
  transform: scale(1, 0.9);
  transition: 0.3s all ease;
}
.rd-search-results-live #search-results::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  border: 1px solid #ebebeb;
  border-top: 0;
}
.rd-search-results-live #search-results.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
}
.rd-search-results-live .search-quick-result {
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #082f4c;
}
.rd-search-results-live .search-list {
  margin-top: 11px;
}
.rd-search-results-live .search-list li:only-child {
  padding: 0 15px 15px;
}
.rd-search-results-live .search-link {
  color: #d7d7d7;
}
.rd-search-results-live .search-link:hover {
  color: #0d4561;
}
.rd-search-results-live .search-error {
  font-size: 14px;
  line-height: 1.6;
}
.rd-search-results-live .search-title {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #082f4c;
}
.rd-search-results-live .search-title a:hover {
  color: #0d4561;
}
.rd-search-results-live .search-list-item-all {
  margin-top: 18px;
  width: 100%;
}
.rd-search-results-live .search-submit {
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: block;
  padding: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  text-align: center;
  color: #fff;
  background: #0d4561;
}
.rd-search-results-live .search-submit:hover {
  color: #fff;
  background: #d7d7d7;
}
.rd-search-results-live .match {
  display: none;
}
.not-empty ~ .rd-search-results-live {
  visibility: visible;
  opacity: 1;
}
.rd-search-results-live p {
  font-size: 11px;
}
.rd-search-results-live p * {
  margin: 0;
}
.rd-search-results-live .search-list-item {
  padding: 0 15px;
}
.rd-search-results-live * + p {
  margin-top: 5px;
}
.rd-search-results-live .search-list-item + .search-list-item {
  margin-top: 17px;
}
.rd-search-results .search-list {
  counter-reset: li;
  text-align: left;
  padding-left: 0;
  font-size: 18px;
  list-style-type: none;
  overflow: hidden;
}
.rd-search-results .search-list li div {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
}
.rd-search-results .search-list li:only-child::before {
  display: none;
}
.rd-search-results .search-list-item {
  position: relative;
  padding-left: 40px;
  font-size: 15px;
  color: #777;
}
.rd-search-results .search-list-item::before {
  content: counter(li, decimal-leading-zero) ".";
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: inherit;
  font-weight: 500;
  color: #082f4c;
}
.rd-search-results .search-title {
  font-size: 16px;
  font-weight: 400;
  color: #082f4c;
}
.rd-search-results .search {
  color: #fff;
  padding: 0 0.25em;
  background: #0d4561;
}
.rd-search-results .match {
  padding: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
  color: rgba(8, 47, 76, 0.7);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.rd-search-results .match em {
  margin: 0;
  font-style: normal;
}
.rd-search-results p * {
  margin: 0;
}
.rd-search-results * + .match {
  margin-top: 10px;
}
.rd-search-results .search-list-item + .search-list-item {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .rd-search-results .search-title {
    font-size: 18px;
  }
  .rd-search-results .search-list-item::before {
    top: 2px;
    font-size: 16px;
  }
  .rd-search-results * + p {
    margin-top: 12px;
  }
  .rd-search-results .search-list-item + .search-list-item {
    margin-top: 55px;
  }
}
@media (min-width: 992px) {
  .rd-search-results .search-list-item {
    padding-left: 40px;
  }
}
* + .rd-search-results {
  margin-top: 40px;
}
@media (min-width: 768px) {
  * + .rd-search-results {
    margin-top: 55px;
  }
}
@media (min-width: 1200px) {
  * + .rd-search-results {
    margin-top: 80px;
  }
}
.rd-search-classic {
  position: relative;
}
.rd-search-classic .form-input {
  padding-right: 50px;
}
.rd-search-classic .form-input,
.rd-search-classic .form-label {
  letter-spacing: 0;
}
.rd-search-classic .rd-search-submit {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
.rd-search-classic .rd-search-submit::-moz-focus-inner {
  border: none;
  padding: 0;
}
.rd-search-classic .rd-search-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  padding-top: 3px;
  padding-right: 2px;
  margin: 0;
  text-align: center;
  color: #d7d7d7;
  font-size: 0;
  line-height: 0;
}
.rd-search-classic .rd-search-submit:before {
  position: relative;
  top: -1px;
  content: "";
  font: 400 20px "fl-chapps";
  line-height: 1;
  transition: 0.33s all ease;
}
.rd-search-classic .rd-search-submit:hover {
  color: #0d4561;
}
.rd-search.rd-search-inline {
  position: relative;
}
.rd-search.rd-search-inline .form-input {
  padding-right: 54px;
}
.rd-search.rd-search-inline .button-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  right: 0;
  margin: 0;
  font-size: 21px;
  color: #d7d7d7;
  transition: 0.33s;
}
.rd-search.rd-search-inline .button-link::before {
  display: block;
  margin: auto;
}
.rd-search.rd-search-inline .button-link:hover {
  color: #0d4561;
}
.rd-search.rd-search-inline.form-sm .form-input {
  padding-right: 40px;
}
.rd-search.rd-search-inline.form-sm .button-link {
  width: 40px;
  font-size: 18px;
}
.rd-search.rd-search-inline.form-lg .form-input {
  padding-right: 70px;
}
.rd-search.rd-search-inline.form-lg .button-link {
  width: 70px;
}
@keyframes sprite-animation {
  from {
    background-position: 0 0;
  }
}
[data-isotope-layout] {
  z-index: 0;
  display: block;
  min-height: 160px;
  margin-left: -15px;
  margin-right: -15px;
  transition: 0.4s all ease;
}
[data-isotope-layout]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-top: 15px;
  background-image: url("../images/isotope-loader.png");
  background-position: -1152px 0;
  animation: 0.7s sprite-animation steps(18) infinite;
  transition: 0.4s all ease;
  transform: translate3d(-50%, -50%, 0);
}
[data-isotope-layout] .row {
  margin-bottom: -30px;
}
[data-isotope-layout] .row > [class*="col-"] {
  margin-top: 30px;
}
[data-isotope-layout] .row-narrow {
  margin-bottom: -30px;
}
[data-isotope-layout] .row-narrow > [class*="col-"] {
  margin-top: 30px;
}
[data-isotope-layout] .row-condensed {
  margin-bottom: 0;
}
[data-isotope-layout] .row-condensed > [class*="col-"] {
  margin-top: 0;
}
[data-isotope-layout] [class*="col-"] {
  display: block;
  opacity: 0;
  will-change: transform;
  transition: 0.1s opacity ease-in;
}
@media (max-width: 575.98px) {
  [data-isotope-layout] [class*="col-"] {
    max-width: 100%;
  }
}
[data-isotope-layout].isotope--loaded [class*="col-"] {
  opacity: 1;
}
[data-isotope-layout].isotope--loaded:after {
  opacity: 0;
  visibility: hidden;
}
.isotope-filters > * {
  margin-top: 0;
  vertical-align: middle;
}
.isotope-filters .inline-list {
  position: relative;
  word-spacing: 0;
}
.isotope-filters .inline-list li {
  display: inline-block;
}
.isotope-filters .inline-list a {
  position: relative;
  transition: 0.3s;
  color: #d7d7d7;
}
.isotope-filters .inline-list .isotope-filters-trigger {
  display: none;
}
.isotope-filters-modern .inline-list {
  transform: translate3d(0, -10px, 0);
  margin-bottom: -10px;
  margin-left: -10px;
  margin-right: -10px;
}
.isotope-filters-modern .inline-list > * {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.isotope-filters-modern .inline-list > li {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
.isotope-filters-modern .inline-list a {
  position: relative;
  padding-bottom: 10px;
}
.isotope-filters-modern .inline-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: 0.4s;
  background: #0d4561;
}
.isotope-filters-modern .inline-list a:hover {
  color: #0d4561;
}
.isotope-filters-modern .inline-list a.active::after {
  width: 100%;
}
@media (min-width: 992px) {
  .isotope-filters-modern .inline-list {
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -23px;
    margin-right: -23px;
  }
  .isotope-filters-modern .inline-list > * {
    margin-top: 10px;
    padding-left: 23px;
    padding-right: 23px;
  }
}
.isotope-modern-wrap [class*="col"] {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .isotope-modern-wrap [class*="col"] {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .isotope-modern-wrap [class*="col"] {
    margin-top: 0;
  }
}
.isotope-condensed {
  margin-left: 0;
  margin-right: 0;
}
.isotope-condensed .row > * {
  margin-top: -1px;
  margin-bottom: -1px;
}
* + .isotope-outer {
  margin-top: 30px;
}
@media (min-width: 768px) {
  * + .isotope-outer {
    margin-top: 45px;
  }
}
.tabs-custom {
  text-align: left;
}
.nav {
  display: block;
}
.navbar {
  position: static;
  display: block;
}
.nav-tabs {
  font-size: 0;
  line-height: 0;
  word-spacing: 0;
  border: 0;
}
.nav-tabs:before,
.nav-tabs:after {
  display: none;
}
.nav-tabs .nav-link {
  border: 0;
  border-radius: 0;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background-color: rgba(0, 0, 0, 0);
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border: none;
}
.nav-item {
  float: none;
  border: 0;
  cursor: pointer;
  transition: 0.33s all ease;
}
.nav-link {
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.nav-link.active {
  cursor: default;
}
.tab-content > .tab-pane {
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.tab-content > .active {
  visibility: visible;
  height: auto;
  width: auto;
  overflow: visible;
}
* + .tabs-line {
  margin-top: 30px;
}
@media (min-width: 768px) {
  * + .tabs-line {
    margin-top: 40px;
  }
}
.tabs-line .nav-tabs {
  position: relative;
  text-align: center;
}
.tabs-line .nav-link {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  vertical-align: middle;
}
.tabs-line .nav-link span {
  line-height: 1.4;
}
.tabs-line * + .navbar {
  margin-top: 15px;
}
.tabs-line * + .tab-content {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .tabs-line .nav-tabs {
    max-width: 100%;
  }
  .tabs-line .nav-item {
    margin: -1px;
  }
  .tabs-line .nav-item:first-child {
    border-top: 1px solid #d7d7d7;
  }
  .tabs-line .nav-link {
    padding: 7px 10px;
    color: #082f4c;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #d7d7d7;
  }
  .tabs-line .nav-link:hover,
  .tabs-line .nav-link.active {
    color: #fff;
    background: #0d4561;
    border-color: #0d4561;
  }
  .context-dark .tabs-line .nav-item:first-child,
  .bg-gray-900 .tabs-line .nav-item:first-child,
  .bg-blue .tabs-line .nav-item:first-child,
  .bg-dark-blue .tabs-line .nav-item:first-child,
  .bg-accent .tabs-line .nav-item:first-child {
    border-top-color: hsla(0, 0%, 100%, 0.4);
  }
  .context-dark .tabs-line .nav-link,
  .bg-gray-900 .tabs-line .nav-link,
  .bg-blue .tabs-line .nav-link,
  .bg-dark-blue .tabs-line .nav-link,
  .bg-accent .tabs-line .nav-link {
    border-bottom-color: hsla(0, 0%, 100%, 0.4);
  }
  .context-dark .tabs-line .nav-link:hover,
  .bg-gray-900 .tabs-line .nav-link:hover,
  .bg-blue .tabs-line .nav-link:hover,
  .bg-dark-blue .tabs-line .nav-link:hover,
  .bg-accent .tabs-line .nav-link:hover,
  .context-dark .tabs-line .nav-link.active,
  .bg-gray-900 .tabs-line .nav-link.active,
  .bg-blue .tabs-line .nav-link.active,
  .bg-dark-blue .tabs-line .nav-link.active,
  .bg-accent .tabs-line .nav-link.active {
    color: #fff;
    background: hsla(0, 0%, 100%, 0.3);
    border-color: hsla(0, 0%, 100%, 0.3);
  }
}
@media (max-width: 767.98px) {
  .tabs-line-responsive {
    position: relative;
    z-index: 10;
    text-align: center;
  }
  .tabs-line-responsive .navbar {
    position: static;
  }
  .tabs-line-responsive .navbar-inner {
    position: relative;
    width: 100%;
  }
  .tabs-line-responsive .stuck,
  .tabs-line-responsive .stick {
    min-height: 44px;
  }
  .tabs-line-responsive .stuck .navbar-inner,
  .tabs-line-responsive .stick .navbar-inner {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: 101vw;
  }
  .tabs-line-responsive .stuck .tabs-line-toggle,
  .tabs-line-responsive .stick .tabs-line-toggle {
    border-radius: 0;
    box-shadow: none;
  }
  .tabs-line-responsive .tabs-line-toggle {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
  .tabs-line-responsive .tabs-line-toggle::-moz-focus-inner {
    border: none;
    padding: 0;
  }
  .tabs-line-responsive .tabs-line-toggle {
    position: relative;
    z-index: 45;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 5px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #082f4c;
    box-shadow: 0 0 24px 0 rgba(75, 81, 91, 0.12);
    transition: 0.22s ease-in;
  }
  .tabs-line-responsive .tabs-line-toggle .icon {
    position: relative;
    top: 1px;
    display: block;
    margin-left: 5px;
    transition: 0.22s;
    will-change: transform;
  }
  .tabs-line-responsive .tabs-line-toggle.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .tabs-line-responsive .tabs-line-toggle.active .icon {
    transform: scale(1, -1);
  }
  .tabs-line-responsive ul.nav-tabs {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 20px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    margin-top: -1px;
    background: hsla(0, 0%, 100%, 0.95);
    border: 1px solid #ebebeb;
    transition: 0.22s ease-in;
    text-align: center;
  }
  .tabs-line-responsive ul.nav-tabs.active {
    opacity: 1;
    visibility: visible;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .tabs-line-responsive ul.nav-tabs .nav-item {
    border: 0;
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .tabs-line-responsive ul.nav-tabs .nav-item:nth-child(n) a {
    border: 0;
  }
  .tabs-line-responsive ul.nav-tabs .nav-link {
    padding: 0;
    color: #2c343b;
    border-radius: 18px;
  }
  .tabs-line-responsive ul.nav-tabs .nav-link:hover,
  .tabs-line-responsive ul.nav-tabs .nav-link.active {
    background-color: rgba(0, 0, 0, 0);
    color: #0d4561;
  }
  .tabs-line-responsive ul.nav-tabs .nav-item + .nav-item {
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .tabs-line-responsive .tabs-line-toggle {
    display: none;
  }
}
.tabs-creative .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  max-width: 490px;
  margin-bottom: -25px;
  text-align: left;
}
.tabs-creative .nav-tabs-outer {
  flex-shrink: 0;
  padding-top: 20px;
}
.tabs-creative .nav-item {
  width: 50%;
  padding-right: 10px;
  margin-bottom: 25px;
}
.tabs-creative .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1.2;
}
.tabs-creative .nav-link .icon {
  position: relative;
  top: 0.025em;
  display: block;
  margin-right: 10px;
  font-size: 28px;
}
.tabs-creative .nav-link.active {
  color: #082f4c;
}
.tabs-creative .nav-link.active .icon {
  color: #0d4561;
}
.tabs-creative .safari-frame-2 {
  width: 100%;
  max-width: 650px;
}
.tabs-creative .tab-content {
  position: relative;
  display: flex;
  padding-bottom: 64.262295082%;
}
.tabs-creative .tab-pane {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100% !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: 100%;
  flex-shrink: 0;
  animation-duration: 0.7s;
  animation-timing-function: ease;
  transform: translate3d(0, 0, 0);
}
.tabs-creative .tab-pane,
.tabs-creative .tab-pane * {
  backface-visibility: hidden;
}
@keyframes show {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.tabs-creative .tab-pane.active {
  z-index: 2;
  animation-name: show;
}
.tabs-creative .tab-pane::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  left: -6px;
  background: #fff;
  box-shadow: -0.279px -3.99px 20.58px 0.42px rgba(75, 81, 91, 0.34);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.tabs-creative .tab-pane.showing::after {
  opacity: 1;
  visibility: visible;
}
.tabs-creative .tab-pane.hiding {
  z-index: 1;
}
.tabs-creative * + .nav-tabs {
  margin-top: 25px;
}
.tabs-creative * + .tab-content-outer {
  margin-top: 25px;
}
@media (max-width: 575.98px) {
  .tabs-creative .nav-link {
    font-size: 14px;
  }
  .tabs-creative .nav-link .icon {
    display: none;
  }
}
@media (min-width: 576px) {
  .tabs-creative h3,
  .tabs-creative .heading-3 {
    max-width: 370px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tabs-creative {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .tabs-creative .nav-tabs {
    max-width: 460px;
  }
  .tabs-creative .nav-item {
    width: 50%;
  }
  .tabs-creative .nav-link {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .tabs-creative {
    display: flex;
    align-items: center;
  }
  .tabs-creative .nav-tabs {
    margin-bottom: -40px;
  }
  .tabs-creative .nav-item {
    margin-bottom: 40px;
  }
  .tabs-creative .nav-link {
    font-size: 16px;
  }
  .tabs-creative .nav-tabs-outer + .tab-content-outer {
    margin-left: 10px;
  }
  .tabs-creative * + h3,
  .tabs-creative * + .heading-3 {
    margin-top: 20px;
  }
  .tabs-creative * + .nav-tabs-inner {
    margin-top: 40px;
  }
  .tabs-creative * + .group {
    margin-top: 45px;
  }
}
@media (min-width: 1200px) {
  .tabs-creative .nav-link {
    font-size: 17px;
  }
  .tabs-creative .nav-link .icon {
    margin-right: 20px;
    font-size: 35px;
  }
  .tabs-creative .nav-tabs-outer + .tab-content-outer {
    margin-left: 35px;
  }
}
@media (max-width: 767.98px) {
  .tabs-creative {
    position: relative;
    z-index: 10;
    text-align: center;
  }
  .tabs-creative .nav-tabs-outer {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .tabs-creative .nav-tabs {
    width: 100%;
    order: 2;
  }
}
.context-dark .tabs-line_1 .nav-link,
.bg-gray-900 .tabs-line_1 .nav-link,
.bg-blue .tabs-line_1 .nav-link,
.bg-dark-blue .tabs-line_1 .nav-link,
.bg-accent .tabs-line_1 .nav-link {
  color: #fff;
}
.context-dark .tabs-line_1 .nav-link span::after,
.bg-gray-900 .tabs-line_1 .nav-link span::after,
.bg-blue .tabs-line_1 .nav-link span::after,
.bg-dark-blue .tabs-line_1 .nav-link span::after,
.bg-accent .tabs-line_1 .nav-link span::after {
  width: 100%;
  background: #ebebeb;
  opacity: 0.65;
}
.context-dark .tabs-line_1 .nav-link:hover span::after,
.bg-gray-900 .tabs-line_1 .nav-link:hover span::after,
.bg-blue .tabs-line_1 .nav-link:hover span::after,
.bg-dark-blue .tabs-line_1 .nav-link:hover span::after,
.bg-accent .tabs-line_1 .nav-link:hover span::after,
.context-dark .tabs-line_1 .nav-link.active span::after,
.bg-gray-900 .tabs-line_1 .nav-link.active span::after,
.bg-blue .tabs-line_1 .nav-link.active span::after,
.bg-dark-blue .tabs-line_1 .nav-link.active span::after,
.bg-accent .tabs-line_1 .nav-link.active span::after {
  background: #151515;
  opacity: 1;
}
.tabs-features {
  width: 100%;
}
.tabs-features .nav-link {
  position: relative;
  z-index: 0;
  padding: 5px 0 5px 20px;
  border-radius: 35px;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
  color: #082f4c;
  transition: 0.22s;
}
.tabs-features .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  margin-top: 5px;
  top: 0.5em;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 17px;
  border-radius: 35px;
  background: #fcba6e;
  transition: none;
}
.tabs-features .nav-item {
  border: 1px solid rgba(0, 0, 0, 0);
}
.tabs-features .nav-item + .nav-item {
  margin-top: 5px;
}
.tabs-features .tab-content {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  max-width: 100%;
  flex-shrink: 0;
}
.tabs-features .tab-content::before {
  content: "";
  display: block;
  padding-bottom: 56.351039261%;
}
.tabs-features .tab-pane {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  background-position: center center;
  background-size: cover;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(75, 81, 91, 0.15);
}
.tabs-features * + .nav-tabs,
.tabs-features * + .navigation-custom {
  margin-top: 15px;
}
.tabs-features .tabs-features-aside + .tab-content {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .tabs-features {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .tabs-features .nav-link::before {
    transition: 0.22s;
  }
  .tabs-features .tab-content {
    background: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tabs-features .tab-content {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media (min-width: 768px) {
  .tabs-features .nav-tabs {
    padding-left: 5px;
  }
  .tabs-features .nav-item + .nav-item {
    margin-top: 10px;
  }
  .tabs-features .tab-content {
    max-width: 866px;
    flex-grow: 1;
  }
  .tabs-features .tab-pane {
    top: 6.2%;
    left: 13.9%;
    right: 13.4%;
    bottom: 12%;
    border-radius: 0;
    box-shadow: none;
  }
}
@media (min-width: 992px) {
  .tabs-features {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-right: -40px;
  }
  .tabs-features .tabs-features-aside {
    width: 28%;
    padding-top: 15px;
    max-width: 340px;
    flex-shrink: 0;
    flex-grow: 1;
  }
  .tabs-features .tabs-features-aside + .tab-content {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media (max-width: 1199.98px) {
  .tabs-features .nav-link.active::before {
    background: #0d4561;
  }
}
@media (min-width: 1200px) {
  .tabs-features .nav-tabs {
    padding-left: 20px;
  }
  .tabs-features .tabs-features-aside {
    max-width: 370px;
  }
  .tabs-features .nav-link::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    left: 100%;
    width: 300px;
    border-bottom: 1px solid #ebebeb;
    opacity: 0;
    visibility: hidden;
  }
  .tabs-features .nav-link.active {
    padding-top: 18px;
    padding-bottom: 18px;
    margin: 7px 0;
    background: #ebebeb;
  }
  .tabs-features .nav-link.active::before {
    opacity: 0;
    visibility: hidden;
    transition: 0.11s;
  }
  .tabs-features .nav-link.active::after {
    opacity: 1;
    visibility: visible;
    transition: 0.11s;
  }
  .tabs-features * + h3,
  .tabs-features * + .heading-3 {
    margin-top: 24px;
  }
  .tabs-features * + .nav-tabs,
  .tabs-features * + .navigation-custom {
    margin-top: 50px;
  }
}
@media (min-width: 1400px) {
  .tabs-features {
    margin-right: -100px;
  }
}
@media (min-width: 768px) {
  .tabs-line .nav-item {
    transform: translate3d(0, 0, 0);
    will-change: transform;
  }
  .tabs-line .nav-link {
    position: relative;
    font-size: 19px;
  }
  .tabs-line .nav-link span {
    position: relative;
    display: inline-flex;
    padding: 12px 2px 13px;
    margin-bottom: -1px;
  }
  .tabs-line .nav-link span::after {
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    height: 3px;
    width: 0;
    transition: 0.33s;
    background: #0d4561;
  }
  .tabs-line .nav-link.active span::after {
    left: 0;
    right: auto;
    width: 100%;
  }
  .tabs-line * + .nav-tabs {
    margin-top: 25px;
  }
  .tabs-line .tabs-line-toggle + .nav-tabs {
    margin-top: 0;
  }
  * + .tabs-line_1 {
    margin-top: 20px;
  }
  .tabs-horizontal.tabs-line .nav-tabs {
    border: 0;
    border-bottom: 1px solid #ebebeb;
  }
  .tabs-horizontal.tabs-line .nav-item {
    display: inline-block;
    margin-bottom: -1px;
  }
  .tabs-horizontal.tabs-line .nav-item:not(:last-child) {
    margin-right: 52px;
  }
  .tabs-horizontal.tabs-line * + .tab-content {
    margin-top: 30px;
  }
  .tabs-horizontal.tabs-line.tabs-line_1 .nav-tabs {
    text-align: left;
    border-bottom: 0;
  }
  .tabs-horizontal.tabs-line.tabs-line_1 .nav-link span {
    padding-bottom: 8px;
  }
  .tabs-vertical {
    display: flex;
    align-items: flex-start;
  }
  .tabs-vertical .nav-tabs {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .tabs-vertical .nav-item {
    border: 0;
    width: 100%;
    text-align: left;
  }
  .tabs-vertical .nav-link.active {
    background-color: rgba(0, 0, 0, 0);
  }
  .tabs-vertical .tab-content {
    flex-grow: 1;
  }
  .tabs-vertical.tabs-line {
    align-items: stretch;
    margin-left: -35px;
  }
  .tabs-vertical.tabs-line > * {
    margin-left: 35px;
  }
  .tabs-vertical.tabs-line .nav-tabs {
    flex-shrink: 0;
    max-width: 50%;
    min-width: 200px;
  }
  .tabs-vertical.tabs-line .nav-tabs-outer {
    position: relative;
    flex-shrink: 0;
    max-width: 50%;
    min-width: 200px;
  }
  .tabs-vertical.tabs-line .nav-tabs-outer .nav-tabs {
    width: 100%;
    max-width: 100%;
  }
  .tabs-vertical.tabs-line .nav-item {
    padding-right: 10px;
    border-bottom: 1px solid #d7d7d7;
    cursor: default;
  }
  .tabs-vertical.tabs-line .nav-item:first-child .nav-link span {
    padding-top: 0;
  }
  .tabs-vertical.tabs-line .nav-item + .nav-item {
    margin-top: 8px;
  }
  .tabs-vertical.tabs-line .tab-content {
    margin-top: 0;
  }
  .tabs-vertical.tabs-line-1 .nav-tabs {
    width: 32%;
  }
  .tabs-vertical.tabs-line-1 .nav-tabs-outer {
    width: 32%;
  }
  .tabs-vertical.tabs-line-1 .nav-tabs-outer .nav-tabs {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .tabs-horizontal.tabs-line .nav-link span {
    padding-bottom: 16px;
  }
  .tabs-vertical.tabs-line {
    margin-left: -50px;
  }
  .tabs-vertical.tabs-line > * {
    margin-left: 50px;
  }
  .tabs-vertical.tabs-line .nav-tabs {
    width: 370px;
    min-width: 370px;
    border-bottom: 0;
  }
  .tabs-vertical.tabs-line .nav-tabs-outer {
    width: 370px;
    border-bottom: 0;
  }
  .tabs-vertical.tabs-line .nav-tabs-outer .nav-tabs {
    width: 100%;
  }
  .tabs-vertical.tabs-line .nav-link span {
    padding: 15px 2px;
  }
}
@media (min-width: 1200px) {
  .tabs-line .nav-link {
    font-size: 22px;
  }
  .tabs-vertical.tabs-line {
    margin-left: -90px;
  }
  .tabs-vertical.tabs-line > * {
    margin-left: 90px;
  }
  .tabs-vertical.tabs-line .nav-item + .nav-item {
    margin-top: 11px;
  }
}
.card-group-custom {
  margin-bottom: 0;
}
.card-group-custom .card-header + .collapse > .card-body,
.card-group-custom .card-header + .collapse > .list-group {
  border-top: 0;
}
.card-group-custom .card + .card {
  margin-top: 0;
}
.card-custom {
  display: block;
  margin: 0;
  background: inherit;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.card-custom a {
  display: block;
}
.card-custom .card-header {
  padding: 0;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: rgba(0, 0, 0, 0);
}
.card-custom .card-body {
  padding: 0;
  border: 0;
}
.card-custom .card-body a {
  display: inline-block;
  color: #fcba6e;
  text-decoration: underline;
}
.card-custom .card-title {
  margin-bottom: 0;
}
* + .card-group-custom {
  margin-top: 35px;
}
@media (min-width: 768px) {
  * + .card-group-custom {
    margin-top: 50px;
  }
}
.card-corporate {
  position: relative;
  text-align: left;
}
.card-corporate::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  transform: translate3d(-50%, 0, 0);
  border-bottom: 1px solid #ebebeb;
}
.card-corporate:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  transform: translate3d(-50%, 0, 0);
  border-bottom: 1px solid #ebebeb;
}
.card-corporate .card-title a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 12px 16px 12px 0;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.005em;
  color: #2c343b;
  transition: 0.1s all ease;
}
.card-corporate .card-title a .card-arrow:after {
  opacity: 0;
  visibility: hidden;
}
.card-corporate .card-title a.collapsed {
  border-bottom-width: 0;
}
.card-corporate .card-title a.collapsed .card-arrow:after {
  opacity: 1;
  visibility: visible;
}
.card-corporate .card-arrow {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 17px;
  z-index: 2;
  transition: 0.33s all ease;
}
.card-corporate .card-arrow::before,
.card-corporate .card-arrow::after {
  position: absolute;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  color: #082f4c;
  font-family: "Material Design Icons";
  transition: 0.23s all ease;
}
.card-corporate .card-arrow::before {
  content: "";
}
.card-corporate .card-arrow::after {
  content: "";
}
.card-corporate .card-body {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
  color: #082f4c;
}
.card-corporate .collapsing {
  transition-timing-function: ease-in-out;
}
@media (min-width: 768px) {
  .card-corporate .card-title a {
    padding: 20px 48px 20px 0;
    font-size: 18px;
  }
  .card-corporate .card-arrow {
    right: 50px;
  }
  .card-corporate .card-body {
    padding: 0 50px 35px 0;
  }
}
@media (min-width: 992px) {
  .card-corporate .card-title a {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .card-corporate .card-body {
    padding-right: 140px;
  }
  .card-corporate .card-text {
    font-size: 17px;
    line-height: 1.5294117647;
    font-weight: 400;
  }
}
@media (min-width: 1400px) {
  .card-corporate .card-title a {
    padding: 24px 60px 24px 0;
    font-size: 26px;
  }
}
.card-group-custom.card-group-classic .card + .card {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .card-group-custom.card-group-classic .card + .card {
    margin-top: 30px;
  }
}
.card-classic {
  position: relative;
  overflow: hidden;
  text-align: left;
  border: 1px solid #0d4561;
  border-radius: 10px;
  transition: 0.35s ease;
}
.card-classic.active {
  box-shadow: 0 0 24px 0 rgba(75, 81, 91, 0.3);
  background: #0d4561;
  border-color: #0d4561;
  transition: 0.15s ease;
}
.card-classic.active .card-shape {
  opacity: 1;
  visibility: visible;
}
.card-classic.active .card-title a {
  font-size: 17px;
  color: #fff;
}
.card-classic .card-title a,
.card-classic .card-body {
  padding-left: 25px;
}
.card-classic .card-title a {
  position: relative;
  z-index: 1;
  padding: 25px 60px 25px 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.015em;
  color: #0d4561;
  background-color: rgba(0, 0, 0, 0);
}
.card-classic .card-title a .card-arrow:after {
  opacity: 0;
  visibility: hidden;
}
.card-classic .card-title a.collapsed .card-arrow::before,
.card-classic .card-title a.collapsed .card-arrow::after {
  color: #082f4c;
}
.card-classic .card-title a.collapsed .card-arrow::before {
  opacity: 0;
  visibility: hidden;
}
.card-classic .card-title a.collapsed .card-arrow::after {
  opacity: 1;
  visibility: visible;
}
.card-classic .card-arrow {
  position: absolute;
  top: 24px;
  right: 20px;
  z-index: 2;
  height: 28px;
  width: 28px;
  transition: 0.33s all ease;
  text-align: center;
}
.card-classic .card-arrow::before,
.card-classic .card-arrow::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  font-family: "Material Design Icons";
  font-size: 22px;
  transition: 0.15s;
  color: #0d4561;
}
.card-classic .card-arrow::before {
  content: "";
  opacity: 1;
  visibility: visible;
}
.card-classic .card-arrow::after {
  content: "";
  opacity: 0;
  visibility: hidden;
}
.card-classic .card-body {
  position: relative;
  z-index: 1;
  font-size: 15px;
  padding: 0 44px 25px 25px;
  letter-spacing: 0.025em;
}
.card-classic .card-body p {
  color: #fff;
}
.card-classic .card-shape {
  position: absolute;
  top: 5%;
  left: 30px;
  fill: rgba(13, 69, 97, 0.08);
  width: auto;
  height: 90%;
  max-height: 156px;
  opacity: 0;
  visibility: hidden;
  transition: 0.33s;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .card-classic .card-title a {
    padding: 25px 80px 25px 45px;
    font-size: 22px;
  }
  .card-classic.active .card-title a {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .card-classic .card-arrow {
    top: 31px;
    right: 35px;
  }
  .card-classic .card-arrow::before,
  .card-classic .card-arrow::after {
    font-size: 28px;
  }
  .card-classic .card-body {
    padding: 0 44px 25px 45px;
    font-size: 18px;
  }
  .card-classic .card-shape {
    top: 30px;
  }
}
.contact {
  text-align: left;
  padding-right: 80px;
}
.contact .contact-title {
  border-bottom: 1px solid #0d4561;
  padding-bottom: 1.5rem;
}
.contact .contact-text {
  color: #082f4c;
}
.contact .contact-list-title {
  color: #082f4c;
  font-size: 18px;
  font-weight: 500;
}
.contact .contact-list-body a {
  text-decoration: underline;
}
.tooltip {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.025em;
}
.tooltip-inner {
  border-radius: 0;
}
.tooltip-light .tooltip-inner {
  padding: 15px 16px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.08);
  color: #2c343b;
}
.tooltip-light.bs-tooltip-top .arrow::before {
  border-top-color: #fff;
}
.tooltip-light.bs-tooltip-right .arrow::before {
  border-right-color: #fff;
}
.tooltip-light.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #fff;
}
.tooltip-light.bs-tooltip-left .arrow::before {
  border-left-color: #fff;
}
.tooltip-point {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  background: #0d4561;
  box-shadow: 0 0 9.5px 0.5px rgba(30, 34, 44, 0.3);
  transition:
    opacity 0.5s ease-out,
    transform 0.25s;
  transform: scale(1);
  backface-visibility: hidden;
  cursor: pointer;
}
.tooltip-point,
.tooltip-point::before,
.tooltip-point::after {
  border-radius: 50%;
}
.tooltip-point::before,
.tooltip-point::after {
  content: "";
  position: absolute;
  top: -43px;
  left: -43px;
  z-index: -1;
  width: 100px;
  height: 100px;
  background: rgba(13, 69, 97, 0.4);
  pointer-events: none;
}
.tooltip-point::before {
  animation: preview-marker-pulsar 1.7s infinite ease-out;
}
.tooltip-point::after {
  animation: preview-marker-pulsar-inner 1.7s infinite ease-out;
}
.tooltip-point:hover::after,
.tooltip-point:hover::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: none;
}
@keyframes preview-marker-pulsar-inner {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  24%,
  90% {
    opacity: 0;
  }
  25% {
    opacity: 0.65;
    transform: scale(0.1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes preview-marker-pulsar {
  0% {
    opacity: 0.65;
    transform: scale(0.1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.counter-classic {
  text-align: center;
}
.counter-classic-main {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 100;
  color: #000;
  white-space: nowrap;
}
.counter-classic-main > * {
  display: inline-block;
  vertical-align: bottom;
}
.counter-classic-main .small {
  position: relative;
  top: -0.05em;
  font-size: 0.66em;
  line-height: 1;
}
* + .counter-classic-title {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .counter-classic-main {
    font-size: 50px;
  }
  * + .counter-classic-title {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .counter-classic-main {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .counter-classic-main {
    font-size: 70px;
  }
}
.countdown-modern .countdown-row {
  display: flex;
  margin-left: -25px;
  margin-right: -25px;
}
@media (max-width: 380px) {
  .countdown-modern .countdown-section {
    max-width: 33%;
  }
}
.countdown-modern .countdown-section {
  width: 100%;
  max-width: 25%;
  padding: 0 20px;
  text-align: center;
}
.countdown-modern .countdown-amount {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #0d4561;
  font-size: 32px;
  line-height: 1;
  min-width: 2em;
}
.countdown-modern .countdown-period {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 10px;
  line-height: 1.2;
  color: #082f4c;
}
.countdown-modern .countdown-section + .countdown-section {
  position: relative;
}
.countdown-modern .countdown-section + .countdown-section::before,
.countdown-modern .countdown-section + .countdown-section::after {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  background: #ebebeb;
}
.countdown-modern .countdown-section + .countdown-section::before {
  top: 25%;
}
.countdown-modern .countdown-section + .countdown-section::after {
  bottom: 35%;
}
@media (min-width: 480px) {
  .countdown-modern .countdown-section + .countdown-section::before {
    top: 30%;
  }
  .countdown-modern .countdown-section + .countdown-section::after {
    bottom: 30%;
  }
}
* + .countdown-modern {
  margin-top: 25px;
}
.countdown-modern + * {
  margin-top: 15px;
}
@media (max-width: 380px) {
  .countdown-modern .countdown-section:last-child {
    display: none;
  }
}
@media (min-width: 768px) {
  .countdown-modern .countdown-amount {
    font-size: 60px;
  }
  .countdown-modern .countdown-period {
    font-size: 12px;
    letter-spacing: 0.34em;
  }
  * + .countdown-modern {
    margin-top: 40px;
  }
  .countdown-modern + * {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .countdown-modern .countdown-section + .countdown-section::before,
  .countdown-modern .countdown-section + .countdown-section::after {
    width: 9px;
    height: 9px;
  }
  .countdown-modern + * {
    margin-top: 50px;
  }
}
@media (min-width: 1400px) {
  .countdown-modern .countdown-amount {
    font-size: 84px;
  }
}
.progress-linear {
  position: relative;
  text-align: left;
}
.progress-linear .progress-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translate3d(0, -10px, 0);
  margin-bottom: -10px;
  margin-left: -5px;
  margin-right: -5px;
}
.progress-linear .progress-header > * {
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.progress-linear .progress-header {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.34em;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  color: #082f4c;
}
.progress-linear .progress-bar-linear-wrap,
.progress-linear .progress-bar-linear {
  border-radius: 5px;
}
.progress-linear .progress-bar-linear-wrap {
  height: 9px;
  background: rgb(242.9, 242.9, 242.9);
}
.progress-linear .progress-bar-linear {
  width: 0;
  height: inherit;
  background: #0d4561;
  transition: 0.5s all ease-in-out;
}
.progress-linear .progress-value {
  font-weight: 800;
  color: #082f4c;
  letter-spacing: 0.15em;
}
.progress-linear .progress-value::after {
  content: "%";
}
.progress-linear-secondary .progress-bar-linear {
  background: #fcba6e;
}
.progress-linear-gradient-1 .progress-bar-linear {
  background: linear-gradient(3deg, rgb(224, 232, 167) 0%, rgb(164, 215, 255) 100%);
}
.progress-linear-gradient-2 .progress-bar-linear {
  background: linear-gradient(3deg, rgb(163, 237, 224) 0%, rgb(104, 220, 245) 100%);
}
.progress-linear-gradient-3 .progress-bar-linear {
  background: linear-gradient(3deg, rgb(248, 188, 195) 0%, rgb(180, 199, 254) 100%);
}
* + .progress-bar-linear-wrap {
  margin-top: 8px;
}
.progress-linear + .progress-linear {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .progress-linear + .progress-linear {
    margin-top: 40px;
  }
}
.progress-bar-circle {
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}
.progress-bar-circle canvas {
  vertical-align: middle;
}
.progress-bar-circle span {
  position: absolute;
  top: 50%;
  left: 51%;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  line-height: 36px;
  transform: translate(-50%, -50%);
  color: #151515;
  font-weight: 600;
}
.progress-bar-circle span::after {
  content: "%";
  display: inline-block;
  margin-left: 4px;
  opacity: 0.45;
  font-size: 0.7em;
}
.progress-bar-circle-title {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.25em;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  color: #082f4c;
}
* + .progress-bar-circle-title {
  margin-top: 12px;
}
@media (min-width: 768px) {
  * + .progress-bar-circle-title {
    margin-top: 16px;
  }
}
.time_circles {
  position: relative;
  width: 100%;
}
.time_circles > div {
  position: absolute;
  top: 0 !important;
  bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -10px;
  text-align: center;
}
@media (min-width: 1200px) {
  #DateCountdown {
    width: 100%;
  }
}
.time_circles > div > h4 {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  right: 0;
  transform: translateY(-100%);
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 13px !important;
  line-height: 1.2 !important;
  color: #868e96;
  text-transform: uppercase;
}
.time_circles > div > h4 + * {
  margin-top: 0;
}
.time_circles > div > span {
  display: block;
  text-align: center;
  letter-spacing: 0;
  font-size: 24px !important;
  font-weight: 400;
  line-height: 1 !important;
  color: #3f4856;
}
@media (min-width: 768px) {
  .time_circles > div > span {
    font-size: 34px !important;
  }
}
@media (min-width: 992px) {
  .time_circles > div > span {
    font-size: 48px !important;
  }
}
.context-dark .time_circles > div > span,
.bg-gray-900 .time_circles > div > span,
.bg-blue .time_circles > div > span,
.bg-dark-blue .time_circles > div > span,
.bg-accent .time_circles > div > span {
  color: #fff;
}
.countdown-wrap {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}
* + .countdown-wrap {
  margin-top: 35px;
}
.countdown-wrap + .button {
  margin-top: 40px;
}
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
  right: 10px;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: #ebebeb;
  pointer-events: auto;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: #ebebeb;
  pointer-events: auto;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #ebebeb;
  position: relative;
}
.jspDrag {
  background: #0d4561;
  width: 8px;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  font: 400 40px/80px "FontAwesome";
  cursor: pointer;
  z-index: 1;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:before {
  content: "";
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-nav.disabled {
  display: none !important;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font: 400 18px/40px "Material Design Icons";
  color: #151515;
  background: #f8f8f8;
  cursor: pointer;
  transition: 0.33s;
  text-align: center;
}
.owl-prev:hover,
.owl-next:hover {
  color: #0d4561;
}
@media (min-width: 768px) {
  .owl-prev,
  .owl-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
  }
}
.owl-prev {
  left: 0;
}
.owl-prev::before {
  content: "";
}
.owl-next {
  right: 0;
}
.owl-next::before {
  content: "";
}
.owl-prev.disabled,
.owl-next.disabled {
  display: none !important;
}
.owl-dots {
  text-align: center;
  margin-top: 25px;
}
.owl-dots.disabled {
  display: none !important;
}
.owl-dot {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-left: 6px;
  margin-right: 6px;
  text-align: center;
  outline: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.2s;
  background: #ebebeb;
}
.owl-dot:before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
}
.owl-dot:only-child {
  display: none;
}
.owl-dot:hover,
.owl-dot:focus {
  background-color: #0d4561;
}
.owl-dot.active {
  background-color: #fcba6e;
}
.owl-carousel_profile-modern .owl-stage-outer {
  margin: -25px;
  padding: 25px;
}
.owl-carousel_profile-modern .owl-item {
  flex-grow: 1;
  flex-shrink: 0;
  opacity: 0;
  transition: 0.22s;
}
.owl-carousel_profile-modern .owl-item.active {
  opacity: 1;
}
* + .owl-carousel_profile-modern {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .owl-carousel_profile-modern .owl-dots {
    margin-top: 40px;
  }
  * + .owl-carousel_profile-modern {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .owl-carousel_profile-modern .owl-dots {
    margin-top: 60px;
  }
  * + .owl-carousel_profile-modern {
    margin-top: 60px;
  }
}
.owl-carousel_type-1 {
  padding: 30px 15px 40px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(75, 81, 91, 0.17);
}
.owl-carousel_type-1 .owl-dots {
  margin-top: 35px;
}
.owl-carousel_type-1 .owl-nav {
  display: none !important;
}
* + .owl-carousel_type-1 {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .owl-carousel_type-1 {
    padding: 50px;
  }
}
@media (min-width: 768px) {
  .owl-carousel_type-1 {
    padding: 50px 90px;
  }
  .owl-carousel_type-1 .quote-classic {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
  }
  .owl-carousel_type-1 .owl-nav {
    display: block !important;
  }
  .owl-carousel_type-1 .owl-prev {
    left: 15px;
  }
  .owl-carousel_type-1 .owl-next {
    right: 15px;
  }
  * + .owl-carousel_type-1 {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .owl-carousel_type-1 {
    padding: 60px 150px 65px;
  }
  .owl-carousel_type-1 .owl-prev {
    left: 40px;
  }
  .owl-carousel_type-1 .owl-next {
    right: 40px;
  }
  .owl-carousel_type-1 .owl-dots {
    margin-top: 50px;
  }
  * + .owl-carousel_type-1 {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .owl-carousel_type-1 .owl-prev {
    left: 70px;
  }
  .owl-carousel_type-1 .owl-next {
    right: 70px;
  }
}
.owl-carousel_type-2 .owl-stage-outer {
  padding: 24px;
  margin: -24px;
}
.owl-carousel_type-2 .owl-stage {
  display: flex;
  align-items: center;
}
.owl-carousel_type-2 .owl-item {
  flex-grow: 1;
  flex-shrink: 0;
}
.owl-carousel_type-2 .owl-item:not(.active) > * {
  box-shadow: none;
}
.owl-carousel_type-2 .owl-next,
.owl-carousel_type-2 .owl-prev {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.owl-carousel_type-2 .owl-next.disabled,
.owl-carousel_type-2 .owl-prev.disabled {
  display: none;
}
@media (max-width: 575.98px) {
  .owl-carousel_type-2 .owl-next,
  .owl-carousel_type-2 .owl-prev {
    background: rgba(248, 248, 248, 0.5);
  }
  .owl-carousel_type-2 .owl-prev {
    left: -5px;
  }
  .owl-carousel_type-2 .owl-next {
    right: -5px;
  }
}
@media (max-width: 1199.98px) {
  .owl-carousel_type-2 .pt-classic {
    animation: none !important;
  }
}
@media (min-width: 768px) {
  .owl-carousel_type-2 .owl-prev {
    left: 0;
    transform: translate(-50%, -50%);
  }
  .owl-carousel_type-2 .owl-next {
    right: 0;
    transform: translate(50%, -50%);
  }
}
.owl-carousel_type-3 .owl-stage-outer {
  padding: 30px;
  margin: -30px;
  pointer-events: none;
}
.owl-carousel_type-3 .owl-stage {
  display: flex;
  pointer-events: auto;
}
.owl-carousel_type-3 .owl-item {
  display: flex;
  padding: 1px;
  float: none;
}
.owl-carousel_type-3 .owl-item > * {
  width: 100%;
}
.owl-carousel_type-3 .owl-item:not(.active) > * {
  box-shadow: none;
}
* + .owl-carousel_type-3 {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .owl-carousel_type-3 .owl-dots {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .owl-carousel_type-3 .owl-dots {
    margin-top: 50px;
  }
  * + .owl-carousel_type-3 {
    margin-top: 60px;
  }
}
.owl-carousel-box-modern .owl-stage {
  display: flex;
}
.owl-carousel-box-modern .owl-item {
  display: flex;
}
.owl-carousel-box-modern .owl-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -1px;
  pointer-events: none;
  border: 1px solid #ebebeb;
  height: 15%;
  border-bottom: 0;
}
.owl-carousel-box-modern .box-modern {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  padding-left: 30px;
  padding-right: 30px;
}
.owl-carousel-box-modern .box-modern::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: -1px;
  pointer-events: none;
  border: 1px solid #ebebeb;
  height: 15%;
  border-top: 0;
}
.owl-carousel-box-modern .owl-prev,
.owl-carousel-box-modern .owl-next {
  top: 47%;
}
@media (max-width: 991.98px) {
  .owl-carousel-box-modern .owl-nav {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .owl-carousel-box-modern .owl-dots {
    display: none !important;
  }
}
* + .owl-carousel-box-modern {
  margin-top: 25px;
}
@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .owl-carousel-box-modern .owl-stage-outer {
    padding: 50px 0;
    margin: -50px 0;
  }
  html:not(.tablet):not(.mobile) .owl-carousel-box-modern .owl-item::after {
    bottom: 10%;
    transition: 0.44s;
  }
  html:not(.tablet):not(.mobile) .owl-carousel-box-modern .owl-item:hover::after {
    bottom: 0;
  }
  html:not(.tablet):not(.mobile) .owl-carousel-box-modern .box-modern::before,
  html:not(.tablet):not(.mobile) .owl-carousel-box-modern .box-modern::after {
    bottom: 13%;
    transition: 0.44s;
  }
  html:not(.tablet):not(.mobile) .owl-carousel-box-modern .box-modern::before {
    content: "";
    position: absolute;
    left: 50%;
    z-index: 2;
    transform: translate3d(-50%, 0, 0);
    height: 4px;
    background: #fcba6e;
    opacity: 0;
    visibility: hidden;
    width: 0;
  }
  html:not(.tablet):not(.mobile) .owl-carousel-box-modern .box-modern-text {
    padding: 0 25px;
    opacity: 0;
    visibility: hidden;
    transition: 0.44s;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 0%, 100% 0%);
    clip-path: polygon(0% 0%, 100% 0%, 0% 0%, 100% 0%);
  }
  html:not(.tablet):not(.mobile) .owl-carousel-box-modern .box-modern:hover::before,
  html:not(.tablet):not(.mobile) .owl-carousel-box-modern .box-modern:hover::after {
    bottom: 1%;
  }
  html:not(.tablet):not(.mobile) .owl-carousel-box-modern .box-modern:hover::before {
    width: 82px;
    opacity: 1;
    visibility: visible;
  }
  html:not(.tablet):not(.mobile) .owl-carousel-box-modern .box-modern:hover .box-modern-text {
    opacity: 1;
    visibility: visible;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
  }
}
@media (min-width: 1200px) {
  .owl-carousel-box-modern .owl-item {
    padding-top: 35px;
  }
}
.owl-carousel-centered .owl-stage {
  display: flex;
}
.owl-carousel-centered .owl-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.owl-carousel-box-light {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  background: #fff;
}
.owl-carousel-box-light .box-light {
  padding: 30px 20px;
  background: rgba(0, 0, 0, 0);
}
.owl-carousel-box-light .box-light > * {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.owl-carousel-box-light .owl-dots {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .owl-carousel-box-light .owl-dots {
    display: none !important;
  }
}
.owl-carousel-box-light-nav {
  display: flex;
  align-items: center;
}
.owl-carousel-box-light-nav .owl-prev,
.owl-carousel-box-light-nav .owl-next {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: none;
  background-color: rgba(0, 0, 0, 0);
  color: #082f4c;
  border: 1px solid;
}
.owl-carousel-box-light-nav .owl-prev::before,
.owl-carousel-box-light-nav .owl-next::before {
  position: relative;
  top: -2px;
}
.owl-carousel-box-light-nav .owl-prev.disabled,
.owl-carousel-box-light-nav .owl-next.disabled {
  display: block !important;
  color: #082f4c;
}
.owl-carousel-box-light-nav .owl-prev + .owl-next {
  margin-left: 10px;
}
.context-dark .owl-carousel-box-light-nav .owl-prev,
.bg-gray-900 .owl-carousel-box-light-nav .owl-prev,
.bg-blue .owl-carousel-box-light-nav .owl-prev,
.bg-dark-blue .owl-carousel-box-light-nav .owl-prev,
.bg-accent .owl-carousel-box-light-nav .owl-prev,
.context-dark .owl-carousel-box-light-nav .owl-next,
.bg-gray-900 .owl-carousel-box-light-nav .owl-next,
.bg-blue .owl-carousel-box-light-nav .owl-next,
.bg-dark-blue .owl-carousel-box-light-nav .owl-next,
.bg-accent .owl-carousel-box-light-nav .owl-next {
  color: #fff;
}
.context-dark .owl-carousel-box-light-nav .owl-prev.disabled,
.bg-gray-900 .owl-carousel-box-light-nav .owl-prev.disabled,
.bg-blue .owl-carousel-box-light-nav .owl-prev.disabled,
.bg-dark-blue .owl-carousel-box-light-nav .owl-prev.disabled,
.bg-accent .owl-carousel-box-light-nav .owl-prev.disabled,
.context-dark .owl-carousel-box-light-nav .owl-next.disabled,
.bg-gray-900 .owl-carousel-box-light-nav .owl-next.disabled,
.bg-blue .owl-carousel-box-light-nav .owl-next.disabled,
.bg-dark-blue .owl-carousel-box-light-nav .owl-next.disabled,
.bg-accent .owl-carousel-box-light-nav .owl-next.disabled {
  opacity: 0.7;
}
@media (min-width: 576px) {
  .owl-carousel-box-light .owl-item {
    position: relative;
  }
  .owl-carousel-box-light .owl-item::before,
  .owl-carousel-box-light .owl-item::after {
    content: "";
    position: absolute;
    right: 0;
    border-right: 1px solid #ebebeb;
  }
  .owl-carousel-box-light .owl-item::before {
    top: 0;
    height: 55px;
  }
  .owl-carousel-box-light .owl-item::after {
    content: "";
    bottom: 0;
    height: 33%;
  }
}
@media (min-width: 768px) {
  .owl-carousel-box-light .box-light {
    padding: 45px 25px;
  }
  .owl-carousel-box-light .owl-prev,
  .owl-carousel-box-light .owl-next {
    border-width: 2px;
  }
  .owl-carousel-box-light .owl-prev + .owl-next {
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .owl-carousel-box-light .box-light {
    padding-top: 55px;
    padding-bottom: 65px;
  }
}
.owl-carousel-gallery-1 {
  pointer-events: none;
}
.owl-carousel-gallery-1,
.owl-carousel-gallery-1 * {
  backface-visibility: hidden;
}
.owl-carousel-gallery-1 .owl-dots {
  pointer-events: auto;
}
.owl-carousel-gallery-1 .owl-stage-outer {
  padding: 76px;
  margin: -76px;
}
.owl-carousel-gallery-1 .owl-item .item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: block;
  width: 100%;
  background-position: center top;
  background-size: cover;
  padding-bottom: 124%;
  border-radius: 8px;
  box-shadow: 0 0 76px 0 rgba(75, 81, 91, 0.13);
  pointer-events: auto;
}
.owl-carousel-gallery-1 .owl-item .item:hover .item-text {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.owl-carousel-gallery-1 .item-text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  padding: 60px 10px 10px;
  font:
    700 15px/22px "Poppins",
    sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: translate3d(0, 5%, 0);
  white-space: nowrap;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.owl-carousel-gallery-1 .item-text::after {
  position: relative;
  top: 1px;
  display: block;
  margin-left: 5px;
  font-size: 16px;
  content: "";
  font-family: "Material Design Icons";
  vertical-align: middle;
}
@media (min-width: 768px) {
  .owl-carousel-gallery-1 .owl-item {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition:
      transform 0.22s,
      opacity 0.1s;
    transform-origin: 50% 10%;
  }
  .owl-carousel-gallery-1 .owl-item.active {
    opacity: 1;
    visibility: visible;
    transition: 0.22s;
  }
}
@media (min-width: 1200px) {
  .owl-carousel-gallery-1 .owl-stage {
    display: flex;
    align-items: center;
  }
  .owl-carousel-gallery-1 .owl-item .item {
    width: 20.8333333333vw;
    max-width: 100%;
  }
  .owl-carousel-gallery-1 .owl-item.active + .owl-item.active {
    margin-left: -42px;
  }
  .owl-carousel-gallery-1 .owl-item.active + .owl-item.active {
    z-index: 2;
  }
  .owl-carousel-gallery-1 .owl-item.active + .owl-item.active .item {
    width: 17.7083333333vw;
    padding-bottom: 114.1176470588%;
  }
  .owl-carousel-gallery-1 .owl-item.active + .owl-item.active + .owl-item.active {
    z-index: 1;
  }
  .owl-carousel-gallery-1 .owl-item.active + .owl-item.active + .owl-item.active .item {
    width: 16.25vw;
    padding-bottom: 101.2987012987%;
  }
  .owl-carousel-gallery-1 .owl-dots {
    display: none !important;
  }
}
.lg-sub-html,
.lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45);
}
@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: 400;
  font-style: normal;
}
.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  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: 1180;
  border: none;
  outline: 0;
}
.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: "";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "";
}
@-webkit-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-moz-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-ms-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-webkit-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@-moz-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@-ms-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-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;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1182;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.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: 0;
  transition: color 0.2s linear;
}
@media (max-width: 575.98px) {
  .lg-toolbar .lg-icon {
    font-size: 21px;
    width: 36px;
  }
}
@media (max-width: 575.98px) {
  #lg-counter {
    font-size: 14px;
    line-height: 27px;
  }
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "";
}
.lg-toolbar .lg-download:after {
  content: "";
}
.lg-sub-html {
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1180;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.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-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  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;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition:
    transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1180;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: 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: -moz-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: -moz-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 {
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
  margin-left: auto;
  margin-right: auto;
}
.lg-outer .lg-thumb-item {
  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%;
  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:hover,
.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}
.lg-outer .lg-toogle-thumb:after {
  content: "";
}
.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: 1180;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../images/vimeo-play.png) no-repeat;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../images/vimeo-play.png) 0 -58px no-repeat;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../images/video-play.png) no-repeat;
  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(../images/youtube-play.png) no-repeat;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../images/youtube-play.png) 0 -60px no-repeat;
}
.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: 1183;
  opacity: 0;
  transition: opacity 80ms 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: "";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.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 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition:
    transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.15s !important;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "";
}
.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: 1180;
  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;
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff 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,
    transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px hsla(0, 0%, 100%, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  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: "";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "";
}
.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: 1181;
  opacity: 0;
  visibility: hidden;
  transition:
    visibility 0s linear 0.18s,
    opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.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;
  -moz-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  transition:
    transform 0.18s linear 0s,
    visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
  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-outer .lg,
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "";
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1150;
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url(../images/loading.gif) center center no-repeat;
  display: none !important;
}
.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item: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: 1160;
}
.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,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1140;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-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-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  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 {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition:
    transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 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-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  transition:
    left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
}
.lg-sub-html,
.lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45);
}
@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: 400;
  font-style: normal;
}
.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  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: 1180;
  border: none;
  outline: 0;
}
.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: "";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "";
}
@-webkit-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-moz-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-ms-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-webkit-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@-moz-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@-ms-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-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;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1182;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "";
}
.lg-toolbar .lg-download:after {
  content: "";
}
.lg-sub-html {
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1180;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.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-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  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;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition:
    transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1180;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: 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: -moz-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: -moz-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 {
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid hsla(0, 0%, 100%, 0.4);
  border-radius: 0;
  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: #0d4561;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.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:hover,
.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}
.lg-outer .lg-toogle-thumb:after {
  content: "";
}
.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: 1180;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../images/vimeo-play.png) no-repeat;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../images/vimeo-play.png) 0 -58px no-repeat;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../images/video-play.png) no-repeat;
  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(../images/youtube-play.png) no-repeat;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../images/youtube-play.png) 0 -60px no-repeat;
}
.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: 1183;
  opacity: 0;
  transition: opacity 80ms ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #0d4561;
  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: "";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.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 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition:
    transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.15s !important;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "";
}
.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: 1180;
  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;
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff 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,
    transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px hsla(0, 0%, 100%, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  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: "";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "";
}
.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: 1181;
  opacity: 0;
  visibility: hidden;
  transition:
    visibility 0s linear 0.18s,
    opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.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;
  -moz-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  transition:
    transform 0.18s linear 0s,
    visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
  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-outer .lg,
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "";
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1150;
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: grabbing;
}
.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url(../images/loading.gif) center center no-repeat;
  display: none !important;
}
.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item: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: 1160;
}
.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,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1140;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 0.8;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-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-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  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 {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition:
    transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 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-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  transition:
    left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
}
.lightgallery-iframe .lg-toolbar {
  background-color: rgba(0, 0, 0, 0);
}
.lightgallery-iframe .lg-close ~ * {
  display: none;
}
.parallax-content {
  position: relative;
  z-index: 1;
}
.parallax-container {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
@supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
  .parallax-container {
    overflow: visible;
  }
  .material-parallax {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.material-parallax {
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  bottom: 0;
  z-index: 0;
  background-position: center center;
}
.ipad .parallax-container,
.iphone .parallax-container {
  background-attachment: scroll !important;
}
.material-parallax {
  pointer-events: none;
}
.material-parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 101%;
  min-height: 101%;
  max-width: none;
  transform: translate3d(-50%, 0, 0);
}
[data-x-mode="true"] .material-parallax {
  pointer-events: auto;
}
.parallax-outer .parallax-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.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 {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.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;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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 rgba(0, 0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 0;
  font-size: 0;
  color: #151515;
  background: #f8f8f8;
  border: none;
  outline: none;
  z-index: 9;
  cursor: pointer;
  transition: 0.33s;
  text-align: center;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: #0d4561;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.8;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Material Design Icons";
  font-size: 24px;
  line-height: 1;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "";
}
.slick-next {
  right: 0;
}
[dir="rtl"] .slick-next {
  left: 0;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir="rtl"] .slick-next:before {
  content: "";
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: rgba(0, 0, 0, 0);
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "Material Design Icons";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.8;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 1;
}
.slick-slider-2-main-inner {
  padding: 30px;
  border-radius: 7px 7px 0 0;
}
.slick-slider-2-main-inner .slick-slider {
  padding: 0 30px;
  margin-bottom: 0;
}
.slick-slider-2-aside .slick-track {
  display: flex;
}
.slick-slider-2-aside .slick-slide {
  padding: 20px;
  text-align: center;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  white-space: nowrap;
}
.slick-slider-2-aside .slick-current {
  color: #0d4561;
}
.slick-slider-2-aside .slick-slide + .slick-slide {
  border-left: 1px solid #ebebeb;
  margin-left: -1px;
}
.slick-slider-2-main-inner,
.slick-slider-2-aside-inner {
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(75, 81, 91, 0.17);
}
.slick-slider-2-aside-inner {
  border-radius: 0 0 7px 7px;
  border-top: 1px solid #ebebeb;
}
* + .slick-slider-2-main {
  margin-top: 35px;
}
@media (max-width: 767.98px) {
  .slick-slider-2-main-inner .slick-arrow {
    background-color: rgba(0, 0, 0, 0);
  }
  .slick-slider-2-main-inner .slick-prev {
    left: -30px;
  }
  .slick-slider-2-main-inner .slick-next {
    right: -30px;
  }
}
@media (min-width: 768px) {
  .slick-slider-2-main-inner {
    padding: 80px 25px 60px;
  }
  .slick-slider-2-main-inner .slick-slider {
    padding: 0 55px;
  }
  .slick-slider-2-aside .slick-slide {
    padding: 32px 20px;
  }
}
@media (min-width: 992px) {
  .slick-slider-2-main-inner {
    padding-left: 70px;
    padding-right: 70px;
  }
  .slick-slider-2-aside .slick-slide {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .slick-slider-2-aside .slick-slide {
    padding: 35px;
    font-size: 22px;
  }
  * + .slick-slider-2-main {
    margin-top: 55px;
  }
}
.stuck-navbar {
  padding: 0;
}
.stuck-navbar .navbar-inner {
  z-index: 100;
}
.stuck-navbar.stick .navbar-inner {
  position: absolute;
  top: auto;
  bottom: 0;
}
.stuck-navbar.stuck .navbar-inner {
  position: fixed;
  top: 69px;
}
.stuck-1 {
  position: static;
  display: flex;
}
.stuck-1 .navbar-inner {
  display: flex;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  background: #fff;
  transition: 0.22s;
}
.stuck-1 .list-nav-classic {
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.stuck-1.stuck .navbar-inner,
.stuck-1.stick .navbar-inner {
  height: 70px;
}
.stuck-1.stuck .navbar-inner {
  border-bottom-color: #ebebeb;
}
.stuck-1,
.stuck-1 .navbar-inner {
  height: 60px;
}
@media (max-width: 767.98px) {
  .stuck-1 .list-nav-classic a::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .stuck-1,
  .stuck-1 .navbar-inner {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .stuck-1,
  .stuck-1 .navbar-inner {
    height: 150px;
  }
}
.rd-navbar-static-linked .stuck-1.stuck .navbar-inner {
  top: 75px;
}
.stuck-2 {
  flex-shrink: 0;
  height: 45px;
}
.stuck-2 .navbar-inner {
  width: 100%;
}
.stuck-2 .nav-tabs {
  width: auto;
  max-width: unset;
  flex-wrap: nowrap;
}
.stuck-2.stick .navbar-inner {
  position: absolute;
  bottom: 1px;
  top: auto;
}
@media (min-width: 768px) {
  .stuck-2 {
    height: auto;
  }
  .stuck-2 .nav-tabs {
    width: 100%;
  }
  .stuck-2 .navbar-inner {
    top: 0;
    width: auto;
    min-width: inherit;
  }
  .stuck-2.stuck .navbar-inner {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .stuck-2 {
    border-bottom: 0;
  }
  .stuck-2 .nav-tabs {
    margin-top: 0;
    padding-top: 25px;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.parallax-scene {
  overflow: hidden;
}
.typed-text-heading {
  vertical-align: top;
}
.typed-text-heading span {
  margin-right: 0.2em;
}
.typed-text-heading .typed-cursor {
  margin-left: -0.2em;
}
.typed-cursor {
  vertical-align: text-top;
  opacity: 1;
  animation: blink 1.2s infinite;
}
.text-primary + .typed-cursor {
  color: #0d4561;
}
.context-dark .text-primary + .typed-cursor,
.bg-gray-900 .text-primary + .typed-cursor,
.bg-blue .text-primary + .typed-cursor,
.bg-dark-blue .text-primary + .typed-cursor,
.bg-accent .text-primary + .typed-cursor {
  color: #151515;
}
@media (min-width: 1400px) {
  .typed-text {
    max-width: 570px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.layout-panel-wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 600px;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  z-index: 1082;
}
.layout-panel-wrap.active .layout-panel {
  transform: translateX(0);
}
.layout-panel-wrap.active .layout-panel-inner:after {
  box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.09);
}
.layout-panel-wrap .layout-panel-toggle,
.layout-panel-wrap .layout-panel-inner > * {
  pointer-events: auto;
}
.layout-panel {
  width: auto;
  transform: translateX(270px);
  transition: 0.55s all ease;
}
.layout-panel-content {
  position: relative;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding-right: 10px;
}
.layout-panel-inner {
  position: relative;
  height: auto;
  min-height: 101vh;
  max-width: 260px;
  padding: 20px 0 20px;
  background: #fff;
  margin-left: auto;
  text-align: center;
}
.layout-panel-inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0);
  z-index: -10;
  transition: 0.33s all ease;
}
.mobile.rd-navbar-fixed-linked .layout-panel-inner,
.tablet.rd-navbar-fixed-linked .layout-panel-inner {
  padding-bottom: 90px;
}
.layout-panel-header {
  padding: 0 12px;
}
.layout-panel-header .button {
  width: 100%;
}
.layout-panel-header .button + .button {
  margin-top: 15px;
}
.layout-panel-header * + .layout-panel-element,
.layout-panel-header * + .layout-panel-title {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .layout-panel-header .layout-panel-header * + .layout-panel-element,
  .layout-panel-header .layout-panel-header * + .layout-panel-title {
    margin-top: 30px;
  }
  .layout-panel-header * + .layout-panel-element,
  .layout-panel-header * + .layout-panel-title {
    margin-top: 40px;
  }
}
.layout-panel .isotope {
  overflow: visible;
  margin: 0;
}
.layout-panel .isotope-filters {
  padding: 0 5px;
}
.layout-panel .isotope-filters ul {
  position: relative;
  padding-bottom: 10px;
  overflow: hidden;
  text-align: center;
}
.layout-panel .isotope-filters ul::after {
  content: "";
  position: absolute;
  left: -100px;
  bottom: 0;
  right: -100px;
  border-bottom: 3px solid #ebebeb;
}
.layout-panel .isotope-filters li {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  font:
    500 12px/18px "Poppins",
    sans-serif;
  color: #3f4856;
}
.layout-panel * + .isotope {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .layout-panel * + .isotope {
    margin-top: 30px;
  }
}
.layout-panel-toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
.layout-panel-toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.layout-panel-toggle {
  position: fixed;
  top: 20vh;
  right: 270px;
  z-index: 10;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #3f4856;
  text-align: center;
  box-shadow: -5px 1px 10px 0 rgba(0, 0, 0, 0.05);
  border-right: 0;
  transition: 0.55s all ease;
  border-radius: 20px 0 0 20px;
}
.layout-panel-toggle::before {
  content: "";
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "FontAwesome";
  font-size: 16px;
  transition: 0.33s;
}
.layout-panel-main {
  position: relative;
  z-index: 10;
  padding-left: 5px;
  padding-right: 4px;
}
.layout-panel-main .isotope {
  position: relative;
  margin-bottom: -10px;
  transform: translateY(-10px);
}
.layout-panel-main .isotope-item {
  margin-top: 10px;
  padding: 0 5px;
}
.layout-panel-main .isotope-item:before {
  content: "";
  display: block;
}
.layout-panel-main .isotope {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: static !important;
}
.layout-panel-main .isotope-item {
  width: 100%;
  max-width: 50%;
  flex-grow: 1;
}
* + .layout-panel-main {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .layout-panel-toggle {
    width: 54px;
    height: 54px;
    line-height: 54px;
  }
  .layout-panel-toggle::before,
  .layout-panel-toggle::after {
    font-size: 22px;
  }
  * + .layout-panel-main {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .layout-panel-wrap {
    width: 730px;
  }
  .layout-panel-wrap.active .layout-panel {
    transform: translateX(0);
  }
  .layout-panel-wrap .layout-panel {
    transform: translateX(340px);
  }
  .layout-panel-wrap .layout-panel-inner {
    max-width: 330px;
  }
  .layout-panel-wrap .layout-panel-toggle {
    right: 340px;
  }
  .ie-10 .layout-panel,
  .ie-11 .layout-panel {
    transform: translateX(340px);
  }
  .ie-10 .layout-panel-toggle,
  .ie-11 .layout-panel-toggle {
    right: 0;
  }
  .ie-10 .layout-panel-wrap.active,
  .ie-11 .layout-panel-wrap.active {
    right: 0;
  }
  .ie-10 .layout-panel-wrap.active .layout-panel-toggle,
  .ie-11 .layout-panel-wrap.active .layout-panel-toggle {
    right: 340px;
  }
}
.thumbnail-small {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px 5px 0;
  transition: 0.3s ease;
  color: #3f4856;
  background-color: #f8f8f8;
}
.thumbnail-small:hover {
  color: #fff;
  background-color: #0d4561;
  border-color: #0d4561;
}
.thumbnail-small-image {
  position: relative;
  overflow: hidden;
  max-height: 105px;
}
.thumbnail-small-image img {
  height: auto;
  width: 100%;
}
.thumbnail-small-hover-image {
  display: none;
}
.thumbnail-small-hover-image img {
  width: 100%;
  height: auto;
}
.thumbnail-small-caption {
  position: relative;
  padding: 8px 8px;
}
.thumbnail-small-header {
  position: relative;
  z-index: 1;
  font:
    400 13px/18px "Poppins",
    sans-serif;
  letter-spacing: 0.05em;
  color: inherit;
}
.layout-panel-controls {
  margin-top: 20px;
}
@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .thumbnail-small-hover-image {
    display: block;
    position: absolute;
    left: -10px;
    top: 50%;
    z-index: 11;
    transform: translate(-120%, -60%);
    transition: 0.33s all ease;
    width: 342px;
    height: 252px;
    background: #fff;
    padding: 7px;
    box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.14);
    opacity: 0;
    pointer-events: none;
  }
  html:not(.tablet):not(.mobile) .thumbnail-small-hover-image img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
  }
  html:not(.tablet):not(.mobile) .thumbnail-small-hover-image::before {
    content: "";
    position: absolute;
    top: 50%;
    z-index: -1000;
    transform: translateY(-50%) rotate(45deg);
    right: -11px;
    width: 24px;
    height: 24px;
    background: #fff;
    box-shadow: -3px 0px 45px -2px rgba(0, 0, 0, 0.13);
  }
  html:not(.tablet):not(.mobile) .thumbnail-small:hover .thumbnail-small-caption:after {
    bottom: 0;
    opacity: 1;
  }
  html:not(.tablet):not(.mobile) .thumbnail-small:hover .thumbnail-small-header {
    color: #fff;
  }
  html:not(.tablet):not(.mobile) .thumbnail-small:hover .thumbnail-small-image:after {
    opacity: 0;
  }
  html:not(.tablet):not(.mobile) .thumbnail-small:hover .thumbnail-small-hover-image {
    z-index: 12;
    opacity: 1;
    transform: translate(-100%, -60%);
  }
}
#freshworks-container #launcher-frame {
  max-width: 110px !important;
}
#consent-banner-wrapper {
  --textColor: #082f4c;
  --primaryColor: #0d4561;
  --primaryTextColor: #ffffff;
  --primaryHoverColor: var(--primaryTextColor);
  --primaryHoverTextColor: var(--primaryColor);
}
#consent-banner-icon {
  animation: 1.25s ease 0s normal forwards 1 fadein;
}
#consent-banner-icon.bottomRight {
  bottom: 33px;
  right: 140px;
}
#consent-banner-icon.bottomLeft {
  bottom: 33px;
  left: 33px;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section-content {
  padding: 60px 0;
}
.section-content h2 {
  font-size: 26px;
  font-weight: 700;
  color: #0d4561;
  margin-bottom: 20px;
}
.section-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0d4561;
  margin-bottom: 10px;
}
.section-content p {
  margin-bottom: 16px;
  line-height: 1.8;
}
.section-content .lead {
  font-size: 18px;
  font-weight: 600;
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}
.comparison-table th {
  background: #0d4561;
  color: #fff;
  padding: 14px 20px;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.comparison-table td {
  padding: 14px 20px;
  border-bottom: 1px solid #e1e1e1;
}
.comparison-table tr:nth-child(even) td {
  background: #f8f8f8;
}
.comparison-table .highlight td {
  background: rgba(252, 186, 110, 0.15);
  font-weight: 600;
}
.check-mark {
  color: #28a745;
  font-weight: 700;
}
.cross-mark {
  color: #dc3545;
}
.steps-row {
  display: flex;
  gap: 20px;
  margin: 30px 0;
  flex-wrap: wrap;
}
.step-box {
  flex: 1;
  min-width: 200px;
  background: #fff;
  border-radius: 8px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
}
.step-box .step-num {
  background: #fcba6e;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}
.step-box h4 {
  font-family: "Poppins", sans-serif;
  color: #0d4561;
  font-size: 16px;
  margin-bottom: 10px;
}
.step-box p {
  font-size: 14px;
  color: #647181;
  margin: 0;
}
.price-block {
  background: #0d4561;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  color: #fff;
}
.price-block .price {
  font-size: 48px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  color: #fcba6e;
  margin: 10px 0 5px;
}
.price-block .price-sub {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 14px;
  margin-bottom: 25px;
}
.price-block .button {
  width: 100%;
  text-align: center;
}
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 30px auto;
  max-width: 800px;
}
.pricing-card {
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pricing-card.featured {
  background: #0d4561;
  color: #fff;
  transform: scale(1.03);
  box-shadow: 0 10px 40px rgba(13, 69, 97, 0.3);
}
.pricing-card.standard {
  background: #fff;
  border: 2px solid #e1e1e1;
  color: #333;
}
.pricing-badge {
  position: absolute;
  top: 15px;
  right: -30px;
  background: #fcba6e;
  color: #fff;
  padding: 4px 40px;
  font-size: 12px;
  font-weight: 700;
  transform: rotate(45deg);
  font-family: "Poppins", sans-serif;
}
.pricing-card h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.pricing-card.featured h3 {
  color: #fff;
}
.pricing-price {
  font-size: 52px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  margin: 15px 0 5px;
}
.pricing-card.featured .pricing-price {
  color: #fcba6e;
}
.pricing-card.standard .pricing-price {
  color: #0d4561;
}
.pricing-sub-text {
  font-size: 14px;
  color: hsla(0, 0%, 100%, 0.6);
  margin-bottom: 25px;
}
.pricing-card.standard .pricing-sub-text {
  color: #999;
}
.pricing-features {
  list-style: none;
  text-align: left;
  margin: 20px 0;
  padding: 0;
}
.pricing-features li {
  padding: 8px 0;
  font-size: 15px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
.pricing-card.standard .pricing-features li {
  border-bottom-color: #eee;
  color: #555;
}
.pricing-card.featured .pricing-features li {
  color: hsla(0, 0%, 100%, 0.85);
}
.pricing-features .check {
  color: #28a745;
  margin-right: 8px;
  font-weight: 700;
}
.pricing-features .cross {
  color: #dc3545;
  margin-right: 8px;
}
.savings-box {
  background: linear-gradient(135deg, #fcba6e, #f5a84b);
  border-radius: 12px;
  padding: 30px 35px;
  color: #151515;
  text-align: center;
  margin: 30px 0;
}
.savings-amount {
  font-size: 42px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  color: #0d4561;
}
.faq-section .card-group-custom {
  max-width: 100%;
}
.link-cards-row {
  display: flex;
  gap: 20px;
  margin-top: 25px;
  flex-wrap: wrap;
}
.link-card-item {
  flex: 1;
  min-width: 250px;
  background: #fff;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  transition: transform 0.2s;
}
.link-card-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.link-card-item h4 {
  font-family: "Poppins", sans-serif;
  color: #0d4561;
  font-size: 15px;
  margin-bottom: 6px;
}
.link-card-item p {
  font-size: 13px;
  color: #647181;
  margin: 0;
}
.row-grid {
  display: flex;
  gap: 50px;
  align-items: center;
  flex-wrap: wrap;
}
.row-grid .col-text {
  flex: 1;
  min-width: 300px;
}
.row-grid .col-side {
  flex: 0 0 350px;
}
.scenario-cards {
  display: flex;
  gap: 20px;
  margin: 30px 0;
  flex-wrap: wrap;
}
.scenario-card {
  flex: 1;
  min-width: 250px;
  background: #fff;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
  border-top: 4px solid #fcba6e;
}
.scenario-card h4 {
  font-family: "Poppins", sans-serif;
  color: #0d4561;
  font-size: 17px;
  margin-bottom: 12px;
}
.scenario-card p {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .steps-row {
    flex-direction: column;
  }
  .row-grid {
    flex-direction: column;
  }
  .row-grid .col-side {
    flex: 1;
    width: 100%;
  }
  .link-cards-row {
    flex-direction: column;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .pricing-card.featured {
    transform: none;
  }
  .scenario-cards {
    flex-direction: column;
  }
}
.rd-navbar-static .rd-nav-item.rd-navbar-submenu li,
.rd-navbar-fixed .rd-nav-item.rd-navbar-submenu li {
  list-style-type: none;
  margin: 0;
}
.rd-navbar-static .rd-nav-item.rd-navbar-submenu .rd-navbar-submenu-toggle {
  color: #fff !important;
}
.rd-navbar-static .rd-nav-item.rd-navbar-submenu .rd-navbar-dropdown {
  box-shadow: 0 12px 11px 0px rgba(0, 0, 0, 0.2);
  top: calc(100% + 35px);
  display: none;
  margin: 0;
  padding: 1em;
}
.rd-navbar-static .rd-nav-item.rd-navbar-submenu .rd-navbar-dropdown a {
  padding: 0.5em 0;
}
.rd-navbar-static .rd-nav-item.rd-navbar-submenu.focus .rd-navbar-submenu-toggle,
.rd-navbar-static .rd-nav-item.rd-navbar-submenu.opened .rd-navbar-submenu-toggle {
  color: #fff !important;
}
.rd-navbar-static .rd-nav-item.rd-navbar-submenu.focus .rd-navbar-dropdown,
.rd-navbar-static .rd-nav-item.rd-navbar-submenu.opened .rd-navbar-dropdown {
  display: block;
}
.rd-navbar-static .rd-nav-item.rd-navbar-submenu.focus:not(.current) .rd-nav-link,
.rd-navbar-static .rd-nav-item.rd-navbar-submenu.opened:not(.current) .rd-nav-link {
  font-weight: normal;
}
.message.onderhoud {
  position: static;
  padding: 2em 2em;
  height: auto;
  width: auto;
  min-height: 4rem;
}
@media (max-width: 991.98px) {
  .message.onderhoud {
    margin-top: 4rem;
  }
}
.aanmelden-1-jaar {
  display: block;
  bottom: 0;
  margin-left: 30%;
  position: absolute;
}
.over-ons-logo-stack {
  display: inline-block;
}
.over-ons-logo-stack .brand-logo-dark {
  width: 250px;
  height: auto;
  margin-left: 48px;
}
.footer-calcasa-logo-floating {
  border-radius: 16px;
  background-color: #0d4561;
  position: fixed;
  bottom: 5px;
  left: 5px;
  margin-right: 10px;
  margin-bottom: 15px;
  line-height: 2;
  padding: 8px;
  z-index: 2000;
  border: solid #fff 1px;
}
.close-letter-spacing {
  letter-spacing: -0.01em;
}
.rd-nav-item.current > .rd-nav-link {
  font-weight: 700;
}

.taxatie-aanvragen-section .avia_textblock {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}

.taxatie-aanvragen-section .avia_textblock h1 {
  margin-bottom: 14px;
  color: #0d4561;
}

.taxatie-aanvragen-section .avia_textblock p {
  color: #647181;
  line-height: 1.75;
}

.taxatie-request-form {
  max-width: 920px;
  margin: 0 auto;
  padding: 38px;
  background: #fff;
  border: 1px solid rgba(13, 69, 97, 0.1);
  border-top: 4px solid #fcba6e;
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(13, 69, 97, 0.1);
}

.taxatie-request-form fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 20px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.taxatie-request-form .form_element,
.taxatie-request-form .av-form-text {
  width: 100%;
  margin: 0;
}

.taxatie-request-form .form_element_half {
  width: calc(50% - 10px);
}

.taxatie-request-form .form_element_third {
  width: calc(33.333% - 14px);
}

.taxatie-request-form .form_element_two_third {
  width: calc(66.667% - 7px);
}

.taxatie-request-form .form_element_three_fourth {
  width: calc(75% - 10px);
}

.taxatie-request-form .form_element_fourth {
  width: calc(25% - 10px);
}

.taxatie-request-form label {
  display: block;
  margin-bottom: 8px;
  color: #0d4561;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.taxatie-request-form .required {
  color: #fc8f2f;
  text-decoration: none;
}

.taxatie-request-form input[type="text"],
.taxatie-request-form input[type="email"],
.taxatie-request-form input[type="tel"],
.taxatie-request-form select,
.taxatie-request-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 16px;
  color: #26323f;
  background: #f8fafc;
  border: 1px solid #dce5ea;
  border-radius: 8px;
  font: 400 15px/1.4 "Muli", sans-serif;
  transition:
    border-color 0.2s,
    box-shadow 0.2s,
    background-color 0.2s;
}

.taxatie-request-form textarea {
  min-height: 150px;
  resize: vertical;
}

.taxatie-request-form input:focus,
.taxatie-request-form select:focus,
.taxatie-request-form textarea:focus {
  background: #fff;
  border-color: #fcba6e;
  box-shadow: 0 0 0 3px rgba(252, 186, 110, 0.25);
  outline: none;
}

.taxatie-request-form .av-form-text {
  margin-top: 10px;
}

.taxatie-request-form .av-form-text hr {
  margin: 8px 0 14px;
  border: 0;
  border-top: 1px solid #e4edf2;
}

.taxatie-request-form .av-form-text h3 {
  margin: 0;
  color: #0d4561;
  font-size: 22px;
}

.taxatie-request-form .av_form_privacy_check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  background: #f8fafc;
  border-radius: 8px;
}

.taxatie-request-form .av_form_privacy_check input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

.taxatie-request-form .av_form_privacy_check label {
  margin: 0;
  color: #475667;
  font-family: "Muli", sans-serif;
  font-weight: 400;
}

.taxatie-request-form .form_submit {
  margin-top: 8px;
}

.taxatie-request-form input[type="submit"] {
  min-width: 180px;
  border: 0;
  cursor: pointer;
}

.taxatie-form-success {
  max-width: 920px;
  margin: 24px auto 0;
  padding: 26px 30px;
  color: #264050;
  background: #f1fbf6;
  border: 1px solid rgba(37, 162, 95, 0.25);
  border-left: 4px solid #25a25f;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(13, 69, 97, 0.08);
}

.taxatie-form-success h3 {
  margin-bottom: 10px;
  color: #0d4561;
  font-size: 24px;
}

.taxatie-form-success p {
  margin-bottom: 8px;
  color: #475667;
  line-height: 1.7;
}

.taxatie-form-success p:last-child {
  margin-bottom: 0;
}

.widget-form-success {
  margin-top: 16px;
  padding: 18px 20px;
  color: #264050;
  background: #f1fbf6;
  border: 1px solid rgba(37, 162, 95, 0.25);
  border-left: 4px solid #25a25f;
  border-radius: 8px;
}

.widget-form-success h3 {
  margin-bottom: 8px;
  color: #0d4561;
  font-size: 20px;
}

.widget-form-success p {
  margin-bottom: 6px;
  color: #475667;
  line-height: 1.5;
}

.widget-form-success p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .taxatie-request-form {
    padding: 24px 18px;
  }

  .taxatie-request-form .form_element_half,
  .taxatie-request-form .form_element_third,
  .taxatie-request-form .form_element_two_third,
  .taxatie-request-form .form_element_three_fourth,
  .taxatie-request-form .form_element_fourth {
    width: 100%;
  }
}
