@font-face {
  font-family: "lato-regular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/LatoRegular/LatoRegular.eot");
  src: url("../fonts/LatoRegular/LatoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoRegular/LatoRegular.woff") format("woff"), url("../fonts/LatoRegular/LatoRegular.ttf") format("truetype");
}

@font-face {
  font-family: "lato-bold";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/LatoBold/LatoBold.eot");
  src: url("../fonts/LatoBold/LatoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoBold/LatoBold.woff") format("woff"), url("../fonts/LatoBold/LatoBold.ttf") format("truetype");
}

/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  -webkit-border-radius: 0;
          border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

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

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

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

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

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

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

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

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

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

.col {
  -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;
  max-width: 100%;
}

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

.col-1 {
  -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-2 {
  -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-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -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-5 {
  -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-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -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-8 {
  -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-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -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-11 {
  -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-12 {
  -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: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -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;
    max-width: 100%;
  }
  .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: none;
  }
  .col-sm-1 {
    -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-2 {
    -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-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -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-5 {
    -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-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -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-8 {
    -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-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -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-11 {
    -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-12 {
    -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: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .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;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -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;
    max-width: 100%;
  }
  .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: none;
  }
  .col-md-1 {
    -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-2 {
    -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-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -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-5 {
    -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-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -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-8 {
    -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-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -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-11 {
    -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-12 {
    -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: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .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;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -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;
    max-width: 100%;
  }
  .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: none;
  }
  .col-lg-1 {
    -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-2 {
    -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-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -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-5 {
    -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-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -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-8 {
    -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-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -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-11 {
    -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-12 {
    -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: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .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;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -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;
    max-width: 100%;
  }
  .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: none;
  }
  .col-xl-1 {
    -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-2 {
    -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-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -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-5 {
    -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-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -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-8 {
    -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-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -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-11 {
    -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-12 {
    -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: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .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;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

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

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

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

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

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

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

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

.d-flex {
  display: -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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-justified .nav-item {
  -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;
  text-align: center;
}

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

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

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu li {
  position: relative;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.sf-menu > li {
  float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu ul ul {
  top: 0;
  left: 100%;
}

/*** DEMO SKIN ***/
.sf-menu {
  float: left;
  margin-bottom: 1em;
}

.sf-menu ul {
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */
}

.sf-menu a {
  border-left: 1px solid #fff;
  border-top: 1px solid #dFeEFF;
  /* fallback colour must use full shorthand */
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: .75em 1em;
  text-decoration: none;
  zoom: 1;
  /* IE7 */
}

.sf-menu a {
  color: #13a;
}

.sf-menu li {
  background: #BDD2FF;
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
}

.sf-menu ul li {
  background: #AABDE6;
}

.sf-menu ul ul li {
  background: #9AAEDB;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
  background: #CFDEFF;
  /* only transition out, not in */
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, 0.5);
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5);
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white;
}

/* Header */
/* Hero */
.hero-image_lp {
  background: url(../img/stairs.png) no-repeat top;
  padding: 314px 0 170px 0;
}

.hero-image_lp .hero-text__caption {
  font-size: 4.2rem;
  letter-spacing: 0;
  line-height: normal;
}

.hero-image_lp .hero-text__marker {
  display: block;
  font-size: inherit;
  letter-spacing: inherit;
}

.hero-image_lp .hero-text__p {
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: .75px;
  margin-bottom: 32px;
}

.hero-image_lp .hero-text__link {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #fff;
}

/* Section basic info */
.section-basic-info-buttons {
  margin: 66px 0 121px 0;
}

.section-basic-info-buttons__devenir-membre {
  margin-right: 15px;
}

.section-basic-info-buttons__association.link-common_dark {
  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;
  font-size: 1rem;
  margin-left: 15px;
}

.section-history-lp {
  padding: 101px 0 105px 0;
  background: url(../img/shelves.png) no-repeat right;
  -webkit-background-size: contain;
          background-size: contain;
}

.section-history-lp__text {
  margin: 25px 0 57px 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.section-history-lp__link {
  margin-right: 45px;
  margin-top: 18px;
}

.section-history-lp__link:last-child {
  display: block;
}

.section-our-news-lp {
  padding: 150px 0 133px 0;
  background-color: #f8f5f3;
}

.section-our-news-lp__caption {
  margin-bottom: 83px;
}

.section-our-news-lp__button {
  margin-top: 22px;
  font-weight: bold;
}

/* Section form */
.section-form-lp {
  height: 908px;
  background-color: #f8f5f3;
}

.section-form-lp__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form-wrapper {
  width: 63vw;
  padding-top: 70px;
  position: relative;
  bottom: 210px;
  margin: 0 auto;
  background-color: #fff;
}

.image-wrapper {
  height: 519px;
  background-color: #fff;
}

.form {
  padding-bottom: 53px;
}

.form__caption {
  margin-bottom: 22px;
}

.form-name, .form-email {
  margin-bottom: 17px;
}

.form-message {
  margin-bottom: 22px;
}

.form-name__input, .form-email__input, .form-message__textarea {
  width: 100%;
  height: 50px;
  border: none;
  padding-left: 1.5%;
  border-bottom: 1px solid #adaaa8;
  font-size: 1.4rem;
  font-style: italic;
  color: #4a4a4a;
}

.form-name__input::-webkit-input-placeholder, .form-email__input::-webkit-input-placeholder, .form-message__textarea::-webkit-input-placeholder {
  font-style: italic;
  font-size: 1.4rem;
  letter-spacing: 0;
}

.form-name__input::-moz-placeholder, .form-email__input::-moz-placeholder, .form-message__textarea::-moz-placeholder {
  font-style: italic;
  font-size: 1.4rem;
  letter-spacing: 0;
}

.form-name__input:-ms-input-placeholder, .form-email__input:-ms-input-placeholder, .form-message__textarea:-ms-input-placeholder {
  font-style: italic;
  font-size: 1.4rem;
  letter-spacing: 0;
}

.form-name__input::-ms-input-placeholder, .form-email__input::-ms-input-placeholder, .form-message__textarea::-ms-input-placeholder {
  font-style: italic;
  font-size: 1.4rem;
  letter-spacing: 0;
}

.form-name__input::placeholder, .form-email__input::placeholder, .form-message__textarea::placeholder {
  font-style: italic;
  font-size: 1.4rem;
  letter-spacing: 0;
}

.form-message__textarea {
  width: 100%;
  border-bottom: 2px solid #adaaa8;
  resize: none;
}

.form__button {
  margin-bottom: 30px;
}

.form-message__textarea {
  height: 120px;
}

.form-address,
.form-contact {
  margin-bottom: 30px;
  line-height: normal;
}

.form-address__caption,
.form-contact__caption {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.form-address__text,
.form-contact__text {
  font-size: 1.4rem;
}

.form-address .form-link,
.form-contact .form-link {
  font-size: 1.4rem;
  color: #d62040;
}

.footer_lp {
  padding-top: 100px !important;
}

@media (max-width: 767.98px) {
  .section-form-lp {
    height: 1270px;
  }
  .section-basic-info_lp .section-basic-info-buttons__devenir-membre {
    padding: 9px 7px;
  }
  .form-wrapper {
    max-width: 90vw;
    width: 90vw;
  }
}

@media (max-width: 991.98px) {
  .section-history-lp {
    background: none;
  }
}

/* Hero */
.hero-image_dm {
  background: url(../img/devenir-member-header.png) no-repeat top;
  padding: 147px 0 95px 0;
}

.section-form-dm {
  padding: 127px 0;
  background: url(../img/window.png) no-repeat right;
  -webkit-background-size: contain;
          background-size: contain;
}

.section-form-dm__caption {
  font-size: 2.4rem;
}

.section-form-dm__list {
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.5;
}

.section-form-dm__list-item {
  margin-bottom: 40px;
  position: relative;
}

.section-form-dm__list-item:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -15px;
  top: 7px;
  width: 7px;
  height: 7px;
  border: 1px solid #4a4a4a;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.section-form-dm__form {
  margin-top: 65px;
  padding-left: 25px;
}

.section-form-dm__form-name-business {
  margin-bottom: 20px;
}

.section-form-dm__form-email {
  margin-bottom: 28px;
}

.section-form-dm__form-name-input, .section-form-dm__form-business-input, .section-form-dm__form-email-input {
  width: 100%;
  height: 30px;
  padding-left: 10px;
  border: 1px solid #4a4a4a;
  font-style: italic;
  font-size: 1.2rem;
  color: #4a4a4a;
  opacity: .6;
}

.section-form-dm__form-name-input::-webkit-input-placeholder, .section-form-dm__form-business-input::-webkit-input-placeholder, .section-form-dm__form-email-input::-webkit-input-placeholder {
  font-style: italic;
  font-size: 1.2rem;
  color: #4a4a4a;
}

.section-form-dm__form-name-input::-moz-placeholder, .section-form-dm__form-business-input::-moz-placeholder, .section-form-dm__form-email-input::-moz-placeholder {
  font-style: italic;
  font-size: 1.2rem;
  color: #4a4a4a;
}

.section-form-dm__form-name-input:-ms-input-placeholder, .section-form-dm__form-business-input:-ms-input-placeholder, .section-form-dm__form-email-input:-ms-input-placeholder {
  font-style: italic;
  font-size: 1.2rem;
  color: #4a4a4a;
}

.section-form-dm__form-name-input::-ms-input-placeholder, .section-form-dm__form-business-input::-ms-input-placeholder, .section-form-dm__form-email-input::-ms-input-placeholder {
  font-style: italic;
  font-size: 1.2rem;
  color: #4a4a4a;
}

.section-form-dm__form-name-input::placeholder, .section-form-dm__form-business-input::placeholder, .section-form-dm__form-email-input::placeholder {
  font-style: italic;
  font-size: 1.2rem;
  color: #4a4a4a;
}

@media screen and (max-width: 1500px) {
  .section-form-dm {
    -webkit-background-size: 28% 100%;
            background-size: 28% 100%;
  }
}

@media (max-width: 1199.98px) {
  .section-form-dm__caption {
    margin-bottom: 20px;
  }
  .section-form-dm__list-item:before {
    top: 5px;
    width: 5px;
    height: 5px;
  }
  .section-form-dm__form {
    padding-left: 0;
  }
}

@media (max-width: 575.98px) {
  .section-form-dm {
    background: none;
  }
  .section-form-dm__caption {
    text-align: center;
  }
}

/* Hero */
.hero-image_ap {
  background: url(../img/abstract-image-2.jpg) no-repeat top;
  padding: 167px 0 130px 0;
}

.association-nav-tabs {
  position: relative;
  top: 170px;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  padding: 0;
}

.association-nav-tabs__item {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  text-align: center;
  background-color: #fff;
}

.association-nav-tabs__item:last-child .association-nav-tabs__link:after {
  display: none;
}

.association-nav-tabs__link {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  height: 63px;
  line-height: 63px;
  position: relative;
  border: none !important;
  color: #4a4a4a !important;
  text-transform: uppercase;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.association-nav-tabs__link:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 60%;
  background-color: #e5ded9;
  position: absolute;
  top: 23%;
  right: 0;
}

.association-nav-tabs__link:hover {
  background-color: #d62040 !important;
  color: #fff !important;
}

.association-nav-tabs__link:hover:after {
  display: none;
}

.section-basic-info_ap .section-basic-info_ap__caption {
  margin-bottom: 50px;
}

.section-basic-info_ap__text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 35px;
}

.section-basic-info_ap__text:last-child {
  margin-bottom: 50px;
}

.section-basic-info_ap__above-button {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.section-basic-info_ap__download {
  padding: 40px 0;
  width: 95%;
  margin: 70px auto 0 auto;
  background: url(../img/porch.png) no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
}

.section-basic-info_ap__download-element {
  background-color: #fff;
  text-align: left;
  padding: 42px 0 50px 0;
}

.section-basic-info_ap__download-caption {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.section-basic-info_ap__download-status {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-left: 13px;
  line-height: 60px;
  background-color: #f8f5f3;
  border-bottom: 1px solid #d62040;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

.section-basic-info_ap__download-status__icon-list {
  padding: 21px 0;
}

.section-basic-info_ap__download-status__text {
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 11px;
  text-transform: uppercase;
  color: #d62040;
}

.section-basic-info_ap__download-status__button {
  padding: 5px 7px !important;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #d62040;
  margin: 17px 10px 17px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-basic-info_ap__download-status__button .button-icon {
  height: 10px;
}

.section-team-ap {
  padding: 119px 0 90px 0;
}

.section-team-ap__caption {
  margin-bottom: 46px;
}

.section-team-ap__nav-tabs {
  border-bottom: none;
  margin-bottom: 30px;
}

.section-team-ap__nav-item {
  width: 20%;
  text-align: center;
}

.section-team-ap__nav-link {
  padding: 0;
  height: 51px;
  line-height: 51px;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: #d62040 !important;
  border: none !important;
  background-color: rgba(214, 32, 64, 0.1);
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.section-team-ap__nav-link.active, .section-team-ap__nav-link:hover {
  background-color: #d62040 !important;
  color: #fff !important;
}

.section-team-ap__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 151px;
  margin-bottom: 20px;
  background-color: #f8f5f3;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: solid 1px rgba(203, 188, 180, 0.4);
}

.section-team-ap__item-wrapper-photo {
  width: 30%;
  position: relative;
}

.section-team-ap__item-photo {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-team-ap__item-text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 15px 17px;
  line-height: normal;
}

.section-team-ap__item-position {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #d62040;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.section-team-ap__item-name {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 7px;
}

.section-team-ap__item-note {
  font-size: 1.2rem;
  font-style: italic;
  letter-spacing: 0;
  color: #a8a7a7;
}

.section-coptis-members-ap {
  background-color: #f8f5f3;
  padding-bottom: 90px;
}

.section-coptis-members-ap__with-colorful-background {
  padding: 40px 0;
  width: 95%;
  margin: 70px auto 0 auto;
  background: url(../img/colorful-doors-big.png) no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
}

.section-coptis-members-ap__text {
  background-color: #fff;
  padding: 42px 0 50px 4px;
}

.section-coptis-members-ap__text-right {
  font-size: 1.6rem;
  line-height: 1.5;
}

.section-coptis-members-ap__button {
  margin-top: 21px;
  color: #4a4a4a !important;
}

.section-form-ap {
  padding: 127px 0;
  background: url(../img/window-2.png) no-repeat left;
  -webkit-background-size: contain;
          background-size: contain;
}

.section-form-ap__caption {
  font-size: 2.4rem;
}

.section-form-ap__list {
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.5;
}

.section-form-ap__list-item {
  margin-bottom: 40px;
  position: relative;
}

.section-form-ap__list-item:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -15px;
  top: 7px;
  width: 7px;
  height: 7px;
  border: 1px solid #4a4a4a;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.section-form-ap__form {
  margin-top: 65px;
  padding-left: 25px;
}

.section-form-ap__form-name-business {
  margin-bottom: 20px;
}

.section-form-ap__form-email {
  margin-bottom: 28px;
}

.section-form-ap__form-name-input, .section-form-ap__form-business-input, .section-form-ap__form-email-input {
  width: 100%;
  height: 30px;
  padding-left: 10px;
  border: 1px solid #4a4a4a;
  font-style: italic;
  font-size: 1.2rem;
  color: #4a4a4a;
  opacity: .6;
}

.section-form-ap__form-name-input::-webkit-input-placeholder, .section-form-ap__form-business-input::-webkit-input-placeholder, .section-form-ap__form-email-input::-webkit-input-placeholder {
  font-style: italic;
  font-size: 1.2rem;
  color: #4a4a4a;
}

.section-form-ap__form-name-input::-moz-placeholder, .section-form-ap__form-business-input::-moz-placeholder, .section-form-ap__form-email-input::-moz-placeholder {
  font-style: italic;
  font-size: 1.2rem;
  color: #4a4a4a;
}

.section-form-ap__form-name-input:-ms-input-placeholder, .section-form-ap__form-business-input:-ms-input-placeholder, .section-form-ap__form-email-input:-ms-input-placeholder {
  font-style: italic;
  font-size: 1.2rem;
  color: #4a4a4a;
}

.section-form-ap__form-name-input::-ms-input-placeholder, .section-form-ap__form-business-input::-ms-input-placeholder, .section-form-ap__form-email-input::-ms-input-placeholder {
  font-style: italic;
  font-size: 1.2rem;
  color: #4a4a4a;
}

.section-form-ap__form-name-input::placeholder, .section-form-ap__form-business-input::placeholder, .section-form-ap__form-email-input::placeholder {
  font-style: italic;
  font-size: 1.2rem;
  color: #4a4a4a;
}

@media screen and (max-width: 1350px) {
  .section-form-ap {
    -webkit-background-size: 28% 100%;
            background-size: 28% 100%;
  }
}

@media (max-width: 1199.98px) {
  .section-form-ap__caption {
    margin-bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  .section-team-ap__item-wrapper-photo {
    width: 66%;
  }
  .section-team-ap__nav-link {
    font-size: 1.3rem;
  }
}

@media (max-width: 767.98px) {
  .association-nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .association-nav-tabs__item:last-child .association-nav-tabs__link {
    border-bottom: none !important;
  }
  .association-nav-tabs__link {
    margin: 0 3%;
    border-bottom: 1px solid #e5ded9 !important;
  }
  .association-nav-tabs__link:after {
    display: none;
  }
  .association-nav-tabs__link:hover {
    background-color: #fff !important;
    color: #4a4a4a !important;
  }
  .section-team-ap__item-wrapper-photo {
    width: 30%;
  }
  .section-coptis-members-ap__button {
    font-size: 1rem !important;
  }
  .section-team-ap__nav-item {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .section-form-ap {
    background: none;
  }
  .section-form-ap__caption {
    text-align: center;
  }
}

/* Hero */
.hero-image_wgp {
  background: url(../img/abstract-bg-1.png) no-repeat top;
  padding: 167px 0 130px 0;
}

.section-our-working-groups-wgp {
  padding: 120px 0 102px 0;
}

.section-our-working-groups-wgp__caption {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.section-our-working-groups-wgp__text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 45px;
}

.section-our-working-groups-wgp .common-card__text {
  padding-right: 31px;
}

.section-our-working-groups-wgp .common-card__caption {
  margin: 0 0 10px 0;
}

.section-our-working-groups-wgp .common-card__notice {
  font-size: 1.4rem;
  line-height: 1.5;
}

/* Hero */
.hero-image_swgp {
  background: url(../img/abstract-image-2.jpg) no-repeat top;
  padding-top: 167px;
}

.hero-image_swgp .hero-text__caption {
  margin-bottom: 95px;
}

.section-quote-swgp {
  padding: 70px 0 80px 0;
  background-color: #f8f5f3;
}

.section-quote-swgp__text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.section-quote-swgp__decorative-line {
  width: 30px;
  height: 1px;
  margin: 0 auto 15px auto;
  background-color: #d62040;
}

.section-current-projects-swgp {
  padding: 115px 0;
}

.section-current-projects-swgp__caption {
  font-size: 2.4rem;
  line-height: normal;
  margin: 22px 0;
}

.section-current-projects-swgp__text {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.section-current-projects-swgp__project {
  padding: 27px 15px 29px 0;
  border-top: 1px solid #d8d8d8;
}

.section-current-projects-swgp__project:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.section-current-projects-swgp__project-name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 7px;
}

.section-current-projects-swgp__project-description {
  font-size: 1.4rem;
}

.block-with-background-swgp {
  height: 150px;
  background: url(../img/abstract-bg-3.jpg) no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
}

.section-group-members-swgp {
  padding: 97px 0 120px 0;
}

.section-group-members-swgp__caption {
  font-size: 2.4rem;
  letter-spacing: .9px;
  margin-bottom: 42px;
}

.section-group-members-swgp__member {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 94px;
  margin-bottom: 20px;
  background-color: #f8f5f3;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: solid 1px rgba(203, 188, 180, 0.4);
}

.section-group-members-swgp__member-name {
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
}

.section-group-members-swgp__member-notice {
  font-size: 1.2rem;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 0 10%;
  color: #757575;
}

.section-documents-download-swgp {
  padding-bottom: 121px;
}

.section-documents-download-swgp__caption {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 15px 0 20px 0;
}

.section-documents-download-swgp__text {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.section-documents-download-swgp__download-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  border-top: 1px solid #d8d8d8;
}

.section-documents-download-swgp__download-block:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.section-documents-download-swgp__download-status {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 13px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

.section-documents-download-swgp__download-status__text {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 11px;
  text-transform: uppercase;
  color: #d62040;
}

.section-documents-download-swgp__download-status__button {
  padding: 5px 7px !important;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #d62040;
  margin: 25px 10px 25px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-documents-download-swgp__download-status__icon-list {
  margin: 28px 0;
}

/* Hero */
.hero-image_itp {
  background: url(../img/abstract-bg-4.jpg) no-repeat top;
  padding: 167px 0 216px 0;
}

.embedding-block-wrapper {
  background-color: #f8f5f3;
}

.embedding-block-itp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  color: #4a4a4a;
  letter-spacing: 0;
  position: relative;
  bottom: 75px;
  z-index: 3;
}

.embedding-block-itp__wrapper {
  background-color: #fff;
}

.embedding-block-itp__next-classes, .embedding-block-itp__place, .embedding-block-itp__registration {
  padding: 3%;
  -webkit-flex-basis: 33%;
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
}

.embedding-block-itp__next-classes {
  color: #fff;
  background-color: #d62040;
}

.embedding-block-itp__next-classes-caption {
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.embedding-block-itp__next-classes-date {
  font-size: 1.6rem;
  font-style: italic;
  font-weight: bold;
}

.embedding-block-itp__place-caption {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.embedding-block-itp__place-text {
  font-size: 1.2rem;
  margin-bottom: 7px;
}

.embedding-block-itp__decorative-line {
  width: 1px;
  margin: 15px 0;
  opacity: 0.6;
  background-color: #e5ded9;
}

.embedding-block-itp__registration-caption {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.embedding-block-itp__registration-link {
  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;
  font-size: 1.2rem;
  color: #d62040 !important;
}

.embedding-block-itp__registration-link-icon {
  display: inline-block;
  margin-left: 4px;
  width: 10px;
  height: 10px;
  background: url(../img/icons/external-link-symbol.png) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
}

.embedding-block-itp__registration-text {
  margin-top: 7px;
  font-size: 1.2rem;
}

.section-basic-info-itp {
  background-color: #f8f5f3;
}

.section-basic-info-itp__caption {
  font-size: 2.4rem;
  line-height: normal;
}

.section-basic-info-itp__text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

.section-basic-info-itp__text:last-child {
  margin-bottom: 124px;
}

.section-basic-info-itp__text_bold {
  font-weight: bold;
}

.section-course-manual-itp {
  background: url(../img/skyscraper.png) no-repeat right;
  -webkit-background-size: contain;
          background-size: contain;
  padding: 107px 0 119px 0;
}

.section-course-manual-itp__caption {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: .9px;
  margin-bottom: 28px;
}

.section-course-manual-itp__download {
  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;
}

.section-course-manual-itp__download-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: url(../img/icons/list-icon.svg) no-repeat right;
  -webkit-background-size: contain;
          background-size: contain;
}

.section-course-manual-itp__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;
}

.section-course-manual-itp__button:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  background: url(../img/icons/send-icon.svg) no-repeat right;
  -webkit-background-size: contain;
          background-size: contain;
}

@media (max-width: 1199.98px) {
  .embedding-block {
    top: 10px;
  }
}

@media (max-width: 767.98px) {
  .section-course-manual-itp {
    -webkit-background-size: 50% 100%;
            background-size: 50% 100%;
  }
  .embedding-block {
    top: 33px;
  }
}

@media (max-width: 575.98px) {
  .header_itp .embedding-block__next-classes-date {
    font-size: 1rem;
  }
  .header_itp .embedding-block__next-classes, .header_itp .embedding-block__place, .header_itp .embedding-block__registration {
    padding: 2%;
  }
  .header_itp .embedding-block__next-classes-caption, .header_itp .embedding-block__place-caption, .header_itp .embedding-block__registration-caption {
    font-size: 1rem;
  }
}

@media screen and (max-width: 450px) {
  .section-course-manual-itp {
    background: none;
  }
}

/* Hero */
.hero-image_opp {
  background: url(../img/abstract-bg-5.jpg) no-repeat top;
  padding: 167px 0 130px 0;
}

.section-our-partnerships-opp {
  padding: 120px 0 100px 0;
}

.section-our-partnerships-opp__caption {
  font-size: 2.4rem;
  line-height: normal;
  margin-bottom: 25px;
}

.section-our-partnerships-opp__text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 35px;
}

.section-our-partnerships-opp .common-card__text {
  padding-right: 30px;
}

.section-our-partnerships-opp .common-card__caption {
  margin: 0 0 10px 0;
}

.section-our-partnerships-opp .common-card__notice {
  font-size: 1.4rem;
  line-height: 1.5;
}

/* Hero */
.hero-image_omp {
  background: url(../img/abstract-bg-6.jpg) no-repeat top;
  padding: 167px 0 130px 0;
}

.embedding-block {
  color: #4a4a4a;
  letter-spacing: 0;
  position: relative;
  bottom: 35px;
  z-index: 3;
}

.embedding-block__wrapper {
  background-color: #fff;
}

.embedding-block__next-classes, .embedding-block__place, .embedding-block__registration {
  padding: 3%;
  -webkit-flex-basis: 33%;
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
}

.embedding-block__next-classes {
  color: #fff;
  background-color: #d62040;
}

.embedding-block__next-classes-caption {
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.embedding-block__next-classes-date {
  font-size: 1.6rem;
  font-style: italic;
  font-weight: bold;
}

.embedding-block__place-caption {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.embedding-block__place-text {
  font-size: 1.2rem;
  margin-bottom: 7px;
}

.embedding-block__decorative-line {
  width: 1px;
  margin: 15px 0;
  opacity: 0.6;
  background-color: #e5ded9;
}

.embedding-block__registration-caption {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.embedding-block__registration-link {
  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;
  font-size: 1.2rem;
  color: #d62040 !important;
}

.embedding-block__registration-link-icon {
  margin-left: 4px;
  width: 9px;
  height: 9px;
}

.embedding-block__registration-text {
  margin-top: 7px;
  font-size: 1.2rem;
}

.our-media-nav-tabs {
  position: relative;
  top: 160px;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.our-media-nav-tabs__item {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  text-align: center;
  background-color: #fff;
}

.our-media-nav-tabs__item:last-child .our-media-nav-tabs__link:after {
  display: none;
}

.our-media-nav-tabs__link {
  font-size: 1.4rem;
  font-weight: bold;
  height: 63px;
  line-height: 63px;
  position: relative;
  border: none !important;
  color: #4a4a4a !important;
  text-transform: uppercase;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.our-media-nav-tabs__link:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 60%;
  background-color: #e5ded9;
  position: absolute;
  top: 23%;
  right: 0;
}

.our-media-nav-tabs__link.active {
  background-color: #d62040 !important;
  color: #fff !important;
}

.our-media-nav-tabs__link.active:after {
  display: none;
}

.section-media-content-omp {
  background-color: #f8f5f3;
  padding: 122px 0 149px 0;
}

.section-media-content-omp__show-more {
  position: relative;
  display: inline-block;
  font-weight: bold;
  width: 130px;
  min-width: 130px;
  margin-top: 50px;
}

.footer_omp > div.container {
  position: relative;
}

.footer_omp > div.container::before {
  content: '';
  position: absolute;
  top: -55px;
  display: block;
  height: 1px;
  width: 98%;
  background-color: #dcd1c6;
}

@media (max-width: 767.98px) {
  .hero-image_omp {
    padding-bottom: 0;
  }
  .our-media-nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .our-media-nav-tabs__link:after {
    display: none;
  }
  .section-media-content-omp {
    padding-top: 290px;
  }
  .section-media-content-omp .common-card_big .common-card__image {
    min-height: auto;
  }
  .footer_omp > div.container::before {
    width: 92%;
  }
}

/* Hero */
.hero-image_lmp {
  background: url(../img/abstract-bg-7.jpg) no-repeat top;
  padding: 167px 0 130px 0;
}

.hero-text .hero-image_lmp__search {
  width: 100%;
  height: 40px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-style: italic;
  font-size: 1.4rem;
  color: #4a4a4a;
  border: none;
  margin-bottom: 20px;
  padding: 3% 3% 3% 40px;
  background: url(../img/icons/search-black.png) no-repeat 3% center, #fff;
  -webkit-background-size: auto 32%;
          background-size: auto 32%;
}

.hero-text .hero-image_lmp__search::-webkit-input-placeholder {
  font-style: italic;
  font-size: 1.4rem;
  color: #4a4a4a;
}

.hero-text .hero-image_lmp__search::-moz-placeholder {
  font-style: italic;
  font-size: 1.4rem;
  color: #4a4a4a;
}

.hero-text .hero-image_lmp__search:-ms-input-placeholder {
  font-style: italic;
  font-size: 1.4rem;
  color: #4a4a4a;
}

.hero-text .hero-image_lmp__search::-ms-input-placeholder {
  font-style: italic;
  font-size: 1.4rem;
  color: #4a4a4a;
}

.hero-text .hero-image_lmp__search::placeholder {
  font-style: italic;
  font-size: 1.4rem;
  color: #4a4a4a;
}

.hero-text_lmp__caption {
  margin-bottom: 40px !important;
}

.section-active-members-lmp {
  padding-top: 175px;
}

.section-passive-members-lmp {
  padding: 110px 0 129px 0;
}

.section-active-members-lmp__caption,
.section-passive-members-lmp__caption {
  font-size: 2.4rem;
}

.section-active-members-lmp .alphabet-marker,
.section-passive-members-lmp .alphabet-marker {
  font-size: 2.4rem;
  font-weight: bold;
  color: #d62040;
  margin: 30px 0 10px 0;
}

.section-active-members-lmp .no-result,
.section-passive-members-lmp .no-result {
  font-size: 2rem;
  font-style: italic;
}

/* Hero */
.hero-image_snp {
  background: url(../img/abstract-bg-6.jpg) no-repeat top;
  padding: 45px 0 60px 0;
}

.section-separate-news {
  margin: 100px 0 170px 0;
}

.section-separate-news__image {
  position: relative;
  max-height: 550px;
}

.section-separate-news__img {
  width: 100%;
  height: 100%;
  max-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-separate-news .breadcrumb {
  margin: 30px 0 90px 0;
}

.section-separate-news .breadcrumb__item {
  color: #4a4a4a;
}

.section-separate-news .breadcrumb__link {
  color: #4a4a4a !important;
  text-decoration: none !important;
}

.section-separate-news__date {
  font-size: 1.2rem;
}

.section-separate-news__date-selected-text {
  display: inline-block;
  padding: 0 8px;
  height: 17px;
  margin-right: 18px;
  line-height: 20px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  color: #fff;
  font-size: .8rem;
  font-weight: bold;
  letter-spacing: .8px;
  text-transform: uppercase;
  text-align: center;
  background-color: #d62040;
}

.section-separate-news__caption {
  font-family: "lato-bold", sans-serif;
  font-size: 3.8rem !important;
  letter-spacing: 1.7px;
  line-height: normal !important;
  color: #4a4a4a;
  margin: 30px 0 60px 0 !important;
  text-transform: uppercase;
}

.section-separate-news__text,
.section-separate-news p,
.section-separate-news ul,
.section-separate-news ol {
  font-size: 1.7rem;
  line-height: 1.5;
  margin: 10px 0;
}

.section-separate-news h1, .section-separate-news h2, .section-separate-news h3, .section-separate-news h4, .section-separate-news h5, .section-separate-news h6 {
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
}

.section-separate-news h1 {
  font-size: 3.2rem;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

.section-separate-news h2 {
  font-size: 2.4rem;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}

.section-separate-news h3 {
  font-size: 1.9rem;
  margin-top: 1em;
  margin-bottom: 1em;
}

.section-separate-news h4 {
  font-size: 1.6rem;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}

.section-separate-news h5 {
  font-size: 1.3rem;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
}

.section-separate-news h6 {
  font-size: 1.1rem;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
}

.section-separate-news em {
  font-size: 1.7rem;
  font-style: italic;
}

@media (max-width: 991.98px) {
  .section-separate-news {
    margin: 20px 0 30px 0;
  }
  .section-separate-news .breadcrumb,
  .section-separate-news__caption {
    margin: 20px 0;
  }
}

@font-face {
  font-family: "lato-regular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/LatoRegular/LatoRegular.eot");
  src: url("../fonts/LatoRegular/LatoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoRegular/LatoRegular.woff") format("woff"), url("../fonts/LatoRegular/LatoRegular.ttf") format("truetype");
}

@font-face {
  font-family: "lato-bold";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/LatoBold/LatoBold.eot");
  src: url("../fonts/LatoBold/LatoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoBold/LatoBold.woff") format("woff"), url("../fonts/LatoBold/LatoBold.ttf") format("truetype");
}

/* Style edits after Wordpress */
/* Header */
@media screen and (max-width: 1700px) {
  .top-bar-content .col-lg-2,
  .top-bar-content .col-lg-6,
  .top-bar-content .col-lg-4 {
    padding: 0;
  }
  .top-bar-content .col-lg-2 {
    max-width: 10%;
    -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
            flex-basis: 10%;
  }
  .top-bar-content .col-lg-6 {
    max-width: 60%;
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
  }
  .top-bar-content .col-lg-4 {
    max-width: 30%;
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .header-logo-wrapper {
    width: 100% !important;
  }
  .elementor-element-0a7b840 {
    max-width: 70vw !important;
  }
}

/* Landing page */
.elementor-widget-text-editor {
  color: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
}

.section-basic-info_lp .elementor-element-ecbe970 {
  margin-bottom: 0 !important;
}

.section-basic-info_lp .elementor-element-9ad87a4 {
  margin: 0;
}

.section-basic-info_lp .elementor-element-9ad87a4 .section-basic-info-buttons {
  margin-bottom: 100px;
}

.section-basic-info_lp .elementor-element-9ad87a4 .elementor-element-a6dbfc4 > div {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.section-basic-info_lp .elementor-element-9ad87a4 .elementor-element-ff1ebb0 > div {
  padding-left: 0 !important;
}

.section-basic-info_lp .elementor-element-5753694,
.section-basic-info_lp .elementor-element-bb4253c,
.section-basic-info_lp .elementor-element-36e24d0 {
  margin-bottom: 0 !important;
}

.section-our-news-lp .common-card__image {
  height: 150px;
}

.section-form-lp__image > div {
  height: 100%;
}

.section-form-lp__image > div > div {
  height: 100%;
}

.section-form-lp__image > div > div img {
  height: 100%;
  width: 100%;
}

/* Association page */
.hero-image_ap ~ .elementor {
  background-color: #f8f5f3;
}

.section-basic-info_ap .elementor-element-adfce6a {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}

.section-basic-info_ap .elementor-element-0239a33 > div {
  margin: 0;
}

.section-basic-info_ap .elementor-element-ed990cb {
  -webkit-flex-basis: 90%;
      -ms-flex-preferred-size: 90%;
          flex-basis: 90%;
  min-width: 90%;
  margin: 0 auto;
}

.section-basic-info_ap .elementor-element-870cda7 > div {
  width: 100%;
  margin: 0;
}

.elementor-element-8a5e4f5 > div {
  max-width: 95% !important;
}

.section-basic-info_ap__download .elementor-element-18bbb86 {
  margin: 0 auto;
}

.section-team-ap {
  background-color: #fff;
}

.section-team-ap .elementor-element-5958d90 {
  margin: 0 auto;
}

.section-team-ap .elementor-element-5958d90 > div {
  margin: 0;
}

.section-team-ap__item-wrapper-photo {
  min-width: 30%;
}

.section-team-ap__item-photo {
  height: 100% !important;
}

.section-coptis-members-ap__with-colorful-background {
  padding: 40px 0 !important;
}

.section-form-ap {
  background-color: #fff;
  margin-top: 90px;
}

.section-form-ap .elementor-element-cae2775 .elementor-row {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.section-form-ap .common-button_background {
  color: #fff;
}

@media screen and (max-width: 400px) {
  .section-form-ap__caption {
    padding: 0 20px;
  }
}

/* Association page end */
/* Devenir membre page */
.section-form-dm .common-button_background {
  color: #fff;
}

.section-form-dm .elementor-element-c3eb2cc > div {
  width: 100%;
}

.section-form-dm .elementor-element-c3eb2cc > div > div {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 400px) {
  .section-form-dm__caption {
    padding: 0 20px;
  }
}

/* Devenir membre page end */
/* Lassociation page */
.section-form-ap .section-form-dm__list {
  padding-left: 15px;
}

.elementor-element-8a5e4f5 {
  padding-bottom: 100px;
}

.section-team-ap {
  margin-bottom: 94px;
}

@media (max-width: 1199.98px) {
  .section-team-ap {
    background-color: #fff;
  }
  .section-team-ap__item-wrapper-photo {
    min-width: 37%;
    width: 37%;
  }
  .section-team-ap__item-text {
    padding: 3%;
  }
}

@media (max-width: 767.98px) {
  .section-basic-info_lp .elementor-element-a6dbfc4,
  .section-basic-info_lp .elementor-element-ff1ebb0 {
    width: 50%;
  }
  .section-basic-info_lp .elementor-element-63265c9,
  .section-basic-info_lp .elementor-element-0fc69ca {
    display: none;
  }
  /* Association page */
  .section-basic-info_ap .elementor-element-0239a33,
  .section-basic-info_ap .elementor-element-870cda7 {
    margin: 0 auto;
  }
}

/* Our media page */
@media (max-width: 767.98px) {
  .section-media-content-omp .media-posts > div {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}

/* Our media page end */
/* Immocapital training page */
.embedding-block-wrapper .elementor-element-074696d {
  margin: 0 auto;
}

.embedding-block-wrapper .elementor-element-e01cee7 > div {
  width: 100%;
}

.embedding-block-wrapper .elementor-element-328424e::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  opacity: .6;
  background-color: #e5ded9;
}

@media (max-width: 575.98px) {
  .elementor-element-e01cee7 > div > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .elementor-element-328424e::after {
    display: none !important;
  }
}

/* working-groups (nos-groupes-de-travail) page start */
.section-our-working-groups-wgp .elementor-element-73f689c,
.section-our-working-groups-wgp .elementor-element-73b2a6b,
.section-our-working-groups-wgp .elementor-element-90099bf,
.section-our-working-groups-wgp .elementor-element-b986530 {
  margin: 0 auto;
}

.section-our-working-groups-wgp .elementor-element-90099bf > div,
.section-our-working-groups-wgp .elementor-element-73f689c > div {
  width: 100%;
}

.section-our-working-groups-wgp .common-card__image {
  height: 150px !important;
}

/* working-groups (nos-groupes-de-travail) page end */
/* Separate news page start */
.section-separate-news a {
  color: #551a8b !important;
  text-decoration: underline !important;
}

/* Separate news page end */
/* Footer start*/
.footer .footer-address__caption {
  padding-left: 0;
  border-left: none;
}

/* Footer end*/
::-webkit-input-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
::-ms-input-placeholder {
  color: #666;
}
::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: orange;
  color: #fff;
}

::selection {
  background-color: orange;
  color: #fff;
}

body {
  font-size: 10px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: "lato-regular", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  color: #4a4a4a;
}

body input, body textarea {
  border: #666 1px solid;
  outline: none;
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid, body textarea:required:valid {
  border-color: green;
}

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

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

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

b,
strong {
  font-weight: bold;
}

a,
a:link,
a:visited,
a:focus,
a:hover,
a:active {
  color: #fff;
  text-decoration: none;
}

a.link-common_dark,
a.link-common_dark:link,
a.link-common_dark:visited,
a.link-common_dark:focus,
a.link-common_dark:active {
  color: #4a4a4a;
  text-decoration: none;
}

button {
  background: none;
  border: none;
}

html {
  font-size: 10px;
}

html.open-mobile-menu,
body.open-mobile-menu {
  overflow: hidden;
}

/* Buttons */
.common-button {
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 12px;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  transition: background-color 300ms;
}

.common-button_border {
  border-color: #fff;
}

.common-button_border:hover {
  background-color: rgba(214, 32, 64, 0.2);
}

.common-button_border-red {
  border-color: #d62040;
  color: #d62040 !important;
}

.common-button_background {
  background-color: #d62040;
}

.common-button_background:hover {
  background-color: #aa1933;
}

.button-with-arrow {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 11px;
  border-left: 1px solid #d62040;
  color: #4a4a4a;
  -webkit-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}

.button-with-arrow:after {
  content: '';
  position: relative;
  left: 12px;
  border: 5px solid transparent;
  border-left: 5px solid #d62040;
  display: inline-block;
  width: 0;
  height: 0;
}

.button-with-arrow:hover {
  color: #d62040 !important;
}

.button-with-arrow_small {
  height: 14px;
  line-height: 14px;
}

/* Superfish styles */
.header-menu__link {
  border: none !important;
  padding: 0 !important;
  margin: .75em 1em;
}

.header-menu__link.sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-top-color: #fff;
}

.header-menu__item {
  background-color: transparent !important;
  color: #4a4a4a;
}

.header-menu__item.active .header-menu__link {
  border-bottom: 3px solid #d62040 !important;
}

.submenu,
.second-submenu {
  letter-spacing: .86px;
  border-top: 3px solid #d62040;
}

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

.submenu__link {
  color: #4a4a4a !important;
  background-color: transparent;
  border-right: 3px solid transparent;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.submenu__link:hover {
  background-color: rgba(214, 32, 64, 0.2);
  border-right: 3px solid #d62040;
}

.submenu__link.sf-with-ul:after {
  border: 3px solid transparent;
  border-left-color: #4a4a4a !important;
}

.second-submenu {
  left: 105% !important;
}

.submenu__link {
  border: 3px solid transparent;
}

/* Header */
.header {
  position: absolute;
  width: 100%;
  padding: 9px 29px 35px 29px;
  -webkit-background-size: cover;
          background-size: cover;
  color: #fff;
}

.header-logo-wrapper {
  display: inline-block;
  width: 118px;
}

.header-logo-wrapper .custom-logo {
  width: 100%;
  height: auto;
}

.header-menu {
  margin-top: 1em;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.header-menu__item {
  display: inline-block;
}

.header-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-buttons__lang {
  margin-right: 3%;
}

.header-buttons__lang .submenu {
  min-width: 70px;
}

.header-buttons__member-area, .header-buttons__become-a-member {
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 30px;
  padding: 0;
}

.header-buttons__search {
  z-index: 15;
}

.header-search-input {
  display: none;
  position: absolute;
  font-size: 1.4rem;
  right: 0;
  bottom: -120%;
  width: 334px;
  height: 30px;
}

.header-search-input__input {
  width: 100%;
  height: 100%;
  color: #4a4a4a;
  border: none;
  padding: 3% 3% 3% 13%;
  background: url(../img/icons/search-black.png) no-repeat 3% center, #fff;
  -webkit-background-size: auto 45%;
          background-size: auto 45%;
}

.top-bar-content {
  letter-spacing: 1px;
}

/* Spinner */
#before-load {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f8f5f3;
  z-index: 1001;
}

#before-load i {
  font-size: 70px;
  position: absolute;
  display: block;
  color: #d62040;
  left: 50%;
  top: 50%;
  margin: -35px 0 0 -35px;
}

/* Hero */
.hero-image {
  -webkit-background-size: cover;
          background-size: cover;
}

.hero-text__caption {
  font-family: "lato-bold", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 1.7px;
  line-height: normal;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.hero-text__marker {
  color: #d62040;
  display: block;
  font-size: 1.3rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}

.hero-text_small .header-text__marker {
  font-size: 1.3rem;
  letter-spacing: 1.1px;
  display: block;
  margin-bottom: 8px;
}

/* Mobile menu */
.mobile-menu-icon {
  display: none;
  width: 35px;
  height: 19px;
  position: relative;
  cursor: pointer;
}

.mobile-menu-icon__el {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.mobile-menu-icon__el:nth-child(1) {
  top: 0;
}

.mobile-menu-icon__el:nth-child(2), .mobile-menu-icon__el:nth-child(3) {
  top: 10px;
}

.mobile-menu-icon__el:nth-child(4) {
  top: 20px;
}

.mobile-menu__button {
  text-transform: uppercase;
}

.mobile-menu-submenu {
  margin: 0;
  list-style: none;
  font-size: 1.6rem;
  text-transform: uppercase;
  -webkit-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}

.mobile-menu-submenu__link {
  color: #fff;
}

.mobile-menu-submenu__li {
  position: relative;
  padding: 10px 0;
}

.mobile-menu-submenu {
  display: none;
}

.submenu-arrow {
  position: absolute;
  right: 7px;
  top: 8px;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/icons/down-arrow.png) no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

.submenu-arrow.arrow-up {
  background: url(../img/icons/up-arrow.png) no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

.mobile-menu-icon {
  position: absolute;
  right: 15px;
  display: inline-block;
  z-index: 15;
}

.mobile-menu-links {
  position: fixed;
  display: none;
  height: 100vh;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 55px;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 10;
  overflow: auto;
  opacity: 0;
}

.mobile-menu-links .mobile-menu {
  list-style: none;
  padding: 0 29px;
}

.mobile-menu-links .mobile-menu__li {
  position: relative;
}

.mobile-menu-links__item {
  font-size: 1.6rem;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px;
  color: #fff;
  -webkit-transition: color 400ms;
  -o-transition: color 400ms;
  transition: color 400ms;
}

.mobile-menu-links__item.item-active {
  color: #d62040;
}

.mobile-menu.mobile-menu-open .mobile-menu-links {
  display: block;
}

.mobile-menu.mobile-menu-open .mobile-menu-icon__el:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}

.mobile-menu.mobile-menu-open .mobile-menu-icon__el:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mobile-menu.mobile-menu-open .mobile-menu-icon__el:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mobile-menu.mobile-menu-open .mobile-menu-icon__el:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}

.mobile-menu.mobile-menu-open .mobile-menu-links {
  opacity: 1;
}

/* Breadcrumb */
.breadcrumb {
  list-style: none;
  padding: 0;
  margin-bottom: 23px;
}

.breadcrumb__item {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}

.breadcrumb__link {
  color: #fff;
  -webkit-transition: color 400ms;
  -o-transition: color 400ms;
  transition: color 400ms;
}

.breadcrumb__link:after {
  content: '';
  position: relative;
  top: 1px;
  left: 12px;
  border: 5px solid transparent;
  border-left: 5px solid #d62040;
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 15px;
}

.breadcrumb__link:hover {
  color: #d62040 !important;
}

/* Section basic info */
.section-basic-info {
  padding-top: 108px;
  background-color: #f8f5f3;
}

.section-basic-info__caption {
  margin-bottom: 73px;
}

.article-block__caption {
  font-size: 1.8rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #d21134;
  margin-bottom: 15px;
}

.article-block__text {
  font-size: 1.6rem;
  line-height: 1.5;
}

/* Common card */
.common-card {
  min-height: 373px;
  height: 373px;
  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;
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
}

.common-card__image {
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.common-card__text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
  padding: 25px 20px 30px 20px;
}

.common-card__caption {
  margin-top: 13px;
  font-size: 2rem;
  font-weight: bold;
  word-break: break-word;
  line-height: 1.4;
}

.common-card__caption-note {
  margin-top:5px;
  font-size: 1.2rem;
  font-style: italic;
  letter-spacing: 0;
  color: #a8a7a7;
}

.common-card__link {
  margin-top: auto;
  letter-spacing: 0;
}

.common-card__date {
  font-size: 1.2rem;
}

.common-card__selected-text {
  display: inline-block;
  padding: 0 8px;
  height: 17px;
  margin-right: 18px;
  line-height: 20px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  color: #fff;
  font-size: .8rem;
  font-weight: bold;
  letter-spacing: .8px;
  text-transform: uppercase;
  text-align: center;
  background-color: #d62040;
}

.common-card_big {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.common-card_big .common-card__image {
  min-height: 373px;
  -webkit-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
  width: 70%;
  max-width: 70%;
  -o-object-fit: cover;
     object-fit: cover;
}

.common-card_big .common-card__text {
  -webkit-flex-basis: 24%;
      -ms-flex-preferred-size: 24%;
          flex-basis: 24%;
}

.common-card_big-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.common-card_small {
  min-height: 270px;
  height: 270px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 1px #e5ded9;
}

.common-card_small .common-card__image {
  height: 100px;
  padding: 8% 16%;
  -o-object-fit: contain;
     object-fit: contain;
  border-bottom: solid 1px #e5ded9;
}

.common-card_small .common-card__text {
  padding: 20px;
  background-color: rgba(220, 209, 198, 0.219608);
}

.common-card_small .common-card__caption {
  margin-top: 0;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.common-card_small-empty .common-card__text {
  background-color: #fff;
}

.caption-with-red-text {
  font-size: 2.4rem;
}

.caption-with-red-text__marker {
  display: block;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #d62040;
  letter-spacing: 1px;
}

/* Footer */
.footer {
  padding-top: 55px;
  background-color: #f8f5f3;
}

.footer-logo {
  width: 100%;
}

.footer-menu, .footer-menu-second {
  font-weight: bold;
  list-style: none;
  padding: 0;
}

.footer-menu__item, .footer-menu-second__item {
  margin-bottom: 8px;
}

.footer-menu__link, .footer-menu-second__link {
  color: #4a4a4a;
  -webkit-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}

.footer-menu__link:hover, .footer-menu-second__link:hover {
  color: #d62040 !important;
}

.footer-menu {
  font-size: 1.2rem;
  letter-spacing: 1.2px;
}

.footer-menu__item {
  text-transform: uppercase;
}

.footer-menu-second {
  font-size: 1.3rem;
  letter-spacing: .9px;
  opacity: .8;
}

.footer-address {
  font-size: 1.4rem;
  margin-bottom: 15px;
  line-height: normal;
  opacity: .8;
}

.footer-address__caption {
  margin-bottom: 0;
}

.footer-contact {
  font-size: 1.2rem;
  line-height: normal;
  opacity: .8;
}

.footer-last-line {
  margin-top: 56px;
  padding: 25px 0;
  border-top: 1px solid #e5ded9;
  font-size: 1.4rem;
  color: #4a4a4a;
}

.footer-last-line__copyright {
  text-transform: uppercase;
  font-size: 1.1rem;
  opacity: .5;
  text-align: right;
}

/*==========  Desktop First  ==========*/
/*==========  Mobile First  ==========*/
@media (max-width: 1199.98px) {
  html {
    font-size: 8px;
  }
  .button-with-arrow:after,
  .breadcrumb__link:after {
    border: 4px solid transparent;
    border-left: 4px solid #d62040;
  }
}

@media (max-width: 767.98px) {
  .footer-last-line__copyright {
    margin-top: 25px;
    text-align: center;
  }
  .header-text_small .header-text__caption {
    line-height: normal;
  }
  .common-card_big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .common-card_big .common-card__image {
    width: 100%;
    max-width: 100%;
    height: 150px;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .common-card_small .common-card__image {
    padding: 4%	16%;
  }
}

@media screen and (max-width: 1389px) {
  .header-buttons__lang .submenu {
    min-width: 30px;
  }
  .header-buttons__member-area, .header-buttons__become-a-member {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1368px) {
  .header-menu {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1389px) {
  .header-search-input {
    width: 294px;
  }
}

@media (max-width: 991.98px) {
  .header-search-input {
    width: 200px;
  }
  .header-logo-wrapper {
    margin-top: 18px;
  }
}
