@charset "UTF-8";
@import url("//fast.fonts.net/cssapi/6932eef2-05f8-4bf7-9a98-e726fd1f7fc2.css");
:root {
  --blue: #2196f3;
  --indigo: #6610f2;
  --purple: #7460ee;
  --pink: #e83e8c;
  --red: #E30613;
  --orange: #ff6a5b;
  --yellow: #fed700;
  --green: #007732;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007732;
  --secondary: #E30613;
  --success: #007732;
  --info: #316ce8;
  --warning: #fed700;
  --danger: #E30613;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "DIN Next LT W01 Regular", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 0.0625rem solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container, .bar-tabs {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 0.0625rem solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

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

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

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

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

body {
  margin: 0;
  font-family: "DIN Next LT W01 Regular", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.27778;
  color: #3c3c3c;
  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.75rem; }

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: #007732;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #002b12;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.75rem;
  font-family: "DINNextW01-CondensedLig", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #000; }

h1, .h1 {
  font-size: 2.8125rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

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

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

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 90%;
  color: #868e96; }

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

.container, .bar-tabs {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 992px) {
    .container, .bar-tabs {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container, .bar-tabs {
      max-width: 1105px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.25rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 0.0625rem solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 0.125rem solid #dee2e6; }
  .table tbody + tbody {
    border-top: 0.125rem solid #dee2e6; }
  .table .table {
    background-color: #fff; }

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

.table-bordered {
  border: 0.0625rem solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 0.0625rem solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 0.125rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 15px 25px;
  font-size: 1.125rem;
  line-height: 1;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.0625rem solid #C7C7C7;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #C7C7C7;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem #007732;
            box-shadow: 0 0 0 0.2rem #007732; }
  .form-control::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control::placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.26562rem + 0.125rem); }

select.form-control:focus::-ms-value {
  color: #000;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(15px + 0.0625rem);
  padding-bottom: calc(15px + 0.0625rem);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1; }

.col-form-label-lg {
  padding-top: calc(0.75rem + 0.0625rem);
  padding-bottom: calc(0.75rem + 0.0625rem);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.35rem + 0.0625rem);
  padding-bottom: calc(0.35rem + 0.0625rem);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  line-height: 1;
  color: #3c3c3c;
  background-color: transparent;
  border: solid transparent;
  border-width: 0.0625rem 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.35rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.0125rem + 0.125rem); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.75rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(3.375rem + 0.125rem); }

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

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

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

.form-check-input {
  position: absolute;
  margin-top: 0.313rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #868e96; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback, .form-control.is-valid ~ .is-valid {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #007732; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(0, 119, 50, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #007732; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #007732;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 119, 50, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 119, 50, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .form-control.is-valid ~ .is-valid, .was-validated .form-control.is-valid ~ .form-control:valid ~ .is-valid, .was-validated .form-control.is-valid:valid ~ .is-valid,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .is-valid,
  .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .form-control.is-valid ~ .is-valid, .was-validated .form-control.is-valid ~ .custom-select:valid ~ .is-valid, .was-validated .form-control.is-valid.custom-select:valid ~ .is-valid,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .form-control.is-valid ~ .is-valid,
  .form-control.is-valid ~ .custom-select.is-valid ~ .is-valid,
  .form-control.is-valid.custom-select ~ .is-valid,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

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

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

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

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

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

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

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

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

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

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

.invalid-feedback, .form-control.is-invalid ~ .is-invalid {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #E30613; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(227, 6, 19, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #E30613; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #E30613;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .form-control.is-invalid ~ .is-invalid, .was-validated .form-control.is-invalid ~ .form-control:invalid ~ .is-invalid, .was-validated .form-control.is-invalid:invalid ~ .is-invalid,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .is-invalid,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .form-control.is-invalid ~ .is-invalid, .was-validated .form-control.is-invalid ~ .custom-select:invalid ~ .is-invalid, .was-validated .form-control.is-invalid.custom-select:invalid ~ .is-invalid,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .form-control.is-invalid ~ .is-invalid,
  .form-control.is-invalid ~ .custom-select.is-invalid ~ .is-invalid,
  .form-control.is-invalid.custom-select ~ .is-invalid,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

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

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

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

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

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

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

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25); }

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

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0.0625rem solid transparent;
  padding: 0.875rem 1.125rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem #007732;
            box-shadow: 0 0 0 0.2rem #007732; }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

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

.btn-primary, #sliding-popup .popup-content #popup-buttons .agree-button {
  color: #fff;
  background-color: #007732;
  border-color: #007732; }
  .btn-primary:hover, #sliding-popup .popup-content #popup-buttons .agree-button:hover {
    color: #fff;
    background-color: #005122;
    border-color: #00441d; }
  .btn-primary:focus, #sliding-popup .popup-content #popup-buttons .agree-button:focus, .btn-primary.focus, #sliding-popup .popup-content #popup-buttons .focus.agree-button {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 119, 50, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 119, 50, 0.5); }
  .btn-primary.disabled, #sliding-popup .popup-content #popup-buttons .disabled.agree-button, .btn-primary:disabled, #sliding-popup .popup-content #popup-buttons .agree-button:disabled {
    color: #fff;
    background-color: #007732;
    border-color: #007732; }
  .btn-primary:not(:disabled):not(.disabled):active, #sliding-popup .popup-content #popup-buttons .agree-button:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, #sliding-popup .popup-content #popup-buttons .agree-button:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  #sliding-popup .popup-content #popup-buttons .show > .dropdown-toggle.agree-button {
    color: #fff;
    background-color: #00441d;
    border-color: #003717; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, #sliding-popup .popup-content #popup-buttons .agree-button:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, #sliding-popup .popup-content #popup-buttons .agree-button:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    #sliding-popup .popup-content #popup-buttons .show > .dropdown-toggle.agree-button:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 119, 50, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 119, 50, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #E30613;
  border-color: #E30613; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #be0510;
    border-color: #b1050f; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #E30613;
    border-color: #E30613; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #b1050f;
    border-color: #a5040e; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5); }

.btn-success {
  color: #fff;
  background-color: #007732;
  border-color: #007732; }
  .btn-success:hover {
    color: #fff;
    background-color: #005122;
    border-color: #00441d; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 119, 50, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 119, 50, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #007732;
    border-color: #007732; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #00441d;
    border-color: #003717; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 119, 50, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 119, 50, 0.5); }

.btn-info {
  color: #fff;
  background-color: #316ce8;
  border-color: #316ce8; }
  .btn-info:hover {
    color: #fff;
    background-color: #1857da;
    border-color: #1752cf; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 108, 232, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(49, 108, 232, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #316ce8;
    border-color: #316ce8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1752cf;
    border-color: #164ec3; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 108, 232, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(49, 108, 232, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #fed700;
  border-color: #fed700; }
  .btn-warning:hover {
    color: #212529;
    background-color: #d8b700;
    border-color: #cbac00; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 215, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(254, 215, 0, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #fed700;
    border-color: #fed700; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #cbac00;
    border-color: #bea100; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 215, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(254, 215, 0, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #E30613;
  border-color: #E30613; }
  .btn-danger:hover {
    color: #fff;
    background-color: #be0510;
    border-color: #b1050f; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #E30613;
    border-color: #E30613; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b1050f;
    border-color: #a5040e; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007732;
  background-color: transparent;
  background-image: none;
  border-color: #007732; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007732;
    border-color: #007732; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 119, 50, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 119, 50, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007732;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007732;
    border-color: #007732; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 119, 50, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 119, 50, 0.5); }

.btn-outline-secondary {
  color: #E30613;
  background-color: transparent;
  background-image: none;
  border-color: #E30613; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #E30613;
    border-color: #E30613; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #E30613;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #E30613;
    border-color: #E30613; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5); }

.btn-outline-success {
  color: #007732;
  background-color: transparent;
  background-image: none;
  border-color: #007732; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #007732;
    border-color: #007732; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 119, 50, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 119, 50, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #007732;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #007732;
    border-color: #007732; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 119, 50, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 119, 50, 0.5); }

.btn-outline-info {
  color: #316ce8;
  background-color: transparent;
  background-image: none;
  border-color: #316ce8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #316ce8;
    border-color: #316ce8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 108, 232, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(49, 108, 232, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #316ce8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #316ce8;
    border-color: #316ce8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 108, 232, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(49, 108, 232, 0.5); }

.btn-outline-warning {
  color: #fed700;
  background-color: transparent;
  background-image: none;
  border-color: #fed700; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #fed700;
    border-color: #fed700; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 215, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(254, 215, 0, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #fed700;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #fed700;
    border-color: #fed700; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 215, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(254, 215, 0, 0.5); }

.btn-outline-danger {
  color: #E30613;
  background-color: transparent;
  background-image: none;
  border-color: #E30613; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #E30613;
    border-color: #E30613; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #E30613;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #E30613;
    border-color: #E30613; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007732;
  background-color: transparent; }
  .btn-link:hover {
    color: #002b12;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #868e96;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.875rem 1.5625rem;
  font-size: 1.25rem;
  line-height: 1.375rem;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.35rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1.25rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007732; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #868e96;
    background-color: transparent; }

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.25rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.5rem 1.25rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -0.0625rem; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.dropdown-toggle-split {
  padding-right: 0.84375rem;
  padding-left: 0.84375rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.70312rem;
  padding-left: 0.70312rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.17188rem;
  padding-left: 1.17188rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -0.0625rem;
    margin-left: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -0.0625rem; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -0.0625rem; }

.input-group-prepend {
  margin-right: -0.0625rem; }

.input-group-append {
  margin-left: -0.0625rem; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 25px;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 0.0625rem solid #C7C7C7; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007732; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #007732;
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #007732; }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #2bff84; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #868e96; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.07639rem;
    left: -2.1875rem;
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.07639rem;
    left: -2.1875rem;
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

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

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

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

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

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

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

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

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

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

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.26562rem + 0.125rem);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.2;
  color: #000;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 0.0625rem solid #C7C7C7;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #C7C7C7;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(199, 199, 199, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(199, 199, 199, 0.5); }
    .custom-select:focus::-ms-value {
      color: #000;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(2.0125rem + 0.125rem);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem; }

.custom-select-lg {
  height: calc(3.375rem + 0.125rem);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 53px;
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 53px;
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #C7C7C7;
    -webkit-box-shadow: 0 0 0 0.2rem #007732;
            box-shadow: 0 0 0 0.2rem #007732; }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #C7C7C7; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 53px;
  padding: 1rem 0.5rem;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  border: 0.0625rem solid #C7C7C7; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.26562rem;
    padding: 1rem 0.5rem;
    line-height: 1.5;
    color: #000;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 0.0625rem solid #C7C7C7; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007732;
    border: 0;
    -webkit-appearance: none;
            appearance: none; }
    .custom-range::-webkit-slider-thumb:focus {
      outline: none;
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #007732;
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #007732; }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #2bff84; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007732;
    border: 0;
    -moz-appearance: none;
         appearance: none; }
    .custom-range::-moz-range-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #007732; }
    .custom-range::-moz-range-thumb:active {
      background-color: #2bff84; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007732;
    border: 0;
    appearance: none; }
    .custom-range::-ms-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #007732; }
    .custom-range::-ms-thumb:active {
      background-color: #2bff84; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6; }

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

.nav-link {
  display: block;
  padding: 0.625rem 1.125rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #868e96; }

.nav-tabs {
  border-bottom: 0.0625rem solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -0.0625rem; }
  .nav-tabs .nav-link {
    border: 0.0625rem solid transparent; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #868e96;
      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: -0.0625rem; }

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

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

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

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.625rem 1.25rem; }
  .navbar > .container, .navbar > .bar-tabs,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.54514rem;
  padding-bottom: 0.54514rem;
  margin-right: 1.25rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.5rem 0.5rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 0.0625rem solid transparent; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .bar-tabs,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container, .navbar-expand-sm > .bar-tabs,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .bar-tabs,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container, .navbar-expand-md > .bar-tabs,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .bar-tabs,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container, .navbar-expand-lg > .bar-tabs,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .bar-tabs,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container, .navbar-expand-xl > .bar-tabs,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container, .navbar-expand > .bar-tabs,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container, .navbar-expand > .bar-tabs,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0.0625rem solid rgba(0, 0, 0, 0.125); }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.125); }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.125); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%; }

.card-img-top {
  width: 100%; }

.card-img-bottom {
  width: 100%; }

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

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

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #3c3c3c;
    content: ">"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #868e96; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  padding: 0 0.625rem;
  margin-left: -0.0625rem;
  line-height: 1.25;
  color: #000;
  background-color: transparent;
  border: 0.0625rem solid #000; }
  .page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-color: #000; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem #007732;
            box-shadow: 0 0 0 0.2rem #007732; }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0; }

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.3125rem 0.5625rem;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline; }
  .badge:empty {
    display: none; }

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em; }

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

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

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

.badge-info {
  color: #fff;
  background-color: #316ce8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1752cf; }

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

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

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

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #003e1a;
  background-color: #cce4d6;
  border-color: #b8d9c6; }
  .alert-primary hr {
    border-top-color: #a7d0b9; }
  .alert-primary .alert-link {
    color: #000b05; }

.alert-secondary {
  color: #76030a;
  background-color: #f9cdd0;
  border-color: #f7b9bd; }
  .alert-secondary hr {
    border-top-color: #f4a2a7; }
  .alert-secondary .alert-link {
    color: #440206; }

.alert-success {
  color: #003e1a;
  background-color: #cce4d6;
  border-color: #b8d9c6; }
  .alert-success hr {
    border-top-color: #a7d0b9; }
  .alert-success .alert-link {
    color: #000b05; }

.alert-info {
  color: #193879;
  background-color: #d6e2fa;
  border-color: #c5d6f9; }
  .alert-info hr {
    border-top-color: #aec6f7; }
  .alert-info .alert-link {
    color: #10244f; }

.alert-warning {
  color: #847000;
  background-color: #fff7cc;
  border-color: #fff4b8; }
  .alert-warning hr {
    border-top-color: #fff09f; }
  .alert-warning .alert-link {
    color: #514500; }

.alert-danger {
  color: #76030a;
  background-color: #f9cdd0;
  border-color: #f7b9bd; }
  .alert-danger hr {
    border-top-color: #f4a2a7; }
  .alert-danger .alert-link {
    color: #440206; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

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

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

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.84375rem;
  background-color: #e9ecef; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007732;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }

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

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

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #3c3c3c;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -0.0625rem;
  background-color: #fff;
  border: 0.0625rem solid rgba(0, 0, 0, 0.125); }
  .list-group-item:last-child {
    margin-bottom: 0; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #868e96;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007732;
    border-color: #007732; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #003e1a;
  background-color: #b8d9c6; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #003e1a;
    background-color: #a7d0b9; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #003e1a;
    border-color: #003e1a; }

.list-group-item-secondary {
  color: #76030a;
  background-color: #f7b9bd; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #76030a;
    background-color: #f4a2a7; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #76030a;
    border-color: #76030a; }

.list-group-item-success {
  color: #003e1a;
  background-color: #b8d9c6; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #003e1a;
    background-color: #a7d0b9; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #003e1a;
    border-color: #003e1a; }

.list-group-item-info {
  color: #193879;
  background-color: #c5d6f9; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #193879;
    background-color: #aec6f7; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #193879;
    border-color: #193879; }

.list-group-item-warning {
  color: #847000;
  background-color: #fff4b8; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #847000;
    background-color: #fff09f; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #847000;
    border-color: #847000; }

.list-group-item-danger {
  color: #76030a;
  background-color: #f7b9bd; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #76030a;
    background-color: #f4a2a7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #76030a;
    border-color: #76030a; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.modal-open {
  overflow: hidden; }

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
            transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 0.0625rem solid #e9ecef; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.27778; }

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 0.0625rem solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "DIN Next LT W01 Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.27778;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "DIN Next LT W01 Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.27778;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2); }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 0.0625rem) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 0.0625rem;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 0.0625rem) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 0.0625rem;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 0.0625rem) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 0.0625rem;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 0.0625rem solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 0.0625rem) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 0.0625rem;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  color: #000;
  background-color: #f7f7f7;
  border-bottom: 0.0625rem solid #ebebeb; }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #3c3c3c; }

.carousel {
  position: relative; }

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

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

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

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

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-info {
  background-color: #316ce8 !important; }

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 0.0625rem solid #e9ecef !important; }

.border-top {
  border-top: 0.0625rem solid #e9ecef !important; }

.border-right {
  border-right: 0.0625rem solid #e9ecef !important; }

.border-bottom {
  border-bottom: 0.0625rem solid #e9ecef !important; }

.border-left {
  border-left: 0.0625rem solid #e9ecef !important; }

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

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

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

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

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

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

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

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

.border-info {
  border-color: #316ce8 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  -webkit-box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1) !important;
          box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 0.3125rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.3125rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.3125rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.3125rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.3125rem !important; }

.m-2 {
  margin: 0.625rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.625rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.625rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.625rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.625rem !important; }

.m-3 {
  margin: 1.25rem !important; }

.mt-3,
.my-3 {
  margin-top: 1.25rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1.25rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1.25rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1.25rem !important; }

.m-4 {
  margin: 1.875rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.875rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.875rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.875rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.875rem !important; }

.m-5 {
  margin: 3.75rem !important; }

.mt-5,
.my-5 {
  margin-top: 3.75rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3.75rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3.75rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3.75rem !important; }

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

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

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

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

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

.p-1 {
  padding: 0.3125rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.3125rem !important; }

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

.pb-1,
.py-1 {
  padding-bottom: 0.3125rem !important; }

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

.p-2 {
  padding: 0.625rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.625rem !important; }

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

.pb-2,
.py-2 {
  padding-bottom: 0.625rem !important; }

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

.p-3 {
  padding: 1.25rem !important; }

.pt-3,
.py-3 {
  padding-top: 1.25rem !important; }

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

.pb-3,
.py-3 {
  padding-bottom: 1.25rem !important; }

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

.p-4 {
  padding: 1.875rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.875rem !important; }

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

.pb-4,
.py-4 {
  padding-bottom: 1.875rem !important; }

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

.p-5 {
  padding: 3.75rem !important; }

.pt-5,
.py-5 {
  padding-top: 3.75rem !important; }

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

.pb-5,
.py-5 {
  padding-bottom: 3.75rem !important; }

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.3125rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.3125rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.3125rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.3125rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.3125rem !important; }
  .m-sm-2 {
    margin: 0.625rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.625rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.625rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.625rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.625rem !important; }
  .m-sm-3 {
    margin: 1.25rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.25rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.25rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.25rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.25rem !important; }
  .m-sm-4 {
    margin: 1.875rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.875rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.875rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.875rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.875rem !important; }
  .m-sm-5 {
    margin: 3.75rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3.75rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3.75rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3.75rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3.75rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.3125rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.3125rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.3125rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.3125rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.3125rem !important; }
  .p-sm-2 {
    padding: 0.625rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.625rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.625rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.625rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.625rem !important; }
  .p-sm-3 {
    padding: 1.25rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.25rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.25rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.25rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.25rem !important; }
  .p-sm-4 {
    padding: 1.875rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.875rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.875rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.875rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.875rem !important; }
  .p-sm-5 {
    padding: 3.75rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3.75rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3.75rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3.75rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3.75rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.3125rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.3125rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.3125rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.3125rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.3125rem !important; }
  .m-md-2 {
    margin: 0.625rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.625rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.625rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.625rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.625rem !important; }
  .m-md-3 {
    margin: 1.25rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1.25rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.25rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.25rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.25rem !important; }
  .m-md-4 {
    margin: 1.875rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.875rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.875rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.875rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.875rem !important; }
  .m-md-5 {
    margin: 3.75rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3.75rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3.75rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3.75rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3.75rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.3125rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.3125rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.3125rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.3125rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.3125rem !important; }
  .p-md-2 {
    padding: 0.625rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.625rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.625rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.625rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.625rem !important; }
  .p-md-3 {
    padding: 1.25rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1.25rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1.25rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.25rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1.25rem !important; }
  .p-md-4 {
    padding: 1.875rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.875rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.875rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.875rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.875rem !important; }
  .p-md-5 {
    padding: 3.75rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3.75rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3.75rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3.75rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3.75rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.3125rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.3125rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.3125rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.3125rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.3125rem !important; }
  .m-lg-2 {
    margin: 0.625rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.625rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.625rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.625rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.625rem !important; }
  .m-lg-3 {
    margin: 1.25rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.25rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.25rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.25rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.25rem !important; }
  .m-lg-4 {
    margin: 1.875rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.875rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.875rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.875rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.875rem !important; }
  .m-lg-5 {
    margin: 3.75rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3.75rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3.75rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3.75rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3.75rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.3125rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.3125rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.3125rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.3125rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.3125rem !important; }
  .p-lg-2 {
    padding: 0.625rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.625rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.625rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.625rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.625rem !important; }
  .p-lg-3 {
    padding: 1.25rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.25rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.25rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.25rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.25rem !important; }
  .p-lg-4 {
    padding: 1.875rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.875rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.875rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.875rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.875rem !important; }
  .p-lg-5 {
    padding: 3.75rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3.75rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3.75rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3.75rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3.75rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.3125rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.3125rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.3125rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.3125rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.3125rem !important; }
  .m-xl-2 {
    margin: 0.625rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.625rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.625rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.625rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.625rem !important; }
  .m-xl-3 {
    margin: 1.25rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.25rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.25rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.25rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.25rem !important; }
  .m-xl-4 {
    margin: 1.875rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.875rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.875rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.875rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.875rem !important; }
  .m-xl-5 {
    margin: 3.75rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3.75rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3.75rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3.75rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3.75rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.3125rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.3125rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.3125rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.3125rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.3125rem !important; }
  .p-xl-2 {
    padding: 0.625rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.625rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.625rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.625rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.625rem !important; }
  .p-xl-3 {
    padding: 1.25rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.25rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.25rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.25rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.25rem !important; }
  .p-xl-4 {
    padding: 1.875rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.875rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.875rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.875rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.875rem !important; }
  .p-xl-5 {
    padding: 3.75rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3.75rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3.75rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3.75rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3.75rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-info {
  color: #316ce8 !important; }

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #868e96 !important; }

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/**
 * rtl():
 * Apply content when RTL mode.
 * ```scss
 * .component {
 *    margin-left: 1em;
 *
 *  @include rtl() {
 *    margin-left: 0;
 *    margin-right: 1em;
 *  }
 * }
 * ```
 */
.btn-icon-left,
.btn-icon.download.btn-icon-left,
html[dir=rtl] .btn-icon.download.btn-icon-right,
.btn-icon.search.btn-icon-left,
html[dir=rtl] .btn-icon.search.btn-icon-right,
.btn-icon.arrow-preview.btn-icon-left,
html[dir=rtl] .btn-icon.arrow-preview.btn-icon-right,
.btn-icon.arrow-next.btn-icon-left,
html[dir=rtl] .btn-icon.arrow-next.btn-icon-right {
  padding-left: 3em !important; }
  .btn-icon-left:before,
  .btn-icon.download.btn-icon-left:before,
  html[dir=rtl] .btn-icon.download.btn-icon-right:before,
  .btn-icon.search.btn-icon-left:before,
  html[dir=rtl] .btn-icon.search.btn-icon-right:before,
  .btn-icon.arrow-preview.btn-icon-left:before,
  html[dir=rtl] .btn-icon.arrow-preview.btn-icon-right:before,
  .btn-icon.arrow-next.btn-icon-left:before,
  html[dir=rtl] .btn-icon.arrow-next.btn-icon-right:before {
    left: 12px; }
  html[dir=rtl] .btn-icon-left, html[dir=rtl] .btn-icon.download.btn-icon-left, html[dir=rtl] .btn-icon.download.btn-icon-right, html[dir=rtl] .btn-icon.search.btn-icon-left, html[dir=rtl] .btn-icon.search.btn-icon-right, html[dir=rtl] .btn-icon.arrow-preview.btn-icon-left, html[dir=rtl] .btn-icon.arrow-preview.btn-icon-right, html[dir=rtl] .btn-icon.arrow-next.btn-icon-left, html[dir=rtl] .btn-icon.arrow-next.btn-icon-right {
    padding-right: 3em !important;
    padding-left: 1rem !important; }
    html[dir=rtl] .btn-icon-left:before, html[dir=rtl] .btn-icon.download.btn-icon-left:before, html[dir=rtl] .btn-icon.download.btn-icon-right:before, html[dir=rtl] .btn-icon.search.btn-icon-left:before, html[dir=rtl] .btn-icon.search.btn-icon-right:before, html[dir=rtl] .btn-icon.arrow-preview.btn-icon-left:before, html[dir=rtl] .btn-icon.arrow-preview.btn-icon-right:before, html[dir=rtl] .btn-icon.arrow-next.btn-icon-left:before, html[dir=rtl] .btn-icon.arrow-next.btn-icon-right:before {
      left: auto;
      right: 12px; }

.btn-icon-right,
html[dir=rtl] .btn-icon.download.btn-icon-left,
.btn-icon.download.btn-icon-right,
html[dir=rtl] .btn-icon.search.btn-icon-left,
.btn-icon.search.btn-icon-right,
html[dir=rtl] .btn-icon.arrow-preview.btn-icon-left,
.btn-icon.arrow-preview.btn-icon-right,
html[dir=rtl] .btn-icon.arrow-next.btn-icon-left,
.btn-icon.arrow-next.btn-icon-right {
  padding-right: 3em !important; }
  .btn-icon-right:before,
  html[dir=rtl] .btn-icon.download.btn-icon-left:before,
  .btn-icon.download.btn-icon-right:before,
  html[dir=rtl] .btn-icon.search.btn-icon-left:before,
  .btn-icon.search.btn-icon-right:before,
  html[dir=rtl] .btn-icon.arrow-preview.btn-icon-left:before,
  .btn-icon.arrow-preview.btn-icon-right:before,
  html[dir=rtl] .btn-icon.arrow-next.btn-icon-left:before,
  .btn-icon.arrow-next.btn-icon-right:before {
    right: 12px; }
  html[dir=rtl] .btn-icon-right, html[dir=rtl] .btn-icon.download.btn-icon-left, html[dir=rtl] .btn-icon.download.btn-icon-right, html[dir=rtl] .btn-icon.search.btn-icon-left, html[dir=rtl] .btn-icon.search.btn-icon-right, html[dir=rtl] .btn-icon.arrow-preview.btn-icon-left, html[dir=rtl] .btn-icon.arrow-preview.btn-icon-right, html[dir=rtl] .btn-icon.arrow-next.btn-icon-left, html[dir=rtl] .btn-icon.arrow-next.btn-icon-right {
    padding-right: 1rem !important;
    padding-left: 3em !important; }
    html[dir=rtl] .btn-icon-right:before, html[dir=rtl] .btn-icon.download.btn-icon-left:before, html[dir=rtl] .btn-icon.download.btn-icon-right:before, html[dir=rtl] .btn-icon.search.btn-icon-left:before, html[dir=rtl] .btn-icon.search.btn-icon-right:before, html[dir=rtl] .btn-icon.arrow-preview.btn-icon-left:before, html[dir=rtl] .btn-icon.arrow-preview.btn-icon-right:before, html[dir=rtl] .btn-icon.arrow-next.btn-icon-left:before, html[dir=rtl] .btn-icon.arrow-next.btn-icon-right:before {
      right: auto;
      left: 12px; }

/*
 * element state (hover, focus, active ...)
 */
/**
 * row-make-equal-height():
 * mixin set equal height blocks.
 * ```html
 * .articles-list > .row {
 *  @include row-make-equal-height();
 * }
 *
 * HTML
 * <div class="articles-list">
 *  <div class="row">
 *    <article class="card">...</article>
 *    <article class="card">...</article>
 *    <article class="card">...</article>
 *  </div>
 * </div>
 * ```
 */
/**
 * if-ie():
 * Apply content when IE.
 * ```scss
 * .component {
 *    display: flex;
 *
 *  @include if-ie() {
 *    display: block;
 *  }
 * }
 * ```
 */
.eq-height {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .eq-height {
      display: block; } }
  .eq-height > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .eq-height > * {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .eq-height:before {
    display: none; }

/**
 * %icon:
 * Add a custom icon to an element.
 * ```scss
 * .my-cta-link {
 *  @extend %icon;
 *
 *  &:before {
 *    content: $icon-timer;
 *  }
 * }
 * ```
 */
.btn-icon.download:before, .btn-icon.search:before, .btn-icon.arrow-preview:before, .btn-icon.arrow-next:before, [class*="v_icon-"]:before, .accordion .card .card-header [data-toggle="collapse"]::after, .auth-link::after, .views-exposed-form .form-item.form-type-textfield[class*='date']::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'vactory' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 * if-ie():
 * Apply content when IE.
 * ```scss
 * .component {
 *    display: flex;
 *
 *  @include if-ie() {
 *    display: block;
 *  }
 * }
 * ```
 */
.vf-more-link {
  margin: 30px 0 0;
  text-align: center; }
  .vf-more-link > a {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border: 0.0625rem solid transparent;
    padding: 0.875rem 1.125rem;
    font-size: 1.125rem;
    line-height: 1.375rem;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #007732;
    border-color: #007732;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 0.0625rem solid transparent;
    padding: 0.875rem 1.125rem;
    font-size: 1.125rem;
    line-height: 1.375rem;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0.875rem 1.5625rem;
    font-size: 1.25rem;
    line-height: 1.375rem;
    border-radius: 0; }
    @media screen and (prefers-reduced-motion: reduce) {
      .vf-more-link > a {
        -webkit-transition: none;
        transition: none; } }
    .vf-more-link > a:hover, .vf-more-link > a:focus {
      text-decoration: none; }
    .vf-more-link > a:focus, .vf-more-link > a.focus {
      outline: 0;
      -webkit-box-shadow: 0 0 0 0.2rem #007732;
              box-shadow: 0 0 0 0.2rem #007732; }
    .vf-more-link > a.disabled, .vf-more-link > a:disabled {
      opacity: 0.65; }
    .vf-more-link > a:not([disabled]):not(.disabled) {
      cursor: pointer; }
    .vf-more-link > a:not([disabled]):not(.disabled):active, .vf-more-link > a:not([disabled]):not(.disabled).active {
      background-image: none; }
    .vf-more-link > a:focus, .vf-more-link > a.focus {
      color: #fff;
      background-color: #00441d;
      border-color: black; }
    .vf-more-link > a:hover {
      color: #fff;
      background-color: #00441d;
      border-color: #003a18; }
    .vf-more-link > a:active, .vf-more-link > a.active,
    .open > .vf-more-link > a.dropdown-toggle {
      color: #fff;
      background-color: #00441d;
      border-color: #003a18; }
      .vf-more-link > a:active:hover, .vf-more-link > a:active:focus, .vf-more-link > a:active.focus, .vf-more-link > a.active:hover, .vf-more-link > a.active:focus, .vf-more-link > a.active.focus,
      .open > .vf-more-link > a.dropdown-toggle:hover,
      .open > .vf-more-link > a.dropdown-toggle:focus,
      .open > .vf-more-link > a.dropdown-toggle.focus {
        color: #fff;
        background-color: #00200e;
        border-color: black; }
    .vf-more-link > a:active, .vf-more-link > a.active,
    .open > .vf-more-link > a.dropdown-toggle {
      background-image: none; }
    .vf-more-link > a.disabled:hover, .vf-more-link > a.disabled:focus, .vf-more-link > a.disabled.focus, .vf-more-link > a[disabled]:hover, .vf-more-link > a[disabled]:focus, .vf-more-link > a[disabled].focus,
    fieldset[disabled] .vf-more-link > a:hover,
    fieldset[disabled] .vf-more-link > a:focus,
    fieldset[disabled] .vf-more-link > a.focus {
      background-color: #007732;
      border-color: #007732; }
    .vf-more-link > a .badge {
      color: #007732;
      background-color: #fff; }
    @media screen and (prefers-reduced-motion: reduce) {
      .vf-more-link > a {
        -webkit-transition: none;
        transition: none; } }
    .vf-more-link > a:hover, .vf-more-link > a:focus {
      text-decoration: none; }
    .vf-more-link > a:focus, .vf-more-link > a.focus {
      outline: 0;
      -webkit-box-shadow: 0 0 0 0.2rem #007732;
              box-shadow: 0 0 0 0.2rem #007732; }
    .vf-more-link > a.disabled, .vf-more-link > a:disabled {
      opacity: 0.65; }
    .vf-more-link > a:not([disabled]):not(.disabled) {
      cursor: pointer; }
    .vf-more-link > a:not([disabled]):not(.disabled):active, .vf-more-link > a:not([disabled]):not(.disabled).active {
      background-image: none; }

/**
 * input-placeholder():
 * mixin to style input placeholders.
 * ```scss
 * .input {
 *    color: gray;
 *
 *  @include input-placeholder() {
 *    color: red;
 *  }
 * }
 * ```
 */
/**
 * pseudo($display: block, $pos: absolute, $content: ''):
 * When using ::before and ::after you'll always need these three,
 * so we're saving two lines of code every time you use this.
 * See below an example of using it without any arguments
 * <br>
 * <b>Parameters:</b>
 * <ul>
 * <li>`display` — specifies the type of box used for an HTML element..</li>
 * <li>`pos` — the type of positioning method used for an element (static, relative, absolute or fixed)..</li>
 * <li>`content` — the insert generated content used with the :before and :after pseudo-elements.</li>
 * </ul>
 *
 * ```scss
 * div::after {
 *  @include pseudo;
 *  top: -1rem;
 *  left: -1rem;
 *  width: 1rem;
 *  height: 1rem;
 * }
 * ```
 */
/**
 * responsive-ratio($x, $y, $pseudo: false):
 * We use this for creating scalable elements (usually images / background images) that maintain a ratio..
 * So to use this you could write the below and your div would have a ratio commonly utilised by video.
 * <br>
 * <b>Parameters:</b>
 * <ul>
 * <li>`x` — Ratio width.</li>
 * <li>`y` — Ratio height.</li>
 * <li>`pseudo` — Use pseudo element instead.</li>
 * </ul>
 *
 * ```scss
 * .div {
 *  @include responsive-ratio(16,9);
 * }
 * ```
 */
/**
 * pseudo($display: block, $pos: absolute, $content: ''):
 * When using ::before and ::after you'll always need these three,
 * so we're saving two lines of code every time you use this.
 * See below an example of using it without any arguments
 * <br>
 * <b>Parameters:</b>
 * <ul>
 * <li>`display` — specifies the type of box used for an HTML element..</li>
 * <li>`pos` — the type of positioning method used for an element (static, relative, absolute or fixed)..</li>
 * <li>`content` — the insert generated content used with the :before and :after pseudo-elements.</li>
 * </ul>
 *
 * ```scss
 * div::after {
 *  @include pseudo;
 *  top: -1rem;
 *  left: -1rem;
 *  width: 1rem;
 *  height: 1rem;
 * }
 * ```
 */
/**
 * rtl():
 * Apply content when RTL mode.
 * ```scss
 * .component {
 *    margin-left: 1em;
 *
 *  @include rtl() {
 *    margin-left: 0;
 *    margin-right: 1em;
 *  }
 * }
 * ```
 */
/**
 * %sr-only:
 * Hide an element to all devices except screen readers with .sr-only.
 * ```scss
 * .my-text-element {
 *  @extend %sr-only;
 * }
 * ```
 */
.views-exposed-form div.js-form-item > label, .views-exposed-form .form-item > label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/**
 * css-triangle-ratio($color, $direction, $size: 6px, $position: absolute, $round: false):
 * This mixin takes all the hassle out of creating that triangle you'll see coming out of most traditional tooltips,
 * all without images, you just specify it's colour, how big you want it, the direction it's going to come out of your
 * element and you're done!
 * <br>
 * <b>Parameters:</b>
 * <ul>
 * <li>`color` — Triangle color.</li>
 * <li>`direction` — [up, down, right, left].</li>
 * <li>`size` — Triangle size.</li>
 * <li>`position` — [relative, absolute].</li>
 * <li>`round` — Apply 3px order radius.</li>
 * </ul>
 *
 * ```scss
 * .div:before {
 *  @include css-triangle($brand-primary,down, 10px, absolute, false);
 * }
 * ```
 */
/**
 * pseudo($display: block, $pos: absolute, $content: ''):
 * When using ::before and ::after you'll always need these three,
 * so we're saving two lines of code every time you use this.
 * See below an example of using it without any arguments
 * <br>
 * <b>Parameters:</b>
 * <ul>
 * <li>`display` — specifies the type of box used for an HTML element..</li>
 * <li>`pos` — the type of positioning method used for an element (static, relative, absolute or fixed)..</li>
 * <li>`content` — the insert generated content used with the :before and :after pseudo-elements.</li>
 * </ul>
 *
 * ```scss
 * div::after {
 *  @include pseudo;
 *  top: -1rem;
 *  left: -1rem;
 *  width: 1rem;
 *  height: 1rem;
 * }
 * ```
 */
@font-face {
  font-family: "vactory";
  src: url("../fonts/icons-font/vactory-icons-font/fonts/vactory.eot?hnzn15");
  src: url("../fonts/icons-font/vactory-icons-font/fonts/vactory.eot?hnzn15#iefix") format("embedded-opentype"), url("../fonts/icons-font/vactory-icons-font/fonts/vactory.ttf?hnzn15") format("truetype"), url("../fonts/icons-font/vactory-icons-font/fonts/vactory.woff?hnzn15") format("woff"), url("../fonts/icons-font/vactory-icons-font/fonts/vactory.svg?hnzn15#vactory") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "vactory" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-share:before {
  content: ""; }

.icon-messagerie:before {
  content: ""; }

.icon-youtube-play:before {
  content: ""; }

.icon-network-team:before {
  content: ""; }

.icon-network-sites:before {
  content: ""; }

.icon-loop-message:before {
  content: ""; }

.icon-hands-settings:before {
  content: ""; }

.icon-network-building:before {
  content: ""; }

.icon-quotes:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-fax:before {
  content: ""; }

.icon-network:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-location:before {
  content: ""; }

.icon-luck:before {
  content: ""; }

.icon-mail:before {
  content: ""; }

.icon-moins:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-enter:before {
  content: ""; }

.icon-phone-overlay:before {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-close-second:before {
  content: ""; }

.icon-close-circle-flat:before {
  content: ""; }

.icon-close-flat:before {
  content: ""; }

.icon-close-circle:before {
  content: ""; }

.icon-close-spaced:before {
  content: ""; }

.icon-close-spaced-flat:before {
  content: ""; }

.icon-chevron-right-flat:before {
  content: ""; }

.icon-chevron-left-flat:before {
  content: ""; }

.icon-chevron-right-flat--circle:before {
  content: ""; }

.icon-chevron-left-flat--circle:before {
  content: ""; }

.icon-arrow-right-flat--circle:before {
  content: ""; }

.icon-arrow-left-flat--circle:before {
  content: ""; }

.icon-arrow-right-flat:before {
  content: ""; }

.icon-arrow-left-flat:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-chevron-right-circle:before {
  content: ""; }

.icon-arrow-preview:before {
  content: ""; }

.icon-arrow-right--circle:before {
  content: ""; }

.icon-arrow-left--circle:before {
  content: ""; }

.icon-arrow-right1:before {
  content: ""; }

.icon-arrow-left1:before {
  content: ""; }

.icon-search-boldest:before {
  content: ""; }

.icon-search-bolder:before {
  content: ""; }

.icon-search-bold:before {
  content: ""; }

.icon-search-spaced:before {
  content: ""; }

.icon-search-light-spaced:before {
  content: ""; }

.icon-search-lightest:before {
  content: ""; }

.icon-behance:before {
  content: ""; }

.icon-blogger:before {
  content: ""; }

.icon-dailymotion:before {
  content: ""; }

.icon-dribbble:before {
  content: ""; }

.icon-drive:before {
  content: ""; }

.icon-dropbox:before {
  content: ""; }

.icon-drupal:before {
  content: ""; }

.icon-evernote:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-github:before {
  content: ""; }

.icon-googleplus:before {
  content: ""; }

.icon-hangouts:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-messenger:before {
  content: ""; }

.icon-pinterest:before {
  content: ""; }

.icon-pocket:before {
  content: ""; }

.icon-rss:before {
  content: ""; }

.icon-snapchat:before {
  content: ""; }

.icon-souncloud:before {
  content: ""; }

.icon-spotify:before {
  content: ""; }

.icon-tumblr:before {
  content: ""; }

.icon-arrow-bottom:before {
  content: ""; }

.icon-vimeo:before {
  content: ""; }

.icon-whatsapp:before {
  content: ""; }

.icon-article:before {
  content: ""; }

.icon-burger-menu-bolder:before {
  content: ""; }

.icon-burger-menu:before {
  content: ""; }

.icon-burger-menu-middle:before {
  content: ""; }

.icon-burger-menu-stairs:before {
  content: ""; }

.icon-burger-menu-narrow:before {
  content: ""; }

.icon-burger-menu-narrow-middle:before {
  content: ""; }

.icon-burger-menu-narrow-stairs:before {
  content: ""; }

.icon-burger-menu-narrow-bold-flat:before {
  content: ""; }

.icon-burger-menu-thin:before {
  content: ""; }

.icon-burger-menu-lighter:before {
  content: ""; }

.icon-download-v2:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-caret-down:before {
  content: ""; }

.icon-caret-left:before {
  content: ""; }

.icon-caret-right:before {
  content: ""; }

.icon-caret-up:before {
  content: ""; }

.icon-camera:before {
  content: ""; }

.icon-picture-o:before {
  content: ""; }

.icon-file-archive-o:before {
  content: ""; }

.icon-file-audio-o:before {
  content: ""; }

.icon-file-code-o:before {
  content: ""; }

.icon-file-excel-o:before {
  content: ""; }

.icon-file-image-o:before {
  content: ""; }

.icon-file-movie-o:before {
  content: ""; }

.icon-file-o:before {
  content: ""; }

.icon-file-pdf-o:before {
  content: ""; }

.icon-file-photo-o:before {
  content: ""; }

.icon-file-picture-o:before {
  content: ""; }

.icon-file-powerpoint-o:before {
  content: ""; }

.icon-file-sound-o:before {
  content: ""; }

.icon-file-text-o:before {
  content: ""; }

.icon-file-text:before {
  content: ""; }

.icon-file-video-o:before {
  content: ""; }

.icon-file-word-o:before {
  content: ""; }

.icon-file-zip-o:before {
  content: ""; }

.icon-file:before {
  content: ""; }

.icon-files-o:before {
  content: ""; }

.icon-email:before {
  content: ""; }

.icon-envelope:before {
  content: ""; }

.icon-video-camera:before {
  content: ""; }

.icon-photo-camera:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-control-panel:before {
  content: ""; }

.icon-download_link:before {
  content: ""; }

.icon-comment:before {
  content: ""; }

.icon-forum:before {
  content: ""; }

.icon-paper-clip:before {
  content: ""; }

.icon-quote-right:before {
  content: ""; }

.icon-quote-left:before {
  content: ""; }

.icon-cloud_download:before {
  content: ""; }

.icon-arrow_back:before {
  content: ""; }

.icon-arrow_forward:before {
  content: ""; }

.icon-google_plusone:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-pattern:before {
  content: ""; }

.icon-user-light:before {
  content: ""; }

.icon-timer:before {
  content: ""; }

.icon-calendar-valide:before {
  content: ""; }

.icon-care:before {
  content: ""; }

.icon-chat1:before {
  content: ""; }

.icon-chevrons-down:before {
  content: ""; }

.icon-clic:before {
  content: ""; }

.icon-clock:before {
  content: ""; }

.icon-doctor:before {
  content: ""; }

.icon-excellence:before {
  content: ""; }

.icon-eye:before {
  content: ""; }

.icon-fax-v2:before {
  content: ""; }

.icon-itineraire:before {
  content: ""; }

.icon-link-exte:before {
  content: ""; }

.icon-location-map:before {
  content: ""; }

.icon-location-v2:before {
  content: ""; }

.icon-mail-to:before {
  content: ""; }

.icon-menu:before {
  content: ""; }

.icon-moins-v2:before {
  content: ""; }

.icon-near:before {
  content: ""; }

.icon-paiement:before {
  content: ""; }

.icon-plus-v2:before {
  content: ""; }

.icon-urgence:before {
  content: ""; }

.icon-visio:before {
  content: ""; }

.icon-checked:before {
  content: ""; }

.icon-croix:before {
  content: ""; }

.icon-downloader:before {
  content: ""; }

.icon-scroll:before {
  content: ""; }

.icon-calculate:before {
  content: ""; }

.icon-calls:before {
  content: ""; }

.icon-chat:before {
  content: ""; }

.icon-lock:before {
  content: ""; }

.icon-map:before {
  content: ""; }

.icon-newsletter:before {
  content: ""; }

.icon-telephone:before {
  content: ""; }

.icon-trash:before {
  content: ""; }

.icon-localisation:before {
  content: ""; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

:root {
  --safe-area-inset-top: env(safe-area-inset-top);
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
  --safe-area-inset-left: env(safe-area-inset-left);
  --safe-area-inset-right: env(safe-area-inset-right); }

* {
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  position: relative;
  background: #fff; }

html[dir=rtl] body {
  text-align: right; }

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

a.link:hover, a.link:focus {
  color: #007732; }

a.white-link {
  color: #fff; }
  a.white-link:hover, a.white-link:focus {
    color: #343a40; }

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

.img-rounded {
  border-radius: 0; }

html body .mdi:before,
html body .mdi-set {
  line-height: initial; }

html body {
  height: 100%;
  overflow: visible;
  overflow-x: hidden; }
  html body.page--logged-in {
    overflow-x: visible; }
  html[dir=rtl] html body {
    direction: rtl; }

html.screen-disable__scroll body {
  overflow: hidden; }

html, body {
  overflow-x: hidden; }

.page--front .wow:first-of-type {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.wow:not(.wow-end) {
  opacity: 0; }

.has-background--image {
  color: #fff;
  position: relative; }
  .has-background--image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }
  .has-background--image .title {
    color: #fff; }

.block-intro p {
  max-width: 915px; }

.vf-block-intro .fdb-block > .row > .col-12 > *:last-child {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.vf-block-intro .fdb-block > .row > .col-12 p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 915px; }

.vf-block-intro .fdb-block > .row > .col-12 > div {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }
  .vf-block-intro .fdb-block > .row > .col-12 > div:last-child {
    margin-bottom: 40px;
    margin-bottom: 2.5rem; }
  .vf-block-intro .fdb-block > .row > .col-12 > div p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 23px;
    line-height: 1.4375rem; }

.bg-content-gray {
  background-color: #F7F7F7;
  padding: 30px 0 40px;
  padding: 1.875rem 0 2.5rem;
  position: relative; }
  .bg-content-gray > * {
    position: relative;
    z-index: 1; }
  .bg-content-gray .pagination {
    margin-bottom: 0; }
  .bg-content-gray:before {
    content: '';
    display: block;
    background-color: #F7F7F7;
    position: absolute;
    top: 0;
    left: -1000px;
    right: -1000px;
    height: 100%;
    z-index: 0; }

.parallax-bg,
.has-background--image.bg-custom--.paragraph_parallax {
  background-attachment: initial; }

.has-background--solid.bg-custom--,
.has-background--image.bg-custom-- {
  padding: 50px 0 50px;
  padding: 3.125rem 0 3.125rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  background-size: cover !important; }
  .has-background--solid.bg-custom--:last-child,
  .has-background--image.bg-custom--:last-child {
    margin-bottom: 0; }
  .has-background--solid.bg-custom-- + .has-background--solid.bg-custom--,
  .has-background--solid.bg-custom-- + .has-background--image.bg-custom--,
  .has-background--image.bg-custom-- + .has-background--solid.bg-custom--,
  .has-background--image.bg-custom-- + .has-background--image.bg-custom-- {
    margin-top: -50px; }

.paragraph.paragraph--type--vactory-component, .paragraph.paragraph--type--vactory-paragraph-content, .paragraph.paragraph--type--vactory-paragraph-block {
  margin-bottom: 50px; }
  .has-background--solid.bg-custom-- .paragraph.paragraph--type--vactory-component, .has-background--solid.bg-custom-- .paragraph.paragraph--type--vactory-paragraph-content, .has-background--solid.bg-custom-- .paragraph.paragraph--type--vactory-paragraph-block {
    margin-bottom: 0; }
  .page-with-map .paragraph.paragraph--type--vactory-component, .page-with-map .paragraph.paragraph--type--vactory-paragraph-content, .page-with-map .paragraph.paragraph--type--vactory-paragraph-block {
    margin-bottom: 0; }

.js-img-video .block-image > a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block; }
  .js-img-video .block-image > a:hover:before {
    color: #007732; }
  .js-img-video .block-image > a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-family: 'vactory';
    color: #fff;
    font-size: 80px;
    font-size: 5rem;
    -webkit-transition: color .3s;
    transition: color .3s;
    z-index: 1; }
    .cke_editable .js-img-video .block-image > a:before {
      display: none; }
  .js-img-video .block-image > a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0; }
    .cke_editable .js-img-video .block-image > a:after {
      display: none; }

.loading {
  position: relative; }
  .loading:before {
    content: '';
    position: absolute;
    background-size: 100px 100px;
    background: #007732 url(../img/rings.svg) no-repeat center center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 999; }

.js-zoom {
  display: block; }

.page--front .messages.alert[role="contentinfo"] {
  position: fixed;
  bottom: 80px;
  z-index: 9;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.paragraph-hr {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 50px;
  padding-bottom: 3.125rem; }

img {
  max-width: 100%; }

html[dir=rtl] .messages button.close {
  float: left; }

@media (min-width: 992px) {
  .parallax-bg,
  .has-background--image.bg-custom--.paragraph_parallax {
    background-attachment: fixed; }
  .bg-content-gray {
    padding: 60px 0 80px;
    padding: 3.75rem 0 5rem; }
  .has-background--solid.bg-custom--,
  .has-background--image.bg-custom-- {
    padding: 60px 0 60px;
    padding: 3.75rem 0 3.75rem;
    margin-bottom: 60px;
    margin-bottom: 3.75rem; }
    .has-background--solid.bg-custom-- + .has-background--solid.bg-custom--,
    .has-background--solid.bg-custom-- + .has-background--image.bg-custom--,
    .has-background--image.bg-custom-- + .has-background--solid.bg-custom--,
    .has-background--image.bg-custom-- + .has-background--image.bg-custom-- {
      margin-top: -60px; }
  .paragraph.paragraph--type--vactory-component, .paragraph.paragraph--type--vactory-paragraph-content, .paragraph.paragraph--type--vactory-paragraph-block {
    margin-bottom: 60px; }
  img {
    max-width: 100%; }
  .js-img-video .block-image > a:not(.sm-icon):before {
    font-size: 115px;
    font-size: 7.1875rem; }
  .page--front .messages.alert[role="contentinfo"] {
    bottom: 20px;
    max-width: 900px;
    max-height: 600px;
    overflow-y: auto; }
  .paragraph-hr {
    padding-bottom: 60px;
    padding-bottom: 3.75rem; }
  .vf-block-intro .fdb-block > .row > .col-12 > *:last-child {
    margin-bottom: 60px;
    margin-bottom: 3.75rem; }
  .vf-block-intro .fdb-block > .row > .col-12 > div {
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
    .vf-block-intro .fdb-block > .row > .col-12 > div:last-child {
      margin-bottom: 60px;
      margin-bottom: 3.75rem; }
    .vf-block-intro .fdb-block > .row > .col-12 > div p {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 28px;
      line-height: 1.75rem; } }

html .lang-dropdown-form select.lang-dropdown-select-element {
  max-height: 10px; }

#toolbar-administration .toolbar-bar {
  position: fixed;
  width: 100%; }

.btn-icon.download:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 0;
  font-size: inherit;
  -webkit-transition: -webkit-transform .4s ease-out;
  transition: -webkit-transform .4s ease-out;
  transition: transform .4s ease-out;
  transition: transform .4s ease-out, -webkit-transform .4s ease-out; }

.btn-icon.download:hover:before {
  color: inherit;
  -webkit-transition: color .3s ease-out;
  transition: color .3s ease-out; }

.btn-icon.download.inverted:hover:before {
  color: #868e96;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn-icon.download.inverted:hover:before {
      -webkit-transition: none;
      transition: none; } }

.btn-icon.search:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 0;
  font-size: inherit;
  -webkit-transition: -webkit-transform .4s ease-out;
  transition: -webkit-transform .4s ease-out;
  transition: transform .4s ease-out;
  transition: transform .4s ease-out, -webkit-transform .4s ease-out; }

.btn-icon.search:hover:before {
  color: inherit;
  -webkit-transition: color .3s ease-out;
  transition: color .3s ease-out; }

.btn-icon.search.inverted:hover:before {
  color: #868e96;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn-icon.search.inverted:hover:before {
      -webkit-transition: none;
      transition: none; } }

.btn-icon.arrow-preview:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 0;
  font-size: inherit;
  -webkit-transition: -webkit-transform .4s ease-out;
  transition: -webkit-transform .4s ease-out;
  transition: transform .4s ease-out;
  transition: transform .4s ease-out, -webkit-transform .4s ease-out; }

.btn-icon.arrow-preview:hover:before {
  color: inherit;
  -webkit-transition: color .3s ease-out;
  transition: color .3s ease-out; }

.btn-icon.arrow-preview.inverted:hover:before {
  color: #868e96;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn-icon.arrow-preview.inverted:hover:before {
      -webkit-transition: none;
      transition: none; } }

html[dir=rtl] .btn-icon.arrow-preview:before {
  margin-top: 2px;
  -webkit-transform: translateY(-50%) scaleX(-1);
      -ms-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1); }

.btn-icon.arrow-next:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 0;
  font-size: inherit;
  -webkit-transition: -webkit-transform .4s ease-out;
  transition: -webkit-transform .4s ease-out;
  transition: transform .4s ease-out;
  transition: transform .4s ease-out, -webkit-transform .4s ease-out; }

.btn-icon.arrow-next:hover:before {
  color: inherit;
  -webkit-transition: color .3s ease-out;
  transition: color .3s ease-out; }

.btn-icon.arrow-next.inverted:hover:before {
  color: #868e96;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn-icon.arrow-next.inverted:hover:before {
      -webkit-transition: none;
      transition: none; } }

html[dir=rtl] .btn-icon.arrow-next:before {
  margin-top: 2px;
  -webkit-transform: translateY(-50%) scaleX(-1);
      -ms-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1); }

[class*="v_icon-"]:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: inherit;
  color: inherit; }

[class*="prefix-icon-"].positioned-icon [class^="icon-"],
[class*="suffix-icon-"].positioned-icon [class^="icon-"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

@media (max-width: 575.98px) {
  .container-inline div.form-item--icon {
    display: inline-block;
    width: 100%; } }

.form-item--icon {
  position: relative; }
  .form-item--icon [class^="icon-"] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: inherit;
    color: inherit; }
  .form-item--icon.form-item--icon-prefix [class^="icon-"] {
    left: 1rem; }
    html[dir=rtl] .form-item--icon.form-item--icon-prefix [class^="icon-"] {
      left: auto;
      right: 1rem; }
  .form-item--icon.form-item--icon-prefix input {
    padding-left: 2rem; }
    html[dir=rtl] .form-item--icon.form-item--icon-prefix input {
      padding-left: 1rem;
      padding-right: 2rem; }
  .form-item--icon.form-item--icon-suffix [class^="icon-"] {
    right: 1rem; }
    html[dir=rtl] .form-item--icon.form-item--icon-suffix [class^="icon-"] {
      right: auto;
      left: 1rem; }
  .form-item--icon.form-item--icon-suffix input {
    padding-right: 2rem; }
    html[dir=rtl] .form-item--icon.form-item--icon-suffix input {
      padding-right: 1rem;
      padding-left: 2rem; }

[class*="prefix-icon-"] [class^="icon-"],
[class*="suffix-icon-"] [class^="icon-"] {
  font-size: inherit;
  color: inherit; }

[class*="prefix-icon-"] [class^="icon-"] {
  margin-right: 10px; }
  html[dir=rtl] [class*="prefix-icon-"] [class^="icon-"] {
    margin-right: auto;
    margin-left: 10px; }

[class*="prefix-icon-"].positioned-icon {
  padding-left: 40px; }
  [class*="prefix-icon-"].positioned-icon [class^="icon-"] {
    left: 14px; }
    html[dir=rtl] [class*="prefix-icon-"].positioned-icon [class^="icon-"] {
      right: 14px;
      left: auto; }

[class*="suffix-icon-"] [class^="icon-"] {
  margin-left: 10px; }
  html[dir=rtl] [class*="suffix-icon-"] [class^="icon-"] {
    margin-right: 10px;
    margin-left: auto; }

[class*="suffix-icon-"].positioned-icon {
  padding-right: 40px; }
  [class*="suffix-icon-"].positioned-icon [class^="icon-"] {
    right: 14px; }
    html[dir=rtl] [class*="suffix-icon-"].positioned-icon [class^="icon-"] {
      right: auto;
      left: 14px; }

i.icon-play.is-player {
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 5px;
  -webkit-transition: border-color .3s, background .3s, color .3s;
  transition: border-color .3s, background .3s, color .3s;
  width: 66px;
  height: 66px; }
  i.icon-play.is-player:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.32);
    border-color: #000; }
  i.icon-play.is-player:before {
    font-size: 50px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "DINNextW01-CondensedLig", sans-serif;
  color: #000;
  line-height: 1.2; }
  .has-background--image h1, .has-background--image
  h2, .has-background--image
  h3, .has-background--image
  h4, .has-background--image
  h5, .has-background--image
  h6 {
    color: #fff; }

h1, .h1 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 35px;
  line-height: 2.1875rem;
  letter-spacing: 0.7px;
  text-transform: uppercase; }
  html[dir=rtl] h1, html[dir=rtl] .h1 {
    letter-spacing: normal;
    line-height: 37px;
    line-height: 2.3125rem; }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 2.8125rem;
      line-height: 42px;
      line-height: 2.625rem;
      letter-spacing: 0.9px; }
      html[dir=rtl] h1, html[dir=rtl] .h1 {
        letter-spacing: normal;
        line-height: 44px;
        line-height: 2.75rem; } }

h2, .h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  text-transform: uppercase; }
  html[dir=rtl] h2, html[dir=rtl] .h2 {
    line-height: 32px;
    line-height: 2rem; }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: 2.25rem;
      line-height: 40px;
      line-height: 2.5rem; }
      html[dir=rtl] h2, html[dir=rtl] .h2 {
        line-height: 42px;
        line-height: 2.625rem; } }

h3, .h3 {
  font-size: 1.75rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "DINNextW01-CondensedBol", "arial"; }
  html[dir=rtl] h3, html[dir=rtl] .h3 {
    font-weight: 700;
    line-height: 30px;
    line-height: 1.875rem; }

h4, .h4 {
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "DINNextW01-CondensedMed", "arial";
  letter-spacing: 0.46px; }
  html[dir=rtl] h4, html[dir=rtl] .h4 {
    font-weight: 600;
    letter-spacing: normal;
    line-height: 27px;
    line-height: 1.6875rem; }

h5, .h5 {
  font-size: 24px;
  font-size: 1.5rem; }
  @media (min-width: 992px) {
    h5, .h5 {
      font-size: 1.125rem; } }

h6, .h6 {
  font-size: 12px;
  font-size: 0.75rem; }
  @media (min-width: 992px) {
    h6, .h6 {
      font-size: 1.125rem; } }

p {
  letter-spacing: 0.34px; }
  html[dir=rtl] p {
    letter-spacing: normal; }
  p:last-child {
    margin-bottom: 0; }

strong {
  font-family: "DINNextW01-CondensedBol", "arial"; }
  html[dir=rtl] strong {
    font-weight: 700; }

.chapo {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "DIN Next LT W01 Light", "arial"; }
  html[dir=rtl] .chapo {
    line-height: 30px;
    line-height: 1.875rem; }

.text-date {
  font-family: "DIN Next LT W01 Light", "arial";
  color: #9B9B9B;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem; }

.intro, .block-intro p {
  max-width: 820px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23px;
  line-height: 1.4375rem;
  margin: 0 auto 40px auto;
  margin: 0 auto 2.5rem auto;
  letter-spacing: 0.42px; }
  html[dir=rtl] .intro, html[dir=rtl] .block-intro p, .block-intro html[dir=rtl] p {
    letter-spacing: normal;
    line-height: 25px;
    line-height: 1.5625rem; }
  .intro:last-child, .block-intro p:last-child {
    margin: 0 auto 40px auto;
    margin: 0 auto 2.5rem auto; }
  @media (min-width: 992px) {
    .intro, .block-intro p {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 28px;
      line-height: 1.75rem;
      margin-bottom: 60px;
      margin-bottom: 3.75rem; }
      html[dir=rtl] .intro, html[dir=rtl] .block-intro p, .block-intro html[dir=rtl] p {
        line-height: 30px;
        line-height: 1.875rem; }
      .intro:last-child, .block-intro p:last-child {
        margin-bottom: 60px;
        margin-bottom: 3.75rem; } }

.title {
  position: relative;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
  padding: 0 0 20px;
  padding: 0 0 1.25rem;
  letter-spacing: .57px;
  max-width: 645px; }
  html[dir=rtl] .title {
    letter-spacing: normal;
    line-height: 32px;
    line-height: 2rem; }
  @media (min-width: 992px) {
    .title {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 40px;
      line-height: 2.5rem;
      margin: 0 auto 60px;
      margin: 0 auto 3.75rem;
      padding: 0 28px 20px;
      padding: 0 1.75rem 1.25rem;
      letter-spacing: .68px; }
      html[dir=rtl] .title {
        letter-spacing: normal;
        line-height: 42px;
        line-height: 2.625rem;
        font-size: 30px;
        font-size: 1.875rem;
        font-weight: 400; }
      .vf-block-intro .title {
        margin-bottom: 30px;
        margin-bottom: 1.875rem;
        line-height: 45px;
        line-height: 2.8125rem;
        line-height: 47px;
        line-height: 2.9375rem; } }
  .title::after {
    content: "";
    width: 100%;
    max-width: 44px;
    height: 2px;
    background-color: #E30613;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.subtitle {
  color: #8d97ad;
  line-height: 24px;
  line-height: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem; }

.text-success-gradiant {
  background: #007732;
  background: -webkit-gradient(linear, left top, right top, from(#007732), to(#1dc8cc));
  background: linear-gradient(to right, #007732 0%, #1dc8cc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent; }

.text-info-gradiant {
  background: #316ce8;
  background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#007732));
  background: linear-gradient(to right, #316ce8 0%, #007732 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent; }

html body .text-blue {
  color: #2196f3; }

html body .text-purple {
  color: #7460ee; }

html body .text-dark {
  color: #3c3c3c; }

html body .text-themecolor {
  color: #007732; }

html body .font-bold {
  font-weight: 700; }

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

html body .font-normal {
  font-weight: normal; }

html body .font-light {
  font-weight: 300; }

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

html body .font-16 {
  font-size: 16px;
  font-size: 1rem; }

html body .font-14 {
  font-size: 14px;
  font-size: 0.875rem; }

html body .font-13 {
  font-size: 13px;
  font-size: 0.8125rem; }

html body .font-10 {
  font-size: 10px;
  font-size: 0.625rem; }

html body .font-18 {
  font-size: 18px;
  font-size: 1.125rem; }

html body .font-20 {
  font-size: 20px;
  font-size: 1.25rem; }

html body .font-stylish {
  font-family: "DIN Next LT W01 Regular", sans-serif; }

.bg-orange {
  background-color: #ff6a5b; }

.bg-yellow {
  background-color: #fed700; }

.bg-facebook {
  background-color: #3b5a9a; }

.bg-twitter {
  background-color: #56adf2; }

.bg-success-gradiant {
  background: #007732;
  background: -webkit-gradient(linear, left top, right top, from(#007732), to(#1dc8cc));
  background: linear-gradient(to right, #007732 0%, #1dc8cc 100%); }

.bg-info-gradiant {
  background: #316ce8;
  background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#007732));
  background: linear-gradient(to right, #316ce8 0%, #007732 100%); }

.bg-danger-gradiant {
  background: #E30613;
  background: -webkit-gradient(linear, left top, right top, from(#E30613), to(#ff6a5b));
  background: linear-gradient(to right, #E30613 0%, #ff6a5b 100%); }

.label-large {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0.38px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .accordion .collapse {
    height: 100%; } }

.accordion .card {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  border: 1px solid #F1F1F1;
  background: #fff;
  -webkit-box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1); }
  .accordion .card .card-header {
    background: #fff;
    padding: 0;
    border: none; }
    .accordion .card .card-header [data-toggle="collapse"] {
      display: block;
      width: 100%;
      position: relative;
      padding: 16px 18px 13px 20px;
      border: 0;
      text-align: left;
      text-decoration: none;
      white-space: normal;
      color: #007732;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 24px;
      line-height: 1.5rem;
      font-family: "DINNextW01-CondensedMed", "arial";
      border-radius: 0;
      border-bottom: 2px solid  #F7F7F7;
      padding-right: 45px;
      padding-right: 2.8125rem; }
      html[dir=rtl] .accordion .card .card-header [data-toggle="collapse"] {
        padding-right: 30px;
        padding-right: 1.875rem;
        padding-left: 45px;
        padding-left: 2.8125rem;
        font-weight: 600; }
      html[dir=rtl] .accordion .card .card-header [data-toggle="collapse"] {
        text-align: right; }
      .accordion .card .card-header [data-toggle="collapse"]::after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 12px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        font-size: 25px;
        font-size: 1.5625rem; }
        html[dir=rtl] .accordion .card .card-header [data-toggle="collapse"]::after {
          right: auto;
          left: 12px; }
      .accordion .card .card-header [data-toggle="collapse"].collapsed {
        border-bottom-color: transparent;
        color: #000; }
        .accordion .card .card-header [data-toggle="collapse"].collapsed::after {
          content: ""; }
      .accordion .card .card-header [data-toggle="collapse"].prefix-icon {
        padding-left: 60px; }
        .accordion .card .card-header [data-toggle="collapse"].prefix-icon::after {
          right: auto;
          left: 16px; }
        html[dir=rtl] .accordion .card .card-header [data-toggle="collapse"].prefix-icon {
          padding-left: 30px;
          padding-right: 60px; }
          html[dir=rtl] .accordion .card .card-header [data-toggle="collapse"].prefix-icon::after {
            left: auto;
            right: 16px; }
      .accordion .card .card-header [data-toggle="collapse"].suffix-icon {
        padding-right: 60px; }
        .accordion .card .card-header [data-toggle="collapse"].suffix-icon::after {
          left: auto;
          right: 16px; }
        html[dir=rtl] .accordion .card .card-header [data-toggle="collapse"].suffix-icon {
          padding-right: 30px;
          padding-left: 60px; }
          html[dir=rtl] .accordion .card .card-header [data-toggle="collapse"].suffix-icon::after {
            left: 16px;
            right: auto; }
  .accordion .card .card-body {
    padding: 20px 15px;
    padding: 1.25rem 0.9375rem;
    background: #fff;
    text-align: justify; }
    .accordion .card .card-body h4 {
      color: #007732; }

.accordion-title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  font-family: "DINNextW01-CondensedMed", "arial";
  letter-spacing: 0.53px;
  color: #000; }
  html[dir=rtl] .accordion-title {
    font-weight: 600;
    letter-spacing: normal; }

@media (min-width: 992px) {
  .accordion .card {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
    .accordion .card .card-header [data-toggle="collapse"] {
      padding: 25px 30px 26px 30px;
      padding-right: 65px;
      padding-right: 4.0625rem;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 28px;
      line-height: 1.75rem; }
      html[dir=rtl] .accordion .card .card-header [data-toggle="collapse"] {
        padding-right: 30px;
        padding-right: 1.875rem;
        padding-left: 65px;
        padding-left: 4.0625rem; }
      .accordion .card .card-header [data-toggle="collapse"]::after {
        right: 36px;
        font-size: 30px;
        font-size: 1.875rem; }
        html[dir=rtl] .accordion .card .card-header [data-toggle="collapse"]::after {
          right: auto;
          left: 36px; }
    .accordion .card .card-body {
      padding: 40px 30px;
      padding: 2.5rem 1.875rem; }
  .accordion-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 30px;
    line-height: 1.875rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    font-family: "DINNextW01-CondensedMed", "arial";
    letter-spacing: 0.53px;
    color: #000; }
    html[dir=rtl] .accordion-title {
      font-weight: 600;
      letter-spacing: normal; } }

.vf-addtoany-fixed.block--addtoanybuttons {
  position: absolute;
  top: 206px;
  top: 12.875rem;
  left: 6px;
  left: 0.375rem;
  z-index: 9; }
  html[dir=rtl] .vf-addtoany-fixed.block--addtoanybuttons {
    left: auto;
    right: 6px;
    right: 0.375rem; }
  .page--front .vf-addtoany-fixed.block--addtoanybuttons {
    top: 312px;
    top: 19.5rem; }
  .vf-addtoany-fixed.block--addtoanybuttons.right {
    right: 6px;
    right: 0.375rem;
    left: inherit; }
    html[dir=rtl] .vf-addtoany-fixed.block--addtoanybuttons.right {
      right: auto;
      left: 6px;
      left: 0.375rem; }
  .vf-addtoany-fixed.block--addtoanybuttons .addtoany_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
    .vf-addtoany-fixed.block--addtoanybuttons .addtoany_list a {
      margin-bottom: 22px;
      margin-bottom: 1.375rem; }
    .vf-addtoany-fixed.block--addtoanybuttons .addtoany_list .icon {
      color: #fff;
      font-size: 23px;
      -webkit-transition: color .3s ease-in;
      transition: color .3s ease-in; }
      .page--vactory-cam-mini-sites .vf-addtoany-fixed.block--addtoanybuttons .addtoany_list .icon {
        color: #007732; }
      .vf-addtoany-fixed.block--addtoanybuttons .addtoany_list .icon:hover {
        color: #007732; }
  .vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed {
    position: fixed;
    top: 50%;
    left: -27px;
    left: -1.6875rem; }
    html[dir=rtl] .vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed {
      left: auto;
      right: -27px;
      right: -1.6875rem; }
    .vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed.fade-left {
      left: 6px;
      left: 0.375rem;
      -webkit-transition: left 1s;
      transition: left 1s; }
      html[dir=rtl] .vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed.fade-left {
        left: auto;
        right: 6px;
        right: 0.375rem;
        -webkit-transition: right 1s;
        transition: right 1s; }
    .vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed .addtoany_list .icon {
      color: #000;
      -webkit-transition: color .3s ease-in;
      transition: color .3s ease-in; }
      .vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed .addtoany_list .icon:hover {
        color: #007732; }
    .vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed.right {
      right: -27px;
      right: -1.6875rem;
      left: inherit; }
      html[dir=rtl] .vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed.right {
        right: auto;
        right: -27px;
        right: -1.6875rem; }
      .vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed.right.fade-left {
        left: inherit;
        right: 6px;
        right: 0.375rem;
        -webkit-transition: right 1s;
        transition: right 1s; }
        html[dir=rtl] .vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed.right.fade-left {
          right: auto;
          left: 6px;
          left: 0.375rem;
          -webkit-transition: left 1s;
          transition: left 1s; }

.addtoany_list .icon span {
  display: none; }

@media (min-width: 992px) {
  .vf-addtoany-fixed.block--addtoanybuttons {
    left: 20px;
    left: 1.25rem; }
    html[dir=rtl] .vf-addtoany-fixed.block--addtoanybuttons {
      left: auto;
      right: 20px;
      right: 1.25rem; }
    .vf-addtoany-fixed.block--addtoanybuttons.right {
      left: auto;
      right: 20px;
      right: 1.25rem; }
      html[dir=rtl] .vf-addtoany-fixed.block--addtoanybuttons.right {
        right: auto;
        left: 20px;
        left: 1.25rem; }
    .vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed.fade-left {
      left: 20px;
      left: 1.25rem; }
      html[dir=rtl] .vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed.fade-left {
        left: auto;
        right: 20px;
        right: 1.25rem; }
    .vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed.right.fade-left {
      right: 20px;
      right: 1.25rem; }
      html[dir=rtl] .vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed.right.fade-left {
        right: auto;
        left: 20px;
        left: 1.25rem; } }

@media (min-width: 992px) {
  .vactory-ancre {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in; }
    .vactory-ancre.fixed {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%; }
      .vactory-ancre.fixed.top {
        opacity: 0; }
    .toolbar-fixed .vactory-ancre.fixed {
      top: 80px; }
  .vp_anchor {
    padding-left: 0;
    padding-right: 0;
    display: none; }
    .vp_anchor.paragraph.container .vactory-ancre:not(.cloned), .vp_anchor.paragraph.bar-tabs .vactory-ancre:not(.cloned) {
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .vp_anchor.paragraph.container .vactory-ancre:not(.cloned) .container, .vp_anchor.paragraph.bar-tabs .vactory-ancre:not(.cloned) .container, .vp_anchor.paragraph.container .vactory-ancre:not(.cloned) .bar-tabs, .vp_anchor.paragraph.bar-tabs .vactory-ancre:not(.cloned) .bar-tabs, .vp_anchor.paragraph.container .vactory-ancre:not(.cloned) .container-fluid, .vp_anchor.paragraph.bar-tabs .vactory-ancre:not(.cloned) .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .vp_anchor.paragraph.container .vactory-ancre:not(.cloned) ul.nav, .vp_anchor.paragraph.bar-tabs .vactory-ancre:not(.cloned) ul.nav {
        background-color: #fff;
        -webkit-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.1);
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
        html[dir=rtl] .vp_anchor.paragraph.container .vactory-ancre:not(.cloned) ul.nav, html[dir=rtl] .vp_anchor.paragraph.bar-tabs .vactory-ancre:not(.cloned) ul.nav {
          padding-right: 0; }
    .vp_anchor .vactory-ancre {
      background-color: #fff;
      -webkit-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.1); }
      .paragraph.container .vp_anchor .vactory-ancre, .paragraph.bar-tabs .vp_anchor .vactory-ancre {
        background-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none; }
        .paragraph.container .vp_anchor .vactory-ancre .container, .paragraph.bar-tabs .vp_anchor .vactory-ancre .container, .paragraph.container .vp_anchor .vactory-ancre .bar-tabs, .paragraph.bar-tabs .vp_anchor .vactory-ancre .bar-tabs, .paragraph.container .vp_anchor .vactory-ancre.container-fluid, .paragraph.bar-tabs .vp_anchor .vactory-ancre.container-fluid {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
        .paragraph.container .vp_anchor .vactory-ancre .ul.nav, .paragraph.bar-tabs .vp_anchor .vactory-ancre .ul.nav {
          background-color: #fff;
          -webkit-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.1);
                  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.1);
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; }
          html[dir=rtl] .paragraph.container .vp_anchor .vactory-ancre .ul.nav, html[dir=rtl] .paragraph.bar-tabs .vp_anchor .vactory-ancre .ul.nav {
            padding-right: 0; }
      .vp_anchor .vactory-ancre.cloned {
        display: none; }
      .vp_anchor .vactory-ancre.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
        display: block; }
    strong.field__label.visually-hidden + .vp_anchor ul.nav .nav-item:not(:first-child):before {
      top: calc(50% - 1px);
      height: 30px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .vactory-cam-mini-sites strong.field__label.visually-hidden + .vp_anchor ul.nav .nav-item:not(:first-child):before {
        height: 100%;
        top: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
    .vp_anchor ul.nav {
      min-height: 55px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; }
      .vp_anchor ul.nav .nav-item {
        position: relative;
        padding: 0; }
        .vp_anchor ul.nav .nav-item:not(:first-child):before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          height: 100%;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          left: 0;
          width: 1px;
          background-color: #000;
          opacity: .2; }
          html[dir=rtl] .vp_anchor ul.nav .nav-item:not(:first-child):before {
            left: auto;
            right: 0; }
        .vp_anchor ul.nav .nav-item .nav-link.anchor-link {
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 32px;
          line-height: 2rem;
          padding: 11px 20px 7px 20px;
          padding: 0.6875rem 1.25rem 0.4375rem 1.25rem;
          font-family: "DINNextW01-CondensedMed", "arial";
          color: #000;
          -webkit-transition: all .3s ease-in;
          transition: all .3s ease-in;
          height: 100%;
          position: relative; }
          html[dir=rtl] .vp_anchor ul.nav .nav-item .nav-link.anchor-link {
            font-weight: 700;
            font-size: 15px;
            font-size: 0.9375rem; }
          .vp_anchor ul.nav .nav-item .nav-link.anchor-link.active {
            color: #007732; }
            .vp_anchor ul.nav .nav-item .nav-link.anchor-link.active:after {
              content: '';
              display: block;
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 4px;
              background-color: #007732; }
              html[dir=rtl] .vp_anchor ul.nav .nav-item .nav-link.anchor-link.active:after {
                left: auto;
                right: 0; }
          .vp_anchor ul.nav .nav-item .nav-link.anchor-link:hover {
            color: #007732; }
  .vp_anchor {
    display: block; }
    strong.field__label.visually-hidden + .vp_anchor {
      margin-top: -60px;
      margin-top: -3.75rem; }
      .vactory-cam-mini-sites--full strong.field__label.visually-hidden + .vp_anchor {
        margin-top: 0; } }

@media (max-width: 991.98px) {
  .vactory-ancre {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    border-top: 1px solid #F2F2F2;
    visibility: hidden;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    height: 100%; }
    .vactory-ancre.open {
      visibility: visible;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      z-index: 12; }
    .vactory-ancre .vh-layout {
      padding-top: 10px;
      padding-top: 0.625rem;
      padding-bottom: 10px;
      padding-bottom: 0.625rem; }
    .vactory-ancre ul {
      margin-bottom: 0;
      list-style-type: none;
      padding-left: 0; }
      html[dir=rtl] .vactory-ancre ul {
        padding-right: 0; }
      .vactory-ancre ul > li {
        border-top: 1px solid #F2F2F2;
        padding: 17px 20px 10px 33px;
        padding: 1.0625rem 1.25rem 0.625rem 2.0625rem;
        width: 100%; }
        .vactory-ancre ul > li > a {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 32px;
          line-height: 2rem;
          color: black;
          font-family: "DINNextW01-CondensedMed", "arial";
          text-transform: uppercase;
          padding: 0; }
          html[dir=rtl] .vactory-ancre ul > li > a {
            padding-left: 20px;
            padding-left: 1.25rem;
            padding-right: 18px;
            padding-right: 1.125rem;
            font-weight: 700; }
          .vactory-ancre ul > li > a.active {
            color: #007732; }
    .vactory-ancre .vh-hamburger .hamburger-box {
      width: 26px;
      height: 26px; }
      .vactory-ancre .vh-hamburger .hamburger-box .hamburger-inner {
        width: 25px; }
        .vactory-ancre .vh-hamburger .hamburger-box .hamburger-inner:before {
          width: 23px;
          right: 0; }
        .vactory-ancre .vh-hamburger .hamburger-box .hamburger-inner:after {
          width: 10px;
          right: 0; }
        .vactory-ancre .vh-hamburger .hamburger-box .hamburger-inner, .vactory-ancre .vh-hamburger .hamburger-box .hamburger-inner:before, .vactory-ancre .vh-hamburger .hamburger-box .hamburger-inner:after {
          height: 2px; }
    .vactory-ancre .anchor--branding .navbar-brand {
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0; }
    .vactory-ancre .anchor--branding img {
      max-width: 130px; } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.badge {
  border-radius: 13.5px;
  font-family: "DIN Next LT W01 Regular", "Arial";
  text-transform: uppercase; }

/***
 * Banners:
 */
.listing-up-banner {
  margin-top: -50px;
  margin-top: -3.125rem; }

.vf-banner {
  position: relative;
  min-height: 364px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
  margin-bottom: 3.125rem; }
  .path--search .vf-banner {
    margin-bottom: 0; }
  .vf-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1; }
  .vf-banner__secondary {
    min-height: 418px;
    margin-bottom: 147px;
    margin-bottom: 9.1875rem; }
    .vf-banner__secondary .vf-banner__container {
      margin-bottom: 74px;
      margin-bottom: 4.625rem; }
  .vf-banner__title h1 {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    font-size: 35px;
    font-size: 2.1875rem;
    font-family: "DINNextW01-CondensedLig", "arial";
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.7px; }
    html[dir=rtl] .vf-banner__title h1 {
      font-weight: 200;
      font-size: 30px;
      font-size: 1.875rem;
      letter-spacing: normal; }
  .vf-banner__container {
    padding-top: 220px;
    padding-top: 13.75rem;
    text-align: center;
    position: relative;
    z-index: 2; }
  .vf-banner__image, .vf-banner__video {
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover; }
  .vf-banner__video {
    background: #333333; }
  .vf-banner--default {
    background-color: #333333; }
  .vf-banner--effect1 {
    background-color: #cfcfcf; }
    .vf-banner--effect1::before {
      content: '';
      display: block;
      width: 5px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #007732; }

@media (min-width: 992px) {
  .listing-up-banner {
    margin-top: -60px;
    margin-top: -3.75rem; }
  .vf-banner {
    min-height: 378px;
    margin-bottom: 60px;
    margin-bottom: 3.75rem; }
    .vf-banner__secondary {
      min-height: 434px;
      margin-bottom: 140px;
      margin-bottom: 8.75rem; }
    .vf-banner__container {
      text-align: inherit; }
    .vf-banner__title h1 {
      margin-bottom: 12px;
      margin-bottom: 0.75rem;
      font-size: 45px;
      font-size: 2.8125rem;
      line-height: 42px;
      line-height: 2.625rem;
      letter-spacing: .9px; }
      html[dir=rtl] .vf-banner__title h1 {
        text-align: right;
        letter-spacing: normal;
        font-size: 40px;
        font-size: 2.5rem; }
    html[dir=rtl] .vf-banner__blocks {
      text-align: right; }
    .vf-banner__wrapper {
      margin-right: auto;
      margin-left: auto; } }

.c-breadcrumb {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "DIN Next LT W01 Regular", "Arial";
  letter-spacing: normal; }
  .c-breadcrumb.right {
    float: right; }
  .c-breadcrumb .breadcrumb {
    background-color: transparent;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .c-breadcrumb .breadcrumb a:hover {
    color: #fff; }
  @media (max-width: 575.98px) {
    .c-breadcrumb {
      margin-left: 0;
      margin-right: 0; }
      .c-breadcrumb.right {
        float: none; } }

.breadcrumb .breadcrumb-item {
  color: #fff; }
  .breadcrumb .breadcrumb-item span, .breadcrumb .breadcrumb-item a {
    color: #fff;
    display: inline-block; }
    .breadcrumb .breadcrumb-item span:first-letter, .breadcrumb .breadcrumb-item a:first-letter {
      text-transform: uppercase; }
  .breadcrumb .breadcrumb-item::before {
    color: #fff; }

@media (min-width: 992px) {
  .c-breadcrumb {
    font-size: 17px;
    font-size: 1.0625rem; } }

.btn, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span:not(.has-close), .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a.active span:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a {
  border-radius: 25px;
  text-transform: uppercase;
  font-family: "DINNextW01-CondensedBol", "arial";
  white-space: normal;
  font-size: 20px;
  font-size: 1.25rem;
  padding-top: 9px;
  padding-top: 0.5625rem;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  font-size: 16px;
  font-size: 1rem; }
  html[dir=rtl] .btn, html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span:not(.has-close), .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a html[dir=rtl] span:not(.has-close), html[dir=rtl] aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a, aside#vhm.vhm-variant3 .vhm__menu html[dir=rtl] ul > li.btn > a {
    font-weight: 700;
    padding-top: 8px;
    padding-top: 0.5rem;
    padding-bottom: 8px;
    padding-bottom: 0.5rem; }
  .btn.btn-primary, #sliding-popup .popup-content #popup-buttons .btn.agree-button, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.btn:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.btn, #sliding-popup .popup-content #popup-buttons .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.agree-button:not(.has-close), .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a #sliding-popup .popup-content #popup-buttons span.agree-button:not(.has-close), #sliding-popup .popup-content #popup-buttons aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.agree-button, aside#vhm.vhm-variant3 .vhm__menu #sliding-popup .popup-content #popup-buttons ul > li.btn > a.agree-button, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.btn-primary:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.btn-primary, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span:not(.has-close), .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a.active span:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a {
    padding-top: 10px;
    padding-top: 0.625rem;
    padding-bottom: 8px;
    padding-bottom: 0.5rem; }
    html[dir=rtl] .btn.btn-primary, html[dir=rtl] #sliding-popup .popup-content #popup-buttons .btn.agree-button, #sliding-popup .popup-content #popup-buttons html[dir=rtl] .btn.agree-button, html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.btn:not(.has-close), .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a html[dir=rtl] span.btn:not(.has-close), html[dir=rtl] aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.btn, aside#vhm.vhm-variant3 .vhm__menu html[dir=rtl] ul > li.btn > a.btn, html[dir=rtl] #sliding-popup .popup-content #popup-buttons .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.agree-button:not(.has-close), #sliding-popup .popup-content #popup-buttons .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a html[dir=rtl] span.agree-button:not(.has-close), html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a #sliding-popup .popup-content #popup-buttons span.agree-button:not(.has-close), .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a #sliding-popup .popup-content #popup-buttons html[dir=rtl] span.agree-button:not(.has-close), html[dir=rtl] #sliding-popup .popup-content #popup-buttons aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.agree-button, #sliding-popup .popup-content #popup-buttons aside#vhm.vhm-variant3 .vhm__menu html[dir=rtl] ul > li.btn > a.agree-button, html[dir=rtl] aside#vhm.vhm-variant3 .vhm__menu #sliding-popup .popup-content #popup-buttons ul > li.btn > a.agree-button, aside#vhm.vhm-variant3 .vhm__menu #sliding-popup .popup-content #popup-buttons html[dir=rtl] ul > li.btn > a.agree-button, html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.btn-primary:not(.has-close), .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a html[dir=rtl] span.btn-primary:not(.has-close), html[dir=rtl] aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.btn-primary, aside#vhm.vhm-variant3 .vhm__menu html[dir=rtl] ul > li.btn > a.btn-primary, html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span:not(.has-close), .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a html[dir=rtl] span:not(.has-close), html[dir=rtl] aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a, aside#vhm.vhm-variant3 .vhm__menu html[dir=rtl] ul > li.btn > a {
      padding-top: 9px;
      padding-top: 0.5625rem;
      padding-bottom: 9px;
      padding-bottom: 0.5625rem; }
    .btn.btn-primary, #sliding-popup .popup-content #popup-buttons .btn.agree-button, .btn.btn-primary:not(:disabled):not(.disabled).active, #sliding-popup .popup-content #popup-buttons .btn.agree-button:not(:disabled):not(.disabled).active, .btn.btn-primary:focus, #sliding-popup .popup-content #popup-buttons .btn.agree-button:focus, .btn.btn-primary:not(:disabled):not(.disabled):active, #sliding-popup .popup-content #popup-buttons .btn.agree-button:not(:disabled):not(.disabled):active, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.btn:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.btn, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.btn:not(:disabled):not(.disabled).active:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.btn:not(:disabled):not(.disabled).active, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.btn:focus:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.btn:focus, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.btn:not(:disabled):not(.disabled):active:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.btn:not(:disabled):not(.disabled):active, #sliding-popup .popup-content #popup-buttons .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.agree-button:not(.has-close), .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a #sliding-popup .popup-content #popup-buttons span.agree-button:not(.has-close), #sliding-popup .popup-content #popup-buttons aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.agree-button, aside#vhm.vhm-variant3 .vhm__menu #sliding-popup .popup-content #popup-buttons ul > li.btn > a.agree-button, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.btn-primary:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.btn-primary, #sliding-popup .popup-content #popup-buttons .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.agree-button:not(:disabled):not(.disabled).active:not(.has-close), .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a #sliding-popup .popup-content #popup-buttons span.agree-button:not(:disabled):not(.disabled).active:not(.has-close), #sliding-popup .popup-content #popup-buttons aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.agree-button:not(:disabled):not(.disabled).active, aside#vhm.vhm-variant3 .vhm__menu #sliding-popup .popup-content #popup-buttons ul > li.btn > a.agree-button:not(:disabled):not(.disabled).active, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.btn-primary:not(:disabled):not(.disabled).active:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.btn-primary:not(:disabled):not(.disabled).active, #sliding-popup .popup-content #popup-buttons .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.agree-button:focus:not(.has-close), .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a #sliding-popup .popup-content #popup-buttons span.agree-button:focus:not(.has-close), #sliding-popup .popup-content #popup-buttons aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.agree-button:focus, aside#vhm.vhm-variant3 .vhm__menu #sliding-popup .popup-content #popup-buttons ul > li.btn > a.agree-button:focus, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.btn-primary:focus:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.btn-primary:focus, #sliding-popup .popup-content #popup-buttons .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.agree-button:not(:disabled):not(.disabled):active:not(.has-close), .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a #sliding-popup .popup-content #popup-buttons span.agree-button:not(:disabled):not(.disabled):active:not(.has-close), #sliding-popup .popup-content #popup-buttons aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.agree-button:not(:disabled):not(.disabled):active, aside#vhm.vhm-variant3 .vhm__menu #sliding-popup .popup-content #popup-buttons ul > li.btn > a.agree-button:not(:disabled):not(.disabled):active, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.btn-primary:not(:disabled):not(.disabled):active:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.btn-primary:not(:disabled):not(.disabled):active, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span:not(.has-close), .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a.active span:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span:not(:disabled):not(.disabled).active:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a:not(:disabled):not(.disabled).active, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span:focus:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a:focus, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span:not(:disabled):not(.disabled):active:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a:not(:disabled):not(.disabled):active {
      background-color: transparent;
      background: linear-gradient(223.48deg, #B4EC51 0%, #288B6D 100%);
      border: none;
      color: #fff;
      -webkit-transition: all .3s ease-in;
      transition: all .3s ease-in;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .btn.btn-primary:hover, #sliding-popup .popup-content #popup-buttons .btn.agree-button:hover, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.btn:hover:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.btn:hover, #sliding-popup .popup-content #popup-buttons .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.agree-button:hover:not(.has-close), .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a #sliding-popup .popup-content #popup-buttons span.agree-button:hover:not(.has-close), #sliding-popup .popup-content #popup-buttons aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.agree-button:hover, aside#vhm.vhm-variant3 .vhm__menu #sliding-popup .popup-content #popup-buttons ul > li.btn > a.agree-button:hover, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.btn-primary:hover:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.btn-primary:hover, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span:hover:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a:hover {
      color: #fff;
      background: linear-gradient(223.48deg, #B4EC51 0%, #288B6D 50%); }
  .btn.btn-white, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.btn-white:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.btn-white {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    .btn.btn-white:hover, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.btn-white:hover:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.btn-white:hover {
      background-color: transparent;
      border-color: #d3d3d3;
      color: #fff; }
  .btn.btn-outline-white, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.btn-outline-white:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.btn-outline-white {
    border: 1px solid #d3d3d3;
    background-color: transparent;
    color: #fff;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    .btn.btn-outline-white:hover, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.btn-outline-white:hover:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.btn-outline-white:hover {
      background-color: #fff;
      border-color: #fff;
      color: #000; }
  .btn.btn-lg, .btn-group-lg > .btn, form.webform-submission-form .webform-actions .btn.webform-button--submit, form.webform-submission-form .form-actions .btn.webform-button--submit, .views-exposed-form .form-row .col input.btn.form-submit:not(.btn-reset), .views-exposed-form .form-row .col input.btn.form-submit.btn-reset, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a .btn-group-lg > span.btn:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn.btn-group-lg > a.btn, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.btn-lg:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.btn-lg, form.webform-submission-form .webform-actions .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.webform-button--submit:not(.has-close), .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a form.webform-submission-form .webform-actions span.webform-button--submit:not(.has-close), form.webform-submission-form .webform-actions aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.webform-button--submit, aside#vhm.vhm-variant3 .vhm__menu form.webform-submission-form .webform-actions ul > li.btn > a.webform-button--submit, form.webform-submission-form .form-actions .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.webform-button--submit:not(.has-close), .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a form.webform-submission-form .form-actions span.webform-button--submit:not(.has-close), form.webform-submission-form .form-actions aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.webform-button--submit, aside#vhm.vhm-variant3 .vhm__menu form.webform-submission-form .form-actions ul > li.btn > a.webform-button--submit {
    padding-top: 15px;
    padding-top: 0.9375rem;
    padding-bottom: 11px;
    padding-bottom: 0.6875rem;
    font-size: 20px;
    font-size: 1.25rem; }
    html[dir=rtl] .btn.btn-lg, html[dir=rtl] .btn-group-lg > .btn, html[dir=rtl] form.webform-submission-form .webform-actions .btn.webform-button--submit, form.webform-submission-form .webform-actions html[dir=rtl] .btn.webform-button--submit, html[dir=rtl] form.webform-submission-form .form-actions .btn.webform-button--submit, form.webform-submission-form .form-actions html[dir=rtl] .btn.webform-button--submit, html[dir=rtl] .views-exposed-form .form-row .col input.btn.form-submit:not(.btn-reset), .views-exposed-form .form-row .col html[dir=rtl] input.btn.form-submit:not(.btn-reset), html[dir=rtl] .views-exposed-form .form-row .col input.btn.form-submit.btn-reset, .views-exposed-form .form-row .col html[dir=rtl] input.btn.form-submit.btn-reset, html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a .btn-group-lg > span.btn:not(.has-close), .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a html[dir=rtl] .btn-group-lg > span.btn:not(.has-close), html[dir=rtl] aside#vhm.vhm-variant3 .vhm__menu ul > li.btn.btn-group-lg > a.btn, aside#vhm.vhm-variant3 .vhm__menu html[dir=rtl] ul > li.btn.btn-group-lg > a.btn, html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.btn-lg:not(.has-close), .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a html[dir=rtl] span.btn-lg:not(.has-close), html[dir=rtl] aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.btn-lg, aside#vhm.vhm-variant3 .vhm__menu html[dir=rtl] ul > li.btn > a.btn-lg, html[dir=rtl] form.webform-submission-form .webform-actions .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.webform-button--submit:not(.has-close), form.webform-submission-form .webform-actions .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a html[dir=rtl] span.webform-button--submit:not(.has-close), html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a form.webform-submission-form .webform-actions span.webform-button--submit:not(.has-close), .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a form.webform-submission-form .webform-actions html[dir=rtl] span.webform-button--submit:not(.has-close), html[dir=rtl] form.webform-submission-form .webform-actions aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.webform-button--submit, form.webform-submission-form .webform-actions aside#vhm.vhm-variant3 .vhm__menu html[dir=rtl] ul > li.btn > a.webform-button--submit, html[dir=rtl] aside#vhm.vhm-variant3 .vhm__menu form.webform-submission-form .webform-actions ul > li.btn > a.webform-button--submit, aside#vhm.vhm-variant3 .vhm__menu form.webform-submission-form .webform-actions html[dir=rtl] ul > li.btn > a.webform-button--submit, html[dir=rtl] form.webform-submission-form .form-actions .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.webform-button--submit:not(.has-close), form.webform-submission-form .form-actions .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a html[dir=rtl] span.webform-button--submit:not(.has-close), html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a form.webform-submission-form .form-actions span.webform-button--submit:not(.has-close), .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a form.webform-submission-form .form-actions html[dir=rtl] span.webform-button--submit:not(.has-close), html[dir=rtl] form.webform-submission-form .form-actions aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.webform-button--submit, form.webform-submission-form .form-actions aside#vhm.vhm-variant3 .vhm__menu html[dir=rtl] ul > li.btn > a.webform-button--submit, html[dir=rtl] aside#vhm.vhm-variant3 .vhm__menu form.webform-submission-form .form-actions ul > li.btn > a.webform-button--submit, aside#vhm.vhm-variant3 .vhm__menu form.webform-submission-form .form-actions html[dir=rtl] ul > li.btn > a.webform-button--submit {
      padding-top: 12px;
      padding-top: 0.75rem;
      padding-bottom: 12px;
      padding-bottom: 0.75rem;
      font-size: 16px;
      font-size: 1rem; }
  .btn.btn-sm, .btn-group-sm > .btn, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a .btn-group-sm > span.btn:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn.btn-group-sm > a.btn, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.btn-sm:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.btn-sm {
    padding-top: 5px;
    padding-top: 0.3125rem;
    padding-bottom: 2px;
    padding-bottom: 0.125rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "DIN Next LT W01 Regular", "Arial"; }
    html[dir=rtl] .btn.btn-sm, html[dir=rtl] .btn-group-sm > .btn, html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a .btn-group-sm > span.btn:not(.has-close), .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a html[dir=rtl] .btn-group-sm > span.btn:not(.has-close), html[dir=rtl] aside#vhm.vhm-variant3 .vhm__menu ul > li.btn.btn-group-sm > a.btn, aside#vhm.vhm-variant3 .vhm__menu html[dir=rtl] ul > li.btn.btn-group-sm > a.btn, html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.btn-sm:not(.has-close), .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a html[dir=rtl] span.btn-sm:not(.has-close), html[dir=rtl] aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.btn-sm, aside#vhm.vhm-variant3 .vhm__menu html[dir=rtl] ul > li.btn > a.btn-sm {
      padding-top: 3px;
      padding-top: 0.1875rem;
      padding-bottom: 3px;
      padding-bottom: 0.1875rem; }
  .btn.js-has-icon, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.js-has-icon:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.js-has-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .btn.js-has-icon i, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.js-has-icon:not(.has-close) i, aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.js-has-icon i {
      font-weight: bold;
      position: relative;
      top: -3px; }
      html[dir=rtl] .btn.js-has-icon i, html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.js-has-icon:not(.has-close) i, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a html[dir=rtl] span.js-has-icon:not(.has-close) i, html[dir=rtl] aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.js-has-icon i, aside#vhm.vhm-variant3 .vhm__menu html[dir=rtl] ul > li.btn > a.js-has-icon i {
        position: static; }
  .btn:focus, .btn:active, .btn:visited, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span:focus:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a:focus, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span:active:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a:active, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span:visited:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a:visited {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn.btn-empty, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.btn-empty:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.btn-empty {
    background-color: transparent;
    color: #007732; }
  .btn.btn-round, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span.btn-round:not(.has-close), aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a.btn-round {
    border-radius: 20px;
    min-width: 150px; }

.btn.icon-right {
  position: relative;
  padding-right: 45px;
  padding-right: 2.8125rem; }
  .btn.icon-right::before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  html[dir=rtl] .btn.icon-right {
    padding-right: 1.125rem;
    padding-left: 45px;
    padding-left: 2.8125rem; }
    html[dir=rtl] .btn.icon-right::before {
      content: "";
      right: auto;
      left: 10px; }

.btn.icon-left {
  position: relative;
  padding-left: 45px;
  padding-left: 2.8125rem; }
  .btn.icon-left::before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  html[dir=rtl] .btn.icon-left {
    padding-left: 1.125rem;
    padding-right: 45px;
    padding-right: 2.8125rem; }
    html[dir=rtl] .btn.icon-left::before {
      content: "";
      left: auto;
      right: 10px; }

.btn-with-icon, .btn-with-icon.prefix {
  display: inline-block;
  padding: 13px 15px 13px 58px;
  padding: 0.8125rem 0.9375rem 0.8125rem 3.625rem;
  border: 1px solid #cbcbcb;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  font-family: "DIN Next LT W01 Regular", sans-serif !important;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.375rem;
  position: relative;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  text-decoration: none;
  white-space: normal; }
  @media (max-width: 991.98px) {
    .btn-with-icon, .btn-with-icon.prefix {
      padding-top: 11px;
      padding-top: 0.6875rem;
      padding-bottom: 7px;
      padding-bottom: 0.4375rem;
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem;
      border: 1px solid gray; } }
  .btn-with-icon:hover, .btn-with-icon.prefix:hover {
    background-color: #007732;
    border-color: #007732;
    color: #fff;
    text-decoration: none; }
    .btn-with-icon:hover:before, .btn-with-icon.prefix:hover:before {
      border-color: #fff; }
  .btn-with-icon:before, .btn-with-icon.prefix:before {
    position: absolute;
    top: 50%;
    left: 17px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-block;
    padding-right: 12px;
    padding-right: 0.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid #cbcbcb;
    font-family: 'vactory';
    -webkit-transition: border .3s ease-in;
    transition: border .3s ease-in; }
  .btn-with-icon.suffix, .btn-with-icon.prefix.suffix {
    padding: 16px 58px 11px 15px;
    padding: 1rem 3.625rem 0.6875rem 0.9375rem; }
    @media (max-width: 991.98px) {
      .btn-with-icon.suffix, .btn-with-icon.prefix.suffix {
        padding-top: 11px;
        padding-top: 0.6875rem;
        padding-bottom: 7px;
        padding-bottom: 0.4375rem; } }
    .btn-with-icon.suffix:before, .btn-with-icon.prefix.suffix:before {
      left: auto;
      right: 17px;
      border-right: 0;
      border-left: 1px solid #cbcbcb;
      padding-right: 0;
      padding-left: 12px;
      padding-left: 0.75rem; }

.vf-go-messagerie {
  display: none !important;
  /* desactivation temporarire */
  position: fixed;
  right: 15px;
  bottom: 2em;
  z-index: 2; }
  html[dir=rtl] .vf-go-messagerie {
    right: auto;
    left: 15px; }
    @media (max-width: 575.98px) {
      html[dir=rtl] .vf-go-messagerie {
        left: 5px; } }
  body.stickybar .vf-go-messagerie {
    bottom: 83px; }
  .vf-go-messagerie a.btn.btn-primary, .vf-go-messagerie #sliding-popup .popup-content #popup-buttons a.btn.agree-button, #sliding-popup .popup-content #popup-buttons .vf-go-messagerie a.btn.agree-button {
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 8px;
    padding: 0.5rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (min-width: 992px) {
    .vf-go-messagerie, body.stickybar .vf-go-messagerie {
      right: 30px;
      bottom: 2em; }
      html[dir=rtl] .vf-go-messagerie, html[dir=rtl] body.stickybar .vf-go-messagerie {
        right: auto;
        left: 30px; }
    .vf-go-messagerie a.btn.btn-primary, .vf-go-messagerie #sliding-popup .popup-content #popup-buttons a.btn.agree-button, #sliding-popup .popup-content #popup-buttons .vf-go-messagerie a.btn.agree-button {
      width: 50px;
      height: 50px;
      font-size: 25px;
      font-size: 1.5625rem;
      padding: 13px;
      padding: 0.8125rem;
      border-radius: 50%; } }

.vf-go-back-top {
  z-index: 1090;
  position: fixed;
  bottom: 33px;
  right: 15px;
  text-decoration: none;
  display: none; }
  html[dir=rtl] .vf-go-back-top {
    right: auto;
    left: 15px; }
    @media (max-width: 575.98px) {
      html[dir=rtl] .vf-go-back-top {
        left: 5px; } }
  body.stickybar .vf-go-back-top {
    bottom: 83px; }
  .vf-go-back-top a {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 8px;
    padding: 0.5rem;
    border: 1px solid #007732;
    border-radius: 50%;
    color: #007732;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: background .3s ease-in, color .3s ease-in;
    transition: background .3s ease-in, color .3s ease-in;
    background-color: #fff; }
    .vf-go-back-top a:hover {
      background-color: #007732;
      color: #fff; }
    .vf-go-back-top a:before {
      content: "";
      font-family: 'vactory';
      font-size: 21px;
      font-size: 1.3125rem;
      -webkit-transform: rotateX(180deg);
              transform: rotateX(180deg); }
    .vf-go-back-top a span {
      display: none; }
  @media (min-width: 992px) {
    .vf-go-back-top, body.stickybar .vf-go-back-top {
      bottom: 40px;
      right: 30px; }
      html[dir=rtl] .vf-go-back-top, html[dir=rtl] body.stickybar .vf-go-back-top {
        right: auto;
        left: 30px; }
    .vf-go-back-top a {
      font-size: 25px;
      font-size: 1.5625rem;
      padding: 13px;
      padding: 0.8125rem;
      width: 50px;
      height: 50px; } }

.vf-network {
  z-index: 9;
  position: fixed;
  bottom: 85px;
  right: 15px;
  text-decoration: none;
  display: block;
  border: 1px solid #007732;
  border-radius: 40px;
  color: #007732;
  width: 40px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow: hidden; }
  .vf-network.active {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    height: auto;
    border-radius: 20px; }
    .vf-network.active .vf-addtoany-fixed.block.block--addtoanybuttons {
      height: 100%;
      max-height: -webkit-max-content;
      max-height: -moz-max-content;
      max-height: max-content; }
    .vf-network.active > a {
      background-color: #007732;
      color: #fff; }
      .vf-network.active > a:hover, .vf-network.active > a:focus {
        background-color: #007732;
        color: #fff; }
  .vf-network .vf-addtoany-fixed.block.block--addtoanybuttons {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    position: static; }
    .vf-network .vf-addtoany-fixed.block.block--addtoanybuttons .addtoany_list {
      padding-top: 20px; }
    .vf-network .vf-addtoany-fixed.block.block--addtoanybuttons .addtoany_list .icon {
      color: #007732;
      -webkit-transition: all .3s ease-in;
      transition: all .3s ease-in; }
  .vf-network > a {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 8px;
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .vf-network > a:before {
      content: "";
      font-family: 'vactory';
      font-size: 21px;
      font-size: 1.3125rem;
      position: relative;
      top: -2px; }
      html[dir=rtl] .vf-network > a:before {
        top: -5px; }
    .vf-network > a span {
      display: none; }
  html[dir=rtl] .vf-network {
    right: auto;
    left: 15px; }
    @media (max-width: 575.98px) {
      html[dir=rtl] .vf-network {
        left: 5px; } }
  body.stickybar .vf-network {
    bottom: 129px; }
  @media (min-width: 992px) {
    .vf-network {
      display: none; } }

.card {
  height: 100%;
  border: none;
  -webkit-box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .card {
      width: 100%; } }
  .card .card-image__wrapper,
  .card .inline-card__image,
  .card .card-image--inline {
    overflow: hidden; }
  .card > div > img {
    width: 100%;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .card .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    padding: 1.25rem; }
    .card .card-body .card-subtitle-date {
      margin-bottom: 10px;
      margin-bottom: 0.625rem; }
    .card .card-body .card-subtitle {
      margin-right: 8px;
      margin-right: 0.5rem; }
      html[dir=rtl] .card .card-body .card-subtitle {
        margin-right: 0;
        margin-left: 8px;
        margin-left: 0.5rem; }
    .card .card-body .card-date {
      padding-bottom: 5px;
      padding-bottom: 0.3125rem;
      margin-bottom: 0; }
    .card .card-body .card-text {
      color: #000;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 20px;
      line-height: 1.25rem;
      margin-bottom: 23px;
      margin-bottom: 1.4375rem;
      font-family: "DIN Next LT W01 Light", "arial";
      letter-spacing: .34px;
      color: #000; }
      html[dir=rtl] .card .card-body .card-text {
        letter-spacing: normal;
        line-height: 25px;
        line-height: 1.5625rem; }
    .card .card-body .card-title {
      margin-bottom: 6px;
      margin-bottom: 0.375rem;
      font-family: "DINNextW01-CondensedMed", "arial"; }
      html[dir=rtl] .card .card-body .card-title {
        font-weight: 600;
        margin-bottom: 15px;
        margin-bottom: 0.9375rem; }
      .card .card-body .card-title a {
        color: inherit; }
        .card .card-body .card-title a:hover {
          color: #007732; }
    .card .card-body .card-read-more {
      margin-top: auto; }
      .card .card-body .card-read-more a::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%; }
  .card:not(.card-no-scaling-img):hover > div > img {
    -webkit-transform: scale(1.14);
        -ms-transform: scale(1.14);
            transform: scale(1.14); }

.card--inline .card-image--inline {
  overflow: hidden; }
  .card--inline .card-image--inline img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.date-pos {
  padding: 10px;
  padding: 0.625rem;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  border-radius: 4px;
  text-align: center; }
  html[dir=rtl] .date-pos {
    right: auto;
    left: 10px; }

.date-pos span {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem; }

.slick-slider .card {
  width: 100%;
  height: auto; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .slick-slider .card {
      height: 100%; } }

.vactory-news-block .slick-slide {
  padding-bottom: 10px;
  padding-bottom: 0.625rem; }

@media (min-width: 992px) {
  .card.card-search .card-read-more {
    margin-top: 0; }
    .card.card-search .card-read-more .permalink, .card.card-search .card-read-more #sliding-popup .popup-content #popup-text p a, #sliding-popup .popup-content #popup-text p .card.card-search .card-read-more a {
      white-space: nowrap;
      margin-left: 20px;
      margin-left: 1.25rem; }
      .card.card-search .card-read-more .permalink:before, .card.card-search .card-read-more #sliding-popup .popup-content #popup-text p a:before, #sliding-popup .popup-content #popup-text p .card.card-search .card-read-more a:before {
        display: none; }
      html[dir=rtl] .card.card-search .card-read-more .permalink, html[dir=rtl] .card.card-search .card-read-more #sliding-popup .popup-content #popup-text p a, #sliding-popup .popup-content #popup-text p html[dir=rtl] .card.card-search .card-read-more a {
        margin-left: 0;
        margin-right: 20px;
        margin-right: 1.25rem; }
  .card--inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .card--inline .card-image--inline {
    -ms-flex-preferred-size: 41%;
        flex-basis: 41%; }
  .card--inline .card-body--inline {
    -ms-flex-preferred-size: 59%;
        flex-basis: 59%; } }

#sliding-popup.sliding-popup-bottom {
  background: #fff;
  -webkit-box-shadow: 1px 3px 12px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 3px 12px 0 rgba(0, 0, 0, 0.14); }

#sliding-popup .popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 30px !important;
  padding: 0.9375rem 1.875rem !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  #sliding-popup .popup-content #popup-text {
    margin-bottom: 10px;
    text-align: left; }
    html[dir=rtl] #sliding-popup .popup-content #popup-text {
      text-align: right; }
    #sliding-popup .popup-content #popup-text h2 {
      color: #000; }
    #sliding-popup .popup-content #popup-text p {
      font-size: 18px;
      color: #000;
      margin-bottom: 9px;
      display: inline; }
      #sliding-popup .popup-content #popup-text p:last-child {
        margin-bottom: 0; }
    #sliding-popup .popup-content #popup-text .find-more-button {
      display: inline;
      white-space: nowrap; }
  #sliding-popup .popup-content #popup-buttons {
    margin-right: auto; }
    #sliding-popup .popup-content #popup-buttons .agree-button {
      padding-right: 51px;
      padding-right: 3.1875rem;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      position: relative; }
      #sliding-popup .popup-content #popup-buttons .agree-button:hover:after {
        color: #007732; }
      #sliding-popup .popup-content #popup-buttons .agree-button:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        font-size: 15px;
        font-size: 0.9375rem;
        color: #fff;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        font-family: 'vactory';
        -webkit-transition: color 300ms ease-in;
        transition: color 300ms ease-in; }

@media (min-width: 992px) {
  #sliding-popup .popup-content {
    padding: 15px 50px !important;
    padding: 0.9375rem 3.125rem !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #sliding-popup .popup-content #popup-text {
      margin-bottom: 0;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    #sliding-popup .popup-content #popup-buttons {
      margin-left: 0 !important;
      margin-right: 0; } }

.datepicker {
  border-radius: 0;
  direction: ltr; }
  .datepicker-inline {
    width: 220px; }
  .datepicker-rtl {
    direction: rtl; }
    .datepicker-rtl.dropdown-menu {
      left: auto; }
    .datepicker-rtl table tr td span {
      float: right; }
  .datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 20px 22px; }
    .datepicker-dropdown:before, .datepicker-dropdown:after {
      content: '';
      display: inline-block;
      border-top: 0;
      position: absolute; }
    .datepicker-dropdown:before {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #c3c7cc;
      border-bottom-color: rgba(0, 0, 0, 0.2); }
    .datepicker-dropdown:after {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #fff; }
    .datepicker-dropdown.datepicker-orient-left:before {
      left: 6px; }
    .datepicker-dropdown.datepicker-orient-left:after {
      left: 7px; }
    .datepicker-dropdown.datepicker-orient-right:before {
      right: 6px; }
    .datepicker-dropdown.datepicker-orient-right:after {
      right: 7px; }
    .datepicker-dropdown.datepicker-orient-bottom:before {
      top: -7px; }
    .datepicker-dropdown.datepicker-orient-bottom:after {
      top: -6px; }
    .datepicker-dropdown.datepicker-orient-top:before {
      bottom: -7px;
      border-bottom: 0;
      border-top: 7px solid #c3c7cc; }
    .datepicker-dropdown.datepicker-orient-top:after {
      bottom: -6px;
      border-bottom: 0;
      border-top: 6px solid #fff; }
  .datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .datepicker table tr td {
      border-radius: 50%; }
    .datepicker table tr th {
      border-radius: 0;
      font-weight: 500; }
    .datepicker table tr td, .datepicker table tr th {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      width: 36px;
      height: 36px;
      border: none;
      text-align: center; }
  .table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent; }
  .datepicker table tr td.old, .datepicker table tr td.new {
    color: #c3c7cc; }
  .datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: #eceeef;
    cursor: pointer; }
  .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #e7e9ea;
    cursor: default; }
  .datepicker table tr td.highlighted {
    border-radius: 0; }
    .datepicker table tr td.highlighted.focused {
      background: #007732; }
    .datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
      background: #007732;
      color: #5A6169; }
  .datepicker table tr td.today {
    background: #5effa1; }
    .datepicker table tr td.today.focused {
      background: #f5f5f6; }
    .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
      background: #f5f5f6;
      color: #868e96; }
  .datepicker table tr td.range {
    background: #007732;
    color: #fff;
    border-radius: 0; }
    .datepicker table tr td.range.focused {
      background: #004e21; }
    .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active, .datepicker table tr td.range.day.disabled:hover {
      background: #00441d;
      color: #00aa47; }
  .datepicker table tr td.range.highlighted.focused {
    background: #cbd3da; }
  .datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
    background: #e9ecef;
    color: #e7e9ea; }
  .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
    background: #2196f3;
    color: #fff; }
  .datepicker table tr td.day.range-start {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .datepicker table tr td.day.range-end {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .datepicker table tr td.day.range-start.range-end {
    border-radius: 50%; }
  .datepicker table tr td.selected, .datepicker table tr td.selected.highlighted, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.day.range:hover {
    background: #007732;
    color: #fff; }
  .datepicker table tr td.active, .datepicker table tr td.active.highlighted, .datepicker table tr td.active:hover, .datepicker table tr td.active.highlighted:hover {
    background: #007732;
    color: #fff; }
  .datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    line-height: 3.375rem;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px; }
    .datepicker table tr td span:hover, .datepicker table tr td span.focused {
      background: #e9ecef; }
    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
      background: none;
      color: #e7e9ea;
      cursor: default; }
    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
    .datepicker table tr td span.old, .datepicker table tr td span.new {
      color: #868e96; }
  .datepicker .datepicker-switch {
    width: 145px; }
  .datepicker .datepicker-switch,
  .datepicker .prev,
  .datepicker .next,
  .datepicker tfoot tr th {
    cursor: pointer; }
    .datepicker .datepicker-switch:hover,
    .datepicker .prev:hover,
    .datepicker .next:hover,
    .datepicker tfoot tr th:hover {
      background: #e9ecef; }
  .datepicker .prev.disabled, .datepicker .next.disabled {
    visibility: hidden; }
  .datepicker .cw {
    font-size: 10px;
    font-size: 0.625rem;
    width: 12px;
    padding: 0 2px 0 5px;
    padding: 0 0.125rem 0 0.3125rem;
    vertical-align: middle; }

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

.custom-control,
.skinned-control.checkbox,
.skinned-control .checkbox,
.skinned-control .radio {
  min-height: 1.27778rem;
  padding-left: 2.1875rem; }
  html[dir=rtl] .custom-control, html[dir=rtl]
  .skinned-control.checkbox, html[dir=rtl]
  .skinned-control .checkbox, html[dir=rtl]
  .skinned-control .radio {
    padding-right: 2.1875rem; }
  .custom-control:hover,
  .skinned-control.checkbox:hover,
  .skinned-control .checkbox:hover,
  .skinned-control .radio:hover {
    cursor: pointer; }
  .custom-control .custom-control-label:before,
  .custom-control label::before,
  .skinned-control.checkbox .custom-control-label:before,
  .skinned-control.checkbox label::before,
  .skinned-control .checkbox .custom-control-label:before,
  .skinned-control .checkbox label::before,
  .skinned-control .radio .custom-control-label:before,
  .skinned-control .radio label::before {
    pointer-events: all; }

.custom-control-inline {
  margin-right: 1rem; }

.custom-control-input,
.skinned-control input[type="radio"],
.skinned-control input[type="checkbox"] {
  position: absolute;
  z-index: 0;
  opacity: 0;
  margin: 0;
  left: 0;
  width: 1.125rem;
  height: 1.125rem; }
  html[dir=rtl] .custom-control-input, html[dir=rtl]
  .skinned-control input[type="radio"], html[dir=rtl]
  .skinned-control input[type="checkbox"] {
    right: 0; }
  .custom-control-input:focus ~ label::before,
  .skinned-control input[type="radio"]:focus ~ label::before,
  .skinned-control input[type="checkbox"]:focus ~ label::before {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .custom-control-input:hover,
  .skinned-control input[type="radio"]:hover,
  .skinned-control input[type="checkbox"]:hover {
    cursor: pointer; }
  .custom-control-input:checked ~ .custom-control-label::before,
  .custom-control-input:checked ~ label::before,
  .skinned-control input[type="radio"]:checked ~ .custom-control-label::before,
  .skinned-control input[type="radio"]:checked ~ label::before,
  .skinned-control input[type="checkbox"]:checked ~ .custom-control-label::before,
  .skinned-control input[type="checkbox"]:checked ~ label::before {
    color: #fff;
    background-color: #FFF; }
  .custom-control-input:focus ~ .custom-control-label::before,
  .custom-control-input:focus ~ label::before,
  .skinned-control input[type="radio"]:focus ~ .custom-control-label::before,
  .skinned-control input[type="radio"]:focus ~ label::before,
  .skinned-control input[type="checkbox"]:focus ~ .custom-control-label::before,
  .skinned-control input[type="checkbox"]:focus ~ label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #007732;
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #007732; }
  .custom-control-input:active ~ .custom-control-label::before,
  .custom-control-input:active ~ label::before,
  .skinned-control input[type="radio"]:active ~ .custom-control-label::before,
  .skinned-control input[type="radio"]:active ~ label::before,
  .skinned-control input[type="checkbox"]:active ~ .custom-control-label::before,
  .skinned-control input[type="checkbox"]:active ~ label::before {
    color: #fff;
    background-color: transparent; }
  .custom-control-input:disabled ~ .custom-control-label,
  .custom-control-input:disabled ~ label,
  .skinned-control input[type="radio"]:disabled ~ .custom-control-label,
  .skinned-control input[type="radio"]:disabled ~ label,
  .skinned-control input[type="checkbox"]:disabled ~ .custom-control-label,
  .skinned-control input[type="checkbox"]:disabled ~ label {
    color: #868e96; }
    .custom-control-input:disabled ~ .custom-control-label:hover,
    .custom-control-input:disabled ~ label:hover,
    .skinned-control input[type="radio"]:disabled ~ .custom-control-label:hover,
    .skinned-control input[type="radio"]:disabled ~ label:hover,
    .skinned-control input[type="checkbox"]:disabled ~ .custom-control-label:hover,
    .skinned-control input[type="checkbox"]:disabled ~ label:hover {
      cursor: not-allowed; }
    .custom-control-input:disabled ~ .custom-control-label::before,
    .custom-control-input:disabled ~ label::before,
    .skinned-control input[type="radio"]:disabled ~ .custom-control-label::before,
    .skinned-control input[type="radio"]:disabled ~ label::before,
    .skinned-control input[type="checkbox"]:disabled ~ .custom-control-label::before,
    .skinned-control input[type="checkbox"]:disabled ~ label::before {
      background-color: #e9ecef; }

.skinned-control.is-invalid .radio label:before {
  border-color: #E30613; }

.was-validated .form-control:valid.is-invalid {
  border-color: #E30613; }

.custom-control-label,
.skinned-control.checkbox label,
.skinned-control .checkbox label,
.skinned-control .radio label {
  position: static;
  margin-bottom: 0; }
  .custom-control-label:hover,
  .skinned-control.checkbox label:hover,
  .skinned-control .checkbox label:hover,
  .skinned-control .radio label:hover {
    cursor: pointer; }
  .custom-control-label::before,
  .skinned-control.checkbox label::before,
  .skinned-control .checkbox label::before,
  .skinned-control .radio label::before {
    position: absolute;
    display: block;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    top: 0.07639rem;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 1px solid #C7C7C7;
    -webkit-transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
    transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
    html[dir=rtl] .custom-control-label::before, html[dir=rtl]
    .skinned-control.checkbox label::before, html[dir=rtl]
    .skinned-control .checkbox label::before, html[dir=rtl]
    .skinned-control .radio label::before {
      right: 0; }
  .custom-control-label::after,
  .skinned-control.checkbox label::after,
  .skinned-control .checkbox label::after,
  .skinned-control .radio label::after {
    position: absolute;
    content: "";
    display: block;
    top: 0.07639rem;
    left: -2.1875rem;
    width: 6px;
    height: 6px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }
    html[dir=rtl] .custom-control-label::after, html[dir=rtl]
    .skinned-control.checkbox label::after, html[dir=rtl]
    .skinned-control .checkbox label::after, html[dir=rtl]
    .skinned-control .radio label::after {
      right: 6px; }

.custom-checkbox .custom-control-label::before,
.custom-checkbox label::before,
.skinned-control.checkbox .custom-control-label::before,
.skinned-control.checkbox label::before,
.skinned-control .checkbox .custom-control-label::before,
.skinned-control .checkbox label::before {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.custom-checkbox .custom-control-label::after,
.custom-checkbox label::after,
.skinned-control.checkbox .custom-control-label::after,
.skinned-control.checkbox label::after,
.skinned-control .checkbox .custom-control-label::after,
.skinned-control .checkbox label::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 7px;
  width: 5px;
  height: 11px;
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(0);
      -ms-transform: rotate(45deg) scale(0);
          transform: rotate(45deg) scale(0);
  border-right: 3px solid #007732;
  border-bottom: 3px solid #007732;
  -webkit-transition: border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), -webkit-transform 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  transition: border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), -webkit-transform 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  transition: transform 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  transition: transform 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), -webkit-transform 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox input[type='checkbox']:checked ~ label::before,
.skinned-control.checkbox .custom-control-input:checked ~ .custom-control-label::before,
.skinned-control.checkbox input[type='checkbox']:checked ~ label::before,
.skinned-control .checkbox .custom-control-input:checked ~ .custom-control-label::before,
.skinned-control .checkbox input[type='checkbox']:checked ~ label::before {
  background-image: none; }

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before,
.custom-checkbox input[type='checkbox']:indeterminate ~ label::before,
.skinned-control.checkbox .custom-control-input:indeterminate ~ .custom-control-label::before,
.skinned-control.checkbox input[type='checkbox']:indeterminate ~ label::before,
.skinned-control .checkbox .custom-control-input:indeterminate ~ .custom-control-label::before,
.skinned-control .checkbox input[type='checkbox']:indeterminate ~ label::before {
  border: none;
  background-color: #007732; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after,
.custom-checkbox input[type='checkbox']:indeterminate ~ label::after,
.skinned-control.checkbox .custom-control-input:indeterminate ~ .custom-control-label::after,
.skinned-control.checkbox input[type='checkbox']:indeterminate ~ label::after,
.skinned-control .checkbox .custom-control-input:indeterminate ~ .custom-control-label::after,
.skinned-control .checkbox input[type='checkbox']:indeterminate ~ label::after {
  content: '';
  position: absolute;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
  background-color: #fff;
  border: none;
  width: 10px;
  height: 2px;
  top: 11px;
  left: 4px;
  opacity: 1;
  -webkit-transition: none;
  transition: none; }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before,
.custom-checkbox input[type='checkbox']:disabled:checked ~ label::before,
.skinned-control.checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before,
.skinned-control.checkbox input[type='checkbox']:disabled:checked ~ label::before,
.skinned-control .checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before,
.skinned-control .checkbox input[type='checkbox']:disabled:checked ~ label::before {
  background: #e9ecef;
  border-color: #e9ecef; }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::after,
.custom-checkbox input[type='checkbox']:disabled:checked ~ label::after,
.skinned-control.checkbox .custom-control-input:disabled:checked ~ .custom-control-label::after,
.skinned-control.checkbox input[type='checkbox']:disabled:checked ~ label::after,
.skinned-control .checkbox .custom-control-input:disabled:checked ~ .custom-control-label::after,
.skinned-control .checkbox input[type='checkbox']:disabled:checked ~ label::after {
  border-color: #e9ecef; }

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

.custom-radio .custom-control-label::after,
.custom-radio label::after,
.skinned-control .radio .custom-control-label::after,
.skinned-control .radio label::after {
  content: '';
  border-radius: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  background-image: none !important;
  position: absolute;
  background: #fff;
  width: 8px;
  height: 8px;
  top: 7px;
  left: 6px;
  -webkit-transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  opacity: 0;
  transform: scale(0); }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio input[type='radio']:checked ~ label::before,
.skinned-control .radio .custom-control-input:checked ~ .custom-control-label::before,
.skinned-control .radio input[type='radio']:checked ~ label::before {
  background-color: #FFF; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after,
.custom-radio input[type='radio']:checked ~ label::after,
.skinned-control .radio .custom-control-input:checked ~ .custom-control-label::after,
.skinned-control .radio input[type='radio']:checked ~ label::after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  background-color: #007732; }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:disabled:checked ~ label::before,
.custom-radio input[type='radio']:disabled:checked ~ .custom-control-label::before,
.custom-radio input[type='radio']:disabled:checked ~ label::before,
.skinned-control .radio .custom-control-input:disabled:checked ~ .custom-control-label::before,
.skinned-control .radio .custom-control-input:disabled:checked ~ label::before,
.skinned-control .radio input[type='radio']:disabled:checked ~ .custom-control-label::before,
.skinned-control .radio input[type='radio']:disabled:checked ~ label::before {
  background-color: #a8aeb4; }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before,
.custom-radio input[type='radio']:disabled:checked ~ label::before,
.skinned-control .radio .custom-control-input:disabled:checked ~ .custom-control-label::before,
.skinned-control .radio input[type='radio']:disabled:checked ~ label::before {
  background: #e9ecef;
  border-color: #e9ecef; }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::after,
.custom-radio input[type='radio']:disabled:checked ~ label::after,
.skinned-control .radio .custom-control-input:disabled:checked ~ .custom-control-label::after,
.skinned-control .radio input[type='radio']:disabled:checked ~ label::after {
  background-color: #fff; }

.custom-select {
  height: calc(2.26562rem + 0.125rem);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.2;
  color: #000;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 0.0625rem solid #C7C7C7;
  font-weight: 400;
  font-size: 0.95rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  border-radius: 0; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-select {
      -webkit-transition: none;
      transition: none; } }
  .custom-select:focus {
    border-color: #C7C7C7;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(199, 199, 199, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(199, 199, 199, 0.5); }
    .custom-select:focus::-ms-value {
      color: #000;
      background-color: #fff; }
  .custom-select:hover:not(:focus):not(:disabled) {
    cursor: pointer;
    border-color: #a1a1a1; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    padding-right: 0.75rem; }
  .custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef; }

.custom-select-sm {
  height: calc(2.0125rem + 0.125rem);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem; }

.custom-select-lg {
  height: calc(3.375rem + 0.125rem);
  font-size: 1.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 53px;
  margin-bottom: 0;
  font-size: 0.95rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-file {
      -webkit-transition: none;
      transition: none; } }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 14rem;
  height: 53px;
  margin: 0;
  padding: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #C7C7C7;
    color: #000;
    -webkit-box-shadow: 0 0 0 0.2rem #007732;
            box-shadow: 0 0 0 0.2rem #007732; }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #C7C7C7;
      color: #007732;
      background: white; }
    .custom-file-input:focus ~ .custom-file-label:hover {
      border-color: #C7C7C7; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input:not(:disabled):hover {
    cursor: pointer; }
    .custom-file-input:not(:disabled):hover ~ .custom-file-label,
    .custom-file-input:not(:disabled):hover ~ .custom-file-label:before {
      border-color: #a1a1a1; }
  .custom-file-input:disabled + .custom-file-label {
    color: #868e96;
    background-color: #f8f9fa; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 53px;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  border: 0.0625rem solid #C7C7C7;
  font-weight: 400;
  -webkit-box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: border-color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), -webkit-box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  transition: border-color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), -webkit-box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  transition: box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border-color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  transition: box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border-color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), -webkit-box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-file-label {
      -webkit-transition: none;
      transition: none; } }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    content: "Browse";
    padding: 0.5rem 1rem;
    height: 100%;
    line-height: 1.5;
    color: #000;
    border-left: 0.0625rem solid #C7C7C7;
    background-color: #e9ecef;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0; }

.custom-toggle {
  position: relative;
  padding-left: 3.75rem; }
  .custom-toggle .custom-control-label::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 3.125rem;
    height: 1.75rem;
    background: #fff;
    border-radius: 100px;
    border: 0.0625rem solid #C7C7C7; }
  .custom-toggle .custom-control-label::after {
    content: '';
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
    background: #C7C7C7;
    border-radius: 6.25rem;
    -webkit-transition: 350ms;
    transition: 350ms; }
  .custom-toggle .custom-control-input:checked ~ .custom-control-label::before {
    background: #007732;
    border-color: #007732; }
  .custom-toggle .custom-control-input:checked ~ .custom-control-label::after {
    left: 2.875rem;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    background: #fff; }
  .custom-toggle .custom-control-input:checked:disabled ~ .custom-control-label::before {
    background: #e9ecef;
    border-color: #e9ecef; }
  .custom-toggle .custom-control-input:checked:disabled ~ .custom-control-label::after {
    background: #e9ecef; }
  .custom-toggle .custom-control-input:active:not(:disabled) ~ .custom-control-label::after {
    width: 1.625rem; }
  .custom-toggle .custom-control-input:active:not(:checked) ~ .custom-control-label::before {
    background-color: #fff; }
  .custom-toggle .custom-control-input:disabled:active ~ .custom-control-label::before {
    background-color: #e9ecef; }
  .custom-toggle .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0.313rem 0.719rem rgba(0, 119, 50, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
            box-shadow: 0 0.313rem 0.719rem rgba(0, 119, 50, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06); }
  .custom-toggle .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem #007732;
            box-shadow: 0 0 0 0.2rem #007732; }
  .custom-toggle.custom-toggle-sm {
    padding-left: 2.625rem; }
    .custom-toggle.custom-toggle-sm .custom-control-label::before {
      top: .1875rem;
      position: absolute;
      display: block;
      width: 2.1875rem;
      height: 1.125rem;
      background: #fff;
      border-radius: 100px;
      border: 0.0625rem solid #C7C7C7; }
    .custom-toggle.custom-toggle-sm .custom-control-label::after {
      content: '';
      position: absolute;
      top: .375rem;
      left: 0.1875rem;
      width: 0.75rem;
      height: 0.75rem; }
    .custom-toggle.custom-toggle-sm .custom-control-input:checked ~ .custom-control-label::after {
      left: 1.9375rem; }
    .custom-toggle.custom-toggle-sm .custom-control-input:active:not(:disabled) ~ .custom-control-label::after {
      width: 1rem; }

.form-check-input.is-invalid ~ label {
  color: #E30613; }

.form-check-input.is-valid ~ label {
  color: #007732; }

.bootstrap-select .dropdown-toggle.is-invalid {
  color: #E30613;
  border-color: #E30613; }

.bootstrap-select .dropdown-toggle.is-valid {
  color: #007732;
  border-color: #007732; }

.select-wrapper.is-invalid {
  color: #E30613;
  border-color: #E30613; }

.select-wrapper.is-valid {
  color: #007732;
  border-color: #007732; }

.animated-label {
  position: relative;
  margin-top: 20px; }
  .animated-label input,
  .animated-label textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0; }
    .animated-label input::-webkit-input-placeholder, .animated-label textarea::-webkit-input-placeholder {
      opacity: 0; }
    .animated-label input::-moz-placeholder, .animated-label textarea::-moz-placeholder {
      opacity: 0; }
    .animated-label input:-ms-input-placeholder, .animated-label textarea:-ms-input-placeholder {
      opacity: 0; }
    .animated-label input::-ms-input-placeholder, .animated-label textarea::-ms-input-placeholder {
      opacity: 0; }
    .animated-label input::placeholder,
    .animated-label textarea::placeholder {
      opacity: 0; }
    .animated-label input ~ label,
    .animated-label textarea ~ label {
      position: absolute;
      top: 10px;
      left: 10px;
      -webkit-transform-origin: bottom left;
          -ms-transform-origin: bottom left;
              transform-origin: bottom left;
      pointer-events: none;
      -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    .animated-label input:focus,
    .animated-label textarea:focus {
      border-color: #C7C7C7;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .animated-label input:focus ~ label,
  .animated-label textarea:focus ~ label,
  .animated-label label.animated {
    -webkit-transform: scale(0.75) translateY(-50px);
        -ms-transform: scale(0.75) translateY(-50px);
            transform: scale(0.75) translateY(-50px);
    color: #007732; }
  .animated-label input.is-invalid,
  .animated-label textarea.is-invalid {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #E30613; }
    .animated-label input.is-invalid:focus,
    .animated-label textarea.is-invalid:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .animated-label input.is-invalid ~ label,
    .animated-label textarea.is-invalid ~ label {
      color: #E30613; }
  .animated-label input.is-valid,
  .animated-label textarea.is-valid {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #007732; }
    .animated-label input.is-valid:focus,
    .animated-label textarea.is-valid:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .animated-label input.is-valid ~ label,
    .animated-label textarea.is-valid ~ label {
      color: #007732; }

/* Date Picker Default Styles */
.ui-datepicker {
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 0; }
  .ui-datepicker * {
    padding: 0;
    font-family: "Open Sans", sans-serif;
    border-radius: 0; }
  .ui-datepicker table {
    font-size: 13px;
    margin: 0; }
  .ui-datepicker .ui-datepicker-header {
    border: none;
    background: #222;
    color: #fff;
    font-weight: normal; }
    .ui-datepicker .ui-datepicker-header .ui-state-hover {
      background: #222;
      border-color: transparent;
      cursor: pointer;
      border-radius: 0; }
  .ui-datepicker thead {
    background: #222;
    color: #fff; }
  .ui-datepicker .ui-datepicker-title {
    margin-top: .4em;
    margin-bottom: .3em;
    color: #fff;
    font-size: 14px; }
  .ui-datepicker .ui-datepicker-prev-hover,
  .ui-datepicker .ui-datepicker-next-hover,
  .ui-datepicker .ui-datepicker-next,
  .ui-datepicker .ui-datepicker-prev {
    height: 1em;
    top: .9em;
    border: none; }
  .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px; }
  .ui-datepicker .ui-datepicker-next-hover {
    right: 2px; }
  .ui-datepicker .ui-datepicker-next span,
  .ui-datepicker .ui-datepicker-prev span {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAQAAABFnnJAAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AABe4SURBVHja7V1diCXHdf56vbZmVl6nxwKFO2yyq1mM4qAwM7oDsR6C7iYIKesH3V1QHgyBu5YYJwHjrB9NQCuByIthHbAga6TZxeBgHMJKISZ+SDIb1oQgRtoVgtjGyD8PmSGQMIpfJmCLk4f+q6o+daq6+965P1VfM3Pv7VN16ud8Vd1dp6o6IUSEjBPTzkDEdBEJEDgiAXT0QOhNOxPHiUgAFT3sA9gPiQLjJsD0208Pbe9rM/OvwkaBQvP0yzhG6ASQO0AqDwmu9mOPT3nqPWsYV9qFEduVIDP/QU4BSfMC9REqAcbRAa520FDELdphc3SJCyRIcADgAAkSQXOXMs4ckrIxFEUs2oENBNSqR0WmJ2kVv2hltvRdaVPHvPtqdpVxjlD1AHIH6AupDbovH1nqkgllLd3apnQJUjV362dmDEnjOya5FUltsEqqbdtxa5Dbppx3uQ+sNLv6mblCcwLIoKlXTQ/7rQkmX4IKzdMv4xgxbgLMO3rYXyTzuhEJEDjiSGDgiAQIHJEAgSMSIHBEAgSOSIDAEQkQOOJ8ADPutPN/zGgyH8BvRoDLGdMT5wPIKbjN02U+gNsdnuV9oUjSbD6AnwdMrkK7gVYt3311u8zv0r5vfNq1L8xsgPp8gAz20fAilORvs8tdsX3mA0i5k1N3x5dBue7icyGgzwfgvus48OoF+DDu9ukzH0Bqf355s9OHnLMNmqQ0F2jjDJIcrrM+H0Ail6v/KUoe3cECpl85XecDTDv/x4zoDg4ccSAocEQCBI5IgMARCRA4IgECRyRA4IgECBwnp52BmQNNcZS/+1hp4/yf7BZ9IpUwzRyQMwftXUHumFMouX4JIED09fvsD0AtJE3RNg1X/jPTJ6IWNznaxvYrgU+oBnFPaAFcxU88CmCPn3hUkE8RSHD2+OQvEWT6Z7M0Com7BuQSygQiR2zA1Yi1/KuXAN/i22bruCspGUMHT6In0nUV7ZIDKmMnrFRNnUulaF72PJAgl3VXpZObgZrLBGh6E0gerccVyoed7dq4n3ETD+2SgXz0tq0BqQn66HbXQU3e5DGw6uJ8QvEyuQt0M1jW4epi/bpoVwtype5zE9kWboq75VoOTHdw6E8B851+i8fIOB8gcMSRwMARCRA4IgECRyRA4IgECByRAIEjEiBw6ItDi81Spwf3fuCThE8N+HhE28VzrY32TaURKgIUC6N8tntvVwHjQztdrpz71YC01Wzljes1jp35KYvDXoZe6xogI5cA+MWh8hJOH492jzk3PgrYdPltDWHPv18N2NLoGctre41iVyVw9UDdlqbXFujqQ8E+26m7lmDbFoj6zaRx58Cmx72FuzvnfhvS8z63umkTQ+5aWF4Zh1ufSJpm2WFsc1gn9TBNCeBfAUmDuH45kKvQJ3332n57+q7YLgK460A2oJsAMoEsBGj2FFBVQBuPVaLo4LWT9iml3wZVvtveQ0ipr+bS4grO7yAgpV/E5O8BXJqrvRuk9c1mLhvOB5AqQL+BkYovZ04qoqRDLZp72hdnAjcBpRIcGBtIHDTW4AfJvAfla2/8commlwA/XzU5t4iQr4JdYvtVL18Ov2tw9yltkp72L7Vx3wOwiPMBVPScb0xaOEQCBI44FBw4IgECRyRA4IgECByRAIEjEmDcmLPHKnM+gAuSv8qn6L2O/u5Jo3vuEsdg94yVvT4fQILkMfcZJSw8dqseC0zt6Lq4Sl4enjiXv7oNbIsvaZ8SqoEgNVvu3X7rg43q0sh2b//2HWgGJI+dK3ZiDaeetXk7pcWj5CX1L+mxgL8HsE06kP1V1aWhzaSFrOW4p03Z9zAg+Pr6kgZnuXS59N0rm2cS5vsCqips+gZu8xKSNIhbSP2WQLsXb7ffQkIyo6uH8Ncs7RFwzKh6ANVR2CZrrjcJuJ2tXa+OidKD8D2E/smFGE8r5lLQe48ZMb9+CTgoM8V14FkHn0334nEgzgfw8fa7t4eQUc0F4KdUyFVfXYTsu4sUIZOGUjVE2wk1EwHvDSRrB+7jLLXdBI7D2eo3a7HtjabPTSQAB0Fnxrg+iO5gHTPTNR8XIgECRxwKDhyRAIEjEiBwRAIEjkiAwDF7BEhny1u26DAJ4OfLllw25CW1hUhxeCxP4tPeB2Fm0Gy7eJ/tpBOsdMjPIQqSpGK4tlvWV1igN4B3gU4AeZRaHu0uWnWKQ5YCVA6U8mv3sq5/pQxxaIlffGu3qbra+/i9an7BURFA3+69jsofbtsyPUGSm/8DNi25a8+6/g+wIqydLVLn09dnFJha/LaPCA7FULDf6nYJxVwbm/nNuThmL+L6LZ2tS8xw5vYR0lvOg4I6JSxB3Uwm7FMZ/CZE2CeVmQSyTcngc+jaPkEn+IK9Ar4LqhdGqFVm32DE/dYL39dK2OQZBah2H1E4gvld+fX8+Lw2IgIAtz+A38r1ul/evUONJM1uHuUQurbE61wB9w5CgcL/hRH6rNjq+7hhv4voBv/tI4LCrM0HmJT5IyyYNQJEHDNmzxcQcayIBAgckQCBIxIgcCwSAfqlJ6A/Ef0nsZQfzd63OtPICDDMK24Xw9aaXnZ4+l0g3NBmCzQ1Yh975fc9Nna/Ez1O4ld4FEc4wqP4FUuBvjP3a7l0zZKGXe6KCTxnHHIKxtwOoqs0oAENSUUVtjo/JFgOKj+3tbhqCF57doyor8lHmrRPJvqN5HoOudytGfHXDPkSrRPREi0R0TotCTXAp1GHVEP+EjXEtncZyxAFk+8BAO5YJnPcxpdxD0CK2+W5O7hgZeMXLCOKy+W3o5rsJr4htL89ZBtLZNgHYU9LYQ9bSg8AbBlyN95Xcpfl0Ix/H8t4EEAf942wej6BLUbim5suL5+XsYb3y++lpoIA9/NPdRqGmuV7AH6EI3G2z1L+ecMa4qNC7Ct4D9uC/JLmSr6kUDHD2woFtvC2ISWoizP5FYYfxS/K759g8/AgPoEEp4RcXhRkpkeSl/MvoE4YLc0IXpj/D/DP6unqWnboUPAjHNXC6FnICLAiaLO1G8DVAwBvlRQgXMJbTIiCAnXzZ0iNz3rufl3M6Qb+G38I4B+xwcZ/GygpxOdgK++p9N7qOFCY/4+wrFPA936WM3+9AgG5o8razk9ZmasHKCgAi/mRpw7rTd5549PEEn6efzvLSB/Eu9jAfQAbeBcP4f8MuTkLqe0yU3dH7wrxOfxN7Vxm/i/gQQD/AADFBdz/MbBufrOAp3AKp7CMU9ZO8gE8gAcAcC3spsP8QA9v4RIu4S3LdM4+DjDEEAct7/OX8Vv5sVzLXw9nQPgFNrCBEyCcEaeUblmMf075s2EJLrhCfIs5l5H+Bj6G7wAALuBOJmj/RFsv4rIzzg+FkK4eoIcDIG/7B0z19zU5R4HfMD7NKspayQayOyK9n3gY9wH8pPx9HxvCjKIuHfxRxxD8hNmf5OXL7s9K86N8DEwdj1HuR5iXNfnL1scV+2PMjQk+BhYPSdWnLRd95hGQe4hzPeg1fQwGjayl9wmhlpDXXzwEDtSzs+MO7gP4HeX3e5YbqcmCAJxXWvr4tWeYztSUNbyvtX7E+QDBY5F8AREtEAkQOCIBAkckQOCIBFgsvIJXmkXQCZCC4FqYbQeVjoyujxZ9cB71LeXxte5vGxqPvUNDvm3IuUEn1Vu+NgE5APylo34GGLSut9P4Cr6C045QI4wwKn8pdZISUZ/6RJTWBhF2aSkfRrhG6zRkh0Fu5AMR23TDkMuebPPos+G3FE82EdEWOxBSHPX47oGcLMw6rdP6hORFmGxQx5QMqBiQS83hmtw6RNuEvHQpo/suERHdFWu3GEwa0TkCQU+gn4+h1dUT9RqNg3FyENGf5X9XrRXUp2wCSt+iH5YUXAYmAv07ge4R6N+InzJBtJ5L1gU5RPlpWqLTFnlR/SMaNa7BAtusfLsWe5tNf0hEI0qrkUTVHVw4Kfew1WqjFnWuAO85fAL7+DF+gJ/jPYtPsI89XMIbVpduF/wTfhffwwa+hyfwL9ZQ2Vj6hijXxyx1/LLmJ6wwwk0AyP/X6+9Q+8WDn21x1uMMAHwJwEp+eUzxAcoe4IYxmt6nG417ALWDs/UAV4noL4joFbaF9InY1j+uHuBvCfRdAn2Llpj0H3X0AIUcotzeA4y03JmXgIGS6wyDRuX7qib7KlOD5+hcPXUziX5OhHr1j4MAn6HfpM/R+fyvifn1WXE2AqRElFKaXy9N+XeI6Nv539/V5EX5bNfwSv64Q87Hr6692XG+IQFMd10q1JDsatLOmwrUT122RENCyaEBE0ImQN1f18T8ZvFkAvDys/Rdeph26WH6e/q0IV+t5W5trPLK/LAeuolTUW6T3s1vBE35iIpr/25bAsBxUJ6N1DM8b+C+Vb5lVDD3FJCWRecJYidghsccuesih8P8Pi73ggIpI3uKPsxv/LbpQ3qKIcBVGtXj+ibvNqh+H8rfg0qTlmXzmxTYqkld07plORFRz2GcLvKR0/yux8CKAqkl9nPl9+dqsa09kK87eB3v+gWM6IgBoHvsx4QRAOCWeTrOBwgc0RcQOCIBAkckQOCIBAgc4REgcxsPGMmgfDZ61EOPbTfFOburVgmwXlbAemt9NLUqSEHYyb/vwDar4Vq+qHS3RoHfxy4u4zI+hU/hh/h0LWZWO1fzX9mepeq+55v4LAhP4AkQPovNWnx5+4ph7cF+6JC7QgxraRgjQObZdSLapSEN6ZAqpwc34CENZpAzRPtjlOdrnR1UybBDoB1rLorhkHPsUNep8vgYOxa6Q8M8B5meAZO+fRyv8FKklmEw+UwVO7XoycYa+7k3B0z51BjrxXc1QDZKvENEh1YjTpMAxVgWn0Zh9uqzruGaONZ5gj5CCSX0ETrBGmRIIKJB6dPncicTQPWHmCuXMm9Iv6zjOgGgzaKoEyDTul2OyXIEOEOr+cEQYJhX4w4748dFAHJWgdu4cvx1Rcb1UDuKnDN/KuonSspjjUn9eh5rlx9SpWz3kOLgCWBPn8oZV7wGKn2cQwKdYwkAhQB8n7JOm7RZ+isZAuzkVcdP+XIxXA7RTMoTyOVTk1p/NeMpw8CQf5uI1vKD6DqjYVC6bLn0iU53IsBD+dmHyv9m7KL/GhLROUsPYK+/PhGdoTO0Smdok4iuZefV9wV8gBQ38fn8FknecR9OubSbuFvKpbBe7mOSrdE38U38cfn9+/g9TZYqM56AK/UxcazjS8qvl/EzIfWslszyrwD4EADwS2aDGcKKNs/KfMHFI9p5ws8MuT5f6Ca+bMzayrbwzybL7jHb+RMeB/BfAID/VGpX62APaUhD2qXZvAksWh+fxjfL1p/hrhG3n7f71Kp/s2w759jUd+gqUd4Odxh59vmQ5UbPnGhjtt/H6DHjv9x/NL8HGFKfNmmTNolos34JUK+xNvPP/lPAXSrmxnLVM3CksEPbtM1Op0IeO6MQRwESfpln12ohhrUOfGjEPFc7mt0DEA3Lw0IA31Y4LQLIR6q0+rtkes2z1uFTOlv+s57lkFIqbieTWtzP02eoJ9QSEZT7DF22lD8FZP/NbejqBDEpMhSlaum0MkZ3sIqH8BKAF/E/rHSEFdzM32aQ4n/xa9qbDVz3SIC+meUk5j23QCRA4AjPFxChIRIgcEQCBA6TAEPrfuEXcau8obwlbokaMU/QHhRuExHRbeYB5ou1h5AvTuVhLx5jPtQfz5TGfcYIdlF7eixwkVG4R0R71uR+6jkgA48Qx3/sKfTfm3puJkCA21T4nMw+4DWWAK8xCuWBoNowhNX8HEncy6tcIVxyor1yuGiPlfvlf46O6uszmoH1PsCGpgQAgV24WTd/vZ9Q19byBnSFGBHR07RET1s1+JVuQQmQXf8Lr7PeB+gFl6phm2zLwlTz7zKSQfnJXyZcxkFu+DQnAid/Ov/2tKBhT0hjgQkwIBOqAfwJwHfeuqZ7jEeuiGczvy8BUrL3MVSOsNf99RXsBOgT0R7t0R75+BXm5DArwPzelACuozBS3fyZ2W3mn4UeYIFvAqv2nyp+58oMX2cJ8HVGoasHsB1qD8THn/49gJuCc3hwRasX8ilW+hSj0FU5dqnU+nUDj1qH6PoUkIWZutHGT4A91sBqFTxfkz5vNeNASFCiR9ve43iPBSOAvzv4SQzx5/n3r+EN/Ou0xzCnhLbvAppRxPkAgSN6AwNHJEDgiAQIHJEAgSMSIHBEApgYgFpL5xAqAYjZNkEHYVyvhJgWbgjvNgeAAXZbS+cTxigd0a4wGqd6A0xJES+1ahjQbu4IGtCuoAGEfHmTLt/WNLVx1w4cg80Dj9hFDdi1zNXBV5/NhBIB1Hj1ah6UcQb5CntZg50Atvg+BJCksqOnLl2QIWFbIflpHS4CZCasfutSEErjuTTYCGCP7yZAUxPbpfwGDHN58DeBd3AB32hxPbmDC7iAbJ3cBWXMPFHOXhB3wi002OCKfzxYJG9AjeWLfA/gOgK8B1CdQYQ7eElsX5Szv/icL6hPLrbcZ/f57aRziegNNDHArmBiWTqHiAQIHHEkMHBEAgSOSIDAEQkQOCIBAodJAFJeLB4RACoCpPlWqWdx1rLXfjZ0dM0ijZhLFARIcVhuDvMIDlkjb+ACvoYXcejxQglzeGHbGIHcPmZ5hA15je0Q0V8RiOhFyvbFtY0ep+JewtWovOt3/1jl8bAchVGJ7hEI9CINCHSPbG+n3qFzlDllU6tSfqfapXw79dP5n7nT7WmSNlwv5CTKl8q/pdYOocCOkwCA8wDeBAC8BAB4Exs4X9vKdAObuIkreASXcIgruN6oq/mk0ukkqI9Afzz/S8Avvzqd/30S/ObyHwewkstXFmu8fpLIfAEpDnFfedHRPWxgRdsJt0CKQ9zBBezgClvJlO9UX9+t/re13/9h7JU7aXmEDXlXsEvVoukR8Zu4ZL7w7H0VtpfK2ObL6O8Wr883mrQ8Hpaj8AZm78O4jzfxLDbAv5Gjmg1wAWDcomrrX7A1tIuLyh28jmv5g+AbuBZfFh8K4nyAwBF9AYEjEiBwRAIEjkiAwFERwPU+gK7yJ3G9lF/Hk8cun3T5pi1vi1yn630AXeWubeYmLZ90+aYtb31kHxeJQ/U+gK5y10aTk5ZPunzTlnc4skvA5bJDSJQRvMvMNxWm/IU8boIXDPmzin4wZ5/l1FvkSYv4l9n4XPlc5Vfz3zz+20iUELb4klzNBW+VhsgGgqrRoKT2S5dzGSnkCYDnAbyunRmffp/4bv1qiKbxE/ALzKjBb1K01OV/AgD4a2v9FWc38Q7GskhNJYD+Lup6Blxy4AW8DuB5vCZWsK2C3PoTVpuvAdz6ZQJ0r5+kPN9O/jjeUcw/FgKc7K5CwYfK/+YgZ48gQ12O3kZDony2iU8ecV1usj8VZI/jnmb+sWDcl4ARgFtofwno3sXb81fX0K4Ll/T79SCuHsqW/uO4p5l/DD1AdhP4Kit7lfkmyZ8HcBM382+q/HUlFjFnX1ekLjlEOVi5nn+qnX1Vk7jkbeunKB+1lr+jmZ9PtSmCeAyb9mPopOWdxwEWfyBm2gNRk5Z3JgDoSbpeKr9OT9aCdpVfpFul/BYziDFp+aTLN215yyNOCAkc0RsYOCIBAkckQOCIBAgckQCBIxIgcKjOoLrTUcesyyNaQPcGLpffjtjQXeURM4f6JaCb6Y6cGrq13KSzhggNJgFcBjzCkShfxpHSD9ThMqA6JYoDtfT1R1hgEmAZEA24jGVRfoRlkSAEecJE7qGwIq47HjPql4DlFlr02LKGbu3XRaCIhtDfF6BJamFnXR7RAtEbGDjiQFDgiAQIHJEAgSMSIHBEAgSOSIDAMb8E6MUBoXFAJ0D3cTZCH4T+xPPdwz5WJ55KANAJsJr/TRuu1p2Z/2Da2VwE6ATYz/+mC1frjuYfI3x7AEKv9tcMzKokFpl57TQszB/vAcYCfUbQPhLss26WhPlrhi2vUIX5V0X5QbwHGBd0Akg9wGppmuKvWSe8VztTJ1FP0c9RTDd/vAiMAbPUA0TzTwG+PUB3uN/f0cz8PUu4iEbw7QGOA1Lvwpk/3gOMAfqEkB4O0JvJzpXyTt/8jOiIOCMocMyvLyBiLPh/gj9Qphd3t8gAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTMtMDItMDFUMDU6MzM6MTAtMDg6MDApYMCSAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDEzLTAyLTAxVDA1OjMzOjEwLTA4OjAwWD14LgAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII=");
    background-position: -32px 0;
    margin-top: 0;
    top: 0;
    font-weight: normal; }
  .ui-datepicker .ui-datepicker-prev span {
    background-position: -96px 0; }
  .ui-datepicker th {
    padding: 0.75em 0;
    color: #fff;
    font-weight: normal;
    border: none;
    border-top: 1px solid #333; }
  .ui-datepicker td {
    background: #f1f1f1;
    border: none;
    padding: 0; }
    .ui-datepicker td .ui-state-default {
      background: transparent;
      border: none;
      text-align: center;
      padding: .5em;
      margin: 0;
      font-weight: normal;
      color: #333; }
    .ui-datepicker td .ui-state-active,
    .ui-datepicker td .ui-state-hover {
      background: #0074a2;
      color: #fff; }
  .ui-datepicker td.ui-state-disabled,
  .ui-datepicker td.ui-state-disabled .ui-state-default {
    opacity: 1;
    color: #999; }

[type='range'] {
  -webkit-appearance: none;
  background: transparent;
  margin: 12px 0;
  width: 100%; }
  [type='range']::-moz-focus-outer {
    border: 0; }
  [type='range']:focus {
    outline: 0; }
    [type='range']:focus::-webkit-slider-runnable-track {
      background: #fbfbfc; }
    [type='range']:focus::-ms-fill-lower {
      background: #eceff1; }
    [type='range']:focus::-ms-fill-upper {
      background: #fbfbfc; }
  [type='range']::-webkit-slider-runnable-track {
    cursor: default;
    height: 8px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
    background: #eceff1;
    border: 2px solid #cfd8dc;
    border-radius: 5px; }
  [type='range']::-webkit-slider-thumb {
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
            box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
    background: #607d8b;
    border: 2px solid #eceff1;
    border-radius: 12px;
    cursor: default;
    height: 24px;
    width: 24px;
    -webkit-appearance: none;
    margin-top: -10px; }
  [type='range']::-moz-range-track {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
    cursor: default;
    height: 8px;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    background: #eceff1;
    border: 2px solid #cfd8dc;
    border-radius: 5px;
    height: 4px; }
  [type='range']::-moz-range-thumb {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
    background: #607d8b;
    border: 2px solid #eceff1;
    border-radius: 12px;
    cursor: default;
    height: 20px;
    width: 20px; }
  [type='range']::-ms-track {
    cursor: default;
    height: 8px;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    background: transparent;
    border-color: transparent;
    border-width: 12px 0;
    color: transparent; }
  [type='range']::-ms-fill-lower {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
    background: #dde3e6;
    border: 2px solid #cfd8dc;
    border-radius: 10px; }
  [type='range']::-ms-fill-upper {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
    background: #eceff1;
    border: 2px solid #cfd8dc;
    border-radius: 10px; }
  [type='range']::-ms-thumb {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
    background: #607d8b;
    border: 2px solid #eceff1;
    border-radius: 12px;
    cursor: default;
    height: 20px;
    width: 20px;
    margin-top: 2px; }
  [type='range']:disabled::-webkit-slider-thumb {
    cursor: not-allowed; }
  [type='range']:disabled::-moz-range-thumb {
    cursor: not-allowed; }
  [type='range']:disabled::-ms-thumb {
    cursor: not-allowed; }
  [type='range']:disabled::-webkit-slider-runnable-track {
    cursor: not-allowed; }
  [type='range']:disabled::-ms-fill-lower {
    cursor: not-allowed; }
  [type='range']:disabled::-ms-fill-upper {
    cursor: not-allowed; }

.bootstrap-select {
  width: 100%; }

.bootstrap-select.form-control {
  border: 0.0625rem solid #C7C7C7; }

.bootstrap-select > .dropdown-menu {
  margin-top: 6px;
  margin-top: 0.375rem; }

.bootstrap-select ul.dropdown-menu li:hover {
  background-color: #868e96; }

.bootstrap-select ul.dropdown-menu li a {
  display: block;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
  color: #000; }

.group-select {
  font-size: 1.125rem;
  line-height: 1;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.0625rem solid #C7C7C7;
  max-width: 100%;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .group-select.is-invalid {
    border-color: #E30613; }
  .group-select > label {
    margin-right: 0px;
    margin-left: 0px; }
  .group-select .form-select {
    opacity: 0; }
    .group-select .form-select .btn {
      opacity: 0; }
  .group-select span {
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    padding: 15px 40px 15px 25px;
    padding: 0.9375rem 2.5rem 0.9375rem 1.5625rem; }
    html[dir=rtl] .group-select span {
      padding: 15px 25px 15px 40px;
      padding: 0.9375rem 1.5625rem 0.9375rem 2.5rem; }
  .group-select select {
    opacity: 0;
    width: 100%;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    border: none !important; }
    .group-select select option {
      opacity: 0; }
    .group-select select:hover {
      cursor: pointer; }
  .group-select:hover {
    cursor: pointer; }

.selected-option {
  position: relative;
  display: block; }
  .selected-option:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 17px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: 'vactory'; }
    html[dir=rtl] .selected-option:after {
      right: auto;
      left: 17px; }

/*
 * webforms custom style
*/
input[size] {
  min-width: 0; }

.webform-submission-form hr.webform-horizontal-rule {
  max-width: 791px;
  margin: 0 auto;
  margin-top: 28px;
  margin-bottom: 28px;
  border-top-color: #979797;
  opacity: 54%; }
  @media (min-width: 992px) {
    .webform-submission-form hr.webform-horizontal-rule {
      margin-top: 43px;
      margin-bottom: 34px; } }

.webform-submission-form .form-type-checkbox label {
  font-family: "DIN Next LT W01 Regular", "Arial"; }

.webform-submission-form .form-type-checkbox .webform-element-description {
  margin-top: 20px;
  margin-top: 1.25rem; }
  .webform-submission-form .form-type-checkbox .webform-element-description a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-family: "DIN Next LT W01 Regular", "Arial";
    letter-spacing: .38px;
    color: #007732;
    text-decoration: underline; }
    html[dir=rtl] .webform-submission-form .form-type-checkbox .webform-element-description a {
      letter-spacing: normal; }

.webform-submission-form fieldset.webform-composite-hidden-title {
  margin-top: 0; }

.webform-submission-form .field-prefix .description {
  margin-bottom: 18px; }

.webform-submission-form .control-light label.option {
  font-family: "DIN Next LT W01 Regular", "Arial"; }

.webform-submission-form .control-bold label {
  font-family: "DIN Next LT W01 Bold", "arial"; }

.webform-submission-form fieldset .panel-heading .fieldset-legend {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "DIN Next LT W01 Bold", "arial";
  letter-spacing: .38px;
  color: #000; }
  html[dir=rtl] .webform-submission-form fieldset .panel-heading .fieldset-legend {
    font-weight: 700;
    letter-spacing: normal; }

.webform-submission-form .checkboxes--wrapper .fieldset-legend,
.webform-submission-form .radios--wrapper .fieldset-legend,
.webform-submission-form label {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "DIN Next LT W01 Bold", "arial";
  letter-spacing: .38px;
  color: #000; }
  html[dir=rtl] .webform-submission-form .checkboxes--wrapper .fieldset-legend, html[dir=rtl]
  .webform-submission-form .radios--wrapper .fieldset-legend, html[dir=rtl]
  .webform-submission-form label {
    font-weight: 700;
    letter-spacing: normal;
    padding-left: 0.5em; }

.webform-submission-form .webform-options-display-one-column {
  width: 100%; }

.skinned-file .form-managed-file {
  position: relative;
  width: 100%;
  height: 53px;
  margin-bottom: 0;
  font-size: 0.95rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  padding: 0 0.625rem;
  background-color: #fff;
  border: 1px solid #C7C7C7;
  border-radius: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (min-width: 992px) {
    .skinned-file .form-managed-file {
      padding: 0 25px;
      padding: 0 1.5625rem; } }
  @media screen and (prefers-reduced-motion: reduce) {
    .skinned-file .form-managed-file {
      -webkit-transition: none;
      transition: none; } }
  .skinned-file .form-managed-file.is-invalid {
    border-color: #E30613; }
  .skinned-file .form-managed-file.disabled-file {
    background-color: #e9ecef; }
    .skinned-file .form-managed-file.disabled-file span.file a {
      color: #000; }
    .skinned-file .form-managed-file.disabled-file span.file:after {
      display: none; }
  .skinned-file .form-managed-file span.file {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    .skinned-file .form-managed-file span.file:after {
      content: "";
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 20px;
      font-size: 1.25rem;
      color: #000;
      font-family: 'vactory'; }
    .skinned-file .form-managed-file span.file ~ .form-type-submit {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      opacity: 0; }
      html[dir=rtl] .skinned-file .form-managed-file span.file ~ .form-type-submit {
        left: 0;
        right: auto; }
    .skinned-file .form-managed-file span.file a {
      width: calc(100% - 20px);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

.skinned-file input[type='file'] {
  z-index: 2;
  min-width: 14rem;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .skinned-file input[type='file'] ~ .form-type-submit {
    opacity: 0; }
  .skinned-file input[type='file']:not(:disabled):hover {
    cursor: pointer; }

.skinned-file .webform-managed-file-placeholder {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  height: 53px;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: border-color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), -webkit-box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  transition: border-color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), -webkit-box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  transition: box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border-color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  transition: box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border-color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), -webkit-box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }
  @media screen and (prefers-reduced-motion: reduce) {
    .skinned-file .webform-managed-file-placeholder {
      -webkit-transition: none;
      transition: none; } }
  .skinned-file .webform-managed-file-placeholder:hover {
    cursor: pointer; }
  .skinned-file .webform-managed-file-placeholder::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    content: "Choisir un fichier";
    padding: 0.5rem 1rem;
    height: 100%;
    line-height: 1.5;
    color: #000;
    border-left: 0.0625rem solid #C7C7C7;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #e9ecef;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0; }
    html[dir=rtl] .skinned-file .webform-managed-file-placeholder::after {
      right: auto;
      left: 0;
      border-left: none;
      border-right: 0.0625rem solid #C7C7C7;
      content: 'اختيار ملف'; }
    html[lang="en"] .skinned-file .webform-managed-file-placeholder::after {
      content: 'Choose a file'; }

.skinned-file:lang(en) ~ .managed-file-placeholder::after {
  content: "Browse"; }

.skinned-file .messages--error.file-upload-js-error {
  font-size: 12px;
  color: #E30613;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  margin: 6px 0; }

.form-check div[class^="icheckbox_"],
.form-check div[class^="iradio_"] {
  margin-left: -1.25rem; }

html[dir=rtl] .webform-element--title-inline > label {
  padding-right: initial;
  padding-left: 0.5em; }

html[dir=rtl] .form-control {
  height: 48px;
  height: 3rem;
  line-height: 30px;
  line-height: 1.875rem;
  padding: 6px 25px;
  padding: 0.375rem 1.5625rem; }

@media (max-width: 991.98px) {
  form label.label-inline, form label, form .webform-element--title-inline > label {
    display: block; } }

form.webform-submission-form {
  position: relative;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-top: 5px;
  padding-top: 0.3125rem; }
  .paragraph form.webform-submission-form {
    padding-bottom: 0; }
  form.webform-submission-form .captcha {
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
  form.webform-submission-form .webform-actions, form.webform-submission-form .form-actions {
    text-align: left; }
    html[dir=rtl] form.webform-submission-form .webform-actions, html[dir=rtl] form.webform-submission-form .form-actions {
      text-align: right; }
    form.webform-submission-form .webform-actions .webform-button--submit, form.webform-submission-form .form-actions .webform-button--submit {
      background: transparent;
      border: 1px solid #007732;
      color: #007732; }
      form.webform-submission-form .webform-actions .webform-button--submit:hover, form.webform-submission-form .form-actions .webform-button--submit:hover {
        background: #007732;
        color: #fff; }
  form.webform-submission-form .form-row > .col, form.webform-submission-form .form-row > [class*="col-"] {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem; }
  form.webform-submission-form .form-row .form-group {
    margin-bottom: 0; }

form .form-type-processed-text {
  margin-bottom: 28px;
  margin-bottom: 1.75rem; }

form hr.webform-horizontal-rule {
  margin-top: 43px;
  margin-top: 2.6875rem;
  margin-bottom: 34px;
  margin-bottom: 2.125rem; }

form .title-inline, form .title-before {
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }
  form .title-inline.webform-select-other, form .title-before.webform-select-other {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  form .title-inline.form-type-radios .form-type-select, form .title-inline.form-type-checkboxes .form-type-select, form .title-inline.webform-select-other .form-type-select, form .title-inline.form-type-webform-entity-radios .form-type-select, form .title-before.form-type-radios .form-type-select, form .title-before.form-type-checkboxes .form-type-select, form .title-before.webform-select-other .form-type-select, form .title-before.form-type-webform-entity-radios .form-type-select {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%; }
  form .title-inline.form-type-radios .webform-select-other-input, form .title-inline.form-type-checkboxes .webform-select-other-input, form .title-inline.webform-select-other .webform-select-other-input, form .title-inline.form-type-webform-entity-radios .webform-select-other-input, form .title-before.form-type-radios .webform-select-other-input, form .title-before.form-type-checkboxes .webform-select-other-input, form .title-before.webform-select-other .webform-select-other-input, form .title-before.form-type-webform-entity-radios .webform-select-other-input {
    margin-top: 40px;
    margin-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%; }
    @media (min-width: 992px) {
      form .title-inline.form-type-radios .webform-select-other-input, form .title-inline.form-type-checkboxes .webform-select-other-input, form .title-inline.webform-select-other .webform-select-other-input, form .title-inline.form-type-webform-entity-radios .webform-select-other-input, form .title-before.form-type-radios .webform-select-other-input, form .title-before.form-type-checkboxes .webform-select-other-input, form .title-before.webform-select-other .webform-select-other-input, form .title-before.form-type-webform-entity-radios .webform-select-other-input {
        max-width: 65%;
        margin-left: auto; }
        html[dir=rtl] form .title-inline.form-type-radios .webform-select-other-input, html[dir=rtl] form .title-inline.form-type-checkboxes .webform-select-other-input, html[dir=rtl] form .title-inline.webform-select-other .webform-select-other-input, html[dir=rtl] form .title-inline.form-type-webform-entity-radios .webform-select-other-input, html[dir=rtl] form .title-before.form-type-radios .webform-select-other-input, html[dir=rtl] form .title-before.form-type-checkboxes .webform-select-other-input, html[dir=rtl] form .title-before.webform-select-other .webform-select-other-input, html[dir=rtl] form .title-before.form-type-webform-entity-radios .webform-select-other-input {
          margin-right: auto;
          margin-left: 0; } }
  form .title-inline.form-type-radios > div, form .title-inline.form-type-checkboxes > div, form .title-inline.webform-select-other > div, form .title-inline.form-type-webform-entity-radios > div, form .title-before.form-type-radios > div, form .title-before.form-type-checkboxes > div, form .title-before.webform-select-other > div, form .title-before.form-type-webform-entity-radios > div {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
  form .title-inline.form-type-radios .form-item, form .title-inline.form-type-checkboxes .form-item, form .title-inline.webform-select-other .form-item, form .title-inline.form-type-webform-entity-radios .form-item, form .title-before.form-type-radios .form-item, form .title-before.form-type-checkboxes .form-item, form .title-before.webform-select-other .form-item, form .title-before.form-type-webform-entity-radios .form-item {
    margin-bottom: 0 !important; }
    form .title-inline.form-type-radios .form-item.form-type-radio, form .title-inline.form-type-radios .form-item.form-type-checkbox, form .title-inline.form-type-checkboxes .form-item.form-type-radio, form .title-inline.form-type-checkboxes .form-item.form-type-checkbox, form .title-inline.webform-select-other .form-item.form-type-radio, form .title-inline.webform-select-other .form-item.form-type-checkbox, form .title-inline.form-type-webform-entity-radios .form-item.form-type-radio, form .title-inline.form-type-webform-entity-radios .form-item.form-type-checkbox, form .title-before.form-type-radios .form-item.form-type-radio, form .title-before.form-type-radios .form-item.form-type-checkbox, form .title-before.form-type-checkboxes .form-item.form-type-radio, form .title-before.form-type-checkboxes .form-item.form-type-checkbox, form .title-before.webform-select-other .form-item.form-type-radio, form .title-before.webform-select-other .form-item.form-type-checkbox, form .title-before.form-type-webform-entity-radios .form-item.form-type-radio, form .title-before.form-type-webform-entity-radios .form-item.form-type-checkbox {
      margin-bottom: 0 !important; }

@media (min-width: 992px) {
  form.webform-submission-form .captcha-left .captcha {
    margin-left: 0;
    margin-right: auto; }
    html[dir=rtl] form.webform-submission-form .captcha-left .captcha {
      margin-right: 0;
      margin-left: auto; }
  html[dir=rtl] form.webform-submission-form .captcha {
    margin-left: 0;
    margin-right: auto; }
  form.webform-submission-form .webform-actions, form.webform-submission-form .form-actions {
    text-align: right; }
    html[dir=rtl] form.webform-submission-form .webform-actions, html[dir=rtl] form.webform-submission-form .form-actions {
      text-align: left; }
  form .items-wrapper:not(fieldset),
  form .items-wrapper .fieldset-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    form .items-wrapper:not(fieldset) > div,
    form .items-wrapper:not(fieldset) > .form-item,
    form .items-wrapper .fieldset-wrapper > div,
    form .items-wrapper .fieldset-wrapper > .form-item {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      max-width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 15px;
      padding-right: 15px; }
    form .items-wrapper:not(fieldset) .form-control,
    form .items-wrapper .fieldset-wrapper .form-control {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  form .items-2-col > .form-item,
  form .items-2-col > div:not(.fieldset-wrapper),
  form .items-2-col .fieldset-wrapper > .form-item,
  form .items-2-col .fieldset-wrapper > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  form .items-3-col > .form-item,
  form .items-3-col > div:not(.fieldset-wrapper),
  form .items-3-col .fieldset-wrapper > .form-item,
  form .items-3-col .fieldset-wrapper > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  form .items-4-col > .form-item,
  form .items-4-col > div:not(.fieldset-wrapper),
  form .items-4-col .fieldset-wrapper > .form-item,
  form .items-4-col .fieldset-wrapper > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  form .composite-items-2-col .webform-multiple-table-responsive th span,
  form .composite-items-3-col .webform-multiple-table-responsive th span {
    position: relative !important; }
  form .composite-items-2-col .webform-multiple-table-responsive td:not(.webform-multiple-table--operations),
  form .composite-items-3-col .webform-multiple-table-responsive td:not(.webform-multiple-table--operations) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap; }
  form .composite-items-2-col .webform-multiple-table-responsive .form-group,
  form .composite-items-3-col .webform-multiple-table-responsive .form-group {
    display: inline-block;
    padding: 0 10px;
    padding: 0 0.625rem; }
  form .composite-items-2-col .webform-multiple-table-responsive .webform-multiple-table--operations input,
  form .composite-items-3-col .webform-multiple-table-responsive .webform-multiple-table--operations input {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 10px !important; }
  form .composite-items-2-col .webform-multiple-table-responsive .form-group {
    width: 50%; }
  form .composite-items-3-col .webform-multiple-table-responsive .form-group {
    width: 33.3%; }
  form .form-type-processed-text {
    margin-bottom: 28px;
    margin-bottom: 1.75rem; }
  form hr.webform-horizontal-rule {
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
  form .title-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    form .title-inline label.label-inline, form .title-inline label {
      width: 35%;
      min-width: 35%;
      -ms-flex-item-align: start;
          align-self: start; }
    form .title-inline.form-type-textarea label.label-inline, form .title-inline.form-type-textarea label {
      -ms-flex-item-align: start;
          align-self: flex-start; }
    form .title-inline.form-type-radios > div, form .title-inline.form-type-checkboxes > div, form .title-inline.webform-select-other > div {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto; }
    form .title-inline .form-textarea-wrapper,
    form .title-inline .group-select {
      width: 100%;
      -webkit-box-flex: unset;
          -ms-flex: unset;
              flex: unset;
      max-width: 100%; }
  form .submit-wrapper {
    margin-left: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    form .submit-wrapper .captcha {
      margin-bottom: 0; }
    html[dir=rtl] form .submit-wrapper {
      margin-left: 0;
      margin-right: 35%; }
  form .webform-options-display-side-by-side > div {
    margin-right: 90px;
    margin-right: 5.625rem; }
  form .inline-radios .webform-options-display-three-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  form .inline-radios.title-inline label.option {
    width: 100%;
    min-width: 100%;
    margin-right: 20px; }
    html[dir=rtl] form .inline-radios.title-inline label.option {
      margin-left: 20px; } }

.form-composite.webform-fieldset--title-inline {
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }
  .form-composite.webform-fieldset--title-inline legend {
    float: none;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 24px;
    line-height: 1.5rem;
    font-family: "DIN Next LT W01 Bold", "arial";
    letter-spacing: .38px;
    color: #000; }
    html[dir=rtl] .form-composite.webform-fieldset--title-inline legend {
      font-weight: 700;
      letter-spacing: normal; }
  .form-composite.webform-fieldset--title-inline .group-select {
    max-width: 100%; }
  .form-composite.webform-fieldset--title-inline .webform-select-other-input {
    margin-top: 40px;
    margin-top: 2.5rem; }

.was-validated input[type="tel"].form-control:invalid, .was-validated input[type="tel"].form-control.is-invalid {
  border-color: #E30613 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.webform-element-help--content {
  font-size: 16px;
  line-height: 19px;
  font-family: "DIN Next LT W01 Regular", "Arial"; }

.webform-multiple-table td.webform-multiple-table--operations {
  vertical-align: top;
  padding: 10px 4px; }

@media (max-width: 991.98px) {
  .webform-multiple-table-responsive td.webform-multiple-table--operations {
    display: inherit;
    margin: auto;
    border: none; } }

.webform-multiple-table-responsive tr {
  padding: 0; }

/*/ hide input number arrows*/
#edit-formulaire-mobilite-bancaire-add-compte-items {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */ }
  #edit-formulaire-mobilite-bancaire-add-compte-items input::-webkit-outer-spin-button,
  #edit-formulaire-mobilite-bancaire-add-compte-items input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  #edit-formulaire-mobilite-bancaire-add-compte-items input[type=number] {
    -moz-appearance: textfield; }

fieldset.captcha.captcha-type-challenge--recaptcha .captcha__title {
  font-size: 18px; }

fieldset.captcha.captcha-type-challenge--recaptcha .captcha__description {
  font-size: 14px;
  max-width: 300px; }

.help-block {
  font-size: 12px; }

.bootstrap-select.form-control > button.dropdown-toggle:after {
  content: "";
  font-family: 'vactory';
  width: auto;
  height: auto;
  border: none;
  margin: 0;
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in; }

.bootstrap-select.form-control.show > button.dropdown-toggle:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.dropdown-menu {
  z-index: 1000;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0 0 0;
  font-size: 1.125rem;
  color: #3c3c3c;
  background-color: #fff;
  border: 0.0625rem solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }
  .dropdown-menu-small {
    padding: 0.25rem 0;
    font-size: 0.813rem; }
    .dropdown-menu-small .dropdown-item {
      padding: 0.375rem 0.875rem;
      font-size: 0.813rem; }
    .dropdown-menu-small .dropdown-divider {
      margin: 0.25rem 0; }

.dropup .dropdown-menu {
  margin-bottom: 0; }

.dropright .dropdown-menu {
  margin-left: 0; }

.dropleft .dropdown-menu {
  margin-right: 0; }

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

.dropdown-item {
  padding: 0.5rem 1.25rem;
  font-weight: 400;
  color: #212529;
  font-size: 0.9375rem;
  -webkit-transition: background-color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  transition: background-color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #007732; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #868e96; }
    .dropdown-item.disabled:hover, .dropdown-item:disabled:hover {
      background: none;
      cursor: not-allowed; }

.dropdown-header {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  color: #868e96; }

.bootstrap-select.btn-group .dropdown-menu.inner {
  display: block; }

.glossary-list {
  background: #fff;
  -webkit-box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
  padding: 12px 15px;
  padding: 0.75rem 0.9375rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .glossary-list li {
    padding: 6px 15px;
    padding: 0.375rem 0.9375rem; }
    .glossary-list li a {
      font-family: "DINNextW01-CondensedMed", "arial";
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 28px;
      line-height: 1.75rem;
      color: #000;
      text-decoration: none; }
      html[dir=rtl] .glossary-list li a {
        font-weight: 600; }
      .glossary-list li a.active span {
        color: #007732; }
  .glossary-list .badge {
    font-family: "DIN Next LT W01 Light", "arial";
    font-size: 24px;
    font-size: 1.5rem;
    padding: 0;
    font-weight: 300;
    background: transparent; }

.glossary-content .card .card-body {
  padding: 30px;
  padding: 1.875rem; }
  .glossary-content .card .card-body h4 {
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: normal; }
  .glossary-content .card .card-body .class-body {
    line-height: 20px;
    line-height: 1.25rem; }

.page--front header.header,
.page--front .vf-slider--full-background .content,
.page--front .vf-slider--full-background .slick-arrow,
.page--front .vf-slider--full-background .slick-dots,
.page--front .vh-header__top-bar,
.page--front .t-pushes-with-icons-titles {
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in; }

.page--front.gcam-hide-content header.header,
.page--front.gcam-hide-content .vf-slider--full-background .content,
.page--front.gcam-hide-content .vf-slider--full-background .slick-arrow,
.page--front.gcam-hide-content .vf-slider--full-background .slick-dots,
.page--front.gcam-hide-content .vh-header__top-bar,
.page--front.gcam-hide-content .t-pushes-with-icons-titles {
  opacity: 0; }

.vh-header__top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff; }
  .vh-header__top:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: #83BF18;
    z-index: 12; }
  .vh-header__top .vh-header__top-bar {
    position: relative;
    z-index: 11; }
  .vh-header__top .vh-header__top-link {
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
    letter-spacing: 1.27px;
    font-family: "DIN Next LT W01 Regular", "Arial";
    display: inline-block;
    padding: 7px 20px 4px;
    padding: 0.4375rem 1.25rem 0.25rem;
    border-radius: 0 0 19px 19px;
    background-color: #83BF18;
    position: relative;
    z-index: 1;
    min-width: 124px;
    height: 32px; }
    html[dir=rtl] .vh-header__top .vh-header__top-link {
      letter-spacing: normal; }
    .vh-header__top .vh-header__top-link:before, .vh-header__top .vh-header__top-link:after {
      content: '';
      width: 30px;
      height: 32px;
      position: absolute;
      top: 0;
      background-image: url("../img/header-top.png");
      overflow: hidden; }
    .vh-header__top .vh-header__top-link:before {
      left: -10px;
      background-position: 0 0; }
    .vh-header__top .vh-header__top-link:after {
      right: -10px;
      background-position: 100% 0; }
    .vh-header__top .vh-header__top-link.link-inside {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      min-width: auto; }
      .vh-header__top .vh-header__top-link.link-inside, .vh-header__top .vh-header__top-link.link-inside span {
        font-family: "DIN Next LT W01 Regular", "Arial";
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 18px;
        line-height: 1.125rem;
        letter-spacing: normal; }
      .vh-header__top .vh-header__top-link.link-inside i {
        font-size: 11px;
        font-size: 0.6875rem;
        margin-left: 9px;
        margin-left: 0.5625rem; }
        html[dir=rtl] .vh-header__top .vh-header__top-link.link-inside i {
          margin-left: 0;
          margin-right: 9px;
          margin-right: 0.5625rem; }
    .vh-header__top .vh-header__top-link span {
      display: inline-block; }
      .vh-header__top .vh-header__top-link span i {
        font-size: 13px;
        font-size: 0.8125rem; }
      .vh-header__top .vh-header__top-link span.active {
        display: inline-block; }
  .vh-header__top .vh-header__top-block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    background-color: black;
    overflow-y: auto;
    padding-top: 75px;
    padding-top: 4.6875rem;
    padding-bottom: 90px;
    padding-bottom: 5.625rem;
    opacity: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    .page--front .vh-header__top .vh-header__top-block {
      background-color: rgba(0, 0, 0, 0.7); }
    .vh-header__top .vh-header__top-block.open {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .vh-header__top .vh-header__top-block .vh-header-footer {
      margin-top: 40px;
      margin-top: 2.5rem;
      padding-top: 12px;
      padding-top: 0.75rem;
      padding-bottom: 13px;
      padding-bottom: 0.8125rem;
      border-top: 1px solid #EDEDED; }
      .vh-header__top .vh-header__top-block .vh-header-footer p {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 20px;
        line-height: 1.25rem;
        margin-right: 25px;
        margin-right: 1.5625rem;
        letter-spacing: .28px;
        margin-bottom: 0;
        color: #000; }
        html[dir=rtl] .vh-header__top .vh-header__top-block .vh-header-footer p {
          margin-right: 0;
          margin-left: 25px;
          margin-left: 1.5625rem;
          letter-spacing: normal; }
    .vh-header__top .vh-header__top-block .block-social-media-links-menu .block-social-media-links ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      html[dir=rtl] .vh-header__top .vh-header__top-block .block-social-media-links-menu .block-social-media-links ul {
        padding-right: 0; }
    .vh-header__top .vh-header__top-block .block-social-media-links-menu .block-social-media-links li {
      margin: 0;
      padding: 0;
      text-align: left; }
      .vh-header__top .vh-header__top-block .block-social-media-links-menu .block-social-media-links li:last-child a {
        margin-right: 0; }
      .vh-header__top .vh-header__top-block .block-social-media-links-menu .block-social-media-links li a {
        margin-right: 30px;
        margin-right: 1.875rem; }
        html[dir=rtl] .vh-header__top .vh-header__top-block .block-social-media-links-menu .block-social-media-links li a {
          margin-right: 0;
          margin-left: 30px;
          margin-left: 1.875rem; }
        .vh-header__top .vh-header__top-block .block-social-media-links-menu .block-social-media-links li a span.fa {
          font-size: 22px;
          font-size: 1.375rem; }
    .vh-header__top .vh-header__top-block .block-branding-menu p {
      margin-right: 0; }
    .vh-header__top .vh-header__top-block .navbar-brand {
      margin: 0;
      padding: 0;
      max-width: 151px; }
      .vh-header__top .vh-header__top-block .navbar-brand img {
        margin-bottom: 15px;
        margin-bottom: 0.9375rem; }

@media (max-width: 991.98px) {
  .vh-header__top .vh-header__top-block {
    padding-top: 60px;
    padding-top: 3.75rem;
    padding-bottom: 0; }
    .vh-header__top .vh-header__top-block .vh-header-footer {
      padding-top: 40px;
      padding-top: 2.5rem;
      padding-bottom: 40px;
      padding-bottom: 2.5rem;
      margin-top: 10px;
      margin-top: 0.625rem; }
      .vh-header__top .vh-header__top-block .vh-header-footer p {
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 21px;
        margin-bottom: 1.3125rem;
        margin-right: 0;
        letter-spacing: .34px; }
        html[dir=rtl] .vh-header__top .vh-header__top-block .vh-header-footer p {
          letter-spacing: normal; }
    .vh-header__top .vh-header__top-block .block-social-media-links-menu .block-social-media-links {
      margin-bottom: 40px;
      margin-bottom: 2.5rem; }
      .vh-header__top .vh-header__top-block .block-social-media-links-menu .block-social-media-links li {
        text-align: center; }
        .vh-header__top .vh-header__top-block .block-social-media-links-menu .block-social-media-links li a {
          margin-right: 15px;
          margin-right: 0.9375rem;
          margin-left: 15px;
          margin-left: 0.9375rem; }
          .vh-header__top .vh-header__top-block .block-social-media-links-menu .block-social-media-links li a span.fa {
            font-size: 24px;
            font-size: 1.5rem; }
    .vh-header__top .vh-header__top-block .navbar-brand {
      max-width: 180px;
      width: 180px; }
      .vh-header__top .vh-header__top-block .navbar-brand img {
        margin-bottom: 0;
        width: 100%; } }

.card-job-ads {
  border: 1px solid #F1F1F1; }
  .vactory-cam-listing-job-ads .card-job-ads:not(:last-child) {
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
  .card-job-ads.card--inline .card-image--inline {
    padding-top: 30px;
    padding-top: 1.875rem; }
    .card-job-ads.card--inline .card-image--inline img {
      width: 100%;
      max-width: 114px;
      margin: 0 auto;
      height: auto; }
  .card-job-ads.card--inline .card-body {
    padding: 20px;
    padding: 1.25rem; }
    .card-job-ads.card--inline .card-body .card-title {
      margin-bottom: 10px;
      margin-bottom: 0.625rem; }
    .card-job-ads.card--inline .card-body .card-text {
      margin-bottom: 27px;
      margin-bottom: 1.6875rem; }
    .card-job-ads.card--inline .card-body .card-read-more a:before {
      display: none; }
    .card-job-ads.card--inline .card-body .card-read-more a:not(:first-child) {
      float: right; }
      html[dir=rtl] .card-job-ads.card--inline .card-body .card-read-more a:not(:first-child) {
        float: left; }

@media (min-width: 992px) {
  .card-job-ads.card--inline .card-image--inline {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    padding-top: 0; }
  .card-job-ads.card--inline .card-body--inline {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .card-job-ads.card--inline .card-body--inline:first-child {
      padding-left: 40px;
      padding-left: 2.5rem; }
      html[dir=rtl] .card-job-ads.card--inline .card-body--inline:first-child {
        padding-left: 0;
        padding-right: 40px;
        padding-right: 2.5rem; }
  .card-job-ads.card--inline .card-body {
    padding: 40px 40px 40px 0;
    padding: 2.5rem 2.5rem 2.5rem 0; }
    html[dir=rtl] .card-job-ads.card--inline .card-body {
      padding: 40px 0 40px 40px;
      padding: 2.5rem 0 2.5rem 2.5rem; } }

@-webkit-keyframes moving {
  0% {
    bottom: 40px; }
  50% {
    bottom: 30px; }
  100% {
    bottom: 40px; } }

@keyframes moving {
  0% {
    bottom: 40px; }
  50% {
    bottom: 30px; }
  100% {
    bottom: 40px; } }

a.link-scroll {
  display: block; }

@media (min-width: 992px) {
  a.link-scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #fff;
    font-size: 0;
    z-index: 2;
    -webkit-transition: color .3s ease-in;
    transition: color .3s ease-in;
    display: block;
    -webkit-animation: moving 2s 3;
            animation: moving 2s 3; }
    a.link-scroll:hover {
      text-decoration: none;
      color: #007732; }
    a.link-scroll:before {
      content: "";
      font-size: 38px;
      font-size: 2.375rem;
      font-weight: normal;
      font-family: 'vactory'; } }

.icon-before:before {
  content: "";
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: inherit;
  margin-right: 5px;
  margin-right: 0.3125rem;
  font-family: 'vactory'; }

.icon-after:after {
  content: "";
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: inherit;
  margin-left: 5px;
  margin-left: 0.3125rem;
  font-family: 'vactory'; }

.permalink, #sliding-popup .popup-content #popup-text p a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #000;
  font-family: "DINNextW01-CondensedMed", "arial";
  border-bottom: 2px solid #007732; }
  html[dir=rtl] .permalink, html[dir=rtl] #sliding-popup .popup-content #popup-text p a, #sliding-popup .popup-content #popup-text p html[dir=rtl] a {
    font-weight: 600; }
  .permalink:hover, #sliding-popup .popup-content #popup-text p a:hover {
    color: #007732; }

.paragraph ul:not(.slick-dots):not(.nav):not(.list-donwload):not(.vf-timeline):not(.validation-messages-box):not(.vactory-locator-list) {
  padding-left: 0;
  list-style-type: none; }
  .paragraph ul:not(.slick-dots):not(.nav):not(.list-donwload):not(.vf-timeline):not(.validation-messages-box):not(.vactory-locator-list) li {
    padding-left: 30px;
    padding-left: 1.875rem;
    position: relative; }
    html[dir=rtl] .paragraph ul:not(.slick-dots):not(.nav):not(.list-donwload):not(.vf-timeline):not(.validation-messages-box):not(.vactory-locator-list) li {
      padding-left: 0;
      padding-right: 30px;
      padding-right: 1.875rem;
      text-align: right; }
    .paragraph ul:not(.slick-dots):not(.nav):not(.list-donwload):not(.vf-timeline):not(.validation-messages-box):not(.vactory-locator-list) li:before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      background-color: #4A4A4A;
      border-radius: 5px;
      position: absolute;
      top: 7px;
      left: 0; }
      html[dir=rtl] .paragraph ul:not(.slick-dots):not(.nav):not(.list-donwload):not(.vf-timeline):not(.validation-messages-box):not(.vactory-locator-list) li:before {
        left: auto;
        right: 0; }

.list-donwload {
  list-style-type: none;
  padding-left: 0; }
  html[dir=rtl] .list-donwload {
    padding-right: 0; }
  .list-donwload li {
    padding-left: 0;
    border-top: 1px solid #DBDBDB; }
    .list-donwload li:last-child {
      border-bottom: 1px solid #DBDBDB; }
    .list-donwload li a {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 28px;
      line-height: 1.75rem;
      font-family: "DIN Next LT W01 Bold", "arial";
      color: #000;
      padding: 16px 10px 12px 10px;
      padding: 1rem 0.625rem 0.75rem 0.625rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      html[dir=rtl] .list-donwload li a {
        font-weight: 700; }
      .list-donwload li a:after {
        content: "";
        font-size: 20px;
        font-size: 1.25rem;
        color: #007732;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-family: vactory; }

ul.validation-messages-box {
  padding-left: 40px;
  padding-left: 2.5rem; }
  html[dir=rtl] ul.validation-messages-box {
    padding-left: 0;
    padding-right: 40px;
    padding-right: 2.5rem; }

@media (min-width: 992px) {
  .list-donwload li a {
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem; } }

.vh-header.vh-header-minisite.vh-variant3 {
  position: static;
  margin-bottom: 0; }
  .vh-header.vh-header-minisite.vh-variant3 .vh-header__bottom {
    margin-top: 50px;
    margin-top: 3.125rem; }
    .vh-header.vh-header-minisite.vh-variant3 .vh-header__bottom .vh-header--minisite img {
      margin-left: 10px;
      max-width: 180px; }
      html[dir=rtl] .vh-header.vh-header-minisite.vh-variant3 .vh-header__bottom .vh-header--minisite img {
        margin-left: 0;
        margin-right: 10px;
        margin-right: 0.625rem; }
    .vh-header.vh-header-minisite.vh-variant3 .vh-header__bottom .vh-layout {
      height: auto; }
    .vh-header.vh-header-minisite.vh-variant3 .vh-header__bottom img {
      max-width: 130px; }

@media (min-width: 992px) {
  .vh-header.vh-header-minisite.vh-variant3 {
    position: static;
    margin-bottom: 0; }
    .vh-header.vh-header-minisite.vh-variant3 .vh-header__bottom {
      margin-top: 50px;
      margin-top: 3.125rem;
      margin-bottom: 50px;
      margin-bottom: 3.125rem; }
      .vh-header.vh-header-minisite.vh-variant3 .vh-header__bottom .vh-header--minisite img {
        max-width: 220px; }
      .vh-header.vh-header-minisite.vh-variant3 .vh-header__bottom .vh-layout {
        -webkit-box-shadow: none;
                box-shadow: none;
        background-color: transparent; } }

.page-link {
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  width: 30px;
  height: 30px;
  font-family: "DIN Next LT W01 Regular", "Arial";
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .page-link:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0; }

.pagination {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }

@media (min-width: 992px) {
  .pagination {
    margin-top: 40px;
    margin-top: 2.5rem;
    margin-bottom: 80px;
    margin-bottom: 5rem; } }

.vf-card--publication {
  width: 100%;
  padding: 30px 15px;
  padding: 1.875rem 0.9375rem; }
  .vf-card--publication.card--inline .card-body--inline .card-body {
    padding: 20px 0 0 0;
    padding: 1.25rem 0 0 0; }

@media (min-width: 992px) {
  .vf-card--publication {
    padding: 40px;
    padding: 2.5rem; }
    .vf-card--publication.card--inline .card-image--inline {
      -ms-flex-preferred-size: 35%;
          flex-basis: 35%; }
    .vf-card--publication.card--inline .card-body--inline {
      flex-badis: 65px; }
      .vf-card--publication.card--inline .card-body--inline .card-body {
        padding: 0 0 0 35px;
        padding: 0 0 0 2.1875rem;
        height: 100%; }
        html[dir=rtl] .vf-card--publication.card--inline .card-body--inline .card-body {
          padding: 0 35px 0 0;
          padding: 0 2.1875rem 0 0; }
    .vf-card--publication .vf-card__image {
      height: 100%; } }

ul.slick-dots {
  position: relative;
  bottom: auto;
  margin: 16px auto 0;
  margin: 1rem auto 0;
  width: auto; }
  ul.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    margin: 0 0.3125rem;
    width: 11px;
    height: 11px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    ul.slick-dots li.slick-active {
      width: 19px; }
      ul.slick-dots li.slick-active button {
        border-color: #000;
        border-radius: 5px; }
        ul.slick-dots li.slick-active button:after {
          visibility: visible;
          opacity: 1;
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1);
          -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
          transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
          transition: opacity 0.3s ease, transform 0.3s ease;
          transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
          border-radius: 13px; }
    ul.slick-dots li button {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      outline: none;
      border-radius: 50%;
      background-color: transparent;
      text-indent: -999em;
      cursor: pointer;
      position: absolute;
      border: 1px solid #000;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      padding: 0; }
      .vf-slider--full-background ul.slick-dots li button {
        border-color: #fff; }
      ul.slick-dots li button:before {
        display: none; }
      ul.slick-dots li button:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        background: #000;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 1px #000;
                box-shadow: 0 0 1px #000;
        opacity: 0;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
        transition: opacity 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
        transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
        transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease; }
        .vf-slider--full-background ul.slick-dots li button:after {
          background-color: #fff;
          -webkit-box-shadow: 0 0 1px #fff;
                  box-shadow: 0 0 1px #fff; }

.slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: #000;
  border: none;
  width: 32px;
  height: 32px;
  outline: none;
  background: transparent;
  -webkit-transition: background .3s, color .3s, border .3s;
  transition: background .3s, color .3s, border .3s;
  z-index: 1; }
  .vf-slider--full-background .slick-arrow {
    color: #fff;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    .vf-slider--full-background .slick-arrow:hover {
      color: #007732; }
      .vf-slider--full-background .slick-arrow:hover i {
        -webkit-transform: scale(1.3) translate(-50%, -50%);
            -ms-transform: scale(1.3) translate(-50%, -50%);
                transform: scale(1.3) translate(-50%, -50%); }
  .slick-arrow:focus {
    color: #000;
    border: none; }
  .slick-arrow:before {
    display: none; }
  .slick-arrow.prev, .slick-arrow.slick-prev {
    left: 0; }
    html[dir=rtl] .slick-arrow.prev, html[dir=rtl] .slick-arrow.slick-prev {
      left: auto;
      right: 0; }
  .slick-arrow.next, .slick-arrow.slick-next {
    right: 0; }
    html[dir=rtl] .slick-arrow.next, html[dir=rtl] .slick-arrow.slick-next {
      right: auto;
      left: 0; }
  .slick-arrow [class^="icon-"],
  .slick-arrow [class*=" icon-"] {
    font-size: 12px;
    font-size: 0.75rem;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    html[dir=rtl] .slick-arrow [class^="icon-"], html[dir=rtl]
    .slick-arrow [class*=" icon-"] {
      -webkit-transform: rotate(180deg) translate(50%, 50%);
          -ms-transform: rotate(180deg) translate(50%, 50%);
              transform: rotate(180deg) translate(50%, 50%); }
  .slick-arrow:hover {
    color: #007732; }

.slick-list {
  margin: 0 auto; }
  .full-slider .slick-list {
    margin: 0; }

.slick-slide:focus {
  outline: 0; }

@supports (-moz-appearance: none) {
  .t-boxes-with-image-title-and-introduction .slick-initialized .slick-slide {
    height: auto; } }

.slick-initialized .slick-slide {
  height: 100%; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.single-item .slick-list {
  margin: 0; }

.slick-slide > * {
  margin-bottom: 0; }
  .slick-slide > *:not([class]) {
    height: 100%;
    width: 100%; }
    .slick-slide > *:not([class]) > * {
      width: 100%;
      max-width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      height: 100%; }

.slick-track {
  height: 100%; }

.slick-use-equal-height .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .slick-use-equal-height .slick-track .slick-slide {
    height: auto; }

.eq-height-slider-items .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .eq-height-slider-items .slick-track {
      display: block; } }
  .eq-height-slider-items .slick-track > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .eq-height-slider-items .slick-track > * {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .eq-height-slider-items .slick-track:before {
    display: none; }

.slick-hide-until-loaded.slick-initialized {
  visibility: visible; }

.slick-hide-until-loaded:not(.slick-initialized) {
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 992px) {
  .slick-arrow {
    width: 54px;
    height: 54px; }
    .slick-arrow [class^="icon-"],
    .slick-arrow [class*=" icon-"] {
      font-size: 29px;
      font-size: 1.8125rem; }
  .slick-list {
    margin: 0 74px; } }

.slick-controlls {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 40px;
  padding: 0 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  html[dir=rtl] .slick-controlls {
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%); }
  .slick-controlls .slick-dots {
    margin-bottom: 16px;
    margin-bottom: 1rem; }

@media (max-width: 991.98px) {
  .slick-arrows-mobile .slick-arrow.slick-next {
    right: 20px; }
    html[dir=rtl] .slick-arrows-mobile .slick-arrow.slick-next {
      right: auto;
      left: 20px; }
  .slick-arrows-mobile .slick-arrow.slick-prev {
    left: 20px; }
    html[dir=rtl] .slick-arrows-mobile .slick-arrow.slick-prev {
      left: auto;
      right: 20px; }
  .slick-arrows-mobile .slick-arrow.slick-next, .slick-arrows-mobile .slick-arrow.slick-prev {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

.social-media-links--platforms {
  margin: 0; }
  .social-media-links--platforms li span.fa {
    font-size: 20px;
    font-size: 1.25rem;
    color: #212529; }
    .social-media-links--platforms li span.fa:hover {
      color: #007732 !important; }
    .social-media-links--platforms li span.fa.fa-youtube {
      font-size: 15px;
      font-size: 0.9375rem; }
      .social-media-links--platforms li span.fa.fa-youtube:before {
        content: "";
        font-family: 'vactory'; }
    .vh-header-social-media .social-media-links--platforms li span.fa {
      color: #fff;
      vertical-align: middle; }

.block-share {
  padding: 13px 20px;
  padding: 0.8125rem 1.25rem;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6; }

.block-share .addtoany_list > a {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 7px;
  margin: 0 0.4375rem;
  color: #444444;
  text-decoration: none; }
  .block-share .addtoany_list > a > span {
    display: none; }

@media (max-width: 991.98px) {
  .block-share {
    padding: 10px;
    padding: 0.625rem; }
    .block-share p {
      font-size: 16px;
      font-size: 1rem; }
  .social-media-links--platforms li span.fa:hover {
    color: #212529 !important; }
  .vh-header-social-media .social-media-links--platforms li span.fa {
    color: #fff; }
    .vh-header-social-media .social-media-links--platforms li span.fa:hover {
      color: #fff; } }

.overflow-y {
  overflow-y: hidden; }

.bar-tabs .bar-tab-head {
  position: fixed;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9; }
  .bar-tabs .bar-tab-head ul {
    border-bottom: 1px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
    .bar-tabs .bar-tab-head ul li {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: center;
      border: 1px solid transparent;
      color: #fff;
      display: block;
      padding: 6px 19px;
      padding: 0.375rem 1.1875rem;
      background-color: #02afbd;
      border-radius: 0; }
      .bar-tabs .bar-tab-head ul li:not(:last-child) {
        border-right-color: #000; }
      .bar-tabs .bar-tab-head ul li a {
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .bar-tabs .bar-tab-head ul li a:before {
          display: inline-block;
          margin-bottom: 5px;
          margin-bottom: 0.3125rem; }
      .bar-tabs .bar-tab-head ul li.active {
        background-color: #fedf36;
        color: #000;
        margin-bottom: -1px;
        margin-bottom: -0.0625rem; }
        .bar-tabs .bar-tab-head ul li.active a {
          color: #000; }

.bar-tabs .bar-tab-content {
  background-color: #fff; }
  .bar-tabs .bar-tab-content > div {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 500ms ease-in;
    transition: -webkit-transform 500ms ease-in;
    transition: transform 500ms ease-in;
    transition: transform 500ms ease-in, -webkit-transform 500ms ease-in;
    display: block;
    background-color: #fff; }
    .front .bar-tabs .bar-tab-content > div:first-child {
      position: static;
      height: auto;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      display: block; }
    .bar-tabs .bar-tab-content > div.active {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      padding-top: 100px;
      padding-top: 6.25rem;
      background-color: #fff;
      z-index: 1; }
      .front .bar-tabs .bar-tab-content > div.active:first-child {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        display: block; }

.vh-sticky-tab-bar-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in, visibility 500ms ease-in;
  transition: opacity 500ms ease-in, visibility 500ms ease-in; }
  .vh-sticky-tab-bar-close.is-open {
    visibility: visible;
    opacity: 1; }
  .vh-sticky-tab-bar-close a {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    padding-right: 1.5625rem;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #000; }
    .vh-sticky-tab-bar-close a:hover {
      color: #007732; }
    .vh-sticky-tab-bar-close a:before {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

@media (min-width: 768px) {
  .bar-tabs.sticky-bar-tabs {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transition: none;
    transition: none;
    background-color: transparent;
    z-index: 9999;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); }
    .bar-tabs.sticky-bar-tabs.sticky-bar-bottom {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: -webkit-transform 500ms ease-in;
      transition: -webkit-transform 500ms ease-in;
      transition: transform 500ms ease-in;
      transition: transform 500ms ease-in, -webkit-transform 500ms ease-in; }
    .bar-tabs.sticky-bar-tabs.sticky-bar-top {
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%);
      -webkit-transition: -webkit-transform 500ms ease-in;
      transition: -webkit-transform 500ms ease-in;
      transition: transform 500ms ease-in;
      transition: transform 500ms ease-in, -webkit-transform 500ms ease-in; }
  .bar-tabs .bar-tab-head {
    display: inline-block;
    position: static;
    width: auto; }
    .bar-tabs .bar-tab-head ul li {
      -webkit-box-flex: unset;
          -ms-flex: unset;
              flex: unset; }
      .bar-tabs .bar-tab-head ul li.active {
        position: relative; }
        .bar-tabs .bar-tab-head ul li.active:before {
          content: '';
          display: block;
          position: absolute;
          top: auto;
          right: auto;
          left: 50%;
          bottom: -8px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 8px 8px 0 8px;
          border-color: #fedf36 transparent transparent transparent;
          z-index: 1;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
      .bar-tabs .bar-tab-head ul li a {
        position: relative;
        display: inline-block;
        @inlude rem(padding-left, 30px); }
        .bar-tabs .bar-tab-head ul li a:before {
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
  .bar-tabs .bar-tab-content {
    background-color: #fff; }
    .bar-tabs .bar-tab-content > div {
      padding: 16px 12px;
      padding: 1rem 0.75rem;
      display: none;
      position: static;
      height: auto;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      .bar-tabs .bar-tab-content > div.active {
        padding-top: 12px;
        padding-top: 0.75rem;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        -webkit-transition: none;
        transition: none; }
      .bar-tabs .bar-tab-content > div.show {
        display: block; } }

.nav-tabs .nav-link {
  color: #007732;
  background: transparent; }
  .nav-tabs .nav-link.active {
    background: #fff;
    color: #000; }

.tab-content {
  padding: 16px 12px;
  padding: 1rem 0.75rem;
  background-color: #fff; }
  .tab-content.has-border {
    border: 1px solid #dee2e6;
    border-top: 0; }

.nav-pills .nav-link {
  color: #007732; }
  .nav-pills .nav-link.active {
    color: #000; }

.vactory-tender-listing-one-column .pagination {
  margin-top: 10px;
  margin-top: 0.625rem; }

.card.card-tender .card-body {
  padding: 30px;
  padding: 1.875rem; }

.card.card-tender .badge-tender {
  line-height: 28px;
  line-height: 1.75rem;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
  letter-spacing: normal; }

.card.card-tender .card-date {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-align: left;
  letter-spacing: normal; }

.card.card-tender .tender-excerpt p {
  line-height: 20px;
  line-height: 1.25rem;
  color: #000; }

.card.card-tender .tender-read-more {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: left; }
  html[dir=rtl] .card.card-tender .tender-read-more {
    text-align: right; }
  .card.card-tender .tender-read-more a:before {
    display: none; }
  .card.card-tender .tender-read-more .btn {
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 8px;
    padding-top: 0.5rem;
    padding-bottom: 4px;
    padding-bottom: 0.25rem; }
    .card.card-tender .tender-read-more .btn i {
      top: -2px; }

@media (min-width: 992px) {
  .card.card-tender .card-date {
    text-align: right; }
  .card.card-tender .tender-read-more {
    text-align: right; }
    html[dir=rtl] .card.card-tender .tender-read-more {
      text-align: left; } }

.team-1.fdb-block img {
  border-bottom: solid 5px #007732;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important; }

.team-1.fdb-block .fdb-box {
  padding: 0; }
  .team-1.fdb-block .fdb-box .content {
    padding: 20px;
    padding: 1.25rem; }

.team-2.fdb-block img {
  border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -webkit-border-radius: 100% !important; }

.team-3.fdb-block img {
  border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -webkit-border-radius: 100% !important; }

.fdb-block {
  padding: 0 0;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-color: transparent; }
  .fdb-block.fdb-block-hasbackground {
    padding: 100px 0;
    padding: 6.25rem 0; }
  .fdb-block.fdb-viewport {
    min-height: calc(100% - 2 * 100px); }
    .fdb-block.fdb-viewport .container, .fdb-block.fdb-viewport .bar-tabs {
      min-height: calc(100% - 2 * 100px); }
  .fdb-block.fdb-image-bg {
    color: #f2f2f2; }
  .fdb-block .fdb-box {
    background: #fff;
    color: #444444;
    padding: 60px 40px;
    padding: 3.75rem 2.5rem;
    border-radius: 4px;
    overflow: hidden; }
  .fdb-block .fdb-touch {
    border-top: solid 5px #007732; }
  .fdb-block .font-weight-light {
    font-weight: 300; }
  .fdb-block img {
    border-radius: 4px; }
    .fdb-block img + p, .fdb-block img + h3, .fdb-block img + h4 {
      margin-top: 20px;
      margin-top: 1.25rem; }
    .fdb-block img + h1, .fdb-block img + h2 {
      margin-top: 40px;
      margin-top: 2.5rem; }
  .fdb-block .col-fill-left {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 1; }
    .fdb-block .col-fill-left + div {
      position: relative;
      z-index: 2; }
  .fdb-block .col-fill-right {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 1; }
    .fdb-block .col-fill-right + div {
      position: relative;
      z-index: 2; }
  .fdb-block img.fdb-icon {
    width: 60px; }
  .fdb-block img.fdb-icon-round {
    width: 60px;
    border-radius: 60px; }
  .fdb-block .row-100 {
    height: 100px;
    width: 100%; }
  .fdb-block .row-50 {
    height: 50px;
    width: 100%; }
  .fdb-block .row-70 {
    height: 70px;
    width: 100%; }

footer {
  padding: 30px 0;
  padding: 1.875rem 0; }
  footer.footer-large {
    padding: 100px 0;
    padding: 6.25rem 0; }
  footer .flex-column .nav-link {
    padding-left: 0; }
  footer.bg-dark {
    background: #2d313c;
    color: #f2f2f2; }
    footer.bg-dark a {
      color: #f2f2f2; }
  footer a {
    color: #444444; }

header {
  background-color: #fff; }
  header .navbar-nav a.nav-link {
    color: #777; }
    header .navbar-nav a.nav-link:hover {
      color: #007732; }
  header .navbar-nav .active a.nav-link {
    color: #444444; }
  header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  header.bg-dark .navbar-nav a.nav-link {
    color: #dcdcdc; }
    header.bg-dark .navbar-nav a.nav-link:hover {
      color: #007732; }
  header.bg-dark .navbar-nav .active a.nav-link {
    color: #fff; }
  header.bg-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

header + header {
  border-top: solid 1px #EEE; }

.bg-dark {
  background-color: #2d313c;
  color: #f2f2f2; }

.bg-gray {
  background-color: #fafafa;
  color: #444444; }

.br {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden; }

.br-0 {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important; }

.heart {
  color: #df584e;
  font-weight: bold; }

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

.sl-1 {
  z-index: 2; }

table tr.no-border th, table tr.no-border td {
  border-top: 0; }

.bg-turn {
  display: none; }

/* disable orientation: landscape for mobile */
@media screen and (max-width: 768px) and (orientation: landscape) {
  .touchevents body.interstitiel-mode {
    position: fixed; }
    .touchevents body.interstitiel-mode .bg-turn {
      display: block;
      background: url(../img/iphone-landscape@2x.png) no-repeat center center #fff;
      background-size: contain;
      height: 100%;
      width: 100%;
      position: fixed;
      z-index: 99999;
      top: 0; } }

/* disable orientation: portrait for tablet */
@media screen and (min-width: 768px) and (max-width: 992px) and (orientation: portrait) {
  .touchevents body.interstitiel-mode {
    position: fixed; }
    .touchevents body.interstitiel-mode .bg-turn {
      display: block;
      background: url(../img/ipad-portrait@1x.png) no-repeat center center #fff;
      background-size: contain;
      height: 100%;
      width: 100%;
      position: fixed;
      z-index: 99999;
      top: 0; } }

.touchevents body.interstitiel-mode .bg-turn .close-interstitiel {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 40px;
  font-size: 2.5rem;
  color: #000; }

.maintenance-body {
  height: calc(100vh - 72px); }
  .maintenance-body h1 {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
    .maintenance-body h1 a {
      display: inline-block; }
    .maintenance-body h1 img {
      max-width: 170px; }
  .maintenance-body header {
    background-color: transparent; }

@media (min-width: 992px) {
  .maintenance-body {
    height: 100vh; }
    .maintenance-body main {
      margin-bottom: 50px; }
    .maintenance-body h1 {
      margin-bottom: 25px;
      margin-bottom: 1.5625rem; }
      .maintenance-body h1 img {
        max-width: 270px; } }

.vf-user-login-form {
  max-width: 450px;
  margin: 0 auto;
  border: 1px solid #ebf3f5;
  padding: 32px;
  padding: 2rem; }

.vf-user-login-form .form-submit {
  padding: 0.875rem 1.5625rem;
  font-size: 1.25rem;
  line-height: 1.375rem;
  border-radius: 0;
  display: block;
  width: 100%; }

.form-or-separator {
  background: none;
  height: 34px;
  position: relative;
  text-align: center; }

.form-or-separator--text {
  background-color: #fff;
  display: inline-block;
  padding: 8px;
  padding: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #495057;
  margin: 0; }

.form-or-separator hr {
  border: 0;
  border-top: 1px solid #c7c7c7;
  margin: -16px auto 10px;
  margin: -1rem auto 0.625rem;
  width: 100%; }

.block--socialauthlogin .auth-link {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0.0625rem solid transparent;
  padding: 0.875rem 1.125rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  padding: 0.875rem 1.5625rem;
  font-size: 1.25rem;
  line-height: 1.375rem;
  border-radius: 0;
  display: block !important;
  border: 1px solid !important;
  width: 100% !important;
  height: auto !important;
  background-image: none !important;
  margin: 0 !important;
  margin-bottom: 6px !important;
  margin-bottom: 0.375rem !important;
  text-rendering: optimizelegibility;
  font-size: 16px !important;
  font-size: 1rem !important; }
  @media screen and (prefers-reduced-motion: reduce) {
    .block--socialauthlogin .auth-link {
      -webkit-transition: none;
      transition: none; } }
  .block--socialauthlogin .auth-link:hover, .block--socialauthlogin .auth-link:focus {
    text-decoration: none; }
  .block--socialauthlogin .auth-link:focus, .block--socialauthlogin .auth-link.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem #007732;
            box-shadow: 0 0 0 0.2rem #007732; }
  .block--socialauthlogin .auth-link.disabled, .block--socialauthlogin .auth-link:disabled {
    opacity: 0.65; }
  .block--socialauthlogin .auth-link:not([disabled]):not(.disabled) {
    cursor: pointer; }
  .block--socialauthlogin .auth-link:not([disabled]):not(.disabled):active, .block--socialauthlogin .auth-link:not([disabled]):not(.disabled).active {
    background-image: none; }

.auth-link {
  position: relative; }
  .auth-link::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20px;
    font-size: 16px;
    font-size: 1rem;
    width: 21px;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .auth-link[href*="facebook"]::after {
    content: "";
    color: #FFF; }
  .auth-link[href*="google"]::after {
    content: "";
    color: #dd4e42 !important; }

.auth-link[href*="facebook"] {
  background-color: #3B5998 !important;
  border-color: #3B5998 !important;
  color: #FFF !important; }
  .auth-link[href*="facebook"]:hover, .auth-link[href*="facebook"]:focus {
    background-color: #4568b2 !important;
    border-color: #3B5998 !important;
    color: #FFF !important; }

.auth-link[href*="google"] {
  background: #fff !important;
  border-color: #c4c4c4 !important;
  color: #484848 !important; }
  .auth-link[href*="google"]:hover, .auth-link[href*="google"]:focus {
    background: #fff !important;
    border-color: #aaa !important;
    color: #484848 !important; }

.node.wysiwyg-templates .node__content .paragraph {
  border-bottom: 1px solid #343a40; }

.vh-header__top-template .t-intro {
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }
  .vh-header__top-template .t-intro h2 {
    margin-bottom: 22px;
    margin-bottom: 1.375rem;
    color: #000; }
  .vh-header__top-template .t-intro p {
    color: #000; }

.vh-header__top-template .card {
  position: relative;
  padding: 28px 34px 30px;
  padding: 1.75rem 2.125rem 1.875rem;
  -webkit-box-shadow: -2px 2px 13px 0 rgba(0, 0, 0, 0.1);
          box-shadow: -2px 2px 13px 0 rgba(0, 0, 0, 0.1);
  height: auto;
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }
  .vh-header__top-template .card:before {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 100px;
    font-size: 6.25rem;
    opacity: .3;
    color: #BCBCBC; }
  .vh-header__top-template .card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #83BF18; }
  .vh-header__top-template .card h3, .vh-header__top-template .card h4 {
    color: #000;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .vh-header__top-template .card ul {
    list-style-type: none;
    padding-left: 0; }
    html[dir=rtl] .vh-header__top-template .card ul {
      padding-right: 0; }
    .vh-header__top-template .card ul:last-child {
      margin-bottom: 0; }
  .vh-header__top-template .card p, .vh-header__top-template .card ul li {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    max-width: 195px; }
    .vh-header__top-template .card p:last-child, .vh-header__top-template .card ul li:last-child {
      margin-bottom: 0; }
    .vh-header__top-template .card p, .vh-header__top-template .card p a, .vh-header__top-template .card ul li, .vh-header__top-template .card ul li a {
      font-size: 16px;
      font-size: 1rem;
      line-height: 22px;
      line-height: 1.375rem;
      font-family: "DIN Next LT W01 Light", "arial";
      letter-spacing: .3px;
      margin-bottom: 9px;
      margin-bottom: 0.5625rem;
      color: #000; }
      html[dir=rtl] .vh-header__top-template .card p, html[dir=rtl] .vh-header__top-template .card p a, html[dir=rtl] .vh-header__top-template .card ul li, html[dir=rtl] .vh-header__top-template .card ul li a {
        letter-spacing: normal; }
    .vh-header__top-template .card p a:hover, .vh-header__top-template .card ul li a:hover {
      color: #007732;
      text-decoration: none; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .t-content-image-gauche-titre-button {
    height: 100%; } }

.t-content-image-gauche-titre-button img {
  width: auto;
  margin: 0 auto; }

.t-floated-image-adroite + hr {
  background-color: #F0F0F0;
  max-width: 914px;
  margin: 60px auto 60px auto;
  margin: 3.75rem auto 3.75rem auto; }
  .t-floated-image-adroite + hr:last-child {
    margin-bottom: 0; }

.t-list-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .t-list-buttons > * {
    margin: 10px;
    margin: 0.625rem; }

@media (min-width: 992px) {
  .vh-header__top-template .t-intro h2 {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .vh-header__top-template .card {
    margin-bottom: 0; }
    .vh-header__top-template .card:not(:last-child) {
      margin-bottom: 34px;
      margin-bottom: 2.125rem; }
    .vh-header__top-template .card p, .vh-header__top-template .card ul li {
      max-width: unset; }
  .t-content-image-gauche-titre-button img {
    width: 100%; } }

[data-contextual-id*="entity_subqueue"] {
  top: 46px; }

@media (min-width: 576px) {
  .view-filters {
    display: block !important; } }

.views-exposed-form {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  margin: 30px 0;
  margin: 1.875rem 0; }
  .views-exposed-form > .form-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .views-exposed-form > .form-row > .form-actions {
      margin-bottom: 0;
      margin-left: auto;
      margin-right: auto;
      min-height: auto;
      text-align: center; }
  .views-exposed-form .form-row .col {
    padding-right: 0;
    padding-left: 0; }
  .views-exposed-form .form-row > .col:not(:last-child),
  .views-exposed-form .form-row [class*="col-"]:not(:last-child) {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    min-height: auto; }
  .views-exposed-form .btn-reset, .views-exposed-form .btn-reset:focus, .views-exposed-form input.form-type-submit, .views-exposed-form input.form-type-submit:focus {
    background: transparent;
    border: 1px solid #007732;
    color: #007732;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    margin-left: 10px;
    margin-left: 0.625rem; }
    html[dir=rtl] .views-exposed-form .btn-reset, html[dir=rtl] .views-exposed-form .btn-reset:focus, html[dir=rtl] .views-exposed-form input.form-type-submit, html[dir=rtl] .views-exposed-form input.form-type-submit:focus {
      margin-left: 0;
      margin-right: 10px;
      margin-right: 0.625rem; }
  .views-exposed-form .btn-reset:hover, .views-exposed-form input.form-type-submit:hover {
    background: #007732;
    color: #fff; }
  .views-exposed-form > .form-group:not(:last-child) {
    margin-right: 10px;
    margin-right: 0.625rem; }
    html[dir=rtl] .views-exposed-form > .form-group:not(:last-child) {
      margin-right: 0;
      margin-left: 10px;
      margin-left: 0.625rem; }
  .views-exposed-form > .form-actions > :first-child {
    margin-right: 10px;
    margin-right: 0.625rem; }
    html[dir=rtl] .views-exposed-form > .form-actions > :first-child {
      margin-right: 0;
      margin-left: 10px;
      margin-left: 0.625rem; }
  .views-exposed-form .form-item.form-type-textfield[class*='date'] {
    position: relative; }
    .views-exposed-form .form-item.form-type-textfield[class*='date']::after {
      content: "";
      display: inline-block;
      font-size: 15px;
      font-size: 0.9375rem;
      position: absolute;
      top: 50%;
      right: 13px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      html[dir=rtl] .views-exposed-form .form-item.form-type-textfield[class*='date']::after {
        left: 13px;
        right: auto; }
  .views-exposed-form input.form-control, .views-exposed-form input.form-control:not([size]):not([multiple]),
  .views-exposed-form select.form-control,
  .views-exposed-form select.form-control:not([size]):not([multiple]),
  .views-exposed-form .group-select,
  .views-exposed-form .group-select:not([size]):not([multiple]) {
    height: 50px; }

.filter-gear-icon {
  font-size: 20px;
  font-size: 1.25rem; }

.btn-control-panel {
  margin: 20px 0;
  margin: 1.25rem 0; }

@media (min-width: 992px) {
  .views-exposed-form > .form-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .views-exposed-form > .form-row > .form-actions {
      margin-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: left; }
      html[dir=rtl] .views-exposed-form > .form-row > .form-actions {
        text-align: right; }
  .views-exposed-form .form-row .col {
    padding-left: 5px;
    padding-left: 0.3125rem;
    padding-right: 5px;
    padding-right: 0.3125rem; }
  .views-exposed-form .form-row > .col:not(:last-child),
  .views-exposed-form .form-row [class*="col-"]:not(:last-child) {
    margin-bottom: 0; } }

blockquote {
  border-left: none; }

.quote-badge {
  background-color: rgba(0, 0, 0, 0.2); }

.quote-box {
  overflow: hidden;
  border-radius: 17px;
  background-color: #4ADFCC;
  margin-top: 25px;
  margin-top: 1.5625rem;
  color: white;
  width: 325px;
  -webkit-box-shadow: 2px 2px 2px 2px #E0E0E0;
          box-shadow: 2px 2px 2px 2px #E0E0E0; }

.quotation-mark {
  margin-top: -10px;
  margin-top: -0.625rem;
  font-weight: bold;
  font-size: 100px;
  font-size: 6.25rem;
  color: white;
  font-family: "Times New Roman", Georgia, Serif; }

.quote-text {
  font-size: 19px;
  font-size: 1.1875rem;
  margin-top: -65px;
  margin-top: -4.0625rem; }

.box {
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px dashed #dadada;
  margin-top: 10px;
  margin-top: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 0 20px 20px 20px;
  padding: 0 1.25rem 1.25rem 1.25rem;
  min-height: 340px; }

.box:hover {
  border: 2px solid #525C7A; }

.box span.box-title {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase; }

.box .box-content {
  padding: 16px;
  padding: 1rem;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.box .box-content p {
  color: #515c66;
  text-transform: none; }

.vactory-map--variant1 {
  width: 100%;
  height: 400px; }

.t-2b-image-video-title-text-button.block-with-bg {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 32px 24px;
  border: 6px;
  border-radius: 6px; }
  .t-2b-image-video-title-text-button.block-with-bg .block-image {
    text-align: center; }
    .t-2b-image-video-title-text-button.block-with-bg .block-image img {
      width: auto; }

.t-2b-image-video-title-text-button h2 {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  text-transform: none; }

.t-2b-image-video-title-text-button .text-large {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-weight: normal; }
  html[dir=rtl] .t-2b-image-video-title-text-button .text-large {
    line-height: 27px;
    line-height: 1.6875rem; }

.t-2b-image-video-title-text-button .block-image {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.t-2b-image-video-title-text-button .t-2b-buttons {
  text-align: center; }

.t-2b-image-videp-bg-title-text .t-2b-image-bg {
  padding: 24px;
  padding: 1.5rem;
  margin-top: 23px;
  margin-top: 1.4375rem;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 24px 24px;
  border: 6px;
  border-radius: 6px;
  position: relative; }
  .t-2b-image-videp-bg-title-text .t-2b-image-bg .t-video-title {
    position: absolute;
    z-index: 9999;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
    font-weight: normal;
    top: 30px;
    left: 30px;
    width: calc(100% - 80px); }
    html[dir=rtl] .t-2b-image-videp-bg-title-text .t-2b-image-bg .t-video-title {
      left: auto;
      right: 30px;
      line-height: 20px;
      line-height: 1.25rem; }

.t-2b-image-videp-bg-title-text .t-description {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  width: 100%; }
  .t-2b-image-videp-bg-title-text .t-description:last-child {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }

.t-2b-image-videp-bg-title-text h2 {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  width: 100%; }

.t-3cols-image-title-text-permalinks .t-block-image-description {
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  overflow: hidden; }

.t-3cols-image-title-text-permalinks .t-3cols-description {
  padding: 9px 24px 27px 24px;
  padding: 0.5625rem 1.5rem 1.6875rem 1.5rem;
  background-color: #fff; }

.t-3cols-image-title-text-permalinks h2, .t-3cols-image-title-text-permalinks .h4 {
  font-weigh: 600;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  text-transform: none; }

.t-3cols-image-title-text-permalinks .js-img-video .block-image > a:after {
  background-color: transparent; }

.t-6-points-indices .t-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.t-6-points-indices .t-box {
  position: relative;
  text-align: center; }
  .t-6-points-indices .t-box img {
    margin: 0 auto;
    width: 100%; }
  .t-6-points-indices .t-box .t-box-description {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .t-6-points-indices .t-box .t-box-description .t-box-description-number p {
      font-style: italic;
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 36px;
      line-height: 2.25rem;
      margin-bottom: 10px;
      margin-bottom: 0.625rem; }
      html[dir=rtl] .t-6-points-indices .t-box .t-box-description .t-box-description-number p {
        line-height: 38px;
        line-height: 2.375rem; }
    .t-6-points-indices .t-box .t-box-description p {
      color: #fff; }

.t-6blocks-image-desc-button .t-6blocks-links {
  margin-top: 51px;
  margin-top: 3.1875rem;
  text-align: center; }

.t-6blocks-image-desc-button img {
  margin: 0 auto 0;
  height: 85px;
  width: auto; }
  .t-6blocks-image-desc-button img + p {
    margin: 11px auto 0;
    margin: 0.6875rem auto 0;
    max-width: 196px; }

.t-6blocks-image-desc-button h3 {
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-weight: 600;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 77px;
  line-height: 4.8125rem; }
  html[dir=rtl] .t-6blocks-image-desc-button h3 {
    line-height: 79px;
    line-height: 4.9375rem; }
  .t-6blocks-image-desc-button h3 + p {
    margin: 0 auto;
    max-width: 196px; }

.t-chiffre-and-text .item {
  text-align: center; }

.t-chiffre-and-text h3 {
  color: #007732;
  font-weight: 600;
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 87px;
  padding: 20px 20px 5px;
  padding: 1.25rem 1.25rem 0.3125rem;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  min-width: 126px; }
  .t-chiffre-and-text h3:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 124px;
    height: 124px;
    border: 1px solid #979797;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.t-chiffre-and-text p {
  margin-top: 10px;
  margin-top: 0.625rem; }

.t-2b-imageorvideo-bigTitle-text .block-image {
  text-align: center; }
  .t-2b-imageorvideo-bigTitle-text .block-image img {
    width: auto;
    max-width: 80%; }

.t-2b-imageorvideo-bigTitle-text h1 {
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

.t-2b-imageorvideo-bigTitle-text .text-description {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 29px;
  line-height: 1.8125rem;
  font-weight: normal;
  color: #4E4541; }
  html[dir=rtl] .t-2b-imageorvideo-bigTitle-text .text-description {
    line-height: 31px;
    line-height: 1.9375rem; }

.t-video-youtube-with-content .block-image {
  position: relative;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem; }
  .t-video-youtube-with-content .block-image img {
    width: 100%; }

.t-video-youtube-with-content .person-details .person-name {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "DIN Next LT W01 Regular", "Arial";
  color: #000;
  letter-spacing: .38px;
  margin-bottom: 9px;
  margin-bottom: 0.5625rem; }
  html[dir=rtl] .t-video-youtube-with-content .person-details .person-name {
    font-weight: 400;
    letter-spacing: normal;
    line-height: 30px;
    line-height: 1.875rem; }

.t-video-youtube-with-content .person-details .person-role {
  line-height: 28px;
  line-height: 1.75rem;
  color: #000;
  font-family: "DIN Next LT W01 Light", "arial"; }
  html[dir=rtl] .t-video-youtube-with-content .person-details .person-role {
    font-weight: 300;
    line-height: 30px;
    line-height: 1.875rem; }

.t-video-youtube-with-content .t-video-youtube-description {
  position: relative; }
  .t-video-youtube-with-content .t-video-youtube-description:before {
    content: "";
    font-size: 80px;
    font-size: 5rem;
    color: #007732;
    opacity: .15;
    position: absolute;
    top: -38px;
    left: -10px;
    font-family: 'vactory'; }
    html[dir=rtl] .t-video-youtube-with-content .t-video-youtube-description:before {
      left: auto;
      right: -10px;
      -webkit-transform: rotateY(-180deg);
              transform: rotateY(-180deg); }
  .t-video-youtube-with-content .t-video-youtube-description:not(:last-child) {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }

.t-three-card-with-cta .t-item {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center; }

.t-three-card-with-cta p.t-title {
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }

.t-boxed-table {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 15px 15px;
  border: 6px;
  border-radius: 6px; }
  .t-boxed-table .t-box {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .t-boxed-table .t-box-title {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    color: #000;
    font-weight: normal;
    padding-right: 15px;
    padding-right: 0.9375rem; }
    html[dir=rtl] .t-boxed-table .t-box-title {
      padding-right: 0;
      padding-left: 15px;
      padding-left: 0.9375rem;
      line-height: 18px;
      line-height: 1.125rem; }
  .t-boxed-table .t-box-side p {
    color: #000;
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    white-space: nowrap; }
    html[dir=rtl] .t-boxed-table .t-box-side p {
      line-height: 18px;
      line-height: 1.125rem; }
    .t-boxed-table .t-box-side p span {
      color: #007732;
      font-weight: 600;
      font-size: 16px;
      font-size: 1rem;
      line-height: 16px;
      line-height: 1rem; }
      html[dir=rtl] .t-boxed-table .t-box-side p span {
        line-height: 18px;
        line-height: 1.125rem; }

.t-three-card-with-image-desc-link .t-box {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 30px 30px;
  border: 6px;
  border-radius: 6px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%; }
  .t-three-card-with-image-desc-link .t-box img {
    margin: 0 auto 30px;
    margin: 0 auto 1.875rem;
    max-width: 160px; }
  .t-three-card-with-image-desc-link .t-box .t-box-description-link {
    border-top: 1px solid #b8b8b8;
    padding-top: 20px;
    padding-top: 1.25rem; }
  .t-three-card-with-image-desc-link .t-box .t-box-description {
    margin-bottom: 18px;
    margin-bottom: 1.125rem; }

.t-thight-image-text img {
  width: 100%; }

.t-thight-image-text .t-thight-image-text-image {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem; }
  .t-thight-image-text .t-thight-image-text-image.block-with-bg {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
    padding: 32px 24px;
    border: 6px;
    border-radius: 6px; }

.t-slider-cards .t-box-image {
  margin-bottom: 27px;
  margin-bottom: 1.6875rem; }
  .t-slider-cards .t-box-image img {
    width: 100%; }

.t-slider-cards > h3 {
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

.t-slider-cards .t-box {
  border: 3px solid rgba(109, 114, 120, 0.34);
  -webkit-box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  padding: 1.875rem;
  height: 100%;
  width: 100%; }

.t-slider-cards .t-box-description {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

.t-temoignage-box > .row:not(.slick-initialized) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .t-temoignage-box > .row:not(.slick-initialized) {
      display: block; } }
  .t-temoignage-box > .row:not(.slick-initialized) > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .t-temoignage-box > .row:not(.slick-initialized) > * {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .t-temoignage-box > .row:not(.slick-initialized):before {
    display: none; }

.t-temoignage-box .t-box {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 40px 10px;
  border: 6px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 100%;
  height: 100%; }
  .t-temoignage-box .t-box .t-box-description {
    font-weight: normal;
    font-style: italic;
    color: #4e4541;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
    html[dir=rtl] .t-temoignage-box .t-box .t-box-description {
      line-height: 28px;
      line-height: 1.75rem; }
  .t-temoignage-box .t-box .t-box-temoignage,
  .t-temoignage-box .t-box .t-box-temoignage-operation {
    margin-bottom: 0; }

.t-two-sided-block-with-bg-cta .t-content {
  border: 1px solid transparent;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden; }
  .t-two-sided-block-with-bg-cta .t-content .t-item {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 30px;
    padding: 2.5rem 1.875rem;
    position: relative; }
    .t-two-sided-block-with-bg-cta .t-content .t-item:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3); }
    .t-two-sided-block-with-bg-cta .t-content .t-item .t-box {
      position: relative;
      z-index: 2; }
    .t-two-sided-block-with-bg-cta .t-content .t-item .t-entete {
      font-size: 16px;
      font-size: 1rem;
      font-weight: normal;
      color: #fff;
      margin-bottom: 8px;
      margin-bottom: 0.5rem; }
    .t-two-sided-block-with-bg-cta .t-content .t-item h2 {
      margin-bottom: 30px;
      margin-bottom: 1.875rem;
      color: #fff; }
    .t-two-sided-block-with-bg-cta .t-content .t-item .t-box-details {
      color: #fff; }
      .t-two-sided-block-with-bg-cta .t-content .t-item .t-box-details a:not(.btn):not(.permalink):not(.btn-download):not(.btn-with-icon) {
        color: #fff;
        text-decoration: underline;
        font-size: 16px;
        font-size: 1rem;
        line-height: 18px;
        line-height: 1.125rem;
        font-weight: normal;
        -webkit-transition: color .3s ease-in;
        transition: color .3s ease-in; }
        html[dir=rtl] .t-two-sided-block-with-bg-cta .t-content .t-item .t-box-details a:not(.btn):not(.permalink):not(.btn-download):not(.btn-with-icon) {
          line-height: 20px;
          line-height: 1.25rem; }
        .t-two-sided-block-with-bg-cta .t-content .t-item .t-box-details a:not(.btn):not(.permalink):not(.btn-download):not(.btn-with-icon):hover {
          color: #007732; }
        .t-two-sided-block-with-bg-cta .t-content .t-item .t-box-details a:not(.btn):not(.permalink):not(.btn-download):not(.btn-with-icon) + a {
          margin-left: 11px;
          margin-left: 0.6875rem;
          margin-right: 11px;
          margin-right: 0.6875rem;
          margin-bottom: 8px;
          margin-bottom: 0.5rem; }
      .t-two-sided-block-with-bg-cta .t-content .t-item .t-box-details ul {
        list-style-type: none;
        padding-left: 0;
        text-align: center; }
        .t-two-sided-block-with-bg-cta .t-content .t-item .t-box-details ul li {
          display: inline-block;
          padding-left: 11px !important;
          padding-left: 0.6875rem !important;
          padding-right: 11px !important;
          padding-right: 0.6875rem !important; }
          .t-two-sided-block-with-bg-cta .t-content .t-item .t-box-details ul li:before {
            display: none; }
          .t-two-sided-block-with-bg-cta .t-content .t-item .t-box-details ul li, .t-two-sided-block-with-bg-cta .t-content .t-item .t-box-details ul li a {
            color: #fff;
            font-size: 16px;
            font-size: 1rem;
            line-height: 18px;
            line-height: 1.125rem;
            margin-bottom: 8px !important;
            margin-bottom: 0.5rem !important;
            font-weight: normal; }
            html[dir=rtl] .t-two-sided-block-with-bg-cta .t-content .t-item .t-box-details ul li, html[dir=rtl] .t-two-sided-block-with-bg-cta .t-content .t-item .t-box-details ul li a {
              line-height: 20px;
              line-height: 1.25rem; }
          .t-two-sided-block-with-bg-cta .t-content .t-item .t-box-details ul li a {
            text-decoration: underline; }

.t-coverflow-full .col-md-6 {
  width: calc(100vw - 30px);
  height: auto;
  max-width: 632px;
  max-height: 486px;
  min-height: 200px; }

.t-coverflow-full .t-2b-image-bg {
  padding: 24px;
  padding: 1.5rem;
  margin-bottom: 0;
  display: inline-block;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 24px 24px;
  border: 6px;
  border-radius: 6px;
  position: relative;
  width: 100%; }
  .t-coverflow-full .t-2b-image-bg > div {
    height: 100%; }
  .t-coverflow-full .t-2b-image-bg .t-video-title {
    position: absolute;
    z-index: 9999;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
    font-weight: normal;
    top: 30px;
    left: 30px;
    width: calc(100% - 80px); }
    html[dir=rtl] .t-coverflow-full .t-2b-image-bg .t-video-title {
      left: auto;
      right: 30px;
      text-align: right;
      line-height: 20px;
      line-height: 1.25rem; }
  .t-coverflow-full .t-2b-image-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.t-boxed-text-with-icon > h3 {
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.t-boxed-text-with-icon .t-boxed-parent:not(:last-child) {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.t-boxed-text-with-icon .t-item-box {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 30px 30px;
  border: 6px;
  border-radius: 6px; }

.t-boxed-text-with-icon .t-item-img {
  margin: 0 auto 15px auto;
  margin: 0 auto 0.9375rem auto; }
  .t-boxed-text-with-icon .t-item-img img {
    max-width: 90px;
    min-width: 90px; }

.t-boxed-text-with-icon .t-item-details {
  overflow: hidden; }
  .t-boxed-text-with-icon .t-item-details p {
    color: #000; }

.t-boxed-text-with-icon .t-item:not(:last-child) {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.t-boxed-text-with-icon .t-item img {
  width: 100%; }

.t-boxed-text-with-icon .t-boxed-parent h3 {
  color: #7fa4c5;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem; }
  html[dir=rtl] .t-boxed-text-with-icon .t-boxed-parent h3 {
    line-height: 22px;
    line-height: 1.375rem; }

.t-bloc-partners .t-block-partners-wrapper .card-partner {
  margin-bottom: 34px;
  margin-bottom: 2.125rem; }
  .t-bloc-partners .t-block-partners-wrapper .card-partner .t-bloc-item-partner {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
    padding: 20px;
    padding: 1.25rem;
    border: 1px solid #DBDBDB; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .t-bloc-partners .t-block-partners-wrapper .card-partner img {
      min-width: 140px; } }

.t-bloc-partners .t-block-partners-wrapper .t-bloc-item-partner {
  max-width: 212px;
  width: 212px;
  margin: 0 auto; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .t-bloc-partners .t-block-partners-wrapper .t-bloc-item-partner {
      -ms-flex-preferred-size: 212px;
          flex-basis: 212px; } }
  .t-bloc-partners .t-block-partners-wrapper .t-bloc-item-partner .t-partner-image {
    height: 100%; }
  .t-bloc-partners .t-block-partners-wrapper .t-bloc-item-partner a, .t-bloc-partners .t-block-partners-wrapper .t-bloc-item-partner img {
    margin: 0 auto;
    width: 100%;
    min-width: 100px; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .t-bloc-partners .t-block-partners-wrapper .t-bloc-item-partner a, .t-bloc-partners .t-block-partners-wrapper .t-bloc-item-partner img {
        min-width: 150px; } }

.t-bloc-partners .t-block-partners-wrapper .slick-list {
  margin: 0 0 20px 0;
  margin: 0 0 1.25rem 0; }

.t-bloc-partners .t-block-partners-wrapper .slick-slide .t-partner-image {
  height: auto; }

.t-bloc-partners .t-block-partners-wrapper .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.t-boxes-with-image-title-and-introduction .t-box-image {
  -webkit-box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  .t-boxes-with-image-title-and-introduction .t-box-image:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .t-boxes-with-image-title-and-introduction .t-box-image img {
    width: 100%;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in; }

.t-boxes-with-image-title-and-introduction .t-box-title p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "DINNextW01-CondensedBol", "arial";
  color: #000; }
  html[dir=rtl] .t-boxes-with-image-title-and-introduction .t-box-title p {
    font-weight: 700;
    line-height: 26px;
    line-height: 1.625rem; }

.t-fiche-image-content h5 {
  color: #E30613; }

.t-fiche-image-content .t-fiche-image-content-body {
  padding: 30px 15px;
  padding: 1.875rem 0.9375rem;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1); }
  .t-fiche-image-content .t-fiche-image-content-body:not(:last-child) {
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
  .t-fiche-image-content .t-fiche-image-content-body .t-image-wrapper {
    padding: 0 20px;
    padding: 0 1.25rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
    .t-fiche-image-content .t-fiche-image-content-body .t-image-wrapper img {
      max-width: 133px; }

.t-publication-wrapper {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.18);
  background-color: #fff;
  padding: 0 15px;
  padding: 0 0.9375rem;
  border: 1px solid transparent;
  border-radius: 6px; }
  .t-publication-wrapper .t-publication-content {
    padding: 15px 0;
    padding: 0.9375rem 0; }
    .t-publication-wrapper .t-publication-content:not(:last-child) {
      border-bottom: 1px solid #a29f9c; }
    .t-publication-wrapper .t-publication-content .t-image-wrapper {
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
      .t-publication-wrapper .t-publication-content .t-image-wrapper img {
        max-width: 100px;
        margin: 0 auto; }
    .t-publication-wrapper .t-publication-content .t-publication-details-text {
      margin-bottom: 5px;
      margin-bottom: 0.3125rem; }
      .t-publication-wrapper .t-publication-content .t-publication-details-text h3,
      .t-publication-wrapper .t-publication-content .t-publication-details-text .t-publication-authors {
        margin-bottom: 5px;
        margin-bottom: 0.3125rem; }
      .t-publication-wrapper .t-publication-content .t-publication-details-text .t-publicatoin-description {
        font-weight: 600; }

.t-block-chiffres .chiffre-item__description {
  font-size: 18px;
  font-size: 1.125rem; }

.t-col-illustration {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  max-width: 100%;
  margin: 0 auto; }
  .t-col-illustration .intro {
    margin: 0 auto 0; }
  .t-col-illustration a {
    color: #000; }
    .t-col-illustration a:hover {
      color: #007732; }
  .t-col-illustration [class^="col-"] {
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
    .t-col-illustration [class^="col-"]:last-child {
      margin-bottom: 0; }

.block-illustration {
  height: 90px;
  display: block; }
  .block-illustration img {
    max-height: 90px;
    display: inline-block; }

img.media-border {
  border: 20px solid #007732;
  width: 100%;
  display: block; }

.play-video {
  position: relative;
  display: block;
  overflow: hidden; }
  .play-video img {
    max-width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: -webkit-transform .5s ease-in;
    transition: transform .5s ease-in;
    transition: transform .5s ease-in, -webkit-transform .5s ease-in; }

.t-intro-three-push-withtext .intro {
  max-width: 700px; }

.t-slider-two-three-columns .t-slider-box-image img {
  max-width: 153px;
  min-width: 153px;
  margin: 0 auto 30px auto; }

.t-slider-two-three-columns h4 {
  font-family: "DINNextW01-CondensedBol", "arial";
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  html[dir=rtl] .t-slider-two-three-columns h4 {
    font-weight: 700; }

.t-slider-two-three-columns p {
  margin-bottom: 18px;
  margin-bottom: 1.125rem; }

.t-three-push-withtext {
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem; }
  .t-three-push-withtext.slick-initialized.slick-dotted.slick-slider {
    margin-bottom: 40px;
    margin-bottom: 2.5rem; }
  .t-three-push-withtext .slick-slide {
    padding-bottom: 25px;
    padding-bottom: 1.5625rem; }
    .t-three-push-withtext .slick-slide .card {
      height: 100%; }
  .t-three-push-withtext .card {
    padding: 47px 20px 32px 20px;
    padding: 2.9375rem 1.25rem 2rem 1.25rem;
    -webkit-box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #F1F1F1; }
  .t-three-push-withtext .card-image {
    overflow: hidden;
    height: auto; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .t-three-push-withtext .card-image {
        height: auto; } }
    .t-three-push-withtext .card-image img {
      max-height: 112px;
      height: 112px;
      width: auto; }
  .t-three-push-withtext .card-body {
    height: auto;
    margin-top: auto;
    padding: 40px 0 0 0;
    padding: 2.5rem 0 0 0; }
    .t-three-push-withtext .card-body p {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 24px;
      line-height: 1.5rem;
      font-family: "DINNextW01-CondensedMed", "arial"; }
      html[dir=rtl] .t-three-push-withtext .card-body p {
        font-weight: 600;
        line-height: 27px;
        line-height: 1.6875rem; }

.card-level2 {
  -webkit-box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 10px 10px;
  border: 0;
  border-radius: 0;
  height: 100%; }
  .card-level2 .card-image-l2 {
    padding-top: 10px;
    padding-top: 0.625rem; }
    .card-level2 .card-image-l2 img {
      max-height: 132px; }

.t-key-figures {
  padding-bottom: 0; }
  .t-key-figures .slick-slide .t-col {
    padding-bottom: 30px;
    padding-bottom: 1.875rem; }
  .t-key-figures.t-key-little .t-col {
    margin: 12px 0;
    margin: 0.75rem 0; }
  .t-key-figures.t-key-little .card-little .t-key-box {
    padding: 15px 12px 12px 12px;
    padding: 0.9375rem 0.75rem 0.75rem 0.75rem; }
    .t-key-figures.t-key-little .card-little .t-key-box .t-key-figures-img img {
      width: auto;
      height: 80px;
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
    .t-key-figures.t-key-little .card-little .t-key-box .nbr {
      font-size: 35px;
      font-size: 2.1875rem;
      line-height: 35px;
      line-height: 2.1875rem;
      margin-bottom: 6px;
      margin-bottom: 0.375rem; }
    .t-key-figures.t-key-little .card-little .t-key-box .t-key-description {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 24px;
      line-height: 1.5rem;
      color: #8E8E8E;
      font-family: "DINNextW01-CondensedBol", "arial"; }
      html[dir=rtl] .t-key-figures.t-key-little .card-little .t-key-box .t-key-description {
        font-weight: 700;
        line-height: 26px;
        line-height: 1.625rem; }
  .t-key-figures .without-image .slick-slide {
    padding-bottom: 20px;
    padding-bottom: 1.25rem; }
  .t-key-figures .t-col {
    margin: 15px 0;
    margin: 0.9375rem 0; }
  .t-key-figures .t-key-box {
    padding: 65px 15px 40px;
    padding: 4.0625rem 0.9375rem 2.5rem;
    -webkit-box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff; }
  .t-key-figures .nbr {
    font-size: 88px;
    font-size: 5.5rem;
    line-height: 94px;
    line-height: 5.875rem;
    margin-bottom: 33px;
    margin-bottom: 2.0625rem;
    font-weight: 900;
    color: transparent;
    font-family: "DIN Next LT W01 Heavy", "arial";
    text-stroke: 2px #007732;
    text-stroke-width: 2px;
    text-stroke-color: #007732;
    -webkit-text-stroke: 2px #007732;
    -webkit-text-stroke-color: #007732;
    -moz-text-stroke: 2px #007732;
    -ms-text-stroke-width: 2px #007732;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    html[dir=rtl] .t-key-figures .nbr {
      font-weight: 900; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .t-key-figures .nbr {
        text-shadow: -1px -1px 0 #007732, -1px 1px 0 #007732, -1px 0 0 #007732, 1px -1px 0 #007732, 1px 1px 0 #007732, 1px 0 0 #007732, 0 -1px 0 #007732, 0 1px 0 #007732; } }
  .t-key-figures .t-key-description {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-family: "DINNextW01-CondensedBol", "arial";
    letter-spacing: unset;
    margin-top: auto; }
    html[dir=rtl] .t-key-figures .t-key-description {
      font-size: 18px;
      font-size: 1.125rem; }
  .t-key-figures img {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: 155px;
    margin-bottom: 11px;
    margin-bottom: 0.6875rem; }

.t-block-push-small-positionned [class^="col-"]:nth-last-child(1) .vf-push {
  margin-bottom: 0; }

.t-block-push-small-positionned .vf-push-small-positionned {
  text-align: center;
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%; }
  .t-block-push-small-positionned .vf-push-small-positionned:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.6; }
  .t-block-push-small-positionned .vf-push-small-positionned .vf-push-body {
    z-index: 2;
    position: relative;
    min-height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .t-block-push-small-positionned .vf-push-small-positionned .h4 {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }

.t-block-push-small-positionned .vf-push {
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0;
  background: #fff;
  position: relative; }
  [class^="col-md"] .t-block-push-small-positionned .vf-push {
    height: auto;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
  .t-block-push-small-positionned .vf-push .vf-push-body {
    padding: 15px;
    padding: 0.9375rem; }
  .t-block-push-small-positionned .vf-push .vf-push-title {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
    .t-block-push-small-positionned .vf-push .vf-push-title a {
      color: #000; }
      .t-block-push-small-positionned .vf-push .vf-push-title a:hover {
        color: #007732; }
      .t-block-push-small-positionned .vf-push .vf-push-title a:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
  .t-block-push-small-positionned .vf-push:hover .vf-push-media img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

.introduction + .t-text-img-tierce .row:first-child {
  border-top: 1px solid #E4E4E4; }

.t-text-img-tierce .row {
  padding: 20px 0;
  padding: 1.25rem 0; }
  .t-text-img-tierce .row + .row {
    border-top: 1px solid #E4E4E4; }
  .t-text-img-tierce .row:last-child {
    padding-bottom: 0; }

.t-box-background-title-description-clickable .t-box-background-wrapper {
  position: relative;
  width: 100%;
  height: 100%; }
  .t-box-background-title-description-clickable .t-box-background-wrapper img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .t-box-background-title-description-clickable .t-box-background-wrapper:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .t-box-background-title-description-clickable .t-box-background-wrapper:hover .details {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    display: block;
    height: auto; }
  .t-box-background-title-description-clickable .t-box-background-wrapper h2, .t-box-background-title-description-clickable .t-box-background-wrapper p {
    color: white; }
  .t-box-background-title-description-clickable .t-box-background-wrapper h2 {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 27px;
    line-height: 1.6875rem;
    margin-bottom: 21px;
    margin-bottom: 1.3125rem;
    font-family: "DINNextW01-CondensedMed", "arial";
    text-align: center; }
    html[dir=rtl] .t-box-background-title-description-clickable .t-box-background-wrapper h2 {
      font-weight: 600;
      line-height: 30px;
      line-height: 1.875rem; }
  .t-box-background-title-description-clickable .t-box-background-wrapper p:not(:last-child) {
    line-height: 20px;
    line-height: 1.25rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    font-family: "DIN Next LT W01 Regular", "Arial"; }
    html[dir=rtl] .t-box-background-title-description-clickable .t-box-background-wrapper p:not(:last-child) {
      font-weight: 400;
      line-height: 22px;
      line-height: 1.375rem; }
  .t-box-background-title-description-clickable .t-box-background-wrapper .permalink:before, .t-box-background-title-description-clickable .t-box-background-wrapper #sliding-popup .popup-content #popup-text p a:before, #sliding-popup .popup-content #popup-text p .t-box-background-title-description-clickable .t-box-background-wrapper a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block; }
  .t-box-background-title-description-clickable .t-box-background-wrapper .details {
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    max-width: calc(100% - 80px);
    text-align: center;
    height: 0; }
  .t-box-background-title-description-clickable .t-box-background-wrapper .t-box-background-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.t-full-image-zoomer-description .t-box-zoom {
  padding: 30px;
  padding: 1.875rem;
  -webkit-box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #F1F1F1;
  background-color: #fff; }
  .t-full-image-zoomer-description .t-box-zoom img {
    width: 100%; }

.t-full-image-zoomer-description .t-readmore {
  margin-top: 40px;
  margin-top: 2.5rem; }

.t-card-inline-inversed-parent .card--inline {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none; }
  .t-card-inline-inversed-parent .card--inline .card-body {
    padding: 15px;
    padding: 0.9375rem; }
  .t-card-inline-inversed-parent .card--inline .card-title {
    line-height: 30px;
    line-height: 1.875rem;
    margin-bottom: 16px;
    margin-bottom: 1rem; }
    html[dir=rtl] .t-card-inline-inversed-parent .card--inline .card-title {
      line-height: 32px;
      line-height: 2rem; }
    .t-card-inline-inversed-parent .card--inline .card-title a {
      color: inherit;
      font: inherit; }
  .t-card-inline-inversed-parent .card--inline .card-text {
    line-height: 22px;
    line-height: 1.375rem;
    text-align: justify; }
    html[dir=rtl] .t-card-inline-inversed-parent .card--inline .card-text {
      line-height: 24px;
      line-height: 1.5rem; }
    .t-card-inline-inversed-parent .card--inline .card-text a {
      color: inherit;
      font: inherit; }
      .t-card-inline-inversed-parent .card--inline .card-text a, .t-card-inline-inversed-parent .card--inline .card-text a:hover, .t-card-inline-inversed-parent .card--inline .card-text a:focus {
        text-decoration: none; }

.t-background-contenu-libre-up .t-background-image-intro {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.t-background-contenu-libre-up .t-background-content-libre {
  margin-top: 30px;
  margin-top: 1.875rem; }

.t-background-contenu-libre-up .t-background-image {
  margin-left: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat; }

.t-background-contenu-libre-up .up {
  margin-top: -40px;
  margin-top: -2.5rem; }

.t-background-with-card {
  margin-left: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 88px;
  padding-top: 5.5rem;
  padding-bottom: 88px;
  padding-bottom: 5.5rem; }
  .t-background-with-card h2 {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .t-background-with-card p {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .t-background-with-card .t-background-with-card-details {
    background-color: #fff;
    padding: 20px 32px 38px;
    padding: 1.25rem 2rem 2.375rem;
    -webkit-box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1); }

@-webkit-keyframes movingUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.09);
            transform: scale(1.09); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes movingUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.09);
            transform: scale(1.09); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

body.stickybar {
  padding-bottom: 86px;
  padding-bottom: 5.375rem; }
  @media (min-width: 992px) {
    body.stickybar {
      padding-bottom: 51px;
      padding-bottom: 3.1875rem; } }

.t-pushes-with-icons-titles {
  margin-top: -159px;
  margin-top: -9.9375rem; }
  .page--front .t-pushes-with-icons-titles {
    position: relative;
    z-index: 2; }
  .paragraph:first-of-type .t-pushes-with-icons-titles {
    margin-top: -75px;
    margin-top: -4.6875rem;
    position: relative;
    z-index: 2; }
  .paragraph.secondary:first-of-type .t-pushes-with-icons-titles {
    margin-top: -174px;
    margin-top: -10.875rem; }
  .t-pushes-with-icons-titles .row.slick-initialized {
    margin-left: -10px;
    margin-left: -0.625rem;
    margin-right: -10px;
    margin-right: -0.625rem; }
  .t-pushes-with-icons-titles.stickybar.cloned {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    z-index: 2;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in; }
    @media (min-width: 1200px) {
      .t-pushes-with-icons-titles.stickybar.cloned {
        max-width: 1105px !important; }
        .t-pushes-with-icons-titles.stickybar.cloned .col-lg-10 {
          max-width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; } }
    .t-pushes-with-icons-titles.stickybar.cloned.sticky {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .t-pushes-with-icons-titles.stickybar.cloned.sticky-top, .t-pushes-with-icons-titles.stickybar.cloned.sticky-bottom {
      -webkit-transition: -webkit-transform .3s ease-in;
      transition: -webkit-transform .3s ease-in;
      transition: transform .3s ease-in;
      transition: transform .3s ease-in, -webkit-transform .3s ease-in;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
      .t-pushes-with-icons-titles.stickybar.cloned.sticky .t-col .t-box, .t-pushes-with-icons-titles.stickybar.cloned.sticky-top .t-col .t-box {
        padding-bottom: 20px;
        padding-bottom: 1.25rem; } }
    @media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
      .t-pushes-with-icons-titles.stickybar.cloned.sticky .t-col .t-box, .t-pushes-with-icons-titles.stickybar.cloned.sticky-top .t-col .t-box {
        padding-bottom: 20px;
        padding-bottom: 1.25rem; } }
  .t-pushes-with-icons-titles .t-col {
    padding-left: 0;
    padding-right: 0; }
  .t-pushes-with-icons-titles .t-box {
    -webkit-box-shadow: 0 10px 14px -5px rgba(191, 191, 191, 0.67);
            box-shadow: 0 10px 14px -5px rgba(191, 191, 191, 0.67);
    position: relative;
    letter-spacing: unset;
    height: 100%;
    border-radius: 0;
    padding: 13px 10px 8px 10px;
    padding: 0.8125rem 0.625rem 0.5rem 0.625rem; }
    html[dir=rtl] .t-pushes-with-icons-titles .t-box {
      padding: 8px 5px 8px 5px;
      padding: 0.5rem 0.3125rem 0.5rem 0.3125rem; }
    .t-pushes-with-icons-titles .t-box:hover {
      -webkit-animation: movingUp 400ms;
              animation: movingUp 400ms;
      z-index: 2; }
    .t-pushes-with-icons-titles .t-box.bg-red {
      background: linear-gradient(225deg, #F5515F 0%, #9F045E 100%); }
    .t-pushes-with-icons-titles .t-box.bg-green {
      background: linear-gradient(223.48deg, #B4EC51 0%, #288B6D 100%); }
    .t-pushes-with-icons-titles .t-box.bg-blue {
      background: linear-gradient(223.75deg, #09B8F0 0%, #53A0FD 100%); }
    .t-pushes-with-icons-titles .t-box.bg-orange {
      background: linear-gradient(225deg, #FAD961 0%, #F76B1C 100%); }
    .t-pushes-with-icons-titles .t-box i {
      font-size: 26px;
      font-size: 1.625rem;
      color: #fff;
      position: relative;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 9px;
      margin-bottom: 0.5625rem; }
    .t-pushes-with-icons-titles .t-box p {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 13px;
      line-height: 0.8125rem;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      font-family: "DINNextW01-CondensedMed", "arial"; }
      html[dir=rtl] .t-pushes-with-icons-titles .t-box p {
        font-weight: 600;
        line-height: 13px;
        line-height: 0.8125rem; }
      .t-pushes-with-icons-titles .t-box p a {
        color: #fff; }
      .t-pushes-with-icons-titles .t-box p a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.t-contact-information-with-image .t-contact-img {
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  .t-contact-information-with-image .t-contact-img img {
    width: 115px;
    height: 115px;
    border-radius: 50%; }

html[dir=rtl] .t-contact-information-with-image .t-contact-name-job {
  text-align: right; }

.t-contact-information-with-image .t-contact-name-job .t-name {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "DINNextW01-CondensedMed", "arial";
  margin-bottom: 16px;
  margin-bottom: 1rem;
  letter-spacing: .38px; }
  html[dir=rtl] .t-contact-information-with-image .t-contact-name-job .t-name {
    font-weight: 600;
    letter-spacing: normal;
    line-height: 31px;
    line-height: 1.9375rem; }

.t-contact-information-with-image .t-contact-name-job .t-job {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "DIN Next LT W01 Light", "arial";
  letter-spacing: .38px;
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  html[dir=rtl] .t-contact-information-with-image .t-contact-name-job .t-job {
    font-weight: 300;
    letter-spacing: normal;
    line-height: 30px;
    line-height: 1.875rem; }

html[dir=rtl] .t-contact-information-with-image .t-contact-details {
  text-align: right; }

.t-contact-information-with-image .t-contact-details a {
  color: #000;
  line-height: 19px;
  line-height: 1.1875rem; }
  html[dir=rtl] .t-contact-information-with-image .t-contact-details a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 21px;
    line-height: 1.3125rem; }
  .t-contact-information-with-image .t-contact-details a:not(:last-child) {
    margin-bottom: 24px;
    margin-bottom: 1.5rem; }
  .t-contact-information-with-image .t-contact-details a i {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-right: 21px;
    margin-right: 1.3125rem;
    color: #007732; }
    html[dir=rtl] .t-contact-information-with-image .t-contact-details a i {
      margin-right: 0;
      margin-left: 21px;
      margin-left: 1.3125rem; }

.t-quote-image-description-persone .col-12 {
  padding-top: 14px;
  padding-top: 0.875rem; }

.t-quote-image-description-persone .t-quot-padding .t-quotes-details {
  padding-left: 60px;
  padding-left: 3.75rem;
  padding-right: 60px;
  padding-right: 3.75rem; }
  .t-quote-image-description-persone .t-quot-padding .t-quotes-details:before {
    left: 30px; }
    html[dir=rtl] .t-quote-image-description-persone .t-quot-padding .t-quotes-details:before {
      left: auto;
      right: 30px; }

.t-quote-image-description-persone .t-quotes-details {
  position: relative;
  padding-top: 36px;
  padding-top: 2.25rem; }
  .t-quote-image-description-persone .t-quotes-details:before {
    content: "";
    font-size: 102px;
    font-size: 6.375rem;
    color: #007732;
    opacity: .15;
    position: absolute;
    top: -28px;
    left: 0;
    font-family: 'vactory'; }
    html[dir=rtl] .t-quote-image-description-persone .t-quotes-details:before {
      left: auto;
      right: 0;
      -webkit-transform: rotateY(-180deg);
              transform: rotateY(-180deg); }

.t-quote-image-description-persone .t-quote-images {
  width: 177px;
  min-width: 177px;
  margin: 0 auto; }
  .t-quote-image-description-persone .t-quote-images img {
    width: 100%;
    border-radius: 50%;
    height: 177px; }

.t-quote-image-description-persone .t-quotes-description:not(:last-child) {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.t-quote-image-description-persone .t-quote-name {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "DINNextW01-CondensedMed", "arial";
  letter-spacing: .38px;
  margin-bottom: 6px;
  margin-bottom: 0.375rem; }
  html[dir=rtl] .t-quote-image-description-persone .t-quote-name {
    font-weight: 700;
    letter-spacing: normal;
    font-size: 22px;
    font-size: 1.375rem; }

.t-quote-image-description-persone .t-quote-fonctionnalite {
  line-height: 28px;
  line-height: 1.75rem; }
  html[dir=rtl] .t-quote-image-description-persone .t-quote-fonctionnalite {
    line-height: 30px;
    line-height: 1.875rem; }

.t-mega-menu-image-title .t-col {
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

.t-mega-menu-image-title .t-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .t-mega-menu-image-title .t-box > .t-box-img {
    position: relative;
    -webkit-box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 80px; }
    .t-mega-menu-image-title .t-box > .t-box-img:hover img {
      -webkit-transform: scale(1.09);
          -ms-transform: scale(1.09);
              transform: scale(1.09); }
    .t-mega-menu-image-title .t-box > .t-box-img:before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: .25;
      z-index: 1; }
    .t-mega-menu-image-title .t-box > .t-box-img > a {
      display: block;
      height: 100%;
      position: relative; }
      .t-mega-menu-image-title .t-box > .t-box-img > a:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2; }
    .t-mega-menu-image-title .t-box > .t-box-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: all .3s ease-in;
      transition: all .3s ease-in; }
  .t-mega-menu-image-title .t-box > .t-title {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
    padding-top: 10px;
    padding-top: 0.625rem;
    letter-spacing: normal;
    font-family: "DIN Next LT W01 Bold", "arial"; }
    html[dir=rtl] .t-mega-menu-image-title .t-box > .t-title {
      font-weight: 700;
      line-height: 26px;
      line-height: 1.625rem; }
    .t-mega-menu-image-title .t-box > .t-title, .t-mega-menu-image-title .t-box > .t-title a {
      color: #000 !important;
      text-transform: none !important; }

.vf-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0;
  position: relative; }
  .vf-timeline:before {
    top: 0;
    bottom: 20px;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    right: 0; }
  .vf-timeline .timeline-item-wrapper .timeline-item {
    position: relative;
    margin-bottom: 20px; }
    .vf-timeline .timeline-item-wrapper .timeline-item .timeline-panel {
      position: relative;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
      margin-right: 34px;
      z-index: 1; }
      .vf-timeline .timeline-item-wrapper .timeline-item .timeline-panel .timeline-body {
        background-color: #fff;
        padding: 17px 27px;
        padding: 1.0625rem 1.6875rem; }
        .vf-timeline .timeline-item-wrapper .timeline-item .timeline-panel .timeline-body p {
          letter-spacing: .49px;
          line-height: 19px;
          line-height: 1.1875rem; }
          html[dir=rtl] .vf-timeline .timeline-item-wrapper .timeline-item .timeline-panel .timeline-body p {
            letter-spacing: normal;
            line-height: 1.6; }
      html[dir=rtl] .vf-timeline .timeline-item-wrapper .timeline-item .timeline-panel {
        margin-right: 0;
        margin-left: 34px; }
      .vf-timeline .timeline-item-wrapper .timeline-item .timeline-panel:before {
        position: absolute;
        top: 53px;
        right: -9px;
        display: inline-block;
        content: " ";
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        width: 18px;
        height: 18px;
        background: white;
        z-index: -1; }
        html[dir=rtl] .vf-timeline .timeline-item-wrapper .timeline-item .timeline-panel:before {
          right: auto;
          left: -9px; }
    .vf-timeline .timeline-item-wrapper .timeline-item:before {
      content: " ";
      background: #fff;
      width: 28px;
      height: 28px;
      position: absolute;
      top: 49px;
      right: -12px;
      border-radius: 50%;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11); }
      html[dir=rtl] .vf-timeline .timeline-item-wrapper .timeline-item:before {
        right: auto;
        left: -12px; }
    .vf-timeline .timeline-item-wrapper .timeline-item:after {
      content: " ";
      background: #007732;
      width: 13px;
      height: 13px;
      position: absolute;
      top: 57px;
      right: -5px;
      border-radius: 50%; }
      html[dir=rtl] .vf-timeline .timeline-item-wrapper .timeline-item:after {
        right: auto;
        left: -5px; }
  .vf-timeline .timeline-title {
    font-size: 30px;
    font-family: "DIN Next LT W01 Bold", "arial";
    font-weight: 500;
    color: #007732; }
    html[dir=rtl] .vf-timeline .timeline-title {
      font-weight: 700; }

.t-map-coordonnee .t-box-img {
  width: 100%;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem; }

.t-map-coordonnee .t-box-content {
  width: 100%; }
  .t-map-coordonnee .t-box-content .t-box-details-img {
    margin: 0 auto;
    border: 1px solid #F4F4F4;
    padding: 13px;
    padding: 0.8125rem;
    max-width: 156px; }
    .t-map-coordonnee .t-box-content .t-box-details-img img {
      margin: auto; }
  .t-map-coordonnee .t-box-content .t-box-details p {
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    letter-spacing: normal; }
    .t-map-coordonnee .t-box-content .t-box-details p, .t-map-coordonnee .t-box-content .t-box-details p a {
      font-family: "DINNextW01-CondensedLig", "arial";
      color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      html[dir=rtl] .t-map-coordonnee .t-box-content .t-box-details p, html[dir=rtl] .t-map-coordonnee .t-box-content .t-box-details p a {
        font-weight: 300; }
    .t-map-coordonnee .t-box-content .t-box-details p i {
      color: #007732;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 24px;
      line-height: 1.5rem;
      margin-right: 15px;
      margin-right: 0.9375rem; }
      html[dir=rtl] .t-map-coordonnee .t-box-content .t-box-details p i {
        margin-right: 0;
        margin-left: 15px;
        margin-left: 0.9375rem; }

.t-coordonnee-contact h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: "DIN Next LT W01 Bold", "arial";
  letter-spacing: .46px;
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }
  html[dir=rtl] .t-coordonnee-contact h4 {
    font-weight: 700;
    letter-spacing: normal;
    line-height: 32px;
    line-height: 2rem; }

.t-coordonnee-contact p {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem; }
  html[dir=rtl] .t-coordonnee-contact p {
    line-height: 26px;
    line-height: 1.625rem; }
  .t-coordonnee-contact p a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000; }
  .t-coordonnee-contact p i {
    font-size: 24px;
    font-size: 1.5rem;
    margin-right: 26px;
    margin-right: 1.625rem;
    color: #007732; }
    html[dir=rtl] .t-coordonnee-contact p i {
      margin-right: 0;
      margin-left: 26px;
      margin-left: 1.625rem; }

.t-coordonnee-contact hr {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  margin-top: 40px;
  margin-top: 2.5rem; }

.t-intro-adress-tel p.intro {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.t-intro-adress-tel hr {
  margin-top: 0;
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.t-intro-adress-tel .t-adress-tel p {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 38px;
  line-height: 2.375rem;
  color: #000;
  font-family: "DIN Next LT W01 Bold", "arial";
  margin-bottom: 4px;
  margin-bottom: 0.25rem; }
  html[dir=rtl] .t-intro-adress-tel .t-adress-tel p {
    font-weight: 700;
    line-height: 40px;
    line-height: 2.5rem; }
  .t-intro-adress-tel .t-adress-tel p a {
    color: #000; }
  .t-intro-adress-tel .t-adress-tel p i {
    color: #007732;
    font-size: 24px;
    font-size: 1.5rem;
    margin-right: 8px;
    margin-right: 0.5rem; }
    html[dir=rtl] .t-intro-adress-tel .t-adress-tel p i {
      margin-right: 0;
      margin-left: 8px;
      margin-left: 0.5rem; }

.vf-block-intro .fdb-block .intro:last-child, .vf-block-intro .t-content-libre .intro:last-child {
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }
  @media (min-width: 992px) {
    .vf-block-intro .fdb-block .intro:last-child, .vf-block-intro .t-content-libre .intro:last-child {
      margin-bottom: 60px;
      margin-bottom: 3.75rem; } }

.fdb-block .intro:last-child, .t-content-libre .intro:last-child {
  margin-bottom: 0; }

.t-mega-menu-pushes {
  padding: 30px 0; }
  .t-mega-menu-pushes .t-intro {
    margin-bottom: 44px;
    margin-bottom: 2.75rem; }
    .t-mega-menu-pushes .t-intro h2 {
      color: #fff;
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 40px;
      line-height: 2.5rem;
      font-family: "DINNextW01-CondensedLig", "arial";
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
    .t-mega-menu-pushes .t-intro p {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 21px;
      line-height: 1.3125rem;
      font-family: "DIN Next LT W01 Light", "arial"; }
      html[dir=rtl] .t-mega-menu-pushes .t-intro p {
        line-height: 25px;
        line-height: 1.5625rem; }
  .t-mega-menu-pushes .t-box {
    padding: 30px;
    padding: 1.875rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .t-mega-menu-pushes .t-box {
        max-width: 100%; } }
    .t-mega-menu-pushes .t-box h3 {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 30px;
      line-height: 1.875rem;
      font-family: "DINNextW01-CondensedMed", "arial";
      margin-bottom: 6px;
      margin-bottom: 0.375rem;
      color: #fff;
      -webkit-transition: all .3s ease-in;
      transition: all .3s ease-in; }
      html[dir=rtl] .t-mega-menu-pushes .t-box h3 {
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 35px;
        line-height: 2.1875rem; }
    .t-mega-menu-pushes .t-box p {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 20px;
      line-height: 1.25rem;
      margin: 0 auto 25px auto;
      margin: 0 auto 1.5625rem auto;
      max-width: 256px;
      color: #fff;
      -webkit-transition: all .3s ease-in;
      transition: all .3s ease-in; }
      html[dir=rtl] .t-mega-menu-pushes .t-box p {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 23px;
        line-height: 1.4375rem; }
    @media (max-width: 991.98px) {
      .t-mega-menu-pushes .t-box .btn-box {
        width: 100%;
        border: none; }
        .t-mega-menu-pushes .t-box .btn-box.bg-red {
          background: linear-gradient(225deg, #F5515F 0%, #9F045E 100%); }
        .t-mega-menu-pushes .t-box .btn-box.bg-green {
          background: linear-gradient(223.48deg, #B4EC51 0%, #288B6D 100%); }
        .t-mega-menu-pushes .t-box .btn-box.bg-blue {
          background: linear-gradient(223.75deg, #09B8F0 0%, #53A0FD 100%); }
        .t-mega-menu-pushes .t-box .btn-box.bg-orange {
          background: linear-gradient(225deg, #FAD961 0%, #F76B1C 100%); }
        .t-mega-menu-pushes .t-box .btn-box span {
          width: 100%;
          margin-right: 12px;
          margin-right: 0.75rem;
          opacity: 1; }
          html[dir=rtl] .t-mega-menu-pushes .t-box .btn-box span {
            margin-right: 0;
            margin-left: 12px;
            margin-left: 0.75rem; } }
    .t-mega-menu-pushes .t-box .btn-box {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 40px;
      width: 40px;
      border: 1px solid #FFFFFF;
      border-radius: 29px;
      color: #fff;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content;
      padding: 17px;
      padding: 1.0625rem;
      -webkit-transition: all .3s ease-in;
      transition: all .3s ease-in;
      background-color: transparent;
      padding-top: 0;
      padding-bottom: 0; }
      .t-mega-menu-pushes .t-box .btn-box i {
        font-size: 16px;
        font-size: 1rem;
        font-weight: bold; }
      .t-mega-menu-pushes .t-box .btn-box span {
        width: 0;
        overflow: hidden;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
        white-space: nowrap;
        word-break: keep-all;
        opacity: 0;
        position: relative;
        top: -2px; }

.df-menu {
  text-align: center; }
  .df-menu li {
    padding: 0 !important; }
  .df-menu a {
    padding: 5px 20px;
    padding: 0.3125rem 1.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
    letter-spacing: .34px;
    font-family: "DINNextW01-CondensedMed", "arial";
    text-transform: uppercase;
    display: inline-block; }
    html[dir=rtl] .df-menu a {
      font-weight: 600;
      letter-spacing: normal; }
    @media (min-width: 992px) {
      .df-menu a {
        padding: 12px 20px;
        padding: 0.75rem 1.25rem; } }

.cam_popup .close {
  position: absolute;
  right: 10px;
  right: 0.625rem;
  top: 10px;
  top: 0.625rem;
  font-size: 22px;
  font-size: 1.375rem;
  border-radius: 50%;
  background: #fff;
  color: #007732;
  font-weight: bold;
  outline: none;
  opacity: 1;
  z-index: 99;
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in; }
  .cam_popup .close:hover {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

.df-socialmedia a i {
  font-size: 32px; }
  .df-socialmedia a i.icon-youtube {
    font-size: 34px; }

@media (min-width: 992px) {
  .t-2b-image-video-title-text-button.block-with-bg {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
    padding: 30px 40px;
    border: 6px;
    border-radius: 6px; }
    .t-2b-image-video-title-text-button.block-with-bg .text-large {
      line-height: 27px;
      line-height: 1.6875rem; }
      html[dir=rtl] .t-2b-image-video-title-text-button.block-with-bg .text-large {
        line-height: 29px;
        line-height: 1.8125rem; }
  .t-2b-image-video-title-text-button .block-image {
    margin-bottom: 0; }
  .t-2b-image-video-title-text-button h2 {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .t-2b-image-video-title-text-button .text-large {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem; }
    html[dir=rtl] .t-2b-image-video-title-text-button .text-large {
      line-height: 33px;
      line-height: 2.0625rem; }
  .t-2b-image-video-title-text-button img {
    margin-bottom: 0;
    width: 100%; }
  .t-2b-image-video-title-text-button .t-2b-buttons {
    text-align: left; }
  .t-2b-image-videp-bg-title-text .t-2b-image-bg {
    margin-bottom: 0;
    margin-top: 0;
    padding: 30px;
    padding: 1.875rem; }
    .t-2b-image-videp-bg-title-text .t-2b-image-bg .t-video-title {
      left: 40px;
      top: 40px; }
      html[dir=rtl] .t-2b-image-videp-bg-title-text .t-2b-image-bg .t-video-title {
        left: auto;
        right: 40px; }
  .t-2b-image-videp-bg-title-text h2 {
    margin-bottom: 40px;
    margin-bottom: 2.5rem; }
  .t-2b-image-videp-bg-title-text .t-description:last-child {
    margin-bottom: 0; }
  .row.t-block-image-description.justify-content-center {
    text-align: justify; }
  .t-3cols-image-title-text-permalinks {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
    padding: 30px 30px;
    border: 6px;
    border-radius: 6px; }
    .t-3cols-image-title-text-permalinks .t-block-image-description {
      -webkit-box-shadow: none;
              box-shadow: none;
      background-color: transparent;
      border-radius: unset; }
    .t-3cols-image-title-text-permalinks .t-3b-image.block-image {
      margin-bottom: 10px;
      margin-bottom: 0.625rem; }
    .t-3cols-image-title-text-permalinks .t-3cols-description {
      background-color: transparent;
      padding: 0; }
  .t-6-points-indices {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  @media (min-width: 992px) and (max-width: 767.98px) {
    .t-6-points-indices {
      display: block; } }

@media (min-width: 992px) {
    .t-6-points-indices > * {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto; } }
    @media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
      .t-6-points-indices > * {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

@media (min-width: 992px) {
    .t-6-points-indices:before {
      display: none; }
    .t-6-points-indices .t-item:nth-child(-n+3) {
      margin-bottom: 50px;
      margin-bottom: 3.125rem; }
    .t-6-points-indices .t-box {
      max-width: 207px;
      min-height: 200px; }
      .t-6-points-indices .t-box img {
        width: auto; }
  .t-6blocks-image-desc-button .item:nth-child(-n+3) {
    margin-bottom: 56px;
    margin-bottom: 3.5rem; }
  .t-6blocks-image-desc-button img {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .t-6blocks-image-desc-button h3 {
    font-size: 34px;
    font-size: 2.125rem;
    letter-spacing: 2.3px;
    letter-spacing: 0.14375rem;
    line-height: 1; }
    html[dir=rtl] .t-6blocks-image-desc-button h3 {
      letter-spacing: normal;
      line-height: 1.2; }
  .t-chiffre-and-text h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 40px;
    line-height: 2.5rem;
    display: inline-block;
    min-width: 93px;
    height: auto; }
    html[dir=rtl] .t-chiffre-and-text h3 {
      @includ rem(line-height, 42px); }
    .t-chiffre-and-text h3:before {
      width: 91px;
      height: 91px; }
  .t-chiffre-and-text p {
    margin-top: 0; }
  .paragraph--type--vactory-component:first-child .t-2b-imageorvideo-bigTitle-text .t-template-bigtitle-desc {
    padding-top: 46px;
    padding-top: 2.875rem;
    padding-bottom: 38px;
    padding-bottom: 2.375rem; }
  .t-video-youtube-with-content .block-image {
    margin-bottom: 60px;
    margin-bottom: 3.75rem; }
  .t-video-youtube-with-content .t-video-youtube-description:before {
    font-size: 102px;
    font-size: 6.375rem;
    top: -58px;
    left: -30px; }
    html[dir=rtl] .t-video-youtube-with-content .t-video-youtube-description:before {
      left: auto;
      right: -30px; }
  .t-video-youtube-with-content .t-video-youtube-description:not(:last-child) {
    margin-bottom: 40px;
    margin-bottom: 2.5rem; }
  .t-three-card-with-cta {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
    padding: 40px 51px;
    border: 6px;
    border-radius: 6px; }
    .t-three-card-with-cta .t-item {
      margin-bottom: 0; }
  .t-boxed-table {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
    padding: 40px 30px;
    border: 6px;
    border-radius: 6px; }
    .accordion_tempate_wysiwyg .t-boxed-table {
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 0;
      border: 0;
      border-radius: 0;
      background-color: transparent; }
    .t-boxed-table > .row {
      margin-left: 0;
      margin-right: 0; }
    .t-boxed-table.price-small .t-box-side span {
      font-weight: 600;
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 1; }
      html[dir=rtl] .t-boxed-table.price-small .t-box-side span {
        line-height: 1.15; }
    .t-boxed-table.price-small .row ~ .text-small {
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
    .t-boxed-table .t-box {
      padding: 4px 12px 14px 12px;
      padding: 0.25rem 0.75rem 0.875rem 0.75rem;
      border-bottom: 1px solid #cbcbcb;
      margin-bottom: 0; }
      .accordion_tempate_wysiwyg .t-boxed-table .t-box {
        padding-top: 6px;
        padding-top: 0.375rem;
        padding-bottom: 12px;
        padding-bottom: 0.75rem; }
        .accordion_tempate_wysiwyg .t-boxed-table .t-box:last-child {
          border-bottom: 0; }
      .accordion_tempate_wysiwyg .t-boxed-table .t-box {
        padding-left: 0;
        padding-right: 0; }
    .t-boxed-table .t-box-title {
      margin-bottom: 0;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 23px;
      line-height: 1.4375rem; }
      html[dir=rtl] .t-boxed-table .t-box-title {
        line-height: 25px;
        line-height: 1.5625rem; }
    .t-boxed-table .t-box-side p {
      color: #000;
      font-size: 16px;
      font-size: 1rem;
      line-height: 19px;
      line-height: 1.1875rem; }
      html[dir=rtl] .t-boxed-table .t-box-side p {
        line-height: 21px;
        line-height: 1.3125rem; }
      .t-boxed-table .t-box-side p span {
        color: #007732;
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 39px;
        line-height: 2.4375rem;
        margin-right: 9px;
        margin-right: 0.5625rem; }
        html[dir=rtl] .t-boxed-table .t-box-side p span {
          line-height: 41px;
          line-height: 2.5625rem; }
  .t-three-card-with-image-desc-link .row:not(.slick-initialized) {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  @media (min-width: 992px) and (max-width: 767.98px) {
    .t-three-card-with-image-desc-link .row:not(.slick-initialized) {
      display: block; } }

@media (min-width: 992px) {
    .t-three-card-with-image-desc-link .row:not(.slick-initialized) > * {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto; } }
    @media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
      .t-three-card-with-image-desc-link .row:not(.slick-initialized) > * {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

@media (min-width: 992px) {
    .t-three-card-with-image-desc-link .row:not(.slick-initialized):before {
      display: none; }
  .t-thight-image-text .t-thight-image-text-image.block-with-bg {
    margin-bottom: 0; }
    .t-thight-image-text .t-thight-image-text-image.block-with-bg.block-with-bg {
      -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
      box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
      background: #fff;
      padding: 30px 40px;
      border: 6px;
      border-radius: 6px; }
  .t-slider-cards .t-box-image {
    margin-bottom: 37px;
    margin-bottom: 2.3125rem; }
  .t-slider-cards .t-box {
    padding: 40px;
    padding: 2.5rem; }
  .t-temoignage-box .t-box {
    padding: 65px 30px;
    padding: 4.0625rem 1.875rem; }
  .t-two-sided-block-with-bg-cta .t-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .t-two-sided-block-with-bg-cta .t-content .t-item {
      padding: 30px 60px 70px 60px;
      padding: 1.875rem 3.75rem 4.375rem 3.75rem;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .t-two-sided-block-with-bg-cta .t-content .t-item:first-child {
        border-right: 1px solid #fff; }
      .t-two-sided-block-with-bg-cta .t-content .t-item .t-entete {
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 12px;
        margin-bottom: 0.75rem; }
  .t-coverflow-full .col-md-6 {
    max-width: 632px;
    height: 100%; }
  .t-coverflow-full .slick-slide {
    padding: 0 35px;
    padding: 0 2.1875rem; }
  .t-coverflow-full .t-2b-image-bg {
    padding: 30px 30px 80px;
    padding: 1.875rem 1.875rem 5rem;
    margin-bottom: 0;
    width: 100%;
    height: 100%; }
    .t-coverflow-full .t-2b-image-bg .t-video-title {
      top: 40px;
      left: 40px; }
    .t-coverflow-full .t-2b-image-bg img {
      max-width: 100%; }
  .t-boxed-text-with-icon > h3 {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    text-align: left; }
  .t-boxed-text-with-icon .t-item-img {
    margin: 0 30px 0 0;
    margin: 0 1.875rem 0 0; }
  .t-bloc-partners .t-bloc-item-partner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }
  @media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
    .t-bloc-partners .t-bloc-item-partner a {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; } }

@media (min-width: 992px) {
  .t-boxes-with-image-title-and-introduction .slick-arrow {
    top: calc(50% - 40px); }
  .t-fiche-image-content .t-fiche-image-content-body {
    padding: 30px;
    padding: 1.875rem; }
    .t-fiche-image-content .t-fiche-image-content-body:not(:last-child) {
      margin-bottom: 30px;
      margin-bottom: 1.875rem; }
    .t-fiche-image-content .t-fiche-image-content-body .t-image-wrapper {
      margin-bottom: 0; }
  .t-publication-wrapper {
    padding: 0 30px;
    padding: 0 1.875rem; }
    .t-publication-wrapper .t-publication-content .t-image-wrapper {
      margin-bottom: 0; }
    .t-publication-wrapper .t-publication-content .t-publication-details-text {
      margin-bottom: 0; }
  .t-col-illustration {
    margin: 0 0 20px;
    margin: 0 0 1.25rem; }
    .t-col-illustration .intro {
      max-width: 580px;
      margin: 0 auto 60px;
      margin: 0 auto 3.75rem; }
    .t-col-illustration [class^="col-"] {
      margin-bottom: 30px;
      margin-bottom: 1.875rem;
      margin-bottom: 0; }
  .block-illustration {
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .block-illustration:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: transparent;
      z-index: 2; }
  .t-three-push-withtext {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
    max-width: 100%; }
  .card-level2 {
    padding: 30px;
    padding: 1.875rem; }
  .t-key-figures .without-image .t-key-box {
    padding: 106px 30px 106px 30px;
    padding: 6.625rem 1.875rem 6.625rem 1.875rem; }
  .t-key-figures .without-image .nbr {
    font-size: 94px;
    font-size: 5.875rem;
    line-height: 1; }
  .t-key-figures .nbr {
    font-size: 86px;
    font-size: 5.375rem;
    line-height: 86px;
    line-height: 5.375rem;
    margin-bottom: 28px;
    margin-bottom: 1.75rem; }
    html[dir=rtl] .t-key-figures .nbr {
      line-height: 88px;
      line-height: 5.5rem; }
  .t-block-push-small-positionned [class^="col-"]:nth-last-child(1) .vf-push {
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
  .t-block-push-small-positionned .vf-push {
    margin: 0 0 30px 0;
    margin: 0 0 1.875rem 0; }
    [class^="col-md"] .t-block-push-small-positionned .vf-push {
      margin-bottom: 0; }
    .t-block-push-small-positionned .vf-push .vf-push-body {
      padding: 38px 40px;
      padding: 2.375rem 2.5rem; }
    .t-block-push-small-positionned .vf-push .vf-push-title {
      margin-bottom: 21px;
      margin-bottom: 1.3125rem; }
  .t-text-img-tierce .row {
    padding: 40px 0;
    padding: 2.5rem 0; }
  .t-full-image-zoomer-description .t-box-zoom {
    padding: 60px 102px;
    padding: 3.75rem 6.375rem; }
  .t-full-image-zoomer-description .t-readmore {
    margin-top: 40px;
    margin-top: 2.5rem; }
  html[dir=rtl] .t-card-inline-inversed-parent .card--inline {
    text-align: right; }
  .t-card-inline-inversed-parent .card--inline .card-image--inline,
  .t-card-inline-inversed-parent .card--inline .card-body--inline {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .t-card-inline-inversed-parent .card--inline .card-body--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .t-card-inline-inversed-parent .card--inline .card-body {
    padding: 35px;
    padding: 2.1875rem; } }
  @media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
    .t-card-inline-inversed-parent .card--inline .card-body {
      overflow: hidden; } }

@media (min-width: 992px) {
  .t-card-inline-inversed-parent .card--inline .card-title {
    line-height: 30px;
    line-height: 1.875rem;
    margin-bottom: 16px;
    margin-bottom: 1rem; }
    html[dir=rtl] .t-card-inline-inversed-parent .card--inline .card-title {
      line-height: 32px;
      line-height: 2rem; }
    .t-card-inline-inversed-parent .card--inline .card-title a {
      color: inherit;
      font: inherit; }
  .t-card-inline-inversed-parent .card--inline .card-text {
    line-height: 22px;
    line-height: 1.375rem; }
    html[dir=rtl] .t-card-inline-inversed-parent .card--inline .card-text {
      line-height: 24px;
      line-height: 1.5rem; } }
  @media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
    .t-card-inline-inversed-parent .card--inline .card-text {
      max-width: 100%; } }

@media (min-width: 992px) {
    .t-card-inline-inversed-parent .card--inline .card-text a {
      color: inherit;
      font: inherit; }
      .t-card-inline-inversed-parent .card--inline .card-text a, .t-card-inline-inversed-parent .card--inline .card-text a:hover, .t-card-inline-inversed-parent .card--inline .card-text a:focus {
        text-decoration: none; }
  .t-background-contenu-libre-up .t-background-image-intro {
    margin-bottom: 50px;
    margin-bottom: 3.125rem; }
  .t-background-contenu-libre-up .t-background-content-libre {
    margin-top: 50px;
    margin-top: 3.125rem; }
  .t-background-contenu-libre-up .t-background-image {
    height: 402px; }
  .t-background-contenu-libre-up > .up {
    margin-top: -70px;
    margin-top: -4.375rem; }
  .t-background-with-card {
    padding-top: 98px;
    padding-top: 6.125rem;
    padding-bottom: 98px;
    padding-bottom: 6.125rem; }
    .t-background-with-card h2 {
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
    .t-background-with-card .t-background-with-card-details {
      padding: 40px;
      padding: 2.5rem; }
  .t-pushes-with-icons-titles {
    margin-top: -158px;
    margin-top: -9.875rem; }
    .t-pushes-with-icons-titles.stickybar.cloned {
      max-width: 960px;
      margin: 0 auto; }
      .t-pushes-with-icons-titles.stickybar.cloned, .paragraph:first-of-type .t-pushes-with-icons-titles.stickybar.cloned {
        position: fixed;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(100%);
            -ms-transform: translateX(-50%) translateY(100%);
                transform: translateX(-50%) translateY(100%);
        -webkit-transition: -webkit-transform .3s ease-in;
        transition: -webkit-transform .3s ease-in;
        transition: transform .3s ease-in;
        transition: transform .3s ease-in, -webkit-transform .3s ease-in; }
        .t-pushes-with-icons-titles.stickybar.cloned.sticky, .paragraph:first-of-type .t-pushes-with-icons-titles.stickybar.cloned.sticky {
          -webkit-transform: translateX(-50%) translateY(0);
              -ms-transform: translateX(-50%) translateY(0);
                  transform: translateX(-50%) translateY(0);
          -webkit-transition: -webkit-transform .3s ease-in;
          transition: -webkit-transform .3s ease-in;
          transition: transform .3s ease-in;
          transition: transform .3s ease-in, -webkit-transform .3s ease-in; }
          html[dir=rtl] .t-pushes-with-icons-titles.stickybar.cloned.sticky, html[dir=rtl] .paragraph:first-of-type .t-pushes-with-icons-titles.stickybar.cloned.sticky {
            -webkit-transform: translateX(50%) translateY(0);
                -ms-transform: translateX(50%) translateY(0);
                    transform: translateX(50%) translateY(0); }
        html[dir=rtl] .t-pushes-with-icons-titles.stickybar.cloned, html[dir=rtl] .paragraph:first-of-type .t-pushes-with-icons-titles.stickybar.cloned {
          left: auto;
          right: 50%;
          -webkit-transform: translateX(50%) translateY(100%);
              -ms-transform: translateX(50%) translateY(100%);
                  transform: translateX(50%) translateY(100%); }
      .t-pushes-with-icons-titles.stickybar.cloned .t-col {
        padding-left: 0;
        padding-right: 0; }
        .t-pushes-with-icons-titles.stickybar.cloned .t-col .t-box {
          border-radius: 0; }
    .paragraph:first-of-type .t-pushes-with-icons-titles {
      margin-top: -90px;
      margin-top: -5.625rem;
      position: relative;
      z-index: 1; }
    .paragraph.secondary:first-of-type .t-pushes-with-icons-titles {
      margin-top: -170px;
      margin-top: -10.625rem; }
    .t-pushes-with-icons-titles .stickybar {
      margin-left: -15px;
      margin-left: -0.9375rem;
      margin-right: -15px;
      margin-right: -0.9375rem; }
    .t-pushes-with-icons-titles .t-col {
      padding-left: 10px;
      padding-left: 0.625rem;
      padding-right: 10px;
      padding-right: 0.625rem; }
    .t-pushes-with-icons-titles .t-box {
      border-radius: 8px;
      -webkit-box-shadow: 0 10px 14px -5px rgba(191, 191, 191, 0.67);
              box-shadow: 0 10px 14px -5px rgba(191, 191, 191, 0.67);
      padding: 13px 30px 8px 30px;
      padding: 0.8125rem 1.875rem 0.5rem 1.875rem; }
      html[dir=rtl] .t-pushes-with-icons-titles .t-box {
        padding: 11px 30px 11px 30px;
        padding: 0.6875rem 1.875rem 0.6875rem 1.875rem; }
      .t-pushes-with-icons-titles .t-box i {
        font-size: 26px;
        font-size: 1.625rem;
        margin-right: 25px;
        margin-right: 1.5625rem;
        margin-left: 0;
        margin-bottom: 0;
        top: -4px; }
        html[dir=rtl] .t-pushes-with-icons-titles .t-box i {
          margin-right: 0;
          margin-left: 25px;
          margin-left: 1.5625rem; }
      .t-pushes-with-icons-titles .t-box p {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 15px;
        line-height: 0.9375rem;
        text-align: left; }
        html[dir=rtl] .t-pushes-with-icons-titles .t-box p {
          text-align: right;
          line-height: 17px;
          line-height: 1.0625rem; }
  .t-contact-information-with-image .t-contact-img {
    margin-right: 40px;
    margin-right: 2.5rem;
    margin-bottom: 0; }
    html[dir=rtl] .t-contact-information-with-image .t-contact-img {
      margin-right: 0;
      margin-left: 40px;
      margin-left: 2.5rem; }
  .t-contact-information-with-image .t-contact-name-job .t-job {
    margin-bottom: 0; }
  .t-quote-image-description-persone .t-quote-images {
    margin-right: 38px;
    margin-right: 2.375rem; }
    html[dir=rtl] .t-quote-image-description-persone .t-quote-images {
      margin-right: 0;
      margin-left: 38px;
      margin-left: 2.375rem; }
  .t-quote-image-description-persone .t-quotes-details:before {
    left: -30px; }
    html[dir=rtl] .t-quote-image-description-persone .t-quotes-details:before {
      left: auto;
      right: -30px;
      -webkit-transform: rotateY(-180deg);
              transform: rotateY(-180deg); }
  .t-quote-image-description-persone .t-quotes-description:not(:last-child) {
    margin-bottom: 42px;
    margin-bottom: 2.625rem; }
  .t-mega-menu-image-title .t-col {
    margin-top: 10px;
    margin-top: 0.625rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .t-mega-menu-image-title .t-box {
    height: 100%; }
    .t-mega-menu-image-title .t-box > .t-box-img {
      height: 136px; }
    .t-mega-menu-image-title .t-box > .t-title {
      font-size: 18px;
      font-size: 1.125rem; }
  .vf-timeline:before {
    left: 50%;
    right: inherit; }
    html[dir=rtl] .vf-timeline:before {
      left: auto;
      right: 50%; }
  .vf-timeline .timeline-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .vf-timeline .timeline-item-wrapper .timeline-item {
      max-width: 50%;
      width: 50%; }
      .vf-timeline .timeline-item-wrapper .timeline-item .timeline-panel {
        margin-right: 40px; }
        html[dir=rtl] .vf-timeline .timeline-item-wrapper .timeline-item .timeline-panel {
          margin-right: 0;
          margin-left: 40px;
          margin-left: 2.5rem; }
      .vf-timeline .timeline-item-wrapper .timeline-item:before {
        right: -15px; }
        html[dir=rtl] .vf-timeline .timeline-item-wrapper .timeline-item:before {
          right: auto;
          left: -15px; }
      .vf-timeline .timeline-item-wrapper .timeline-item:after {
        right: -8px; }
        html[dir=rtl] .vf-timeline .timeline-item-wrapper .timeline-item:after {
          right: auto;
          left: -8px; }
      .vf-timeline .timeline-item-wrapper .timeline-item:not(:first-child) {
        margin-top: 70px; }
        .vf-timeline .timeline-item-wrapper .timeline-item:not(:first-child) .timeline-panel {
          margin-right: inherit;
          margin-left: 42px; }
          html[dir=rtl] .vf-timeline .timeline-item-wrapper .timeline-item:not(:first-child) .timeline-panel {
            margin-left: 0;
            margin-right: 42px; }
          .vf-timeline .timeline-item-wrapper .timeline-item:not(:first-child) .timeline-panel:before {
            left: -9px;
            right: inherit; }
            html[dir=rtl] .vf-timeline .timeline-item-wrapper .timeline-item:not(:first-child) .timeline-panel:before {
              left: auto;
              right: -9px; }
        .vf-timeline .timeline-item-wrapper .timeline-item:not(:first-child):before {
          left: -12px; }
          html[dir=rtl] .vf-timeline .timeline-item-wrapper .timeline-item:not(:first-child):before {
            left: auto;
            right: -12px; }
        .vf-timeline .timeline-item-wrapper .timeline-item:not(:first-child):after {
          left: -5px; }
          html[dir=rtl] .vf-timeline .timeline-item-wrapper .timeline-item:not(:first-child):after {
            left: auto;
            right: -5px; }
  .t-map-coordonnee .t-box-img {
    width: 60%;
    margin-bottom: 0; }
  .t-map-coordonnee .t-box-wrapper {
    width: auto; }
  .t-map-coordonnee .t-box-content {
    -webkit-box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 40px;
    padding: 2.5rem;
    position: relative;
    left: -100px; }
    html[dir=rtl] .t-map-coordonnee .t-box-content {
      left: auto;
      right: -100px; }
    .t-map-coordonnee .t-box-content .t-box-details-img {
      border: 1px solid #F4F4F4;
      padding: 13px;
      padding: 0.8125rem;
      max-width: 156px;
      margin-right: 30px;
      margin-right: 1.875rem; }
      html[dir=rtl] .t-map-coordonnee .t-box-content .t-box-details-img {
        margin-right: 0;
        margin-left: 30px;
        margin-left: 1.875rem; }
      .t-map-coordonnee .t-box-content .t-box-details-img img {
        margin: auto; }
    .t-map-coordonnee .t-box-content .t-box-details p {
      margin-bottom: 5px;
      margin-bottom: 0.3125rem;
      letter-spacing: normal;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .t-map-coordonnee .t-box-content .t-box-details p, .t-map-coordonnee .t-box-content .t-box-details p a {
        font-family: "DINNextW01-CondensedLig", "arial";
        color: #000; }
        html[dir=rtl] .t-map-coordonnee .t-box-content .t-box-details p, html[dir=rtl] .t-map-coordonnee .t-box-content .t-box-details p a {
          font-weight: 300; }
      .t-map-coordonnee .t-box-content .t-box-details p i {
        color: #007732;
        font-size: 15px;
        font-size: 0.9375rem;
        margin-right: 15px;
        margin-right: 0.9375rem; }
        html[dir=rtl] .t-map-coordonnee .t-box-content .t-box-details p i {
          margin-right: 0;
          margin-left: 15px;
          margin-left: 0.9375rem; }
  .t-coordonnee-contact p:last-child {
    margin-bottom: 0; }
  .t-mega-menu-pushes .t-box {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4); } }
  @media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
    .t-mega-menu-pushes .t-box {
      max-width: 33.333%; } }

@media (min-width: 992px) {
    html[dir=rtl] .t-mega-menu-pushes .t-box {
      border-right: none;
      border-left: 1px solid rgba(255, 255, 255, 0.4); }
    .t-mega-menu-pushes .t-box:nth-child(3), .t-mega-menu-pushes .t-box:nth-child(6) {
      border-right: none; }
      html[dir=rtl] .t-mega-menu-pushes .t-box:nth-child(3), html[dir=rtl] .t-mega-menu-pushes .t-box:nth-child(6) {
        border-left: none; }
    .t-mega-menu-pushes .t-box:nth-child(n+4) {
      border-bottom: none; } }
  @media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
    .t-mega-menu-pushes .t-box .btn-box {
      position: relative; }
      .t-mega-menu-pushes .t-box .btn-box i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }

@media (min-width: 992px) {
    .t-mega-menu-pushes .t-box:hover {
      background-color: white; }
      .t-mega-menu-pushes .t-box:hover p, .t-mega-menu-pushes .t-box:hover h3 {
        color: #000; }
      .t-mega-menu-pushes .t-box:hover .btn-box {
        width: 100%;
        border: none; } }
      @media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
        .t-mega-menu-pushes .t-box:hover .btn-box i {
          position: static;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; } }

@media (min-width: 992px) {
        .t-mega-menu-pushes .t-box:hover .btn-box.bg-red {
          background: linear-gradient(225deg, #F5515F 0%, #9F045E 100%); }
        .t-mega-menu-pushes .t-box:hover .btn-box.bg-green {
          background: linear-gradient(223.48deg, #B4EC51 0%, #288B6D 100%); }
        .t-mega-menu-pushes .t-box:hover .btn-box.bg-blue {
          background: linear-gradient(223.75deg, #09B8F0 0%, #53A0FD 100%); }
        .t-mega-menu-pushes .t-box:hover .btn-box.bg-orange {
          background: linear-gradient(225deg, #FAD961 0%, #F76B1C 100%); }
        .t-mega-menu-pushes .t-box:hover .btn-box span {
          width: 100%;
          margin-right: 12px;
          margin-right: 0.75rem;
          opacity: 1; }
          html[dir=rtl] .t-mega-menu-pushes .t-box:hover .btn-box span {
            margin-right: 0;
            margin-left: 12px;
            margin-left: 0.75rem; } }

@media (min-width: 1200px) {
  .t-pushes-with-icons-titles.stickybar.cloned {
    max-width: 1105px !important; }
    .t-pushes-with-icons-titles.stickybar.cloned .col-lg-10 {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

@media (max-width: 991.98px) {
  .t-mega-menu-pushes .t-box .btn-box {
    width: 100%;
    border: none; }
    .t-mega-menu-pushes .t-box .btn-box.bg-red {
      background: linear-gradient(225deg, #F5515F 0%, #9F045E 100%); }
    .t-mega-menu-pushes .t-box .btn-box.bg-green {
      background: linear-gradient(223.48deg, #B4EC51 0%, #288B6D 100%); }
    .t-mega-menu-pushes .t-box .btn-box.bg-blue {
      background: linear-gradient(223.75deg, #09B8F0 0%, #53A0FD 100%); }
    .t-mega-menu-pushes .t-box .btn-box.bg-orange {
      background: linear-gradient(225deg, #FAD961 0%, #F76B1C 100%); }
    .t-mega-menu-pushes .t-box .btn-box span {
      width: 100%;
      margin-right: 12px;
      margin-right: 0.75rem;
      opacity: 1; }
      html[dir=rtl] .t-mega-menu-pushes .t-box .btn-box span {
        margin-right: 0;
        margin-left: 12px;
        margin-left: 0.75rem; } }

.vf-footer.vf-footer--variant5 {
  background-color: #fff;
  border: 1px solid #E8E8E8;
  padding: 0; }
  .vf-footer.vf-footer--variant5 .vf-footer__top {
    padding: 47px 0 39px 0;
    padding: 2.9375rem 0 2.4375rem 0;
    border-bottom: 1px solid #EDEDED; }
    .vf-footer.vf-footer--variant5 .vf-footer__top .social-media-links--platforms {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      html[dir=rtl] .vf-footer.vf-footer--variant5 .vf-footer__top .social-media-links--platforms {
        padding-right: 0; }
      .vf-footer.vf-footer--variant5 .vf-footer__top .social-media-links--platforms li {
        margin: 0 9px;
        margin: 0 0.5625rem; }
        .vf-footer.vf-footer--variant5 .vf-footer__top .social-media-links--platforms li a .fa {
          font-size: 25px;
          font-size: 1.5625rem;
          color: #000; }
  .vf-footer.vf-footer--variant5 .vf-footer__middle {
    padding: 26px 0 14px 0;
    padding: 1.625rem 0 0.875rem 0;
    border-bottom: 1px solid #EDEDED; }
    .vf-footer.vf-footer--variant5 .vf-footer__middle .block-footer-menu {
      max-width: 380px;
      margin: 0 auto; }
      .vf-footer.vf-footer--variant5 .vf-footer__middle .block-footer-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        html[dir=rtl] .vf-footer.vf-footer--variant5 .vf-footer__middle .block-footer-menu ul {
          padding-right: 0; }
        .vf-footer.vf-footer--variant5 .vf-footer__middle .block-footer-menu ul li {
          padding: 5px 20px;
          padding: 0.3125rem 1.25rem;
          text-align: center; }
          .vf-footer.vf-footer--variant5 .vf-footer__middle .block-footer-menu ul li a {
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 20px;
            line-height: 1.25rem;
            letter-spacing: .34px;
            font-family: "DINNextW01-CondensedMed", "arial";
            text-transform: uppercase; }
  .vf-footer.vf-footer--variant5 .vf-footer__bottom {
    padding: 36px 0 36px 0;
    padding: 2.25rem 0 2.25rem 0; }
    .vf-footer.vf-footer--variant5 .vf-footer__bottom .block-footer-copyright {
      margin-bottom: 5px;
      margin-bottom: 0.3125rem; }
    .vf-footer.vf-footer--variant5 .vf-footer__bottom .block-footer-realisation_void img {
      max-width: 39px;
      margin-left: 7px;
      margin-left: 0.4375rem; }
    .vf-footer.vf-footer--variant5 .vf-footer__bottom p {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 20px;
      line-height: 1.25rem;
      color: #000; }

@media (min-width: 992px) {
  .vf-footer.vf-footer--variant5 .vf-footer__middle {
    padding-bottom: 33px;
    padding-bottom: 2.0625rem; }
    .vf-footer.vf-footer--variant5 .vf-footer__middle .block-footer-menu {
      max-width: 900px; }
      .vf-footer.vf-footer--variant5 .vf-footer__middle .block-footer-menu ul li {
        padding: 12px 20px;
        padding: 0.75rem 1.25rem; }
  .vf-footer.vf-footer--variant5 .vf-footer__bottom {
    padding-top: 14px;
    padding-top: 0.875rem; }
    .vf-footer.vf-footer--variant5 .vf-footer__bottom .block-footer-copyright {
      margin-bottom: 0; } }

.scroll-bg {
  display: block;
  background-color: #007732;
  height: 3px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0; }

/* === VARIABLES === */
.vh-header.vh-variant3 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
  -webkit-transition: top 500ms ease-in;
  transition: top 500ms ease-in;
  margin-bottom: 15px; }
  .vh-header.vh-variant3 .vh-header__middle {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    padding-top: 30px;
    padding-top: 1.875rem; }
    .vh-header.vh-variant3 .vh-header__middle .btn-search-overlay {
      color: #fff;
      font-size: 20px;
      font-size: 1.25rem;
      margin: 0 10px 0 10px;
      margin: 0 0.625rem 0 0.625rem;
      padding: 0;
      background: transparent;
      border: none;
      cursor: pointer;
      outline: none; }
      .vh-header.vh-variant3 .vh-header__middle .btn-search-overlay i {
        font-size: 20px;
        font-size: 1.25rem; }
    .vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher .form-control {
      background-color: transparent;
      border: none; }
      .vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher .form-control.bootstrap-select ul.dropdown-menu, .vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher .form-control.bootstrap-select .dropdown-menu {
        background-color: #fff; }
        .vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher .form-control.bootstrap-select ul.dropdown-menu li:hover, .vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher .form-control.bootstrap-select .dropdown-menu li:hover {
          background-color: transparent; }
          .vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher .form-control.bootstrap-select ul.dropdown-menu li:hover a, .vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher .form-control.bootstrap-select .dropdown-menu li:hover a {
            color: #007732; }
        .vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher .form-control.bootstrap-select ul.dropdown-menu li.selected, .vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher .form-control.bootstrap-select .dropdown-menu li.selected {
          display: none; }
        .vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher .form-control.bootstrap-select ul.dropdown-menu li a, .vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher .form-control.bootstrap-select .dropdown-menu li a {
          color: #000; }
      .vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher .form-control.bootstrap-select .btn.dropdown-toggle {
        padding: 0;
        background-color: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #fff;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 22px;
        line-height: 1.375rem;
        font-family: "DIN Next LT W01 Regular", "Arial"; }
        html[dir=rtl] .vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher .form-control.bootstrap-select .btn.dropdown-toggle {
          font-weight: 400; }
        .vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher .form-control.bootstrap-select .btn.dropdown-toggle span {
          margin-right: 4px;
          margin-right: 0.25rem; }
        .vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher .form-control.bootstrap-select .btn.dropdown-toggle:after {
          font-size: 10px;
          font-size: 0.625rem; }
        .vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher .form-control.bootstrap-select .btn.dropdown-toggle:focus, .vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher .form-control.bootstrap-select .btn.dropdown-toggle:active {
          outline: none !important; }
    html[dir=rtl] .vh-header.vh-variant3 .vh-header__middle .vh-secondary-menu ul {
      padding-right: 0; }
    @media (max-width: 320px) {
      .vh-header.vh-variant3 .vh-header__middle .vh-secondary-menu .btn.btn-sm, .vh-header.vh-variant3 .vh-header__middle .vh-secondary-menu .btn-group-sm > .btn {
        padding-left: 13px;
        padding-left: 0.8125rem;
        padding-right: 13px;
        padding-right: 0.8125rem; } }
  .vh-header.vh-variant3 .vh-header__bottom .vh-layout {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 80px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(48, 49, 51, 0.1);
            box-shadow: 0 2px 8px 0 rgba(48, 49, 51, 0.1);
    background-color: #fff; }
  .vh-header.vh-variant3 .vh-header__bottom .vh-header--branding {
    margin-top: auto;
    margin-bottom: auto; }
    .vh-header.vh-variant3 .vh-header__bottom .vh-header--branding .navbar-brand {
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 20px;
      margin-left: 1.25rem; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .vh-header.vh-variant3 .vh-header__bottom .vh-header--branding .navbar-brand {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 100%; } }
      html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--branding .navbar-brand {
        margin-left: 0;
        margin-right: 20px;
        margin-right: 1.25rem; }
    .vh-header.vh-variant3 .vh-header__bottom .vh-header--branding img {
      max-width: 130px; }
  .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul {
    margin: 0;
    list-style-type: none;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul.menu-level--1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      height: 100%;
      padding-left: 0;
      padding-right: 0; }
    .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li a {
      display: inline-block;
      text-transform: uppercase; }
    .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn {
      margin-left: 0;
      margin-right: 20px;
      margin-right: 1.25rem;
      padding: 0; }
      html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn {
        margin-right: 0;
        margin-left: 20px;
        margin-left: 1.25rem; }
      .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a {
        color: #fff;
        position: relative; }
        html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; }
        .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a i {
          top: 1px; }
        .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span:not(.has-close) {
          display: none;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 2;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          padding-left: 1rem;
          padding-right: 1rem; }
          html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span:not(.has-close) {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a span:not(.has-close) i.icon-close {
              margin-right: auto;
              margin-left: 10px;
              margin-left: 0.625rem; }
        .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a.active span:not(.has-close) {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          visibility: visible; }
        .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li.btn a.active > * {
          visibility: hidden; }
    .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li:not(.btn) {
      padding: 0; }
      .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li:not(.btn) a.is-active-trail {
        color: #007732; }
      .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li:not(.btn).is-active a, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li:not(.btn).is-active-trail a {
        color: #007732; }
      .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li:not(.btn):not(:first-child) a {
        position: relative; }
        .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li:not(.btn):not(:first-child) a:after {
          content: '';
          position: absolute;
          top: calc(50% - 1px);
          left: 0;
          height: 16px;
          width: 1px;
          background-color: rgba(0, 0, 0, 0.16);
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
          html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li:not(.btn):not(:first-child) a:after {
            left: auto;
            right: 0; }
      .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li:not(.btn) a {
        font-family: "DINNextW01-CondensedMed", "arial";
        color: #000;
        padding: 0 20px;
        padding: 0 1.25rem; }
        .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul li:not(.btn) a:hover {
          color: #007732;
          text-decoration: none; }
  .vh-header.vh-variant3 .vh-header__bottom .menu-wrapper {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    padding: 13px 30px;
    padding: 0.8125rem 1.875rem;
    background: #fff;
    -webkit-box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    display: none;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    .vh-header.vh-variant3 .vh-header__bottom .menu-wrapper.show {
      opacity: 1;
      display: block; }
    .vh-header.vh-variant3 .vh-header__bottom .menu-wrapper .field__label {
      display: none; }
  .vh-header.vh-variant3 .vh-header--account .dropdown-menu {
    right: 0;
    left: inherit !important; }
  html[dir=rtl] .vh-header.vh-variant3 .vh-header--account .dropdown-toggle::after {
    margin-left: inherit;
    margin-right: 6px;
    margin-right: 0.375rem; }
  @media (max-width: 991.98px) {
    .vh-header.vh-variant3 .vh-header--account .nav-link {
      padding-right: 8px;
      padding-left: 8px; } }

.vh-variant3 .vh3-main-menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .vh-variant3 .vh3-main-menu ul {
    margin: 0;
    list-style-type: none; }
    .vh-variant3 .vh3-main-menu ul li.btn a {
      color: #fff; }
    .vh-variant3 .vh3-main-menu ul li a {
      color: #000;
      display: inline-block; }
      .vh-variant3 .vh3-main-menu ul li a:hover {
        color: #007732;
        text-decoration: none; }

aside#vhm.vhm-variant3, aside#vhm.vhm-variant3.is-closed {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  -webkit-transition: visibility 500ms ease-in 200ms, -webkit-transform 500ms ease-in 200ms;
  transition: visibility 500ms ease-in 200ms, -webkit-transform 500ms ease-in 200ms;
  transition: transform 500ms ease-in 200ms, visibility 500ms ease-in 200ms;
  transition: transform 500ms ease-in 200ms, visibility 500ms ease-in 200ms, -webkit-transform 500ms ease-in 200ms;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }
  html[dir=rtl] aside#vhm.vhm-variant3, html[dir=rtl] aside#vhm.vhm-variant3.is-closed {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }

aside#vhm.vhm-variant3.is-open {
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: visibility 500ms ease-in 200ms, -webkit-transform 500ms ease-in 200ms;
  transition: visibility 500ms ease-in 200ms, -webkit-transform 500ms ease-in 200ms;
  transition: transform 500ms ease-in 200ms, visibility 500ms ease-in 200ms;
  transition: transform 500ms ease-in 200ms, visibility 500ms ease-in 200ms, -webkit-transform 500ms ease-in 200ms;
  overflow-y: hidden; }
  html[dir=rtl] aside#vhm.vhm-variant3.is-open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }

aside#vhm.vhm-variant3 .vhm-header--branding {
  margin-left: 20px;
  margin-left: 1.25rem; }
  html[dir=rtl] aside#vhm.vhm-variant3 .vhm-header--branding {
    margin-left: 0;
    margin-right: 20px;
    margin-right: 1.25rem; }
  html[dir=rtl] aside#vhm.vhm-variant3 .vhm-header--branding .navbar-brand {
    margin-right: 0; }

aside#vhm.vhm-variant3 .vh-mega-menu-mobile-back.btn.btn-primary i, aside#vhm.vhm-variant3 #sliding-popup .popup-content #popup-buttons .vh-mega-menu-mobile-back.btn.agree-button i, #sliding-popup .popup-content #popup-buttons aside#vhm.vhm-variant3 .vh-mega-menu-mobile-back.btn.agree-button i {
  top: -1px;
  font-size: 11px;
  font-size: 0.6875rem; }

aside#vhm.vhm-variant3 .menu-wrapper {
  position: fixed;
  top: 77px;
  left: 0;
  width: 100%;
  padding: 13px 20px 30px;
  padding: 0.8125rem 1.25rem 1.875rem;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  border-top: 1px solid #F2F2F2;
  visibility: hidden; }
  html[dir=rtl] aside#vhm.vhm-variant3 .menu-wrapper {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
  aside#vhm.vhm-variant3 .menu-wrapper.show {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    overflow-y: auto;
    visibility: visible;
    max-height: calc(100% - 77px); }
    html[dir=rtl] aside#vhm.vhm-variant3 .menu-wrapper.show {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .touchevents aside#vhm.vhm-variant3 .menu-wrapper.show {
      -webkit-overflow-scrolling: touch;
      overflow-y: scroll; }
  aside#vhm.vhm-variant3 .menu-wrapper .block-menu-injected {
    padding-top: 30px;
    padding-top: 1.875rem; }
  aside#vhm.vhm-variant3 .menu-wrapper .field__label {
    display: none; }

aside#vhm.vhm-variant3 .vhm-branding-hamburger .vh-hamburger .hamburger-box .hamburger-inner, aside#vhm.vhm-variant3 .vhm-branding-hamburger .vh-hamburger .hamburger-box .hamburger-inner:before, aside#vhm.vhm-variant3 .vhm-branding-hamburger .vh-hamburger .hamburger-box .hamburger-inner:after {
  width: 25px;
  height: 2px; }

aside#vhm.vhm-variant3 .hamburger, aside#vhm.vhm-variant3 .hamburger:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

aside#vhm.vhm-variant3 .vhm-body {
  position: relative; }

aside#vhm.vhm-variant3 .vhm-header--branding img {
  max-width: 110px; }

aside#vhm.vhm-variant3 .vhm__menu ul {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0; }
  html[dir=rtl] aside#vhm.vhm-variant3 .vhm__menu ul {
    padding-right: 0; }
  aside#vhm.vhm-variant3 .vhm__menu ul > li {
    border-top: 1px solid #F2F2F2;
    padding: 17px 20px 10px 33px;
    padding: 1.0625rem 1.25rem 0.625rem 2.0625rem;
    width: 100%; }
    aside#vhm.vhm-variant3 .vhm__menu ul > li > a {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 32px;
      line-height: 2rem;
      color: #000;
      font-family: "DINNextW01-CondensedMed", "arial";
      text-transform: uppercase; }
      html[dir=rtl] aside#vhm.vhm-variant3 .vhm__menu ul > li > a {
        padding-left: 20px;
        padding-left: 1.25rem;
        padding-right: 18px;
        padding-right: 1.125rem;
        font-weight: 600; }
      aside#vhm.vhm-variant3 .vhm__menu ul > li > a.is-active, aside#vhm.vhm-variant3 .vhm__menu ul > li > a.is-active-trail {
        color: #007732; }
    aside#vhm.vhm-variant3 .vhm__menu ul > li.btn {
      background: none;
      padding-left: 16px;
      padding-left: 1rem;
      padding-right: 16px;
      padding-right: 1rem;
      border-radius: 0; }
      aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a {
        color: #fff;
        padding-left: 1.125rem;
        padding-right: 1.125rem;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%; }
        html[dir=rtl] aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a i {
          margin-left: 0;
          margin-right: 0; }
        aside#vhm.vhm-variant3 .vhm__menu ul > li.btn > a span:not(.has-close) {
          display: none; }

@media (min-width: 992px) {
  body.toolbar-fixed .vh-header.vh-variant3.bottom {
    top: -97px; }
  aside.vhm-variant3,
  .vhm-variant3 {
    display: none; } }

.vh-header.vh-variant3 {
  position: absolute; }
  .vh-header.vh-variant3.top {
    position: fixed;
    top: 0;
    z-index: 12; }
    .vh-header.vh-variant3.top .vh-header__middle,
    .vh-header.vh-variant3.top .vh-header__top {
      display: none; }
  .vh-header.vh-variant3.bottom {
    position: fixed;
    top: -146px;
    -webkit-transition: none;
    transition: none; }
    .vh-header.vh-variant3.bottom.transitioned {
      -webkit-transition: top 500ms ease-in;
      transition: top 500ms ease-in; }
    .vh-header.vh-variant3.bottom .vh-header__middle,
    .vh-header.vh-variant3.bottom .vh-header__top {
      display: none; }

@media (max-width: 991.98px) {
  .vh-header.vh-variant3.vh-fixed.top .vh-header__bottom {
    width: 100%; }
  .vh-header.vh-variant3 .vh-header__middle {
    padding-top: 50px;
    padding-top: 3.125rem; }
  .vh-header.vh-variant3 .vh-header__bottom {
    -webkit-box-shadow: 0 2px 8px 0 rgba(48, 49, 51, 0.1);
            box-shadow: 0 2px 8px 0 rgba(48, 49, 51, 0.1);
    width: calc(100% - 30px);
    margin: 0 auto; }
    .vh-header.vh-variant3 .vh-header__bottom .container, .vh-header.vh-variant3 .vh-header__bottom .bar-tabs {
      padding-left: 0;
      padding-right: 0;
      max-width: 100%; }
    .vh-header.vh-variant3 .vh-header__bottom .vh-layout {
      height: 68px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .vh-header.vh-variant3 .vh-header__bottom .vh-header--branding .navbar-brand {
      margin-left: 0; }
      html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--branding .navbar-brand {
        margin-right: 0; }
      .vh-header.vh-variant3 .vh-header__bottom .vh-header--branding .navbar-brand img {
        max-width: 110px;
        margin-left: 10px;
        margin-left: 0.625rem; }
        html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--branding .navbar-brand img {
          margin-left: 0;
          margin-right: 10px;
          margin-right: 0.625rem; }
    .vh-header.vh-variant3 .vh-header__bottom .vh-hamburger .hamburger-box .hamburger-inner {
      width: 10px; }
      .vh-header.vh-variant3 .vh-header__bottom .vh-hamburger .hamburger-box .hamburger-inner:before {
        width: 23px;
        left: 0; }
        html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-hamburger .hamburger-box .hamburger-inner:before {
          left: auto;
          right: 0; }
      .vh-header.vh-variant3 .vh-header__bottom .vh-hamburger .hamburger-box .hamburger-inner:after {
        width: 26px;
        left: 0; }
        html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-hamburger .hamburger-box .hamburger-inner:after {
          left: auto;
          right: 0; }
  .vh-header.vh-variant3 .hamburger {
    padding: 16px 16px;
    padding: 1rem 1rem;
    height: 100%; }
    .vh-header.vh-variant3 .hamburger span {
      text-transform: uppercase;
      font-size: 20px;
      font-size: 1.25rem;
      font-family: "DINNextW01-CondensedMed", "arial";
      margin-top: 6px;
      margin-top: 0.375rem; }
      html[dir=rtl] .vh-header.vh-variant3 .hamburger span {
        font-weight: 600; }
    .vh-header.vh-variant3 .hamburger, .vh-header.vh-variant3 .hamburger:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .vh-header.vh-variant3 .vh-hamburger .hamburger-box {
    width: 26px;
    height: 26px; }
    .vh-header.vh-variant3 .vh-hamburger .hamburger-box .hamburger-inner, .vh-header.vh-variant3 .vh-hamburger .hamburger-box .hamburger-inner:after, .vh-header.vh-variant3 .vh-hamburger .hamburger-box .hamburger-inner:before {
      width: 26px;
      height: 2px; } }

.vactory-map-locator {
  position: relative;
  padding-top: 66px;
  padding-top: 4.125rem;
  margin-left: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem; }
  .vactory-map-locator .location-map .list-groupe-item-box .location-title {
    position: relative;
    padding-bottom: 5px;
    padding-bottom: 0.3125rem; }
    .vactory-map-locator .location-map .list-groupe-item-box .location-title:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 61px;
      height: 2px;
      background-color: #E30613; }
  .vactory-map-locator .list-groupe-item-box {
    max-width: 216px; }
    .vactory-map-locator .list-groupe-item-box .location-title {
      font-family: "DINNextW01-CondensedMed", "arial";
      color: #000;
      font-size: 15px;
      font-size: 0.9375rem; }
    .vactory-map-locator .list-groupe-item-box p {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 16px;
      line-height: 1rem;
      color: #AAAAAA;
      margin-bottom: 5px;
      margin-bottom: 0.3125rem; }
  .vactory-map-locator .block-location .block-location-wrapper {
    width: auto;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .vactory-map-locator .block-location .block-location-wrapper .location-search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      background: #fff;
      position: relative;
      -webkit-box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
      padding: 14px 25px 15px 16px;
      padding: 0.875rem 1.5625rem 0.9375rem 1rem;
      border: 1px solid #E8E8E8; }
  .vactory-map-locator .block-location .input-search {
    border: none;
    border-bottom: 1px solid #D9D9D9;
    padding: 0;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 30px;
    line-height: 1.875rem;
    margin-right: 8px;
    margin-right: 0.5rem;
    color: #000;
    text-overflow: ellipsis;
    min-width: 165px; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .vactory-map-locator .block-location .input-search {
        padding-bottom: 8px;
        padding-bottom: 0.5rem; } }
    .vactory-map-locator .block-location .input-search:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      outline: none; }
    html[dir=rtl] .vactory-map-locator .block-location .input-search {
      margin-right: 0;
      margin-left: 8px;
      margin-left: 0.5rem; }
    .vactory-map-locator .block-location .input-search.placeholder {
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 30px;
      line-height: 1.875rem;
      color: #AAAAAA;
      font-family: "DINNextW01-CondensedLig", "arial"; }
    .vactory-map-locator .block-location .input-search:-moz-placeholder {
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 30px;
      line-height: 1.875rem;
      color: #AAAAAA;
      font-family: "DINNextW01-CondensedLig", "arial"; }
    .vactory-map-locator .block-location .input-search::-moz-placeholder {
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 30px;
      line-height: 1.875rem;
      color: #AAAAAA;
      font-family: "DINNextW01-CondensedLig", "arial"; }
    .vactory-map-locator .block-location .input-search:-ms-input-placeholder {
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 30px;
      line-height: 1.875rem;
      color: #AAAAAA;
      font-family: "DINNextW01-CondensedLig", "arial"; }
    .vactory-map-locator .block-location .input-search::-webkit-input-placeholder {
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 30px;
      line-height: 1.875rem;
      color: #AAAAAA;
      font-family: "DINNextW01-CondensedLig", "arial"; }
  .vactory-map-locator .block-location .btn-gps {
    background-color: #fff;
    height: 30px;
    width: 30px;
    border: 1px solid #92d64c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 26px;
    margin-right: 1.625rem;
    cursor: pointer; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .vactory-map-locator .block-location .btn-gps {
        position: relative; } }
    .vactory-map-locator .block-location .btn-gps:focus, .vactory-map-locator .block-location .btn-gps:hover, .vactory-map-locator .block-location .btn-gps:visited {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
    html[dir=rtl] .vactory-map-locator .block-location .btn-gps {
      margin-right: 0;
      margin-left: 26px;
      margin-left: 1.625rem; }
    .vactory-map-locator .block-location .btn-gps i {
      font-size: 20px;
      font-size: 1.25rem;
      color: #92d64c;
      position: relative;
      top: 1px; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .vactory-map-locator .block-location .btn-gps i {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
  .vactory-map-locator .block-location .btn-search {
    background-color: transparent;
    border: none;
    padding: 0; }
    .vactory-map-locator .block-location .btn-search i {
      font-size: 21px;
      font-size: 1.3125rem;
      color: #6D7278; }
    .vactory-map-locator .block-location .btn-search:focus, .vactory-map-locator .block-location .btn-search:hover, .vactory-map-locator .block-location .btn-search:visited {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .vactory-map-locator .block-location .location-list {
    background: #fff;
    width: 100%;
    display: none;
    -webkit-box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #E8E8E8;
    border-top: none;
    margin-top: -2px;
    margin-top: -0.125rem;
    max-width: 100%;
    position: relative;
    padding-top: 10px;
    padding-top: 0.625rem; }
    .vactory-map-locator .block-location .location-list .agences-box {
      position: relative;
      overflow: auto;
      padding-left: 27px;
      padding-left: 1.6875rem;
      padding-right: 27px;
      padding-right: 1.6875rem;
      padding-bottom: 10px;
      padding-bottom: 0.625rem; }
    .vactory-map-locator .block-location .location-list .vactory-locator-list {
      overflow-x: hidden !important;
      max-height: 218px;
      margin-bottom: 0;
      padding-left: 0; }
      html[dir=rtl] .vactory-map-locator .block-location .location-list .vactory-locator-list {
        padding-right: 0; }
      .vactory-map-locator .block-location .location-list .vactory-locator-list::-webkit-scrollbar {
        width: 4px;
        background-color: #D8D8D8;
        border-radius: 0;
        margin-top: 20px;
        margin-bottom: 20px; }
      .vactory-map-locator .block-location .location-list .vactory-locator-list::-webkit-scrollbar-thumb {
        background-color: #007732;
        border-radius: 2px;
        margin-top: 20px;
        margin-bottom: 20px; }
    .vactory-map-locator .block-location .location-list .list-group-item {
      padding: 8px 0 10px 0;
      padding: 0.5rem 0 0.625rem 0;
      border: none;
      margin-top: 0;
      margin-right: 25px;
      margin-right: 1.5625rem; }
      html[dir=rtl] .vactory-map-locator .block-location .location-list .list-group-item {
        margin-right: 0;
        margin-left: 25px;
        margin-left: 1.5625rem; }
      .vactory-map-locator .block-location .location-list .list-group-item:not(:first-child) {
        border-top: 1px solid #E6E6E6; }
  .vactory-map-locator .block-location .close-button {
    position: absolute;
    top: 54px;
    right: 17px;
    font-size: 10px;
    font-size: 10px;
    font-size: 0.625rem;
    cursor: pointer;
    z-index: 1; }
    html[dir=rtl] .vactory-map-locator .block-location .close-button {
      right: auto;
      left: 17px; }
    .vactory-map-locator .block-location .close-button a {
      padding: 7px;
      padding: 0.4375rem;
      display: none; }
  .vactory-map-locator .block-location .nav-address {
    width: 100%;
    background-color: #fff;
    padding: 0 23px;
    padding: 0 1.4375rem;
    border-top: 2px solid #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 49px;
    height: 3.0625rem;
    border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 0.5rem 0.5rem; }
    .vactory-map-locator .block-location .nav-address .counting-result {
      font-size: 11px;
      font-size: 0.6875rem;
      color: #9f9f9f; }
    .vactory-map-locator .block-location .nav-address .navigation {
      margin-left: auto; }
      html[dir=rtl] .vactory-map-locator .block-location .nav-address .navigation {
        margin-left: 0;
        margin-right: auto; }
      .vactory-map-locator .block-location .nav-address .navigation a {
        cursor: pointer;
        margin-left: 8px;
        margin-left: 0.5rem; }
      .vactory-map-locator .block-location .nav-address .navigation i {
        font-size: 23px;
        font-size: 1.4375rem;
        color: #9f9f9f; }
  .vactory-map-locator .location-list-element {
    cursor: pointer; }
    .vactory-map-locator .location-list-element h3 {
      color: #000;
      margin-bottom: 5px;
      margin-bottom: 0.3125rem; }
    .vactory-map-locator .location-list-element p {
      color: #000;
      margin-bottom: 0;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 19px;
      line-height: 1.1875rem; }
      .vactory-map-locator .location-list-element p a {
        font-weight: 500; }
  .vactory-map-locator .location-map {
    width: 100%;
    height: 100vh;
    padding-bottom: 120px;
    max-height: 450px; }
    html[dir=rtl] .vactory-map-locator .location-map button[aria-label="Close"] {
      right: auto !important;
      left: 0px !important; }
  .vactory-map-locator .listeempty {
    padding: 17px;
    padding: 1.0625rem;
    text-align: center; }
  .vactory-map-locator .locator-modal {
    z-index: 1051; }

@media (min-width: 992px) {
  .vactory-map-locator .block-location .input-search {
    width: 350px; }
  .vactory-map-locator .block-location .location-list {
    max-width: 100%; }
  .vactory-map-locator .location-map {
    width: 100%;
    max-height: 563px; }
    html[dir=rtl] .vactory-map-locator .location-map button[aria-label="Close"] {
      right: auto !important;
      left: 0 !important; } }

.overflow-y {
  overflow-y: hidden; }

.search-overlay-variant1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in, visibility 200ms ease-in;
  transition: opacity 200ms ease-in, visibility 200ms ease-in;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms; }
  .search-overlay-variant1.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }
    .search-overlay-variant1.open form.search-block-form {
      -webkit-transition-delay: 200ms;
              transition-delay: 200ms; }
    .search-overlay-variant1.open .form-inline .form-group.form-actions {
      opacity: 1;
      -webkit-transition: 0ms;
      transition: 0ms; }
  .search-overlay-variant1 > .container, .search-overlay-variant1 > .bar-tabs {
    position: relative; }
  .search-overlay-variant1 .search-block-formulaire {
    max-width: 723px; }
  .search-overlay-variant1 form.search-block-form {
    -webkit-transform-origin: 0% 50%;
        -ms-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 200ms ease-in;
    transition: -webkit-transform 200ms ease-in;
    transition: transform 200ms ease-in;
    transition: transform 200ms ease-in, -webkit-transform 200ms ease-in;
    position: relative; }
  .search-overlay-variant1 .form-inline .form-group.form-actions {
    position: absolute;
    top: 50%;
    right: 0;
    width: 2rem;
    height: 2rem;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in 200ms;
    transition: opacity 200ms ease-in 200ms; }
    html[dir=rtl] .search-overlay-variant1 .form-inline .form-group.form-actions {
      right: auto;
      left: 0; }
    .search-overlay-variant1 .form-inline .form-group.form-actions:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 50px;
      font-size: 3.125rem;
      font-family: 'vactory';
      z-index: 1;
      color: #ABD037;
      opacity: .46; }
      html[dir=rtl] .search-overlay-variant1 .form-inline .form-group.form-actions:before {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
            -ms-transform: translate(-50%, -50%) rotate(90deg);
                transform: translate(-50%, -50%) rotate(90deg); }
    .search-overlay-variant1 .form-inline .form-group.form-actions input {
      background-color: transparent;
      border: 0;
      font-size: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 3;
      opacity: 0; }
      .search-overlay-variant1 .form-inline .form-group.form-actions input, .search-overlay-variant1 .form-inline .form-group.form-actions input:focus {
        outline: none;
        -webkit-box-shadow: none;
                box-shadow: none; }
  .search-overlay-variant1 .form-type-search {
    width: 100%;
    position: relative;
    margin-bottom: 0; }
    .search-overlay-variant1 .form-type-search:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      height: 20px;
      width: 1px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #fff;
      opacity: .7;
      -webkit-transition: opacity .3s ease-in;
      transition: opacity .3s ease-in; }
      html[dir=rtl] .search-overlay-variant1 .form-type-search:before {
        left: auto;
        right: 0; }
    .search-overlay-variant1 .form-type-search.input-focus:before {
      opacity: 0; }
    .search-overlay-variant1 .form-type-search input.form-autocomplete,
    .search-overlay-variant1 .form-type-search input.form-search {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 30px;
      line-height: 1.875rem;
      letter-spacing: .38px;
      font-family: "DINNextW01-CondensedLig", "arial";
      line-height: 1;
      display: inline-block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      padding: 10px 0 10px 11px;
      padding: 0.625rem 0 0.625rem 0.6875rem;
      color: #fff;
      border: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.7);
      border-radius: 0;
      background-color: transparent;
      outline: none;
      -webkit-appearance: none; }
      html[dir=rtl] .search-overlay-variant1 .form-type-search input.form-autocomplete, html[dir=rtl]
      .search-overlay-variant1 .form-type-search input.form-search {
        font-weight: 300;
        padding: 10px 11px 10px 0;
        padding: 0.625rem 0.6875rem 0.625rem 0;
        letter-spacing: normal; }
      .search-overlay-variant1 .form-type-search input.form-autocomplete:focus,
      .search-overlay-variant1 .form-type-search input.form-search:focus {
        outline: 0;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .search-overlay-variant1 .form-type-search input.form-autocomplete::-webkit-input-placeholder,
      .search-overlay-variant1 .form-type-search input.form-search::-webkit-input-placeholder {
        color: #fff;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 30px;
        line-height: 1.875rem;
        letter-spacing: .38px;
        font-family: "DINNextW01-CondensedLig", "arial"; }
        html[dir=rtl] .search-overlay-variant1 .form-type-search input.form-autocomplete::-webkit-input-placeholder, html[dir=rtl]
        .search-overlay-variant1 .form-type-search input.form-search::-webkit-input-placeholder {
          font-weight: 300; }
      .search-overlay-variant1 .form-type-search input.form-autocomplete::-moz-placeholder,
      .search-overlay-variant1 .form-type-search input.form-search::-moz-placeholder {
        color: #fff;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 30px;
        line-height: 1.875rem;
        letter-spacing: .38px;
        font-family: "DINNextW01-CondensedLig", "arial"; }
        html[dir=rtl] .search-overlay-variant1 .form-type-search input.form-autocomplete::-moz-placeholder, html[dir=rtl]
        .search-overlay-variant1 .form-type-search input.form-search::-moz-placeholder {
          font-weight: 300;
          letter-spacing: normal; }
      .search-overlay-variant1 .form-type-search input.form-autocomplete:-ms-input-placeholder,
      .search-overlay-variant1 .form-type-search input.form-search:-ms-input-placeholder {
        color: #fff;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 30px;
        line-height: 1.875rem;
        letter-spacing: .38px;
        font-family: "DINNextW01-CondensedLig", "arial"; }
        html[dir=rtl] .search-overlay-variant1 .form-type-search input.form-autocomplete:-ms-input-placeholder, html[dir=rtl]
        .search-overlay-variant1 .form-type-search input.form-search:-ms-input-placeholder {
          font-weight: 300;
          letter-spacing: normal; }
      .search-overlay-variant1 .form-type-search input.form-autocomplete::-webkit-search-cancel-button, .search-overlay-variant1 .form-type-search input.form-autocomplete::-webkit-search-decoration,
      .search-overlay-variant1 .form-type-search input.form-search::-webkit-search-cancel-button,
      .search-overlay-variant1 .form-type-search input.form-search::-webkit-search-decoration {
        -webkit-appearance: none; }
      .search-overlay-variant1 .form-type-search input.form-autocomplete:-webkit-autofill, .search-overlay-variant1 .form-type-search input.form-autocomplete:-webkit-autofill:hover, .search-overlay-variant1 .form-type-search input.form-autocomplete:-webkit-autofill:focus, .search-overlay-variant1 .form-type-search input.form-autocomplete:-webkit-autofill:active,
      .search-overlay-variant1 .form-type-search input.form-search:-webkit-autofill,
      .search-overlay-variant1 .form-type-search input.form-search:-webkit-autofill:hover,
      .search-overlay-variant1 .form-type-search input.form-search:-webkit-autofill:focus,
      .search-overlay-variant1 .form-type-search input.form-search:-webkit-autofill:active {
        -webkit-text-fill-color: #fff;
        -webkit-box-shadow: 0 0 0 30px white inset !important;
        -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
        -webkit-transition-delay: 9999s; }
      .search-overlay-variant1 .form-type-search input.form-autocomplete::-ms-clear,
      .search-overlay-variant1 .form-type-search input.form-search::-ms-clear {
        display: none; }
  .search-overlay-variant1 .search__info {
    color: #fff;
    display: block;
    text-align: right;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem;
    letter-spacing: .25px;
    font-family: "DINNextW01-CondensedLig", "arial"; }
    html[dir=rtl] .search-overlay-variant1 .search__info {
      text-align: left;
      letter-spacing: normal; }
  .search-overlay-variant1 .btn-search-overlay-close, .search-overlay-variant1 .btn-search-overlay-close:focus {
    background-color: transparent;
    border: 0;
    outline: none;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
    font-family: "DIN Next LT W01 Regular", "Arial";
    position: absolute;
    right: 0;
    top: 55px; }
    html[dir=rtl] .search-overlay-variant1 .btn-search-overlay-close, html[dir=rtl] .search-overlay-variant1 .btn-search-overlay-close:focus {
      font-weight: 400;
      right: auto;
      left: 0; }
    .search-overlay-variant1 .btn-search-overlay-close i, .search-overlay-variant1 .btn-search-overlay-close:focus i {
      font-size: 18px;
      font-size: 1.125rem;
      margin-left: 10px;
      margin-left: 0.625rem; }
      html[dir=rtl] .search-overlay-variant1 .btn-search-overlay-close i, html[dir=rtl] .search-overlay-variant1 .btn-search-overlay-close:focus i {
        margin-left: 0;
        margin-right: 10px;
        margin-right: 0.625rem; }
  .search-overlay-variant1 .btn-search-overlay-close:hover {
    color: #007732; }

@media (min-width: 768px) {
  .search-overlay-variant1 .form-inline .form-group.form-actions {
    width: 5rem;
    height: 5rem; }
    .search-overlay-variant1 .form-inline .form-group.form-actions:before {
      font-size: 130px;
      font-size: 8.125rem; }
  .search-overlay-variant1 .form-type-search {
    width: 100%; }
  .btn-search-overlay-close {
    cursor: pointer; } }

.vf-slider {
  position: relative; }
  .vf-slider.vf-slider--variant1 ul.slick-dots {
    margin-top: 0;
    margin-bottom: 0; }
  .vf-slider.vf-slider--variant1 .slick-list .slick-slide {
    padding-bottom: 50px;
    padding-bottom: 3.125rem; }
  .vf-slider.vf-slider--variant1 .vf-slider__item {
    -webkit-box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 8px 7px 13px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #F1F1F1;
    background-color: #fff;
    margin: 0 10px;
    margin: 0 0.625rem;
    height: 100%; }
  .vf-slider__item {
    position: relative;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 575.98px) {
      .vf-slider__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .vf-slider__image {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%; }
    @media (max-width: 575.98px) {
      .vf-slider__image {
        -ms-flex-preferred-size: initial;
            flex-basis: initial; } }
    .vf-slider__image img {
      min-width: 100%; }
  .vf-slider__content {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    padding: 20px;
    padding: 1.25rem;
    text-align: justify; }
    @media (max-width: 575.98px) {
      .vf-slider__content {
        -ms-flex-preferred-size: initial;
            flex-basis: initial; } }
  .vf-slider__cta {
    margin-top: 20px;
    margin-top: 1.25rem; }

@media (min-width: 992px) {
  .vf-slider--variant1 .slick-list {
    margin: 0 50px;
    margin: 0 3.125rem; }
    .vf-slider--variant1 .slick-list .slick-slide {
      padding-bottom: 30px;
      padding-bottom: 1.875rem; }
    .vf-slider--variant1 .slick-list .vf-slider__item {
      height: 100%;
      margin: 15px 20px;
      margin: 0.9375rem 1.25rem; }
    .vf-slider--variant1 .slick-list .vf-slider__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .vf-slider--variant1 .slick-list .vf-slider__content .vf-slider__cta {
        margin-top: auto; }
  .vf-slider--variant1 .vf-slider__item {
    padding: 60px;
    padding: 3.75rem; }
    .vf-slider--variant1 .vf-slider__item .vf-slider__content {
      padding: 0 0 0 40px;
      padding: 0 0 0 2.5rem; }
      html[dir=rtl] .vf-slider--variant1 .vf-slider__item .vf-slider__content {
        padding: 0 40px 0 0;
        padding: 0 2.5rem 0 0; } }

.vf-slider--full-background {
  margin-left: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem; }
  .vf-slider--full-background .image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 650px; }
    .vf-slider--full-background .image:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      z-index: 2; }
    .vf-slider--full-background .image:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 50%;
      display: block;
      z-index: 2;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
      background: linear-gradient(rgba(255, 255, 255, 0), white); }
    .vf-slider--full-background .image .background {
      display: block;
      width: 100%;
      height: 100%;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background-position: center top; }
      .vf-slider--full-background .image .background.loading {
        z-index: 4; }
    .vf-slider--full-background .image .content {
      position: absolute;
      top: 0;
      left: 40px;
      height: 100%;
      width: calc(100% - 80px);
      z-index: 3; }
      .vf-slider--full-background .image .content .slider-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        height: 100%;
        color: #fff;
        text-align: center; }
        .vf-slider--full-background .image .content .slider-content .vf-slider--full-background-description,
        .vf-slider--full-background .image .content .slider-content .vf-slider--full-background-title {
          color: #fff; }
        .vf-slider--full-background .image .content .slider-content .vf-slider--full-background-title {
          margin-bottom: 0; }
          html[dir=rtl] .vf-slider--full-background .image .content .slider-content .vf-slider--full-background-title {
            margin-bottom: 15px; }
        .vf-slider--full-background .image .content .slider-content .vf-slider--full-background-description {
          margin-bottom: 14px;
          margin-bottom: 0.875rem;
          line-height: 20px;
          line-height: 1.25rem;
          font-family: "DIN Next LT W01 Regular", "Arial"; }
        .vf-slider--full-background .image .content .slider-content > * {
          opacity: 0; }
          .vf-slider--full-background .image .content .slider-content > *.animate-end {
            opacity: 1; }
  .vf-slider--full-background .slick-list {
    margin: 0; }
  .vf-slider--full-background .slick-arrow {
    color: #fff;
    z-index: 2; }
    .vf-slider--full-background .slick-arrow.slick-next {
      right: 15px; }
      html[dir=rtl] .vf-slider--full-background .slick-arrow.slick-next {
        right: auto;
        left: 15px; }
    .vf-slider--full-background .slick-arrow.slick-prev {
      left: 15px; }
      html[dir=rtl] .vf-slider--full-background .slick-arrow.slick-prev {
        left: auto;
        right: 15px; }
  .vf-slider--full-background .slick-dots {
    position: absolute;
    bottom: 130px;
    left: 0;
    width: 100%; }
    html[dir=rtl] .vf-slider--full-background .slick-dots {
      left: auto;
      right: 0; }

@media (min-width: 992px) {
  .vf-slider--full-background {
    position: relative;
    height: 645px;
    z-index: 0;
    overflow: hidden; }
    .vf-slider--full-background .image {
      height: 100%;
      width: 100%;
      padding-top: 0;
      min-height: 645px; }
      .vf-slider--full-background .image.slick-active .content {
        opacity: 1; }
      .vf-slider--full-background .image .content {
        position: absolute;
        top: 50%;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        margin-top: 0;
        text-align: center; }
        .vf-slider--full-background .image .content .slider-content {
          max-width: 640px;
          padding-top: 20px;
          padding-top: 1.25rem; } }
        @media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
          .vf-slider--full-background .image .content .slider-content {
            overflow: hidden; } }

@media (min-width: 992px) {
          .vf-slider--full-background .image .content .slider-content > * {
            opacity: 0; }
            .vf-slider--full-background .image .content .slider-content > *.animate-end {
              opacity: 1; }
          .vf-slider--full-background .image .content .slider-content .vf-slider--full-background-description {
            margin-bottom: 24px;
            margin-bottom: 1.5rem; } }
          @media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
            .vf-slider--full-background .image .content .slider-content .vf-slider--full-background-description {
              max-width: 100%; } }

@media (min-width: 992px) {
          .vf-slider--full-background .image .content .slider-content .vf-slider--full-background-title {
            margin-bottom: 2px;
            margin-bottom: 0.125rem;
            max-width: 460px; }
            html[dir=rtl] .vf-slider--full-background .image .content .slider-content .vf-slider--full-background-title {
              margin-bottom: 15px;
              margin-bottom: 0.9375rem; }
    .vf-slider--full-background .slick-list .slick-track {
      height: 645px;
      position: relative; }
    .vf-slider--full-background .slick-arrow {
      color: #fff;
      z-index: 1;
      -webkit-transition: all 300ms ease-in;
      transition: all 300ms ease-in; }
      .vf-slider--full-background .slick-arrow.slick-next {
        right: calc((100% - 1105px) / 2 + 90px); }
        html[dir=rtl] .vf-slider--full-background .slick-arrow.slick-next {
          right: auto;
          left: calc((100% - 1105px) / 2 + 90px); }
      .vf-slider--full-background .slick-arrow.slick-prev {
        left: calc((100% - 1105px) / 2 + 90px); }
        html[dir=rtl] .vf-slider--full-background .slick-arrow.slick-prev {
          left: auto;
          right: calc((100% - 1105px) / 2 + 90px); }
    .vf-slider--full-background .background.is-video {
      top: -50px;
      height: calc(100% + 50px); } }
