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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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: "Lato", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.444;
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
  background-color: #fff;
}

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

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

h1, .banner figcaption .h1, .post .h1, .banner-post .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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: inherit;
  text-decoration: underline;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label {
  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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, .banner figcaption .h1, .post .h1, .banner-post .h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Replica", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #0091da;
}

h1, .banner figcaption .h1, .post .h1, .banner-post .h1, .h1 {
  font-size: 50px;
}

h2, .h2 {
  font-size: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline-item {
  display: inline-block;
}

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

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

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

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

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

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

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1440px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

.table-hover .table-primary:hover {
  background-color: #a2d6f2;
}

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

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

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

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

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

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

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

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

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

.table-hover .table-warning:hover {
  background-color: #fdecb8;
}

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

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

.table-hover .table-danger:hover {
  background-color: #ff9f9f;
}

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

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

.table-hover .table-light:hover {
  background-color: #fbf4e0;
}

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

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

.table-hover .table-dark:hover {
  background-color: #ababab;
}

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

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

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

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

@media (max-width: 374.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: 1439.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(3.3492rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.8rem;
  line-height: 1.444;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #5bc8ff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 145, 218, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 145, 218, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e0e0e0;
  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.444;
}

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

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.575rem;
  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.444;
  color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

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

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

.form-check-input {
  position: absolute;
  margin-top: 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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

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

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

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

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

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

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #f00;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #f00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

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

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

@media (min-width: 375px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 1.3rem 2rem;
  font-size: 1.8rem;
  line-height: 1.444;
  border-radius: 2.5rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 145, 218, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 145, 218, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.btn-primary {
  color: #fff;
  background-color: #0091da;
  border-color: #0091da;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0078b4;
  border-color: #006fa7;
}

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 145, 218, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 145, 218, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0091da;
  border-color: #0091da;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #006fa7;
  border-color: #00679a;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 145, 218, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 145, 218, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #fdd359;
  border-color: #fdd359;
}

.btn-warning:hover {
  color: #212529;
  background-color: #fdc933;
  border-color: #fcc627;
}

.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 211, 89, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(253, 211, 89, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #fdd359;
  border-color: #fdd359;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #fcc627;
  border-color: #fcc21a;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 211, 89, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(253, 211, 89, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}

.btn-danger:hover {
  color: #fff;
  background-color: #d90000;
  border-color: #cc0000;
}

.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: #bf0000;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #faf5e3;
  border-color: #faf5e3;
}

.btn-light:hover {
  color: #212529;
  background-color: #f4e9c3;
  border-color: #f2e6b8;
}

.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 245, 227, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(250, 245, 227, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #faf5e3;
  border-color: #faf5e3;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #f2e6b8;
  border-color: #f0e2ad;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 245, 227, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(250, 245, 227, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-dark:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-primary {
  color: #0091da;
  background-color: transparent;
  background-image: none;
  border-color: #0091da;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0091da;
  border-color: #0091da;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 145, 218, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 145, 218, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0091da;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0091da;
  border-color: #0091da;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 145, 218, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 145, 218, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #fdd359;
  background-color: transparent;
  background-image: none;
  border-color: #fdd359;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #fdd359;
  border-color: #fdd359;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 211, 89, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(253, 211, 89, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fdd359;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #fdd359;
  border-color: #fdd359;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 211, 89, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(253, 211, 89, 0.5);
}

.btn-outline-danger {
  color: #f00;
  background-color: transparent;
  background-image: none;
  border-color: #f00;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f00;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-outline-light {
  color: #faf5e3;
  background-color: transparent;
  background-image: none;
  border-color: #faf5e3;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #faf5e3;
  border-color: #faf5e3;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 245, 227, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(250, 245, 227, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #faf5e3;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #faf5e3;
  border-color: #faf5e3;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 245, 227, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(250, 245, 227, 0.5);
}

.btn-outline-dark {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #000;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-link {
  font-weight: 400;
  color: inherit;
  background-color: transparent;
}

.btn-link:hover {
  color: inherit;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.575rem;
  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 {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

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

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

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

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

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

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

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

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

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

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

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

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

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

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0091da;
}

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

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.575rem;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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: 1.5rem;
  padding-left: 1.5rem;
}

.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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.444;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e0e0e0;
  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(4.375rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 2.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(2.8625rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.575rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #0091da;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 145, 218, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 145, 218, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #8ed9ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e0e0e0;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.7996rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.7996rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

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

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

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

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

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

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

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

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

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

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

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(3.3492rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.444;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #5bc8ff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 200, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(91, 200, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e0e0e0;
}

.custom-select::-ms-expand {
  opacity: 0;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(3.3492rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #5bc8ff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 145, 218, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 145, 218, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #5bc8ff;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e0e0e0;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(3.3492rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.444;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 3.3492rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.444;
  color: #495057;
  content: "Browse";
  background-color: #e0e0e0;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 145, 218, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 145, 218, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 145, 218, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 145, 218, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0091da;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #8ed9ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0091da;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #8ed9ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0091da;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #8ed9ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e0e0e0 #e0e0e0 #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

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

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

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.1751rem;
  padding-bottom: 0.1751rem;
  margin-right: 1rem;
  font-size: 2.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 2.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2.5rem;
}

.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: 374.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 375px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1439.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1440px) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 375px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 375px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            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: 375px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e0e0e0;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: inherit;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: inherit;
  text-decoration: none;
  background-color: #e0e0e0;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 145, 218, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 145, 218, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #0091da;
  border-color: #0091da;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 2.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.575rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #0091da;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #006fa7;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

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

.badge-success {
  color: #fff;
  background-color: #28a745;
}

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

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

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

.badge-warning {
  color: #212529;
  background-color: #fdd359;
}

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

.badge-danger {
  color: #fff;
  background-color: #f00;
}

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

.badge-light {
  color: #212529;
  background-color: #faf5e3;
}

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

.badge-dark {
  color: #fff;
  background-color: #000;
}

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e0e0e0;
  border-radius: 0.3rem;
}

@media (min-width: 375px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 5.2rem;
}

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

.alert-primary {
  color: #004b71;
  background-color: #cce9f8;
  border-color: #b8e0f5;
}

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

.alert-primary .alert-link {
  color: #00293e;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

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

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

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

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

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

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #846e2e;
  background-color: #fff6de;
  border-color: #fef3d1;
}

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

.alert-warning .alert-link {
  color: #5e4e21;
}

.alert-danger {
  color: #850000;
  background-color: #ffcccc;
  border-color: #ffb8b8;
}

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

.alert-danger .alert-link {
  color: #520000;
}

.alert-light {
  color: #827f76;
  background-color: #fefdf9;
  border-color: #fefcf7;
}

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

.alert-light .alert-link {
  color: #67655e;
}

.alert-dark {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}

.alert-dark hr {
  border-top-color: #ababab;
}

.alert-dark .alert-link {
  color: black;
}

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

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

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 1.35rem;
  background-color: #e0e0e0;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0091da;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    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 {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: rgba(0, 0, 0, 0.5);
  background-color: #e0e0e0;
}

.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: #0091da;
  border-color: #0091da;
}

.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: #004b71;
  background-color: #b8e0f5;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004b71;
  background-color: #a2d6f2;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004b71;
  border-color: #004b71;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

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

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

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

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

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

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #846e2e;
  background-color: #fef3d1;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #846e2e;
  background-color: #fdecb8;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #846e2e;
  border-color: #846e2e;
}

.list-group-item-danger {
  color: #850000;
  background-color: #ffb8b8;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #850000;
  background-color: #ff9f9f;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #850000;
  border-color: #850000;
}

.list-group-item-light {
  color: #827f76;
  background-color: #fefcf7;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #827f76;
  background-color: #fbf4e0;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #827f76;
  border-color: #827f76;
}

.list-group-item-dark {
  color: black;
  background-color: #b8b8b8;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.close {
  float: right;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

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

.modal-open {
  overflow: hidden;
}

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

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

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

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

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

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

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e0e0e0;
  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.444;
}

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

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

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

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

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

@media (min-width: 375px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.444;
  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: 1.575rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.444;
  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: 1.575rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

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

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

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

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

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

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


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

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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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

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

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: rgba(0, 0, 0, 0.5);
}

.carousel {
  position: relative;
}

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

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    -webkit-transition: none;
    transition: none;
  }
}

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

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

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

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

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

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

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

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  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 {
  -webkit-transform: translateX(0);
          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 {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

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

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

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

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

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

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

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

.bg-primary {
  background-color: #0091da !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #0091da !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1440px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1440px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

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

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

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

@media (min-width: 375px) {
  .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: 1440px) {
  .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: -webkit-sticky !important;
  position: sticky !important;
}

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

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

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

.sr-only {
  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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

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

.shadow-none {
  -webkit-box-shadow: none !important;
          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: 375px) {
  .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: 1440px) {
  .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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

@media (min-width: 375px) {
  .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: 1440px) {
  .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-normal {
  font-weight: 400 !important;
}

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

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

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

.text-primary {
  color: #0091da !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .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);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          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;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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: 'Replica';
  src: url("../fonts/Replica-Regular.woff2") format("woff2"), url("../fonts/Replica-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Replica';
  src: url("../fonts/Replica-Bold.woff2") format("woff2"), url("../fonts/Replica-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?caqkot");
  src: url("../fonts/icomoon.eot?caqkot#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?caqkot") format("truetype"), url("../fonts/icomoon.woff?caqkot") format("woff"), url("../fonts/icomoon.svg?caqkot#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-custom-ico-instagram-001:before {
  content: "\e919";
}

.icon-custom-ico-instagram-01:before {
  content: "\e918";
}

.icon-custom-ico-phone-001:before {
  content: "\e917";
}

.icon-custom-ico-download-001:before {
  content: "\e916";
}

.icon-custom-ico-arrow-down-01:before {
  content: "\e915";
}

.icon-custom-ico-filter-01:before {
  content: "\e914";
}

.icon-custom-ico-user:before {
  content: "\e912";
}

.icon-custom-ico-zoom:before {
  content: "\e913";
}

.icon-custom-ico-email-01:before {
  content: "\e911";
}

.icon-custom-ico-collaboration-01:before {
  content: "\e90b";
}

.icon-custom-ico-dialogue-01:before {
  content: "\e90c";
}

.icon-custom-ico-innovation-01:before {
  content: "\e90d";
}

.icon-custom-ico-ownership-01:before {
  content: "\e90e";
}

.icon-custom-ico-proximity-01:before {
  content: "\e90f";
}

.icon-custom-ico-solidarity-01:before {
  content: "\e910";
}

.icon-custom-ico-pdf-001:before {
  content: "\e909";
}

.icon-custom-ico-check-001:before {
  content: "\e90a";
}

.icon-custom-ico-marker-01:before {
  content: "\e908";
}

.icon-custom-ico-twitter-001:before {
  content: "\e903";
  color: #fff;
}

.icon-custom-ico-linkedin-001:before {
  content: "\e904";
  color: #fff;
}

.icon-custom-ico-google-001:before {
  content: "\e905";
  color: #fff;
}

.icon-custom-ico-facebook-001:before {
  content: "\e906";
  color: #fff;
}

.icon-custom-ico-arrow-right-01:before {
  content: "\e907";
}

.icon-custom-ico-branch-01:before {
  content: "\e900";
}

.icon-custom-ico-globe-01:before {
  content: "\e901";
}

.icon-custom-ico-weather-01:before {
  content: "\e902";
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/Helvetica-Neue.woff2") format("woff2"), url("../fonts/Helvetica-Neue.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

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

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: right;
  white-space: nowrap;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

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

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

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

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

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

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

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

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

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

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

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}

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

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle:before {
  content: '';
  display: inline-block;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: inherit;
  padding-right: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  height: 100%;
  width: 100%;
  text-align: left;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: inherit;
}

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

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

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

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

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

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

.bs-donebutton .btn-group button {
  width: 100%;
}

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

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

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

html {
  font-size: 10px;
}

body {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.444;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  background: #fff;
  min-width: 320px;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 991px) {
  body {
    font-size: 1.8rem;
    line-height: 1.444;
  }
}

@media (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 1.8rem;
    line-height: 1.444;
  }
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

blockquote, q {
  quotes: none;
}

q:before,
q:after {
  content: '';
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 125px;
}

@media (max-width: 991px) {
  .wrapper {
    padding-top: 60px;
  }
}

@media (max-width: 991px) {
  .container,
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .container,
  .container-fluid {
    max-width: none;
  }
}

@media (max-width: 374px) {
  .container,
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

h1 a, .banner figcaption .h1 a, .post .h1 a, .banner-post .h1 a, h1 a:hover, .banner figcaption .h1 a:hover, .post .h1 a:hover, .banner-post .h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover, h5 a, h5 a:hover, h6 a, h6 a:hover {
  color: inherit;
}

@media (max-width: 767px) {
  h1, .banner figcaption .h1, .post .h1, .banner-post .h1, .h1 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  h2, .h2 {
    font-size: 35px;
  }
}

.slick-slide:focus {
  outline: none !important;
}

.pre-title {
  display: block;
  text-transform: uppercase;
  color: #0091da;
  opacity: 0.5;
  padding-bottom: 25px;
  font-size: 15px;
  line-height: 1.267;
}

@media (max-width: 991px) {
  .pre-title {
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .pre-title {
    padding-bottom: 21px;
  }
}

.lead {
  display: block;
  padding-bottom: 35px;
  font-size: 23px;
  line-height: 1.348;
  font-weight: 400;
}

@media (max-width: 991px) {
  .lead {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .lead {
    padding-bottom: 19px;
    font-size: 18px;
    line-height: 1.389;
  }
}

.black-color {
  color: #000;
}

.bottom-space {
  display: block;
  height: 155px;
}

@media (max-width: 991px) {
  .bottom-space {
    height: 100px;
  }
}

@media (max-width: 767px) {
  .bottom-space {
    height: 60px;
  }
}

.ico-arrow-down {
  display: inline;
  position: relative;
  padding-left: 24px;
}

.ico-arrow-down:before {
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  border: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  left: 50%;
  top: 50%;
  margin: 1px 0 0 2px;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 40px;
}

.nav-links > .page-numbers {
  margin: 0 10px 0 0;
  min-width: 40px;
  font-size: 20px;
  line-height: 30px;
  padding: 5px 10px;
  text-align: center;
  background: #edf7fc;
  color: #252525;
  text-decoration: none !important;
}

.nav-links > .page-numbers:hover:not(.current) {
  background: #0091da;
  color: #fff;
}

.nav-links > .page-numbers.current {
  background: #0091da;
  color: #fff;
}

@media (max-width: 767px) {
  .nav-links > .page-numbers {
    min-width: 30px;
    font-size: 14px;
    line-height: 20px;
  }
}

.image-item {
  margin: 0;
}

.image-item img {
  display: block;
  max-width: 100%;
  height: auto;
}

.slick-arrow {
  position: absolute;
  z-index: 20;
  top: 50%;
  font-size: 0;
  line-height: 0;
  padding: 0;
  background: #fdd359;
  border: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 100%;
  color: #000;
}

.slick-arrow::before {
  content: "\e907";
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -0.5em;
  font: 15px/1em "icomoon";
}

.slick-arrow.slick-prev {
  left: -85px;
}

.slick-arrow.slick-prev::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.slick-arrow.slick-next {
  right: -85px;
}

.slick-arrow:hover {
  background-color: #fcc627;
}

.slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1439px) {
  .slick-arrow.slick-prev {
    left: 5px;
  }
  .slick-arrow.slick-next {
    right: 5px;
  }
}

@media (max-width: 991px) {
  .slick-arrow.slick-prev {
    left: -5px;
  }
  .slick-arrow.slick-next {
    right: -5px;
  }
}

.slick-dots {
  list-style: none;
  margin: 0 -5px;
  padding: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  right: 0;
}

.slick-dots > li {
  padding: 5px;
}

.slick-dots > li:only-child {
  display: none;
}

.slick-dots button {
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  padding: 0;
  border: 0;
  font-size: 0;
  line-height: 0;
  background-color: #000;
  opacity: 0.2;
}

.slick-dots button:hover {
  opacity: 1;
}

.slick-dots .slick-active button {
  opacity: 1;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
}

.jspHorizontalBar {
  bottom: 0;
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  position: relative;
}

.jspDrag {
  background: #8e8e8e;
  cursor: pointer;
  left: 0;
  position: relative;
  top: 0;
  border-radius: 3px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  cursor: pointer;
  direction: ltr;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -20000px;
}

.jspDisabled {
  cursor: default;
}

.jspVerticalBar .jspArrow {
  height: 5px;
}

.jspHorizontalBar .jspArrow {
  float: left;
  height: 100%;
  width: 5px;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

.bg-img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.swatch-yellow {
  background-color: #fdd359;
}

.swatch-blue {
  background-color: #0091da;
}

/* buttons */
.btn {
  position: relative;
  vertical-align: top;
  outline: 0 !important;
  padding: 15px 30px;
  font-size: 18px;
  line-height: 1.278;
  border-radius: 30px;
  font-weight: 400;
  letter-spacing: 0;
  border: solid 1px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  min-width: 286px;
}

.btn:hover {
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0px 0px;
  font-size: 0px;
  line-height: 0;
  border-radius: 0;
}

.btn-md {
  padding: 13px 30px;
  font-size: 18px;
  line-height: 1.222;
  border-radius: 26px;
  min-width: 240px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0px 0px;
  font-size: 0px;
  line-height: 0;
  border-radius: 0;
}

.btn-info {
  color: #fff;
  background-color: #0091da;
  border-color: #0091da;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-info:hover {
  color: #fff;
  background-color: #0080c1;
  border-color: #0080c1;
}

.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 145, 218, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 145, 218, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #0091da;
  border-color: #0091da;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0080c1;
  border-color: #0080c1;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 145, 218, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 145, 218, 0.5);
}

.btn-outline-info {
  color: #0091da;
  background-color: transparent;
  background-image: none;
  border-color: #0091da;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #0091da;
  border-color: #0091da;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 145, 218, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 145, 218, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #0091da;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #0091da;
  border-color: #0091da;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 145, 218, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 145, 218, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #fdd359;
  border-color: #fdd359;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-warning:hover {
  color: #212529;
  background-color: #fdcc40;
  border-color: #fdcc40;
}

.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 211, 89, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(253, 211, 89, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #fdd359;
  border-color: #fdd359;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #fdcc40;
  border-color: #fdcc40;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 211, 89, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(253, 211, 89, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #0091da;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-light:hover {
  color: #212529;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn input {
  position: absolute;
  z-index: 25;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: none;
  opacity: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
}

@media (max-width: 767px) {
  .btn {
    min-width: 250px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .btn-md {
    padding: 15px 25px;
    font-size: 18px;
    line-height: 1.278;
    border-radius: 30px;
    min-width: 250px;
  }
}

@media (max-width: 767px) and (max-width: 374px) {
  .btn {
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn-md {
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.arrow-link {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.2;
  position: relative;
  padding-left: 29px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.arrow-link::before {
  content: "\e907";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  margin: 4px 0 0;
  font: 15px/17px "icomoon";
}

.arrow-link:hover {
  text-decoration: none;
  opacity: 0.75;
}

@media (max-width: 767px) {
  .arrow-link {
    font-size: 18px;
    line-height: 1.2;
    padding-left: 25px;
  }
  .arrow-link::before {
    margin: 4px 0 0;
    font-size: 13px;
    line-height: 15px;
  }
}

.btn-close {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
  padding: 0;
}

.btn-close::before, .btn-close::after {
  content: '';
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 19px 0 0 7px;
}

.btn-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn-close:hover:before, .btn-close:hover:after {
  background-color: #0091da;
}

.collapse-opener {
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  color: #0091da;
  font-size: 0;
  font-family: "Replica", sans-serif;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.collapse-opener::before {
  content: "Read less";
  font-size: 18px;
}

.collapse-opener:hover {
  text-decoration: none;
  color: #0091da;
}

.collapse-opener.collapsed {
  font-size: 18px;
}

.collapse-opener.collapsed::before {
  content: "";
}

.link-more {
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  font-family: "Replica", sans-serif;
  color: #0091da;
}

.link-more:hover {
  text-decoration: none;
  color: #0091da;
}

.btn-filter {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #0091da;
  border: 1px solid rgba(0, 145, 218, 0.5);
  border-radius: 30px;
  font-size: 18px;
  line-height: 1.222;
  padding: 13px 20px 13px;
  position: relative;
  min-width: 167px;
  text-align: center;
}

.btn-filter:hover {
  background-color: #0091da;
  border-color: #0091da;
  color: #fff;
  text-decoration: none;
}

.btn-filter [class^="icon-"],
.btn-filter [class*=" icon-"] {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 0 31px;
}

@media (max-width: 767px) {
  .btn-filter {
    border-radius: 100%;
    width: 55px;
    height: 55px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    min-width: 0;
  }
  .btn-filter [class^="icon-"],
  .btn-filter [class*=" icon-"] {
    font-size: 18px;
    line-height: 53px;
    margin: 0;
  }
}

.btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn-play:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border: solid transparent;
  border-width: 8px 0 8px 13px;
  border-left-color: #000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: 3px;
}

.widget-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none !important;
  position: relative;
  background: rgba(0, 145, 218, 0.07);
  font: bold 24px/1.33334 "Replica", sans-serif;
  color: #000 !important;
  padding-right: 70px;
  margin-bottom: 35px;
}

.widget-link:hover {
  opacity: 0.8;
}

@media (max-width: 1199px) {
  .widget-link {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .widget-link {
    font-size: 24px;
  }
}

@media (max-width: 374px) {
  .widget-link {
    font-size: 22px;
  }
}

.widget-link .txt-hold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  min-height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 30px;
}

@media (max-width: 1199px) {
  .widget-link .txt-hold {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .widget-link .txt-hold {
    padding: 20px 30px;
  }
}

.widget-link small {
  display: block;
  font: 18px/1.38889 "Lato", sans-serif;
  padding: 7px 0 12px;
  color: inherit;
}

@media (max-width: 1199px) {
  .widget-link small {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .widget-link small {
    font-size: 18px;
  }
}

.widget-link i {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #0091da;
}

.widget-link.color-yellow {
  background: #fdd359;
}

.widget-link.color-yellow i {
  color: #000;
}

/* bootstrap-select */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: auto;
  max-width: 100%;
}

.bootstrap-select .btn {
  min-width: 100%;
  width: auto;
}

.bootstrap-select .btn:focus {
  outline: none !important;
}

.check-box label {
  display: block;
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

.check-box label span {
  display: block;
  position: relative;
  padding: 0 0 0 22px;
}

.check-box label span:before {
  position: absolute;
  content: '';
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  opacity: 0.5;
  top: 4px;
}

.check-box label span::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.check-box label a {
  text-decoration: underline;
}

.check-box label input {
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0;
  visibility: hidden;
}

.check-box label input:checked ~ span::after {
  opacity: 1;
}

.check-box .wpcf7-list-item {
  display: block;
  padding-left: 0;
  margin-left: 0;
}

.check-box .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 21px;
}

.check-box.type2 label {
  font-size: 18px;
  line-height: 26px;
}

.check-box.type2 label span {
  padding-left: 32px;
}

.check-box.type2 label span:before {
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 50%;
  top: 4px;
}

.check-box.type2 label span::after {
  top: 9px;
  left: 5px;
  width: 8px;
  height: 8px;
  border: 0;
  -webkit-transform: none;
          transform: none;
  background: #000;
  border-radius: 50%;
}

.check-box.type2 label input:checked ~ span:before {
  opacity: 1;
}

.form-control {
  height: 68px;
  background: #fff;
  border-radius: 0;
  border-color: #fff;
  font: 16px "Lato", sans-serif;
  padding: 20px 28px;
  color: #000;
  -webkit-appearance: none;
}

.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.form-control.type2 {
  background: #faf5e3;
  border-color: #faf5e3;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
}

textarea.form-control {
  min-height: 289px;
  resize: vertical;
  line-height: 25px;
}

@media (max-width: 767px) {
  textarea.form-control.type2 {
    min-height: 229px;
  }
}

.bootstrap-select.form-control-select.btn-group:not(.input-group-btn),
.bootstrap-select.form-control-select.btn-group[class*="col-"],
.bootstrap-select.form-control-select {
  position: relative;
  display: block;
  width: 100%;
}

.bootstrap-select.form-control-select.btn-group:not(.input-group-btn) .form-control,
.bootstrap-select.form-control-select.btn-group[class*="col-"] .form-control,
.bootstrap-select.form-control-select .form-control {
  line-height: 22px;
  position: relative;
  z-index: 5;
  margin: 0 !important;
}

.bootstrap-select.form-control-select.btn-group:not(.input-group-btn) .form-control.bs-placeholder, .bootstrap-select.form-control-select.btn-group:not(.input-group-btn) .form-control.bs-placeholder:hover, .bootstrap-select.form-control-select.btn-group:not(.input-group-btn) .form-control.bs-placeholder:focus, .bootstrap-select.form-control-select.btn-group:not(.input-group-btn) .form-control.bs-placeholder:active,
.bootstrap-select.form-control-select.btn-group[class*="col-"] .form-control.bs-placeholder,
.bootstrap-select.form-control-select.btn-group[class*="col-"] .form-control.bs-placeholder:hover,
.bootstrap-select.form-control-select.btn-group[class*="col-"] .form-control.bs-placeholder:focus,
.bootstrap-select.form-control-select.btn-group[class*="col-"] .form-control.bs-placeholder:active,
.bootstrap-select.form-control-select .form-control.bs-placeholder,
.bootstrap-select.form-control-select .form-control.bs-placeholder:hover,
.bootstrap-select.form-control-select .form-control.bs-placeholder:focus,
.bootstrap-select.form-control-select .form-control.bs-placeholder:active {
  color: rgba(0, 0, 0, 0.5);
}

.bootstrap-select.form-control-select.btn-group:not(.input-group-btn) .form-control:focus,
.bootstrap-select.form-control-select.btn-group[class*="col-"] .form-control:focus,
.bootstrap-select.form-control-select .form-control:focus {
  outline: 0 !important;
}

.bootstrap-select.form-control-select.btn-group:not(.input-group-btn) .form-control .filter-option,
.bootstrap-select.form-control-select.btn-group[class*="col-"] .form-control .filter-option,
.bootstrap-select.form-control-select .form-control .filter-option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.bootstrap-select.form-control-select.btn-group:not(.input-group-btn) .form-control:after,
.bootstrap-select.form-control-select.btn-group[class*="col-"] .form-control:after,
.bootstrap-select.form-control-select .form-control:after {
  display: none;
}

.bootstrap-select.form-control-select.btn-group:not(.input-group-btn) .form-control:before,
.bootstrap-select.form-control-select.btn-group[class*="col-"] .form-control:before,
.bootstrap-select.form-control-select .form-control:before {
  position: absolute;
  content: '';
  width: 13px;
  height: 13px;
  border: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  right: 18px;
  top: 50%;
  margin: -1px 0 0 2px;
}

.bootstrap-select.form-control-select.btn-group:not(.input-group-btn) .dropdown-menu:not(.inner),
.bootstrap-select.form-control-select.btn-group[class*="col-"] .dropdown-menu:not(.inner),
.bootstrap-select.form-control-select .dropdown-menu:not(.inner) {
  border: 0;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  color: rgba(0, 145, 218, 0.61);
  min-width: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  margin: 2px 0;
}

.bootstrap-select.form-control-select.btn-group:not(.input-group-btn) .dropdown-menu:not(.inner) li,
.bootstrap-select.form-control-select.btn-group[class*="col-"] .dropdown-menu:not(.inner) li,
.bootstrap-select.form-control-select .dropdown-menu:not(.inner) li {
  padding: 0;
}

.bootstrap-select.form-control-select.btn-group:not(.input-group-btn) .dropdown-menu:not(.inner) li:before,
.bootstrap-select.form-control-select.btn-group[class*="col-"] .dropdown-menu:not(.inner) li:before,
.bootstrap-select.form-control-select .dropdown-menu:not(.inner) li:before {
  display: none;
}

.bootstrap-select.form-control-select.btn-group:not(.input-group-btn) .dropdown-menu:not(.inner) li:after,
.bootstrap-select.form-control-select.btn-group[class*="col-"] .dropdown-menu:not(.inner) li:after,
.bootstrap-select.form-control-select .dropdown-menu:not(.inner) li:after {
  display: none;
}

.bootstrap-select.form-control-select.btn-group:not(.input-group-btn) .dropdown-menu:not(.inner) li > a,
.bootstrap-select.form-control-select.btn-group[class*="col-"] .dropdown-menu:not(.inner) li > a,
.bootstrap-select.form-control-select .dropdown-menu:not(.inner) li > a {
  color: inherit;
  padding: 15px 24px;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.bootstrap-select.form-control-select.btn-group:not(.input-group-btn) .dropdown-menu:not(.inner) li > a:hover, .bootstrap-select.form-control-select.btn-group:not(.input-group-btn) .dropdown-menu:not(.inner) li > a:focus,
.bootstrap-select.form-control-select.btn-group[class*="col-"] .dropdown-menu:not(.inner) li > a:hover,
.bootstrap-select.form-control-select.btn-group[class*="col-"] .dropdown-menu:not(.inner) li > a:focus,
.bootstrap-select.form-control-select .dropdown-menu:not(.inner) li > a:hover,
.bootstrap-select.form-control-select .dropdown-menu:not(.inner) li > a:focus {
  background: #edf7fc;
  color: #0091da;
}

.bootstrap-select.form-control-select.btn-group:not(.input-group-btn) .dropdown-menu:not(.inner) li.selected > a,
.bootstrap-select.form-control-select.btn-group[class*="col-"] .dropdown-menu:not(.inner) li.selected > a,
.bootstrap-select.form-control-select .dropdown-menu:not(.inner) li.selected > a {
  background: #0091da;
  color: #fff;
}

.bootstrap-select.form-control-select.btn-group:not(.input-group-btn).type2 .form-control,
.bootstrap-select.form-control-select.btn-group[class*="col-"].type2 .form-control,
.bootstrap-select.form-control-select.type2 .form-control {
  background: #faf5e3;
  border-color: #faf5e3;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 767px) {
  .contact-form {
    text-align: center;
  }
}

.contact-form p {
  margin: 0;
}

@media (max-width: 767px) {
  .contact-form p {
    text-align: left;
  }
}

.contact-form .form-control {
  margin-bottom: 27px;
}

@media (max-width: 767px) {
  .contact-form .form-control {
    text-align: left;
  }
}

.contact-form .btn {
  -webkit-transform: translate(0, 9px);
          transform: translate(0, 9px);
  margin-bottom: 9px;
}

@media (max-width: 767px) {
  .contact-form .btn {
    min-width: 286px;
  }
}

.search-form {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 310px;
  padding: 0 0 0 35px;
}

.search-form .form-control {
  background: none;
  border: 0;
  height: 42px;
  padding: 8px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-form .btn-search {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 36px;
  background: url("../images/custom-ico-search-001.svg") no-repeat 50% 50%;
  margin: 0;
  border: 0;
  padding: 0;
  -webkit-appearance: none;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  opacity: 0.3;
  outline: 0;
}

.search-form .btn-search:hover {
  opacity: 1;
}

/* header */
#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  -webkit-box-shadow: 0 2px 0 0 #e0e0e0;
          box-shadow: 0 2px 0 0 #e0e0e0;
  color: #000;
}

.homepage #header {
  color: #fff;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.scrolled #header {
  position: fixed;
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 0 0 #e0e0e0;
          box-shadow: 0 2px 0 0 #e0e0e0;
}

@media (max-width: 991px) {
  .opened-menu #header {
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: 0 2px 0 0 #e0e0e0;
            box-shadow: 0 2px 0 0 #e0e0e0;
  }
}

#header + .main-banner,
#header + .fader + .main-banner {
  margin-top: -125px;
}

@media (max-width: 991px) {
  #header + .main-banner,
  #header + .fader + .main-banner {
    margin-top: -60px;
  }
}

#header .container, #header .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 22px;
  padding-bottom: 20px;
  min-height: 125px;
}

@media (max-width: 991px) {
  #header .container, #header .container-fluid {
    min-height: 60px;
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.scrolled #header .container, .scrolled #header .container-fluid {
  min-height: 87px;
}

@media (max-width: 991px) {
  .scrolled #header .container, .scrolled #header .container-fluid {
    min-height: 60px;
  }
}

.homepage:not(.scrolled) #header .container, .homepage:not(.scrolled) #header .container-fluid {
  padding-top: 13px;
  padding-bottom: 6px;
}

@media (max-width: 991px) {
  #header .user-link {
    opacity: 0;
    visibility: hidden;
    line-height: 1;
  }
  .opened-menu #header .user-link {
    opacity: 1;
    visibility: visible;
  }
}

#header .navbar-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3px 5px;
  margin-left: 13px;
  margin-right: -6px;
  width: 32px;
}

@media (min-width: 992px) {
  #header .navbar-toggler {
    display: none;
  }
}

#header .navbar-toggler .icon-bar {
  display: block;
  width: 20px;
  height: 2px;
  border-bottom: 2px solid;
  margin: 3px auto 4px;
  color: #0091da;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.homepage:not(.scrolled):not(.opened-menu) #header .navbar-toggler .icon-bar {
  color: #fff;
}

.opened-menu #header .navbar-toggler .icon-bar {
  color: #000;
}

#header .navbar-toggler .icon-bar:nth-child(1) {
  margin-top: auto;
}

.opened-menu #header .navbar-toggler .icon-bar:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 21px;
}

.opened-menu #header .navbar-toggler .icon-bar:nth-child(2) {
  opacity: 0;
}

#header .navbar-toggler .icon-bar:nth-child(3) {
  margin-bottom: auto;
}

.opened-menu #header .navbar-toggler .icon-bar:nth-child(3) {
  top: -9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 21px;
}

#header .navbar-brand {
  display: block;
  padding: 0;
  width: 219px;
  max-width: 219px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 219px;
          flex: 0 0 219px;
  height: 65px;
  background: url("../images/logo-dark.png") no-repeat;
  background-size: 100% auto;
  position: relative;
  top: 5px;
}

@media (max-width: 991px) {
  #header .navbar-brand {
    width: 131px;
    max-width: 131px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 131px;
            flex: 0 0 131px;
    height: 28px;
    top: 0;
    margin-right: auto;
  }
}

.homepage:not(.scrolled):not(.opened-menu) #header .navbar-brand {
  background-image: url("../images/logo-white.png");
}

@media (min-width: 992px) {
  .homepage:not(.scrolled):not(.opened-menu) #header .navbar-brand {
    width: 250px;
    max-width: 250px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    height: 73px;
    top: 15px;
  }
}

@media (min-width: 992px) {
  .scrolled #header .navbar-brand {
    top: -2px;
    width: 198px;
    max-width: 198px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 198px;
            flex: 0 0 198px;
    height: 42px;
  }
}

@media (max-width: 991px) {
  #header #main-nav {
    position: fixed;
    top: 62px;
    right: 0;
    bottom: 0;
    margin-right: -100%;
    width: 100%;
    max-width: 400px;
    background: #fff;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 20px 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-property: margin-right;
    transition-property: margin-right;
  }
  .opened-menu #header #main-nav {
    margin-right: 0;
  }
}

#header .user-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  #header .user-menu {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

@media (min-width: 992px) {
  #header .user-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@media (min-width: 992px) {
  .homepage:not(.scrolled) #header .user-menu {
    margin-bottom: 47px;
  }
}

@media (min-width: 992px) {
  .scrolled #header .user-menu {
    opacity: 0;
    visibility: hidden;
    margin-top: -15px;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  #header .user-menu .btn-hold {
    margin-bottom: 27px;
  }
}

#header .base-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  #header .base-nav {
    font-size: 2rem;
    line-height: 1.25;
    margin-bottom: 18px;
  }
}

@media (min-width: 992px) {
  #header .base-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 1200px) {
  #header .base-nav {
    margin-left: -26px;
    margin-right: -26px;
  }
}

@media (max-width: 991px) {
  #header .base-nav > li + li {
    border-top: 2px solid rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 992px) {
  #header .base-nav > li {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  #header .base-nav > li {
    margin-left: 27px;
    margin-right: 26px;
  }
}

#header .base-nav > li.active > a {
  color: #0091da;
}

@media (min-width: 992px) {
  #header .base-nav > li.active > a {
    font-weight: 700;
  }
}

@media (min-width: 992px) {
  .homepage:not(.scrolled) #header .base-nav > li.active > a {
    color: #fdd359;
  }
}

@media (min-width: 992px) {
  #header .base-nav > li.dropdown {
    position: static;
  }
}

@media (max-width: 991px) {
  #header .base-nav > li.dropdown > a {
    padding-right: 45px;
    position: relative;
  }
  #header .base-nav > li.dropdown > a::after {
    content: '';
    position: absolute;
    top: -9px;
    right: 17px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 15px;
    height: 15px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media (max-width: 991px) {
  #header .base-nav > li.dropdown.opened > a::after {
    top: 0;
    bottom: -9px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}

@media (min-width: 992px) {
  #header .base-nav > li > a {
    display: block;
    padding-bottom: 22px;
    margin-bottom: -22px;
  }
}

#header .base-nav > li > a:hover {
  text-decoration: none;
  color: #0091da;
}

@media (min-width: 992px) {
  .homepage:not(.scrolled) #header .base-nav > li > a:hover {
    color: #fdd359;
  }
}

@media (max-width: 991px) {
  #header .base-nav > li > .dropdown-menu {
    position: static !important;
    -webkit-transform: none !important;
            transform: none !important;
    float: none;
    font: inherit;
    border: 0;
    border-radius: 0;
    padding: 0;
    color: #000;
  }
  #header .base-nav > li > .dropdown-menu::after {
    content: '';
    display: block;
    height: 15px;
  }
}

@media (min-width: 992px) {
  #header .base-nav > li > .dropdown-menu {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
    margin: 2px 0 0 !important;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #edf7fc;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 1.8rem;
    line-height: 2.5rem;
    border-bottom: 1px solid rgba(0, 145, 218, 0.3);
  }
}

@media (min-width: 992px) {
  #header .base-nav > li > .dropdown-menu li {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  #header .base-nav > li > .dropdown-menu li {
    margin-left: 33px;
    margin-right: 33px;
  }
}

@media (min-width: 992px) {
  #header .base-nav > li > .dropdown-menu li.active > a {
    font-weight: 700;
    color: #0091da;
  }
}

@media (min-width: 992px) {
  #header .base-nav > li > .dropdown-menu li.active > a::before {
    opacity: 1;
  }
}

#header .base-nav > li > .dropdown-menu a {
  display: block;
}

@media (max-width: 991px) {
  #header .base-nav > li > .dropdown-menu a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

@media (min-width: 992px) {
  #header .base-nav > li > .dropdown-menu a {
    position: relative;
    padding: 13px 0;
    color: rgba(0, 145, 218, 0.69);
  }
  #header .base-nav > li > .dropdown-menu a:hover, #header .base-nav > li > .dropdown-menu a:focus, #header .base-nav > li > .dropdown-menu a:active {
    text-decoration: none;
    color: #0091da;
  }
  #header .base-nav > li > .dropdown-menu a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 4px solid;
    opacity: 0;
  }
}

@media (min-width: 992px) {
  #header .base-nav > li.show > .dropdown-menu, #header .base-nav > li.active > .dropdown-menu {
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 991px) {
  #header .base-nav > li.show > .dropdown-menu {
    display: none;
  }
}

@media (min-width: 992px) {
  #header .base-nav > li.show > .dropdown-menu {
    z-index: 5;
  }
}

@media (max-width: 991px) {
  #header .base-nav a {
    display: block;
    padding-top: 23px;
    padding-bottom: 23px;
  }
}

#header a:not(.btn) {
  color: inherit;
}

#header .search-block {
  position: relative;
}

@media (max-width: 991px) {
  #header .search-block {
    position: absolute;
    top: 28px;
    left: 20px;
    right: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 991px) {
  #header .search-block .input-group {
    color: rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 992px) {
  #header .search-block .input-group {
    position: absolute;
    top: -6px;
    right: 100%;
    width: 250px;
    border-bottom: 1px solid;
    padding-top: 5px;
    padding-bottom: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

#header .search-block .input-group .input-group-prepend {
  margin-bottom: 0;
  -ms-flex-item-align: center;
      align-self: center;
}

@media (max-width: 991px) {
  #header .search-block .input-group .input-group-prepend {
    min-width: 32px;
    -ms-flex-preferred-size: 32px;
        flex-basis: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 992px) {
  #header .search-block .input-group .input-group-prepend {
    display: none;
  }
}

#header .search-block i {
  font-size: 2rem;
}

#header .search-block i::before {
  color: inherit;
}

#header .search-block .form-control {
  padding-top: 4px;
  padding-bottom: 4px;
  padding: 4px 10px;
  height: 32px;
  background: none;
  border-color: rgba(0, 0, 0, 0);
}

@media (max-width: 991px) {
  #header .search-block .form-control {
    color: #000;
    font-size: 2rem;
    height: 40px;
  }
  #header .search-block .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
  #header .search-block .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
  }
  #header .search-block .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 992px) {
  .homepage #header .search-block .form-control {
    color: #fff;
  }
  .homepage #header .search-block .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
  }
  .homepage #header .search-block .form-control:-ms-input-placeholder {
    color: #fff;
  }
  .homepage #header .search-block .form-control::-webkit-input-placeholder {
    color: #fff;
  }
}

#header .search-block .form-control:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#header .search-block .btn-submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  #header .search-block .btn-submit {
    display: none;
  }
}

#header .search-block .btn-submit input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

@media (min-width: 768px) {
  #header .search-block.opened-search .input-group {
    opacity: 1;
    visibility: visible;
  }
}

#header .link {
  margin-left: 16px;
  margin-right: 16px;
}

#header .link:hover, #header .link:focus, #header .link:active {
  text-decoration: none;
  color: #0091da;
}

@media (min-width: 992px) {
  .homepage:not(.scrolled) #header .link:hover, .homepage:not(.scrolled) #header .link:focus, .homepage:not(.scrolled) #header .link:active {
    color: #fdd359;
  }
}

#header .link i::before {
  color: inherit;
}

#header .link .icon-custom-ico-user {
  font-size: 2.2rem;
}

#header .languages {
  text-transform: uppercase;
}

@media (max-width: 991px) {
  #header .languages {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-left: -20px;
    margin-right: -20px;
    padding: 23px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 992px) {
  #header .languages {
    margin-left: 9px;
    margin-right: 35px;
  }
}

#header .languages a:hover, #header .languages a:focus, #header .languages a:active {
  text-decoration: none;
  color: #0091da;
}

#header .languages .dropdown-toggle {
  padding-left: 7px;
}

@media (max-width: 991px) {
  #header .languages .dropdown-toggle {
    display: none;
  }
}

#header .languages .dropdown-toggle::after {
  width: 11px;
  height: 11px;
  border: 2px solid;
  border-width: 0 2px 2px 0;
  vertical-align: 0.205em;
  margin-left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 992px) {
  .homepage:not(.scrolled) #header .languages .dropdown-toggle:hover, .homepage:not(.scrolled) #header .languages .dropdown-toggle:focus, .homepage:not(.scrolled) #header .languages .dropdown-toggle:active {
    color: #fdd359;
  }
}

#header .languages .dropdown-menu {
  min-width: 100%;
  border-radius: 0;
  margin-top: 6px;
}

@media (max-width: 991px) {
  #header .languages .dropdown-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: static !important;
    -webkit-transform: none !important;
            transform: none !important;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
  }
}

@media (max-width: 991px) {
  #header .languages .dropdown-menu li {
    position: relative;
    margin: 5px 14px;
  }
  #header .languages .dropdown-menu li::before {
    content: '|';
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: 12px;
  }
}

@media (max-width: 991px) {
  #header .languages .dropdown-menu li:first-child::before {
    display: none;
  }
}

@media (min-width: 992px) {
  #header .languages .dropdown-menu .active {
    display: none;
  }
}

#header .languages .dropdown-menu .active a {
  color: #000;
}

#header .languages .dropdown-menu a {
  display: block;
  padding: 2px 6px;
}

@media (max-width: 991px) {
  #header .languages .dropdown-menu a {
    color: rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 992px) {
  #header .languages .dropdown-menu a:hover {
    background-color: #0091da;
    color: #fff;
  }
}

#header .btn {
  font-size: 1.6rem;
  padding: 6px 28px;
  min-width: 190px;
}

@media (max-width: 991px) {
  #header .btn {
    font-size: 1.8rem;
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 250px;
  }
}

.homepage:not(.scrolled) #header .btn-warning:not(:hover) {
  background-color: rgba(255, 255, 255, 0.29);
  border-color: transparent;
  color: #fff;
}

.fader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 95;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.opened-menu .fader {
  opacity: 1;
  visibility: visible;
}

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

@media (max-width: 991px) {
  .opened-menu {
    overflow: hidden;
    height: 100%;
  }
  .opened-menu .wrapper {
    height: 100%;
  }
}

.main-banner {
  margin: 0;
  position: relative;
  overflow: hidden;
  min-height: 745px;
}

.main-banner .image {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.main-banner .image::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}

.main-banner .main-banner-slideshow {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.main-banner .main-banner-slideshow .slick-list,
.main-banner .main-banner-slideshow .slick-track {
  height: 100%;
}

.main-banner .main-banner-slideshow .slick-slide:focus {
  outline: none;
}

.main-banner .main-banner-slideshow .image {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.main-banner figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 745px;
  position: relative;
  z-index: 10;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #fff;
}

.main-banner figcaption .container {
  padding-top: 159px;
  padding-bottom: 130px;
}

.main-banner figcaption h1, .main-banner .banner figcaption .h1, .banner .main-banner figcaption .h1, .main-banner figcaption .post .h1, .post .main-banner figcaption .h1, .main-banner figcaption .banner-post .h1, .banner-post .main-banner figcaption .h1,
.main-banner figcaption h2 {
  color: inherit;
  margin: 0 0 42px;
  font-size: 40px;
  line-height: 1.325;
  font-weight: 700;
  max-width: 780px;
}

@media (max-width: 991px) {
  .main-banner figcaption .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .main-banner figcaption h1, .main-banner .banner figcaption .h1, .banner .main-banner figcaption .h1, .main-banner figcaption .post .h1, .post .main-banner figcaption .h1, .main-banner figcaption .banner-post .h1, .banner-post .main-banner figcaption .h1,
  .main-banner figcaption h2 {
    font-size: 32px;
    max-width: 75%;
  }
}

@media (max-width: 767px) {
  .main-banner {
    min-height: 456px;
  }
  .main-banner .image {
    background-position: 96% 50%;
  }
  .main-banner .image::before {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.44)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 100%);
    background-repeat: repeat-x;
  }
  .main-banner figcaption {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: 456px;
    text-align: center;
  }
  .main-banner figcaption .container {
    padding-top: 80px;
    padding-bottom: 34px;
  }
  .main-banner figcaption h1, .main-banner .banner figcaption .h1, .banner .main-banner figcaption .h1, .main-banner figcaption .post .h1, .post .main-banner figcaption .h1, .main-banner figcaption .banner-post .h1, .banner-post .main-banner figcaption .h1,
  .main-banner figcaption h2 {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 1.217;
    max-width: none;
  }
}

.info-menu-section {
  position: relative;
  z-index: 20;
}

.info-menu {
  position: relative;
  margin-top: -96px;
}

.info-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.info-menu > ul > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  font: 700 25px/1.16 "Replica", sans-serif;
}

.info-menu > ul > li + li::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 1px;
  background-color: #fff;
  opacity: 0.26;
}

.info-menu > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #0091da;
  text-align: center;
  color: #fff;
  padding: 20px;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 192px;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.info-menu > ul > li > a:hover {
  text-decoration: none;
  background-color: #fdd359;
  color: #000;
}

.info-menu > ul > li > a .ico {
  position: relative;
  overflow: hidden;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 13px;
  opacity: 0.3;
  font-size: 37px;
  line-height: 40px;
}

.info-menu > ul > li > a p {
  margin: 0;
}

@media (max-width: 991px) {
  .info-menu {
    margin-top: -70px;
  }
  .info-menu > ul > li {
    font-size: 20px;
  }
  .info-menu > ul > li > a {
    min-height: 140px;
  }
  .info-menu > ul > li > a .ico {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .info-menu {
    margin: 0 -20px;
  }
  .info-menu > ul {
    display: block;
  }
  .info-menu > ul > li {
    display: block;
    max-width: none;
    font-size: 20px;
    line-height: 1.2;
  }
  .info-menu > ul > li + li::before {
    top: 0;
    bottom: auto;
    left: 20px;
    right: 20px;
    width: auto;
    height: 1px;
  }
  .info-menu > ul > li > a {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    padding: 15px 30px 15px 64px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 92px;
  }
  .info-menu > ul > li > a .ico {
    width: 60px;
    height: 60px;
    max-width: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    margin: 0 6px 0 0;
    font-size: 37px;
    line-height: 60px;
  }
}

@media (max-width: 374px) {
  .info-menu {
    margin-left: -15px;
    margin-right: -15px;
  }
  .info-menu > ul > li + li::before {
    left: 15px;
    right: 15px;
  }
  .info-menu > ul > li > a {
    padding-left: 30px;
  }
}

.heading {
  padding-bottom: 40px;
}

.heading h2 {
  margin: 0;
}

.heading h2 + p {
  padding-top: 6px;
}

.heading.dark-style h2 {
  color: #000;
}

.heading p {
  margin: 0;
}

@media (max-width: 767px) {
  .heading {
    padding-bottom: 30px;
  }
  .heading h2 + p {
    padding-top: 29px;
  }
  .heading.type2 {
    padding-bottom: 39px;
  }
  .heading.type2 h2 {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
  }
  .heading.type2.dark-style h2 {
    color: #0091da;
  }
}

.members-section {
  padding-top: 98px;
  padding-bottom: 100px;
  background-color: #fff;
}

.members-section .heading {
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .members-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .members-section .heading {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .members-section {
    padding-top: 69px;
    padding-bottom: 70px;
  }
  .members-section .heading {
    padding-bottom: 50px;
  }
}

.bottom-btn-section {
  padding-top: 75px;
  text-align: center;
}

@media (max-width: 991px) {
  .bottom-btn-section {
    padding-top: 51px;
  }
}

.images-slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  font-size: 0;
  line-height: 0;
}

.images-slideshow .slick-track {
  width: 100% !important;
}

.images-slideshow .slick-slide:focus {
  outline: none;
}

.images-slideshow .slideshow-item {
  width: 100% !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}

.images-slideshow .slideshow-item img {
  display: block;
  width: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
  height: auto;
  max-width: none;
  min-width: 100%;
  height: 412px;
}

.info-carousel {
  position: relative;
  font-size: 0;
  line-height: 0;
}

.info-carousel .container {
  position: relative;
}

.info-carousel .slides {
  position: relative;
  margin: 0 -6px;
  max-width: 1000px;
}

.info-carousel .slick-list {
  overflow: visible;
}

.info-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-carousel .slick-slide:focus {
  outline: none;
}

.info-carousel .slide {
  padding: 0 20px;
}

.info-carousel .slide > a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-carousel .slide > a:hover, .info-carousel .slide > a.active {
  text-decoration: none;
}

.info-carousel .info-item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
  min-height: 540px;
}

.info-carousel .slick-active .info-item {
  opacity: 1;
  min-height: 601px;
}

@media (max-width: 991px) {
  .info-carousel .slides {
    margin-left: -10px;
    margin-right: -10px;
  }
  .info-carousel .slide {
    padding-left: 10px;
    padding-right: 10px;
  }
  .info-carousel .info-item {
    min-height: 450px;
  }
  .info-carousel .slick-active .info-item {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .info-carousel .slides {
    max-width: 340px;
  }
  .info-carousel .info-item {
    opacity: 1;
    min-height: 443px;
  }
  .info-carousel .slick-active .info-item {
    min-height: 443px;
  }
}

.info-item {
  margin: 0;
  position: relative;
  min-height: 601px;
}

.info-item figcaption {
  position: absolute;
  z-index: 15;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.info-item figcaption .description {
  position: absolute;
  z-index: 15;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #faf5e3;
  min-height: 189px;
  color: #000;
  font-size: 18px;
  line-height: 1.389;
  padding: 0 31px 29px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.info-item figcaption .description > * {
  position: relative;
  z-index: 15;
}

.info-item figcaption .description::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 715px;
  height: 175px;
  z-index: 12;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background-color: #faf5e3;
  margin-bottom: -106px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.info-item figcaption .description .slick-dots {
  position: absolute;
  z-index: 15;
  bottom: 100%;
  left: 0;
  right: 0;
  padding: 5px 20px;
}

.info-item figcaption .description h3 {
  color: #252525;
  margin: 0 0 9px;
  font-size: 25px;
  line-height: 1.28;
  font-weight: 700;
  -webkit-transition: none;
  transition: none;
}

.info-item figcaption .description h3 a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: none;
  transition: none;
}

.info-item figcaption .description h3 a:hover {
  text-decoration: none;
  opacity: 0.75;
}

.info-item figcaption .description .arrow-link {
  -webkit-transition: none;
  transition: none;
}

.info-item figcaption .description .location, .info-item figcaption .description .sub-info {
  display: block;
  position: relative;
  padding: 0 0 25px 28px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 1.25;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.info-item figcaption .description .location::before, .info-item figcaption .description .sub-info::before {
  content: "\e908";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  margin: 2px 0 0 5px;
  font: 16px/18px "icomoon";
  color: #000;
  opacity: 0.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.info-item figcaption .description .sub-info {
  padding-left: 0 !important;
}

.info-item figcaption .description .sub-info::before {
  display: none;
}

.info-item figcaption .description p {
  margin: 0;
}

.info-item figcaption .description .link-row {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 31px 29px;
  opacity: 0;
}

.info-item.color-white figcaption .description {
  background-color: #fff;
}

.info-item.color-white figcaption .description::before {
  background-color: #fff;
}

.info-item:hover figcaption .slick-dots button, .info-item.opened figcaption .slick-dots button {
  background-color: white;
}

.info-item:hover figcaption .description, .info-item.opened figcaption .description {
  background-color: #0091da;
  color: #fff;
  padding-bottom: 100px;
}

.info-item:hover figcaption .description::before, .info-item.opened figcaption .description::before {
  background-color: #0091da;
}

.info-item:hover figcaption .description h3, .info-item.opened figcaption .description h3 {
  color: inherit;
}

.info-item:hover figcaption .description .location, .info-item:hover figcaption .description .sub-info, .info-item.opened figcaption .description .location, .info-item.opened figcaption .description .sub-info {
  color: rgba(255, 255, 255, 0.5);
}

.info-item:hover figcaption .description .location::before, .info-item:hover figcaption .description .sub-info::before, .info-item.opened figcaption .description .location::before, .info-item.opened figcaption .description .sub-info::before {
  color: #fff;
  opacity: 0.5;
}

.info-item:hover figcaption .description .link-row, .info-item.opened figcaption .description .link-row {
  opacity: 1;
}

@media (max-width: 991px) {
  .info-item {
    min-height: 500px;
  }
  .info-item figcaption .description {
    padding: 0 20px 20px;
  }
  .info-item figcaption .description .link-row {
    padding: 0 20px 20px;
  }
  .info-item:hover figcaption .description, .info-item.opened figcaption .description {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .info-item {
    min-height: 443px;
  }
  .info-item figcaption .description {
    min-height: 188px;
    font-size: 16px;
    line-height: 1.563;
    padding: 0 20px 20px;
  }
  .info-item figcaption .description::before {
    width: 504px;
    height: 175px;
    margin-bottom: -129px;
  }
  .info-item figcaption .description .slick-dots {
    opacity: 0;
    pointer-events: none;
  }
  .info-item figcaption .description h3 {
    margin-bottom: 12px;
    font-size: 25px;
    line-height: 1.28;
  }
  .info-item figcaption .description .location, .info-item figcaption .description .sub-info {
    padding: 0 0 15px 32px;
  }
  .info-item figcaption .description .location::before, .info-item figcaption .description .sub-info::before {
    margin: 2px 0 0 7px;
  }
  .info-item figcaption .description .link-row {
    padding: 0 20px 20px;
  }
}

@media (max-width: 374px) {
  .info-item figcaption .description {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.item-label {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.625;
  background-color: #0091da;
  padding: 5px 15px;
  margin: 25px 0 0 -14px;
}

@media (max-width: 991px) {
  .item-label {
    margin-top: 15px;
    margin-left: -10px;
  }
}

.statistic-section {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.statistic-section .statistic-block {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.statistic-section .slick-dots {
  top: 100%;
  bottom: auto;
  margin-top: 17px;
}

.statistic-item {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #fdd359;
}

.statistic-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.statistic-item .image {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
  overflow: hidden;
  padding-top: 42%;
}

.statistic-item figcaption {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  text-align: center;
  padding: 28px 20px 20px;
  font-size: 26px;
  line-height: 1.154;
}

.statistic-item figcaption .val {
  display: block;
  padding-bottom: 15px;
  font: 700 40px/1.2 "Replica", sans-serif;
  text-transform: uppercase;
}

.statistic-item figcaption p {
  margin: 0 auto;
  max-width: 220px;
}

.statistic-item.color-blue {
  background-color: #0091da;
}

.statistic-item.color-blue figcaption {
  color: #fff;
}

.statistic-item.color-light {
  background-color: #faf5e3;
}

@media (max-width: 1199px) {
  .statistic-item figcaption {
    padding: 20px;
    font-size: 22px;
  }
  .statistic-item figcaption .val {
    padding-bottom: 5px;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .statistic-item .image {
    padding-top: 42%;
  }
  .statistic-item figcaption {
    padding: 21px 30px 20px;
    font-size: 16px;
    line-height: 1;
  }
  .statistic-item figcaption .val {
    padding-bottom: 7px;
    font-size: 25px;
    line-height: 1.16;
  }
  .statistic-item figcaption p {
    margin: 0;
    max-width: none;
  }
}

@media (max-width: 374px) {
  .statistic-item figcaption {
    padding: 15px;
  }
  .statistic-item figcaption .val {
    padding-bottom: 5px;
    font-size: 22px;
  }
}

.global-section {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.global-section .container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.global-section .container > .row {
  position: relative;
  z-index: 15;
}

.global-section .heading {
  padding-bottom: 60px;
}

.global-section .heading h2 + p {
  padding-top: 21px;
}

.global-section .carousel-heading {
  text-align: right;
  padding-bottom: 40px;
}

.global-section .carousel-heading .btn-close {
  margin: -9px -9px 0 0;
}

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

@media (min-width: 768px) {
  .global-section:not(.type2) {
    height: 955px;
    min-height: 850px;
    max-height: calc(100vh - 87px);
  }
  .global-section:not(.type2):before {
    position: absolute;
    content: '';
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 3;
  }
  .global-section:not(.type2) .global-map {
    left: 50%;
  }
  .global-section:not(.type2) > .container > .row > [class*=col-] {
    position: absolute;
    top: 20px;
  }
  .global-section:not(.type2) > .container > .row > [class*=col-]:first-child {
    left: 0;
  }
  .global-section:not(.type2) > .container > .row > [class*=col-]:last-child {
    right: 0;
  }
  .global-section:not(.type2) > .container > .bottom-btn-section {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 18;
  }
  .global-section:not(.type2):not(.show-carousel) > .container {
    padding-bottom: 0;
  }
  .global-section:not(.type2):not(.show-carousel) > .container > .row > [class*=col-]:last-child {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  .global-section:not(.type2):not(.show-carousel) > .container > .projects-carousel,
  .global-section:not(.type2):not(.show-carousel) > .container > .carousel-headline {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .global-section:not(.type2):not(.show-carousel) > .container > .heading {
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .global-section:not(.type2):before {
    right: calc(50% + 70px);
  }
  .global-section:not(.type2) .global-map {
    left: calc(50% - 70px);
  }
}

@media (min-width: 1200px) {
  .global-section:not(.type2):before {
    right: calc(50% + 200px);
  }
  .global-section:not(.type2) .global-map {
    left: calc(50% - 200px);
  }
}

@media (max-width: 1199px) {
  .global-section .sticky-right {
    margin-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .global-section .container {
    padding-top: 106px;
    padding-bottom: 111px;
    background-color: rgba(0, 145, 218, 0.19);
  }
  .global-section .heading {
    text-align: center;
    color: #0091da;
    padding-bottom: 30px;
  }
  .global-section .heading h2 {
    color: inherit;
  }
  .global-section .heading h2 + p {
    padding-top: 27px;
  }
  .global-section .bottom-btn-section {
    padding-top: 30px;
  }
  .global-section .bottom-btn-section .btn-outline-info {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #0091da;
  }
  .global-section .bottom-btn-section .btn-outline-info:hover {
    color: #212529;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
  }
  .global-section .bottom-btn-section .btn-outline-info:focus, .global-section .bottom-btn-section .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
  .global-section .bottom-btn-section .btn-outline-info.disabled, .global-section .bottom-btn-section .btn-outline-info:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
  }
  .global-section .bottom-btn-section .btn-outline-info:not(:disabled):not(.disabled):active, .global-section .bottom-btn-section .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .global-section .bottom-btn-section .btn-outline-info.dropdown-toggle {
    color: #212529;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
  }
  .global-section .bottom-btn-section .btn-outline-info:not(:disabled):not(.disabled):active:focus, .global-section .bottom-btn-section .btn-outline-info:not(:disabled):not(.disabled).active:focus,
  .show > .global-section .bottom-btn-section .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}

@media (max-width: 767px) {
  .global-section[data-layout="style1"] .gmnoprint {
    display: none !important;
  }
}

.filter-nav {
  padding-bottom: 30px;
}

.filter-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.filter-nav > ul > li {
  padding-bottom: 36px;
  font-size: 22px;
  line-height: 1.182;
}

.filter-nav > ul > li.active {
  font-weight: 700;
}

.filter-nav > ul > li.active > a {
  opacity: 1;
}

.filter-nav > ul a {
  text-decoration: none;
  color: #000;
  opacity: 0.3;
}

.filter-nav > ul a:hover {
  text-decoration: none;
  color: #000;
  opacity: 1;
}

.projects-carousel {
  position: relative;
  font-size: 0;
  line-height: 0;
}

.projects-carousel .carousel-frame {
  position: relative;
  overflow: hidden;
  margin-left: -20px;
  margin-right: -9999px;
  padding-left: 20px;
}

@media (min-width: 992px) {
  .projects-carousel .carousel-frame {
    margin-left: -14px;
    padding-left: 14px;
  }
}

.projects-carousel .slides.slick-initialized {
  position: relative;
  margin: 0 -19px;
  max-width: 498px;
  min-height: 601px;
}

@media (min-width: 992px) {
  .projects-carousel .slides.slick-initialized {
    margin-left: 0;
    margin-right: -38px;
  }
}

.projects-carousel .slick-list {
  overflow: visible;
}

.projects-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.projects-carousel .slick-slide:focus {
  outline: none;
}

.projects-carousel .slide {
  padding: 0 19px;
}

@media (min-width: 992px) {
  .projects-carousel .slide {
    padding-left: 0;
    padding-right: 38px;
  }
}

.projects-carousel .slick-arrow.slick-prev {
  left: -70px;
}

.projects-carousel .info-item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
  min-height: 550px;
}

.projects-carousel .slick-active .info-item {
  opacity: 1;
  min-height: 601px;
}

.projects-carousel.projects-carousel-size-2 {
  margin-left: 83px;
  margin-bottom: 18px;
}

.projects-carousel.projects-carousel-size-2 .slides {
  max-width: 1000px;
}

@media (max-width: 1199px) {
  .projects-carousel .carousel-frame {
    margin-right: 0;
  }
  .projects-carousel .slick-arrow.slick-prev {
    left: -25px;
  }
  .projects-carousel .slick-arrow.slick-next {
    right: -25px;
  }
  .projects-carousel.projects-carousel-size-2 {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .projects-carousel .slides {
    margin-left: -10px;
    margin-right: -10px;
    min-height: 500px;
  }
  .projects-carousel .slide {
    padding-left: 10px;
    padding-right: 10px;
  }
  .projects-carousel .info-item {
    min-height: 450px;
  }
  .projects-carousel .slick-active .info-item {
    min-height: 500px;
  }
}

.global-map {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.gm-svpc,
.gm-fullscreen-control,
.gm-style-mtc {
  display: none;
}

/* footer */
#footer {
  margin-top: auto;
  padding: 77px 0;
  background: #0091da;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  #footer .block {
    padding-bottom: 53px;
  }
}

#footer a:not(.btn):hover {
  color: #fff;
}

#footer h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  color: #fff;
  margin: 0 0 25px;
}

#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer ul li {
  margin-bottom: 6px;
}

#footer .bottom-area {
  padding-top: 87px;
}

@media (max-width: 991px) {
  #footer .bottom-area {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  #footer .bottom-area {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -25px;
    padding-bottom: 3px;
  }
}

#footer .logo {
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 200px;
  height: 59px;
  background: url("../images/logo-white.png") no-repeat;
  background-size: 100% auto;
}

@media (max-width: 767px) {
  #footer .logo {
    margin: 0 auto;
  }
}

#footer .logo a {
  display: block;
  height: 100%;
}

#footer .social,
.social {
  margin: 0;
  padding: 9px 0 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 767px) {
  #footer .social,
  .social {
    padding-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 51px;
  }
}

#footer .social li,
.social li {
  margin: 0 0 0 26px;
}

@media (max-width: 767px) {
  #footer .social li,
  .social li {
    margin: 0 13px;
  }
}

#footer .social li a,
.social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: inherit !important;
}

#footer .social li a i,
.social li a i {
  display: block;
  color: inherit;
}

#footer .social li a .icon-custom-ico-linkedin-001,
.social li a .icon-custom-ico-linkedin-001 {
  font-size: 15px;
}

#footer .social li a .icon-custom-ico-twitter-001,
.social li a .icon-custom-ico-twitter-001 {
  font-size: 14px;
}

#footer .social li a .icon-custom-ico-facebook-001,
.social li a .icon-custom-ico-facebook-001 {
  font-size: 16px;
}

#footer .social li a .icon-custom-ico-instagram-01,
#footer .social li a .icon-custom-ico-instagram-001,
.social li a .icon-custom-ico-instagram-01,
.social li a .icon-custom-ico-instagram-001 {
  font-size: 17px;
}

#footer .social li a .fa-instagram,
.social li a .fa-instagram {
  font-size: 20px;
}

#footer .social li a:hover,
.social li a:hover {
  background: rgba(255, 255, 255, 0.4);
}

.newsletter-form {
  max-width: 306px;
}

@media (max-width: 1199px) {
  .newsletter-form .check-box label {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .newsletter-form {
    max-width: none;
    padding-bottom: 61px;
  }
  .newsletter-form .check-box label {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .newsletter-form {
    max-width: calc(100% - 30px);
  }
}

@media (max-width: 374px) {
  .newsletter-form .check-box label {
    font-size: 12px;
  }
}

.newsletter-form .input-holder {
  position: relative;
  border-bottom: 1px solid #fff;
  padding: 0 40px 9px 0;
  margin: 0 0 11px;
}

.newsletter-form .wpcf7-text {
  display: block;
  width: 100%;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  outline: 0;
  height: 40px;
  padding: 5px 0;
  color: #fff;
  font: 16px "Lato", sans-serif;
}

.newsletter-form .wpcf7-text::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.newsletter-form .wpcf7-text:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.newsletter-form .wpcf7-text::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.newsletter-form .wpcf7-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 38px;
  width: 28px;
  border: 0;
  background: url("../images/arrow-001.svg") no-repeat 50% 50%;
  padding: 0;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  opacity: 0.5;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.newsletter-form .wpcf7-submit:hover {
  opacity: 1;
}

.newsletter-form .wpcf7-submit[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.newsletter-form .wpcf7-list-item {
  margin: 0;
}

.newsletter-form .ajax-loader {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
}

.newsletter-form .wpcf7-form-control-wrap {
  position: static;
}

.newsletter-form .wpcf7-not-valid-tip {
  color: #f00;
  position: absolute;
  margin: 0 !important;
  font: 14px/20px "Lato", sans-serif;
  left: 0;
  bottom: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsletter-form div.wpcf7-response-output {
  font-size: 18px;
}

.newsletter-form.type2 {
  max-width: 380px;
}

.newsletter-form.type2 .input-holder {
  border-bottom-color: #000;
}

.newsletter-form.type2 .wpcf7-text {
  color: #000;
}

.newsletter-form.type2 .wpcf7-text::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.newsletter-form.type2 .wpcf7-text:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.newsletter-form.type2 .wpcf7-text::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.newsletter-form.type2 .wpcf7-submit {
  background-image: url("../images/arrow-002.svg");
}

.newsletter-form.type2 .check-box label span:before {
  border-color: #000;
}

.newsletter-form.type2 .check-box label span::after {
  border-color: #000;
}

.add-navbar {
  background-color: #0091da;
  border-bottom: 1px solid rgba(0, 145, 218, 0.3);
  position: relative;
  background-clip: padding-box;
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 90;
}

.scrolled .add-navbar {
  position: fixed;
}

.add-nav {
  position: relative;
}

.add-nav > ul {
  list-style: none;
  margin: 0 -32px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.add-nav > ul > li {
  padding: 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 1.222;
}

.add-nav > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 14px 0 16px;
  color: #fff;
  opacity: 0.69;
  text-decoration: none;
}

.add-nav > ul > li > a:hover {
  opacity: 1;
  text-decoration: none;
}

.add-nav > ul > li > a:hover::before {
  left: 0;
  right: 0;
}

.add-nav > ul > li > a::before {
  content: "";
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 50%;
  right: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 4px;
  background-color: #fdd359;
}

.add-nav > ul > li.active {
  font-weight: 700;
}

.add-nav > ul > li.active > a {
  opacity: 1;
}

.add-nav > ul > li.active > a::before {
  left: 0;
  right: 0;
}

@media (max-width: 991px) {
  .add-nav > ul {
    margin-left: -20px;
    margin-right: -20px;
  }
  .add-nav > ul > li {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .add-nav > ul {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 5px;
    padding-right: 5px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .add-nav > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .add-nav > ul > li > a {
    white-space: nowrap;
  }
  .add-nav > ul > li > a::before {
    height: 2px;
  }
}

@media (max-width: 374px) {
  .add-nav > ul {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
  }
}

.info-list {
  list-style: none;
  margin: 0;
  padding: 0 0 30px;
}

.info-list:last-child {
  padding-bottom: 0;
}

.info-list > li {
  position: relative;
  padding: 0 0 23px 34px;
  color: inherit;
  font-size: 16px;
  line-height: 1.563;
}

.info-list > li::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #0091da;
  border-radius: 100%;
  margin: 13px 0 0 5px;
}

.info-list h3 {
  text-transform: uppercase;
  color: inherit;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.info-list p {
  margin: 0 0 20px;
}

.info-list p:last-child {
  margin-bottom: 0;
}

.info-list .row {
  margin-left: -5px;
  margin-right: -5px;
}

.info-list .row > [class^="col"] {
  padding-left: 5px;
  padding-right: 5px;
}

.arrows-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.arrows-list > li {
  position: relative;
  padding: 0 0 5px 19px;
  font-size: 17px;
  line-height: 1.235;
}

.arrows-list > li::before {
  content: "\e907";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  margin: 5px 0 0;
  font: 10px/12px "icomoon";
  color: #0091da;
}

.arrows-list a {
  color: #0091da;
  text-decoration: underline;
}

.arrows-list a:hover {
  color: #0091da;
  text-decoration: none;
}

.about-section {
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.about-section:nth-child(1) {
  z-index: 11;
}

.about-section:nth-child(2) {
  z-index: 10;
}

.about-section:nth-child(3) {
  z-index: 9;
}

.about-section:nth-child(4) {
  z-index: 8;
}

.about-section:nth-child(5) {
  z-index: 7;
}

.about-section:nth-child(6) {
  z-index: 6;
}

.about-section:nth-child(7) {
  z-index: 5;
}

.about-section:nth-child(8) {
  z-index: 4;
}

.about-section:nth-child(9) {
  z-index: 3;
}

.about-section:nth-child(10) {
  z-index: 2;
}

.about-section::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: url(../images/bg-round-white.svg) no-repeat 50% 50%;
  background-size: 100% 100%;
  height: 82px;
  z-index: 1;
  margin-top: -1px;
}

.about-section .container {
  padding-top: 96px;
  padding-bottom: 89px;
  position: relative;
  z-index: 2;
}

.about-section h2 {
  margin-bottom: 55px;
}

.about-section .arrows-list {
  padding-top: 3px;
  margin-bottom: -14px;
}

.about-section .testimonial-box {
  margin-left: 80px;
}

.about-section .info-list h3 {
  font-family: "Replica", sans-serif;
  font-size: 25px;
  line-height: 1.28;
  font-weight: 700;
  color: #0091da;
  text-transform: none;
}

.about-section.color-blue {
  background-color: #0091da;
  color: #fff;
}

.about-section.color-blue::before {
  background-image: url(../images/bg-round-blue.svg);
}

.about-section.color-blue h2 {
  color: inherit;
}

.about-section.color-blue .info-list > li::before {
  background-color: #fdd359;
}

.about-section.color-blue .info-list h3 {
  color: #fdd359;
}

.about-section.color-blue .arrows-list > li::before {
  color: inherit;
}

.about-section.color-blue .arrows-list a {
  color: inherit;
}

.about-section.color-blue .arrows-list a:hover {
  color: inherit;
}

.about-section.color-blue .collapse-opener {
  color: inherit;
}

.about-section.color-blue .collapse-opener:hover {
  color: inherit;
}

.about-section.color-light {
  background-color: #faf5e3;
}

.about-section.color-light::before {
  background-image: url(../images/bg-round-light.svg);
}

@media (max-width: 1199px) {
  .about-section .testimonial-box {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .about-section .container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .about-section h2 {
    margin-bottom: 30px;
  }
  .about-section .arrows-list {
    padding-top: 0;
    margin-bottom: 0;
  }
  .about-section .testimonial-box {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .about-section .container {
    padding-top: 74px;
    padding-bottom: 60px;
  }
  .about-section h2 {
    margin-bottom: 29px;
  }
  .about-section .testimonial-box {
    margin-top: 34px;
  }
}

.testimonial-box {
  position: relative;
  color: #000;
  padding: 56px 0 49px 54px;
}

.testimonial-box > * {
  position: relative;
  z-index: 10;
}

.testimonial-box::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: -99999px;
  background-color: #fdd359;
}

.testimonial-box q {
  display: block;
  color: inherit;
  font-size: 25px;
  line-height: 1.32;
  font-style: italic;
  padding-bottom: 41px;
  quotes: none;
}

.testimonial-box q::before {
  content: "“";
}

.testimonial-box q::after {
  content: "”";
}

.testimonial-box cite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  font-style: normal;
}

.testimonial-box cite .photo {
  width: 128px;
  position: relative;
  overflow: hidden;
  max-width: 128px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 128px;
          flex: 0 0 128px;
  margin: 0 35px 0 0;
  border-radius: 100%;
}

.testimonial-box cite .photo img {
  display: block;
  width: 100%;
  border-radius: 100%;
  max-width: 100%;
  height: auto;
}

.testimonial-box cite .block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.testimonial-box cite .cite-name {
  display: block;
  padding-bottom: 10px;
  font: 700 25px/1.16 "Replica", sans-serif;
}

.testimonial-box cite .cite-text {
  display: block;
  font-size: 18px;
  line-height: 1.389;
}

.testimonial-box.color-light::before {
  background-color: #faf5e3;
}

.testimonial-box.color-blue {
  color: #fff;
}

.testimonial-box.color-blue::before {
  background-color: #0091da;
}

@media (max-width: 1199px) {
  .testimonial-box {
    padding: 30px 0 30px 30px;
  }
}

@media (max-width: 767px) {
  .testimonial-box {
    padding: 28px 0 39px 20px;
  }
  .testimonial-box q {
    font-size: 18px;
    line-height: 1.444;
    padding-bottom: 53px;
  }
  .testimonial-box cite {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .testimonial-box cite .photo {
    width: 85px;
    max-width: 85px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85px;
            flex: 0 0 85px;
    margin: -4px 15px 0 0;
  }
  .testimonial-box cite .cite-name {
    padding-bottom: 10px;
    font-size: 23px;
    line-height: 1.2;
  }
  .testimonial-box cite .cite-text {
    font-size: 16px;
    line-height: 1.563;
  }
}

.carousel.type4 {
  margin: 0;
  padding-left: 0;
}

@media (max-width: 1439px) {
  .carousel.type4 {
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (max-width: 1199px) {
  .carousel.type4 {
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media (max-width: 991px) {
  .carousel.type4 {
    padding-right: 40px;
    padding-left: 40px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 767px) {
  .carousel.type4 {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
}

.carousel.type4 .slide {
  padding: 0 12px;
}

@media (max-width: 1439px) {
  .carousel.type4 .slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .carousel.type4 .slide {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.carousel.type4 .info-item {
  min-height: 437px;
}

.carousel.type4 .info-item .item-label {
  margin-top: 19px;
}

.carousel.type4 .info-item .images-slideshow .slick-list {
  overflow: hidden;
}

.carousel.type4 .info-item .images-slideshow .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.carousel.type4 .info-item figcaption .description {
  font-size: 16px;
  line-height: 1.563;
  min-height: 195px;
  padding: 0 29px 28px;
}

.carousel.type4 .info-item figcaption .description::before {
  margin-bottom: -115px;
  width: 550px;
}

.carousel.type4 .info-item figcaption .description h3 {
  margin-bottom: 12px;
}

.carousel.type4 .info-item figcaption .description .location, .carousel.type4 .info-item figcaption .description .sub-info {
  padding-bottom: 15px;
}

.carousel.type4 .info-item figcaption .description .slick-dots {
  padding-top: 0;
  padding-bottom: 0;
}

.carousel.type4 .info-item figcaption .description .link-row {
  padding: 0 29px 28px;
}

.carousel.type4 .info-item:hover figcaption .description, .carousel.type4 .info-item.opened figcaption .description {
  padding-bottom: 110px;
}

@media (max-width: 767px) {
  .carousel.type4 .info-item {
    min-height: 443px;
  }
  .carousel.type4 .info-item .item-label {
    margin-top: 15px;
  }
  .carousel.type4 .info-item figcaption .description {
    min-height: 188px;
    padding: 0 21px 21px;
  }
  .carousel.type4 .info-item figcaption .description::before {
    margin-bottom: -129px;
    width: 520px;
  }
  .carousel.type4 .info-item figcaption .description .link-row {
    padding: 0 21px 21px;
  }
  .carousel.type4 .info-item:hover figcaption .description, .carousel.type4 .info-item.opened figcaption .description {
    padding-bottom: 70px;
  }
}

.action-section {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.action-section .container {
  padding-top: 120px;
  padding-bottom: 37px;
}

.action-section h2 {
  margin-bottom: 70px;
}

.action-section .bottom-btn-section {
  padding-top: 86px;
}

@media (max-width: 991px) {
  .action-section .container {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .action-section h2 {
    margin-bottom: 60px;
  }
  .action-section .bottom-btn-section {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .action-section .container {
    padding-top: 69px;
    padding-bottom: 0;
  }
  .action-section h2 {
    margin-bottom: 57px;
  }
  .action-section .bottom-btn-section {
    padding-top: 51px;
  }
}

.filter-menu {
  margin-bottom: 99px;
}

.filter-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.filter-menu > ul.nav-tabs {
  border-bottom: 0;
}

.filter-menu > ul > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  font: 700 25px/1.16 "Replica", sans-serif;
}

.filter-menu > ul > li + li::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 1px;
  background-color: #fff;
  opacity: 0.26;
}

.filter-menu > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #0091da;
  text-align: center;
  color: #fff;
  padding: 20px;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 192px;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.filter-menu > ul > li > a:hover {
  text-decoration: none;
  background-color: #fdd359;
  color: #000;
}

.filter-menu > ul > li > a::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px;
  border-color: #fdd359 transparent transparent transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.filter-menu > ul > li > a .ico {
  position: relative;
  overflow: hidden;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 13px;
  opacity: 0.3;
  font-size: 37px;
  line-height: 40px;
}

.filter-menu > ul > li > a p {
  margin: 0;
}

.filter-menu > ul > li.active > a {
  background-color: #fdd359;
  color: #000;
}

.filter-menu > ul > li.active > a::before {
  border-top-width: 16px;
}

@media (max-width: 991px) {
  .filter-menu {
    margin-bottom: 60px;
  }
  .filter-menu > ul > li {
    font-size: 20px;
  }
  .filter-menu > ul > li > a {
    min-height: 140px;
  }
  .filter-menu > ul > li > a .ico {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .filter-menu {
    margin: 0 -20px 45px;
  }
  .filter-menu > ul {
    display: block;
  }
  .filter-menu > ul > li {
    display: block;
    max-width: none;
    font-size: 20px;
    line-height: 1.2;
  }
  .filter-menu > ul > li + li::before {
    top: 0;
    bottom: auto;
    left: 20px;
    right: 20px;
    width: auto;
    height: 1px;
  }
  .filter-menu > ul > li > a {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    padding: 15px 30px 15px 64px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 92px;
  }
  .filter-menu > ul > li > a .ico {
    width: 60px;
    height: 60px;
    max-width: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    margin: 0 6px 0 0;
    font-size: 37px;
    line-height: 60px;
  }
}

@media (max-width: 374px) {
  .filter-menu {
    margin-left: -15px;
    margin-right: -15px;
  }
  .filter-menu > ul > li + li::before {
    left: 15px;
    right: 15px;
  }
  .filter-menu > ul > li > a {
    padding-left: 30px;
  }
}

.carousel-headline {
  padding: 38px 0 49px;
}

.carousel-headline h3 {
  color: #252525;
  margin: 0;
  font-size: 25px;
  line-height: 1.16;
  font-weight: 700;
}

.carousel-headline .btn-close {
  margin: -15px 5px 0 0;
}

.image-bg-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.image-bg-area > * {
  position: relative;
  z-index: 10;
}

.image-bg-area .bg-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 809px;
}

.image-bg-area .bg-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.intro-section {
  position: relative;
  z-index: 20;
}

.intro-section .container {
  padding-top: 110px;
  padding-bottom: 88px;
}

.intro-section h1, .intro-section .banner figcaption .h1, .banner figcaption .intro-section .h1, .intro-section .post .h1, .post .intro-section .h1, .intro-section .banner-post .h1, .banner-post .intro-section .h1 {
  margin-bottom: 26px;
}

.intro-section p {
  margin: 0;
}

.intro-section + .carousel-section {
  margin-top: -94px;
}

@media (max-width: 767px) {
  .intro-section + .carousel-section {
    margin-top: -64px;
  }
  .intro-section .container {
    padding-top: 74px;
    padding-bottom: 74px;
  }
  .intro-section .pre-title {
    padding-bottom: 31px;
  }
  .intro-section h1, .intro-section .banner figcaption .h1, .banner figcaption .intro-section .h1, .intro-section .post .h1, .post .intro-section .h1, .intro-section .banner-post .h1, .banner-post .intro-section .h1 {
    margin-bottom: 57px;
  }
}

.progress-info {
  background-color: #faf5e3;
  padding: 56px 134px 17px;
  margin: 0 0 29px;
}

.progress-info .pre-title {
  padding-bottom: 54px;
  color: inherit;
}

@media (max-width: 1199px) {
  .progress-info {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .progress-info {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .progress-info {
    margin: 0 -20px 8px;
    padding: 72px 20px 8px;
  }
  .progress-info .pre-title {
    padding-bottom: 53px;
  }
}

@media (max-width: 374px) {
  .progress-info {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.progress-list {
  list-style: none;
  margin: 0 -50px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.progress-list > li {
  padding: 0 50px 69px;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.progress-list h2 {
  color: #000;
  margin: 0 0 22px;
  font-size: 25px;
  line-height: 1.28;
  font-weight: 700;
}

.progress-list p {
  margin: 0;
}

@media (max-width: 1199px) {
  .progress-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .progress-list > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .progress-list > li {
    padding-bottom: 62px;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .progress-list h2 {
    margin: 0 0 22px;
  }
}

.carousel-section {
  position: relative;
  z-index: 10;
  padding-top: 110px;
  padding-bottom: 105px;
}

.carousel-section.color-light {
  background-color: #faf5e3;
}

.carousel-section.color-light .info-item figcaption .description {
  background: #fff;
}

.carousel-section.color-light .info-item figcaption .description:before {
  background: #fff;
}

.carousel-section.color-light .info-item:hover .description, .carousel-section.color-light .info-item.opened .description {
  background: #0091da;
}

.carousel-section.color-light .info-item:hover .description:before, .carousel-section.color-light .info-item.opened .description:before {
  background: #0091da;
}

.carousel-section.color-light + .pre-footer::after {
  content: "";
  position: absolute;
  z-index: -3;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 120px;
  background-color: #faf5e3;
}

.carousel-section .heading {
  padding-bottom: 74px;
  max-width: 540px;
  position: relative;
}

.carousel-section .heading.heading-with-ico {
  padding-left: 70px;
}

.carousel-section .heading h2 + p {
  padding-top: 17px;
}

.carousel-section .heading img {
  position: absolute;
  left: 0;
  top: 9px;
  max-width: 60px;
  width: auto;
  height: auto;
}

.carousel-section + .pre-footer {
  margin-top: 120px;
  z-index: 10;
}

@media (max-width: 991px) {
  .carousel-section .heading {
    padding-bottom: 50px;
  }
  .carousel-section .heading.heading-with-ico {
    padding-left: 50px;
  }
  .carousel-section .heading img {
    max-width: 40px;
  }
  .carousel-section + .pre-footer {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .carousel-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .carousel-section .heading {
    padding-bottom: 54px;
    max-width: none;
  }
  .carousel-section .heading.type2 {
    padding-bottom: 39px;
  }
  .carousel-section .heading h2 + p {
    padding-top: 24px;
  }
  .carousel-section + .pre-footer {
    margin-top: 51px;
  }
}

.page-template-projects .carousel-section:not(.project-type-section) {
  background-color: #faf5e3;
  padding-bottom: 255px;
  margin-bottom: -150px;
}

@media (max-width: 767px) {
  .page-template-projects .carousel-section:not(.project-type-section) {
    padding-bottom: 220px;
  }
}

.page-template-projects .carousel-section:not(.project-type-section) .info-item figcaption .description {
  background: #fff;
}

.page-template-projects .carousel-section:not(.project-type-section) .info-item figcaption .description:before {
  background: #fff;
}

.page-template-projects .carousel-section:not(.project-type-section) .info-item:hover .description, .page-template-projects .carousel-section:not(.project-type-section) .info-item.opened .description {
  background: #0091da;
}

.page-template-projects .carousel-section:not(.project-type-section) .info-item:hover .description:before, .page-template-projects .carousel-section:not(.project-type-section) .info-item.opened .description:before {
  background: #0091da;
}

.text-collapse-block {
  position: relative;
}

@media (max-width: 767px) {
  .text-collapse-block .collapse-text {
    display: none;
  }
  .text-collapse-block .link-more {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    margin-top: 17px;
  }
  .text-collapse-block.text-collapsed .collapse-text {
    display: inline;
  }
  .text-collapse-block.text-collapsed .link-more {
    font-size: 0;
  }
  .text-collapse-block.text-collapsed .link-more::before {
    content: "Read less";
    font-size: 18px;
  }
}

.intro-banner {
  position: relative;
  z-index: 20;
}

.intro-banner .container {
  padding-top: 139px;
  padding-bottom: 85px;
}

.intro-banner h1, .intro-banner .banner figcaption .h1, .banner figcaption .intro-banner .h1, .intro-banner .post .h1, .post .intro-banner .h1, .intro-banner .banner-post .h1, .banner-post .intro-banner .h1 {
  margin-bottom: 32px;
  line-height: 1.12;
}

.intro-banner p {
  margin: 0;
}

.intro-banner .image {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  margin: 143px 0 0;
  overflow: hidden;
  width: 43.4%;
  max-width: 700px;
}

.intro-banner .image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .intro-banner .container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .intro-banner h1, .intro-banner .banner figcaption .h1, .banner figcaption .intro-banner .h1, .intro-banner .post .h1, .post .intro-banner .h1, .intro-banner .banner-post .h1, .banner-post .intro-banner .h1 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .intro-banner .image {
    margin-top: 80px;
    width: 48%;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .intro-banner .container {
    padding-top: 60px;
    padding-bottom: 42px;
  }
  .intro-banner h1, .intro-banner .banner figcaption .h1, .banner figcaption .intro-banner .h1, .intro-banner .post .h1, .post .intro-banner .h1, .intro-banner .banner-post .h1, .banner-post .intro-banner .h1 {
    margin-bottom: 40px;
    font-size: 35px;
    line-height: 1.2;
  }
  .intro-banner .image {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 0;
    width: auto;
  }
}

.story-section {
  background-color: #fdd359;
  color: #000;
  padding-top: 128px;
  padding-bottom: 103px;
}

.story-section .heading {
  padding-bottom: 65px;
}

.story-section .heading h2 {
  color: inherit;
}

@media (max-width: 991px) {
  .story-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .story-section .heading {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .story-section {
    padding-top: 39px;
    padding-bottom: 46px;
  }
  .story-section .heading {
    padding-bottom: 55px;
  }
  .story-section .heading h2 {
    font-size: 40px;
  }
}

.story-slideshow {
  position: relative;
  font-size: 0;
  line-height: 0;
}

.story-slideshow .container {
  position: relative;
}

.story-slideshow .slides {
  position: relative;
  margin: 0 -20px 43px;
}

.story-slideshow .slick-slide:focus {
  outline: none;
}

.story-slideshow .slide {
  padding: 0 20px;
}

.story-slideshow .slick-arrow {
  background-color: #fff;
  margin-top: -48px;
}

.story-slideshow .slick-arrow:hover {
  background-color: #0091da;
  color: #fff;
}

.story-slideshow .slick-arrow.slick-disabled {
  opacity: 0.5;
}

.story-slideshow .slideshow-bottom {
  position: relative;
}

.story-slideshow .slideshow-bottom::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 0;
  right: -9999px;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.story-slideshow .slick-dots {
  margin: 0;
  padding: 0 0 0 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}

.story-slideshow .slick-dots > li {
  padding: 0;
  position: relative;
  z-index: 10;
}

.story-slideshow .slick-dots button {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}

.story-slideshow .slick-dots button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -14px;
  bottom: -14px;
  left: -14px;
  right: -14px;
  border-radius: 100%;
  background-color: #fdd359;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.story-slideshow .slick-dots button::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
  border-radius: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.story-slideshow .slick-dots .slick-active button {
  opacity: 1;
  width: 20px;
  height: 20px;
}

.story-slideshow .slick-dots .slick-active button::before {
  top: -30px;
  bottom: -30px;
  left: -30px;
  right: -30px;
}

.story-slideshow .slick-dots .slick-active button::after {
  opacity: 0.29;
}

@media (max-width: 1199px) {
  .story-slideshow .slides {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .story-slideshow .container {
    padding-bottom: 100px;
  }
  .story-slideshow .slides {
    padding: 0;
    margin-bottom: 50px;
  }
  .story-slideshow .slick-arrow {
    top: auto;
    bottom: 0;
    margin-top: 0;
    -webkit-transform: none;
            transform: none;
  }
  .story-slideshow .slick-arrow.slick-prev {
    left: 20px;
  }
  .story-slideshow .slick-arrow.slick-next {
    right: 20px;
  }
}

@media (max-width: 767px) {
  .story-slideshow .container {
    padding-bottom: 97px;
  }
  .story-slideshow .slides {
    margin-bottom: 44px;
  }
  .story-slideshow .slick-arrow.slick-prev {
    left: 15px;
  }
  .story-slideshow .slick-arrow.slick-next {
    right: 15px;
  }
  .story-slideshow .slick-dots {
    padding: 0 0 0 28px;
    min-height: 20px;
  }
}

@media (max-width: 374px) {
  .story-slideshow .slick-dots {
    padding-left: 10px;
  }
}

.story-banner {
  color: inherit;
  font-size: 16px;
  line-height: 1.563;
  margin: 0 auto;
  max-width: 1090px;
}

.story-banner > .row {
  margin-left: -40px;
  margin-right: -40px;
}

.story-banner > .row > [class^="col"] {
  padding-left: 40px;
  padding-right: 40px;
}

.story-banner h3 {
  color: inherit;
  margin: 0 0 36px;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 400;
}

.story-banner .lead {
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  padding-bottom: 18px;
  max-width: 400px;
}

.story-banner p {
  margin: 0;
  max-width: 400px;
}

.story-banner .scroll-fader {
  position: relative;
  overflow: hidden;
}

.story-banner .scroll-fader::before {
  content: "";
  position: absolute;
  z-index: 15;
  bottom: 0;
  left: 0;
  right: 0;
  height: 106px;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 211, 89, 0)), to(#fdd359));
  background-image: linear-gradient(to bottom, rgba(253, 211, 89, 0) 0%, #fdd359 100%);
  background-repeat: repeat-x;
}

.story-banner .custom-scroll {
  height: 360px;
  overflow-x: hidden;
  overflow-y: auto;
}

.story-banner .custom-scroll:focus {
  outline: none !important;
}

.story-banner .custom-scroll .jspVerticalBar {
  display: none !important;
}

.story-banner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 485px;
}

.story-banner ul > li {
  position: relative;
  padding: 0 0 30px 27px;
}

@media (max-width: 767px) {
  .story-banner ul > li:last-child {
    margin-bottom: 65px;
  }
}

.story-banner ul > li::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-top: 9px;
  background-color: #000;
}

.story-banner .image {
  position: relative;
  overflow: hidden;
  margin: 9px 0 0;
}

.story-banner .image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .story-banner .image img {
    margin-bottom: 15px;
  }
}

@media (max-width: 1199px) {
  .story-banner > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .story-banner > .row > [class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .story-banner > .row > div[class^="col-"]:nth-child(1), .story-banner > .row > div[class^="col-"]:nth-child(2) {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (max-width: 991px) {
  .story-banner > .row > div[class^="col-"]:nth-child(1), .story-banner > .row > div[class^="col-"]:nth-child(2) {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .story-banner .lead {
    max-width: none;
  }
  .story-banner p {
    max-width: none;
    margin-bottom: 30px;
  }
  .story-banner ul {
    max-width: none;
  }
  .story-banner .image {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .story-banner h3 {
    margin: 0 0 24px;
  }
  .story-banner .lead {
    padding-bottom: 15px;
  }
  .story-banner p {
    margin-bottom: 28px;
  }
  .story-banner ul > li {
    padding-bottom: 15px;
    padding-left: 25px;
  }
  .story-banner .image {
    margin-top: 15px;
  }
}

.image-section {
  background-color: #fff;
  position: relative;
}

.image-section .container {
  padding-top: 99px;
  padding-bottom: 99px;
}

.image-section h2 {
  margin-bottom: 31px;
}

.image-section p {
  margin: 0 0 20px;
}

.image-section p:last-child {
  margin-bottom: 0;
}

.image-section .image {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.image-section .image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.image-section .sticky-right .image {
  margin-left: 80px;
}

.image-section .sticky-left .image {
  margin-right: 80px;
}

@media (max-width: 1199px) {
  .image-section .sticky-right .image {
    margin-left: 0;
  }
  .image-section .sticky-left .image {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .image-section .container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .image-section .container {
    padding-top: 69px;
    padding-bottom: 0;
  }
  .image-section h2 {
    margin-bottom: 33px;
  }
  .image-section .sticky-right {
    margin-right: 0 !important;
  }
  .image-section .sticky-right .image {
    margin-left: -20px;
  }
  .image-section .sticky-left {
    margin-left: 0 !important;
  }
  .image-section .sticky-left .image {
    margin-right: -20px;
  }
  .image-section .image {
    margin-top: 45px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (max-width: 374px) {
  .image-section .sticky-right .image {
    margin-left: -15px;
  }
  .image-section .sticky-left .image {
    margin-right: -15px;
  }
  .image-section .image {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.values-section {
  background-color: #0091da;
  color: #fff;
  margin-bottom: 94px;
}

.values-section .container {
  padding-top: 69px;
  padding-bottom: 89px;
}

.values-section h2 {
  text-align: center;
  margin-bottom: 72px;
  color: inherit;
}

@media (max-width: 767px) {
  .values-section {
    margin-bottom: 0;
  }
  .values-section .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .values-section h2 {
    margin-bottom: 50px;
  }
}

.values-block {
  position: relative;
  margin: 0 auto;
  min-height: 421px;
}

@media (max-width: 767px) {
  .values-block {
    min-height: 450px;
  }
}

.values-block .descr {
  font-size: 23px;
  line-height: 1.3479;
  text-align: center;
}

.values-block .descr .holder {
  max-width: 560px;
  margin: 0 auto;
  padding: 0 0 9px;
}

.values-block .descr p {
  margin: 0;
}

@media (max-width: 767px) {
  .values-block .descr {
    font-size: 16px;
    line-height: 1.2;
  }
  .values-block .descr .holder {
    max-width: none;
  }
}

.values-list {
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .values-list {
    margin-left: -45px;
    margin-right: -45px;
  }
}

@media (max-width: 767px) {
  .values-list {
    margin-bottom: 30px;
  }
}

.values-list > li {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.values-list > li > a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.values-list > li > a:hover {
  text-decoration: none;
}

.values-list > li .value-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  cursor: pointer;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .values-list > li .value-item {
    min-height: 160px;
  }
}

.values-list > li .value-item.active, .values-list > li .value-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.values-list .description {
  position: absolute;
  z-index: 30;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: #0091da;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 19px;
  line-height: 1.368;
  padding: 20px;
  color: #fff;
  text-align: center;
}

.values-list .description .btn-close {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  margin: 19px 23px 0 0;
}

.values-list .description .btn-close::before, .values-list .description .btn-close::after {
  background-color: #fff;
}

.values-list .description .btn-close:hover:before, .values-list .description .btn-close:hover:after {
  background-color: #fff;
  opacity: 0.75;
}

.values-list .description .holder {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 0 9px;
}

.values-list .description .ico {
  position: relative;
  overflow: hidden;
  height: 50px;
  margin-bottom: 24px;
  font-size: 44px;
  line-height: 50px;
}

.values-list .description h3 {
  color: inherit;
  margin: 0 0 40px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
}

.values-list .description p {
  margin: 0;
}

@media (max-width: 767px) {
  .values-list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .values-list > li {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .values-list > li .value-item {
    min-height: 134px;
  }
  .values-list .description {
    font-size: 16px;
    line-height: 1.2;
    padding: 15px;
  }
  .values-list .description .btn-close {
    margin-top: 5px;
    margin-right: 5px;
  }
  .values-list .description .holder {
    max-width: none;
    margin: 0;
    padding: 0;
  }
  .values-list .description h3 {
    margin-bottom: 20px;
    font-size: 21px;
  }
}

@media (max-width: 374px) {
  .values-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.value-item {
  text-align: center;
  color: inherit;
  font-size: 23px;
  line-height: 1.2;
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .value-item {
    font-size: 18px;
  }
}

.value-item .ico {
  position: relative;
  margin-bottom: 12px;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.value-item .ico img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.value-item p {
  margin: 0;
}

@media (max-width: 991px) {
  .value-item {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .value-item {
    font-size: 18px;
    line-height: 1.2;
  }
  .value-item .ico {
    margin-bottom: 10px;
  }
}

@media (max-width: 374px) {
  .value-item {
    font-size: 16px;
  }
}

.inform-section {
  background-color: #fff;
  position: relative;
}

.inform-section .container {
  padding-top: 43px;
}

.inform-section h2 {
  margin: 0 auto 125px;
  max-width: 780px;
  text-align: center;
  line-height: 1.1;
}

.inform-section .image-item {
  margin-top: 19px;
  margin-right: 80px;
}

@media (max-width: 1199px) {
  .inform-section .image-item {
    margin-right: 40px;
  }
}

@media (max-width: 991px) {
  .inform-section .image-item {
    margin-right: 0;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .inform-section .image-item {
    margin: 0 -20px 20px;
  }
}

@media (max-width: 991px) {
  .inform-section .container {
    padding-top: 20px;
  }
  .inform-section h2 {
    margin: 0 0 50px;
    max-width: none;
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .inform-section {
    background-color: #e5f4fb;
  }
  .inform-section .container {
    padding-top: 54px;
    padding-bottom: 27px;
  }
  .inform-section h2 {
    margin-bottom: 47px;
    font-size: 35px;
    line-height: 1.2;
  }
  .inform-section .sticky-img {
    position: static !important;
  }
  .inform-section .sticky-img + div {
    height: auto !important;
  }
}

.info-list-ordered {
  color: #0091da;
  margin: 0 -10px;
  counter-reset: section;
  padding: 11px 0;
}

.info-list-ordered .list-item {
  padding: 0 10px;
}

.info-list-ordered .list-item .box {
  position: relative;
  padding: 0 0 78px 97px;
  max-width: 470px;
}

.info-list-ordered .list-item .box .number {
  position: absolute;
  z-index: 10;
  top: -8px;
  left: 14px;
  margin: 0;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fdd359;
  font-size: 0;
  line-height: 0;
}

.info-list-ordered .list-item .box .number::before {
  content: counter(section, decimal);
  counter-increment: section;
  font: 700 53px/1.2 "Replica", sans-serif;
}

.info-list-ordered .list-item .box h3 {
  color: inherit;
  margin: 0 0 6px;
  font-size: 25px;
  line-height: 1.28;
  font-weight: 700;
}

.info-list-ordered .list-item .box p {
  margin: 0;
}

.info-list-ordered .list-item .box p b {
  font-family: "Replica", sans-serif;
  font-size: 25px;
  line-height: 1.04;
  font-weight: 700;
  display: block;
}

@media (max-width: 991px) {
  .info-list-ordered > .list-item > .box {
    padding: 0 0 30px 60px;
    max-width: none;
  }
  .info-list-ordered > .list-item > .box .number {
    margin-top: 0;
    width: 50px;
    height: 50px;
    left: 0;
  }
  .info-list-ordered > .list-item > .box .number::before {
    font-size: 30px;
  }
  .info-list-ordered > .list-item > .box h3 {
    margin: 0 0 4px;
    font-size: 20px;
  }
  .info-list-ordered > .list-item > .box p b {
    font-size: 20px;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .info-list-ordered {
    display: block;
  }
  .info-list-ordered .slick-slide:focus {
    outline: none;
  }
  .info-list-ordered .list-item {
    max-width: none;
  }
  .info-list-ordered .list-item .box {
    padding: 0 0 13px;
    max-width: none;
    text-align: center;
  }
  .info-list-ordered .list-item .box .number {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 25px;
    width: 70px;
    height: 70px;
  }
  .info-list-ordered .list-item .box .number::before {
    font-size: 53px;
  }
  .info-list-ordered .list-item .box h3 {
    margin: 0 0 8px;
    font-size: 25px;
    line-height: 1.28;
  }
  .info-list-ordered .list-item .box p b {
    font-size: 25px;
    line-height: 1.04;
  }
  .info-list-ordered .slick-dots {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .info-list-ordered .slick-dots button {
    width: 10px;
    height: 10px;
    background-color: #0091da;
    opacity: 0.3;
  }
  .info-list-ordered .slick-dots button:hover {
    opacity: 1;
  }
  .info-list-ordered .slick-dots .slick-active button {
    opacity: 1;
  }
}

.bottom-info-section {
  background-color: #fff;
  position: relative;
  text-align: center;
}

.bottom-info-section .container {
  padding-top: 107px;
  padding-bottom: 194px;
  position: relative;
  z-index: 10;
}

.bottom-info-section h2 {
  font-size: 44px;
  margin-bottom: 72px;
  text-align: center;
}

.bottom-info-section .bg-image {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: 17px;
  overflow: hidden;
  background-position: 50% 0;
}

@media (max-width: 991px) {
  .bottom-info-section .container {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .bottom-info-section h2 {
    font-size: 36px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .bottom-info-section .container {
    padding-top: 102px;
    padding-bottom: 138px;
  }
  .bottom-info-section h2 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 94px;
  }
  .bottom-info-section .btn {
    min-width: 286px;
  }
  .bottom-info-section .bg-image {
    top: auto;
    height: 220px;
  }
}

@media (max-width: 374px) {
  .bottom-info-section .btn {
    min-width: 0;
    display: block;
  }
}

.people-area {
  background-color: #fff;
  position: relative;
}

.people-area .container {
  padding-top: 124px;
  padding-bottom: 181px;
}

@media (max-width: 991px) {
  .people-area .container {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .people-area h2 {
    margin: 0 0 30px;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .people-area .container {
    padding-top: 61px;
    padding-bottom: 74px;
  }
  .people-area h2 {
    margin-bottom: 49px;
  }
}

.people-tabs {
  position: relative;
}

.people-tabs .nav {
  list-style: none;
  margin: 0 -40px;
  padding: 0 0 32px;
}

.people-tabs .nav.nav-tabs {
  border-bottom: 0;
}

.people-tabs .nav > li {
  padding: 0 40px;
  font: 25px/1.2 "Replica", sans-serif;
}

.people-tabs .nav > li > a {
  color: #0091da;
  text-decoration: none;
  opacity: 0.5;
}

.people-tabs .nav > li > a:hover, .people-tabs .nav > li > a.active {
  opacity: 1;
  color: #0091da;
  text-decoration: none;
}

.people-tabs .nav > li > a.active {
  font-weight: 700;
}

.people-tabs .tab-content {
  position: relative;
}

@media (max-width: 991px) {
  .people-tabs .tab-content > .tab-pane {
    display: block;
    padding-bottom: 50px;
  }
  .people-tabs .tab-content > .tab-pane.fade {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .people-tabs .tab-content > .tab-pane {
    padding-bottom: 61px;
  }
}

.people-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -17px 0 -18px;
}

.people-list-items .people-list-item {
  max-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  padding: 17px 17px 18px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.people-list-items .people-list-item .person-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 1199px) {
  .people-list-items {
    margin-left: -10px;
    margin-right: -10px;
  }
  .people-list-items .people-list-item {
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .people-list-items {
    display: block;
    max-width: 335px;
  }
  .people-list-items .slick-list {
    overflow: visible;
  }
  .people-list-items .slick-slide:focus {
    outline: none;
  }
  .people-list-items .people-list-item {
    max-width: none;
    padding: 0 10px;
    display: block;
  }
}

.person-box {
  margin: 0;
  background-color: #faf5e3;
  padding: 48px 15px 41px;
  text-align: center;
}

.person-box .photo {
  width: 128px;
  height: 128px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 28px;
  border-radius: 100%;
}

.person-box .photo > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  text-decoration: none !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.person-box .photo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.person-box figcaption {
  color: #000;
  font-size: 16px;
  line-height: 1.563;
}

.person-box figcaption h3 {
  color: #0091da;
  font-size: 25px;
  line-height: 1.28;
  font-weight: 700;
  margin: 0 0 15px;
}

.person-box figcaption h3 a {
  text-decoration: none;
  color: inherit;
}

.person-box figcaption h3 a:hover {
  color: #000;
  text-decoration: none;
}

.person-box figcaption h4 {
  margin: 0 0 5px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  color: #252525;
}

.person-box figcaption p {
  margin: 0;
}

.person-box figcaption .social-list {
  padding-top: 25px;
}

@media (max-width: 991px) {
  .person-box {
    padding: 37px 28px 30px;
  }
  .person-box .photo {
    margin-bottom: 28px;
  }
  .person-box figcaption h3 {
    margin: 0 0 12px;
  }
  .person-box figcaption h4 {
    margin: 0 0 5px;
  }
  .person-box figcaption .social-list {
    padding-top: 18px;
  }
}

.social-list {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social-list > li {
  padding: 0 15px;
}

.social-list a {
  text-decoration: none;
  color: inherit;
}

.social-list a:hover {
  text-decoration: none;
  color: #0091da;
}

.social-list a i {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
}

.social-list a i::before {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.partners-section {
  background-color: #fff;
}

.partners-section .container {
  padding-top: 120px;
  padding-bottom: 112px;
}

.partners-section .heading {
  max-width: 600px;
  padding-bottom: 41px;
}

.partners-section .heading h1, .partners-section .heading .banner figcaption .h1, .banner figcaption .partners-section .heading .h1, .partners-section .heading .post .h1, .post .partners-section .heading .h1, .partners-section .heading .banner-post .h1, .banner-post .partners-section .heading .h1 {
  margin-bottom: 26px;
}

@media (max-width: 991px) {
  .partners-section .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .partners-section .heading {
    padding-bottom: 40px;
  }
  .partners-section .heading h1, .partners-section .heading .banner figcaption .h1, .banner figcaption .partners-section .heading .h1, .partners-section .heading .post .h1, .post .partners-section .heading .h1, .partners-section .heading .banner-post .h1, .banner-post .partners-section .heading .h1 {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .partners-section .container {
    padding-top: 47px;
    padding-bottom: 60px;
  }
  .partners-section .heading {
    max-width: none;
    padding-bottom: 49px;
  }
  .partners-section .heading h1, .partners-section .heading .banner figcaption .h1, .banner figcaption .partners-section .heading .h1, .partners-section .heading .post .h1, .post .partners-section .heading .h1, .partners-section .heading .banner-post .h1, .banner-post .partners-section .heading .h1 {
    margin-bottom: 40px;
  }
}

.partners-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(0, 145, 218, 0.2);
}

.partners-list > li {
  padding: 49px 49px 53px;
}

.partners-list > li + li {
  border-top: 1px solid rgba(0, 145, 218, 0.2);
}

.partners-list > li > .row > div[class^="col-"]:nth-child(1) {
  max-width: 13.3%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13.3%;
          flex: 0 0 13.3%;
}

.partners-list > li > .row > div[class^="col-"]:nth-child(2) {
  max-width: 28.6%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28.6%;
          flex: 0 0 28.6%;
}

.partners-list > li > .row > div[class^="col-"]:nth-child(3) {
  max-width: 47.3%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.3%;
          flex: 0 0 47.3%;
}

.partners-list .partner-logo {
  position: relative;
  overflow: hidden;
  max-width: 110px;
  height: 70px;
  margin: 5px 0 0;
}

.partners-list .partner-logo img {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.partners-list h2 {
  color: #252525;
  margin: 5px 0 18px;
  font-size: 25px;
  line-height: 1.28;
  font-weight: 700;
}

.partners-list p {
  margin: 0;
}

.partners-list p a {
  color: #0091da;
  text-decoration: none;
}

.partners-list p a:hover {
  color: #252525;
  text-decoration: none;
}

.partners-list .description {
  font-size: 16px;
  line-height: 1.563;
}

@media (max-width: 1199px) {
  .partners-list > li {
    padding: 30px;
  }
  .partners-list > li > .row > div[class^="col-"]:nth-child(1) {
    max-width: 15%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
  .partners-list > li > .row > div[class^="col-"]:nth-child(2) {
    max-width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  .partners-list > li > .row > div[class^="col-"]:nth-child(3) {
    max-width: 55%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
}

@media (max-width: 991px) {
  .partners-list > li > .row > div[class^="col-"]:nth-child(1), .partners-list > li > .row > div[class^="col-"]:nth-child(2), .partners-list > li > .row > div[class^="col-"]:nth-child(3) {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .partners-list .partner-logo {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .partners-list h2 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .partners-list .collapse-opener {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .partners-list > li {
    padding: 40px 20px 39px;
  }
  .partners-list .partner-logo {
    margin: 0 0 15px;
  }
  .partners-list h2 {
    margin: 0 0 19px;
  }
  .partners-list .collapse-opener {
    margin-top: 22px;
  }
}

@media (max-width: 374px) {
  .partners-list > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.donors-section {
  background-color: #faf5e3;
}

.donors-section .container {
  padding-top: 98px;
  padding-bottom: 34px;
  max-width: 1000px;
}

.donors-section h2 {
  text-align: center;
  margin: 0 0 55px;
  color: #000;
}

@media (max-width: 991px) {
  .donors-section .container {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .donors-section h2 {
    margin-bottom: 44px;
  }
}

@media (max-width: 767px) {
  .donors-section .container {
    padding: 75px 34px 47px;
  }
  .donors-section h2 {
    margin-bottom: 49px;
  }
}

@media (max-width: 374px) {
  .donors-section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.donors-list {
  list-style: none;
  margin: 0 -13px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.donors-list > li {
  padding: 13px;
  max-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.donors-list .logo-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 991px) {
  .donors-list > li {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (max-width: 767px) {
  .donors-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .donors-list > li {
    padding: 15px;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .donors-list .logo-box {
    margin: 0;
  }
}

.blue-bg-section {
  position: relative;
}

.blue-bg-section::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 487px;
  background-color: #f2f9fd;
}

.blue-bg-section > * {
  position: relative;
  z-index: 5;
}

.filters-sticky-holder {
  margin-top: 89px;
}

.filters-sticky-holder .filter-panel-sticky-space {
  font-size: 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
  display: none;
}

.sticky-filter-panel .filters-sticky-holder .filter-panel-sticky-space {
  display: block;
}

.filters-sticky-holder + .carousel-section {
  margin-top: -32px;
}

@media (max-width: 767px) {
  .filters-sticky-holder {
    margin-top: 35px;
  }
  .filters-sticky-holder + .carousel-section {
    margin-top: -16px;
  }
}

.filter-panel {
  position: relative;
  background-color: #f2f9fd;
  z-index: 90;
}

.filter-panel .container {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.filter-panel h1, .filter-panel .banner figcaption .h1, .banner figcaption .filter-panel .h1, .filter-panel .post .h1, .post .filter-panel .h1, .filter-panel .banner-post .h1, .banner-post .filter-panel .h1 {
  margin: 0;
}

.sticky-filter-panel .filter-panel {
  position: fixed;
  top: 87px;
  left: 0;
  right: 0;
}

.sticky-filter-panel .filter-panel h1, .sticky-filter-panel .filter-panel .banner figcaption .h1, .banner figcaption .sticky-filter-panel .filter-panel .h1, .sticky-filter-panel .filter-panel .post .h1, .post .sticky-filter-panel .filter-panel .h1, .sticky-filter-panel .filter-panel .banner-post .h1, .banner-post .sticky-filter-panel .filter-panel .h1 {
  display: none;
}

@media (max-width: 991px) {
  .sticky-filter-panel .filter-panel {
    top: 60px;
  }
}

@media (max-width: 767px) {
  .filter-panel .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .filter-panel .btn-filter {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    margin: 41px 15px 0 0;
  }
  .sticky-filter-panel .filter-panel {
    height: 75px;
  }
  .sticky-filter-panel .filter-panel .btn-filter {
    margin-top: 0;
  }
}

.resources-section {
  background-color: #faf5e3;
}

.resources-section .container {
  padding-top: 117px;
  padding-bottom: 43px;
}

.resources-section h2 {
  margin: 0 0 46px;
}

.resources-section .bottom-btn-section {
  padding-top: 52px;
}

.resources-section .bottom-btn-section .btn-md {
  min-width: 286px;
}

@media (max-width: 991px) {
  .resources-section .container {
    padding-top: 70px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .resources-section .container {
    padding-top: 55px;
    padding-bottom: 50px;
  }
  .resources-section h2 {
    margin-bottom: 19px;
    font-size: 25px;
    font-weight: 700;
  }
  .resources-section .bottom-btn-section {
    padding-top: 40px;
  }
  .resources-section .bottom-btn-section .btn-md {
    min-width: 250px;
  }
}

.resources-list {
  list-style: none;
  margin: 0 -22px;
  padding: 0;
  position: relative;
}

.resources-list > li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  position: relative;
  padding: 20px 22px;
}

@media (max-width: 1199px) {
  .resources-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .resources-list > li {
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .resources-list > li {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .resources-list > li {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.side-filter-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 549px;
  margin-right: -549px;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.11);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.11);
  overflow: hidden;
  z-index: 110;
  background-color: #fff;
}

.side-filter-menu .filter-heading {
  text-align: right;
  padding: 41px 38px 15px;
}

.side-filter-menu .filter-body {
  position: absolute;
  z-index: 10;
  top: 90px;
  bottom: 179px;
  left: 0;
  right: 0;
  overflow: auto;
}

.side-filter-menu .filter-section {
  border-bottom: 1px solid rgba(0, 145, 218, 0.2);
  padding: 3px 51px 6px;
}

.side-filter-menu .search-form {
  margin-bottom: 43px;
}

.side-filter-menu .filter-check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-filter-menu .filter-check-list > li {
  padding-bottom: 23px;
}

.side-filter-menu .check-box label {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}

.side-filter-menu .check-box label span {
  padding-left: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.side-filter-menu .check-box label span::before {
  width: 20px;
  height: 20px;
  border-color: #000;
  top: 0;
}

.side-filter-menu .check-box label span::after {
  top: 2px;
  left: 7px;
  border-color: #000;
}

.side-filter-menu .check-box label input:checked ~ span {
  color: #000;
}

.side-filter-menu .check-box label input:checked ~ span::before, .side-filter-menu .check-box label input:checked ~ span::after {
  opacity: 1;
}

.side-filter-menu .filter-accordion {
  position: relative;
  color: inherit;
}

.side-filter-menu .filter-accordion .card {
  background: none;
  border: solid rgba(0, 145, 218, 0.2);
  border-width: 0 0 1px;
  border-radius: 0;
  display: block;
  padding: 0;
  position: relative;
  background: none;
}

.side-filter-menu .filter-accordion .card-header {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}

.side-filter-menu .filter-accordion .card-header:first-child {
  border-radius: 0;
}

.side-filter-menu .filter-accordion .card-header h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  font-family: inherit;
}

.side-filter-menu .filter-accordion .card-header h4 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 74px;
  padding: 10px 90px 10px 50px;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.side-filter-menu .filter-accordion .card-header h4 a:hover {
  text-decoration: none;
  color: #000;
}

.side-filter-menu .filter-accordion .card-header h4 a::after {
  content: "\e915";
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font: 10px/12px "icomoon";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin: -4px 54px 0 0;
  opacity: 0;
}

.side-filter-menu .filter-accordion .card-header h4 a.collapsed:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
}

.side-filter-menu .filter-accordion .card-header h4 a b {
  display: block;
  font-weight: 700;
}

.side-filter-menu .filter-accordion .card-header h4 a small {
  display: block;
  padding-top: 5px;
  color: #000;
  opacity: 0.5;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}

.side-filter-menu .filter-accordion .card-body {
  padding: 1px 51px 25px;
}

.side-filter-menu .filter-collapse-opener {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #0091da;
  font-size: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
  padding-right: 30px;
}

.side-filter-menu .filter-collapse-opener::before {
  content: "Show less";
  font-size: 18px;
}

.side-filter-menu .filter-collapse-opener::after {
  content: "\e915";
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  font: 10px/12px "icomoon";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-top: 9px;
}

.side-filter-menu .filter-collapse-opener:hover {
  text-decoration: none;
  color: #000;
}

.side-filter-menu .filter-collapse-opener.collapsed {
  font-size: 18px;
}

.side-filter-menu .filter-collapse-opener.collapsed::before {
  content: "";
}

.side-filter-menu .filter-collapse-opener.collapsed::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.side-filter-menu .filter-footer {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 42px 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.side-filter-menu .filter-footer .link-box {
  padding-bottom: 46px;
  font: 18px/1.2 "Replica", sans-serif;
}

.side-filter-menu .filter-footer .link-box a {
  text-decoration: underline;
  color: #0091da;
}

.side-filter-menu .filter-footer .link-box a:hover {
  text-decoration: none;
  color: #0091da;
}

.side-filter-menu .filter-footer .btn-box {
  position: relative;
}

.side-filter-menu .filter-footer .btn-box .btn {
  padding-top: 17px;
  padding-bottom: 17px;
}

@media (max-width: 767px) {
  .side-filter-menu {
    width: 100%;
    margin-right: -100%;
  }
  .side-filter-menu .filter-heading {
    padding: 18px 19px 15px;
  }
  .side-filter-menu .filter-body {
    top: 80px;
    bottom: 200px;
  }
  .side-filter-menu .filter-section {
    padding: 0 22px 6px;
  }
  .side-filter-menu .search-form {
    margin-bottom: 43px;
  }
  .side-filter-menu .filter-check-list > li {
    padding-bottom: 23px;
  }
  .side-filter-menu .filter-accordion .card-header h4 a {
    padding: 10px 50px 10px 22px;
  }
  .side-filter-menu .filter-accordion .card-header h4 a::after {
    margin: -3px 21px 0 0;
  }
  .side-filter-menu .filter-accordion .card-body {
    padding: 2px 22px 25px;
  }
  .side-filter-menu .filter-footer {
    padding: 20px 20px 47px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .side-filter-menu .filter-footer .link-box {
    padding-bottom: 20px;
  }
  .side-filter-menu .filter-footer .btn-box {
    padding-bottom: 15px;
  }
  .side-filter-menu .filter-footer .btn-box .btn {
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 286px;
  }
}

@media (max-width: 374px) {
  .side-filter-menu .filter-heading {
    padding-left: 15px;
    padding-right: 15px;
  }
  .side-filter-menu .filter-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .side-filter-menu .filter-accordion .card-header h4 a {
    padding-left: 15px;
  }
  .side-filter-menu .filter-accordion .card-header h4 a::after {
    margin-right: 15px;
  }
  .side-filter-menu .filter-accordion .card-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .side-filter-menu .filter-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .side-filter-menu .filter-footer .btn-box .btn {
    display: block;
    min-width: 0;
  }
}

@media (max-width: 767px) and (max-height: 499px) {
  .side-filter-menu .filter-body {
    top: 40px;
    bottom: 115px;
  }
  .side-filter-menu .filter-footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .side-filter-menu .filter-footer .link-box {
    padding-bottom: 0;
  }
  .side-filter-menu .filter-footer .btn-box {
    padding-bottom: 10px;
  }
  .side-filter-menu .filter-footer .btn-box .btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.media-intro-section {
  position: relative;
  z-index: 10;
}

.media-intro-section .container {
  padding-top: 85px;
  padding-bottom: 132px;
}

.media-intro-section .container > .row {
  margin-left: -12.5px;
  margin-right: -12.5px;
}

.media-intro-section .container > .row > [class^="col"] {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.media-intro-section .container > .row > div[class^="col-"]:nth-child(1) {
  max-width: 42.8%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42.8%;
          flex: 0 0 42.8%;
}

.media-intro-section .container > .row > div[class^="col-"]:nth-child(2) {
  max-width: 57.2%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57.2%;
          flex: 0 0 57.2%;
}

.media-intro-section h1, .media-intro-section .banner figcaption .h1, .banner figcaption .media-intro-section .h1, .media-intro-section .post .h1, .post .media-intro-section .h1, .media-intro-section .banner-post .h1, .banner-post .media-intro-section .h1 {
  margin: 0 0 76px;
}

@media (max-width: 991px) {
  .media-intro-section .container {
    padding-bottom: 80px;
  }
  .media-intro-section .container > .row > div[class^="col-"]:nth-child(1), .media-intro-section .container > .row > div[class^="col-"]:nth-child(2) {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .media-intro-section h1, .media-intro-section .banner figcaption .h1, .banner figcaption .media-intro-section .h1, .media-intro-section .post .h1, .post .media-intro-section .h1, .media-intro-section .banner-post .h1, .banner-post .media-intro-section .h1 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .media-intro-section .container {
    padding-top: 45px;
    padding-bottom: 31px;
  }
  .media-intro-section h1, .media-intro-section .banner figcaption .h1, .banner figcaption .media-intro-section .h1, .media-intro-section .post .h1, .post .media-intro-section .h1, .media-intro-section .banner-post .h1, .banner-post .media-intro-section .h1 {
    margin-bottom: 40px;
  }
}

.media-contact-box {
  background-color: #0091da;
  text-align: center;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.12);
  color: #fff;
  font-size: 18px;
  line-height: 1.389;
  padding: 80px 23% 76px;
}

.media-contact-box h2 {
  margin: 0 0 35px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  font-family: inherit;
}

.media-contact-box p {
  margin: 0 0 45px;
}

.media-contact-box .email-link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 40px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.2;
}

.media-contact-box .email-link:hover {
  text-decoration: none;
  color: #fff;
}

.media-contact-box .email-link::before {
  content: "\e911";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  margin: 2px 0 0;
  font: 17px/19px "icomoon";
  color: #fff;
}

@media (max-width: 1199px) {
  .media-contact-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .media-contact-box {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .media-contact-box {
    padding: 47px 35px 48px;
    margin-bottom: 30px;
  }
  .media-contact-box h2 {
    margin-bottom: 35px;
  }
}

@media (max-width: 374px) {
  .media-contact-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.media-links-list {
  list-style: none;
  margin: 0;
  padding: 46px 47px 33px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.12);
  color: inherit;
  font-size: 16px;
  line-height: 1.563;
}

.media-links-list > li {
  padding: 0 0 20px 47px;
  position: relative;
}

.media-links-list .ico {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin: -1px 0 0;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #0091da;
}

.media-links-list .ico .icon-custom-ico-arrow-right-01 {
  font-size: 15px;
}

.media-links-list h3 {
  color: #0091da;
  margin: 0 0 31px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}

.media-links-list h3 a {
  text-decoration: underline;
  color: inherit;
}

.media-links-list h3 a:hover {
  color: inherit;
  text-decoration: none;
}

.media-links-list p {
  margin: 0;
}

@media (max-width: 1199px) {
  .media-links-list {
    padding-left: 30px;
    padding-right: 30px;
  }
  .media-links-list > li {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .media-links-list {
    padding: 23px 17px 30px;
  }
  .media-links-list > li {
    padding: 0 10px 7px 46px;
  }
  .media-links-list .ico {
    font-size: 20px;
  }
  .media-links-list .ico .icon-custom-ico-arrow-right-01 {
    font-size: 15px;
  }
  .media-links-list h3 {
    margin: 0 0 31px;
  }
}

.explore-section {
  background-color: #faf5e3;
}

.explore-section .container {
  padding-bottom: 21px;
}

.explore-section h2 {
  margin: 0 0 71px;
}

@media (max-width: 991px) {
  .explore-section .container {
    padding-bottom: 100px;
  }
  .explore-section h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .explore-section .container {
    padding-bottom: 72px;
  }
  .explore-section h2 {
    margin-bottom: 55px;
  }
}

.info-tabs {
  position: relative;
}

.info-tabs .nav {
  list-style: none;
  margin: 0 -46px 72px;
  padding: 18px 0 16px;
  position: relative;
}

.info-tabs .nav.nav-tabs {
  border-bottom: 0;
}

.info-tabs .nav::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  background-color: #fdd359;
}

.info-tabs .nav > li {
  padding: 0 46px;
  font: 25px/1.2 "Replica", sans-serif;
  position: relative;
  z-index: 10;
}

.info-tabs .nav > li > a {
  color: #000;
  text-decoration: none;
  opacity: 0.5;
}

.info-tabs .nav > li > a:hover, .info-tabs .nav > li > a.active {
  opacity: 1;
  text-decoration: none;
}

.info-tabs .nav > li > a.active {
  font-weight: 700;
}

.info-tabs .tab-content {
  position: relative;
}

.info-tabs .items {
  margin-left: -20px;
  margin-right: -20px;
}

.info-tabs .items > [class^="col"] {
  padding-left: 20px;
  padding-right: 20px;
}

.info-tabs .items .news-box {
  margin-bottom: 40px;
}

.info-tabs .items .event-box {
  margin-bottom: 40px;
}

.info-tabs .items .event-box.type5 {
  min-height: 230px;
}

.info-tabs .items .event-box.type5 .hold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.info-tabs .items .event-box.type5 .hold .time:last-child {
  margin-bottom: 0;
}

.info-tabs .btn-row {
  padding-top: 72px;
}

.info-tabs .btn-row .btn {
  min-width: 286px;
}

@media (max-width: 1199px) {
  .info-tabs .nav {
    margin-left: -20px;
    margin-right: -20px;
  }
  .info-tabs .nav > li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .info-tabs .items {
    margin-left: -15px;
    margin-right: -15px;
  }
  .info-tabs .items > [class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .info-tabs .items .news-box {
    margin-bottom: 30px;
  }
  .info-tabs .items .news-box figcaption h3 {
    font-size: 20px;
  }
  .info-tabs .items .event-box {
    margin-bottom: 30px;
  }
  .info-tabs .items .event-box h3 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .info-tabs .nav {
    margin-left: -15px;
    margin-right: -15px;
  }
  .info-tabs .nav > li {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .info-tabs .nav {
    margin-left: -36px;
    margin-right: -20px;
    margin-bottom: 66px;
    background-color: #fdd359;
    padding: 15px 0;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .info-tabs .nav::before {
    display: none;
  }
  .info-tabs .nav > li {
    padding-left: 36px;
    padding-right: 36px;
    font-size: 25px;
  }
  .info-tabs .nav > li > a {
    white-space: nowrap;
  }
  .info-tabs .items .news-box {
    margin-bottom: 40px;
  }
  .info-tabs .items .news-box figcaption h3 {
    font-size: 25px;
  }
  .info-tabs .items .news-box h3 {
    font-size: 25px;
  }
  .info-tabs .items .event-box {
    margin-bottom: 40px;
  }
  .info-tabs .btn-row {
    padding-top: 20px;
  }
  .info-tabs .btn-row .btn {
    min-width: 250px;
  }
}

.event-info-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.event-info-items li {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 1.563;
}

.event-info-items a {
  text-decoration: none;
  color: inherit;
}

.event-info-items a:hover {
  text-decoration: none;
  color: #0091da;
}

.careers-section {
  background-color: #fff;
}

.careers-section .container {
  padding-top: 187px;
  padding-bottom: 83px;
}

.careers-section h2 {
  margin: 0 0 56px;
}

@media (max-width: 991px) {
  .careers-section .container {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .careers-section h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .careers-section .container {
    padding-top: 220px;
    padding-bottom: 51px;
  }
  .careers-section h2 {
    margin-bottom: 38px;
  }
}

.careers-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.careers-list > li {
  margin-bottom: 40px;
  padding: 31px 34px 30px;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
  color: inherit;
  font-size: 15px;
  line-height: 1.667;
}

.careers-list > li h3 {
  color: #252525;
  margin: 0 0 11px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
}

.careers-list > li p {
  text-transform: uppercase;
  margin: 0;
}

.careers-list > li:last-child {
  margin-bottom: 0;
  color: #000;
  font-size: 16px;
  background-color: #f2f9fd;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.careers-list > li:last-child h3 {
  color: #0091da;
}

.careers-list > li:last-child p {
  text-transform: none;
}

@media (max-width: 991px) {
  .careers-list .btn {
    min-width: 0;
    display: block;
  }
}

@media (max-width: 767px) {
  .careers-list > li {
    padding: 30px 30px 35px;
    line-height: 1.563;
  }
  .careers-list > li h3 {
    margin: 0 0 17px;
    line-height: 1.28;
  }
  .careers-list > li p {
    margin-bottom: 32px;
  }
  .careers-list > li:last-child {
    margin-bottom: 0;
  }
  .careers-list > li:last-child h3 {
    color: #252525;
  }
}

@media (max-width: 374px) {
  .careers-list > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.modals-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.modals-nav > li {
  font-size: 18px;
  line-height: 1.222;
  padding-bottom: 15px;
}

.modal-backdrop {
  background: #000;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-dialog {
  width: 100%;
  max-width: 640px;
  margin: 30px auto;
}

@media (max-width: 767px) {
  .modal-dialog {
    max-width: calc(100vw - 40px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 374px) {
  .modal-dialog {
    max-width: calc(100vw - 30px);
  }
}

.modal-content {
  background: #fff;
  border-radius: 0;
  border: 0;
  padding: 98px 90px 76px;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.12);
}

.modal-content .btn-close {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  margin: 25px 24px 0 0;
}

@media (max-width: 767px) {
  .modal-content {
    padding: 60px 15px 40px;
  }
  .modal-content .btn-close {
    margin: 10px 10px 0 0;
  }
}

.modal-heading {
  padding: 0 0 51px;
  border-bottom: 0;
  position: relative;
}

.modal-heading h3 {
  margin: 0;
  color: #0091da;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
}

@media (max-width: 767px) {
  .modal-heading {
    padding-bottom: 20px;
  }
  .modal-heading h3 {
    font-size: 26px;
  }
}

.modal-body {
  position: relative;
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 1.563;
}

.modal-body p {
  margin: 0 0 25px;
}

.modal-body p:last-child {
  margin-bottom: 0;
}

.modal-footer {
  border-top: 0;
  padding: 66px 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .modal-footer {
    padding-top: 30px;
  }
}

#cookie-law-info-bar {
  background-color: #0091da !important;
  color: #fff !important;
  font-size: 16px;
  line-height: 1.563;
  font-weight: 400;
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
}

#cookie-law-info-bar > span {
  display: block;
  vertical-align: top !important;
  padding: 20px 260px 20px 48px;
  position: relative;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#cookie-law-info-bar > span .cookie_action_close_header {
  position: absolute;
  z-index: 20;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin: 0 50px 0 0 !important;
  background: #fff !important;
  color: #0091da !important;
  font-size: 18px;
  line-height: 1.278;
  font-weight: 400;
  padding: 16px 20px;
  text-align: center;
  min-width: 186px;
  border-radius: 30px;
  text-decoration: none;
}

#cookie-law-info-bar > span .cookie_action_close_header:hover {
  background: #e6e6e6 !important;
  color: #0091da !important;
  text-decoration: none;
}

#cookie-law-info-bar > span .cookie_action_close_header_reject,
#cookie-law-info-bar > span .cli-plugin-main-link {
  margin: 0 !important;
  color: inherit !important;
  background: none !important;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-decoration: underline;
  display: inline;
  padding: 0;
}

#cookie-law-info-bar > span .cookie_action_close_header_reject:hover,
#cookie-law-info-bar > span .cli-plugin-main-link:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  #cookie-law-info-bar > span {
    padding-left: 20px;
    padding-right: 230px;
  }
  #cookie-law-info-bar > span .cookie_action_close_header {
    margin-right: 20px !important;
  }
}

@media (max-width: 767px) {
  #cookie-law-info-bar {
    min-height: 0;
  }
  #cookie-law-info-bar > span {
    padding: 15px 20px 95px;
    text-align: center;
  }
  #cookie-law-info-bar > span .cookie_action_close_header {
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin: 0 0 20px !important;
  }
}

@media (max-width: 767px) {
  #cookie-law-info-bar > span {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.policy-section {
  position: relative;
  font-size: 16px;
  line-height: 1.563;
}

.policy-section .container {
  padding-top: 120px;
  padding-bottom: 11px;
  max-width: 838px;
}

.policy-section .section {
  padding-bottom: 27px;
}

.policy-section h1, .policy-section .banner figcaption .h1, .banner figcaption .policy-section .h1, .policy-section .post .h1, .post .policy-section .h1, .policy-section .banner-post .h1, .banner-post .policy-section .h1 {
  margin: 0 0 70px;
}

.policy-section h2 {
  margin: 0 0 15px;
  color: #252525;
  font-size: 25px;
  line-height: 1.28;
  font-weight: 700;
}

.policy-section h2 + h3 {
  padding-top: 7px;
}

.policy-section h3 {
  color: #000;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  font-family: inherit;
}

.policy-section p {
  margin: 0 0 25px;
}

@media (max-width: 991px) {
  .policy-section .container {
    padding-top: 80px;
    padding-bottom: 15px;
  }
  .policy-section .section {
    padding-bottom: 20px;
  }
  .policy-section h1, .policy-section .banner figcaption .h1, .banner figcaption .policy-section .h1, .policy-section .post .h1, .post .policy-section .h1, .policy-section .banner-post .h1, .banner-post .policy-section .h1 {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .policy-section .container {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .policy-section h1, .policy-section .banner figcaption .h1, .banner figcaption .policy-section .h1, .policy-section .post .h1, .post .policy-section .h1, .policy-section .banner-post .h1, .banner-post .policy-section .h1 {
    margin-bottom: 30px;
  }
  .policy-section h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .policy-section h2 + h3 {
    padding-top: 5px;
  }
}

.contact-bar {
  background: #faf5e3;
  padding-top: 17px;
  margin-bottom: -22px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .contact-bar {
    padding-top: 7px;
    margin-bottom: -10px;
  }
}

.contact-bar .question-block {
  padding: 42px 0;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  color: #0091da;
}

.contact-bar .question-block.type2 {
  max-width: 470px;
}

@media (max-width: 767px) {
  .contact-bar .question-block {
    text-align: center;
  }
}

.contact-bar .question-block p {
  margin: 0;
}

.contact-bar .question-block .link-hold {
  margin-left: auto;
  padding-left: 20px;
}

.contact-bar .question-block .link-hold .link-more {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .contact-bar .question-block .link-hold {
    padding-left: 0;
    margin-left: 0;
    padding-top: 36px;
  }
}

.calendar-popup-holder {
  position: relative;
}

div.add-to-calendar {
  position: absolute;
  z-index: 100;
  bottom: 100%;
  left: 50%;
  width: 200px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #fff;
  margin-bottom: 15px;
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

div.add-to-calendar .add-to-calendar-checkbox:checked ~ a {
  display: block;
  width: auto;
  margin: 0 0 10px;
  position: relative;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 1.2;
  font-family: "Replica", sans-serif !important;
  font-weight: 400;
  text-align: center;
}

div.add-to-calendar .add-to-calendar-checkbox:checked ~ a:last-child {
  margin-bottom: 0;
}

div.add-to-calendar .add-to-calendar-checkbox:checked ~ a:hover {
  text-decoration: none;
  color: #0091da;
}

div.add-to-calendar .add-to-calendar-checkbox:checked ~ a::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}

div.add-to-calendar .btn-close {
  position: absolute;
  top: -10px;
  right: -10px;
}

div.add-to-calendar .btn-close::before, div.add-to-calendar .btn-close::after {
  width: 20px;
}

.intro-block {
  position: relative;
  z-index: 20;
  margin-top: -176px;
}

.intro-block .box {
  color: #fff;
  background-color: #0091da;
  padding: 83px 118px 43px;
}

.intro-block .box > .row {
  margin-left: -47px;
  margin-right: -47px;
}

.intro-block .box > .row > [class^="col"] {
  padding-left: 47px;
  padding-right: 47px;
}

.intro-block .box p {
  margin: 0 0 26px;
}

@media (max-width: 1199px) {
  .intro-block .box {
    padding: 40px 30px 15px;
  }
  .intro-block .box > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .intro-block .box > .row > [class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .intro-block {
    margin-top: -100px;
  }
}

@media (max-width: 767px) {
  .intro-block .box {
    padding: 25px 20px 10px;
  }
}

.achieve-section {
  border-bottom: 1px solid rgba(0, 145, 218, 0.3);
  margin-bottom: 22px;
}

.achieve-section .container {
  padding-top: 92px;
  padding-bottom: 40px;
}

.achieve-section h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 76px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

@media (max-width: 991px) {
  .achieve-section {
    margin-bottom: 0;
  }
  .achieve-section h2 {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .achieve-section .container {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .achieve-section h2 {
    margin-bottom: 40px;
  }
}

.achieve-list {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.achieve-list > li {
  position: relative;
  padding: 0 15px 69px;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.achieve-list > li > [class^="icon-"], .achieve-list > li [class*=" icon-"] {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: rgba(0, 145, 218, 0.07);
  max-width: 70px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  margin: 2px 32px 0 0;
  position: relative;
  overflow: hidden;
  color: #0091da;
}

.achieve-list > li > [class^="icon-"]::before, .achieve-list > li [class*=" icon-"]::before {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -0.5em;
  font-size: 23px;
  line-height: 1em;
  text-align: center;
}

.achieve-list .box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.achieve-list h3 {
  color: #0091da;
  margin: 0 0 22px;
  font-size: 25px;
  line-height: 1.28;
  font-weight: 700;
  max-width: 350px;
}

.achieve-list p {
  margin: 0;
}

@media (max-width: 991px) {
  .achieve-list > li {
    padding-bottom: 40px;
  }
  .achieve-list > li > [class^="icon-"], .achieve-list > li [class*=" icon-"] {
    width: 40px;
    height: 40px;
    max-width: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    margin: 2px 20px 0 0;
  }
  .achieve-list > li > [class^="icon-"]::before, .achieve-list > li [class*=" icon-"]::before {
    font-size: 16px;
  }
  .achieve-list h3 {
    font-size: 21px;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .achieve-list > li {
    padding-bottom: 30px;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .achieve-list h3 {
    margin-bottom: 10px;
  }
}

.heading-section {
  position: relative;
}

.heading-section .container {
  padding-top: 40px;
  padding-bottom: 72px;
}

@media (max-width: 991px) {
  .heading-section .container {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .heading-section .container {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.members-info {
  position: relative;
  color: #000;
}

.members-info .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.members-info h3 {
  color: inherit;
  margin: 0 0 20px;
  text-decoration: underline;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  font-family: inherit;
}

.members-info h4 {
  color: inherit;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  font-family: inherit;
}

.members-info p {
  margin: 0;
}

@media (max-width: 767px) {
  .members-info .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .members-info h3 {
    margin-bottom: 15px;
  }
}

/* logos-section */
.logos-section {
  background: rgba(0, 145, 218, 0.07);
  padding: 88px 0 16px;
}

@media (max-width: 767px) {
  .logos-section {
    padding-top: 81px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 17px;
  }
}

.logos-section h2 {
  text-align: center;
  margin: 0 0 49px;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #000;
  font-family: "Lato", sans-serif;
}

@media (max-width: 767px) {
  .logos-section h2 {
    margin-bottom: 40px;
  }
}

.logos-section .logo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none !important;
  margin: 13px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logos-section .logo-item img {
  display: inline-block;
  vertical-align: top;
  max-height: 88px;
  max-width: 154px;
  width: auto;
  height: auto;
}

@media (max-width: 767px) {
  .logos-section .logo-item {
    margin: 0;
  }
}

.logos-section.type2 {
  background: none;
  padding: 122px 0 123px;
}

@media (max-width: 1199px) {
  .logos-section.type2 {
    padding: 100px 0 50px;
  }
}

@media (max-width: 767px) {
  .logos-section.type2 {
    padding: 73px 0 0;
  }
  .logos-section.type2 .logos-carousel {
    margin-bottom: 70px;
  }
}

.logos-section.type2 h2 {
  font-size: 25px;
  line-height: 32px;
  font-weight: bold;
  font-family: "Replica", sans-serif;
  margin-bottom: 82px;
}

@media (max-width: 767px) {
  .logos-section.type2 h2 {
    margin-bottom: 50px;
  }
}

.logos-section.type2 .logo-item img {
  -webkit-transform: scale(0.82);
          transform: scale(0.82);
}

.logos-carousel {
  margin: 0 0 89px;
}

@media (max-width: 767px) {
  .logos-carousel {
    margin-bottom: 81px;
  }
}

.logos-carousel .slide .row {
  margin-left: -13px;
  margin-right: -13px;
}

.logos-carousel .slide .row > [class^="col"] {
  padding-left: 13px;
  padding-right: 13px;
}

@media (max-width: 991px) {
  .logos-carousel .slide .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .logos-carousel .slide .row > [class^="col"] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.logos-carousel .slide .row + .row {
  margin-top: 27px;
}

.logos-carousel .slide .row:nth-child(2) .logo-item,
.logos-carousel .slide .row:nth-child(2) .logo-box {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.logos-carousel .slide .row:nth-child(3) .logo-item,
.logos-carousel .slide .row:nth-child(3) .logo-box {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.logos-carousel .slide .logo-item,
.logos-carousel .slide .logo-box {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: translate(0, -30%);
          transform: translate(0, -30%);
}

.logos-carousel .slide.slick-current .logo-item,
.logos-carousel .slide.slick-current .logo-box {
  opacity: 1;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  -webkit-transition: opacity 0.5s 0.5s ease-out, -webkit-transform 0.5s 0.5s ease-out, -webkit-box-shadow 0.5s ease-out;
  transition: opacity 0.5s 0.5s ease-out, -webkit-transform 0.5s 0.5s ease-out, -webkit-box-shadow 0.5s ease-out;
  transition: opacity 0.5s 0.5s ease-out, transform 0.5s 0.5s ease-out, box-shadow 0.5s ease-out;
  transition: opacity 0.5s 0.5s ease-out, transform 0.5s 0.5s ease-out, box-shadow 0.5s ease-out, -webkit-transform 0.5s 0.5s ease-out, -webkit-box-shadow 0.5s ease-out;
}

.logos-carousel .slide.slick-current .row:nth-child(2) .logo-item,
.logos-carousel .slide.slick-current .row:nth-child(2) .logo-box {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.logos-carousel .slide.slick-current .row:nth-child(3) .logo-item,
.logos-carousel .slide.slick-current .row:nth-child(3) .logo-box {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.logos-carousel .slide.slick-current ~ .slide .logo-item,
.logos-carousel .slide.slick-current ~ .slide .logo-box {
  -webkit-transform: translate(0, 30%);
          transform: translate(0, 30%);
}

.logos-carousel .slick-list {
  overflow: visible;
}

.logos-carousel .logo-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none !important;
  background: #fff;
  -webkit-box-shadow: 0 0 29px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 29px rgba(0, 0, 0, 0.08);
  font-size: 18px;
  line-height: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 767px) {
  .logo-box {
    margin-top: 5px;
  }
}

.logo-box:hover {
  -webkit-box-shadow: 0 0 29px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 29px rgba(0, 0, 0, 0.2);
}

.logo-box figure {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-box figure .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 138px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  position: relative;
  overflow: hidden;
}

.logo-box figure .img img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.logo-box figure figcaption {
  max-width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 10px 31px 7px;
  color: #000;
}

@media (max-width: 991px) {
  .logo-box figure figcaption {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .logo-box figure figcaption {
    padding-left: 31px;
    padding-right: 31px;
  }
}

.logo-box figure figcaption h3 {
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  margin: 0;
}

.logo-box figure figcaption p {
  margin: 0;
}

@media (max-width: 374px) {
  .logo-box figure figcaption {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* pre-footer */
.pre-footer {
  background: #0091da;
  color: rgba(255, 255, 255, 0.6);
  padding: 59px 0;
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  position: relative;
  z-index: 5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.pre-footer:before {
  position: absolute;
  content: '';
  left: -5px;
  bottom: 100%;
  height: 150px;
  right: -5px;
  z-index: -2;
  background: url("../images/bg-blue-section-001.svg") no-repeat 50% 100%;
  -webkit-transform: translate(0, 1px);
          transform: translate(0, 1px);
  pointer-events: none;
}

.pre-footer .decor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.pre-footer .decor:after, .pre-footer .decor:before {
  position: absolute;
  content: '';
  width: 467px;
  height: 155px;
  background: url("../images/decor-001.svg") no-repeat;
  left: -174px;
  top: 45px;
  opacity: 0.05;
}

@media (max-width: 767px) {
  .pre-footer .decor:after, .pre-footer .decor:before {
    height: 143px;
    background-size: auto 100%;
    top: 24px;
    left: -284px;
  }
}

.pre-footer .decor:after {
  left: auto;
  top: auto;
  bottom: 78px;
  right: -96px;
}

@media (max-width: 767px) {
  .pre-footer .decor:after {
    bottom: 42px;
    right: -346px;
  }
}

.pre-footer a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}

.pre-footer a:not(.btn):hover {
  text-decoration: none;
}

.pre-footer h2 {
  color: #fff;
  margin-bottom: 47px;
}

@media (max-width: 767px) {
  .pre-footer h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 34px;
  }
}

@media (max-width: 374px) {
  .pre-footer h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

.pre-footer .btn {
  margin-bottom: 41px;
}

@media (max-width: 767px) {
  .pre-footer .btn {
    margin-bottom: 48px;
  }
}

.pre-footer p {
  margin: 0 0 24px;
  font-family: "Helvetica Neue", sans-serif;
}

@media (max-width: 767px) {
  .pre-footer p {
    margin-bottom: 20px;
  }
}

.pre-footer p a {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .pre-footer p a.d-block {
    margin: 19px 0 0;
  }
}

.pre-footer .newsletter-form {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: 28px;
}

@media (max-width: 991px) {
  .pre-footer .newsletter-form {
    padding-bottom: 0;
  }
}

.pre-footer.type2 {
  background: #fdd359;
  color: rgba(0, 0, 0, 0.7);
  padding-top: 20px;
}

@media (max-width: 991px) {
  .pre-footer.type2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .pre-footer.type2 {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .pre-footer.type2 .input-holder {
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
}

.pre-footer.type2:before {
  background-image: url("../images/bg-yellow-section-001.svg");
}

.pre-footer.type2 a:not(.btn) {
  color: rgba(0, 0, 0, 0.7);
}

.pre-footer.type2 h2 {
  color: #000;
}

@media (max-width: 767px) {
  .pre-footer.type2 h2 {
    margin-bottom: 44px;
  }
}

.pre-footer.type2 .decor:after {
  bottom: 40px;
}

/* news-section */
.news-section {
  background: #faf5e3;
  padding: 130px 0 100px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .news-section {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .news-section {
    padding: 69px 0;
  }
}

.news-section .title-block {
  padding: 0 0 62px;
}

.news-section .title-block h2 {
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .news-section .title-block {
    padding-bottom: 50px;
  }
  .news-section .title-block h2 {
    margin-bottom: 7px;
  }
}

.news-section .btn {
  min-width: 286px;
}

@media (max-width: 767px) {
  .news-section .btn {
    min-width: 250px;
  }
}

.news-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin: 0;
  background-position: 50% 0;
  background-color: #fff;
}

.news-section .space {
  display: block;
  height: 117px;
}

@media (max-width: 1439px) {
  .news-section .space {
    height: 30px;
  }
}

@media (max-width: 991px) {
  .news-section .space {
    height: 10px;
  }
}

@media (max-width: 767px) {
  .news-section .space {
    height: 0;
  }
}

.tags {
  margin: 0 0 0 -10px;
  padding: 8px 0 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .tags {
    margin: 0 -20px;
    padding: 23px 20px 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.tags > li {
  margin: 0 0 10px 10px;
  position: relative;
}

@media (max-width: 767px) {
  .tags > li {
    margin: 0;
    padding: 0 10px 0 0;
  }
}

.tags > li > a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  padding: 5px 25px;
  min-width: 90px;
  background: #fff;
  border-radius: 15px;
  border: 1px solid rgba(0, 145, 218, 0.38);
  text-align: center;
  color: rgba(0, 145, 218, 0.61);
}

@media (max-width: 991px) {
  .tags > li > a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    min-width: 70px;
  }
}

@media (max-width: 767px) {
  .tags > li > a {
    white-space: nowrap;
    min-width: 90px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.tags > li > a:hover {
  background: #0091da;
  color: #fff;
}

.tags > li.active > a {
  background: #0091da;
  color: #fff;
}

.tags > li .dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  color: rgba(0, 145, 218, 0.61);
  min-width: 100%;
  padding: 10px 0;
  overflow: hidden;
  border-radius: 15px;
}

.tags > li .dropdown-menu .dropdown-item {
  color: inherit;
  padding: 5px 25px;
  font-size: 16px;
  line-height: 18px;
}

.tags > li .dropdown-menu .dropdown-item:hover, .tags > li .dropdown-menu .dropdown-item:focus {
  background: #edf7fc;
  color: #0091da;
}

.tags > li .dropdown-menu .dropdown-item.active, .tags > li .dropdown-menu .dropdown-item:active {
  background: #0091da;
  color: #fff;
}

.news-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none !important;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.3s ease-out;
  transition: -webkit-box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
}

.news-box:hover {
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}

.news-box figure {
  margin: 0;
}

.news-box .category-label {
  position: absolute;
  top: 15px;
  left: -10px;
  z-index: 5;
  background: #fdd359;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  padding: 5px 20px;
  min-width: 137px;
  text-align: center;
}

.news-box .img {
  position: relative;
}

.news-box .img img {
  display: block;
  width: 100%;
  height: auto;
}

.news-box figcaption {
  padding: 27px 25px 24px;
  color: #252525;
}

@media (max-width: 767px) {
  .news-box figcaption {
    padding: 22px 20px;
  }
}

.news-box figcaption h3 {
  margin: 0;
  color: inherit;
  font-size: 25px;
  line-height: 1.28;
  font-weight: bold;
}

@media (max-width: 1439px) {
  .news-box figcaption h3 {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .news-box figcaption h3 {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .news-box figcaption h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .news-box figcaption h3 {
    font-size: 25px;
    line-height: 32px;
    max-height: 128px;
    overflow: hidden;
  }
}

@media (max-width: 374px) {
  .news-box figcaption h3 {
    font-size: 24px;
  }
}

.news-box figcaption:first-child {
  padding-top: 76px;
}

@media (max-width: 767px) {
  .news-box figcaption:first-child {
    padding-bottom: 10px;
  }
  .news-box figcaption:first-child h3 {
    max-height: none;
    overflow: visible;
  }
}

.news-box footer {
  margin-top: auto;
  padding: 0 25px 30px;
}

@media (max-width: 767px) {
  .news-box footer {
    padding-top: 11px;
    padding-bottom: 27px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.news-box footer p {
  margin: 0;
  line-height: 20px;
}

.news-box footer p + p {
  margin-top: 13px;
}

.news-box .pdf,
.news-box .location,
.news-box .info-item figcaption .description .sub-info,
.info-item figcaption .description .news-box .sub-info {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 28px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .news-box .pdf,
  .news-box .location,
  .news-box .info-item figcaption .description .sub-info,
  .info-item figcaption .description .news-box .sub-info {
    padding-left: 24px;
  }
}

.news-box .pdf::before,
.news-box .location::before,
.news-box .info-item figcaption .description .sub-info::before,
.info-item figcaption .description .news-box .sub-info::before {
  content: "\e908";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  margin: 2px 0 0 5px;
  font: 16px/18px "icomoon";
  color: #000;
  opacity: 0.2;
}

@media (max-width: 767px) {
  .news-box .pdf::before,
  .news-box .location::before,
  .news-box .info-item figcaption .description .sub-info::before,
  .info-item figcaption .description .news-box .sub-info::before {
    margin-left: 0;
  }
}

.news-box .pdf::before {
  content: "\e909";
}

.news-box .meta {
  margin: 0 -26px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.news-box .meta > li {
  padding: 0 26px 0 0;
  position: relative;
}

.news-box .meta > li:not(:last-child):before {
  position: absolute;
  content: '–';
  top: 0;
  right: 8px;
}

.news-area {
  padding: 56px 0 50px;
}

@media (max-width: 767px) {
  .news-area {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.news-area .top-area {
  padding-bottom: 55px;
}

@media (max-width: 767px) {
  .news-area .top-area {
    padding-bottom: 40px;
  }
}

.news-area .items {
  margin-left: -20px;
  margin-right: -20px;
  margin-left: -10px;
  margin-right: -10px;
}

.news-area .items > [class^="col"] {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1199px) {
  .news-area .items {
    margin-left: -15px;
    margin-right: -15px;
  }
  .news-area .items > [class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .news-area .items {
    margin-left: -7px;
    margin-right: -8px;
  }
}

.news-area .items .news-box {
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .news-area .items .news-box figcaption h3 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .news-area .items .news-box figcaption h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .news-area .items .news-box figcaption h3 {
    font-size: 25px;
  }
}

.news-area .btn-row {
  padding-top: 33px;
}

@media (max-width: 767px) {
  .news-area .btn-row {
    padding-top: 20px;
  }
}

.news-area .btn-row .btn {
  min-width: 286px;
}

@media (max-width: 767px) {
  .news-area .btn-row .btn {
    min-width: 250px;
  }
}

.news-area .search-form {
  margin-top: 14px;
}

@media (max-width: 767px) {
  .news-area .search-form {
    margin-top: 0;
    margin-bottom: 17px;
  }
}

/* carousel */
.carousel {
  margin: 0 -22px 71px;
  padding-left: 10px;
}

@media (max-width: 1439px) {
  .carousel {
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (max-width: 1199px) {
  .carousel {
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media (max-width: 991px) {
  .carousel {
    padding-right: 40px;
    padding-left: 40px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 767px) {
  .carousel {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 50px;
  }
}

.carousel .slide {
  padding: 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  height: auto;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 1439px) {
  .carousel .slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .carousel .slide {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .carousel .slide {
    opacity: 1;
    pointer-events: auto;
  }
}

.carousel .slide > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.carousel .slide.slick-active {
  opacity: 1;
  pointer-events: auto;
}

.carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.carousel .slick-list {
  overflow: visible;
}

@media (max-width: 767px) {
  .carousel .slick-list {
    max-width: 340px;
  }
}

@media (max-width: 374px) {
  .carousel .slick-list {
    max-width: 280px;
  }
}

.carousel .slick-arrow.slick-next {
  right: -50px;
}

@media (max-width: 1439px) {
  .carousel .slick-arrow.slick-next {
    right: 5px;
  }
}

@media (max-width: 1199px) {
  .carousel .slick-arrow.slick-next {
    right: 50px;
  }
}

@media (max-width: 991px) {
  .carousel .slick-arrow.slick-next {
    right: -10px;
  }
}

.carousel .slick-arrow.slick-prev {
  left: -50px;
}

@media (max-width: 1439px) {
  .carousel .slick-arrow.slick-prev {
    left: 5px;
  }
}

@media (max-width: 1199px) {
  .carousel .slick-arrow.slick-prev {
    left: 50px;
  }
}

@media (max-width: 991px) {
  .carousel .slick-arrow.slick-prev {
    left: -10px;
  }
}

.carousel.type2 {
  margin-left: -17px;
  margin-right: -17px;
}

@media (min-width: 1440px) {
  .carousel.type2 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .carousel.type2 {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.carousel.type2 .event-box {
  position: static;
}

.carousel.type2 .slide {
  padding-left: 17px;
  padding-right: 17px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .carousel.type2 .slide {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.carousel.type2 .slick-arrow {
  top: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  bottom: 97px;
}

.carousel.type3 .slick-track {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* agenda-section */
.agenda-section {
  background: #faf5e3;
  padding: 130px 0 100px;
}

.agenda-section.related-resource-section {
  background-color: #fff;
  border-top: 1px solid #0091da;
}

@media (max-width: 991px) {
  .agenda-section {
    padding: 100px 0 70px;
  }
}

.agenda-section.color-white {
  background-color: #fff;
}

.agenda-section + .agenda-section {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.agenda-section + .agenda-section.color-white {
  border-top: 0;
}

.agenda-section .title-block {
  padding: 0 0 65px;
}

.agenda-section .title-block h2 strong {
  font-weight: 400;
}

@media (max-width: 767px) {
  .agenda-section .title-block {
    padding-bottom: 45px;
  }
  .agenda-section .title-block h2 strong {
    font-size: 25px;
    font-weight: 700;
  }
}

.agenda-section .bottom-space {
  height: 80px;
}

@media (max-width: 767px) {
  .agenda-section .bottom-space {
    height: 40px;
  }
}

.agenda-section.type2 {
  padding: 118px 0 100px;
}

@media (max-width: 991px) {
  .agenda-section.type2 {
    padding: 100px 0 70px;
  }
}

@media (max-width: 767px) {
  .agenda-section.type2 {
    padding-top: 49px;
    padding-bottom: 64px;
  }
}

.agenda-section.type2 .filter-links {
  padding-top: 12px;
}

@media (max-width: 767px) {
  .agenda-section.type2 .filter-links {
    padding-top: 36px;
  }
}

.agenda-section.type2 .title-block h2 {
  margin-bottom: 2px;
}

.agenda-section.type2 .btn {
  min-width: 286px;
}

@media (max-width: 767px) {
  .agenda-section.type2 .btn {
    min-width: 250px;
  }
}

.agenda-section .carousel:last-child {
  margin-bottom: 0;
}

.filter-links {
  margin: 0 0 0 -63px;
  padding: 3px 0 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 22px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 1199px) {
  .filter-links {
    margin-left: -32px;
  }
}

@media (max-width: 991px) {
  .filter-links {
    margin-left: -24px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .filter-links {
    margin: 0 -20px;
    padding: 27px 20px 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 22px;
  }
}

.filter-links > li {
  margin: 0 0 10px 63px;
}

@media (max-width: 1199px) {
  .filter-links > li {
    margin-left: 32px;
  }
}

@media (max-width: 991px) {
  .filter-links > li {
    margin-left: 24px;
  }
}

@media (max-width: 767px) {
  .filter-links > li {
    margin: 0;
    padding: 0 65px 0 0;
  }
}

@media (max-width: 374px) {
  .filter-links > li {
    padding-right: 55px;
  }
}

.filter-links > li a {
  color: inherit;
  text-decoration: none;
}

.filter-links > li a:hover {
  color: #000;
}

.filter-links > li.active > a {
  font-weight: bold;
  color: #000;
}

.event-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 140px 0 0;
  position: relative;
  text-decoration: none !important;
  text-align: center;
}

.single-project .event-box {
  text-align: left;
}

.single-project .event-box .date {
  font-size: 50px;
  left: 30px;
  top: 30px;
}

.single-project .event-box .date small {
  font-size: 21px;
}

.single-project .event-box .category-label {
  left: 30px;
  -webkit-transform: none;
          transform: none;
}

.event-box .date {
  position: absolute;
  left: 0;
  top: 18px;
  right: 0;
  font: bold 70px/1 "Replica", sans-serif;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-box .date small {
  display: block;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.1;
  padding: 12px 0 0;
}

.event-box .two-months-date {
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px;
}

.event-box .two-months-date .date {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 15px;
}

.event-box .two-months-date .date:first-child {
  text-align: right;
}

.event-box .two-months-date .date:last-child {
  text-align: left;
}

.event-box .hold {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 30px 30px 26px;
  color: #252525;
}

@media (max-width: 767px) {
  .event-box .hold {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.event-box .hold h3 {
  margin: 0 0 22px;
  color: inherit;
  font-size: 25px;
  line-height: 1.28;
  font-weight: bold;
  padding-top: 8px;
}

@media (max-width: 1439px) {
  .event-box .hold h3 {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .event-box .hold h3 {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .event-box .hold h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .event-box .hold h3 {
    font-size: 25px;
    line-height: 32px;
  }
}

@media (max-width: 374px) {
  .event-box .hold h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

.event-box .hold h3 a {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}

.event-box .hold h3 a:hover {
  color: #0091da;
}

.event-box .hold p {
  margin: 0 0 13px;
}

.event-box .hold .date {
  display: block;
  position: static;
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 32px 4px;
  overflow: visible;
  white-space: normal;
  font-family: "Lato", sans-serif;
}

.event-box .category-label {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 5;
  background: #fdd359;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  padding: 5px 20px;
  min-width: 137px;
  text-align: center;
}

.event-box .pdf,
.event-box .location,
.event-box .info-item figcaption .description .sub-info,
.info-item figcaption .description .event-box .sub-info {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 28px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .event-box .pdf,
  .event-box .location,
  .event-box .info-item figcaption .description .sub-info,
  .info-item figcaption .description .event-box .sub-info {
    padding-left: 24px;
  }
}

.event-box .pdf::before,
.event-box .location::before,
.event-box .info-item figcaption .description .sub-info::before,
.info-item figcaption .description .event-box .sub-info::before {
  content: "\e908";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  margin: 2px 0 0 5px;
  font: 16px/18px "icomoon";
  color: #000;
  opacity: 0.2;
}

@media (max-width: 767px) {
  .event-box .pdf::before,
  .event-box .location::before,
  .event-box .info-item figcaption .description .sub-info::before,
  .info-item figcaption .description .event-box .sub-info::before {
    margin-left: 0;
  }
}

.event-box .time,
.event-box time {
  display: block;
  margin: 0 0 20px;
}

.event-box .pdf::before {
  content: "\e909";
}

.event-box .download {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 34px;
  color: #0091da;
  font-size: 18px;
  line-height: 1.25;
  font-family: "Replica", sans-serif;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .event-box .download {
    padding-left: 24px;
  }
}

.event-box .download::before {
  content: "\e916";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  margin: 4px 0 0 5px;
  font: 20px/1 "icomoon";
  color: inherit;
}

@media (max-width: 767px) {
  .event-box .download::before {
    margin-left: 0;
  }
}

.event-box .download:hover {
  text-decoration: none;
}

.event-box .link {
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  color: #0091da;
}

.event-box .link:hover {
  text-decoration: none;
}

.event-box.type2 {
  text-align: left;
}

.event-box.type2 .hold {
  background: #fdd359;
}

.event-box.type3 {
  text-align: left;
  padding: 0;
}

@media (max-width: 767px) {
  .event-box.type3 {
    text-align: center;
    display: block;
  }
}

.event-box.type3 .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 51.5%;
          flex: 0 0 51.5%;
  max-width: 51.5%;
  text-align: center;
  min-height: 285px;
  padding: 7px 0 0;
  position: relative;
  z-index: 1;
}

.event-box.type3 .img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.43;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
}

@media (max-width: 767px) {
  .event-box.type3 .img {
    max-width: none;
    min-height: 204px;
    padding: 40px 0 0;
  }
}

.event-box.type3 .date {
  position: static;
  color: #fff;
  margin-bottom: 31px;
}

.event-box.type3 .category-label {
  display: inline-block;
  vertical-align: top;
  position: static;
  -webkit-transform: none;
          transform: none;
  font-size: 16px;
  padding: 10px 15px;
}

@media (max-width: 767px) {
  .event-box.type3 .category-label {
    position: absolute;
    top: auto;
    bottom: -15px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    font-size: 12px;
  }
}

.event-box.type3 .hold {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.5%;
          flex: 0 0 48.5%;
  max-width: 48.5%;
  padding-top: 42px;
}

@media (max-width: 767px) {
  .event-box.type3 .hold {
    max-width: none;
    padding-top: 29px;
  }
}

.event-box.type3 .hold p {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .event-box.type3 .hold p {
    margin-bottom: 14px;
  }
}

.event-box.type4 {
  padding-top: 47px;
}

@media (max-width: 767px) {
  .event-box.type4 {
    padding-top: 40px;
  }
}

.event-box.type4 .hold {
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .event-box.type4 .hold {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.event-box.type5 {
  padding-top: 0;
}

.event-box.type5 .hold {
  text-align: left;
  padding: 18px 25px 28px;
}

.event-box.type5 .hold .time,
.event-box.type5 .hold time {
  font-size: 16px;
  padding-top: 2px;
  margin-bottom: 42px;
}

/* banner */
.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0;
}

.banner .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 0 100% 100% / 0 0 66% 66%;
  left: -10%;
  right: -10%;
}

.banner figcaption {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 566px;
  color: #fff;
  padding: 40px 0;
}

@media (max-width: 1199px) {
  .banner figcaption {
    min-height: 500px;
  }
}

@media (max-width: 991px) {
  .banner figcaption {
    min-height: 450px;
  }
}

@media (max-width: 767px) {
  .banner figcaption {
    min-height: 398px;
    padding: 34px 0;
  }
}

.banner figcaption:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.43;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  border-radius: 0 0 100% 100% / 0 0 66% 66%;
  left: -10%;
  right: -10%;
}

.banner figcaption .h1,
.banner figcaption h1,
.banner figcaption .h1 {
  color: inherit;
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  .banner figcaption .h1,
  .banner figcaption h1,
  .banner figcaption .h1 {
    margin-bottom: 15px;
  }
}

.banner figcaption p {
  margin: 0 0 20px;
}

.banner figcaption .btn {
  position: absolute;
  bottom: -20px;
  min-width: 286px;
}

@media (max-width: 767px) {
  .banner figcaption .btn {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    bottom: -25px;
    line-height: 20px;
    padding: 14px 20px;
  }
}

.banner .caption {
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  opacity: 0.5;
  padding: 22px 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1199px) {
  .banner .caption {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .banner .caption {
    display: none;
  }
}

.banner [class^="col"] {
  position: static;
}

.banner .date,
.banner time {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  padding-left: 4px;
}

@media (max-width: 767px) {
  .banner .date,
  .banner time {
    padding-bottom: 12px;
  }
}

.banner .pdf,
.banner .location,
.banner .info-item figcaption .description .sub-info,
.info-item figcaption .description .banner .sub-info {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 30px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 25px;
  margin-top: -10px;
}

@media (max-width: 767px) {
  .banner .pdf,
  .banner .location,
  .banner .info-item figcaption .description .sub-info,
  .info-item figcaption .description .banner .sub-info {
    margin-bottom: 0;
    margin-top: 8px;
  }
}

.banner .pdf::before,
.banner .location::before,
.banner .info-item figcaption .description .sub-info::before,
.info-item figcaption .description .banner .sub-info::before {
  content: "\e908";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  margin: 2px 0 0 5px;
  font: 16px/18px "icomoon";
  color: inherit;
}

.banner .pdf::before {
  content: "\e909";
}

.banner .box {
  background: #fdd359;
  max-width: 543px;
  padding: 48px 50px;
  color: #000;
  margin-bottom: -128px;
  margin-top: 93px;
  margin-left: 6px;
}

@media (max-width: 1199px) {
  .banner .box {
    margin-top: 60px;
  }
}

@media (max-width: 991px) {
  .banner .box {
    margin-top: 58px;
    margin-bottom: -100px;
  }
}

@media (max-width: 767px) {
  .banner .box {
    padding: 30px;
    margin-left: 0;
    margin-bottom: -185px;
  }
}

.banner .box p {
  margin: 0;
}

.banner.type2 figcaption {
  padding-bottom: 202px;
}

@media (max-width: 991px) {
  .banner.type2 figcaption {
    padding-bottom: 150px;
  }
}

@media (max-width: 767px) {
  .banner.type2 figcaption {
    padding-bottom: 127px;
    padding-left: 17px;
  }
}

.banner.type3 figcaption {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* info-section */
.info-section {
  padding: 127px 0;
  position: relative;
  z-index: 10;
  pointer-events: none;
}

@media (max-width: 991px) {
  .info-section {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .info-section {
    padding: 64px 0 50px;
  }
}

.info-section .container {
  pointer-events: auto;
}

.info-section .text-hold {
  line-height: 26px;
}

@media (max-width: 767px) {
  .info-section .text-hold {
    padding-bottom: 18px;
  }
}

.info-section .text-hold h2 {
  margin: 0 0 28px;
}

@media (max-width: 767px) {
  .info-section .text-hold h2 {
    margin-bottom: 38px;
  }
}

.info-section .text-hold p {
  margin-bottom: 26px;
}

.info-section .text-hold .info-list {
  padding-top: 52px;
}

@media (max-width: 1199px) {
  .info-section .text-hold .info-list {
    padding-top: 10px;
  }
}

.info-section .text-hold .info-list > li {
  font-size: inherit;
  line-height: inherit;
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .info-section .text-hold .info-list > li {
    padding-bottom: 21px;
  }
}

.info-section .text-hold .info-list > li:before {
  margin-top: 10px;
}

.info-section .info-box {
  margin-top: -210px;
}

@media (max-width: 1439px) {
  .info-section .info-box {
    margin-top: -160px;
  }
}

@media (max-width: 991px) {
  .info-section .info-box {
    margin-top: -130px;
  }
}

@media (max-width: 767px) {
  .info-section .info-box {
    margin-top: 0;
  }
}

.info-section .bg-decor {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 1111px;
  height: 1046px;
  background: url("../images/decor-002.svg") no-repeat 0 100%;
  background-size: auto 100%;
  z-index: -1;
  pointer-events: none;
  opacity: 0.07;
  -webkit-transform: translate(-386px, 0);
          transform: translate(-386px, 0);
}

.info-section.type2 {
  padding-bottom: 221px;
  padding-top: 45px;
}

@media (max-width: 1439px) {
  .info-section.type2 {
    padding-bottom: 150px;
  }
}

@media (max-width: 991px) {
  .info-section.type2 {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .info-section.type2 {
    padding-top: 60px;
    padding-bottom: 61px;
  }
}

.info-box {
  background: #0091da;
  color: #fff;
  padding: 44px;
  -webkit-box-shadow: 0 0 26px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 26px rgba(0, 0, 0, 0.04);
}

@media (max-width: 991px) {
  .info-box {
    padding: 30px 25px;
    margin-right: -45px;
  }
}

@media (max-width: 767px) {
  .info-box {
    margin-right: 0;
    padding: 34px 30px 32px;
  }
}

.info-box .pre-title {
  color: #fff;
  padding-bottom: 0;
  margin-bottom: 0;
}

.info-box h3 {
  color: inherit;
}

.info-box h3 a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.info-box h3 a:hover {
  color: #fdd359;
}

.info-box .list {
  margin: -3px 0 -15px;
  padding: 0;
  list-style: none;
}

.info-box .list li {
  padding: 33px 0;
}

.info-box .list li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.info-box .list h3 {
  font-size: 25px;
  line-height: 32px;
  margin: 0 0 25px;
  font-weight: bold;
}

@media (max-width: 991px) {
  .info-box .list h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .info-box .list h3 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 14px;
  }
}

.info-box .list p {
  margin: 0;
}

.info-box .opener {
  font: bold 24px/1.33334 "Replica", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none !important;
  min-height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 80px 20px 30px;
  position: relative;
}

@media (max-width: 374px) {
  .info-box .opener {
    font-size: 22px;
  }
}

.info-box .opener .ico-arrow-down {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(1, -1);
          transform: translate(0, -50%) scale(1, -1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.info-box .opener .ico-arrow-down:before {
  width: 16px;
  height: 16px;
}

.info-box .opener.collapsed .ico-arrow-down {
  -webkit-transform: translate(0, -50%) scale(1);
          transform: translate(0, -50%) scale(1);
}

.info-box.type2 {
  padding: 0;
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .info-box.type2 {
    margin-right: 0;
  }
}

.info-box.type2 .list {
  margin: 0;
  padding: 9px 0 21px;
}

@media (max-width: 991px) {
  .info-box.type2 .list {
    padding: 0;
  }
}

.info-box.type2 .list li {
  padding: 34px 30px 36px;
}

@media (max-width: 1199px) {
  .info-box.type2 .list li {
    padding: 30px 20px;
  }
}

.info-box.type2 .list h3 {
  line-height: 34px;
  margin-bottom: 17px;
}

@media (max-width: 1199px) {
  .info-box.type2 .list h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

.bottom-section-sm .info-box .list {
  display: none;
}

.slideshow .slick-list {
  overflow: visible;
}

.slideshow .slick-arrow {
  top: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  bottom: 58px;
  background-color: #fff;
}

.slideshow .slick-arrow.slick-prev {
  left: 50px;
}

@media (max-width: 1439px) {
  .slideshow .slick-arrow.slick-prev {
    left: 30px;
  }
}

.slideshow .slick-arrow.slick-next {
  right: 50px;
}

@media (max-width: 1439px) {
  .slideshow .slick-arrow.slick-next {
    right: 30px;
  }
}

.slideshow .slick-arrow.slick-disabled {
  opacity: 0.5;
}

@media (max-width: 1439px) {
  .slideshow .banner figcaption {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (max-width: 767px) {
  .slideshow .banner figcaption {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1439px) {
  .slideshow .banner-post figure figcaption {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (max-width: 767px) {
  .slideshow .banner-post figure figcaption {
    padding-left: 0;
    padding-right: 0;
  }
}

.slideshow-imgs {
  position: relative;
  margin: 80px 0 0 -4px;
}

@media (max-width: 1439px) {
  .slideshow-imgs {
    margin-right: 50px;
  }
}

@media (max-width: 991px) {
  .slideshow-imgs {
    margin: 40px auto 0;
    max-width: 500px;
  }
}

@media (max-width: 767px) {
  .slideshow-imgs {
    margin: 14px -20px 0;
    max-width: none;
  }
  .slideshow-imgs .slick-dots {
    position: static;
    padding: 34px 0 0;
    line-height: 1px;
  }
  .slideshow-imgs .slick-dots > li {
    margin: 0 1px;
  }
  .slideshow-imgs .slick-dots > li button {
    background: #0091da;
  }
}

.slideshow-imgs .slick-list {
  margin-right: -9999px;
  padding-right: 9999px;
}

@media (max-width: 991px) {
  .slideshow-imgs .slick-list {
    margin: 0;
    padding: 0;
    overflow: visible;
  }
}

.slideshow-imgs .slide {
  -webkit-transform: scale(0.83);
          transform: scale(0.83);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform-origin: 36% 50%;
          transform-origin: 36% 50%;
}

@media (max-width: 991px) {
  .slideshow-imgs .slide {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}

@media (max-width: 767px) {
  .slideshow-imgs .slide {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.slideshow-imgs .slide.slick-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.slideshow-imgs .slick-arrow.slick-prev {
  left: -70px;
}

@media (min-width: 992px) {
  .slideshow-imgs .slick-arrow.slick-prev {
    display: none !important;
  }
}

.slideshow-imgs .slick-arrow.slick-next {
  right: -70px;
}

.slideshow-imgs .img {
  margin: 0;
}

.slideshow-imgs .img img {
  display: block;
  width: 100%;
  height: auto;
}

.testimonial-slideshow .testimonial-box {
  margin-bottom: 0;
}

.testimonial-slideshow .slick-list {
  margin-right: -9999px;
  padding-right: 9999px;
}

/* join-section */
.join-section {
  background: #faf5e3;
  padding: 118px 0 63px;
}

@media (max-width: 991px) {
  .join-section {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .join-section {
    padding-top: 75px;
  }
}

.join-section .title-block {
  text-align: center;
  padding: 0 0 97px;
}

@media (max-width: 991px) {
  .join-section .title-block {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .join-section .title-block {
    padding-bottom: 34px;
  }
}

.join-section .title-block h2 {
  color: #000;
  margin: 0 0 34px;
}

@media (max-width: 767px) {
  .join-section .title-block h2 {
    margin-bottom: 30px;
  }
}

.join-section .title-block p {
  margin: 0;
}

.join-section .contact-form {
  max-width: 611px;
}

@media (max-width: 991px) {
  .join-section .contact-form {
    max-width: none;
    padding-bottom: 93px;
  }
}

.join-section .profile-box {
  margin-left: -25px;
}

@media (max-width: 1199px) {
  .join-section .profile-box {
    margin-left: 0;
  }
}

.profile-box {
  background: #fdd359;
  padding: 48px 50px 39px;
  color: #000;
}

@media (max-width: 1199px) {
  .profile-box {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .profile-box {
    padding: 30px 20px 14px;
  }
}

.profile-box h3 {
  font-size: 25px;
  line-height: 32px;
  font-weight: bold;
  color: #000;
  margin: 0 0 9px;
}

.profile-box header {
  padding: 0 0 47px;
}

@media (max-width: 991px) {
  .profile-box header {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .profile-box header {
    padding-bottom: 27px;
  }
}

.profile-box figure {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .profile-box figure {
    font-size: 16px;
    line-height: 25px;
  }
}

.profile-box figure .photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 128px;
          flex: 0 0 128px;
  max-width: 128px;
  margin: 13px 28px 0 0;
}

@media (max-width: 767px) {
  .profile-box figure .photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 86px;
            flex: 0 0 86px;
    max-width: 86px;
    margin-right: 15px;
    margin-top: -2px;
  }
}

.profile-box figure .photo img {
  display: inline-block;
  vertical-align: top;
  height: auto;
  width: 100%;
  border-radius: 50%;
}

.profile-box figure p {
  margin-bottom: 11px;
}

.profile-box figure a {
  color: #0091da;
}

/* join-info */
.join-info {
  background: #0091da;
  padding: 98px 0 63px;
}

@media (max-width: 767px) {
  .join-info {
    padding: 60px 0;
  }
}

.join-info .title-block {
  text-align: center;
  padding: 0 0 86px;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .join-info .title-block {
    padding-bottom: 63px;
  }
}

.join-info .title-block h2 {
  color: #fff;
  margin: 0 0 24px;
}

.join-info .title-block p {
  margin: 0;
}

.info-listing {
  margin: 0 -13px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .info-listing {
    display: block;
  }
  .info-listing .slick-dots {
    position: static;
    line-height: 1px;
    padding-bottom: 2px;
  }
  .info-listing .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

.info-listing .slick-slide,
.info-listing > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 13px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .info-listing .slick-slide,
  .info-listing > li {
    display: block;
    max-width: none;
    padding-bottom: 47px;
  }
}

.info-listing .slick-slide .icon-custom-ico-check-001,
.info-listing > li .icon-custom-ico-check-001 {
  width: 70px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  height: 70px;
  vertical-align: top;
  margin: 0 30px 0 0;
  border-radius: 50%;
  background: rgba(250, 245, 227, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 22px;
}

@media (max-width: 767px) {
  .info-listing .slick-slide .icon-custom-ico-check-001,
  .info-listing > li .icon-custom-ico-check-001 {
    margin: 0 auto 21px;
  }
}

.info-listing .slick-slide h3,
.info-listing > li h3 {
  margin: 0;
  font-size: 25px;
  line-height: 1.28;
  font-weight: bold;
  max-width: 365px;
  color: #fff;
}

@media (max-width: 1199px) {
  .info-listing .slick-slide h3,
  .info-listing > li h3 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .info-listing .slick-slide h3,
  .info-listing > li h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .info-listing .slick-slide h3,
  .info-listing > li h3 {
    font-size: 25px;
    text-align: center;
    max-width: none;
  }
}

/* posts-section */
.posts-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .posts-section {
    display: block;
  }
}

.posts-section .row {
  margin-left: 0;
  margin-right: 0;
}

.posts-section .row > [class^="col"] {
  padding-left: 0;
  padding-right: 0;
}

.posts-section > .row {
  min-height: 564px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 1199px) {
  .posts-section > .row {
    min-height: 500px;
  }
}

@media (max-width: 991px) {
  .posts-section > .row {
    min-height: 1px;
  }
}

.posts-section > .row > [class^="col"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 991px) {
  .posts-section > .row > [class^="col"]:first-child .post, .posts-section > .row > [class^="col"]:first-child .banner-post {
    min-height: 390px;
  }
}

.posts-section > .row > [class^="col"] > .row {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.posts-section [class^="col"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post, .banner-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none !important;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 991px) {
  .post, .banner-post {
    min-height: 286px;
  }
}

.post figure, .banner-post figure {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.post figure .img, .banner-post figure .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.post figure .img:before, .banner-post figure .img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.44;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
}

.post figure figcaption, .banner-post figure figcaption {
  z-index: 5;
  position: relative;
  padding: 40px;
  color: #fff;
  margin-top: auto;
}

@media (max-width: 1439px) {
  .post figure figcaption, .banner-post figure figcaption {
    padding: 30px;
  }
}

@media (max-width: 1199px) {
  .post figure figcaption, .banner-post figure figcaption {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .post figure figcaption, .banner-post figure figcaption {
    padding: 40px;
  }
}

@media (max-width: 374px) {
  .post figure figcaption, .banner-post figure figcaption {
    padding: 30px;
  }
}

.post .h1, .banner-post .h1,
.post h1,
.banner-post h1,
.post .banner figcaption .h1,
.banner figcaption .post .h1,
.banner-post .banner figcaption .h1,
.banner figcaption .banner-post .h1,
.post .h1,
.banner-post .h1 {
  color: inherit;
  margin: 0 0 16px;
}

.post h2, .banner-post h2,
.post h3,
.banner-post h3 {
  margin: 0 0 23px;
  color: inherit;
  font-size: 25px;
  line-height: 1.28;
  font-weight: bold;
}

@media (max-width: 1439px) {
  .post h2, .banner-post h2,
  .post h3,
  .banner-post h3 {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .post h2, .banner-post h2,
  .post h3,
  .banner-post h3 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .post h2, .banner-post h2,
  .post h3,
  .banner-post h3 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .post h2, .banner-post h2,
  .post h3,
  .banner-post h3 {
    margin-bottom: 15px;
  }
}

.post .date, .banner-post .date,
.post time,
.banner-post time {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .post .date, .banner-post .date,
  .post time,
  .banner-post time {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 22px;
  }
}

.post .category-label, .banner-post .category-label {
  display: inline-block;
  vertical-align: top;
  z-index: 5;
  background: #fdd359;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  padding: 5px 15px;
  min-width: 70px;
  text-align: center;
  margin: 0 0 16px;
}

@media (max-width: 767px) {
  .post .category-label, .banner-post .category-label {
    margin-bottom: 20px;
  }
}

.post .meta, .banner-post .meta {
  margin: 0 -28px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1199px) {
  .post .meta, .banner-post .meta {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 991px) {
  .post .meta, .banner-post .meta {
    font-size: 18px;
    line-height: 24px;
  }
}

.post .meta > li, .banner-post .meta > li {
  padding: 0 28px 0 0;
  position: relative;
}

.post .meta > li:not(:last-child):before, .banner-post .meta > li:not(:last-child):before {
  position: absolute;
  content: '–';
  top: 0;
  right: 8px;
}

.post .pdf, .banner-post .pdf,
.post .location,
.banner-post .location,
.post .info-item figcaption .description .sub-info,
.info-item figcaption .description .post .sub-info,
.banner-post .info-item figcaption .description .sub-info,
.info-item figcaption .description .banner-post .sub-info {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 30px;
  color: inherit;
  font-size: 18px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .post .pdf, .banner-post .pdf,
  .post .location,
  .banner-post .location,
  .post .info-item figcaption .description .sub-info,
  .info-item figcaption .description .post .sub-info,
  .banner-post .info-item figcaption .description .sub-info,
  .info-item figcaption .description .banner-post .sub-info {
    color: #000;
    margin-top: 10px;
  }
}

.post .pdf::before, .banner-post .pdf::before,
.post .location::before,
.banner-post .location::before,
.post .info-item figcaption .description .sub-info::before,
.info-item figcaption .description .post .sub-info::before,
.banner-post .info-item figcaption .description .sub-info::before,
.info-item figcaption .description .banner-post .sub-info::before {
  content: "\e908";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  margin: 2px 0 0 5px;
  font: 16px/18px "icomoon";
  color: inherit;
}

.post .pdf::before, .banner-post .pdf::before {
  content: "\e909";
}

a.post:hover figure .img:before, a.banner-post:hover figure .img:before {
  opacity: 0.7;
}

/* events-section */
.events-section {
  padding: 100px 0;
}

@media (max-width: 991px) {
  .events-section {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .events-section {
    padding: 44px 0;
  }
}

.events-section h1, .events-section .banner figcaption .h1, .banner figcaption .events-section .h1, .events-section .post .h1, .post .events-section .h1, .events-section .banner-post .h1, .banner-post .events-section .h1,
.events-section h2 {
  margin-bottom: 53px;
  margin-top: -2px;
}

@media (max-width: 767px) {
  .events-section h1, .events-section .banner figcaption .h1, .banner figcaption .events-section .h1, .events-section .post .h1, .post .events-section .h1, .events-section .banner-post .h1, .banner-post .events-section .h1,
  .events-section h2 {
    margin-top: 0;
  }
}

.events-section .event-box {
  margin-bottom: 58px;
  text-align: left;
}

.events-section .event-box .date {
  font-size: 50px;
  left: 30px;
  top: 30px;
}

.events-section .event-box .date small {
  font-size: 21px;
}

.events-section .event-box .category-label {
  left: 30px;
  -webkit-transform: none;
          transform: none;
}

.events-section .event-box h3 {
  font-size: 18px;
}

.events-section .event-box.type3 {
  margin-bottom: 57px;
  margin-top: 13px;
}

@media (max-width: 1199px) {
  .events-section .event-box {
    margin-bottom: 40px;
  }
  .events-section .event-box.type3 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .events-section .event-box {
    margin-bottom: 56px;
  }
  .events-section .event-box.type3 {
    margin-bottom: 56px;
  }
}

.events-section .aside {
  padding: 8px 0 0;
  max-width: 330px;
}

@media (max-width: 991px) {
  .events-section .aside {
    max-width: none;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .events-section .aside {
    padding-top: 45px;
  }
}

.events-section .aside .pre-title {
  color: #000;
  margin-bottom: 0;
  padding-bottom: 24px;
}

@media (max-width: 767px) {
  .events-section .aside .pre-title {
    padding-bottom: 16px;
  }
}

.events-section .aside .tags {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 33px;
}

@media (max-width: 991px) {
  .events-section .aside .tags {
    padding-bottom: 28px;
  }
}

.events-section .aside > h3:not(.pre-title) {
  color: #252525;
  font-size: 25px;
  line-height: 32px;
  font-weight: bold;
  margin: 0;
  padding: 9px 0 36px;
}

@media (max-width: 767px) {
  .events-section .items {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.events-section .btn-row {
  padding-top: 13px;
  padding-bottom: 32px;
}

.events-section .btn-row .btn {
  min-width: 286px;
}

@media (max-width: 767px) {
  .events-section .btn-row .btn {
    min-width: 250px;
  }
}

.events-section .carousel {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .events-section .carousel {
    margin-bottom: 27px;
  }
}

.events-section .carousel .event-box {
  margin-bottom: 0;
}

.events-section .carousel .slick-arrow {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  bottom: auto;
  margin-top: 16px;
}

.bottom-section-sm {
  padding: 60px 0;
  background: #edf7fc;
}

.bottom-section-sm .bottom-space {
  height: 30px;
}

/* deadlines-section */
.deadlines-section {
  padding: 109px 0 59px;
  background-color: #faf5e3;
}

@media (max-width: 767px) {
  .deadlines-section {
    padding: 80px 0 70px;
  }
}

.deadlines-section h2 {
  color: #000;
  margin-bottom: 68px;
}

@media (max-width: 767px) {
  .deadlines-section h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 50px;
  }
}

.deadlines-section .event-box {
  padding-top: 0;
}

.deadlines-section .event-box .hold {
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .deadlines-section .event-box .hold h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.deadlines-section .carousel {
  margin-bottom: 0;
}

/* banner-post */
.banner-post {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.banner-post figure {
  min-height: 567px;
}

.banner-post figure figcaption {
  padding: 60px 0;
  position: relative;
  z-index: 10;
}

.banner-post figure figcaption .btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 10;
}

@media (max-width: 767px) {
  .banner-post figure figcaption .btn {
    bottom: auto;
    top: -5px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-width: 286px;
  }
}

.banner-post figure figcaption .calendar-popup-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

@media (max-width: 767px) {
  .banner-post figure figcaption .calendar-popup-holder {
    bottom: auto;
    top: -5px;
  }
}

@media (max-width: 991px) {
  .banner-post figure {
    min-height: 500px;
  }
  .banner-post figure figcaption {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .banner-post figure {
    min-height: 1px;
    display: block;
  }
  .banner-post figure .img {
    position: relative;
    height: 326px;
  }
  .banner-post figure figcaption {
    padding: 42px 0 20px;
    color: #000;
  }
  .banner-post figure figcaption .category-label {
    margin-bottom: 23px;
  }
  .banner-post figure figcaption h1, .banner-post figure figcaption .h1 {
    margin-bottom: 42px;
  }
  .banner-post figure figcaption .meta {
    color: rgba(0, 0, 0, 0.5);
  }
}

.banner-post figure .caption {
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  opacity: 0.5;
  padding: 22px 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1199px) {
  .banner-post figure .caption {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .banner-post figure .caption {
    display: none;
  }
}

.banner-post.type2 {
  background: #f2f9fd;
}

@media (max-width: 767px) {
  .banner-post.type2 {
    background: none;
  }
}

.banner-post.type2 figure figcaption {
  color: #0091da;
}

@media (max-width: 767px) {
  .banner-post.type2 figure figcaption {
    color: #000;
  }
}

.banner-post .map-holder {
  top: 0;
  position: absolute;
  right: -104px;
  bottom: 0;
  pointer-events: none;
  left: auto;
  width: 1200px;
}

@media (max-width: 1439px) {
  .banner-post .map-holder {
    width: 1000px;
  }
}

@media (max-width: 1199px) {
  .banner-post .map-holder {
    width: auto;
    left: 0;
    right: 0;
  }
}

@media (max-width: 767px) {
  .banner-post .map-holder {
    position: relative;
    height: 326px;
  }
}

.banner-post .map-holder:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 200px;
  background: -webkit-gradient(linear, left top, right top, from(#f2f9fd), to(rgba(242, 249, 253, 0)));
  background: linear-gradient(to right, #f2f9fd 0%, rgba(242, 249, 253, 0) 100%);
  z-index: 6;
}

@media (max-width: 1199px) {
  .banner-post .map-holder:before {
    display: none;
  }
}

.banner-post .global-map-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: -60px;
}

@media (max-width: 1199px) {
  .banner-post .global-map-banner {
    top: -300px;
  }
}

@media (max-width: 767px) {
  .banner-post .global-map-banner {
    top: 0;
  }
}

.banner-post div.add-to-calendar {
  margin-bottom: 50px;
}

/* details-post */
.details-post {
  padding: 73px 0 69px;
  font-size: 16px;
  line-height: 1.625;
}

@media (max-width: 767px) {
  .details-post {
    padding: 44px 0 66px;
  }
}

.details-post a:not(.btn):not(.category-label) {
  color: #0091da;
}

.details-post .link-more {
  font-size: 18px;
  padding: 16px 4px;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .details-post .link-more {
    padding: 6px 0;
    margin-bottom: 10px;
  }
}

.details-post p {
  margin-bottom: 26px;
}

.details-post blockquote {
  text-align: center;
  max-width: 470px;
  margin: 0 auto;
  padding: 66px 0 68px;
  border: 0;
  color: #000;
}

@media (max-width: 767px) {
  .details-post blockquote {
    padding: 6px 20px 44px;
  }
}

.details-post blockquote q {
  display: block;
  font-size: 23px;
  line-height: 1.34782608695652;
  font-style: italic;
  letter-spacing: 0.2px;
}

.details-post blockquote q:before {
  content: '“';
}

.details-post blockquote q:after {
  content: '”';
}

.details-post ul:not(.social):not(.category-tags) {
  margin: 0;
  padding: 44px 0 10px;
  list-style: none;
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .details-post ul:not(.social):not(.category-tags) {
    padding-top: 31px;
    padding-bottom: 0;
  }
}

.details-post ul:not(.social):not(.category-tags) li {
  padding: 0 0 25px 34px;
  position: relative;
}

@media (max-width: 767px) {
  .details-post ul:not(.social):not(.category-tags) li {
    padding-left: 30px;
    padding-bottom: 33px;
  }
  .details-post ul:not(.social):not(.category-tags) li:last-child {
    padding-bottom: 20px;
  }
}

.details-post ul:not(.social):not(.category-tags) li:before {
  position: absolute;
  content: '';
  left: 4px;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0091da;
}

@media (max-width: 767px) {
  .details-post ul:not(.social):not(.category-tags) li:before {
    left: 0;
  }
}

.details-post h2:not(.pre-title) {
  font-size: 25px;
  line-height: 32px;
  font-weight: bold;
  margin: 0 0 20px;
  color: #252525;
  padding-top: 4px;
}

.details-post .category-tags {
  margin: 0 -20px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .details-post .category-tags {
    position: absolute;
    top: -74px;
    max-width: 55%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
}

@media (max-width: 767px) {
  .details-post .category-tags {
    position: static;
    max-width: none;
  }
}

.details-post .category-tags li {
  margin: 0 20px 20px 0;
  background: #fdd359;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  padding: 5px 13px;
  min-width: 70px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.details-post .size-auto,
.details-post .size-full,
.details-post .size-large,
.details-post .size-medium,
.details-post .size-thumbnail {
  max-width: 100%;
  height: auto;
}

.details-post .alignnone {
  margin: 5px 20px 26px 0;
}

.details-post .aligncenter,
.details-post div.aligncenter {
  display: block;
  margin: 0 auto 62px;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .details-post .aligncenter,
  .details-post div.aligncenter {
    margin-bottom: 52px;
  }
}

.details-post .alignright {
  float: right;
  margin: 5px 0 26px 20px;
}

.details-post .alignleft {
  float: left;
  margin: 5px 20px 26px 0;
}

.details-post img {
  height: auto;
  vertical-align: top;
}

.details-post a img.alignright {
  float: right;
  margin: 5px 0 30px 26px;
}

.details-post a img.alignnone {
  margin: 5px 20px 26px 0;
}

.details-post a img.alignleft {
  float: left;
  margin: 5px 20px 26px 0;
}

.details-post a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.details-post .wp-caption {
  margin: 0 0 26px;
  padding-top: 52px;
  padding-bottom: 52px;
}

@media (max-width: 767px) {
  .details-post .wp-caption {
    margin: 0 -20px 20px;
    padding-top: 29px;
    padding-bottom: 28px;
  }
}

.details-post .wp-caption.alignnone {
  margin: 5px 20px 26px 0;
}

.details-post .wp-caption.alignleft {
  margin: 5px 20px 26px 0;
}

.details-post .wp-caption.alignright {
  margin: 5px 0 26px 20px;
}

.details-post .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 25px 0 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

@media (max-width: 767px) {
  .details-post .wp-caption img {
    margin-top: 0;
  }
}

.details-post .wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 18px 4px;
}

@media (max-width: 767px) {
  .details-post .wp-caption p.wp-caption-text {
    padding: 22px 20px;
  }
}

.details-post figure {
  margin: 0 0 26px;
  padding-top: 52px;
  padding-bottom: 52px;
  max-width: none;
}

@media (max-width: 767px) {
  .details-post figure {
    margin: 0 -20px 20px;
    padding-top: 29px;
    padding-bottom: 28px;
  }
}

.details-post figure img {
  vertical-align: top;
  border: 0 none;
  height: auto;
  margin: 25px 0 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

@media (max-width: 767px) {
  .details-post figure img {
    margin-top: 0;
  }
}

.details-post figure figcaption {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 18px 4px;
  text-align: left;
}

@media (max-width: 767px) {
  .details-post figure figcaption {
    padding: 22px 20px;
  }
}

.details-post.type2 {
  padding-top: 90px;
}

@media (max-width: 767px) {
  .details-post.type2 {
    padding-top: 44px;
  }
}

.share-widget {
  text-align: center;
  padding-bottom: 52px;
}

@media (max-width: 767px) {
  .share-widget {
    padding-bottom: 9px;
  }
}

.share-widget .pre-title {
  color: #000;
  margin-bottom: 0;
  padding-bottom: 27px;
}

.share-widget .social {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.share-widget .social li {
  margin: 0 13px;
}

.share-widget .social li a {
  background: rgba(0, 145, 218, 0.5);
}

.share-widget .social li a:hover {
  background: #0091da;
}

.intro-text {
  font-size: 23px;
  line-height: 1.34782608695652;
  color: #000;
  padding-bottom: 34px;
}

.global-section.type2 .container {
  padding-top: 120px;
}

@media (max-width: 767px) {
  .global-section.type2 .container {
    padding-top: 82px;
  }
}

.global-section.type2 .heading {
  text-align: center;
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .global-section.type2 .heading {
    padding-bottom: 16px;
  }
}

.global-section.type2 .carousel-headline {
  padding-bottom: 92px;
}

@media (max-width: 767px) {
  .global-section.type2 .carousel-headline {
    padding-bottom: 86px;
  }
}

.global-section.type2 .carousel-headline .label-map {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  font-size: 18px;
  line-height: 19px;
  padding: 20px;
  min-width: 181px;
  text-align: center;
  color: #0091da;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.11);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.11);
}

.global-section.type2 .projects-carousel.projects-carousel-size-2 {
  margin-left: 14px;
}

@media (max-width: 1199px) {
  .global-section.type2 .projects-carousel.projects-carousel-size-2 {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .global-section.type2 .projects-carousel.projects-carousel-size-2 {
    margin-right: 16px;
    margin-bottom: 12px;
  }
}

.global-section.type2 .bottom-space {
  height: 80px;
}

@media (max-width: 767px) {
  .global-section.type2 .bottom-space {
    height: 0;
  }
}

.global-map-single {
  position: absolute !important;
  z-index: 5;
  top: -510px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .global-map-single {
    top: -410px;
  }
}

@media (max-width: 767px) {
  .global-map-single {
    top: -340px;
  }
}

/* related-section */
.related-section {
  background: #edf7fc;
  padding: 92px 0 30px;
}

@media (max-width: 767px) {
  .related-section {
    padding: 60px 0 42px;
  }
}

.related-section h2 {
  margin-bottom: 83px;
}

@media (max-width: 767px) {
  .related-section h2 {
    margin-bottom: 51px;
  }
}

.related-section .carousel {
  margin-bottom: 0;
}

@media (min-width: 1440px) {
  .related-section .carousel {
    margin-left: -22px;
    margin-right: -5px;
  }
  .related-section .carousel .slide {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1440px) {
  .related-section .carousel.style-2 {
    margin-left: -27px;
    margin-right: -17px;
    margin-top: -4px;
  }
  .related-section .carousel.style-2 .slide {
    padding-left: 17px;
    padding-right: 17px;
  }
}

.related-section.type2 {
  background: #faf5e3;
  padding-top: 77px;
  padding-bottom: 42px;
}

@media (max-width: 767px) {
  .related-section.type2 {
    padding-top: 60px;
    padding-bottom: 48px;
  }
}

.related-section.type2 h2 {
  color: #000;
}

/* event-details */
.event-details {
  padding: 121px 0 70px;
}

@media (max-width: 991px) {
  .event-details {
    padding: 90px 0 60px;
  }
}

@media (max-width: 767px) {
  .event-details {
    padding: 82px 0 77px;
  }
}

.event-details h2:not(.pre-title) {
  margin: 0 0 91px;
}

@media (max-width: 991px) {
  .event-details h2:not(.pre-title) {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .event-details h2:not(.pre-title) {
    margin-bottom: 38px;
  }
}

.event-details .bottom-space {
  height: 100px;
}

@media (max-width: 767px) {
  .event-details .bottom-space {
    height: 30px;
  }
}

.event-details.type2 {
  padding-top: 15px;
}

@media (max-width: 767px) {
  .event-details.type2 {
    padding-top: 0;
    margin-top: -30px;
  }
}

.event-details.type2 .event-info {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .event-details.type2 .event-info {
    margin-bottom: 66px;
  }
}

.event-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 142px;
}

@media (max-width: 991px) {
  .event-info {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .event-info {
    display: block;
    margin-bottom: 66px;
  }
}

.event-info aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29%;
          flex: 0 0 29%;
  max-width: 29%;
  background: #0091da;
  color: #fff;
  padding: 50px;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 1199px) {
  .event-info aside {
    padding: 40px 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
}

@media (max-width: 991px) {
  .event-info aside {
    padding: 30px 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
}

@media (max-width: 767px) {
  .event-info aside {
    max-width: none;
    padding: 30px;
  }
}

.event-info aside h3 {
  font-size: 24px;
  color: inherit;
  line-height: 1.4166667;
  margin: 0 0 6px;
  font-weight: bold;
}

.event-info aside .time,
.event-info aside time {
  display: block;
  opacity: 0.78;
  margin: 0 0 8px;
}

.event-info aside p {
  margin: 0;
}

.event-info aside a {
  text-decoration: underline;
}

.event-info aside a:hover {
  text-decoration: none;
}

.event-info aside ul {
  margin: 0;
  padding: 2px 0 7px;
  list-style: none;
}

@media (max-width: 767px) {
  .event-info aside ul {
    padding-bottom: 11px;
  }
}

.event-info aside ul > li + li {
  margin-top: 46px;
}

.event-info .map-holder {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 71%;
          flex: 0 0 71%;
  max-width: 71%;
  position: relative;
  min-height: 511px;
}

@media (max-width: 1199px) {
  .event-info .map-holder {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
}

@media (max-width: 991px) {
  .event-info .map-holder {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    min-height: 450px;
  }
}

@media (max-width: 767px) {
  .event-info .map-holder {
    max-width: none;
    min-height: 265px;
  }
}

.event-info .map-holder .event-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute !important;
}

.event-info .map-holder .btn {
  position: absolute;
  z-index: 10;
  right: 38px;
  bottom: 35px;
}

@media (max-width: 991px) {
  .event-info .map-holder .btn {
    right: 22px;
    bottom: 22px;
  }
}

@media (max-width: 767px) {
  .event-info .map-holder .btn {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

/* become-member */
.become-member {
  position: relative;
  padding-top: 188px;
  z-index: 5;
}

@media (max-width: 991px) {
  .become-member {
    padding-top: 150px;
  }
}

@media (max-width: 767px) {
  .become-member {
    padding-top: 220px;
  }
  .become-member + .become-member {
    padding-top: 50px;
  }
}

.become-member .title-block {
  text-align: center;
  padding-bottom: 81px;
}

@media (max-width: 767px) {
  .become-member .title-block {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
}

.become-member .title-block h2 {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .become-member .title-block h2 {
    margin-bottom: 15px;
  }
}

.become-member .title-block p {
  margin: 0;
}

.become-member .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  margin: 0;
  background-position: 50% 0;
  height: 1070px;
}

@media (max-width: 991px) {
  .become-member .bg {
    height: 800px;
  }
}

.become-member .info-holder {
  margin-left: -30px;
  margin-right: -30px;
  margin-left: -35px;
  margin-right: -35px;
  margin-bottom: -32px;
}

.become-member .info-holder > [class^="col"] {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1199px) {
  .become-member .info-holder {
    margin-left: -15px;
    margin-right: -15px;
  }
  .become-member .info-holder > [class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .become-member .info-holder {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .become-member .info-holder {
    display: block;
    margin-bottom: 101px;
  }
  .become-member .info-holder .slick-dots {
    position: static;
    line-height: 1px;
    padding-bottom: 2px;
    padding: 50px 0 0;
  }
  .become-member .info-holder .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #0091da;
  }
}

.become-member .info-holder [class^="col"]:nth-child(2n) .inform-block {
  margin-left: 35px;
}

.become-member .info-holder [class^="col"]:nth-child(2n) .inform-block .ico {
  padding-left: 5px;
}

@media (max-width: 1199px) {
  .become-member .info-holder [class^="col"]:nth-child(2n) .inform-block {
    margin-left: 0;
  }
}

.become-member .info-form {
  margin-bottom: -133px;
  margin-top: 5px;
}

@media (max-width: 991px) {
  .become-member .info-form {
    margin-top: 0;
  }
}

.inform-block {
  margin: 0 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 991px) {
  .inform-block {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .inform-block {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
}

.inform-block .ico {
  padding: 0 20px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85px;
          flex: 0 0 85px;
  max-width: 85px;
  margin-top: -16px;
}

@media (max-width: 767px) {
  .inform-block .ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65px;
            flex: 0 0 65px;
    max-width: 65px;
    padding: 0 0 10px;
    margin: 0 auto;
  }
}

.inform-block .ico img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.inform-block h3 {
  font-size: 25px;
  line-height: 32px;
  font-weight: bold;
  color: #252525;
  margin: 0 0 22px;
}

@media (max-width: 767px) {
  .inform-block h3 {
    margin-bottom: 15px;
  }
}

.inform-block figcaption {
  line-height: 26px;
}

.inform-block p {
  margin: 0;
}

.info-form {
  background: #fff;
  padding: 114px 168px 94px;
  -webkit-box-shadow: 0 0 29px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 29px rgba(0, 0, 0, 0.08);
  position: relative;
}

@media (max-width: 1199px) {
  .info-form {
    padding: 100px;
  }
}

@media (max-width: 991px) {
  .info-form {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .info-form {
    margin: 0 -20px;
    padding: 40px 20px;
  }
}

.info-form h3 {
  font-size: 25px;
  line-height: 32px;
  font-weight: bold;
  color: #252525;
  margin: 0 0 38px;
}

.info-form .bootstrap-select,
.info-form .form-control {
  margin-bottom: 26px;
}

.info-form .question-block {
  margin: 59px -168px -94px;
  background-color: #0091da;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px;
}

@media (max-width: 1199px) {
  .info-form .question-block {
    margin: 59px -100px -100px;
  }
}

@media (max-width: 991px) {
  .info-form .question-block {
    margin: 50px -50px -50px;
  }
}

@media (max-width: 767px) {
  .info-form .question-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 30px;
    margin: 15px -20px 0;
  }
}

.info-form .question-block p,
.info-form .question-block .link-hold {
  margin: 0 29px;
}

@media (max-width: 991px) {
  .info-form .question-block p,
  .info-form .question-block .link-hold {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .info-form .question-block p,
  .info-form .question-block .link-hold {
    margin: 0;
  }
}

.info-form .question-block p {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

@media (max-width: 767px) {
  .info-form .question-block p {
    margin-bottom: 15px;
  }
}

.info-form .question-block p strong {
  font-weight: 400;
}

.info-form .question-block .link-more {
  min-width: 95px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #fff;
  line-height: 29px;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.info-form .question-block .link-more:hover {
  border-color: #fdd359;
}

.info-form .btn-row {
  text-align: center;
  padding-top: 46px;
}

@media (max-width: 991px) {
  .info-form .btn-row {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .info-form .btn-row {
    padding-bottom: 32px;
  }
}

.info-form .check-box {
  padding-bottom: 30px;
  margin-top: -13px;
}

@media (max-width: 767px) {
  .info-form .check-box {
    margin-top: 0;
  }
}

.info-form .input-group {
  margin-bottom: 26px;
}

.info-form .input-group .input-group-append {
  min-width: 124px;
  margin-left: 10px;
}

.info-form .input-group .input-group-append > .wpcf7-form-control-wrap {
  width: 100%;
}

.info-form .input-group .bootstrap-select,
.info-form .input-group .form-control {
  margin-bottom: 0 !important;
}

.info-form .input-group .wpcf7-form-control-wrap {
  display: block;
}

.info-form .input-group > .wpcf7-form-control-wrap {
  width: 1%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.info-form .title {
  text-align: center;
  padding-bottom: 48px;
  margin-top: -51px;
}

@media (max-width: 991px) {
  .info-form .title {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .info-form .title {
    margin-top: 10px;
    padding-bottom: 51px;
  }
}

.info-form .title .row {
  padding-bottom: 0 !important;
}

.info-form .title h2 {
  margin-bottom: 20px;
}

.info-form .title p {
  margin: 0;
}

/* regions-section */
.regions-section {
  background-color: #fff;
  padding: 160px 0;
}

@media (max-width: 1199px) {
  .regions-section {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .regions-section {
    padding-top: 146px;
    padding-bottom: 80px;
  }
}

.regions-section .question-block {
  padding: 42px 0;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  color: #0091da;
  font-size: 16px;
}

.regions-section .question-block.type2 {
  max-width: 470px;
}

@media (max-width: 767px) {
  .regions-section .question-block {
    text-align: center;
  }
}

.regions-section .question-block p {
  margin: 0;
}

.regions-section .question-block .link-hold {
  margin-left: auto;
  padding-left: 20px;
}

.regions-section .question-block .link-hold .link-more {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .regions-section .question-block .link-hold {
    padding-left: 0;
    margin-left: 0;
    padding-top: 36px;
  }
}

.regions-section .title-block {
  padding: 77px 0 73px;
  text-align: center;
}

@media (max-width: 1199px) {
  .regions-section .title-block {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .regions-section .title-block {
    padding-top: 30px;
    padding-bottom: 49px;
  }
}

.regions-section .logos-carousel {
  margin-bottom: 0;
  margin-right: 12px;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .regions-section .logos-carousel {
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .regions-section .logos-carousel {
    max-width: 307px;
    margin-bottom: 40px;
  }
}

.regions-section .testimonial-slideshow {
  margin-left: -16px;
}

@media (max-width: 1199px) {
  .regions-section .testimonial-slideshow {
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
  }
}

@media (max-width: 767px) {
  .regions-section .testimonial-slideshow .testimonial-box {
    padding-left: 40px;
    padding-bottom: 30px;
  }
  .regions-section .testimonial-slideshow .testimonial-box q {
    padding-bottom: 36px;
  }
}

@media (max-width: 374px) {
  .regions-section .testimonial-slideshow .testimonial-box {
    padding-left: 20px;
  }
}

/* contact-section */
.contact-section {
  position: relative;
  z-index: 10;
  padding-bottom: 66px;
}

@media (max-width: 767px) {
  .contact-section {
    padding-bottom: 52px;
  }
}

.contact-section .info-form {
  margin-top: -155px;
  margin-bottom: 116px;
}

@media (max-width: 991px) {
  .contact-section .info-form {
    margin-top: -120px;
  }
}

@media (max-width: 767px) {
  .contact-section .info-form {
    margin-top: -85px;
    margin-bottom: 80px;
  }
}

.contact-section h2 {
  margin-bottom: 91px;
}

@media (max-width: 767px) {
  .contact-section h2 {
    margin-bottom: 36px;
  }
}

.info-form.type2 {
  background: #faf5e3;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 76px;
}

@media (max-width: 767px) {
  .info-form.type2 {
    padding-bottom: 40px;
  }
}

.info-form.type2 .bootstrap-select.form-control-select .form-control,
.info-form.type2 .form-control {
  background: #fff;
  border-color: #fff;
}

.info-form.type2 .btn-row {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .info-form.type2 .btn-row {
    padding-top: 25px;
  }
  .info-form.type2 .btn-row .btn {
    min-width: 286px;
  }
}

.info-form .msg,
.info-form .wpcf7-response-output {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 32px;
  text-align: center;
  color: #000;
  border: 0;
  background: none;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

.info-form .msg.wpcf7-mail-sent-ok,
.info-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: none;
}

.info-form .msg::before,
.info-form .wpcf7-response-output::before {
  display: none;
}

@media (max-width: 767px) {
  .info-form .msg,
  .info-form .wpcf7-response-output {
    font-size: 12px;
    padding: 20px;
  }
}

.location-block {
  position: relative;
  background: #0091da;
  color: #fff;
  min-height: 511px;
}

@media (max-width: 991px) {
  .location-block {
    min-height: 1px;
    padding-bottom: 400px;
  }
}

@media (max-width: 767px) {
  .location-block {
    padding-bottom: 265px;
  }
}

.location-block .holder {
  max-width: 41.5%;
  padding: 50px;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 1199px) {
  .location-block .holder {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .location-block .holder {
    max-width: none;
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .location-block .holder {
    padding: 30px 15px 30px 24px;
  }
}

.location-block .tabset {
  margin: 3px -48px 80px 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: bold 24px/32px "Replica", sans-serif;
}

@media (max-width: 991px) {
  .location-block .tabset {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .location-block .tabset {
    margin-bottom: 42px;
  }
}

.location-block .tabset li {
  margin: 0 48px 0 0;
}

.location-block .tabset li a {
  opacity: 0.5;
  text-decoration: none;
}

.location-block .tabset li a:hover {
  opacity: 0.8;
}

.location-block .tabset li a.active {
  opacity: 1;
}

.location-block .contact-list {
  margin: 0 0 49px;
  padding: 0;
  list-style: none;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 991px) {
  .location-block .contact-list {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .location-block .contact-list {
    margin-bottom: 16px;
  }
}

.location-block .contact-list > li {
  padding: 0 0 28px 47px;
  position: relative;
}

@media (max-width: 767px) {
  .location-block .contact-list > li {
    padding-left: 45px;
  }
}

.location-block .contact-list > li i {
  position: absolute;
  left: 2px;
  top: 6px;
  color: #fff;
}

.location-block .contact-list > li i.icon-custom-ico-phone-001 {
  font-size: 19px;
  left: 5px;
  top: 3px;
}

.location-block .contact-list > li i.icon-custom-ico-marker-01 {
  left: 7px;
  top: 11px;
}

.location-block .contact-list > li a {
  text-decoration: none;
}

.location-block .contact-list > li a:hover {
  color: #fff;
}

.location-block .contact-list > li address {
  margin: 0;
  line-height: inherit;
}

.location-block .social {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -26px 0 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1199px) {
  .location-block .social {
    margin-right: -20px;
  }
}

@media (max-width: 767px) {
  .location-block .social {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -26px;
    padding-bottom: 4px;
  }
}

.location-block .social .lbl {
  display: block;
  padding: 0 6px 0 0;
}

@media (max-width: 1199px) {
  .location-block .social .lbl {
    padding-right: 0;
  }
}

.location-block .social li {
  margin: 0 16px 0 0;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .location-block .social li {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .location-block .social li {
    margin-right: 16px;
  }
  .location-block .social li:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 17px;
  }
}

.location-block .map-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 41.5%;
}

@media (max-width: 991px) {
  .location-block .map-holder {
    left: 0;
    top: auto;
    height: 400px;
  }
}

@media (max-width: 767px) {
  .location-block .map-holder {
    height: 265px;
  }
}

.location-block .map-holder .event-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute !important;
}

/* support-section */
.support-section {
  background: #faf5e3;
  position: relative;
  z-index: 10;
}

@media (min-width: 1440px) {
  .support-section .info-form {
    padding-bottom: 80px;
  }
}

.support-section .info-form .row {
  padding-bottom: 45px;
}

.support-section .info-form .btn-row {
  padding-top: 0;
  margin-top: -3px;
}

@media (max-width: 767px) {
  .support-section .info-form .btn-row {
    margin-top: 0;
  }
}

.support-section .info-form .btn-row .btn {
  min-width: 300px;
}

@media (max-width: 767px) {
  .support-section .info-form .btn-row .btn {
    min-width: 286px;
  }
}

.support-section ~ .regions-section {
  padding-top: 22px;
}

@media (max-width: 767px) {
  .support-section ~ .regions-section {
    padding-top: 8px;
  }
}

.text-box {
  background: #fdd359;
  max-width: 634px;
  padding: 50px 90px 53px 50px;
  color: #000;
  margin-bottom: 73px;
  margin-top: -155px;
  margin-left: 6px;
}

@media (max-width: 991px) {
  .text-box {
    margin-top: -120px;
  }
}

@media (max-width: 767px) {
  .text-box {
    padding: 30px 30px 35px;
    margin-left: 0;
    margin-top: -85px;
    margin-bottom: 50px;
  }
}

.text-box p {
  margin: 0;
}

.text-box p + p {
  margin-top: 25px;
}

/* search-area */
.search-area {
  font-size: 1.6rem;
  line-height: 1.5625;
}

.search-area .base-part {
  background: #edf7fc;
  padding-top: 98px;
  padding-bottom: 97px;
  margin-bottom: 34px;
}

@media (max-width: 991px) {
  .search-area .base-part {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}

.search-area .base-part .form-control {
  height: 55px;
  padding: 12px 46px 12px 22px;
  font-size: 1.8rem;
}

.search-area .base-part .form-control::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.search-area .base-part .form-control::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.search-area .base-part .form-control::-webkit-search-decoration, .search-area .base-part .form-control::-webkit-search-cancel-button, .search-area .base-part .form-control::-webkit-search-results-button, .search-area .base-part .form-control::-webkit-search-results-decoration {
  display: none;
}

.search-area .base-part .form-group {
  position: relative;
}

@media (max-width: 991px) {
  .search-area .base-part .form-group {
    margin-bottom: 21px;
  }
}

@media (min-width: 992px) {
  .search-area .base-part .form-group {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .search-area .base-part .btn-hold {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .search-area .base-part .btn-hold .btn {
    min-width: 222px;
  }
}

.search-area .base-part .filled .btn-reset {
  opacity: 1;
  visibility: visible;
}

.search-area .base-part .btn-reset {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 46px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.search-area .base-part .btn-reset:hover {
  color: #0091da;
}

.search-area .base-part .btn-reset::before, .search-area .base-part .btn-reset::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  border-bottom: 2px solid;
}

.search-area .base-part .btn-reset::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.search-area .base-part .btn-reset::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.search-area .base-part .btn-reset input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: none;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.search-area .base-part .btn {
  min-width: 1px;
}

@media (min-width: 992px) {
  .search-area .base-part .btn {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

.search-area .result-number {
  margin-bottom: 33px;
  letter-spacing: .005em;
}

.search-area .result-item {
  margin-bottom: 52px;
}

.search-area .result-item h3 {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 9px;
}

@media (max-width: 991px) {
  .search-area .result-item h3 {
    line-height: 1.2;
    margin-bottom: 13px;
  }
}

.search-area .result-item p {
  letter-spacing: .005em;
}

.search-area .result-item p b {
  color: #000;
}

.search-area .result-item b, .search-area .result-item strong {
  font-weight: 700;
}

.search-area .result-item .meta {
  margin-bottom: 15px;
}

.search-area .result-item .meta h4 {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  color: inherit;
  font: inherit;
}

/* member-area */
.member-area {
  position: relative;
  z-index: 0;
}

.member-area .map {
  height: 980px;
  margin-left: -15px;
}

@media (max-width: 991px) {
  .member-area .map {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .member-area .map {
    height: 445px;
  }
}

.member-area .infoBox {
  background: #fff;
  color: #0091da;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.389;
  padding: 17px 10px;
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.11);
}

.member-area .marker-point {
  position: relative;
  width: 10px;
  height: 15px;
  cursor: pointer;
}

.member-area .marker-point .ico {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.member-area .marker-point.active {
  width: 26px;
  height: 35px;
}

.member-area .member-info {
  padding-top: 70px;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .member-area .member-info {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 992px) {
  .member-area .member-info {
    padding-right: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 980px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.member-area .member-info h1, .member-area .member-info .banner figcaption .h1, .banner figcaption .member-area .member-info .h1, .member-area .member-info .post .h1, .post .member-area .member-info .h1, .member-area .member-info .banner-post .h1, .banner-post .member-area .member-info .h1, .member-area .member-info h2 {
  font-size: 4rem;
  line-height: 1.1;
  margin-bottom: 22px;
}

@media (max-width: 991px) {
  .member-area .member-info h1, .member-area .member-info .banner figcaption .h1, .banner figcaption .member-area .member-info .h1, .member-area .member-info .post .h1, .post .member-area .member-info .h1, .member-area .member-info .banner-post .h1, .banner-post .member-area .member-info .h1, .member-area .member-info h2 {
    font-size: 2.5rem;
    line-height: 1.28;
    margin-bottom: 14px;
  }
}

.member-area .member-info h3 {
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1.445;
  margin-top: 17px;
  margin-bottom: 20px;
}

.member-area .member-info .search-form {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .member-area .member-info .search-form {
    padding-left: 29px;
    margin-bottom: 27px;
  }
}

.member-area .member-info .frame {
  overflow-y: auto;
}

@media (max-width: 991px) {
  .member-area .member-info .frame {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (max-width: 991px) {
  .member-area .member-info .frame .hor-holder {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.member-area .member-info .custom-scroll:focus {
  outline: none !important;
}

.member-area .hor-holder {
  width: 100%;
}

@media (min-width: 992px) {
  .member-area .hor-holder {
    max-width: 370px;
  }
}

.member-area .member-list {
  margin-bottom: 39px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .member-area .member-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .member-area .member-list > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

.member-area .member-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  padding: 5px 0;
}

.member-area .member-item:hover {
  text-decoration: none;
  background-color: rgba(0, 145, 218, 0.05);
  color: #000;
}

.member-area .member-item::before {
  content: '';
  display: block;
  width: 0;
  min-width: 0;
  max-width: 1px;
  min-height: 62px;
}

.member-area .member-item > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.member-area .member-item .img {
  -ms-flex-preferred-size: 104px;
      flex-basis: 104px;
  min-width: 104px;
  max-width: 104px;
  margin: 0 24px 0 15px;
  text-align: center;
}

.member-area .member-item .img img {
  vertical-align: top;
  max-width: 100%;
  width: auto;
  height: auto;
}

.member-area .member-item .descr {
  padding-right: 10px;
}

.member-area .member-item h4 {
  font-size: 1.8rem;
  line-height: 1.389;
  color: inherit;
  margin-top: 7px;
  margin-bottom: 7px;
}

.member-area .point-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  padding: 59px 15px 50px;
}

@media (max-width: 991px) {
  .member-area .point-info {
    padding-top: 36px;
  }
}

.member-area .point-info.opened {
  opacity: 1;
  visibility: visible;
}

.member-area .point-info .btn-close {
  position: absolute;
  top: 29px;
  left: auto;
  right: 33px;
  z-index: 50;
  width: 30px;
  height: 30px;
}

@media (max-width: 991px) {
  .member-area .point-info .btn-close {
    top: 23px;
    right: 19px;
  }
}

.member-area .point-info .btn-close:hover {
  color: #0091da;
}

.member-area .point-info .btn-close::before, .member-area .point-info .btn-close::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 2px;
  border-bottom: 2px solid;
  background: none;
}

.member-area .point-info .btn-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.member-area .point-info .btn-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 992px) {
  .member-area .point-info .hor-holder {
    max-width: 350px;
  }
}

.member-area .point-info .point-info-frame {
  margin-left: -20px;
  height: 100%;
}

@media (max-width: 991px) {
  .member-area .point-info .point-info-frame {
    margin-right: -20px;
  }
}

.member-area .point-info .info-carousel .container, .member-area .point-info .info-carousel .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991px) {
  .member-area .point-info .info-carousel .slides {
    max-width: calc(100% + 20px);
    max-width: 340px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (min-width: 992px) {
  .member-area .point-info .info-carousel .slides {
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}

.member-area .point-info .info-carousel .info-item {
  min-height: 438px;
}

.member-area .point-info .info-carousel .slick-arrow.slick-prev {
  left: -20px;
}

.member-area .point-info .info-item figcaption .description {
  font-size: 1.6rem;
  line-height: 1.5625;
  min-height: 197px;
}

@media (max-width: 991px) {
  .member-area .point-info .info-item figcaption .description {
    min-height: 222px;
    padding-top: 38px;
  }
}

.member-area .point-info .info-item figcaption .description::before {
  width: 524px;
  height: 166px;
}

.member-area .point-info .info-item figcaption .description h3 {
  margin-bottom: 13px;
}

.member-area .point-info .info-item figcaption .description .location, .member-area .point-info .info-item figcaption .description .sub-info {
  padding-bottom: 14px;
}

.member-area .point-info .info-item figcaption .description .arrow-link {
  color: inherit;
}

@media (max-width: 991px) {
  .member-area .point-info .info-item figcaption .description .slick-dots {
    opacity: 1;
    margin-bottom: -20px;
    pointer-events: unset;
  }
}

.member-area .point-info .cont {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .member-area .point-info .cont {
    padding-right: 35px;
  }
}

.member-area .point-info .custom-scroll {
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.member-area .point-info h3 {
  font-size: 4rem;
}

@media (max-width: 991px) {
  .member-area .point-info h3 {
    font-size: 3.5rem;
    line-height: 1.172;
  }
}

.member-area .point-info h4 {
  font-size: 2.5rem;
  margin-top: 55px;
  margin-bottom: 27px;
}

@media (max-width: 991px) {
  .member-area .point-info h4 {
    margin-top: 29px;
  }
}

.member-area .point-info .meta {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .member-area .point-info .meta {
    margin-bottom: 26px;
  }
}

.member-area .point-info .info-list {
  padding-bottom: 0;
  margin-bottom: 25px;
}

.member-area .point-info .info-list > li {
  padding-left: 28px;
  padding-bottom: 0;
  margin-bottom: 16px;
}

.member-area .point-info .info-list > li::before {
  top: .782em;
  margin-top: -5px;
}

.member-area .point-info .arrow-link {
  font-size: 1.6rem;
  color: #0091da;
}

.hidden-content {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* resource-detail */
.resource-detail {
  position: relative;
  margin: 0 0 53px;
  padding: 142px 0 60px;
}

.resource-detail:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  background: rgba(0, 145, 218, 0.05);
  content: "";
}

.resource-detail .holder {
  padding: 0 35px 0 0;
}

.resource-detail .label {
  display: inline-block;
  vertical-align: top;
  min-width: 137px;
  margin: 0 0 5px;
  padding: 7px 12px;
  background-color: #fdd359;
  color: #000;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.03);
  font-size: 16px;
  line-height: 1.625;
}

.resource-detail h1, .resource-detail .banner figcaption .h1, .banner figcaption .resource-detail .h1, .resource-detail .post .h1, .post .resource-detail .h1, .resource-detail .banner-post .h1, .banner-post .resource-detail .h1 {
  margin: 0 0 43px;
  line-height: 1.12;
}

.resource-detail p:last-child {
  margin: 0;
}

.resource-detail .slideshow-imgs {
  margin-top: -46px;
  margin-bottom: -204px;
  padding: 0 0 0 80px;
}

.resource-detail .resource-block {
  max-width: 390px;
  margin: -29px auto 0;
}

.resource-detail .resource-block .listing {
  -webkit-columns: auto;
     -moz-columns: auto;
          columns: auto;
}

.resource-detail.type2 {
  padding: 90px 0 49px;
}

.resource-detail.type2:before {
  display: none;
}

@media (max-width: 1199px) {
  .resource-detail .holder {
    padding: 0;
  }
  .resource-detail .slideshow-imgs {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .resource-detail {
    padding: 60px 0;
  }
  .resource-detail h1, .resource-detail .banner figcaption .h1, .banner figcaption .resource-detail .h1, .resource-detail .post .h1, .post .resource-detail .h1, .resource-detail .banner-post .h1, .banner-post .resource-detail .h1 {
    margin: 0 0 30px;
  }
  .resource-detail .slideshow-imgs {
    margin: 40px auto 0;
  }
  .resource-detail .resource-block {
    margin-top: 51px;
    max-width: none;
  }
  .resource-detail.type2 {
    padding: 60px 0 49px;
  }
}

@media (max-width: 767px) {
  .resource-detail {
    margin: 0;
    padding: 45px 0 57px;
  }
  .resource-detail:before {
    bottom: 256px;
  }
  .resource-detail .slideshow-imgs .slick-list {
    overflow: hidden;
  }
  .resource-detail .slideshow-imgs .slick-dots {
    padding: 28px 0 0;
  }
  .resource-detail .slideshow-imgs .slick-dots > li button {
    background: #000;
  }
  .resource-detail .label {
    margin: 0 0 26px;
  }
  .resource-detail h1, .resource-detail .banner figcaption .h1, .banner figcaption .resource-detail .h1, .resource-detail .post .h1, .post .resource-detail .h1, .resource-detail .banner-post .h1, .banner-post .resource-detail .h1 {
    margin: 0 0 3px;
    line-height: 1.34285;
  }
  .resource-detail.type2 {
    padding: 40px 0 73px;
  }
}

/* share-widget */
.share-widget.type2 {
  padding-bottom: 112px;
}

.share-widget.type3 {
  padding-bottom: 102px;
}

@media (max-width: 991px) {
  .share-widget.type2 {
    padding-bottom: 72px;
  }
  .share-widget.type3 {
    padding-bottom: 96px;
  }
}

/* resource-block */
.resource-block {
  margin: 0 0 120px;
}

.resource-block .top {
  padding: 23px 0 32px;
  background: #0091da;
  color: #fff;
}

.resource-block .top dl {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0;
}

.resource-block .top dl dt {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.33333;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.resource-block .top dl dd {
  margin: 0;
}

.resource-block .bottom {
  padding: 20px 0 12px;
  background: #f2f9fd;
}

.resource-block .bottom .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  padding: 5px;
  font-size: 20px;
  color: #0091da;
}

.resource-block .bottom .icon:before {
  vertical-align: top;
}

.resource-block .bottom .holder {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.resource-block .bottom a {
  display: inline-block;
  vertical-align: top;
  color: #0091da;
  border-bottom: 1px solid;
}

.resource-block .bottom a:hover, .resource-block .bottom a:focus {
  border-color: transparent;
  text-decoration: none;
}

.resource-block .bottom .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 14px -32px 0 0;
  padding: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.375;
}

.resource-block .bottom .list li {
  position: relative;
  margin: 0 0 0 -32px;
  padding: 0 32px;
}

.resource-block .bottom .list li:before {
  position: absolute;
  left: 11px;
  top: 0;
  content: "|";
}

.resource-block .listing {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}

.resource-block .listing > li {
  padding: 19px 30px 19px 40px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .resource-block {
    font-size: 16px;
  }
  .resource-block .listing > li {
    padding: 19px 20px;
  }
}

@media (max-width: 991px) {
  .resource-block {
    margin: 0 0 60px;
  }
}

@media (max-width: 767px) {
  .resource-block {
    margin: 0 0 75px;
  }
  .resource-block .top {
    padding: 15px 0 31px;
  }
  .resource-block .top dl dt {
    margin: 0 0 18px;
  }
  .resource-block .listing {
    -webkit-columns: auto;
       -moz-columns: auto;
            columns: auto;
  }
  .resource-block .listing > li {
    padding: 19px 30px;
  }
  .resource-block .bottom {
    padding: 2px 0 30px;
  }
  .resource-block .bottom .icon {
    padding-top: 23px;
  }
  .resource-block .bottom a {
    padding: 0 0 5px;
  }
  .resource-block .bottom .list {
    margin-top: 26px;
  }
}

/* carousel-section */
.carousel-section.type2 {
  padding: 70px 0 112px;
}

.carousel-section.type2 .heading {
  padding-bottom: 65px;
}

.carousel-section.type2 .carousel.type4 .info-item:hover figcaption .description {
  padding-bottom: 112px;
}

.carousel-section.type3 {
  padding: 70px 0 112px;
}

.carousel-section.type3 .heading {
  max-width: none;
  padding-bottom: 65px;
  text-align: center;
}

.carousel-section + .agenda-section {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .carousel-section.type2 {
    padding: 65px 0;
  }
  .carousel-section.type2 .heading {
    padding-bottom: 40px;
  }
  .carousel-section.type3 {
    padding: 65px 0 60px;
  }
  .carousel-section.type3 .heading {
    padding-bottom: 78px;
  }
}

@media (max-width: 767px) {
  .carousel-section.type2 .carousel.type4 .info-item figcaption .description {
    min-height: 181px;
  }
  .carousel-section.type2 .carousel.type4 .info-item figcaption .description:before {
    margin-bottom: -130px;
  }
  .carousel-section.type3 .carousel.no-slide .slick-list {
    margin: 0 auto;
  }
}

/* agenda-section */
.agenda-section.offset2 {
  padding: 99px 0 191px;
}

@media (max-width: 991px) {
  .agenda-section.offset2 {
    padding: 57px 0 135px;
  }
  .agenda-section.offset2 .title-block {
    padding-bottom: 40px;
  }
}

/* video-block */
.video-block {
  position: relative;
}

.video-block:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.53)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.53) 100%);
  content: "";
}

.video-block .bg-img:before {
  display: block;
  padding-bottom: 39.3%;
  content: "";
}

@media (max-width: 767px) {
  .video-block .bg-img:before {
    padding-bottom: 89.86%;
  }
}

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