/* Get space lenght based on space size from spacers list */
/* Print spacing margins or paddings */
/* Print spacing margins */
/* Print spacing margins */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

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

body {
  margin: 0;
  font-family: "Exo 2", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #363636;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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: #65c8e6;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #24b0db;
    text-decoration: underline; }

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

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

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

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

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; }
  @media (max-width: 1200px) {
    legend {
      font-size: calc(1.275rem + 0.3vw) ; } }

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-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

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

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

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24, .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-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .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-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .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-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .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-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-20, .col-xl-21, .col-xl-22, .col-xl-23, .col-xl-24, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-13 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 54.16667%;
      -ms-flex: 0 0 54.16667%;
          flex: 0 0 54.16667%;
  max-width: 54.16667%; }

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

.col-15 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 62.5%;
      -ms-flex: 0 0 62.5%;
          flex: 0 0 62.5%;
  max-width: 62.5%; }

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

.col-17 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70.83333%;
      -ms-flex: 0 0 70.83333%;
          flex: 0 0 70.83333%;
  max-width: 70.83333%; }

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

.col-19 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 79.16667%;
      -ms-flex: 0 0 79.16667%;
          flex: 0 0 79.16667%;
  max-width: 79.16667%; }

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

.col-21 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 87.5%;
      -ms-flex: 0 0 87.5%;
          flex: 0 0 87.5%;
  max-width: 87.5%; }

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

.col-23 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 95.83333%;
      -ms-flex: 0 0 95.83333%;
          flex: 0 0 95.83333%;
  max-width: 95.83333%; }

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

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

.order-last {
  -webkit-box-ordinal-group: 26;
  -webkit-order: 25;
      -ms-flex-order: 25;
          order: 25; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-15 {
  -webkit-box-ordinal-group: 16;
  -webkit-order: 15;
      -ms-flex-order: 15;
          order: 15; }

.order-16 {
  -webkit-box-ordinal-group: 17;
  -webkit-order: 16;
      -ms-flex-order: 16;
          order: 16; }

.order-17 {
  -webkit-box-ordinal-group: 18;
  -webkit-order: 17;
      -ms-flex-order: 17;
          order: 17; }

.order-18 {
  -webkit-box-ordinal-group: 19;
  -webkit-order: 18;
      -ms-flex-order: 18;
          order: 18; }

.order-19 {
  -webkit-box-ordinal-group: 20;
  -webkit-order: 19;
      -ms-flex-order: 19;
          order: 19; }

.order-20 {
  -webkit-box-ordinal-group: 21;
  -webkit-order: 20;
      -ms-flex-order: 20;
          order: 20; }

.order-21 {
  -webkit-box-ordinal-group: 22;
  -webkit-order: 21;
      -ms-flex-order: 21;
          order: 21; }

.order-22 {
  -webkit-box-ordinal-group: 23;
  -webkit-order: 22;
      -ms-flex-order: 22;
          order: 22; }

.order-23 {
  -webkit-box-ordinal-group: 24;
  -webkit-order: 23;
      -ms-flex-order: 23;
          order: 23; }

.order-24 {
  -webkit-box-ordinal-group: 25;
  -webkit-order: 24;
      -ms-flex-order: 24;
          order: 24; }

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

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

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

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

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

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

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

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

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

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

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

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

.offset-13 {
  margin-left: 54.16667%; }

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

.offset-15 {
  margin-left: 62.5%; }

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

.offset-17 {
  margin-left: 70.83333%; }

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

.offset-19 {
  margin-left: 79.16667%; }

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

.offset-21 {
  margin-left: 87.5%; }

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

.offset-23 {
  margin-left: 95.83333%; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4.16667%;
        -ms-flex: 0 0 4.16667%;
            flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.83333%;
        -ms-flex: 0 0 20.83333%;
            flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.16667%;
        -ms-flex: 0 0 29.16667%;
            flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37.5%;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45.83333%;
        -ms-flex: 0 0 45.83333%;
            flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54.16667%;
        -ms-flex: 0 0 54.16667%;
            flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-sm-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62.5%;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-sm-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70.83333%;
        -ms-flex: 0 0 70.83333%;
            flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-sm-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 79.16667%;
        -ms-flex: 0 0 79.16667%;
            flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-sm-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 87.5%;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-sm-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95.83333%;
        -ms-flex: 0 0 95.83333%;
            flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-sm-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 26;
    -webkit-order: 25;
        -ms-flex-order: 25;
            order: 25; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .order-sm-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
        -ms-flex-order: 14;
            order: 14; }
  .order-sm-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
        -ms-flex-order: 15;
            order: 15; }
  .order-sm-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
        -ms-flex-order: 16;
            order: 16; }
  .order-sm-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
        -ms-flex-order: 17;
            order: 17; }
  .order-sm-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
        -ms-flex-order: 18;
            order: 18; }
  .order-sm-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
        -ms-flex-order: 19;
            order: 19; }
  .order-sm-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
        -ms-flex-order: 20;
            order: 20; }
  .order-sm-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
        -ms-flex-order: 21;
            order: 21; }
  .order-sm-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
        -ms-flex-order: 22;
            order: 22; }
  .order-sm-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
        -ms-flex-order: 23;
            order: 23; }
  .order-sm-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
        -ms-flex-order: 24;
            order: 24; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 4.16667%; }
  .offset-sm-2 {
    margin-left: 8.33333%; }
  .offset-sm-3 {
    margin-left: 12.5%; }
  .offset-sm-4 {
    margin-left: 16.66667%; }
  .offset-sm-5 {
    margin-left: 20.83333%; }
  .offset-sm-6 {
    margin-left: 25%; }
  .offset-sm-7 {
    margin-left: 29.16667%; }
  .offset-sm-8 {
    margin-left: 33.33333%; }
  .offset-sm-9 {
    margin-left: 37.5%; }
  .offset-sm-10 {
    margin-left: 41.66667%; }
  .offset-sm-11 {
    margin-left: 45.83333%; }
  .offset-sm-12 {
    margin-left: 50%; }
  .offset-sm-13 {
    margin-left: 54.16667%; }
  .offset-sm-14 {
    margin-left: 58.33333%; }
  .offset-sm-15 {
    margin-left: 62.5%; }
  .offset-sm-16 {
    margin-left: 66.66667%; }
  .offset-sm-17 {
    margin-left: 70.83333%; }
  .offset-sm-18 {
    margin-left: 75%; }
  .offset-sm-19 {
    margin-left: 79.16667%; }
  .offset-sm-20 {
    margin-left: 83.33333%; }
  .offset-sm-21 {
    margin-left: 87.5%; }
  .offset-sm-22 {
    margin-left: 91.66667%; }
  .offset-sm-23 {
    margin-left: 95.83333%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4.16667%;
        -ms-flex: 0 0 4.16667%;
            flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.83333%;
        -ms-flex: 0 0 20.83333%;
            flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.16667%;
        -ms-flex: 0 0 29.16667%;
            flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37.5%;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45.83333%;
        -ms-flex: 0 0 45.83333%;
            flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54.16667%;
        -ms-flex: 0 0 54.16667%;
            flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-md-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62.5%;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-md-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70.83333%;
        -ms-flex: 0 0 70.83333%;
            flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-md-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 79.16667%;
        -ms-flex: 0 0 79.16667%;
            flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-md-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 87.5%;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-md-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95.83333%;
        -ms-flex: 0 0 95.83333%;
            flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-md-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 26;
    -webkit-order: 25;
        -ms-flex-order: 25;
            order: 25; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .order-md-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
        -ms-flex-order: 14;
            order: 14; }
  .order-md-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
        -ms-flex-order: 15;
            order: 15; }
  .order-md-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
        -ms-flex-order: 16;
            order: 16; }
  .order-md-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
        -ms-flex-order: 17;
            order: 17; }
  .order-md-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
        -ms-flex-order: 18;
            order: 18; }
  .order-md-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
        -ms-flex-order: 19;
            order: 19; }
  .order-md-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
        -ms-flex-order: 20;
            order: 20; }
  .order-md-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
        -ms-flex-order: 21;
            order: 21; }
  .order-md-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
        -ms-flex-order: 22;
            order: 22; }
  .order-md-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
        -ms-flex-order: 23;
            order: 23; }
  .order-md-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
        -ms-flex-order: 24;
            order: 24; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 4.16667%; }
  .offset-md-2 {
    margin-left: 8.33333%; }
  .offset-md-3 {
    margin-left: 12.5%; }
  .offset-md-4 {
    margin-left: 16.66667%; }
  .offset-md-5 {
    margin-left: 20.83333%; }
  .offset-md-6 {
    margin-left: 25%; }
  .offset-md-7 {
    margin-left: 29.16667%; }
  .offset-md-8 {
    margin-left: 33.33333%; }
  .offset-md-9 {
    margin-left: 37.5%; }
  .offset-md-10 {
    margin-left: 41.66667%; }
  .offset-md-11 {
    margin-left: 45.83333%; }
  .offset-md-12 {
    margin-left: 50%; }
  .offset-md-13 {
    margin-left: 54.16667%; }
  .offset-md-14 {
    margin-left: 58.33333%; }
  .offset-md-15 {
    margin-left: 62.5%; }
  .offset-md-16 {
    margin-left: 66.66667%; }
  .offset-md-17 {
    margin-left: 70.83333%; }
  .offset-md-18 {
    margin-left: 75%; }
  .offset-md-19 {
    margin-left: 79.16667%; }
  .offset-md-20 {
    margin-left: 83.33333%; }
  .offset-md-21 {
    margin-left: 87.5%; }
  .offset-md-22 {
    margin-left: 91.66667%; }
  .offset-md-23 {
    margin-left: 95.83333%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4.16667%;
        -ms-flex: 0 0 4.16667%;
            flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.83333%;
        -ms-flex: 0 0 20.83333%;
            flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.16667%;
        -ms-flex: 0 0 29.16667%;
            flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37.5%;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45.83333%;
        -ms-flex: 0 0 45.83333%;
            flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54.16667%;
        -ms-flex: 0 0 54.16667%;
            flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-lg-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62.5%;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-lg-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70.83333%;
        -ms-flex: 0 0 70.83333%;
            flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-lg-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 79.16667%;
        -ms-flex: 0 0 79.16667%;
            flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-lg-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 87.5%;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-lg-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95.83333%;
        -ms-flex: 0 0 95.83333%;
            flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-lg-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 26;
    -webkit-order: 25;
        -ms-flex-order: 25;
            order: 25; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .order-lg-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
        -ms-flex-order: 14;
            order: 14; }
  .order-lg-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
        -ms-flex-order: 15;
            order: 15; }
  .order-lg-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
        -ms-flex-order: 16;
            order: 16; }
  .order-lg-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
        -ms-flex-order: 17;
            order: 17; }
  .order-lg-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
        -ms-flex-order: 18;
            order: 18; }
  .order-lg-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
        -ms-flex-order: 19;
            order: 19; }
  .order-lg-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
        -ms-flex-order: 20;
            order: 20; }
  .order-lg-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
        -ms-flex-order: 21;
            order: 21; }
  .order-lg-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
        -ms-flex-order: 22;
            order: 22; }
  .order-lg-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
        -ms-flex-order: 23;
            order: 23; }
  .order-lg-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
        -ms-flex-order: 24;
            order: 24; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 4.16667%; }
  .offset-lg-2 {
    margin-left: 8.33333%; }
  .offset-lg-3 {
    margin-left: 12.5%; }
  .offset-lg-4 {
    margin-left: 16.66667%; }
  .offset-lg-5 {
    margin-left: 20.83333%; }
  .offset-lg-6 {
    margin-left: 25%; }
  .offset-lg-7 {
    margin-left: 29.16667%; }
  .offset-lg-8 {
    margin-left: 33.33333%; }
  .offset-lg-9 {
    margin-left: 37.5%; }
  .offset-lg-10 {
    margin-left: 41.66667%; }
  .offset-lg-11 {
    margin-left: 45.83333%; }
  .offset-lg-12 {
    margin-left: 50%; }
  .offset-lg-13 {
    margin-left: 54.16667%; }
  .offset-lg-14 {
    margin-left: 58.33333%; }
  .offset-lg-15 {
    margin-left: 62.5%; }
  .offset-lg-16 {
    margin-left: 66.66667%; }
  .offset-lg-17 {
    margin-left: 70.83333%; }
  .offset-lg-18 {
    margin-left: 75%; }
  .offset-lg-19 {
    margin-left: 79.16667%; }
  .offset-lg-20 {
    margin-left: 83.33333%; }
  .offset-lg-21 {
    margin-left: 87.5%; }
  .offset-lg-22 {
    margin-left: 91.66667%; }
  .offset-lg-23 {
    margin-left: 95.83333%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4.16667%;
        -ms-flex: 0 0 4.16667%;
            flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.83333%;
        -ms-flex: 0 0 20.83333%;
            flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.16667%;
        -ms-flex: 0 0 29.16667%;
            flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37.5%;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45.83333%;
        -ms-flex: 0 0 45.83333%;
            flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54.16667%;
        -ms-flex: 0 0 54.16667%;
            flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-xl-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62.5%;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-xl-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70.83333%;
        -ms-flex: 0 0 70.83333%;
            flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-xl-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 79.16667%;
        -ms-flex: 0 0 79.16667%;
            flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-xl-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 87.5%;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-xl-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95.83333%;
        -ms-flex: 0 0 95.83333%;
            flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-xl-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 26;
    -webkit-order: 25;
        -ms-flex-order: 25;
            order: 25; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .order-xl-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
        -ms-flex-order: 14;
            order: 14; }
  .order-xl-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
        -ms-flex-order: 15;
            order: 15; }
  .order-xl-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
        -ms-flex-order: 16;
            order: 16; }
  .order-xl-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
        -ms-flex-order: 17;
            order: 17; }
  .order-xl-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
        -ms-flex-order: 18;
            order: 18; }
  .order-xl-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
        -ms-flex-order: 19;
            order: 19; }
  .order-xl-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
        -ms-flex-order: 20;
            order: 20; }
  .order-xl-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
        -ms-flex-order: 21;
            order: 21; }
  .order-xl-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
        -ms-flex-order: 22;
            order: 22; }
  .order-xl-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
        -ms-flex-order: 23;
            order: 23; }
  .order-xl-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
        -ms-flex-order: 24;
            order: 24; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 4.16667%; }
  .offset-xl-2 {
    margin-left: 8.33333%; }
  .offset-xl-3 {
    margin-left: 12.5%; }
  .offset-xl-4 {
    margin-left: 16.66667%; }
  .offset-xl-5 {
    margin-left: 20.83333%; }
  .offset-xl-6 {
    margin-left: 25%; }
  .offset-xl-7 {
    margin-left: 29.16667%; }
  .offset-xl-8 {
    margin-left: 33.33333%; }
  .offset-xl-9 {
    margin-left: 37.5%; }
  .offset-xl-10 {
    margin-left: 41.66667%; }
  .offset-xl-11 {
    margin-left: 45.83333%; }
  .offset-xl-12 {
    margin-left: 50%; }
  .offset-xl-13 {
    margin-left: 54.16667%; }
  .offset-xl-14 {
    margin-left: 58.33333%; }
  .offset-xl-15 {
    margin-left: 62.5%; }
  .offset-xl-16 {
    margin-left: 66.66667%; }
  .offset-xl-17 {
    margin-left: 70.83333%; }
  .offset-xl-18 {
    margin-left: 75%; }
  .offset-xl-19 {
    margin-left: 79.16667%; }
  .offset-xl-20 {
    margin-left: 83.33333%; }
  .offset-xl-21 {
    margin-left: 87.5%; }
  .offset-xl-22 {
    margin-left: 91.66667%; }
  .offset-xl-23 {
    margin-left: 95.83333%; } }

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

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

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

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

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 8px;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #7f7f7f; }

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

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

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

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

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

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

.bg-primary {
  background-color: #65c8e6 !important; }

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

.bg-secondary {
  background-color: #7f7f7f !important; }

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

.bg-success {
  background-color: #84a977 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #65c8e6 !important; }

.border-secondary {
  border-color: #7f7f7f !important; }

.border-success {
  border-color: #84a977 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto !important; }

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

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

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

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

.h-auto {
  height: auto !important; }

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

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

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

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

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

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

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

.m-1 {
  margin: 4px !important; }

.mt-1,
.my-1 {
  margin-top: 4px !important; }

.mr-1,
.mx-1 {
  margin-right: 4px !important; }

.mb-1,
.my-1 {
  margin-bottom: 4px !important; }

.ml-1,
.mx-1 {
  margin-left: 4px !important; }

.m-2 {
  margin: 8px !important; }

.mt-2,
.my-2 {
  margin-top: 8px !important; }

.mr-2,
.mx-2 {
  margin-right: 8px !important; }

.mb-2,
.my-2 {
  margin-bottom: 8px !important; }

.ml-2,
.mx-2 {
  margin-left: 8px !important; }

.m-3 {
  margin: 16px !important; }

.mt-3,
.my-3 {
  margin-top: 16px !important; }

.mr-3,
.mx-3 {
  margin-right: 16px !important; }

.mb-3,
.my-3 {
  margin-bottom: 16px !important; }

.ml-3,
.mx-3 {
  margin-left: 16px !important; }

.m-4 {
  margin: 24px !important; }

.mt-4,
.my-4 {
  margin-top: 24px !important; }

.mr-4,
.mx-4 {
  margin-right: 24px !important; }

.mb-4,
.my-4 {
  margin-bottom: 24px !important; }

.ml-4,
.mx-4 {
  margin-left: 24px !important; }

.m-5 {
  margin: 32px !important; }

.mt-5,
.my-5 {
  margin-top: 32px !important; }

.mr-5,
.mx-5 {
  margin-right: 32px !important; }

.mb-5,
.my-5 {
  margin-bottom: 32px !important; }

.ml-5,
.mx-5 {
  margin-left: 32px !important; }

.m-6 {
  margin: 48px !important; }

.mt-6,
.my-6 {
  margin-top: 48px !important; }

.mr-6,
.mx-6 {
  margin-right: 48px !important; }

.mb-6,
.my-6 {
  margin-bottom: 48px !important; }

.ml-6,
.mx-6 {
  margin-left: 48px !important; }

.m-7 {
  margin: 64px !important; }

.mt-7,
.my-7 {
  margin-top: 64px !important; }

.mr-7,
.mx-7 {
  margin-right: 64px !important; }

.mb-7,
.my-7 {
  margin-bottom: 64px !important; }

.ml-7,
.mx-7 {
  margin-left: 64px !important; }

.m-8 {
  margin: 96px !important; }

.mt-8,
.my-8 {
  margin-top: 96px !important; }

.mr-8,
.mx-8 {
  margin-right: 96px !important; }

.mb-8,
.my-8 {
  margin-bottom: 96px !important; }

.ml-8,
.mx-8 {
  margin-left: 96px !important; }

.m-9 {
  margin: 128px !important; }

.mt-9,
.my-9 {
  margin-top: 128px !important; }

.mr-9,
.mx-9 {
  margin-right: 128px !important; }

.mb-9,
.my-9 {
  margin-bottom: 128px !important; }

.ml-9,
.mx-9 {
  margin-left: 128px !important; }

.m-10 {
  margin: 160px !important; }

.mt-10,
.my-10 {
  margin-top: 160px !important; }

.mr-10,
.mx-10 {
  margin-right: 160px !important; }

.mb-10,
.my-10 {
  margin-bottom: 160px !important; }

.ml-10,
.mx-10 {
  margin-left: 160px !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 4px !important; }

.pt-1,
.py-1 {
  padding-top: 4px !important; }

.pr-1,
.px-1 {
  padding-right: 4px !important; }

.pb-1,
.py-1 {
  padding-bottom: 4px !important; }

.pl-1,
.px-1 {
  padding-left: 4px !important; }

.p-2 {
  padding: 8px !important; }

.pt-2,
.py-2 {
  padding-top: 8px !important; }

.pr-2,
.px-2 {
  padding-right: 8px !important; }

.pb-2,
.py-2 {
  padding-bottom: 8px !important; }

.pl-2,
.px-2 {
  padding-left: 8px !important; }

.p-3 {
  padding: 16px !important; }

.pt-3,
.py-3 {
  padding-top: 16px !important; }

.pr-3,
.px-3 {
  padding-right: 16px !important; }

.pb-3,
.py-3 {
  padding-bottom: 16px !important; }

.pl-3,
.px-3 {
  padding-left: 16px !important; }

.p-4 {
  padding: 24px !important; }

.pt-4,
.py-4 {
  padding-top: 24px !important; }

.pr-4,
.px-4 {
  padding-right: 24px !important; }

.pb-4,
.py-4 {
  padding-bottom: 24px !important; }

.pl-4,
.px-4 {
  padding-left: 24px !important; }

.p-5 {
  padding: 32px !important; }

.pt-5,
.py-5 {
  padding-top: 32px !important; }

.pr-5,
.px-5 {
  padding-right: 32px !important; }

.pb-5,
.py-5 {
  padding-bottom: 32px !important; }

.pl-5,
.px-5 {
  padding-left: 32px !important; }

.p-6 {
  padding: 48px !important; }

.pt-6,
.py-6 {
  padding-top: 48px !important; }

.pr-6,
.px-6 {
  padding-right: 48px !important; }

.pb-6,
.py-6 {
  padding-bottom: 48px !important; }

.pl-6,
.px-6 {
  padding-left: 48px !important; }

.p-7 {
  padding: 64px !important; }

.pt-7,
.py-7 {
  padding-top: 64px !important; }

.pr-7,
.px-7 {
  padding-right: 64px !important; }

.pb-7,
.py-7 {
  padding-bottom: 64px !important; }

.pl-7,
.px-7 {
  padding-left: 64px !important; }

.p-8 {
  padding: 96px !important; }

.pt-8,
.py-8 {
  padding-top: 96px !important; }

.pr-8,
.px-8 {
  padding-right: 96px !important; }

.pb-8,
.py-8 {
  padding-bottom: 96px !important; }

.pl-8,
.px-8 {
  padding-left: 96px !important; }

.p-9 {
  padding: 128px !important; }

.pt-9,
.py-9 {
  padding-top: 128px !important; }

.pr-9,
.px-9 {
  padding-right: 128px !important; }

.pb-9,
.py-9 {
  padding-bottom: 128px !important; }

.pl-9,
.px-9 {
  padding-left: 128px !important; }

.p-10 {
  padding: 160px !important; }

.pt-10,
.py-10 {
  padding-top: 160px !important; }

.pr-10,
.px-10 {
  padding-right: 160px !important; }

.pb-10,
.py-10 {
  padding-bottom: 160px !important; }

.pl-10,
.px-10 {
  padding-left: 160px !important; }

.m-n1 {
  margin: -4px !important; }

.mt-n1,
.my-n1 {
  margin-top: -4px !important; }

.mr-n1,
.mx-n1 {
  margin-right: -4px !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -4px !important; }

.ml-n1,
.mx-n1 {
  margin-left: -4px !important; }

.m-n2 {
  margin: -8px !important; }

.mt-n2,
.my-n2 {
  margin-top: -8px !important; }

.mr-n2,
.mx-n2 {
  margin-right: -8px !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -8px !important; }

.ml-n2,
.mx-n2 {
  margin-left: -8px !important; }

.m-n3 {
  margin: -16px !important; }

.mt-n3,
.my-n3 {
  margin-top: -16px !important; }

.mr-n3,
.mx-n3 {
  margin-right: -16px !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -16px !important; }

.ml-n3,
.mx-n3 {
  margin-left: -16px !important; }

.m-n4 {
  margin: -24px !important; }

.mt-n4,
.my-n4 {
  margin-top: -24px !important; }

.mr-n4,
.mx-n4 {
  margin-right: -24px !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -24px !important; }

.ml-n4,
.mx-n4 {
  margin-left: -24px !important; }

.m-n5 {
  margin: -32px !important; }

.mt-n5,
.my-n5 {
  margin-top: -32px !important; }

.mr-n5,
.mx-n5 {
  margin-right: -32px !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -32px !important; }

.ml-n5,
.mx-n5 {
  margin-left: -32px !important; }

.m-n6 {
  margin: -48px !important; }

.mt-n6,
.my-n6 {
  margin-top: -48px !important; }

.mr-n6,
.mx-n6 {
  margin-right: -48px !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -48px !important; }

.ml-n6,
.mx-n6 {
  margin-left: -48px !important; }

.m-n7 {
  margin: -64px !important; }

.mt-n7,
.my-n7 {
  margin-top: -64px !important; }

.mr-n7,
.mx-n7 {
  margin-right: -64px !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -64px !important; }

.ml-n7,
.mx-n7 {
  margin-left: -64px !important; }

.m-n8 {
  margin: -96px !important; }

.mt-n8,
.my-n8 {
  margin-top: -96px !important; }

.mr-n8,
.mx-n8 {
  margin-right: -96px !important; }

.mb-n8,
.my-n8 {
  margin-bottom: -96px !important; }

.ml-n8,
.mx-n8 {
  margin-left: -96px !important; }

.m-n9 {
  margin: -128px !important; }

.mt-n9,
.my-n9 {
  margin-top: -128px !important; }

.mr-n9,
.mx-n9 {
  margin-right: -128px !important; }

.mb-n9,
.my-n9 {
  margin-bottom: -128px !important; }

.ml-n9,
.mx-n9 {
  margin-left: -128px !important; }

.m-n10 {
  margin: -160px !important; }

.mt-n10,
.my-n10 {
  margin-top: -160px !important; }

.mr-n10,
.mx-n10 {
  margin-right: -160px !important; }

.mb-n10,
.my-n10 {
  margin-bottom: -160px !important; }

.ml-n10,
.mx-n10 {
  margin-left: -160px !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 4px !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 4px !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 4px !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 4px !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 4px !important; }
  .m-sm-2 {
    margin: 8px !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 8px !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 8px !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 8px !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 8px !important; }
  .m-sm-3 {
    margin: 16px !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 16px !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 16px !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 16px !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 16px !important; }
  .m-sm-4 {
    margin: 24px !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 24px !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 24px !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 24px !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 24px !important; }
  .m-sm-5 {
    margin: 32px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 32px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 32px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 32px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 32px !important; }
  .m-sm-6 {
    margin: 48px !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 48px !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 48px !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 48px !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 48px !important; }
  .m-sm-7 {
    margin: 64px !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 64px !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 64px !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 64px !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 64px !important; }
  .m-sm-8 {
    margin: 96px !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 96px !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 96px !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 96px !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 96px !important; }
  .m-sm-9 {
    margin: 128px !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 128px !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 128px !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 128px !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 128px !important; }
  .m-sm-10 {
    margin: 160px !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 160px !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 160px !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 160px !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 160px !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 4px !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 4px !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 4px !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 4px !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 4px !important; }
  .p-sm-2 {
    padding: 8px !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 8px !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 8px !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 8px !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 8px !important; }
  .p-sm-3 {
    padding: 16px !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 16px !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 16px !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 16px !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 16px !important; }
  .p-sm-4 {
    padding: 24px !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 24px !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 24px !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 24px !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 24px !important; }
  .p-sm-5 {
    padding: 32px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 32px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 32px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 32px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 32px !important; }
  .p-sm-6 {
    padding: 48px !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 48px !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 48px !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 48px !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 48px !important; }
  .p-sm-7 {
    padding: 64px !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 64px !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 64px !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 64px !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 64px !important; }
  .p-sm-8 {
    padding: 96px !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 96px !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 96px !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 96px !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 96px !important; }
  .p-sm-9 {
    padding: 128px !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 128px !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 128px !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 128px !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 128px !important; }
  .p-sm-10 {
    padding: 160px !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 160px !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 160px !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 160px !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 160px !important; }
  .m-sm-n1 {
    margin: -4px !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -4px !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -4px !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -4px !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -4px !important; }
  .m-sm-n2 {
    margin: -8px !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -8px !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -8px !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -8px !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -8px !important; }
  .m-sm-n3 {
    margin: -16px !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -16px !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -16px !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -16px !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -16px !important; }
  .m-sm-n4 {
    margin: -24px !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -24px !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -24px !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -24px !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -24px !important; }
  .m-sm-n5 {
    margin: -32px !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -32px !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -32px !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -32px !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -32px !important; }
  .m-sm-n6 {
    margin: -48px !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -48px !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -48px !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -48px !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -48px !important; }
  .m-sm-n7 {
    margin: -64px !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -64px !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -64px !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -64px !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -64px !important; }
  .m-sm-n8 {
    margin: -96px !important; }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -96px !important; }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -96px !important; }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -96px !important; }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -96px !important; }
  .m-sm-n9 {
    margin: -128px !important; }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -128px !important; }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -128px !important; }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -128px !important; }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -128px !important; }
  .m-sm-n10 {
    margin: -160px !important; }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -160px !important; }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -160px !important; }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -160px !important; }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -160px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 4px !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 4px !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 4px !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 4px !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 4px !important; }
  .m-md-2 {
    margin: 8px !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 8px !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 8px !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 8px !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 8px !important; }
  .m-md-3 {
    margin: 16px !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 16px !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 16px !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 16px !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 16px !important; }
  .m-md-4 {
    margin: 24px !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 24px !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 24px !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 24px !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 24px !important; }
  .m-md-5 {
    margin: 32px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 32px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 32px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 32px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 32px !important; }
  .m-md-6 {
    margin: 48px !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 48px !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 48px !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 48px !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 48px !important; }
  .m-md-7 {
    margin: 64px !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 64px !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 64px !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 64px !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 64px !important; }
  .m-md-8 {
    margin: 96px !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 96px !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 96px !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 96px !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 96px !important; }
  .m-md-9 {
    margin: 128px !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 128px !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 128px !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 128px !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 128px !important; }
  .m-md-10 {
    margin: 160px !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 160px !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 160px !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 160px !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 160px !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 4px !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 4px !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 4px !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 4px !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 4px !important; }
  .p-md-2 {
    padding: 8px !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 8px !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 8px !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 8px !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 8px !important; }
  .p-md-3 {
    padding: 16px !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 16px !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 16px !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 16px !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 16px !important; }
  .p-md-4 {
    padding: 24px !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 24px !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 24px !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 24px !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 24px !important; }
  .p-md-5 {
    padding: 32px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 32px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 32px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 32px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 32px !important; }
  .p-md-6 {
    padding: 48px !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 48px !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 48px !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 48px !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 48px !important; }
  .p-md-7 {
    padding: 64px !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 64px !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 64px !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 64px !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 64px !important; }
  .p-md-8 {
    padding: 96px !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 96px !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 96px !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 96px !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 96px !important; }
  .p-md-9 {
    padding: 128px !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 128px !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 128px !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 128px !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 128px !important; }
  .p-md-10 {
    padding: 160px !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 160px !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 160px !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 160px !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 160px !important; }
  .m-md-n1 {
    margin: -4px !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -4px !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -4px !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -4px !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -4px !important; }
  .m-md-n2 {
    margin: -8px !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -8px !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -8px !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -8px !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -8px !important; }
  .m-md-n3 {
    margin: -16px !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -16px !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -16px !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -16px !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -16px !important; }
  .m-md-n4 {
    margin: -24px !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -24px !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -24px !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -24px !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -24px !important; }
  .m-md-n5 {
    margin: -32px !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -32px !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -32px !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -32px !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -32px !important; }
  .m-md-n6 {
    margin: -48px !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -48px !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -48px !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -48px !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -48px !important; }
  .m-md-n7 {
    margin: -64px !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -64px !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -64px !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -64px !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -64px !important; }
  .m-md-n8 {
    margin: -96px !important; }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -96px !important; }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -96px !important; }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -96px !important; }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -96px !important; }
  .m-md-n9 {
    margin: -128px !important; }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -128px !important; }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -128px !important; }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -128px !important; }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -128px !important; }
  .m-md-n10 {
    margin: -160px !important; }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -160px !important; }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -160px !important; }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -160px !important; }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -160px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 4px !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 4px !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 4px !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 4px !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 4px !important; }
  .m-lg-2 {
    margin: 8px !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 8px !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 8px !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 8px !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 8px !important; }
  .m-lg-3 {
    margin: 16px !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 16px !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 16px !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 16px !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 16px !important; }
  .m-lg-4 {
    margin: 24px !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 24px !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 24px !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 24px !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 24px !important; }
  .m-lg-5 {
    margin: 32px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 32px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 32px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 32px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 32px !important; }
  .m-lg-6 {
    margin: 48px !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 48px !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 48px !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 48px !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 48px !important; }
  .m-lg-7 {
    margin: 64px !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 64px !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 64px !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 64px !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 64px !important; }
  .m-lg-8 {
    margin: 96px !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 96px !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 96px !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 96px !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 96px !important; }
  .m-lg-9 {
    margin: 128px !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 128px !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 128px !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 128px !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 128px !important; }
  .m-lg-10 {
    margin: 160px !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 160px !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 160px !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 160px !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 160px !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 4px !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 4px !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 4px !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 4px !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 4px !important; }
  .p-lg-2 {
    padding: 8px !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 8px !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 8px !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 8px !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 8px !important; }
  .p-lg-3 {
    padding: 16px !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 16px !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 16px !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 16px !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 16px !important; }
  .p-lg-4 {
    padding: 24px !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 24px !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 24px !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 24px !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 24px !important; }
  .p-lg-5 {
    padding: 32px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 32px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 32px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 32px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 32px !important; }
  .p-lg-6 {
    padding: 48px !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 48px !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 48px !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 48px !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 48px !important; }
  .p-lg-7 {
    padding: 64px !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 64px !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 64px !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 64px !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 64px !important; }
  .p-lg-8 {
    padding: 96px !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 96px !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 96px !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 96px !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 96px !important; }
  .p-lg-9 {
    padding: 128px !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 128px !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 128px !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 128px !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 128px !important; }
  .p-lg-10 {
    padding: 160px !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 160px !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 160px !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 160px !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 160px !important; }
  .m-lg-n1 {
    margin: -4px !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -4px !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -4px !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -4px !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -4px !important; }
  .m-lg-n2 {
    margin: -8px !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -8px !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -8px !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -8px !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -8px !important; }
  .m-lg-n3 {
    margin: -16px !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -16px !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -16px !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -16px !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -16px !important; }
  .m-lg-n4 {
    margin: -24px !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -24px !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -24px !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -24px !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -24px !important; }
  .m-lg-n5 {
    margin: -32px !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -32px !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -32px !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -32px !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -32px !important; }
  .m-lg-n6 {
    margin: -48px !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -48px !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -48px !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -48px !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -48px !important; }
  .m-lg-n7 {
    margin: -64px !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -64px !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -64px !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -64px !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -64px !important; }
  .m-lg-n8 {
    margin: -96px !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -96px !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -96px !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -96px !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -96px !important; }
  .m-lg-n9 {
    margin: -128px !important; }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -128px !important; }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -128px !important; }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -128px !important; }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -128px !important; }
  .m-lg-n10 {
    margin: -160px !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -160px !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -160px !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -160px !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -160px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 4px !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 4px !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 4px !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 4px !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 4px !important; }
  .m-xl-2 {
    margin: 8px !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 8px !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 8px !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 8px !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 8px !important; }
  .m-xl-3 {
    margin: 16px !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 16px !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 16px !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 16px !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 16px !important; }
  .m-xl-4 {
    margin: 24px !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 24px !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 24px !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 24px !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 24px !important; }
  .m-xl-5 {
    margin: 32px !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 32px !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 32px !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 32px !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 32px !important; }
  .m-xl-6 {
    margin: 48px !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 48px !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 48px !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 48px !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 48px !important; }
  .m-xl-7 {
    margin: 64px !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 64px !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 64px !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 64px !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 64px !important; }
  .m-xl-8 {
    margin: 96px !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 96px !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 96px !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 96px !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 96px !important; }
  .m-xl-9 {
    margin: 128px !important; }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 128px !important; }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 128px !important; }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 128px !important; }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 128px !important; }
  .m-xl-10 {
    margin: 160px !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 160px !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 160px !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 160px !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 160px !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 4px !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 4px !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 4px !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 4px !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 4px !important; }
  .p-xl-2 {
    padding: 8px !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 8px !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 8px !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 8px !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 8px !important; }
  .p-xl-3 {
    padding: 16px !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 16px !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 16px !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 16px !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 16px !important; }
  .p-xl-4 {
    padding: 24px !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 24px !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 24px !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 24px !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 24px !important; }
  .p-xl-5 {
    padding: 32px !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 32px !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 32px !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 32px !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 32px !important; }
  .p-xl-6 {
    padding: 48px !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 48px !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 48px !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 48px !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 48px !important; }
  .p-xl-7 {
    padding: 64px !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 64px !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 64px !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 64px !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 64px !important; }
  .p-xl-8 {
    padding: 96px !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 96px !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 96px !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 96px !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 96px !important; }
  .p-xl-9 {
    padding: 128px !important; }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 128px !important; }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 128px !important; }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 128px !important; }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 128px !important; }
  .p-xl-10 {
    padding: 160px !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 160px !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 160px !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 160px !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 160px !important; }
  .m-xl-n1 {
    margin: -4px !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -4px !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -4px !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -4px !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -4px !important; }
  .m-xl-n2 {
    margin: -8px !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -8px !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -8px !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -8px !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -8px !important; }
  .m-xl-n3 {
    margin: -16px !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -16px !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -16px !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -16px !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -16px !important; }
  .m-xl-n4 {
    margin: -24px !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -24px !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -24px !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -24px !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -24px !important; }
  .m-xl-n5 {
    margin: -32px !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -32px !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -32px !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -32px !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -32px !important; }
  .m-xl-n6 {
    margin: -48px !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -48px !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -48px !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -48px !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -48px !important; }
  .m-xl-n7 {
    margin: -64px !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -64px !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -64px !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -64px !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -64px !important; }
  .m-xl-n8 {
    margin: -96px !important; }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -96px !important; }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -96px !important; }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -96px !important; }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -96px !important; }
  .m-xl-n9 {
    margin: -128px !important; }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -128px !important; }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -128px !important; }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -128px !important; }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -128px !important; }
  .m-xl-n10 {
    margin: -160px !important; }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -160px !important; }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -160px !important; }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -160px !important; }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -160px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

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

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

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

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

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

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

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

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

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

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

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

.font-weight-bolder {
  font-weight: bolder !important; }

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

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

.text-primary {
  color: #65c8e6 !important; }

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

.text-secondary {
  color: #7f7f7f !important; }

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

.text-success {
  color: #84a977 !important; }

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

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

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

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

a.text-warning:hover, a.text-warning:focus {
  color: #c1af00 !important; }

.text-danger {
  color: #e65d54 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #cf291e !important; }

.text-light {
  color: #999 !important; }

a.text-light:hover, a.text-light:focus {
  color: #737373 !important; }

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #363636 !important; }

.text-muted {
  color: #7f7f7f !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@font-face {
  font-family: "DIN Pro";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/DINPro-Bold.woff2") format("woff2"), url("../fonts/DINPro-Bold.woff") format("woff"); }

@font-face {
  font-family: "DIN Pro";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/DINPro-Medium.woff2") format("woff2"), url("../fonts/DINPro-Medium.woff") format("woff"); }

@font-face {
  font-family: "DIN Pro";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/DINPro-Regular.woff2") format("woff2"), url("../fonts/DINPro-Regular.woff") format("woff"); }

@font-face {
  font-family: "DIN Pro";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/DINPro-Light.woff2") format("woff2"), url("../fonts/DINPro-Light.woff") format("woff"); }

.icon {
  display: inline-block; }

.icon-6 {
  width: 6px;
  height: 6px; }

.icon-8 {
  width: 8px;
  height: 8px; }

.icon-10 {
  width: 10px;
  height: 10px; }

.icon-12 {
  width: 12px;
  height: 12px; }

.icon-16 {
  width: 16px;
  height: 16px; }

.icon-18 {
  width: 18px;
  height: 18px; }

.icon-20 {
  width: 20px;
  height: 20px; }

.icon-24 {
  width: 24px;
  height: 24px; }

.icon-26 {
  width: 26px;
  height: 26px; }

.icon-32 {
  width: 32px;
  height: 32px; }

.icon-white {
  fill: #fff; }

.icon-black {
  fill: #000; }

.icon-body {
  fill: #363636; }

.icon-dark {
  fill: #333; }

.icon-gray {
  fill: #535353; }

.icon-light-gray {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  fill: #c9cdd1; }
  a:hover .icon-light-gray,
  button:hover .icon-light-gray {
    fill: #929aa2; }

.icon-green {
  fill: #84a977; }

.icon-red {
  fill: #e65d54; }

.icon-yellow {
  fill: #ffe90e; }

.icon-facebook {
  fill: #4267b2; }

.icon-twitter {
  fill: #1da1f2; }

.icon-youtube {
  fill: #ea3223; }

.icon-instagram {
  fill: #dc365d; }

.icon-linkedin {
  fill: #0a66c2; }

.icon-hover-black {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover .icon-hover-black {
    fill: #000; }

.icon-hover-blue {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover .icon-hover-blue {
    fill: #65c8e6; }

.icon-hover-green {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover .icon-hover-green {
    fill: #84a977; }

.icon-hover-facebook {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover .icon-hover-facebook {
    fill: #4267b2; }

.icon-hover-twitter {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover .icon-hover-twitter {
    fill: #1da1f2; }

.icon-hover-youtube {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover .icon-hover-youtube {
    fill: #ea3223; }

.icon-hover-instagram {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover .icon-hover-instagram {
    fill: #dc365d; }

.icon-hover-linkedin {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover .icon-hover-linkedin {
    fill: #0a66c2; }

.icon__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46px;
  height: 46px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.icon__box--36 {
  width: 36px;
  height: 36px; }

.icon__box--68 {
  width: 68px;
  height: 68px; }

.icon__box--fluid {
  width: auto;
  height: auto;
  padding: 12px; }

.icon__box--photo {
  width: 58px;
  height: 58px; }

.icon__box--blue {
  background: #65c8e6; }

.icon__box--green {
  background: #84a977; }
  a:hover > .icon__box--green,
  button:hover > .icon__box--green {
    background: #65c8e6; }
  a:hover[disabled] > .icon__box--green,
  button:hover[disabled] > .icon__box--green {
    background: #84a977; }

.icon__box--yellow {
  background: #ffe90e; }
  a:hover > .icon__box--yellow,
  button:hover > .icon__box--yellow {
    background: #65c8e6; }
  a:hover[disabled] > .icon__box--yellow,
  button:hover[disabled] > .icon__box--yellow {
    background: #ffe90e; }
  .icon__box--yellow .icon__box__text {
    color: #000; }
  .icon__box--yellow svg,
  .icon__box--yellow use {
    fill: #000; }

.icon__box--gray {
  background: #f5f5f5; }
  a:hover > .icon__box--gray,
  button:hover > .icon__box--gray {
    background: #e8e8e8; }
  a:hover[disabled] > .icon__box--gray,
  button:hover[disabled] > .icon__box--gray {
    background: #f5f5f5; }

.icon__box--red {
  background: #e65d54; }
  a:hover > .icon__box--red,
  button:hover > .icon__box--red {
    background: #65c8e6; }
  a:hover[disabled] > .icon__box--red,
  button:hover[disabled] > .icon__box--red {
    background: #e65d54; }

.icon__box--transparent {
  background: transparent; }
  a:hover > .icon__box--transparent,
  button:hover > .icon__box--transparent {
    background: transparent; }

.icon__box__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff; }

.icon__box__text--small {
  font-size: 13px; }

a:hover > .icon__box--hover-facebook,
button:hover > .icon__box--hover-facebook {
  color: #fff;
  background: #4267b2; }
  a:hover > .icon__box--hover-facebook svg,
  a:hover > .icon__box--hover-facebook use,
  button:hover > .icon__box--hover-facebook svg,
  button:hover > .icon__box--hover-facebook use {
    fill: #fff; }

a:hover > .icon__box--hover-twitter,
button:hover > .icon__box--hover-twitter {
  color: #fff;
  background: #1da1f2; }
  a:hover > .icon__box--hover-twitter svg,
  a:hover > .icon__box--hover-twitter use,
  button:hover > .icon__box--hover-twitter svg,
  button:hover > .icon__box--hover-twitter use {
    fill: #fff; }

a:hover > .icon__box--hover-green,
button:hover > .icon__box--hover-green {
  color: #fff;
  background: #84a977; }
  a:hover > .icon__box--hover-green svg,
  a:hover > .icon__box--hover-green use,
  button:hover > .icon__box--hover-green svg,
  button:hover > .icon__box--hover-green use {
    fill: #fff; }

.icon-button {
  margin-top: 2px; }
  a:hover .icon-button.icon-black svg,
  a:hover .icon-button.icon-black use {
    fill: #000; }

.icon__circle {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%; }
  .icon__circle svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.icon__circle--thin {
  border-width: 1px; }

.icon__circle--20 {
  width: 20px;
  height: 20px; }

.icon__circle--26 {
  width: 26px;
  height: 26px; }

.icon__circle--36 {
  width: 36px;
  height: 36px; }

.icon__circle--96 {
  width: 96px;
  height: 96px; }

.icon__circle--white {
  border-color: #fff; }

.icon__circle--black {
  border-color: #000; }

.icon__circle--green {
  border-color: #84a977; }

.icon__circle--fill-gray {
  border: none;
  background: #f7f7f7; }

.icon__circle--fill-white {
  border: none;
  background: #fff; }

.icon__circle--hover--blue {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover .icon__circle--hover--blue {
    border-color: #65c8e6; }

.skew, .btn, .nav--header-social__level-0__item > a, .nav--footer-social__level-0__item > a, .nav--social--mmenu__level-0__item > a {
  position: relative; }
  .skew::before, .btn::before, .nav--header-social__level-0__item > a::before, .nav--footer-social__level-0__item > a::before, .nav--social--mmenu__level-0__item > a::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 5px;
    width: calc(100% - 10px);
    height: 100%;
    content: "";
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: skew(-10deg);
        -ms-transform: skew(-10deg);
            transform: skew(-10deg);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    border: 0; }

.skew-red::before, .btn-red::before, .skew-red::after, .btn-red::after {
  background: #e65d54; }

.skew-green::before, .btn-green::before, .skew-green::after, .btn-green::after {
  background: #84a977; }

.skew-blue::before, .btn-blue::before, .skew-blue::after, .btn-blue::after {
  background: #65c8e6; }

.skew-yellow::before, .btn-yellow::before, .skew-yellow::after, .btn-yellow::after {
  background: #ffe90e; }

.skew-outline-white, .btn-skew-outline-white, .nav--header-social__level-0__item > a, .nav--social--mmenu__level-0__item > a {
  color: #fff; }
  .skew-outline-white::before, .btn-skew-outline-white::before, .nav--header-social__level-0__item > a::before, .nav--social--mmenu__level-0__item > a::before {
    height: calc(100% - 1px);
    border: 2px solid #fff; }

.skew-outline-black, .btn-skew-outline-black, .nav--footer-social__level-0__item > a {
  color: #000; }
  .skew-outline-black::before, .btn-skew-outline-black::before, .nav--footer-social__level-0__item > a::before {
    height: calc(100% - 1px);
    border: 2px solid #000; }

.badge {
  font-size: 10px;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  text-transform: uppercase;
  color: #fff;
  border-radius: 2px; }

.badge--blue {
  background: #65c8e6; }

.badge--red {
  background: #e65d54; }

.badge--green {
  background: #84a977; }

.box__border {
  position: relative;
  display: block;
  padding-right: 22px; }
  .box__border::after {
    position: absolute;
    z-index: 50;
    top: 0;
    right: 0;
    bottom: 0;
    width: 22px;
    height: 100%;
    content: "";
    border-bottom: 15px solid transparent;
    border-left-width: 22px;
    border-left-style: solid; }

.box__border--small {
  padding-right: 16px; }
  .box__border--small::after {
    width: 16px;
    border-left-width: 16px; }

.box__border--green::after {
  border-left-color: #84a977; }

.box__border--blue::after {
  border-left-color: #65c8e6; }

.box__border--yellow::after {
  border-left-color: #ffe90e; }

.box__border--red::after {
  border-left-color: #e65d54; }

.marquee {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }

.marquee__inner {
  position: relative;
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: marquee 45s linear infinite;
          animation: marquee 45s linear infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running; }
  .marquee__inner:hover {
    -webkit-animation-play-state: paused;
            animation-play-state: paused; }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); } }

@keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); } }

.btn, .nav--header-social__level-0__item > a, .nav--footer-social__level-0__item > a, .nav--social--mmenu__level-0__item > a {
  font-size: 0.6875rem;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.6125rem 1.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  color: #fff; }
  .btn:hover, .nav--header-social__level-0__item > a:hover, .nav--footer-social__level-0__item > a:hover, .nav--social--mmenu__level-0__item > a:hover {
    opacity: 1; }
  .btn svg, .nav--header-social__level-0__item > a svg, .nav--footer-social__level-0__item > a svg, .nav--social--mmenu__level-0__item > a svg,
  .btn use,
  .nav--header-social__level-0__item > a use,
  .nav--footer-social__level-0__item > a use,
  .nav--social--mmenu__level-0__item > a use {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.btn-red:hover::before {
  background: #b9251b; }

.btn-green:hover::before {
  background: #537248; }

.btn-blue:hover::before {
  background: #209fc5; }

.btn-yellow:hover::before {
  background: #a79800; }

.btn-outline-black {
  color: #000;
  border: 2px solid #000;
  background: none; }
  .btn-outline-black::before {
    content: none; }
  .btn-outline-black svg,
  .btn-outline-black use {
    fill: #000; }
  .btn-outline-black:hover {
    color: #fff;
    border-color: #000;
    background: #000; }
    .btn-outline-black:hover svg,
    .btn-outline-black:hover use {
      fill: #fff; }

.btn-black {
  color: #fff;
  border: 2px solid #000;
  background: #000; }
  .btn-black::before {
    content: none; }
  .btn-black svg,
  .btn-black use {
    fill: #fff; }
  .btn-black:hover {
    color: #fff;
    border-color: #333333;
    background: #333333; }
    .btn-black:hover svg,
    .btn-black:hover use {
      fill: #fff; }

.btn-skew-outline-white, .nav--header-social__level-0__item > a, .nav--social--mmenu__level-0__item > a {
  color: #fff; }
  .btn-skew-outline-white svg, .nav--header-social__level-0__item > a svg, .nav--social--mmenu__level-0__item > a svg,
  .btn-skew-outline-white use,
  .nav--header-social__level-0__item > a use,
  .nav--social--mmenu__level-0__item > a use {
    fill: #fff; }
  .btn-skew-outline-white:hover, .nav--header-social__level-0__item > a:hover, .nav--social--mmenu__level-0__item > a:hover {
    color: #000; }
    .btn-skew-outline-white:hover::before, .nav--header-social__level-0__item > a:hover::before, .nav--social--mmenu__level-0__item > a:hover::before {
      background: #fff; }
    .btn-skew-outline-white:hover svg, .nav--header-social__level-0__item > a:hover svg, .nav--social--mmenu__level-0__item > a:hover svg,
    .btn-skew-outline-white:hover use,
    .nav--header-social__level-0__item > a:hover use,
    .nav--social--mmenu__level-0__item > a:hover use {
      fill: #000; }

.btn-skew-outline-black, .nav--footer-social__level-0__item > a {
  color: #000; }
  .btn-skew-outline-black svg, .nav--footer-social__level-0__item > a svg,
  .btn-skew-outline-black use,
  .nav--footer-social__level-0__item > a use {
    fill: #000; }
  .btn-skew-outline-black:hover, .nav--footer-social__level-0__item > a:hover {
    color: #fff; }
    .btn-skew-outline-black:hover::before, .nav--footer-social__level-0__item > a:hover::before {
      border-color: #000;
      background: #000; }
    .btn-skew-outline-black:hover svg, .nav--footer-social__level-0__item > a:hover svg,
    .btn-skew-outline-black:hover use,
    .nav--footer-social__level-0__item > a:hover use {
      fill: #fff; }

.btn-facebook:hover, .nav--header-social__level-0__item.facebook > a:hover, .nav--footer-social__level-0__item.facebook > a:hover, .nav--social--mmenu__level-0__item:nth-child(1) > a:hover {
  color: #fff; }
  .btn-facebook:hover::before, .nav--header-social__level-0__item.facebook > a:hover::before, .nav--footer-social__level-0__item.facebook > a:hover::before, .nav--social--mmenu__level-0__item:nth-child(1) > a:hover::before {
    border-color: #4267b2;
    background: #4267b2; }
  .btn-facebook:hover svg, .nav--header-social__level-0__item.facebook > a:hover svg, .nav--footer-social__level-0__item.facebook > a:hover svg, .nav--social--mmenu__level-0__item:nth-child(1) > a:hover svg,
  .btn-facebook:hover use,
  .nav--header-social__level-0__item.facebook > a:hover use,
  .nav--footer-social__level-0__item.facebook > a:hover use,
  .nav--social--mmenu__level-0__item:nth-child(1) > a:hover use {
    fill: #fff; }

.btn-twitter:hover, .nav--header-social__level-0__item.twitter > a:hover, .nav--footer-social__level-0__item.twitter > a:hover, .nav--social--mmenu__level-0__item:nth-child(2) > a:hover {
  color: #fff; }
  .btn-twitter:hover::before, .nav--header-social__level-0__item.twitter > a:hover::before, .nav--footer-social__level-0__item.twitter > a:hover::before, .nav--social--mmenu__level-0__item:nth-child(2) > a:hover::before {
    border-color: #1da1f2;
    background: #1da1f2; }
  .btn-twitter:hover svg, .nav--header-social__level-0__item.twitter > a:hover svg, .nav--footer-social__level-0__item.twitter > a:hover svg, .nav--social--mmenu__level-0__item:nth-child(2) > a:hover svg,
  .btn-twitter:hover use,
  .nav--header-social__level-0__item.twitter > a:hover use,
  .nav--footer-social__level-0__item.twitter > a:hover use,
  .nav--social--mmenu__level-0__item:nth-child(2) > a:hover use {
    fill: #fff; }

.btn-instagram:hover, .nav--header-social__level-0__item.instagram > a:hover, .nav--footer-social__level-0__item.instagram > a:hover, .nav--social--mmenu__level-0__item:nth-child(3) > a:hover {
  color: #fff; }
  .btn-instagram:hover::before, .nav--header-social__level-0__item.instagram > a:hover::before, .nav--footer-social__level-0__item.instagram > a:hover::before, .nav--social--mmenu__level-0__item:nth-child(3) > a:hover::before {
    border-color: #dc365d;
    background: #dc365d; }
  .btn-instagram:hover svg, .nav--header-social__level-0__item.instagram > a:hover svg, .nav--footer-social__level-0__item.instagram > a:hover svg, .nav--social--mmenu__level-0__item:nth-child(3) > a:hover svg,
  .btn-instagram:hover use,
  .nav--header-social__level-0__item.instagram > a:hover use,
  .nav--footer-social__level-0__item.instagram > a:hover use,
  .nav--social--mmenu__level-0__item:nth-child(3) > a:hover use {
    fill: #fff; }

.btn-youtube:hover, .nav--header-social__level-0__item.youtube > a:hover, .nav--footer-social__level-0__item.youtube > a:hover, .nav--social--mmenu__level-0__item:nth-child(4) > a:hover {
  color: #fff; }
  .btn-youtube:hover::before, .nav--header-social__level-0__item.youtube > a:hover::before, .nav--footer-social__level-0__item.youtube > a:hover::before, .nav--social--mmenu__level-0__item:nth-child(4) > a:hover::before {
    border-color: #ea3223;
    background: #ea3223; }
  .btn-youtube:hover svg, .nav--header-social__level-0__item.youtube > a:hover svg, .nav--footer-social__level-0__item.youtube > a:hover svg, .nav--social--mmenu__level-0__item:nth-child(4) > a:hover svg,
  .btn-youtube:hover use,
  .nav--header-social__level-0__item.youtube > a:hover use,
  .nav--footer-social__level-0__item.youtube > a:hover use,
  .nav--social--mmenu__level-0__item:nth-child(4) > a:hover use {
    fill: #fff; }

.btn-linkedin:hover {
  color: #fff; }
  .btn-linkedin:hover::before {
    border-color: #0a66c2;
    background: #0a66c2; }
  .btn-linkedin:hover svg,
  .btn-linkedin:hover use {
    fill: #fff; }

.btn-facebook-full {
  color: #fff;
  border: 2px solid #4267b2;
  background: #4267b2; }
  .btn-facebook-full:hover {
    color: #4267b2;
    background: #fff; }
    .btn-facebook-full:hover svg,
    .btn-facebook-full:hover use {
      fill: #4267b2; }

.btn-twitter-full {
  color: #fff;
  border: 2px solid #1da1f2;
  background: #1da1f2; }
  .btn-twitter-full:hover {
    color: #1da1f2;
    background: #fff; }
    .btn-twitter-full:hover svg,
    .btn-twitter-full:hover use {
      fill: #1da1f2; }

.btn-instagram-full {
  color: #fff;
  border: 2px solid #dc365d;
  background: #dc365d; }
  .btn-instagram-full:hover {
    color: #dc365d;
    background: #fff; }
    .btn-instagram-full:hover svg,
    .btn-instagram-full:hover use {
      fill: #dc365d; }

.btn-youtube-full {
  color: #fff;
  border: 2px solid #ea3223;
  background: #ea3223; }
  .btn-youtube-full:hover {
    color: #ea3223;
    background: #fff; }
    .btn-youtube-full:hover svg,
    .btn-youtube-full:hover use {
      fill: #ea3223; }

.btn-link-green {
  color: #84a977; }
  .btn-link-green svg,
  .btn-link-green use {
    fill: #84a977; }
  .btn-link-green:hover {
    color: #65c8e6; }
    .btn-link-green:hover svg,
    .btn-link-green:hover use {
      fill: #65c8e6; }

.btn-reset {
  text-align: left;
  border: 0;
  background: none; }
  .btn-reset:focus {
    outline: none; }

.btn-reset-outline {
  padding: 0;
  border: 0; }
  .btn-reset-outline:focus {
    outline: none; }

.btn-link {
  background: none; }

.btn-s {
  font-size: 0.6875rem;
  line-height: 1.4;
  padding: 0.5rem 1.25rem; }

.btn-border-1 {
  border-width: 1px; }

.border-3 {
  border-width: 3px;
  border-style: solid;
  border-color: #dedede; }

.border-2 {
  border-width: 2px;
  border-style: solid;
  border-color: #dedede; }

.border-1 {
  border-width: 1px;
  border-style: solid;
  border-color: #dedede; }

.border-bottom-1 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dedede; }

.border-gray-600 {
  border-color: #7f7f7f; }

.border-bottom-last-none:last-child {
  border-bottom: 0 !important; }
  .border-bottom-last-none:last-child .border-bottom {
    border-bottom: 0 !important; }
  .border-bottom-last-none:last-child .border-bottom-1 {
    border-bottom: 0 !important; }

.tabs__buttons {
  border-bottom: 1px solid #f5f5f5; }

.tab__button {
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding: 1rem 0.5rem;
  text-align: center;
  text-transform: uppercase;
  color: #363636;
  border: 0;
  background: none; }
  .tab__button:focus {
    outline: none; }

.tab__button--selected {
  background: #f5f5f5; }

.tab__content--hide {
  display: none; }

.tabs--underline__buttons {
  border-bottom: 1px solid #dedede; }

.tab--underline__button {
  position: relative;
  background: none; }
  .tab--underline__button::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: none;
    width: 100%;
    height: 3px;
    content: "";
    background: #84a977; }

.tab__button--selected.tab--underline__button::after {
  display: block; }

.accordion__item {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #fff; }
  .accordion__item:hover {
    cursor: pointer;
    background: #f1f3f5; }

.accordion__item--disabled .accordion__item__question {
  opacity: 0.5; }

.accordion__item--disabled .accordion__item__answer {
  opacity: 0.5; }

.accordion__item--disabled .accordion__item__icon svg {
  opacity: 0.5; }

.accordion__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 0;
  background: #fff; }

.reveal__content {
  overflow: hidden; }

.reveal__content--shown,
.reveal__intro--shown {
  display: block; }

.reveal__content--hidden,
.reveal__intro--hidden {
  display: none; }

.reveal__content--hidden + .reveal__controls .reveal__control__show {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.reveal__content--hidden + .reveal__controls .reveal__control__hide {
  display: none; }

.reveal__content--shown + .reveal__controls .reveal__control__show {
  display: none; }

.reveal__content--shown + .reveal__controls .reveal__control__hide {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.reveal__intro--fixed {
  position: relative;
  overflow: hidden;
  height: 81px; }

.reveal__control__show--absolute {
  position: absolute;
  right: 0;
  bottom: 0; }

@media (max-width: 575.98px) {
  .reveal__intro--fixed {
    height: 108px; } }

.fb-like {
  line-height: 1;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 126px;
  height: 27px; }
  [lang="en-US"] .fb-like {
    width: 86px; }
  [lang="uk"] .fb-like {
    width: 148px; }
  [lang="ru-RU"] .fb-like {
    width: 130px; }
  .fb-like > span {
    width: 100% !important;
    height: 100% !important; }
    .fb-like > span > iframe {
      width: 100% !important;
      height: 100% !important; }

.fb-like-single {
  position: relative !important;
  display: block !important;
  width: 110px;
  height: 58px; }
  [lang="en-US"] .fb-like-single {
    width: 74px;
    height: 58px; }
  [lang="uk"] .fb-like-single {
    width: 130px; }
  [lang="ru-RU"] .fb-like-single {
    width: 110px; }
  .fb-like-single > span {
    width: 100% !important;
    height: 100% !important; }
    .fb-like-single > span > iframe {
      width: 100% !important;
      height: 100% !important; }

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::-webkit-input-placeholder {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::-moz-placeholder {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

:-moz-placeholder {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

:-ms-input-placeholder {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  font-size: 16px; }

body {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.25;
  margin-top: 48px;
  margin-bottom: 32px;
  color: #363636; }
  h1 b,
  h1 strong,
  h2 b,
  h2 strong,
  h3 b,
  h3 strong,
  h4 b,
  h4 strong,
  h5 b,
  h5 strong,
  h6 b,
  h6 strong {
    font-weight: 700; }

h1,
.h1 {
  font-size: 2.25rem;
  line-height: 1.25; }

h2,
.h2 {
  font-size: 2.0625rem;
  line-height: 1.25; }

h3,
.h3 {
  font-size: 1.875rem;
  line-height: 1.25; }

h4,
.h4 {
  font-size: 1.625rem;
  line-height: 1.25; }

h5,
.h5 {
  font-size: 1.25rem;
  line-height: 1.25; }

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.25; }

strong {
  font-weight: 600; }

ul,
ol {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 16px; }

ul {
  list-style-type: disc; }

ul ul {
  list-style-type: square; }

li {
  margin-bottom: 8px; }
  li:last-child {
    margin-bottom: 0; }

.font-family-email {
  font-family: "Helvetica", Arial, sans-serif; }

.font-weight-regular {
  font-weight: 400; }

.font-weight-medium {
  font-weight: 500; }

.font-weight-semibold {
  font-weight: 600; }

.font-size-xxl {
  font-size: 1.75rem; }

.font-size-xl {
  font-size: 1.5rem; }

.font-size-l {
  font-size: 1.375rem; }

.font-size-m {
  font-size: 1.25rem; }

.font-size-xm {
  font-size: 1.125rem; }

.font-size-xbase {
  font-size: 1.0625rem; }

.font-size-base {
  font-size: 1rem; }

.font-size-s {
  font-size: 0.875rem; }

.font-size-xs {
  font-size: 0.75rem; }

.font-size-xxs {
  font-size: 0.625rem; }

.line-height-xl {
  line-height: 2; }

.line-height-0 {
  line-height: 0; }

.line-height-1 {
  line-height: 1; }

.line-height-l {
  line-height: 1.875; }

.line-height-m {
  line-height: 1.6; }

.line-height-s {
  line-height: 1.4; }

.line-height-xs {
  line-height: 1.3; }

.line-height-xxs {
  line-height: 1.25; }

.text-white {
  color: #fff; }

.text-black {
  color: #000; }

.text-body-light {
  color: #525252; }

.text-body {
  color: #363636; }

.text-light {
  color: #999; }

.text-hover-body:hover {
  color: #363636; }

.text-light {
  color: #999; }

.text-transform-none {
  text-transform: none; }

.text-underline-custom {
  position: relative;
  display: inline-block; }
  .text-underline-custom::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background: #363636; }

.hover-opacity-70:hover {
  opacity: 0.5; }

.link-green {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #84a977; }
  .link-green:hover {
    color: #65c8e6; }

small {
  font-size: 0.75rem;
  line-height: 1.3; }

.hr-white {
  background-color: #fff; }

.highlight {
  background: #fbeb56; }

.citation {
  position: relative;
  z-index: 21;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 3.5rem 3rem 2.5rem 3rem;
  color: #000;
  background-color: #ffe90e;
  background-image: url("../img/block/quote/bg-blockquote.jpg");
  background-repeat: repeat;
  -webkit-clip-path: polygon(0 0, 100% 4%, 99% 100%, 1% 100%);
          clip-path: polygon(0 0, 100% 4%, 99% 100%, 1% 100%); }
  .citation blockquote {
    margin: 0; }
  .citation::before {
    position: absolute;
    top: 24px;
    left: 24px;
    display: block;
    width: 50px;
    height: 50px;
    content: "";
    background: url("../img/block/quote/ico-blockquote.png") 0 0 no-repeat; }

.citation p {
  font-size: 18px;
  font-style: italic;
  line-height: 22px;
  margin: 0; }

.citation.alignleft,
.citation.alignright {
  max-width: 360px;
  height: auto;
  -webkit-clip-path: polygon(0 0, 100% 9%, 97% 100%, 4% 100%);
          clip-path: polygon(0 0, 100% 9%, 97% 100%, 4% 100%); }

.citation.alignleft {
  margin-right: 1rem;
  margin-left: -2rem; }

.citation.alignright {
  margin-right: -4rem;
  margin-left: 1rem; }

.col-42 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 42px;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  max-width: 42px; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"] {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  display: block;
  width: 100%;
  height: calc(1.3em + 2rem + 2px);
  padding: 1rem 1.5rem;
  color: #525252;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  background-clip: padding-box;
  /* Note: This has no effect on <select>s in some browsers, due to the limited stylability of `<select>`s in CSS. */
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"] {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  textarea:disabled, textarea[readonly],
  input[type="text"]:disabled,
  input[type="text"][readonly],
  input[type="password"]:disabled,
  input[type="password"][readonly],
  input[type="datetime"]:disabled,
  input[type="datetime"][readonly],
  input[type="datetime-local"]:disabled,
  input[type="datetime-local"][readonly],
  input[type="date"]:disabled,
  input[type="date"][readonly],
  input[type="month"]:disabled,
  input[type="month"][readonly],
  input[type="time"]:disabled,
  input[type="time"][readonly],
  input[type="week"]:disabled,
  input[type="week"][readonly],
  input[type="number"]:disabled,
  input[type="number"][readonly],
  input[type="email"]:disabled,
  input[type="email"][readonly],
  input[type="url"]:disabled,
  input[type="url"][readonly],
  input[type="search"]:disabled,
  input[type="search"][readonly],
  input[type="tel"]:disabled,
  input[type="tel"][readonly] {
    /* iOS fix for unreadable disabled content; see https://github.com/twbs/bootstrap/issues/11655. */
    opacity: 1;
    background-color: #f0f0f2; }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus {
  color: #000;
  border-color: #000;
  outline: 0;
  background-color: #fff;
  /* Avoid using mixin so we can pass custom focus shadow properly */
  -webkit-box-shadow: 0 0 0 0 rgba(101, 200, 230, 0.25);
          box-shadow: 0 0 0 0 rgba(101, 200, 230, 0.25); }

::-webkit-input-placeholder {
  /* Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526. */
  opacity: 1;
  color: #7f7f7f; }

::-moz-placeholder {
  /* Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526. */
  opacity: 1;
  color: #7f7f7f; }

:-ms-input-placeholder {
  /* Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526. */
  opacity: 1;
  color: #7f7f7f; }

::-ms-input-placeholder {
  /* Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526. */
  opacity: 1;
  color: #7f7f7f; }

::placeholder {
  /* Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526. */
  opacity: 1;
  color: #7f7f7f; }

select[name="sorganization"] {
  width: 240px; }

select[name="stype"],
select[name="otype"] {
  width: 160px; }

select[name="pcategory"] {
  width: 240px; }

select[name="otopic"],
select[name="ntopic"],
select[name="mtopic"],
select[name="ptopic"] {
  width: 240px; }

select[name="y"],
select[name="syear"],
select[name="oyear"],
select[name="ocountry"],
select[name="nyear"],
select[name="ncountry"],
select[name="mcountry"],
select[name="pyear"],
select[name="pcountry"],
select[name="gyear"],
select[name="myear"],
select[name="fyear"],
select[name="syear"] {
  width: 120px; }

select[name="s_order"] {
  width: 160px; }

textarea.input-sm,
input[type="text"].input-sm,
input[type="password"].input-sm,
input[type="datetime"].input-sm,
input[type="datetime-local"].input-sm,
input[type="date"].input-sm,
input[type="month"].input-sm,
input[type="time"].input-sm,
input[type="week"].input-sm,
input[type="number"].input-sm,
input[type="email"].input-sm,
input[type="url"].input-sm,
input[type="search"].input-sm,
input[type="tel"].input-sm {
  font-size: 0.875rem;
  line-height: 1.4;
  height: calc(1.4em + 1rem + 2px);
  padding: 0.5rem 1rem;
  /* Note: This has no effect on <select>s in some browsers, due to the limited stylability of `<select>`s in CSS. */
  border-radius: 0; }

textarea.input-underline,
input[type="text"].input-underline,
input[type="password"].input-underline,
input[type="datetime"].input-underline,
input[type="datetime-local"].input-underline,
input[type="date"].input-underline,
input[type="month"].input-underline,
input[type="time"].input-underline,
input[type="week"].input-underline,
input[type="number"].input-underline,
input[type="email"].input-underline,
input[type="url"].input-underline,
input[type="search"].input-underline,
input[type="tel"].input-underline {
  border-width: 0;
  border-bottom-width: 1px; }

input[type="checkbox"] {
  position: relative;
  top: 3px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 1px solid #adb5bd;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  input[type="checkbox"]::after {
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    width: 8px;
    height: 8px;
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8px' height='8px' fill='%23fff'><path d='M3 7.023L0 4.144l.93-.957 2.052 1.958L7.052 1 8 1.939z'/></svg>");
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  input[type="checkbox"]:focus {
    outline: none; }
  input[type="checkbox"]:checked {
    border-color: #84a977;
    background: #84a977; }
    input[type="checkbox"]:checked::after {
      display: block; }
  input[type="checkbox"][readonly] {
    border-color: #e5e5e5;
    background: #e5e5e5; }
    input[type="checkbox"][readonly]::after {
      content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8px' height='8px' fill='%23fff'><path d='M3 7.023L0 4.144l.93-.957 2.052 1.958L7.052 1 8 1.939z'/></svg>"); }

input[type="radio"] {
  position: relative;
  position: relative;
  top: 3px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 1px solid #adb5bd;
  border-radius: 50%;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  input[type="radio"]:focus {
    outline: none; }
  input[type="radio"]::after {
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    width: 8px;
    height: 8px;
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8px' height='8px' fill='%23fff'><circle cx='4' cy='4' r='3' /></svg>");
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  input[type="radio"]:checked {
    border-color: #84a977;
    background: #84a977; }
    input[type="radio"]:checked::after {
      display: block; }
  input[type="radio"][readonly] {
    border-color: #e5e5e5;
    background: #e5e5e5; }
    input[type="radio"][readonly]::after {
      content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8px' height='8px' fill='%23fff'><circle cx='4' cy='4' r='3' /></svg>"); }

/**
 * Default select2 styles
 */
select {
  font-family: "Exo 2", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.75;
  width: 100%;
  padding: 0.25rem 0.5rem;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: #000;
  border: 1px solid #dedede;
  border-radius: 0;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20px' height='12px'><path d='M19.51.495a1.672 1.672 0 00-2.375 0L10.02 7.614 2.905.495A1.683 1.683 0 00.032 1.682c0 .447.181.881.495 1.187l8.302 8.306c.326.326.757.491 1.187.491.43 0 .861-.165 1.187-.49l8.302-8.307c.318-.318.495-.74.495-1.187a1.652 1.652 0 00-.49-1.187z' fill='%23000'/></svg>");
  background-repeat: no-repeat;
  background-position: right 13px center;
  background-clip: padding-box;
  background-size: 10px 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

/**
 * Bootstrap v4 theme for select2
 */
.select2 {
  font-weight: 400; }

.select2-results {
  font-weight: 400; }

.select2-selection__clear {
  width: 8px;
  text-indent: -999px;
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='M0 2.054C.006.29 2.02-.617 3.31.47l.145.134 8.551 8.688 8.55-8.688a1.985 1.985 0 012.855 0c.38.38.594.903.588 1.45 0 .468-.157.913-.442 1.274l-.153.174-8.365 8.497 8.364 8.497c.322.321.53.754.583 1.216l.013.232c-.006 1.763-2.022 2.671-3.311 1.584l-.146-.134-8.55-8.688-8.55 8.688a1.985 1.985 0 01-2.855 0A2.015 2.015 0 010 21.944c0-.468.157-.913.442-1.274l.153-.174L8.959 12 .596 3.502a2.046 2.046 0 01-.583-1.216L0 2.054z' fill='%23000' fill-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 8px 8px; }

.select2-container--bootstrap .select2-selection {
  font-family: "Exo 2", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.75;
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem 0.25rem 0.5rem;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  background-color: #fff;
  background-clip: padding-box; }
  .select2-container--bootstrap .select2-selection:focus {
    color: #000;
    background-color: #fff;
    border-color: #000;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(101, 200, 230, 0.25);
            box-shadow: 0 0 0 0 rgba(101, 200, 230, 0.25); }
  .select2-container--bootstrap .select2-selection::-ms-expand {
    border: 0;
    background-color: transparent; }
  .select2-container--bootstrap .select2-selection::-webkit-input-placeholder {
    opacity: 1;
    color: #000; }
  .select2-container--bootstrap .select2-selection::-moz-placeholder {
    opacity: 1;
    color: #000; }
  .select2-container--bootstrap .select2-selection:-ms-input-placeholder {
    opacity: 1;
    color: #000; }
  .select2-container--bootstrap .select2-selection::-ms-input-placeholder {
    opacity: 1;
    color: #000; }
  .select2-container--bootstrap .select2-selection::placeholder {
    opacity: 1;
    color: #000; }
  .select2-container--bootstrap .select2-selection:disabled, .select2-container--bootstrap .select2-selection[readonly] {
    opacity: 1;
    background-color: #f0f0f2; }
  .select2-container--bootstrap .select2-selection:focus::-ms-value {
    color: #525252;
    background-color: #fff; }

.select2-container--bootstrap.select2-container--placeholder .select2-selection {
  border-color: #dedede; }

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #000; }

.select2-container--bootstrap .select2-selection {
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  opacity: 1;
  color: #000; }

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  right: 16px; }

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  width: 10px;
  height: 6px;
  border: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20px' height='12px'><path d='M19.51.495a1.672 1.672 0 00-2.375 0L10.02 7.614 2.905.495A1.683 1.683 0 00.032 1.682c0 .447.181.881.495 1.187l8.302 8.306c.326.326.757.491 1.187.491.43 0 .861-.165 1.187-.49l8.302-8.307c.318-.318.495-.74.495-1.187a1.652 1.652 0 00-.49-1.187z' fill='%23000'/></svg>");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 10px 6px; }

.select2-container--bootstrap .select2-dropdown {
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  outline: 0;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  color: #000;
  border: 1px solid #000;
  outline: 0;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--bootstrap .select2-results__option {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.75;
  padding: 0.25rem 0.5rem; }

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background: #000; }

/**
 * Because of weird box-shadow "border" we must style select2
 * this hacky way.
 */
.select2-container--bootstrap .select2-dropdown {
  overflow-x: visible;
  margin-top: 6px; }
  .select2-container--bootstrap .select2-dropdown::after {
    position: absolute;
    top: -10px;
    left: -1px;
    display: block;
    width: calc(100% + 2px);
    height: 10px;
    content: "";
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    background: #fff; }

.select2-container--bootstrap .select2-dropdown.select2-dropdown--above {
  margin-top: -6px; }
  .select2-container--bootstrap .select2-dropdown.select2-dropdown--above::after {
    top: auto;
    bottom: -10px; }

.hover-scale__wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%; }

.hover-scale img {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1.025);
      -ms-transform: scale(1.025);
          transform: scale(1.025); }

.hover-scale:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.post-type-team .hover-scale img {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9); }

.post-type-team .hover-scale:hover img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.bg-image__container.hover-scale img {
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left; }

.bg-image__container.hover-scale:hover img {
  -webkit-transform: scale(1.1) translate(-50%, -50%);
      -ms-transform: scale(1.1) translate(-50%, -50%);
          transform: scale(1.1) translate(-50%, -50%); }

.hover-text-underline:hover {
  text-decoration: underline; }

.hover-bg-facebook {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .hover-bg-facebook:hover {
    color: #fff;
    background: #4267b2; }
    .hover-bg-facebook:hover svg,
    .hover-bg-facebook:hover user {
      fill: #fff; }

.transition-base {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.alignfull {
  width: 100vw;
  margin-left: calc(( 1170px - 100vw ) / 2); }
  @media (max-width: 1199.98px) {
    .alignfull {
      width: calc(100% + 30px);
      margin-right: -15px;
      margin-left: -15px; } }

.tr-mask {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%); }

.tr-mask-64 {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 64px), calc(100% - 64px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 64px), calc(100% - 64px) 100%, 0 100%); }

.or-mask {
  -webkit-clip-path: polygon(2% 0, 99% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(2% 0, 99% 0%, 100% 100%, 0% 100%); }

.bg-polygon-gray {
  background: #eaeaea;
  -webkit-clip-path: polygon(0 0, 100% 0, 98% 100%, 1% 100%);
          clip-path: polygon(0 0, 100% 0, 98% 100%, 1% 100%); }

@media print {
  body {
    color: #000 !important; }
  .text-white {
    color: #000 !important; } }

body {
  position: relative;
  background-color: #fff;
  background-image: url("../assets/layout/bg-home.jpg");
  background-repeat: no-repeat;
  background-position: calc(50% + 310px) 0; }

.wuc {
  line-height: 1;
  position: absolute;
  top: -16px;
  left: 224px;
  padding: 0.75rem 2rem;
  white-space: nowrap; }
  [lang="en-US"] .wuc {
    left: 184px; }
  [lang="uk"] .wuc {
    left: 144px; }
  [lang="ru-RU"] .wuc {
    left: 224px; }

.nav--primary {
  position: relative;
  z-index: 30; }

.nav--primary__level-0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none; }
  .nav--primary__level-0 > li {
    margin-bottom: 0; }

.nav--primary__level-0__item {
  position: relative;
  margin: 0 -0.5rem;
  padding: 0 0.5rem; }
  .nav--primary__level-0__item > a {
    font-size: 1.4375rem;
    display: inline-block;
    padding: 0.5rem 1rem;
    white-space: nowrap;
    color: #fff; }
  .nav--primary__level-0__item.menu-item-has-children:hover {
    background: #ffe90e; }
    .nav--primary__level-0__item.menu-item-has-children:hover > a {
      color: #000; }
      .nav--primary__level-0__item.menu-item-has-children:hover > a svg,
      .nav--primary__level-0__item.menu-item-has-children:hover > a use {
        fill: #000; }
    .nav--primary__level-0__item.menu-item-has-children:hover .nav--primary__level-1 {
      left: 0; }

.nav--primary__level-1 {
  position: absolute;
  top: 100%;
  left: -9999px;
  width: 100%;
  margin: 0;
  padding: 1rem 1.25rem;
  list-style: none;
  background: #ffe90e; }
  .nav--primary__level-1::after {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    content: "";
    border-top: 1rem solid #ffe90e;
    border-right: 1rem solid transparent; }

.nav--primary__level-1__item {
  margin-bottom: 1rem; }
  .nav--primary__level-1__item:last-child {
    margin-bottom: 0; }
  .nav--primary__level-1__item > a {
    font-size: 1.125rem;
    line-height: 1.3;
    display: block;
    color: #6d6e71; }
  .nav--primary__level-1__item.current-menu-ancestor > a, .nav--primary__level-1__item.current-menu-parent > a, .nav--primary__level-1__item.current-menu-item > a, .nav--primary__level-1__item.current_page_item > a, .nav--primary__level-1__item.current_page_parent > a {
    color: #000; }

.nav--header-social__level-0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none; }
  .nav--header-social__level-0 > li {
    margin-bottom: 0; }

.nav--header-social__level-0__item {
  margin-right: 0.5rem; }
  .nav--header-social__level-0__item:last-child {
    margin-right: 0; }

/**
 * Language
 */
#mls-language-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-left: auto;
  padding: 0;
  list-style: none; }

#mls-language-list li {
  margin-right: 5px;
  margin-bottom: 0; }
  #mls-language-list li:last-child {
    margin-right: 0; }

#mls-language-list a {
  position: relative;
  display: block;
  opacity: 0.6; }

#mls-language-list a:hover,
#mls-language-list a.current {
  opacity: 1; }

#mls-language-list svg {
  display: block; }

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

.nav--languages__level-0__item {
  margin-right: 5px;
  margin-bottom: 0; }
  .nav--languages__level-0__item:last-child {
    margin-right: 0; }
  .nav--languages__level-0__item > a {
    display: block; }
    .nav--languages__level-0__item > a:hover {
      opacity: 0.6; }
  .nav--languages__level-0__item svg {
    display: block; }

[lang="en-US"] .nav--primary__level-0__item > a {
  padding: 0.5rem 0.85rem; }

@media (max-width: 1199.98px) {
  body {
    background-position: calc(50% + 400px) 0; }
  .nav--primary__level-0__item > a {
    font-size: 1.25rem;
    padding: 0.75rem 0.5rem; }
    .nav--primary__level-0__item > a .icon {
      display: none; } }

@media (max-width: 1199.98px) {
  .site-title a {
    width: 168px !important;
    height: 74px !important;
    background-size: 200px 200px !important; } }

.nav--footer__level-0 {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-gap: 0.5rem 2rem; }

.nav--footer__level-0__item {
  align-self: start;
  grid-row-start: 1;
  grid-row-end: 8; }
  .nav--footer__level-0__item > a,
  .nav--footer__level-0__item > div > a {
    font-size: 1.3rem; }

.nav--footer__level-0__item--row-1-col-5 {
  align-self: start;
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 5;
  grid-column-end: 5; }

.nav--footer__level-0__item--row-2-col-5 {
  align-self: start;
  grid-row-start: 2;
  grid-row-end: 2;
  grid-column-start: 5;
  grid-column-end: 5; }

.nav--footer__level-0__item--row-3-col-5 {
  align-self: start;
  grid-row-start: 3;
  grid-row-end: 3;
  grid-column-start: 5;
  grid-column-end: 5; }

.nav--footer__level-1 {
  margin-top: 1rem;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  list-style: none; }

.nav--footer__level-1__item {
  margin-bottom: 0.25rem; }
  .nav--footer__level-1__item:last-child {
    margin-bottom: 0; }
  .nav--footer__level-1__item > a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    display: block; }

.nav--footer-social__level-0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none; }

.nav--footer-social__level-0__item {
  margin-bottom: 1rem; }
  .nav--footer-social__level-0__item:last-child {
    margin-bottom: 0; }
  .nav--footer-social__level-0__item > a {
    display: block;
    width: 136px;
    text-align: center; }

.nav--credentials__level-0 {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav--credentials__level-0__item > a {
  font-size: 0.875rem;
  line-height: 1.3;
  display: block;
  color: #999; }

.icon-footer-triangle {
  position: absolute;
  top: -120px;
  left: -40px;
  width: 80px;
  height: 80px; }
  .icon-footer-triangle svg,
  .icon-footer-triangle use {
    fill: #ffe90e; }

.social-aside {
  position: fixed;
  z-index: 10;
  top: 250px;
  left: 100%; }

.nav--social-aside__level-0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none; }

.nav--social-aside__level-0__item {
  margin-bottom: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateX(-55px);
      -ms-transform: translateX(-55px);
          transform: translateX(-55px);
  white-space: nowrap; }
  .nav--social-aside__level-0__item:last-child {
    margin-bottom: 0; }
  .nav--social-aside__level-0__item:hover {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .nav--social-aside__level-0__item > a {
    line-height: 1;
    display: block;
    padding: 1.3625rem 1.75rem;
    color: #fff; }
    .nav--social-aside__level-0__item > a > svg {
      margin-right: 3rem;
      margin-left: -0.5rem; }
  .nav--social-aside__level-0__item.facebook > a {
    background: #4267b2; }
    .nav--social-aside__level-0__item.facebook > a:hover {
      opacity: 1; }
  .nav--social-aside__level-0__item.twitter > a {
    background: #1da1f2; }
    .nav--social-aside__level-0__item.twitter > a:hover {
      opacity: 1; }
  .nav--social-aside__level-0__item.instagram > a {
    background: #dc365d; }
    .nav--social-aside__level-0__item.instagram > a:hover {
      opacity: 1; }
  .nav--social-aside__level-0__item.youtube > a {
    background: #ea3223; }
    .nav--social-aside__level-0__item.youtube > a:hover {
      opacity: 1; }

@media (max-width: 1199.98px) {
  .social-aside {
    display: none; } }

@media (max-width: 767.98px) {
  .nav--footer__level-0 {
    display: block;
    margin-bottom: 32px; }
  .nav--footer__level-0__item {
    border-bottom: 1px solid #dedede;
    padding-top: 8px;
    padding-bottom: 8px; }
    .nav--footer__level-0__item:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
  .nav--footer-social__level-0 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .nav--footer-social__level-0__item > a {
    width: auto; } }

.container--border {
  position: relative; }
  .container--border::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -64px;
    display: block;
    width: 64px;
    height: 640px;
    content: '';
    background-color: #fff; }

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 32px; }
  .breadcrumb > span {
    font-size: 14px;
    line-height: 18px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .breadcrumb > span > a {
      color: #363636; }
    .breadcrumb > span::after {
      font-size: 14px;
      line-height: 18px;
      margin-right: 12px;
      margin-left: 12px;
      content: "/";
      color: #363636; }
    .breadcrumb > span:last-child {
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1; }
      .breadcrumb > span:last-child::after {
        display: none; }

@media (max-width: 767.98px) {
  .breadcrumb {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .breadcrumb > span {
      font-size: 0.75rem; }
      .breadcrumb > span::after {
        font-size: 0.75rem; } }

.nav--sidebar__level-0 {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav--sidebar__level-0__item {
  line-height: 1;
  margin-bottom: 0; }
  .nav--sidebar__level-0__item > a {
    font-size: 15px;
    line-height: 20px;
    display: block;
    margin-right: -8px;
    margin-left: -8px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px; }
  .nav--sidebar__level-0__item.current-menu-ancestor > a, .nav--sidebar__level-0__item.current-menu-parent > a, .nav--sidebar__level-0__item.current-menu-item > a, .nav--sidebar__level-0__item.current_page_item > a, .nav--sidebar__level-0__item.current_page_parent > a {
    font-weight: 500;
    background: #e6e6e6; }

.nav--sidebar__level-1 {
  padding: 0;
  list-style: none;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px; }

.nav--sidebar__level-1__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  list-style: none; }
  .nav--sidebar__level-1__item:last-child {
    margin-bottom: 0; }
  .nav--sidebar__level-1__item::before {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 3px;
    height: 3px;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    content: "";
    border-radius: 50%;
    background: #363636; }
  .nav--sidebar__level-1__item > a {
    font-size: 15px;
    line-height: 18px; }
  .nav--sidebar__level-1__item.current-menu-ancestor > a, .nav--sidebar__level-1__item.current-menu-parent > a, .nav--sidebar__level-1__item.current-menu-item > a, .nav--sidebar__level-1__item.current_page_item > a, .nav--sidebar__level-1__item.current_page_parent > a {
    font-weight: 500; }

.slider {
  position: relative;
  width: 100%;
  height: 390px; }

.slider__thumbnails {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 991.98px) {
    .slider__thumbnails {
      overflow: hidden; } }

.slider__thumbnail {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.slider__arrow {
  position: absolute;
  z-index: 30;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%); }
  .current .slider__arrow {
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px); }

.slider__slides {
  position: relative;
  z-index: 10; }

.slider__slide {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .slider__slide.current {
    z-index: 20; }
  .slider__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.slider__text {
  position: absolute;
  z-index: 20;
  bottom: 64px;
  left: 64px;
  width: 600px; }

.slider__overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5; }

.slider__triangle {
  position: absolute;
  z-index: 30;
  right: 86px;
  bottom: -24px;
  width: 80px;
  height: 80px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
          clip-path: polygon(0 0, 0 100%, 100% 100%); }

@media (max-width: 1199.98px) {
  .slider {
    height: 320px !important; }
  .slider__thumbnail a {
    font-size: 16px !important;
    line-height: 20px !important; }
  .slider__text {
    right: 64px;
    width: auto; } }

@media (max-width: 575.98px) {
  .slider {
    width: auto !important;
    height: auto !important;
    margin-right: -16px !important;
    margin-left: -16px !important; }
  .slider__thumbnail a {
    display: block !important;
    height: auto !important;
    padding: 24px 16px !important; }
  .slider__slides {
    display: none !important; } }

.owl-nav {
  height: 0; }

.owl-button {
  position: absolute;
  z-index: 99995;
  padding: 0;
  -webkit-transform: translateY(calc(-50% - 24px));
      -ms-transform: translateY(calc(-50% - 24px));
          transform: translateY(calc(-50% - 24px));
  border: 0;
  background: none; }
  .owl-button:focus {
    outline: none; }

.owl-button--arrow-left {
  top: 50%;
  left: -38px; }

.owl-button--arrow-right {
  top: 50%;
  right: -38px; }

@media screen and (min-width: 1300px) {
  .owl-button--arrow-left {
    top: 50%;
    left: -64px; }
  .owl-button--arrow-right {
    top: 50%;
    right: -64px; } }

.owl-carousel-rows {
  position: relative; }
  .owl-carousel-rows .owl-carousel {
    position: static; }

.owl-regime-servants .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.owl-regime-servants .owl-item {
  height: 224px; }
  .owl-regime-servants .owl-item > div {
    height: 100%; }
    .owl-regime-servants .owl-item > div > a {
      height: 100%; }
      .owl-regime-servants .owl-item > div > a > span {
        height: 100%; }
  .owl-regime-servants .owl-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.owl-report .owl-button--arrow-left,
.owl-report .owl-button--arrow-right {
  top: 200px; }

@media (max-width: 767.98px) {
  .owl-carousel-rows .owl-button--arrow-left,
  .owl-carousel-rows .owl-button--arrow-right {
    top: 126px; }
  .owl-media .owl-button--arrow-left,
  .owl-media .owl-button--arrow-right {
    top: calc(50% + 6px); } }

.owl-anchors {
  top: 1px; }
  .owl-anchors .owl-prev,
  .owl-anchors .owl-next {
    position: absolute;
    top: calc(50% - 3px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .owl-anchors .owl-prev:focus,
    .owl-anchors .owl-next:focus {
      outline: none; }
  .owl-anchors .owl-prev {
    left: -24px; }
  .owl-anchors .owl-next {
    right: -24px; }
  .owl-anchors .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .owl-anchors .owl-item {
    line-height: 1;
    white-space: nowrap; }

.owl-stage {
  width: 9999px; }

.post__tags__item {
  white-space: nowrap; }

.box-post__image__wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%; }

.box-post__border {
  position: relative;
  display: block;
  padding-right: 22px; }
  .box-post__border::after {
    position: absolute;
    z-index: 50;
    top: 0;
    right: 0;
    bottom: 0;
    width: 22px;
    height: 100%;
    content: "";
    border-bottom: 15px solid transparent;
    border-left-width: 22px;
    border-left-style: solid; }

.box-post__border--small {
  padding-right: 16px; }
  .box-post__border--small::after {
    width: 16px;
    border-left-width: 16px; }

.box-post__border--green::after {
  border-left-color: #84a977; }

.box-post__border--blue::after {
  border-left-color: #65c8e6; }

.box-post__border--yellow::after {
  border-left-color: #ffe90e; }

.box-post__border--red::after {
  border-left-color: #e65d54; }

.box-post__overlay__wrapper {
  position: relative;
  display: block;
  overflow: hidden; }
  .box-post__overlay__wrapper img {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .box-post__overlay__wrapper:hover .box-post__overlay {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .box-post__overlay__wrapper:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

.box-post__overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateY(calc(100% + 1px));
      -ms-transform: translateY(calc(100% + 1px));
          transform: translateY(calc(100% + 1px));
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  background: rgba(0, 0, 0, 0.7); }

.pagination {
  text-align: center; }
  .pagination > .page-numbers {
    font-size: 1rem;
    line-height: 16px;
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #363636; }
    .pagination > .page-numbers:last-child {
      margin-right: 0; }
  .pagination > span:not(.dots),
  .pagination > .next,
  .pagination > .prev {
    position: relative;
    z-index: 2; }
    .pagination > span:not(.dots)::before,
    .pagination > .next::before,
    .pagination > .prev::before {
      position: absolute;
      z-index: 3;
      top: 0;
      left: 5px;
      width: calc(100% - 10px);
      height: 100%;
      content: "";
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transform: skew(-10deg);
          -ms-transform: skew(-10deg);
              transform: skew(-10deg);
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      border: 1px solid #c9cdd1; }
  .pagination > .next svg,
  .pagination > .prev svg {
    position: relative;
    z-index: 5;
    top: -3px; }
  .pagination > .next:hover svg,
  .pagination > .next:hover use,
  .pagination > .prev:hover svg,
  .pagination > .prev:hover use {
    fill: #fff; }
  .pagination > .next:hover::before,
  .pagination > .prev:hover::before {
    border-color: #65c8e6;
    background: #65c8e6; }
  .pagination > a:hover {
    color: #65c8e6; }

.newsScroller {
  position: relative;
  display: block;
  overflow: hidden;
  height: 512px; }

@media (max-width: 991.98px) {
  .newsScroller {
    height: auto !important; } }

.gallery__count {
  position: absolute;
  z-index: 999;
  right: 0;
  bottom: 0; }

.flexslider {
  border: 0; }

.flexslider-ar .slides img {
  width: auto !important;
  height: 100% !important;
  margin-right: auto;
  margin-left: auto; }

.flexslider-thumbnails .slides li {
  position: relative; }
  .flexslider-thumbnails .slides li img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.flexslider-navigation,
.flexslider-navigation-thumbnails {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transform: translateY(calc(-50% - 23px));
      -ms-transform: translateY(calc(-50% - 23px));
          transform: translateY(calc(-50% - 23px)); }
  .flexslider-navigation .flex-prev:hover,
  .flexslider-navigation .flex-next:hover,
  .flexslider-navigation-thumbnails .flex-prev:hover,
  .flexslider-navigation-thumbnails .flex-next:hover {
    opacity: 1; }
  .flexslider-navigation .flex-prev,
  .flexslider-navigation-thumbnails .flex-prev {
    position: absolute;
    top: 0;
    left: -9px; }
  .flexslider-navigation .flex-next,
  .flexslider-navigation-thumbnails .flex-next {
    position: absolute;
    top: 0;
    right: -9px; }

/* Fancybox */
/* Fancybox core styling overwrite for our gallery */
.fancybox--gallery-container {
  position: absolute;
  /* Use visibility hidden instead of display block for proper calculation of getBoundingClientRect function */ }
  .fancybox--gallery-container .fancybox-slide {
    display: block;
    visibility: hidden; }
  .fancybox--gallery-container .fancybox-is-sliding .fancybox-slide,
  .fancybox--gallery-container .fancybox-slide--previous,
  .fancybox--gallery-container .fancybox-slide--current,
  .fancybox--gallery-container .fancybox-slide--next {
    visibility: visible; }
  .fancybox--gallery-container .fancybox-bg {
    background: transparent; }
  .fancybox--gallery-container.fancybox-is-open .fancybox-gallery {
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
         -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
            transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    opacity: 1; }
  .fancybox--gallery-container.fancybox-is-open .fancybox-bg {
    background: transparent; }

.fancybox-active.post-type-archive-gallery {
  background-blend-mode: luminosity; }
  .fancybox-active.post-type-archive-gallery .site {
    -webkit-filter: blur(3px) grayscale(1);
            filter: blur(3px) grayscale(1); }

/* Fancybox custom styling for our gallery */
.fancybox-gallery__wrapper {
  position: absolute;
  top: 160px;
  left: 50%;
  width: 960px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.fancybox-gallery {
  position: relative;
  width: 960px;
  padding: 36px;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1); }
  .fancybox-gallery .fancybox-content {
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0) !important;
        -ms-transform: translate(-50%, 0) !important;
            transform: translate(-50%, 0) !important; }
  .fancybox-gallery .fancybox-slide--image {
    padding: 0 !important; }

.fancybox-gallery__clip {
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 900px 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 900px 100%, 0 100%); }

.fancybox-gallery__clip__shadow {
  position: relative;
  top: -1px; }
  .fancybox-gallery__clip__shadow::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 900px;
    height: 100%;
    content: "";
    -webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1); }

/**
 * Gallery top section
 */
.fancybox-gallery-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.fancybox-gallery-top-title {
  font-size: 36px;
  font-weight: normal;
  line-height: 42px;
  width: 525px;
  letter-spacing: -1px;
  color: #363636; }

.fancybox-gallery-top-social-photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto; }

.fancybox-gallery-top-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 176px; }
  .fancybox-gallery-top-socials .fb-like {
    line-height: 1; }

/**
 * Gallery center section
 */
.fancybox-gallery-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px; }

.fancybox-gallery-col-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 525px;
      -ms-flex: 0 0 525px;
          flex: 0 0 525px;
  width: 525px; }

.fancybox-gallery-col-right {
  margin-left: 16px; }

.fancybox-gallery-photo {
  position: relative;
  width: 100% !important;
  height: 525px; }

.fancybox-gallery-content-inner {
  font-size: 14px;
  line-height: 18px;
  padding: 24px;
  color: #363636;
  background: #eee; }
  .fancybox-gallery-content-inner p {
    font-size: 16px;
    line-height: 24px; }

.fancybox-gallery-content-text {
  margin-bottom: 32px; }

/**
 * Gallery buttons section
 */
.fancybox-gallery-button {
  font-family: inherit;
  font-size: 100%;
  padding: 0;
  border: 0;
  background: none; }
  .fancybox-gallery-button:focus {
    outline: none; }
  .fancybox-gallery-button[disabled] {
    opacity: 0.75;
    background: #c3c3c3; }

.fancybox-gallery-button--close {
  position: absolute;
  bottom: 100%;
  left: 100%; }

.fancybox-gallery-button--arrow-left {
  position: absolute;
  z-index: 99995;
  top: 160px;
  left: -32px; }

.fancybox-gallery-button--arrow-right {
  position: absolute;
  z-index: 99995;
  top: 160px;
  right: -32px; }

.fancybox-gallery-button-text {
  font-size: 18px;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #7bae78; }
  .fancybox-gallery-button-text:focus {
    outline: none; }

/**
 * Gallery owl carousel section
 */
.fancybox-gallery-owl-carousel-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

.fancybox-gallery-thumbnail-item {
  cursor: pointer;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.fancybox-gallery-thumbnail-item-active {
  position: relative; }
  .fancybox-gallery-thumbnail-item-active::after {
    position: absolute;
    top: calc(16px / 2);
    left: calc(16px / 2);
    display: block;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    content: "";
    -webkit-box-shadow: inset 0 0 0 3px #63c9e9;
            box-shadow: inset 0 0 0 3px #63c9e9; }

.fancybox-gallery-thumbnail-item-show::before {
  position: absolute;
  top: calc(16px / 2);
  left: calc(16px / 2);
  display: block;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  content: "";
  background: #63c9e9; }

@media (max-width: 991.98px) {
  .fancybox-toolbar {
    top: 46px;
    right: 46px; }
  .fancybox-gallery__wrapper,
  .fancybox-gallery {
    width: 100%; }
  .fancybox-gallery-top-title {
    width: auto;
    margin-right: 8px; }
  .fancybox-gallery-center {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .fancybox-gallery-col-left,
  .fancybox-gallery-col-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%; }
  .fancybox-gallery-col-left {
    margin-bottom: 16px; }
  .fancybox-gallery-col-right {
    margin-left: 0; } }

@media (max-width: 767.98px) {
  .fancybox-gallery-top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .fancybox-gallery-top-title {
    width: 100%; }
  .fancybox-gallery-top-social-photos {
    width: 100%; }
  .fancybox-gallery-thumbnails {
    margin-right: -8px;
    margin-left: -8px; }
  .fancybox-gallery-thumbnail-item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .fancybox-gallery-thumbnail-item-active::after {
    top: calc(8px / 2);
    left: calc(8px / 2);
    width: calc(100% - 8px);
    height: calc(100% - 8px); }
  .fancybox-gallery-thumbnail-item-show::before {
    top: calc(8px / 2);
    left: calc(8px / 2);
    width: calc(100% - 8px);
    height: calc(100% - 8px); } }

:root {
  --mm-navbar-size: 60px;
  --mm-listitem-size: 52px;
  --mm-color-background: transparent;
  --mm-color-border: #fff;
  --mm-color-button: #fff;
  --mm-color-background-highlight: transparent;
  --mm-color-background-emphasis: transparent; }

.mm-menu_theme-odf {
  background-color: #72a16a;
  background-image: url("../img/bg-menu.jpg");
  background-repeat: no-repeat;
  background-size: 100%; }
  .mm-menu_theme-odf.mm-menu a:active, .mm-menu_theme-odf.mm-menu a:hover, .mm-menu_theme-odf.mm-menu a:link, .mm-menu_theme-odf.mm-menu a:visited {
    color: #fff; }
  .mm-menu_theme-odf .logo {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    height: 80px; }
  .mm-menu_theme-odf .mm-btn_close::after, .mm-menu_theme-odf .mm-btn_close::before {
    width: 16px;
    height: 16px; }
  .mm-menu_theme-odf .mm-btn_close::before {
    right: 3px; }
  .mm-menu_theme-odf .mm-btn_close::after {
    left: 3px; }
  .mm-menu_theme-odf .mm-navbar {
    margin-right: 2rem;
    margin-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 0; }
  .mm-menu_theme-odf .mm-navbars_bottom .mm-navbar {
    margin: 0;
    padding: 1rem 2rem;
    border-top: 0;
    background: rgba(0, 0, 0, 0.25); }
  .mm-menu_theme-odf .mm-panels > .mm-panel > * {
    margin-right: 2rem;
    margin-left: 2rem; }
  .mm-menu_theme-odf .mm-listview {
    margin-bottom: 2rem; }
  .mm-menu_theme-odf .mm-listitem::after {
    bottom: -2px;
    left: 0; }
  .mm-menu_theme-odf .mm-listitem:last-child::after {
    display: none; }
  .mm-menu_theme-odf .mm-listitem .mm-listitem::after {
    display: none; }
  .mm-menu_theme-odf .mm-listitem .mm-listitem .mm-listitem__text {
    padding: 0.25rem 0; }
  .mm-menu_theme-odf .mm-listitem__text {
    padding-right: 0;
    padding-left: 0; }
    .mm-menu_theme-odf .mm-listitem__text svg {
      display: none; }
  .mm-menu_theme-odf .mm-listitem__btn:not(.mm-listitem__text) {
    border-left: none; }
  .mm-menu_theme-odf .mm-listitem__btn::after {
    right: 21px;
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg); }
  .mm-menu_theme-odf .mm-listitem_opened .mm-panel {
    padding: 0;
    background: none; }
  .mm-menu_theme-odf .mm-listitem_opened .mm-listitem__btn {
    background: none; }

@media (max-width: 575.98px) {
  .mm-page #wpadminbar {
    top: -46px; } }

.nav--social--mmenu__level-0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none; }
  .nav--social--mmenu__level-0 > li {
    margin-bottom: 0; }

.nav--social--mmenu__level-0__item {
  margin-right: 0.5rem; }
  .nav--social--mmenu__level-0__item:last-child {
    margin-right: 0; }
  .nav--social--mmenu__level-0__item > a::before {
    z-index: 0; }

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

.nav--language--mmenu__level-0__item {
  margin-right: 1.25rem;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5); }
  .nav--language--mmenu__level-0__item:last-child {
    margin-right: 0; }
  .nav--language--mmenu__level-0__item > a {
    position: relative;
    display: block;
    opacity: 0.6; }
    .nav--language--mmenu__level-0__item > a:hover, .nav--language--mmenu__level-0__item > a.current {
      opacity: 1; }
  .nav--language--mmenu__level-0__item svg {
    display: block; }

/* Block image caption */
.wp-block-image figcaption {
  font-size: 12px;
  font-style: italic;
  text-align: center;
  color: #6d6e71; }

.wp-block-image figcaption a {
  text-decoration: underline;
  color: #6d6e71; }

/* Block embeds - facebook */
.wp-block-embed-facebook {
  max-width: 480px; }

/* Block columns */
.wp-block-columns-space-4 .wp-block-column:not(:first-child) {
  margin-left: 4px; }

/* --------------------------------------------------------------
# Alignments
-------------------------------------------------------------- */
.alignleft {
  position: relative;
  z-index: 10;
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  position: relative;
  z-index: 10;
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 991.98px) {
  .alignright {
    display: block;
    float: none;
    clear: both;
    margin-right: auto;
    margin-bottom: 1.5em;
    margin-left: auto;
    text-align: center; }
  .alignleft {
    display: block;
    float: none;
    clear: both;
    margin-right: auto;
    margin-bottom: 1.5em;
    margin-left: auto;
    text-align: center; } }

/* --------------------------------------------------------------
# Alignments
-------------------------------------------------------------- */
.wp-block-blockgallery-masonry img {
  width: 100%; }

.team__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.team__thumbnail {
  width: 200px;
  height: 200px; }

.team__thumbnail--216 {
  width: 216px;
  height: 216px; }

.team__thumbnail--160 {
  width: 160px;
  height: 160px; }

.team__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; }

.team__photo {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%; }
  .team__photo:hover .team__photo__overlay {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.team__photo__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 42px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  background: rgba(255, 233, 14, 0.75); }

.team__video__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.news__item {
  position: relative;
  overflow: hidden;
  height: 100%; }

.news__item__overlay {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 40, 45, 0.1)), to(rgba(40, 40, 45, 0.9)));
  background: -o-linear-gradient(top, rgba(40, 40, 45, 0.1) 0%, rgba(40, 40, 45, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(40, 40, 45, 0.1) 0%, rgba(40, 40, 45, 0.9) 100%); }

.news__item__content {
  position: absolute;
  z-index: 30;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px; }

.news__item--social a:hover {
  opacity: 1; }

.news__item--social__img {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .news__item--social__img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.owl-regime-servant .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.owl-regime-servant .owl-item {
  height: 224px; }
  .owl-regime-servant .owl-item > div {
    height: 100%; }
    .owl-regime-servant .owl-item > div > a {
      height: 100%; }
      .owl-regime-servant .owl-item > div > a > span {
        height: 100%; }
  .owl-regime-servant .owl-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.row-regime-servants > div > a {
  height: 100%; }
  .row-regime-servants > div > a > span {
    height: 100%; }

.map__container {
  position: absolute !important;
  z-index: -2;
  top: 0;
  /** map width: 1175px;, container width: 1160px; position from left: 730px; */
  left: calc((-1175px + ( (100vw - 1160px ) / 2) ) + 730px) !important;
  width: 1475px !important;
  height: 900px;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 92%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 90% 92%, 0% 100%); }

.map__canvas {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.map__background {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); }

.map__disable {
  width: 100%;
  height: 100%; }

@media (max-width: 991.98px) {
  .map__container {
    left: 0 !important;
    width: 100% !important;
    height: 224px;
    -webkit-clip-path: none;
            clip-path: none; }
  .map__background {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); } }

.page-template-template-contact {
  background-image: none; }

.mt-contact-content {
  margin-top: 300px; }

.mt-contact-box {
  margin-top: -300px; }

@media (max-width: 991.98px) {
  .mt-contact-content {
    margin-top: 0; }
  .mt-contact-box {
    margin-top: 0; } }

.tags-all {
  position: relative; }

.tags-all__hide--circle {
  position: absolute;
  top: 12px;
  right: 12px; }

/**
 * Reset margins on content elements
 */

.reset-content-elements > h1:first-child,
.reset-content-elements > h2:first-child,
.reset-content-elements > h3:first-child,
.reset-content-elements > h4:first-child,
.reset-content-elements > h5:first-child,
.reset-content-elements > p:first-child,
.reset-content-elements > ul:first-child,
.reset-content-elements > ol:first-child,
.reset-content-elements > div:first-child,
.reset-content-elements > hr:first-child,
.reset-content-elements > blockquote:first-child,
.reset-content-elements > span:first-child,
.reset-content-elements > img:first-child,
.reset-content-elements > form:first-child,
.rce > h1:first-child,
.rce > h2:first-child,
.rce > h3:first-child,
.rce > h4:first-child,
.rce > h5:first-child,
.rce > p:first-child,
.rce > ul:first-child,
.rce > ol:first-child,
.rce > div:first-child,
.rce > hr:first-child,
.rce > blockquote:first-child,
.rce > span:first-child,
.rce > img:first-child,
.rce > form:first-child {
  margin-top: 0; }


.reset-content-elements > h1:last-child,
.reset-content-elements > h2:last-child,
.reset-content-elements > h3:last-child,
.reset-content-elements > h4:last-child,
.reset-content-elements > h5:last-child,
.reset-content-elements > p:last-child,
.reset-content-elements > ul:last-child,
.reset-content-elements > ol:last-child,
.reset-content-elements > div:last-child,
.reset-content-elements > hr:last-child,
.reset-content-elements > blockquote:last-child,
.reset-content-elements > span:last-child,
.reset-content-elements > img:last-child,
.reset-content-elements > form:last-child,
.rce > h1:last-child,
.rce > h2:last-child,
.rce > h3:last-child,
.rce > h4:last-child,
.rce > h5:last-child,
.rce > p:last-child,
.rce > ul:last-child,
.rce > ol:last-child,
.rce > div:last-child,
.rce > hr:last-child,
.rce > blockquote:last-child,
.rce > span:last-child,
.rce > img:last-child,
.rce > form:last-child {
  margin-bottom: 0; }

/* Font helpers */
/* Color helpers */
.text-body {
  color: #363636 !important; }

.text-body-alt {
  color: #464646 !important; }

.img-fit-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.bg-gray {
  background: #f5f5f5; }

.bg-gray {
  background: #f5f5f5; }

.bg-gray-350 {
  background: #dcdcdc; }

.bg-gray-400 {
  background: #c9c9c9; }

.bg-red {
  background: #e65d54; }

.bg-blue {
  background: #65c8e6; }

.bg-green {
  background: #84a977; }

.bg-yellow {
  background: #ffe90e; }

.bg-grunge {
  background-image: url("../img/texture/grunge.png");
  background-repeat: repeat; }

.bg-yellow-grunge {
  background-image: url("../img/block/quote/bg-blockquote.jpg"); }

.bg-facebook {
  background: #4267b2; }

.bg-twitter {
  background: #1da1f2; }

.bg-youtube {
  background: #ea3223; }

.bg-instagram {
  background: #dc365d; }

.bg-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.bg-image--scale {
  -webkit-transform: scale(1.025) translate(-50%, -50%) !important;
      -ms-transform: scale(1.025) translate(-50%, -50%) !important;
          transform: scale(1.025) translate(-50%, -50%) !important; }
  a:hover .bg-image--scale {
    -webkit-transform: scale(1.1) translate(-50%, -50%) !important;
        -ms-transform: scale(1.1) translate(-50%, -50%) !important;
            transform: scale(1.1) translate(-50%, -50%) !important; }

.bg-image--cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.bg-image--fill {
  position: static;
  top: auto;
  left: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.bg-image__container {
  position: relative;
  overflow: hidden; }

.bg-image--fixed__container {
  height: 460px; }
  @media (max-width: 991.98px) {
    .bg-image--fixed__container {
      height: auto; } }

.bg-image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.75)));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.75));
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.75)); }
  @media (max-width: 991.98px) {
    .bg-image__overlay {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.75)));
      background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75));
      background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)); } }

.bg-image--fill__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mt-2px {
  margin-top: 2px; }

.order-normal-4n-and-4n-1 div:nth-child(4n) .order-1,
.order-normal-4n-and-4n-1 div:nth-child(4n-1) .order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.order-normal-4n-and-4n-1 div:nth-child(4n) .order-2,
.order-normal-4n-and-4n-1 div:nth-child(4n-1) .order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

@media (min-width: 768px) {
  .order-md-switch-4n-and-4n-1 div:nth-child(4n) .order-1,
  .order-md-switch-4n-and-4n-1 div:nth-child(4n-1) .order-1 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-switch-4n-and-4n-1 div:nth-child(4n) .order-2,
  .order-md-switch-4n-and-4n-1 div:nth-child(4n-1) .order-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

.opacity-50 {
  opacity: 0.5; }

.opacity-0 {
  opacity: 0; }

.opacity-100 {
  opacity: 1; }

.placement-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.placement-top {
  top: 0; }

.placement-bottom {
  bottom: 0; }

.placement-fill {
  width: 100%;
  height: 100%; }

.h-256 {
  height: 256px; }

.mh-256 {
  min-height: 256px; }

.w-256 {
  width: 256px; }

.w-128 {
  width: 128px; }

.w-96 {
  width: 96px; }

.z-index-10 {
  z-index: 10; }

.z-index-20 {
  z-index: 20; }

.z-index-30 {
  z-index: 30; }

.-top-2 {
  top: -2px; }
