/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.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;
}

[data-simplebar] {
    position: relative;
    z-index: 0;
    overflow: hidden!important;
    max-height: inherit;
    -webkit-overflow-scrolling: touch; /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}

[data-simplebar="init"] {
    display: flex;
}

.simplebar-scroll-content {
    overflow-x: hidden!important;
    overflow-y: scroll;
    min-width: 100%!important;
    max-height: inherit!important;
    box-sizing: content-box!important;
}

.simplebar-content {
    overflow-y: hidden!important;
    overflow-x: scroll;
    box-sizing: border-box!important;
    min-height: 100%!important;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 11px;
    pointer-events: none;
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: black;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.simplebar-track:hover .simplebar-scrollbar:before,
.simplebar-track .simplebar-scrollbar.visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    transition: opacity 0 linear;
}

.simplebar-track.vertical {
    top: 0;
}

.simplebar-track.vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.horizontal {
    left: 0;
    width: auto;
    height: 11px;
}

.simplebar-track.horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.horizontal.simplebar-track .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track {
    right: auto;
    left: 0;
}

[data-simplebar-direction="rtl"] .simplebar-track.horizontal {
    right: 0;
}
@charset "UTF-8";
/*!
 * Bootstrap Reboot 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)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

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

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

/*!
 * Bootstrap Grid 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)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

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

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  justify-content: center !important; }

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

.justify-content-around {
  justify-content: space-around !important; }

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

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

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

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

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

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

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

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

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

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

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  justify-content: center !important; }

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

.justify-content-around {
  justify-content: space-around !important; }

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

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

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

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

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

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

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

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

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

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

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@font-face {
  font-family: LatoBold;
  src: url(../static/fonts/Lato-Bold.eot);
  src: url(../static/fonts/Lato-Bold.eot) format("embedded-opentype"), url(../static/fonts/Lato-Bold.woff2) format("woff2"), url(../static/fonts/Lato-Bold.woff) format("woff"), url(../static/fonts/Lato-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: LatoMedium;
  src: url(../static/fonts/Lato-Medium.eot);
  src: url(../static/fonts/Lato-Medium.eot) format("embedded-opentype"), url(../static/fonts/Lato-Medium.woff2) format("woff2"), url(../static/fonts/Lato-Medium.woff) format("woff"), url(../static/fonts/Lato-Medium.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: Lato;
  src: url(../static/fonts/Lato-Regular.eot);
  src: url(../static/fonts/Lato-Regular.eot) format("embedded-opentype"), url(../static/fonts/Lato-Regular.woff2) format("woff2"), url(../static/fonts/Lato-Regular.woff) format("woff"), url(../static/fonts/Lato-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Geometria';
  src: url("../static/fonts/Geometria.eot");
  src: local("Geometria"), local("Geometria"), url("../static/fonts/Geometria.eot") format("embedded-opentype"), url("../static/fonts/Geometria.woff") format("woff"), url("../static/fonts/Geometria.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Geometria-Bold';
  src: url("../static/fonts/Geometria.eot");
  src: local("Geometria-Bold"), local("Geometria-Bold"), url("../static/fonts/Geometria-Bold.eot") format("embedded-opentype"), url("../static/fonts/Geometria-Bold.woff") format("woff"), url("../static/fonts/Geometria-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Geometria-Light';
  src: url("../static/fonts/Geometria.eot");
  src: local("Geometria-Light"), local("Geometria-Light"), url("../static/fonts/Geometria-Light.eot") format("embedded-opentype"), url("../static/fonts/Geometria-Light.woff") format("woff"), url("../static/fonts/Geometria-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Geometria-Medium';
  src: url("../static/fonts/Geometria-Medium.eot");
  src: local("Geometria-Medium"), local("Geometria-Medium"), url("../static/fonts/Geometria-Medium.eot") format("embedded-opentype"), url("../static/fonts/Geometria-Medium.woff") format("woff"), url("../static/fonts/Geometria.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

p {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal; }

a {
  text-decoration: none; }
  a:hover {
    outline: none;
    text-decoration: none; }
  a:focus {
    outline: none;
    text-decoration: none; }

input:hover, input:focus, button:hover, button:focus {
  outline: none; }

body {
  overflow-x: hidden;
  color: #1d1f24;
  margin: 0;
  font-family: "Lato";
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1;
  color: #6a6a6a;
  background-color: #f9fafc; }
  body.disable-scroll {
    overflow: hidden; }

.wrapper {
  overflow: hidden; }

.img-responsive {
  display: block;
  width: 100%; }

.margin-top {
  margin-top: 20px; }

.social {
  display: flex;
  align-items: center; }
  .social__item {
    margin-right: 5px; }
    .social__item:last-child {
      margin-right: 0; }
  .social__link {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #002841;
    transition: background-color 0.2s; }
    .social__link svg {
      max-width: 90%;
      max-height: 90%;
      width: 15px;
      height: 15px; }
      .social__link svg path, .social__link svg rect {
        fill: #002841;
        transition: 0.2s; }
    .social__link:hover {
      background-color: #002841; }
      .social__link:hover svg path, .social__link:hover svg rect {
        fill: #ffffff; }
  .social--position-abs {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px; }
  .social--white .social__link {
    border: 2px solid rgba(255, 255, 255, 0.5); }
    .social--white .social__link svg path, .social--white .social__link svg rect {
      fill: rgba(255, 255, 255, 0.5); }
    .social--white .social__link:hover {
      background-color: #fff; }
      .social--white .social__link:hover svg path, .social--white .social__link:hover svg rect {
        fill: #002841; }

h1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #1d1f24;
  letter-spacing: 0px; }

h2 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Geometria";
  color: #1d1f24;
  letter-spacing: 0px; }

h3 {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  letter-spacing: 0px; }

h4 {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  letter-spacing: 0px; }

h5 {
  font-size: 14px;
  line-height: 18px;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  letter-spacing: 0px; }

h6 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0px; }

p {
  font-size: 14px;
  line-height: 18px; }

_::-webkit-full-page-media h1, _::-webkit-full-page-media h3, _::-webkit-full-page-media h4, _::-webkit-full-page-media h5, _::-webkit-full-page-media h6, _:future h1, _:future h3, _:future h4, _:future h5, _:future h6, :root h1, :root h3, :root h4, :root h5, :root h6 {
  letter-spacing: -1px; }

@media not all and (min-resolution: 0.001dpcm) {
  h1, h3, h4, h5, h6 {
    letter-spacing: -1px; } }

.views {
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  display: none; }
  .views svg {
    margin-right: 5px; }
  .views--white {
    color: #ffffff; }
    .views--white svg path {
      fill: #ffffff; }
  .views--grey {
    color: #bbbaba; }
    .views--grey svg path {
      fill: #bbbaba; }

.data {
  font-size: 12px;
  font-weight: 500;
  color: #bbbaba;
  text-transform: lowercase; }

.reading-time {
  font-size: 12px;
  font-weight: 500;
  color: #bbbaba; }
  .reading-time img {
    margin-right: 6px; }

a.tag {
  transition: background-color 0.2s; }
  a.tag:hover {
    color: #ffffff;
    background-color: #1d1f24; }

.tag {
  color: #ffffff;
  font-family: "Geometria-Bold";
  font-weight: 700;
  text-transform: uppercase;
  background-color: #002841;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-align: center; }
  .tag--xl {
    width: 190px;
    height: 35px;
    line-height: 35px; }
  .tag--big {
    width: 140px;
    height: 35px;
    line-height: 35px; }
  .tag--medium {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 11px; }

.posts__item {
  margin-bottom: 8px; }
  .posts__item:last-child {
    margin-bottom: 0; }
  .posts__item.ad h5:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #002841;
    border-radius: 50%;
    margin-left: 5px;
    position: relative;
    top: 1px; }

.posts a {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 40, 65, 0.2); }
  .posts a:hover h5 {
    color: #002841; }

.posts h5 {
  color: #1d1f24;
  transition: color 0.2s;
  padding-bottom: 26px; }

.posts .time {
  color: rgba(29, 31, 36, 0.4);
  position: absolute;
  bottom: 8px;
  left: 0;
  font-family: "Geometria";
  font-size: 12px; }

.posts .views {
  position: absolute;
  bottom: 8px;
  right: 0; }

.btn {
  font-size: 12px;
  font-family: "Geometria";
  text-transform: uppercase;
  display: block;
  cursor: pointer;
  padding: 0;
  border-radius: 0;
  text-align: center;
  transition: background-color 0.2s, color 0.2s;
  border: none; }
  .btn--blue {
    background-color: #002841;
    color: #ffffff; }
    .btn--blue:hover {
      background-color: #1d1f24;
      color: #fff; }
  .btn--full {
    width: 100%;
    text-align: center; }
  .btn--lg {
    height: 35px;
    line-height: 35px; }
  .btn--xl {
    height: 40px;
    line-height: 40px; }
  .btn--xl-bordered {
    height: 40px;
    line-height: 36px; }
  .btn--xxl {
    height: 50px;
    line-height: 50px;
    font-size: 14px; }
  .btn--lg {
    height: 30px;
    line-height: 26px;
    color: #ffffff !important;
    font-size: 12px;
    width: 220px; }
    .btn--lg:hover {
      color: #002841; }
  .btn--fix-width {
    width: 264px; }
  .btn--bordered {
    border: 2px solid #ffffff;
    color: #ffffff; }
    .btn--bordered:hover {
      background-color: #fff;
      color: #002841; }

.btn-gc {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #002841;
  transition: background-color 0.2s; }
  .btn-gc svg path {
    fill: #002841;
    transition: 0.2s; }
  .btn-gc:hover {
    background-color: #002841; }
    .btn-gc:hover svg path {
      fill: #ffffff; }

.btn-more {
  font-size: 12px;
  color: #777777;
  font-weight: 500;
  position: relative;
  display: inline-block;
  transition: 0.2s;
  cursor: pointer;
  margin-top: 30px; }
  .btn-more:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed #777777;
    transition: 0.2s; }
  .btn-more:hover {
    color: #1d1f24; }
    .btn-more:hover:after {
      color: #1d1f24; }

.btn-icon {
  width: 286px;
  height: 40px;
  line-height: 40px;
  background-color: #002841;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Geometria";
  transition: background-color 0.2s; }
  .btn-icon svg {
    width: 10px;
    height: 10px;
    margin-right: 12px; }
    .btn-icon svg polygon {
      fill: #ffffff; }
  .btn-icon:hover {
    background-color: #1d1f24;
    color: #ffffff; }

.btn-icon-border {
  border: 2px solid #002841;
  line-height: 36px;
  height: 40px;
  width: 286px;
  color: #002841;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Geometria";
  font-weight: 700; }
  .btn-icon-border svg {
    width: 10px;
    height: 10px;
    margin-left: 30px; }
    .btn-icon-border svg polygon {
      transition: 0.2s;
      fill: #002841; }
  .btn-icon-border:hover {
    background-color: #002841;
    color: #ffffff;
    transition: 0.2s; }
    .btn-icon-border:hover svg polygon {
      fill: #ffffff; }

.scroll-up {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #002841;
  position: fixed;
  right: 40px;
  bottom: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  transition: background-color 0.2s;
  z-index: 5;
  display: none; }
  .scroll-up img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .scroll-up:hover {
    background-color: #1d1f24; }

.page-title {
  margin-bottom: 30px; }

@media (max-width: 991.98px) {
  p {
    font-size: 12px;
    line-height: 16px; }
  h1 {
    font-size: 24px;
    line-height: 30px; } }

@media (max-width: 767.98px) {
  .tag {
    font-size: 12px; }
    .tag--xl {
      width: 140px;
      height: 25px;
      line-height: 25px; }
    .tag--big {
      width: 100px;
      height: 25px;
      line-height: 25px; }
    .tag--medium {
      height: 25px;
      line-height: 25px; }
  h1 {
    font-size: 22px;
    line-height: 28px; } }

@media (max-width: 575.98px) {
  h1 {
    font-size: 18px;
    line-height: 24px; }
  .btn-icon {
    width: 100%;
    margin-bottom: 5px; }
  .btn-icon-border {
    width: 100%; } }

.main-banner img {
  display: block;
  width: 100%; }

.header {
  margin-bottom: 40px; }
  .header__top {
    height: 90px;
    position: relative; }
  .header__middle {
    background-color: #002841; }
  .header__middle-row {
    height: 80px; }
    .header__middle-row:last-child {
      height: 70px; }
  .header__bottom {
    height: 60px;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); }

.search-row {
  display: none; }

.logo img {
  display: block;
  width: 100%; }

.main-nav ul {
  display: flex;
  align-items: center; }
  .main-nav ul li {
    margin-right: 20px; }
    .main-nav ul li:last-child {
      margin-right: 0; }
    .main-nav ul li.active a {
      color: white; }
      .main-nav ul li.active a:after {
        transform: scaleX(1); }
  .main-nav ul a {
    font-size: 16px;
    font-family: "Lato";
    -webkit-font-smoothing: antialiased;
    color: rgba(255, 255, 255, 0.75);
    transition: color 0.2s;
    position: relative; }
    .main-nav ul a:after {
      content: '';
      position: absolute;
      bottom: -28px;
      left: 0;
      width: 100%;
      border-bottom: 2px solid #ffffff;
      transform: scaleX(0);
      transition: transform 0.2s; }
    .main-nav ul a:hover {
      color: white; }
      .main-nav ul a:hover:after {
        transform: scaleX(1); }

.lang-switcher {
  width: 80px;
  height: 35px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  display: flex;
  margin-right: 20px; }
  .lang-switcher a {
    width: 40px;
    height: 100%;
    text-align: center;
    line-height: 33px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    transition: color 0.2s; }
    .lang-switcher a:first-child {
      border-left: 1px solid #ffffff; }
    .lang-switcher a:last-child {
      border-right: 1px solid #ffffff; }
    .lang-switcher a.active {
      background-color: #fff;
      color: #002841; }
      .lang-switcher a.active:hover {
        color: #002841; }
    .lang-switcher a:hover {
      color: #fff; }

.search-icon {
  width: 35px;
  height: 35px;
  border: 1px solid #ffffff;
  position: relative;
  transition: 0.2s;
  cursor: pointer; }
  .search-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.2s; }
    .search-icon svg path, .search-icon svg polygon {
      fill: #fff;
      transition: 0.2s; }
  .search-icon .close {
    display: none; }
  .search-icon.active .close {
    display: block; }
  .search-icon.active .loop {
    display: none; }
  .search-icon:hover {
    background-color: #fff; }
    .search-icon:hover svg path, .search-icon:hover svg polygon {
      fill: #002841; }

.marquee {
  line-height: 60px;
  height: 60px;
  margin-left: -10px; }
  .marquee ul {
    display: flex; }
  .marquee a {
    font-size: 14px;
    text-transform: uppercase;
    color: #1d1f24;
    display: block;
    padding: 0 10px;
    height: 100%;
    white-space: nowrap;
    transition: box-shadow 0.2s, color 0.2s; }
    .marquee a:hover {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
      color: #002841; }

.main-search {
  display: flex; }
  .main-search .input-wrap {
    width: 100%;
    display: flex;
    margin-right: 15px;
    position: relative; }
    .main-search .input-wrap img {
      position: absolute;
      top: 50%;
      left: 15px;
      transform: translateY(-50%); }
    .main-search .input-wrap input {
      width: 100%;
      border: 1px solid rgba(255, 255, 255, 0.2);
      background-color: transparent;
      padding: 0 15px 0 40px;
      line-height: 38px;
      height: 40px;
      color: #ffffff;
      font-size: 16px; }
      .main-search .input-wrap input::placeholder {
        color: rgba(255, 255, 255, 0.5); }
  .main-search .btn {
    width: 170px;
    background-color: transparent; }
    .main-search .btn:hover {
      background-color: #fff;
      color: #002841; }

.btn-menu {
  z-index: 6;
  width: 28px;
  min-width: 25px;
  height: 40px;
  position: relative;
  transform: rotate(0deg);
  transition: .2s;
  cursor: pointer;
  margin-left: -7px; }
  .btn-menu span {
    display: block;
    position: absolute;
    border-bottom: 2px solid #fff;
    width: 100%;
    background: #ffffff;
    opacity: 1;
    left: 7.5px;
    transform: rotate(0deg);
    transition: .2s; }
    .btn-menu span:nth-child(1) {
      top: 11px; }
    .btn-menu span:nth-child(2), .btn-menu span:nth-child(3) {
      top: 19.5px; }
    .btn-menu span:nth-child(4) {
      top: 28.5px; }
  .btn-menu.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%; }
  .btn-menu.open span:nth-child(2) {
    transform: rotate(45deg); }
  .btn-menu.open span:nth-child(3) {
    transform: rotate(-45deg); }
  .btn-menu.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }

.mobile-menu {
  background-color: #002841;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 5;
  width: 100%;
  padding-top: 65px;
  padding-bottom: 30px;
  display: none; }
  .mobile-menu .container {
    opacity: 0;
    transition: 0.2s;
    transition-delay: 0.2s; }
  .mobile-menu.open .container {
    opacity: 1; }

.mob-nav {
  margin-bottom: 40px; }
  .mob-nav ul {
    display: flex;
    flex-wrap: wrap; }
  .mob-nav li {
    flex: 0 50%;
    margin-bottom: 15px; }
  .mob-nav a {
    font-size: 16px;
    color: #ffffff; }

@media (max-width: 1199.98px) {
  .marquee {
    margin-left: -9px; }
    .marquee a {
      font-size: 12px;
      padding: 0 9px; } }

@media (max-width: 991.98px) {
  .logo {
    width: 217px; }
  .header {
    margin-bottom: 30px; }
    .header__top {
      height: 54px; }
    .header__middle-row {
      height: 50px; }
      .header__middle-row:last-child {
        height: 60px;
        padding-top: 10px; }
    .header__bottom {
      height: 60px; }
  .main-nav ul a {
    font-size: 12px; }
  .lang-switcher {
    width: 58px;
    height: 26px;
    margin-right: 10px; }
    .lang-switcher a {
      width: 29px;
      line-height: 24px;
      font-size: 12px; }
  .search-icon {
    width: 26px;
    height: 26px; }
    .search-icon svg {
      width: 12px;
      height: 12px; }
    .search-icon .close {
      width: 11px;
      height: 11px; }
  .main-search .input-wrap input {
    height: 30px;
    line-height: 28px;
    font-size: 14px; }
  .main-search .input-wrap img {
    width: 12px;
    height: 12px; }
  .main-search .btn {
    height: 30px;
    line-height: 26px; }
  .marquee {
    flex-wrap: wrap;
    height: auto;
    line-height: 20px; }
    .marquee a {
      font-size: 11px; } }

@media (max-width: 767.98px) {
  .header__top {
    height: 45px; }
  .logo {
    width: 154px; } }

.footer__main {
  padding: 40px 0 30px;
  background-color: #1d1f24; }

.footer__top {
  margin-bottom: 30px; }

.footer__bot {
  padding-top: 30px;
  position: relative; }
  .footer__bot:before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .footer__bot a {
    color: #6a6a6a; }

.footer__logo {
  width: 187px;
  display: block;
  margin-bottom: 30px; }
  .footer__logo img {
    display: block;
    width: 100%; }

.footer__desc {
  position: relative;
  color: #ffffff;
  margin-bottom: 18px;
  font-size: 12px;
  line-height: 13px;
  font-family: "Geometria";
  font-weight: 300;
  max-width: 200px; }
  .footer__desc:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    border-top: 1px solid #ffffff; }

.footer__text {
  font-size: 12px;
  font-family: "Lato";
  -webkit-font-smoothing: antialiased;
  color: rgba(255, 255, 255, 0.2); }

.project-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .project-menu li {
    margin-right: 15px;
    position: relative; }
    .project-menu li:after {
      content: '-';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -10px;
      color: rgba(255, 255, 255, 0.2); }
    .project-menu li:last-child {
      margin-right: 0; }
      .project-menu li:last-child:after {
        display: none; }
  .project-menu a {
    font-size: 12px;
    font-family: "Lato";
    -webkit-font-smoothing: antialiased;
    color: rgba(255, 255, 255, 0.2);
    position: relative;
    transition: color 0.2s; }
    .project-menu a:after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      transition: border-bottom 0.2s; }
    .project-menu a:hover {
      color: white; }
      .project-menu a:hover:after {
        border-bottom: 1px solid white; }

.footer-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap; }
  .footer-menu li {
    width: 20%; }
  .footer-menu a {
    color: #ffffff;
    font-size: 16px;
    font-family: "Lato";
    -webkit-font-smoothing: antialiased;
    margin-bottom: 30px;
    display: inline-block;
    position: relative; }
    .footer-menu a:after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      transform: scaleX(0);
      transition: transform 0.2s; }
    .footer-menu a:hover:after {
      transform: scaleX(1); }

.subscribe-form__title {
  font-size: 18px;
  font-family: "Geometria";
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 30px; }

.subscribe-form__inputs {
  position: relative;
  width: 100%;
  display: flex; }
  .subscribe-form__inputs input {
    width: calc(100% - 35px);
    height: 35px;
    margin-right: 3px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 33px;
    padding: 0 10px;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    font-family: "Lato";
    -webkit-font-smoothing: antialiased;
    border-radius: 0; }
    .subscribe-form__inputs input::placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .subscribe-form__inputs input.error {
      border: 1px solid red;
      margin: 0;
      text-align: left; }
  .subscribe-form__inputs label.error {
    display: none !important; }
  .subscribe-form__inputs button {
    width: 35px;
    height: 35px;
    min-width: 35px;
    border: 1px solid #ffffff;
    cursor: pointer;
    background-color: transparent;
    transition: background-color 0.2s;
    display: flex;
    justify-content: center;
    align-items: center; }
    .subscribe-form__inputs button svg path {
      transition: 0.2s;
      fill: #ffffff; }
    .subscribe-form__inputs button:hover {
      background-color: #fff; }
      .subscribe-form__inputs button:hover svg path {
        fill: #1d1f24; }

.copyright {
  background-color: #15161a;
  padding: 30px 0;
  font-size: 12px;
  line-height: 14px;
  font-family: "Lato";
  -webkit-font-smoothing: antialiased;
  color: rgba(255, 255, 255, 0.2);
  text-align: center; }
  .copyright p {
    margin-bottom: 20px; }
    .copyright p:last-child {
      margin-bottom: 0; }

@media (max-width: 1199.98px) {
  .footer-menu a {
    margin-bottom: 15px; }
  .footer .social {
    margin-bottom: 30px; }
  .subscribe-form__title {
    margin-bottom: 15px; } }

@media (max-width: 991.98px) {
  .footer__bot {
    text-align: center; }
    .footer__bot p {
      margin-bottom: 15px; }
  .project-menu {
    justify-content: center; }
  .footer-menu li {
    width: 33%; } }

@media (max-width: 767.98px) {
  .footer-menu {
    padding-left: 30px; }
    .footer-menu li {
      width: 36%; }
  .subscribe-form__title {
    font-size: 14px;
    margin-bottom: 15px; } }

@media (max-width: 575.98px) {
  .footer-menu {
    margin-top: 30px;
    padding-left: 0;
    margin-bottom: 15px; }
  .footer .social {
    margin-bottom: 0; }
  .project-menu {
    flex-wrap: wrap;
    margin-bottom: -10px; }
    .project-menu li {
      margin-bottom: 10px; } }

.ms {
  margin-bottom: 30px; }
  .ms .posts {
    margin-bottom: 19px;
    max-height: 418px;
    overflow-y: auto;
    height: 100%; }

.ms-slider__item {
  height: 472px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .ms-slider__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(248, 80, 50, 0) 0%, rgba(246, 41, 12, 0) 0%, rgba(240, 47, 23, 0) 0%, rgba(29, 31, 36, 0) 0%, rgba(29, 31, 36, 0.76) 75%, rgba(29, 31, 36, 0.76) 100%); }

.ms-slider__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.ms-slider__item-content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  .ms-slider__item-content h4 {
    font-size: 20px;
    line-height: 26px;
    max-width: 445px;
    color: #ffffff;
    margin: 20px 0; }
  .ms-slider__item-content p {
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 445px;
    margin-bottom: 35px; }
  .ms-slider__item-content .views {
    position: absolute;
    bottom: 30px;
    right: 30px; }
  .ms-slider__item-content .data {
    color: #ffffff; }

.ms-slider__arrow-prev, .ms-slider__arrow-next {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  background-color: #1d1f24;
  transition: background-color 0.2s;
  cursor: pointer; }
  .ms-slider__arrow-prev:hover, .ms-slider__arrow-next:hover {
    background-color: #16171b; }

.ms-slider__arrow-prev {
  right: 40px; }

.ms-slider .slick-dots {
  position: absolute;
  top: 18px;
  left: 30px;
  width: auto; }
  .ms-slider .slick-dots li.slick-active .slick-dot {
    background-color: #fff; }

.ms-slider .slick-dot {
  background-color: rgba(255, 255, 255, 0.5); }
  .ms-slider .slick-dot:hover {
    background-color: #fff; }

.ms-banner {
  display: block;
  height: 221px; }
  .ms-banner:first-child {
    margin-bottom: 30px; }
  .ms-banner img {
    max-width: 100%;
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover; }

.simplebar-track {
  width: 2px;
  background-color: #dfdfdf; }

.simplebar-scrollbar {
  width: 2px;
  right: 0; }

.simplebar-content {
  padding-right: 20px; }

.simplebar-track.horizontal {
  display: none; }

@media (max-width: 991.98px) {
  .ms-slider {
    margin-bottom: 30px; }
    .ms-slider__item {
      height: 460px; }
    .ms-slider__item-bg {
      position: relative; }
    .ms-slider__item-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .ms-slider__item-content p {
        max-width: 565px;
        margin-bottom: 25px; } }

@media (max-width: 575.98px) {
  .ms .btn {
    margin: 0 auto 50px; }
  .ms-banner {
    width: calc(50% - 15px);
    height: auto;
    margin-bottom: 0; }
    .ms-banner img {
      height: auto;
      width: auto; }
    .ms-banner:first-child {
      margin-bottom: 0; }
  .ms-slider__item-bg {
    min-height: 300px; }
  .ms-slider__item {
    height: 300px; }
  .ms-slider__item-content {
    padding: 15px; }
    .ms-slider__item-content h4 {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 10px; }
    .ms-slider__item-content p {
      font-size: 12px;
      line-height: 16px; }
  .ms-slider__item-content .views {
    bottom: 15px; }
  .ms-slider .slick-dots {
    left: 15px; } }

.post-card {
  display: block !important;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  position: relative;
  transition: 0.2s; }
  .post-card__content {
    margin-bottom: 44px; }
  .post-card__img {
    width: 100%;
    height: 190px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px; }
    .post-card__img img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .post-card .tag {
    position: absolute;
    top: 15px;
    left: 15px; }
  .post-card h4 {
    color: #1d1f24;
    margin-bottom: 16px;
    padding-left: 10px;
    padding-right: 10px;
    transition: color 0.2s; }
  .post-card p {
    color: #6a6a6a;
    padding: 0 10px; }
  .post-card .data {
    position: absolute;
    left: 15px;
    bottom: 15px; }
  .post-card .views {
    position: absolute;
    right: 15px;
    bottom: 15px; }
  .post-card:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25); }
    .post-card:hover h4 {
      color: #002841; }

@media (max-width: 1199.98px) {
  .post-card h4 {
    font-size: 14px;
    margin-bottom: 10px; }
  .post-card__content {
    margin-bottom: 41px; }
  .post-card p {
    font-size: 12px; }
  .post-card__img {
    height: 160px; } }

@media (max-width: 575.98px) {
  .post-card__img {
    height: 200px; }
    .post-card__img img {
      height: 100%;
      object-fit: cover; } }

.carousel .slick-slide {
  margin: 15px 15px 0; }

.carousel .post-card {
  margin-bottom: 30px; }

.carousel--custom .carousel__item .col-lg-3:nth-child(1), .carousel--custom .carousel__item .col-lg-3:nth-child(2) {
  flex: 0 0 50%;
  max-width: 50%; }
  .carousel--custom .carousel__item .col-lg-3:nth-child(1) .post-card, .carousel--custom .carousel__item .col-lg-3:nth-child(2) .post-card {
    display: flex !important;
    align-items: flex-start; }
    .carousel--custom .carousel__item .col-lg-3:nth-child(1) .post-card .post-card__img, .carousel--custom .carousel__item .col-lg-3:nth-child(2) .post-card .post-card__img {
      width: 265px;
      min-width: 265px;
      margin-bottom: 0; }
    .carousel--custom .carousel__item .col-lg-3:nth-child(1) .post-card .post-card__content, .carousel--custom .carousel__item .col-lg-3:nth-child(2) .post-card .post-card__content {
      padding-top: 10px;
      padding-left: 10px; }
    .carousel--custom .carousel__item .col-lg-3:nth-child(1) .post-card .data, .carousel--custom .carousel__item .col-lg-3:nth-child(2) .post-card .data {
      left: 290px; }

.carousel-mini {
  margin-top: -15px; }
  .carousel-mini .slick-slide {
    margin: 15px 15px 30px 15px; }

.carousel-short {
  margin-top: -15px; }
  .carousel-short .slick-slide {
    margin: 15px 15px 30px 15px; }

.carousel .slick-list, .carousel-mini .slick-list, .carousel-short .slick-list {
  margin: 0 -15px; }

.carousel .slick-dots, .carousel-mini .slick-dots, .carousel-short .slick-dots {
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center; }

.carousel__arrow-prev, .carousel__arrow-next, .carousel-mini__arrow-prev, .carousel-mini__arrow-next, .carousel-short__arrow-prev, .carousel-short__arrow-next {
  position: absolute;
  bottom: -11px;
  cursor: pointer;
  padding: 8px 0;
  z-index: 1; }
  .carousel__arrow-prev svg path, .carousel__arrow-next svg path, .carousel-mini__arrow-prev svg path, .carousel-mini__arrow-next svg path, .carousel-short__arrow-prev svg path, .carousel-short__arrow-next svg path {
    fill: #bbbaba;
    transition: 0.2s; }
  .carousel__arrow-prev:hover svg path, .carousel__arrow-next:hover svg path, .carousel-mini__arrow-prev:hover svg path, .carousel-mini__arrow-next:hover svg path, .carousel-short__arrow-prev:hover svg path, .carousel-short__arrow-next:hover svg path {
    fill: #002841; }

.carousel__arrow-next, .carousel-mini__arrow-next, .carousel-short__arrow-next {
  right: 0; }

.carousel__arrow-prev, .carousel-mini__arrow-prev, .carousel-short__arrow-prev {
  left: 0; }

.slick-dots {
  position: relative;
  display: flex; }
  .slick-dots li {
    margin-right: 5px; }
    .slick-dots li:last-child {
      margin-right: 0; }
    .slick-dots li.slick-active .slick-dot {
      background-color: #002841; }

.slick-dot {
  width: 5px;
  max-width: 5px;
  height: 5px;
  border: none;
  background-color: #bbbaba;
  font-size: 0;
  transition: background-color 0.2s;
  cursor: pointer;
  display: block;
  text-indent: -9999px;
  overflow: hidden; }
  .slick-dot:hover {
    background-color: #002841; }

@media (max-width: 1199.98px) {
  .carousel--custom .carousel__item .col-lg-3:nth-child(1) .post-card .post-card__img, .carousel--custom .carousel__item .col-lg-3:nth-child(2) .post-card .post-card__img {
    width: 235px;
    min-width: 235px;
    height: 175px; }
  .carousel--custom .carousel__item .col-lg-3:nth-child(1) .post-card .data, .carousel--custom .carousel__item .col-lg-3:nth-child(2) .post-card .data {
    left: 260px; } }

.media-section .carousel-mini {
  margin-bottom: 30px; }
  .media-section .carousel-mini--no-margin {
    margin-bottom: 0; }
  .media-section .carousel-mini .slick-list {
    margin: 0 -15px; }
  .media-section .carousel-mini .slick-dots li.slick-active .slick-dot {
    background-color: #fff; }
  .media-section .carousel-mini .slick-dot {
    background-color: rgba(255, 255, 255, 0.2); }

.media-section .carousel__arrow-next:hover svg path {
  fill: #ffffff; }

.media-section .carousel__arrow-prev:hover svg path {
  fill: #ffffff; }

@media (max-width: 991.98px) {
  .media-section h2 {
    margin-bottom: 25px; } }

.media-card {
  display: block;
  color: #ffffff;
  position: relative; }
  .media-card__img {
    width: 100%;
    height: 180px;
    position: relative;
    margin-bottom: 20px; }
    .media-card__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .media-card h4 {
    color: rgba(255, 255, 255, 0.75);
    padding-bottom: 30px;
    transition: color 0.2s; }
  .media-card .data {
    position: absolute;
    bottom: 0;
    left: 0; }
  .media-card .views {
    position: absolute;
    bottom: 0;
    right: 0; }
  .media-card__type {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    display: flex;
    background-repeat: no-repeat;
    background-position: center; }
  .media-card--video .media-card__type {
    background-image: url(../static/img/playvideo.svg); }
  .media-card:hover h4 {
    color: white; }
  .media-card--black {
    margin-bottom: 30px; }
    .media-card--black h4 {
      color: #1d1f24; }
    .media-card--black:hover h4 {
      color: #002841; }
  .media-card--img .media-card__type {
    background-image: url(../static/img/img.svg); }

@media (max-width: 1199.98px) {
  .media-card h4 {
    font-size: 14px; } }

@media (max-width: 991.98px) {
  .media-card__img {
    height: 135px; } }

@media (max-width: 575.98px) {
  .media-card__img {
    height: 200px; }
    .media-card__img img {
      height: 100%;
      object-fit: cover; } }

.section h2 {
  margin-bottom: 10px; }

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

.section--bot h2 {
  margin-bottom: 27px; }

.section--sm-padding {
  padding-bottom: 30px; }

.section--margin-xl {
  margin-bottom: 40px; }

.section--margin-md {
  margin-bottom: 25px; }

.section--mar-top {
  margin-top: 60px; }

.people-section {
  background-color: #fff;
  margin-bottom: 0; }

.media-section {
  background-color: #002841; }
  .media-section h2 {
    color: #fff;
    margin-bottom: 25px; }

@media (max-width: 991.98px) {
  .section h2 {
    margin-bottom: 20px; }
  .section--padding {
    padding: 30px 0; }
  .section--margin-xl {
    margin-bottom: 30px; }
  .section--margin-md {
    margin-bottom: 30px; }
  .people-section {
    margin-bottom: 0; } }

@media (max-width: 767.98px) {
  .section--bot h2 {
    padding-bottom: 0; }
  .section--mar-top {
    margin-top: 40px; }
  .text-aling-sm {
    text-align: center; } }

.posts-page {
  margin-bottom: 100px; }
  .posts-page h2 {
    margin-bottom: 30px; }
  .posts-page .post-card {
    margin-bottom: 30px; }

@media (max-width: 991.98px) {
  .posts-page {
    margin-bottom: 80px; }
    .posts-page h2 {
      margin-bottom: 20px; } }

@media (max-width: 767.98px) {
  .posts-page {
    margin-bottom: 30px; } }

.vertical-banner {
  display: block;
  width: 100%;
  height: 390px;
  margin-bottom: 30px; }
  .vertical-banner img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }

.banner {
  display: block;
  position: relative; }
  .banner:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 2px solid #002841; }
  .banner .tag {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  .banner img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover; }

@media (max-width: 1199.98px) {
  .vertical-banner {
    height: 351px; } }

@media (max-width: 991.98px) {
  .vertical-banner {
    height: auto; } }

@media (max-width: 767.98px) {
  .banner:after {
    display: none; }
  .banner .tag {
    display: none; } }

.breadcrumbs {
  margin-top: -20px;
  margin-bottom: 40px; }
  .breadcrumbs__item {
    display: inline;
    margin-right: 20px;
    position: relative; }
    .breadcrumbs__item:after {
      content: '\2014';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -16px; }
    .breadcrumbs__item:last-child:after {
      display: none; }
  .breadcrumbs__link {
    display: inline;
    font-size: 12px;
    font-weight: 500;
    color: #002841; }
    .breadcrumbs__link:not([href]) {
      color: #bbb9b9; }
    .breadcrumbs__link:hover {
      color: #002841; }

.nav-links span.page-numbers.current {
  color: #ffffff; }

@media (max-width: 767.98px) {
  .breadcrumbs {
    margin-top: -10px;
    margin-bottom: 30px; } }

.nav-links {
  display: flex;
  margin-top: 10px; }
  .nav-links .page-numbers {
    width: 35px;
    height: 35px;
    background-color: rgba(187, 186, 186, 0.5);
    display: block;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    font-family: "Geometria";
    text-transform: uppercase;
    color: #333333;
    font-weight: 500;
    margin-right: 10px;
    border: none;
    transition: color 0.2s, background-color 0.2s; }
    .nav-links .page-numbers:hover {
      background-color: #002841;
      color: #fff; }
    .nav-links .page-numbers.next, .nav-links .page-numbers.prev {
      width: 95px;
      height: 35px;
      line-height: 35px;
      background-color: #002841;
      color: #fff; }
    .nav-links .page-numbers.dots {
      color: #ffffff; }
    .nav-links .page-numbers:last-child {
      margin-right: 0; }
  .nav-links span.page-numbers {
    background-color: #002841; }

@media (max-width: 991.98px) {
  .nav-links {
    margin-bottom: 50px; } }

@media (max-width: 767.98px) {
  .nav-links {
    margin-top: 20px; } }

.article {
  margin-bottom: 100px; }
  .article__header {
    margin-bottom: 20px; }
    .article__header .tag {
      margin-right: 20px; }
    .article__header .views {
      margin-right: 15px; }
  .article__footer {
    background-color: #002841;
    padding: 17px 30px;
    margin-bottom: 40px; }
    .article__footer .data {
      color: #ffffff; }
    .article__footer .btn {
      margin-right: 0; }
  .article__info {
    margin-bottom: 30px; }
  .article__tags {
    margin-right: -8px; }
    .article__tags ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .article__tags ul li {
        margin-right: 8px; }
        .article__tags ul li a {
          height: 30px;
          line-height: 30px;
          background-color: #bbbaba;
          padding: 0 20px;
          margin-bottom: 5px;
          color: #002841;
          display: block;
          transition: 0.2s; }
          .article__tags ul li a:before {
            color: #002841;
            content: '#'; }
          .article__tags ul li a:hover {
            color: #002841;
            background-color: #a2a0a0; }
  .article .author {
    font-size: 16px;
    color: #1d1f24;
    padding-top: 6px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 20px; }
  .article h1 {
    margin-bottom: 25px; }
  .article__body hr {
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0;
    margin: 20px 0; }
  .article__body img {
    margin-bottom: 24px;
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover; }
  .article__body p {
    font-size: 18px;
    line-height: 24px;
    color: #1d1f24;
    margin-bottom: 24px; }
    .article__body p i {
      font-weight: 700; }
    .article__body p a {
      color: #002841;
      text-decoration: underline; }
    .article__body p iframe {
      margin-bottom: 0; }
  .article__body iframe {
    width: 100%;
    margin-bottom: 24px; }
  .article__body blockquote {
    border: 3px solid #1d1f24;
    padding: 77px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    line-height: 30px;
    position: relative; }
    .article__body blockquote:before {
      content: '';
      position: absolute;
      top: 33px;
      left: 33px;
      width: 24px;
      height: 22px;
      background-image: url(../static/img/quote-up.svg);
      background-size: contain;
      background-repeat: no-repeat; }
    .article__body blockquote:after {
      content: '';
      position: absolute;
      bottom: 33px;
      right: 33px;
      width: 24px;
      height: 22px;
      background-image: url(../static/img/quote-down.svg);
      background-size: contain;
      background-repeat: no-repeat; }
  .article .wp-caption {
    width: 100% !important; }

.wp-polls-ul {
  margin: 0 !important; }
  .wp-polls-ul li {
    display: flex !important;
    align-items: center;
    margin-bottom: 10px; }
    .wp-polls-ul li input {
      margin-right: 5px;
      min-width: 13px;
      width: 13px;
      height: 13px; }
    .wp-polls-ul li label {
      font-size: 16px; }

.wp-polls .pollbar {
  display: none !important; }

.wp-polls {
  margin-bottom: 30px !important; }

@media (max-width: 991.98px) {
  .article {
    margin-bottom: 80px; }
    .article__footer {
      margin-bottom: 40px; }
    .article__body p {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 20px; }
    .article__body img {
      margin-bottom: 20px; }
    .article__body iframe {
      margin-bottom: 20px;
      height: 350px; }
    .article__body blockquote {
      padding: 50px;
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 26px; }
    .article .section--bot {
      margin-bottom: 60px; } }

@media (max-width: 767.98px) {
  .article {
    margin-bottom: 60px; }
    .article__body iframe {
      height: 300px; }
    .article__tags {
      margin-right: 0; }
      .article__tags ul {
        justify-content: flex-start; }
    .article .author {
      font-size: 16px;
      color: #1d1f24;
      padding-top: 6px;
      line-height: 20px;
      font-weight: 700;
      margin-bottom: 10px; }
    .article .section--bot {
      margin-bottom: 40px; } }

@media (max-width: 575.98px) {
  .article__header .col-12:first-child {
    margin-bottom: 10px; }
  .article__body p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px; }
  .article__body iframe {
    height: 300px; }
  .article__body blockquote {
    padding: 30px;
    font-size: 14px;
    line-height: 20px; }
    .article__body blockquote:before {
      left: 15px;
      top: 15px;
      width: 18px;
      height: 16px; }
    .article__body blockquote:after {
      bottom: 15px;
      right: 15px;
      width: 18px;
      height: 16px; }
  .article__footer .data {
    text-align: center;
    margin-bottom: 10px;
    width: 100%; } }

.sidebar__block {
  margin-bottom: 60px; }

.sidebar h3 {
  margin-bottom: 25px;
  color: #1d1f24; }

.sidebar .posts {
  padding-bottom: 30px; }
  .sidebar .posts li:last-child a {
    border-bottom: none; }

.popular-media__item {
  margin-bottom: 25px; }
  .popular-media__item:last-child {
    margin-bottom: 0; }

.popular-media__item__type {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  display: flex;
  background-repeat: no-repeat;
  background-position: center; }

.popular-media__link--img .popular-media__item__type {
  background-image: url(../static/img/img.svg); }

.popular-media__link--video .popular-media__item__type {
  background-image: url(../static/img/playvideo.svg); }

.popular-media__link {
  display: block; }
  .popular-media__link:hover h4 {
    color: #002841; }

.popular-media__img {
  width: 100%;
  height: 180px;
  margin-bottom: 20px;
  position: relative; }
  .popular-media__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.popular-media h4 {
  color: #1d1f24;
  transition: color 0.2s; }

@media (max-width: 991.98px) {
  .sidebar__block {
    margin-bottom: 40px; }
  .popular-media {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .popular-media__item {
      width: calc(50% - 15px); }
      .popular-media__item:nth-child(3) {
        margin-bottom: 0; } }

@media (max-width: 767.98px) {
  .popular-media__img {
    height: auto; } }

@media (max-width: 575.98px) {
  .popular-media__item {
    width: 100%; }
    .popular-media__item:nth-child(3) {
      margin-bottom: 30px; } }

.filter {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding-bottom: 20px; }
  .filter__item-header {
    height: 50px;
    border-bottom: 1px solid rgba(187, 186, 186, 0.3);
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    background-color: #ffffff;
    transition: background-color 0.2s; }
    .filter__item-header h4 {
      line-height: 50px;
      transition: color 0.2s;
      font-family: "Geometria"; }
    .filter__item-header:after {
      content: '';
      position: absolute;
      top: 23px;
      right: 28px;
      width: 18px;
      height: 11px;
      background-image: url(../static/img/chevron-down.svg);
      background-repeat: no-repeat;
      background-size: contain;
      transition: transform 0.2s; }
    .filter__item-header.active {
      background-color: #002841; }
      .filter__item-header.active:after {
        top: 20px;
        transform: rotateX(180deg);
        background-image: url(../static/img/chevron-down-white.svg); }
      .filter__item-header.active h4 {
        color: #fff; }
  .filter__item-values {
    padding: 20px 0;
    display: none;
    border-bottom: 1px solid rgba(187, 186, 186, 0.3);
    max-height: 215px;
    overflow-y: auto; }
    .filter__item-values li {
      margin-bottom: 15px; }
      .filter__item-values li:last-child {
        margin-bottom: 0; }
  .filter .btn {
    margin: 20px 30px 0 30px;
    width: calc(100% - 60px); }

.input-value {
  position: relative;
  display: block;
  cursor: pointer; }
  .input-value p {
    font-size: 16px;
    color: #6e6e6e;
    padding-left: 30px;
    padding-right: 45px; }
  .input-value input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .input-value input:checked ~ .input-value__checkmark:after {
      opacity: 1; }
  .input-value__checkmark {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border: 1px solid #6e6e6e; }
    .input-value__checkmark:after {
      content: '';
      position: absolute;
      width: 11px;
      height: 9px;
      top: -1.5px;
      left: 50%;
      transform: translateX(-50%);
      background-image: url(../static/img/check-icon.svg);
      background-size: contain;
      background-repeat: no-repeat;
      opacity: 0;
      transition: opacity 0.2s; }

@media (max-width: 1199.98px) {
  .filter__item-header {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 40px; }
  .filter .btn {
    margin: 20px 15px 0 15px;
    width: calc(100% - 30px); } }

@media (max-width: 991.98px) {
  .filter {
    margin-bottom: 50px; } }

.media-page {
  margin-bottom: 70px; }
  .media-page h1 {
    margin-bottom: 20px; }
  .media-page p {
    margin-bottom: 26px; }
  .media-page__header .data {
    margin-bottom: 20px; }
  .media-page__footer {
    margin-bottom: 60px;
    margin-top: 15px; }
  .media-page .media-card {
    margin-bottom: 0; }

.media-slider__arrow-prev {
  left: 0;
  top: 0;
  height: 100%;
  width: 100px;
  position: absolute;
  cursor: pointer;
  z-index: 1; }

.media-slider__arrow-next {
  right: 0;
  top: 0;
  height: 100%;
  position: absolute;
  width: 100px;
  cursor: pointer;
  z-index: 1; }

.media-slider__item {
  position: relative; }
  .media-slider__item img, .media-slider__item iframe {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover; }
  .media-slider__item iframe {
    width: 100% !important;
    height: 500px; }
  .media-slider__item p {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    padding: 15px 30px;
    background-color: #1d1f24;
    text-align: center;
    max-width: 720px;
    width: 100%;
    margin-bottom: 0;
    max-width: calc(100% - 60px); }

.media-slider-preview .slick-list {
  margin: 0 -1px; }

.media-slider-preview .slick-slide {
  margin: 15px 1px; }

.media-slider-preview__item {
  position: relative;
  transition: 0.2s;
  cursor: pointer; }
  .media-slider-preview__item img {
    height: 125px;
    object-fit: cover;
    width: 100%; }
  .media-slider-preview__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1d1f24;
    opacity: 0.7;
    transition: 0.2s; }
  .media-slider-preview__item:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5); }
    .media-slider-preview__item:hover:after {
      opacity: 0; }

.media-slider-preview__arrow-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #1d1f24;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  z-index: 1;
  cursor: pointer; }
  .media-slider-preview__arrow-next:hover {
    background-color: #16171b; }

.media-slider-preview__arrow-prev {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #1d1f24;
  display: flex;
  justify-content: center;
  align-items: center; }
  .media-slider-preview__arrow-prev:hover {
    background-color: #16171b; }

@media (max-width: 991.98px) {
  .media-slider__item p {
    padding: 15px; }
  .media-slider__item iframe {
    height: 400px; }
  .media-page__footer {
    margin-bottom: 40px; } }

@media (max-width: 767.98px) {
  .media-slider-preview__item img {
    height: 100px; }
  .media-slider-preview__item iframe {
    height: 350px; }
  .media-page {
    margin-bottom: 60px; }
  .media-slider__item p {
    position: relative;
    bottom: 0;
    left: 0;
    transform: translate(0);
    width: 100%;
    max-width: 100%; } }

@media (max-width: 767.98px) {
  .media-slider__item iframe {
    height: 300px; } }

.item__header {
  margin-bottom: 25px; }

.item__img {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px; }
  .item__img img {
    max-width: 100%;
    max-height: 100%;
    width: 100%; }

.item .flex-md-column-reverse .btn--fix-width {
  margin-bottom: 40px; }

.item__img-logo {
  height: 100%;
  min-height: 160px;
  margin-bottom: 0; }
  .item__img-logo img {
    padding: 20px; }

.item__ava {
  height: auto;
  min-height: auto; }

.item h3 {
  margin-bottom: 20px; }

.item__info-list {
  margin-bottom: 40px; }
  .item__info-list li {
    position: relative;
    line-height: 29px;
    color: #1d1f24;
    font-weight: 500;
    margin-bottom: 10px; }
    .item__info-list li img {
      margin-right: 10px; }
    .item__info-list li:last-child {
      margin-bottom: 0; }
    .item__info-list li a {
      color: #1d1f24;
      transition: 0.2s; }
      .item__info-list li a:hover {
        color: #002841; }

.item__info {
  width: 100%;
  background-color: #fff;
  position: relative;
  border-top: 2px solid #002841;
  border-bottom: 2px solid #002841;
  padding: 27px 0 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .item__info li {
    padding-left: 50px;
    width: 50%;
    color: #1d1f24;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 18px; }
    .item__info li span {
      font-weight: 400;
      color: #6e6e6e;
      display: inline-block;
      margin-right: 10px; }
    .item__info li p {
      display: inline-block;
      text-transform: lowercase; }
    .item__info li:nth-child(2n) {
      padding-left: 0;
      padding-right: 50px; }

.item__info--block {
  display: block; }
  .item__info--block li {
    width: 100%; }
    .item__info--block li:nth-child(2n) {
      padding-left: 50px;
      padding-right: 0px; }

.item__info--margin {
  margin-bottom: 30px; }

.item__text {
  margin-bottom: 30px; }
  .item__text p {
    color: #1d1f24;
    margin-bottom: 16px; }
    .item__text p:last-child {
      margin-bottom: 0; }
  .item__text img {
    display: block;
    width: 100%;
    height: 100%; }

.item__text-part-2 {
  display: none;
  padding-top: 16px; }
  .item__text-part-2 p {
    color: #1d1f24;
    margin-bottom: 16px; }
    .item__text-part-2 p:last-child {
      margin-bottom: 0; }

.item__top-row {
  margin-bottom: 40px; }

.item__bot-row h3 {
  line-height: 22px; }

.item-company .item__text {
  margin-bottom: 0; }

@media (max-width: 1199.98px) {
  .item__img-logo {
    padding: 15px; } }

@media (max-width: 991.98px) {
  .item__info {
    display: block; }
    .item__info li {
      width: 100%;
      padding-left: 30px;
      margin-bottom: 10px;
      padding-right: 30px; }
      .item__info li:nth-child(2n) {
        padding-left: 30px;
        padding-right: 30px; } }

@media (max-width: 767.98px) {
  .item__top-row {
    margin-bottom: 30px; }
  .item__img-logo {
    height: 160px; }
    .item__img-logo img {
      width: auto;
      padding: 0; }
  .item__img-ava {
    width: 260px;
    margin: 0 auto 30px; }
  .item__img {
    margin-bottom: 30px; }
  .item__info-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    .item__info-list li {
      width: 50%; }
  .item__info--margin {
    margin-top: 30px;
    margin-bottom: 0; }
  .item .btn--fix-width {
    margin-bottom: 0px; }
  .item__text {
    margin-bottom: 30px; } }

@media (max-width: 575.98px) {
  .item__info {
    display: block;
    padding: 20px 0 4px; }
    .item__info li {
      padding-left: 15px; }
      .item__info li:nth-child(2n) {
        padding-left: 15px; }
  .item__info-list {
    display: block; }
    .item__info-list li {
      width: 100%; } }

.item-card {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px; }
  .item-card--logo {
    height: 180px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .item-card--logo img {
      max-height: 100%;
      max-width: 100%;
      object-fit: cover; }
    .item-card--logo .item-card__img {
      padding: 5px; }
  .item-card--ava {
    display: block;
    padding-bottom: 20px; }
  .item-card__img {
    padding: 5px 5px 20px 5px;
    display: block; }
    .item-card__img img {
      display: block;
      width: 100%;
      height: auto; }
  .item-card h3 {
    color: #1d1f24;
    text-align: center;
    margin-bottom: 5px; }
  .item-card p {
    color: #1d1f24;
    margin-bottom: 10px;
    text-align: center; }
  .item-card .amount-votes {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #002841; }
  .item-card .btn {
    width: calc(100% - 60px);
    margin: 0 auto; }

.reset-btn {
  margin-top: 5px !important; }

.item-page {
  margin-bottom: 100px; }
  .item-page__header {
    margin-bottom: 30px; }
    .item-page__header h2 {
      margin-bottom: 20px; }
    .item-page__header p a {
      font-size: 14px;
      line-height: 18px;
      color: #6a6a6a; }

.item-search {
  margin-bottom: 60px; }
  .item-search__input-wrap {
    position: relative; }
    .item-search__input-wrap:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 30px;
      width: 17px;
      height: 17px;
      background-image: url(../static/img/search-grey.svg);
      background-size: cover;
      background-repeat: no-repeat; }
  .item-search__input {
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border: none;
    height: 50px;
    line-height: 50px;
    padding-left: 60px;
    font-size: 16px;
    color: #1d1f24; }
    .item-search__input::placeholder {
      color: #bbb9b9;
      transition: 0.2s; }
    .item-search__input:focus::placeholder {
      color: #1d1f24; }

@media (max-width: 991.98px) {
  .item-page {
    margin-bottom: 80px; }
    .item-page__header {
      margin-bottom: 30px; }
  .item-search {
    margin-bottom: 30px; } }

@media (max-width: 767.98px) {
  .item-page {
    margin-bottom: 60px; }
  .item-search__input {
    padding-left: 40px; }
  .item-search__input-wrap:after {
    left: 15px; } }

#tribe-events-content {
  margin-top: 26px; }

.tribe-events-nav-pagination {
  background-color: #002841; }

.tribe-events-sub-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px; }

.tribe-events-page-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0; }

.tribe-events-nav-previous {
  padding-left: 30px;
  display: flex;
  align-items: center;
  margin: 0;
  cursor: pointer; }
  .tribe-events-nav-previous svg path {
    transition: 0.2s;
    fill: rgba(255, 255, 255, 0.3); }
  .tribe-events-nav-previous a {
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    margin-left: 10px;
    transition: color 0.2s; }
  .tribe-events-nav-previous:hover svg path {
    fill: white; }
  .tribe-events-nav-previous:hover a {
    color: #ffffff; }

.tribe-events-nav-next {
  padding-right: 30px;
  display: flex;
  align-items: center;
  margin: 0;
  cursor: pointer; }
  .tribe-events-nav-next a {
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    margin-right: 10px;
    transition: color 0.2s; }
  .tribe-events-nav-next svg path {
    fill: rgba(255, 255, 255, 0.3); }
  .tribe-events-nav-next:hover svg path {
    fill: white; }
  .tribe-events-nav-next:hover a {
    color: #ffffff; }

#tribe-events-content table.tribe-events-calendar, #tribe-events-header {
  margin: 0;
  border: none;
  border-collapse: unset; }

#tribe-events-content table.tribe-events-calendar {
  margin-top: 15px;
  width: calc(100% + 30px);
  margin-left: -15px;
  border-spacing: 15px; }

.tribe-events-abbr tribe-event-date-start {
  text-transform: lowercase; }

.tribe-events-calendar thead th {
  background-color: transparent;
  font-size: 18px;
  color: #1d1f24;
  line-height: 1;
  height: auto;
  padding: 0;
  text-transform: none;
  border: none; }

.tribe-events-calendar div[id*=tribe-events-daynum-] {
  width: 40px;
  height: 40px;
  background-color: rgba(187, 186, 186, 0.5);
  font-size: 18px;
  font-weight: 700;
  color: #1d1f24;
  font-family: 'Geometria';
  margin: 20px 10px;
  text-align: center;
  line-height: 40px; }

.tribe-events-calendar td div[id*=tribe-events-daynum-] {
  padding: 0;
  line-height: 40px; }

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
  background-color: #002841;
  color: #fff; }

.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] {
  background-color: rgba(187, 186, 186, 0.3);
  color: rgba(29, 31, 36, 0.3); }

#tribe-events-content .tribe-events-calendar td {
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
  height: auto;
  padding: 0 0 0px 0; }
  #tribe-events-content .tribe-events-calendar td:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4); }

.tribe-events-start-time {
  color: #6a6a6a;
  font-size: 12px;
  margin-bottom: 7px; }

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  padding: 0; }
  #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a {
    font-size: 12px;
    color: #1d1f24;
    line-height: 16px;
    transition: color 0.2s; }
  #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title:hover {
    color: #002841; }

.events-archive.events-gridview #tribe-events-content table .tribe-events-last {
  padding: 0 0 20px 0;
  margin: 0 10px; }

#tribe-events-footer {
  display: none; }

#tribe-events .tribe-events-button {
  display: none; }

.tribe-bar-disabled {
  display: none; }

.tribe-events-calendar .tribe-events-tooltip {
  background-color: #002841;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 15px 20px; }

.tribe-events-arrow {
  background-image: none; }

h3.entry-title {
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  display: none; }

.tribe-event-description {
  font-size: 14px;
  color: #ffffff;
  line-height: 18px; }

.tribe-events-abbr.tribe-event-date-start {
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5);
  display: block; }

.trible-event-abbr.tribe-event-time {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5); }

.tribe-event-loc {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5); }

.tribe-events-arrow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #002841; }

.tribe-events-tooltip.tribe-events-tooltip-flipdown:before {
  width: 0;
  height: 0;
  border: none;
  border-bottom-color: transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #002841;
  top: -12px; }

#tribe-events-content .tribe-events-calendar .tribe-events-othermonth:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4); }

#tribe-mobile-container {
  margin-bottom: 0;
  margin-top: 15px; }
  #tribe-mobile-container .tribe-events-event-image {
    display: none; }
  #tribe-mobile-container .tribe-event-description {
    margin-bottom: 15px; }

.tribe-mobile-day-heading {
  display: none; }

#tribe-mobile-container .type-tribe_events {
  padding: 0; }

#tribe-mobile-container .tribe-event-description {
  color: #1d1f24; }

#tribe-mobile-container .trible-event-abbr.tribe-event-time {
  color: #1d1f24;
  font-size: 12px; }

#tribe-mobile-container .tribe-events-event-schedule-details {
  margin: 0 0 6px 0;
  display: block;
  line-height: 16px; }
  #tribe-mobile-container .tribe-events-event-schedule-details span {
    display: block;
    font-size: 12px;
    color: #1d1f24; }

.tribe-event-date-start {
  text-transform: lowercase; }

#tribe-mobile-container .type-tribe_events h4 a {
  color: #1d1f24; }

@media (max-width: 991.98px) {
  #tribe-events-content table.tribe-events-calendar {
    border-spacing: 10px;
    width: calc(100% + 20px);
    margin-left: -10px; }
  .tribe-events-start-time {
    font-size: 11px; }
  .events-archive.events-gridview #tribe-events-content table .tribe-events-last {
    padding-bottom: 10px; }
  .tribe-events-calendar div[id*=tribe-events-daynum-] {
    margin: 10px; } }

@media (max-width: 767.98px) {
  .tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-] {
    background-color: transparent; }
  #tribe-events-pg-template {
    padding: 0; }
  .tribe-events-calendar div[id*=tribe-events-daynum-] {
    width: auto;
    height: auto;
    line-height: 1;
    margin: 0; }
  #tribe-events-footer ~ a.tribe-events-ical.tribe-events-button {
    display: none; }
  .tribe-events-calendar .tribe-events-has-events:after {
    margin: -5px auto 5px; }
  #tribe-events-footer:after, #tribe-events-header:after, #tribe-events-footer:before, #tribe-events-header:before {
    display: none; }
  .tribe-events-nav-previous {
    padding-left: 15px; }
  .tribe-events-nav-next {
    padding-right: 15px; }
  .tribe-events-page-title {
    white-space: nowrap;
    margin-top: 0;
    background-color: #002841; }
  .tribe-events-title-bar {
    margin-right: 0; } }

.event {
  margin-bottom: 100px; }
  .event__preview img {
    display: block;
    width: 100%; }
  .event__header {
    margin-bottom: 30px; }
    .event__header h1 {
      margin-bottom: 30px; }
  .event__links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px; }
  .event__content {
    margin-bottom: 40px; }
    .event__content img {
      margin-bottom: 24px;
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover; }
    .event__content p {
      font-size: 18px;
      line-height: 24px;
      color: #1d1f24;
      margin-bottom: 24px; }
      .event__content p i {
        font-weight: 700; }
      .event__content p b {
        font-weight: 700; }
      .event__content p a {
        color: #002841;
        text-decoration: underline; }
    .event__content hr {
      width: 100%;
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      padding: 0;
      margin: 20px 0; }
    .event__content iframe {
      width: 100%;
      height: 450px;
      margin-bottom: 24px; }
    .event__content ul {
      margin-bottom: 24px; }
      .event__content ul li {
        position: relative;
        padding-left: 20px;
        font-size: 18px;
        line-height: 24px;
        color: #1d1f24;
        margin-bottom: 24px; }
        .event__content ul li:before {
          content: '';
          position: absolute;
          top: 7px;
          left: 0;
          width: 8px;
          height: 8px;
          background-image: url(../static/img/square.svg);
          background-size: contain;
          background-repeat: no-repeat; }
  .event__notice {
    padding: 24px 30px;
    background-color: #002841;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff; }
    .event__notice a {
      text-decoration: underline;
      color: #ffffff; }
  .event .tribe-events-nav-pagination {
    background-color: transparent; }
  .event .tribe-events-sub-nav li:first-child a {
    width: 244px;
    height: 40px;
    line-height: 40px;
    background-color: #002841;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Geometria";
    transition: background-color 0.2s; }
    .event .tribe-events-sub-nav li:first-child a svg {
      width: 10px;
      height: 10px;
      margin-right: 12px; }
      .event .tribe-events-sub-nav li:first-child a svg polygon {
        fill: #ffffff; }
    .event .tribe-events-sub-nav li:first-child a:hover {
      background-color: #1d1f24;
      color: #ffffff; }
  .event .tribe-events-sub-nav li:last-child a {
    border: 2px solid #002841;
    line-height: 36px;
    height: 40px;
    width: 244px;
    color: #002841;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Geometria";
    font-weight: 700;
    background-color: transparent; }
    .event .tribe-events-sub-nav li:last-child a svg {
      width: 10px;
      height: 10px;
      margin-left: 30px; }
      .event .tribe-events-sub-nav li:last-child a svg polygon {
        transition: 0.2s;
        fill: #002841; }
    .event .tribe-events-sub-nav li:last-child a:hover {
      background-color: #002841;
      color: #ffffff;
      transition: 0.2s; }
      .event .tribe-events-sub-nav li:last-child a:hover svg polygon {
        fill: #ffffff; }

.tribe-events-calendar div[id*=tribe-events-event-] {
  padding: 0 10px 10px 10px; }

.event-info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  .event-info__item {
    width: 50%;
    margin-bottom: 30px;
    color: #1d1f24;
    font-size: 18px;
    font-weight: 700; }
    .event-info__item span {
      font-weight: 400;
      color: #6e6e6e;
      font-size: 16px;
      margin-right: 10px; }
    .event-info__item:last-child {
      width: 100%;
      margin-bottom: 0; }
    .event-info__item a {
      color: #002841;
      text-decoration: underline; }
      .event-info__item a:hover {
        text-decoration: none;
        color: #002841; }
    .event-info__item:first-child {
      text-transform: lowercase; }
      .event-info__item:first-child span {
        text-transform: capitalize; }

.future-events h3 {
  margin-bottom: 26px; }

.future-event {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  margin-bottom: 10px;
  display: flex; }
  .future-event__img {
    width: 150px;
    height: 110px;
    min-width: 150px; }
    .future-event__img img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .future-event__body {
    padding: 15px 10px 15px; }
  .future-event__data {
    font-size: 14px;
    color: #6a6a6a;
    text-transform: lowercase; }
  .future-event__time {
    display: block;
    font-size: 14px;
    color: #6a6a6a;
    line-height: 18px;
    margin-bottom: 10px;
    text-transform: lowercase; }
  .future-event__title {
    font-size: 14px;
    line-height: 18px;
    color: #1d1f24;
    transition: color 0.2s;
    display: block; }
    .future-event__title:hover {
      color: #002841; }

.questions-section {
  margin-bottom: 40px; }
  .questions-section > h2 {
    margin-bottom: 30px; }

.question-block {
  padding: 40px 45px;
  background-color: #fff;
  border-top: 2px solid #002841;
  border-bottom: 2px solid #002841;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden; }
  .question-block div span {
    display: inline-block;
    margin-bottom: 15px; }
  .question-block ul li {
    font-weight: 500;
    color: #1d1f24;
    margin-bottom: 10px;
    white-space: nowrap; }
    .question-block ul li:last-child {
      margin-bottom: 0; }
    .question-block ul li a {
      color: #002841;
      text-decoration: underline; }
    .question-block ul li img {
      margin-right: 10px; }

.events-archive.events-gridview #tribe-events-content table .tribe-events-last {
  padding: 6px 8px;
  margin: 0 5%; }

.tribe-events-viewmore {
  padding: 9px 8px 3px; }
  .tribe-events-viewmore a {
    color: #002841; }

#tribe-events-content .tribe-events-calendar td {
  padding-bottom: 6px; }

.tribe-events-notices {
  display: none !important; }

@media (max-width: 1199.98px) {
  .question-block {
    padding: 30px; }
    .question-block ul {
      display: block; }
      .question-block ul li {
        margin-right: 0;
        margin-bottom: 10px; }
        .question-block ul li:last-child {
          margin-bottom: 0; } }

@media (max-width: 991.98px) {
  .event {
    margin-bottom: 80px; }
    .event__content p {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 20px; }
    .event__content img {
      margin-bottom: 20px; }
    .event__content iframe {
      margin-bottom: 20px; }
    .event__content ul {
      margin-bottom: 20px; }
      .event__content ul li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px; }
    .event h1 {
      margin-bottom: 20px; }
    .event__preview {
      margin-bottom: 30px; }
    .event__notice {
      font-size: 16px;
      line-height: 22px; }
  .event-info__item {
    margin-bottom: 20px;
    font-size: 16px; }
  .event .tribe-events-nav-pagination {
    margin-bottom: 40px; } }

@media (max-width: 767.98px) {
  .event {
    margin-bottom: 60px; }
    .event__links {
      margin-bottom: 30px; }
    .event__content {
      margin-bottom: 30px; }
    .event__notice {
      margin-bottom: 30px; }
  .question-block {
    padding: 30px;
    margin-bottom: 30px; } }

@media (max-width: 575.98px) {
  .event__content img {
    margin-bottom: 15px; }
  .event__content ul {
    margin-bottom: 15px; }
    .event__content ul li {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 15px; }
  .event__content p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px; }
  .event .btn--fix-width {
    width: 230px; }
  .event__preview {
    margin-bottom: 20px; }
  .event__notice {
    padding: 20px 15px; }
    .event__notice p {
      font-size: 14px;
      line-height: 18px; }
  .event .tribe-events-sub-nav {
    display: block;
    height: auto; }
    .event .tribe-events-sub-nav li {
      margin-bottom: 10px; }
      .event .tribe-events-sub-nav li:first-child a {
        width: 100%; }
      .event .tribe-events-sub-nav li:last-child a {
        width: 100%; }
  .event-info {
    display: block; }
    .event-info__item {
      width: 100%;
      line-height: 18px;
      margin-bottom: 10px;
      font-size: 14px; }
      .event-info__item span {
        font-size: 14px; }
  .question-block {
    display: block;
    padding: 25px 15px; }
    .question-block div {
      margin-bottom: 20px; }
      .question-block div span {
        margin-bottom: 5px; } }

.error {
  background-color: #002841;
  margin-top: -40px;
  padding: 100px 0;
  text-align: center; }
  .error img {
    width: 100%;
    display: block;
    max-width: 752px;
    margin: 0 auto 50px; }
  .error h1 {
    color: #ffffff;
    font-family: Geometria;
    font-size: 40px;
    margin-bottom: 30px; }
  .error p {
    margin: 0 auto 46px;
    color: rgba(255, 255, 255, 0.5); }
  .error .btn {
    margin: 0 auto; }

@media (max-width: 991.98px) {
  .error {
    padding: 80px 0; } }

@media (max-width: 767.98px) {
  .error {
    padding: 60px 0; }
    .error img {
      margin-bottom: 30px; }
    .error h1 {
      margin-bottom: 20px; }
    .error p {
      margin-bottom: 30px; } }

.not-found h1 {
  margin-bottom: 25px; }

.popup {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  background-color: #fff;
  color: #1d1f24;
  text-align: center;
  position: relative;
  z-index: 5; }
  .popup h2 {
    line-height: 1.4; }

.subscribe-popup {
  position: fixed;
  bottom: -100%;
  transition: 0.2s;
  visibility: hidden;
  opacity: 0;
  left: 0;
  width: 100%;
  background-color: #1d1f24;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  z-index: 10;
  padding: 20px 0; }
  .subscribe-popup.active {
    bottom: 0;
    opacity: 1;
    visibility: visible; }
  .subscribe-popup__text {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff; }
    .subscribe-popup__text a {
      display: inline;
      margin-left: 5px;
      color: rgba(255, 255, 255, 0.3);
      position: relative; }
      .subscribe-popup__text a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .subscribe-popup__close {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border: 2px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
    cursor: pointer; }
    .subscribe-popup__close svg {
      width: 35%;
      height: 35%; }
      .subscribe-popup__close svg polygon {
        transition: 0.2s;
        fill: #ffffff; }
    .subscribe-popup__close:hover {
      background-color: #fff; }
      .subscribe-popup__close:hover svg polygon {
        fill: #1d1f24; }
  .subscribe-popup .btn {
    width: 100%;
    margin-right: 10px; }

.popup-overlay {
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; }
  .popup-overlay.active {
    display: block; }

.social-popup {
  max-width: 555px;
  min-width: 290px;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  margin: 0 auto;
  padding: 40px 30px;
  position: relative;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 10; }
  .social-popup.active {
    display: block; }
  .social-popup__title {
    margin-bottom: 20px; }
  .social-popup__text {
    max-width: 300px;
    margin: 0 auto 20px;
    line-height: 18px; }
  .social-popup__links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .social-popup__close-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center; }
    .social-popup__close-btn svg {
      width: 15px;
      height: 15px; }
      .social-popup__close-btn svg polygon {
        fill: #1d1f24; }

.fb-btn {
  width: 200px;
  height: 40px;
  line-height: 40px;
  background-color: #3b5998;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 10px;
  transition: 0.2s;
  margin: 0 5px; }
  .fb-btn:hover {
    color: #ffffff;
    background-color: #2d4373; }

.tl-btn {
  width: 200px;
  height: 40px;
  line-height: 40px;
  background-color: #2ca5e0;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  transition: 0.2s;
  margin: 0 5px; }
  .tl-btn:hover {
    color: #ffffff;
    background-color: #1c88bd; }

@media (max-width: 1199.98px) {
  .subscribe-popup__text a {
    display: inline-block;
    margin-left: 0; } }

@media (max-width: 991.98px) {
  .subscribe-popup__text {
    margin-bottom: 15px;
    font-size: 16px; }
    .subscribe-popup__text a {
      margin-left: 5px; } }

@media (max-width: 767.98px) {
  .popup {
    padding: 30px; }
    .popup h2 {
      font-size: 18px; }
  .subscribe-popup__text {
    text-align: center; } }

@media (max-width: 575.98px) {
  .social-popup {
    padding: 30px 15px; }
  .fb-btn {
    margin-bottom: 10px; } }

.table-sort {
  max-width: 350px;
  width: 100%; }
  .table-sort th {
    padding-bottom: 20px;
    font-size: 18px; }
  .table-sort td {
    width: 50%;
    padding-bottom: 10px;
    font-size: 14px; }


/*# sourceMappingURL=style.bundle.css.map*/