@charset "UTF-8";

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

.contact-page-wrapper .contact-section .intro-box .holder select {
  height: 100% !important;
}

#type_of_contact:focus {
    border: 5px solid red;
}


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

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

body {
  margin: 0;
  font-family: "londrina_solid", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #434343;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.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-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.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

a>code {
  color: inherit;
}

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

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

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

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

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

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

@media (min-width: 375px) {

  .container-sm,
  .container {
    max-width: 1170px;
  }
}

.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-wide,
.col-wide-auto,
.col-wide-12,
.col-wide-11,
.col-wide-10,
.col-wide-9,
.col-wide-8,
.col-wide-7,
.col-wide-6,
.col-wide-5,
.col-wide-4,
.col-wide-3,
.col-wide-2,
.col-wide-1,
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  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%;
}

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

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

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

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

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

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

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

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

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

.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.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.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.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.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.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1366px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-wide {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-wide-0 {
    margin-left: 0;
  }

  .offset-wide-1 {
    margin-left: 8.3333333333%;
  }

  .offset-wide-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-wide-4 {
    margin-left: 33.3333333333%;
  }

  .offset-wide-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-wide-7 {
    margin-left: 58.3333333333%;
  }

  .offset-wide-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-wide-10 {
    margin-left: 83.3333333333%;
  }

  .offset-wide-11 {
    margin-left: 91.6666666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

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

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

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

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

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

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

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

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

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

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
  border-color: #7abaff;
}

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

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
  border-color: #b3b7bb;
}

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

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
  border-color: #8fd19e;
}

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

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
  border-color: #86cfda;
}

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

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
  border-color: #ffdf7e;
}

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

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
  border-color: #ed969e;
}

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

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
  border-color: #fbfcfc;
}

.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-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
  border-color: #95999c;
}

.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: #343a40;
  border-color: #454d55;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.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 {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 374.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

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

  .table-responsive-md>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1023.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1365.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1439.98px) {
  .table-responsive-wide {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-wide>.table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

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

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  color: #6c757d;
}

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

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

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

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

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

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
  border-color: #28a745;
}

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

.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 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
  border-color: #dc3545;
}

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

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

@media (min-width: 375px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

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

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn,
.wpcf7 input.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .wpcf7-submit {
  display: inline-block;
  font-weight: 400;
  color: #434343;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -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;
}

.wpcf7-list-item-label {
    font-size: 16px !important;
}

@media (prefers-reduced-motion: reduce) {

  .btn,
  .wpcf7 input.wpcf7-submit,
  .contact-page-wrapper .contact-section .intro-box .holder .wpcf7-submit {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover,
.wpcf7 input.wpcf7-submit:hover,
.contact-page-wrapper .contact-section .intro-box .holder .wpcf7-submit:hover {
  color: #434343;
  text-decoration: none;
}

.btn:focus,
.wpcf7 input.wpcf7-submit:focus,
.contact-page-wrapper .contact-section .intro-box .holder .wpcf7-submit:focus,
.btn.focus,
.wpcf7 input.focus.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .focus.wpcf7-submit {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.wpcf7 input.disabled.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .disabled.wpcf7-submit,
.btn:disabled,
.wpcf7 input.wpcf7-submit:disabled,
.contact-page-wrapper .contact-section .intro-box .holder .wpcf7-submit:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled),
.wpcf7 input.wpcf7-submit:not(:disabled):not(.disabled),
.contact-page-wrapper .contact-section .intro-box .holder .wpcf7-submit:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
.contact-page-wrapper .contact-section .intro-box .holder a.disabled.wpcf7-submit,
fieldset:disabled a.btn,
fieldset:disabled .contact-page-wrapper .contact-section .intro-box .holder a.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder fieldset:disabled a.wpcf7-submit {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

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

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

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

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

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

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

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

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

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

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

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

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

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

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

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

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

.btn-warning {
  color: #434343;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #fff;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 174, 16, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(227, 174, 16, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #434343;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

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

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

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

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

.btn-light {
  color: #434343;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #434343;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  color: #434343;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 222, 223, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #434343;
  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: #434343;
  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(221, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(221, 222, 223, 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 {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 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(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  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: #007bff;
  border-color: #007bff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #434343;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  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: #434343;
  background-color: #ffc107;
  border-color: #ffc107;
}

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

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

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

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

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  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: #dc3545;
  border-color: #dc3545;
}

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

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #434343;
  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: #434343;
  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;
  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: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

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

.btn-lg,
.btn-group-lg>.btn,
.wpcf7 .btn-group-lg>input.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .btn-group-lg>.wpcf7-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm>.btn,
.wpcf7 .btn-group-sm>input.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .btn-group-sm>.wpcf7-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (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 (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}

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

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

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

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

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

@media (min-width: 375px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 1024px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 1366px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 1440px) {
  .dropdown-menu-wide-left {
    right: auto;
    left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #6c757d;
  white-space: nowrap;
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group>.btn,
.wpcf7 .btn-group>input.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .btn-group>.wpcf7-submit,
.btn-group-vertical>.btn,
.wpcf7 .btn-group-vertical>input.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .btn-group-vertical>.wpcf7-submit {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group>.btn:hover,
.wpcf7 .btn-group>input.wpcf7-submit:hover,
.contact-page-wrapper .contact-section .intro-box .holder .btn-group>.wpcf7-submit:hover,
.btn-group-vertical>.btn:hover,
.wpcf7 .btn-group-vertical>input.wpcf7-submit:hover,
.contact-page-wrapper .contact-section .intro-box .holder .btn-group-vertical>.wpcf7-submit:hover {
  z-index: 1;
}

.btn-group>.btn:focus,
.wpcf7 .btn-group>input.wpcf7-submit:focus,
.contact-page-wrapper .contact-section .intro-box .holder .btn-group>.wpcf7-submit:focus,
.btn-group>.btn:active,
.wpcf7 .btn-group>input.wpcf7-submit:active,
.contact-page-wrapper .contact-section .intro-box .holder .btn-group>.wpcf7-submit:active,
.btn-group>.btn.active,
.wpcf7 .btn-group>input.active.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .btn-group>.active.wpcf7-submit,
.btn-group-vertical>.btn:focus,
.wpcf7 .btn-group-vertical>input.wpcf7-submit:focus,
.contact-page-wrapper .contact-section .intro-box .holder .btn-group-vertical>.wpcf7-submit:focus,
.btn-group-vertical>.btn:active,
.wpcf7 .btn-group-vertical>input.wpcf7-submit:active,
.contact-page-wrapper .contact-section .intro-box .holder .btn-group-vertical>.wpcf7-submit:active,
.btn-group-vertical>.btn.active,
.wpcf7 .btn-group-vertical>input.active.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .btn-group-vertical>.active.wpcf7-submit {
  z-index: 1;
}

.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:not(:first-child),
.wpcf7 .btn-group>input.wpcf7-submit:not(:first-child),
.contact-page-wrapper .contact-section .intro-box .holder .btn-group>.wpcf7-submit:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.wpcf7 .btn-group>input.wpcf7-submit:not(:last-child):not(.dropdown-toggle),
.contact-page-wrapper .contact-section .intro-box .holder .btn-group>.wpcf7-submit:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn,
.wpcf7 .btn-group>.btn-group:not(:last-child)>input.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .btn-group>.btn-group:not(:last-child)>.wpcf7-submit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn:not(:first-child),
.wpcf7 .btn-group>input.wpcf7-submit:not(:first-child),
.contact-page-wrapper .contact-section .intro-box .holder .btn-group>.wpcf7-submit:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn,
.wpcf7 .btn-group>.btn-group:not(:first-child)>input.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .btn-group>.btn-group:not(:first-child)>.wpcf7-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.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,
.wpcf7 .btn-group-sm>input.wpcf7-submit+.dropdown-toggle-split,
.contact-page-wrapper .contact-section .intro-box .holder .btn-group-sm>.wpcf7-submit+.dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split,
.wpcf7 .btn-group-lg>input.wpcf7-submit+.dropdown-toggle-split,
.contact-page-wrapper .contact-section .intro-box .holder .btn-group-lg>.wpcf7-submit+.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical>.btn,
.wpcf7 .btn-group-vertical>input.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .btn-group-vertical>.wpcf7-submit,
.btn-group-vertical>.btn-group {
  width: 100%;
}

.btn-group-vertical>.btn:not(:first-child),
.wpcf7 .btn-group-vertical>input.wpcf7-submit:not(:first-child),
.contact-page-wrapper .contact-section .intro-box .holder .btn-group-vertical>.wpcf7-submit:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.wpcf7 .btn-group-vertical>input.wpcf7-submit:not(:last-child):not(.dropdown-toggle),
.contact-page-wrapper .contact-section .intro-box .holder .btn-group-vertical>.wpcf7-submit:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.wpcf7 .btn-group-vertical>.btn-group:not(:last-child)>input.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .btn-group-vertical>.btn-group:not(:last-child)>.wpcf7-submit {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:not(:first-child),
.wpcf7 .btn-group-vertical>input.wpcf7-submit:not(:first-child),
.contact-page-wrapper .contact-section .intro-box .holder .btn-group-vertical>.wpcf7-submit:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.wpcf7 .btn-group-vertical>.btn-group:not(:first-child)>input.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .btn-group-vertical>.btn-group:not(:first-child)>.wpcf7-submit {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle>.btn,
.wpcf7 .btn-group-toggle>input.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .btn-group-toggle>.wpcf7-submit,
.btn-group-toggle>.btn-group>.btn,
.wpcf7 .btn-group-toggle>.btn-group>input.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .btn-group-toggle>.btn-group>.wpcf7-submit {
  margin-bottom: 0;
}

.btn-group-toggle>.btn input[type=radio],
.wpcf7 .btn-group-toggle>input.wpcf7-submit input[type=radio],
.contact-page-wrapper .contact-section .intro-box .holder .btn-group-toggle>.wpcf7-submit input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.wpcf7 .btn-group-toggle>input.wpcf7-submit input[type=checkbox],
.contact-page-wrapper .contact-section .intro-box .holder .btn-group-toggle>.wpcf7-submit 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>.form-control-plaintext,
.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%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
  margin-left: -1px;
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
  z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group>.custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation)>.form-control:not(:last-child),
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation>.form-control:nth-last-child(n+3),
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-prepend .wpcf7 input.wpcf7-submit,
.wpcf7 .input-group-prepend input.wpcf7-submit,
.input-group-prepend .contact-page-wrapper .contact-section .intro-box .holder .wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .input-group-prepend .wpcf7-submit,
.input-group-append .btn,
.input-group-append .wpcf7 input.wpcf7-submit,
.wpcf7 .input-group-append input.wpcf7-submit,
.input-group-append .contact-page-wrapper .contact-section .intro-box .holder .wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .input-group-append .wpcf7-submit {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-prepend .wpcf7 input.wpcf7-submit:focus,
.wpcf7 .input-group-prepend input.wpcf7-submit:focus,
.input-group-prepend .contact-page-wrapper .contact-section .intro-box .holder .wpcf7-submit:focus,
.contact-page-wrapper .contact-section .intro-box .holder .input-group-prepend .wpcf7-submit:focus,
.input-group-append .btn:focus,
.input-group-append .wpcf7 input.wpcf7-submit:focus,
.wpcf7 .input-group-append input.wpcf7-submit:focus,
.input-group-append .contact-page-wrapper .contact-section .intro-box .holder .wpcf7-submit:focus,
.contact-page-wrapper .contact-section .intro-box .holder .input-group-append .wpcf7-submit:focus {
  z-index: 3;
}

.input-group-prepend .btn+.btn,
.input-group-prepend .wpcf7 input.wpcf7-submit+.btn,
.wpcf7 .input-group-prepend input.wpcf7-submit+.btn,
.input-group-prepend .wpcf7 .btn+input.wpcf7-submit,
.wpcf7 .input-group-prepend .btn+input.wpcf7-submit,
.input-group-prepend .wpcf7 input.wpcf7-submit+input.wpcf7-submit,
.wpcf7 .input-group-prepend input.wpcf7-submit+input.wpcf7-submit,
.input-group-prepend .contact-page-wrapper .contact-section .intro-box .holder .wpcf7-submit+.btn,
.input-group-prepend .contact-page-wrapper .contact-section .intro-box .holder .wpcf7 .wpcf7-submit+input.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .input-group-prepend .wpcf7-submit+.btn,
.contact-page-wrapper .contact-section .intro-box .holder .input-group-prepend .wpcf7 .wpcf7-submit+input.wpcf7-submit,
.input-group-prepend .contact-page-wrapper .contact-section .intro-box .holder .btn+.wpcf7-submit,
.input-group-prepend .contact-page-wrapper .contact-section .intro-box .holder .wpcf7 input.wpcf7-submit+.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .input-group-prepend .btn+.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .input-group-prepend .wpcf7 input.wpcf7-submit+.wpcf7-submit,
.input-group-prepend .contact-page-wrapper .contact-section .intro-box .holder .wpcf7-submit+.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .input-group-prepend .wpcf7-submit+.wpcf7-submit,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .wpcf7 input.wpcf7-submit+.input-group-text,
.wpcf7 .input-group-prepend input.wpcf7-submit+.input-group-text,
.input-group-prepend .contact-page-wrapper .contact-section .intro-box .holder .wpcf7-submit+.input-group-text,
.contact-page-wrapper .contact-section .intro-box .holder .input-group-prepend .wpcf7-submit+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .wpcf7 .input-group-text+input.wpcf7-submit,
.wpcf7 .input-group-prepend .input-group-text+input.wpcf7-submit,
.input-group-prepend .contact-page-wrapper .contact-section .intro-box .holder .input-group-text+.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .input-group-prepend .input-group-text+.wpcf7-submit,
.input-group-append .btn+.btn,
.input-group-append .wpcf7 input.wpcf7-submit+.btn,
.wpcf7 .input-group-append input.wpcf7-submit+.btn,
.input-group-append .wpcf7 .btn+input.wpcf7-submit,
.wpcf7 .input-group-append .btn+input.wpcf7-submit,
.input-group-append .wpcf7 input.wpcf7-submit+input.wpcf7-submit,
.wpcf7 .input-group-append input.wpcf7-submit+input.wpcf7-submit,
.input-group-append .contact-page-wrapper .contact-section .intro-box .holder .wpcf7-submit+.btn,
.input-group-append .contact-page-wrapper .contact-section .intro-box .holder .wpcf7 .wpcf7-submit+input.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .input-group-append .wpcf7-submit+.btn,
.contact-page-wrapper .contact-section .intro-box .holder .input-group-append .wpcf7 .wpcf7-submit+input.wpcf7-submit,
.input-group-append .contact-page-wrapper .contact-section .intro-box .holder .btn+.wpcf7-submit,
.input-group-append .contact-page-wrapper .contact-section .intro-box .holder .wpcf7 input.wpcf7-submit+.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .input-group-append .btn+.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .input-group-append .wpcf7 input.wpcf7-submit+.wpcf7-submit,
.input-group-append .contact-page-wrapper .contact-section .intro-box .holder .wpcf7-submit+.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .input-group-append .wpcf7-submit+.wpcf7-submit,
.input-group-append .btn+.input-group-text,
.input-group-append .wpcf7 input.wpcf7-submit+.input-group-text,
.wpcf7 .input-group-append input.wpcf7-submit+.input-group-text,
.input-group-append .contact-page-wrapper .contact-section .intro-box .holder .wpcf7-submit+.input-group-text,
.contact-page-wrapper .contact-section .intro-box .holder .input-group-append .wpcf7-submit+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .wpcf7 .input-group-text+input.wpcf7-submit,
.wpcf7 .input-group-append .input-group-text+input.wpcf7-submit,
.input-group-append .contact-page-wrapper .contact-section .intro-box .holder .input-group-text+.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .input-group-append .input-group-text+.wpcf7-submit {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.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,
.wpcf7 .input-group-lg>.input-group-prepend>input.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .input-group-lg>.input-group-prepend>.wpcf7-submit,
.input-group-lg>.input-group-append>.btn,
.wpcf7 .input-group-lg>.input-group-append>input.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .input-group-lg>.input-group-append>.wpcf7-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.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,
.wpcf7 .input-group-sm>.input-group-prepend>input.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .input-group-sm>.input-group-prepend>.wpcf7-submit,
.input-group-sm>.input-group-append>.btn,
.wpcf7 .input-group-sm>.input-group-append>input.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .input-group-sm>.input-group-append>.wpcf7-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
  padding-right: 1.75rem;
}

.input-group>.input-group-prepend>.btn,
.wpcf7 .input-group>.input-group-prepend>input.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .input-group>.input-group-prepend>.wpcf7-submit,
.input-group>.input-group-prepend>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.wpcf7 .input-group:not(.has-validation)>.input-group-append:not(:last-child)>input.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.wpcf7-submit,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.wpcf7 .input-group.has-validation>.input-group-append:nth-last-child(n+3)>input.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.wpcf7-submit,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.wpcf7 .input-group>.input-group-append:last-child>input.wpcf7-submit:not(:last-child):not(.dropdown-toggle),
.contact-page-wrapper .contact-section .intro-box .holder .input-group>.input-group-append:last-child>.wpcf7-submit:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn,
.wpcf7 .input-group>.input-group-append>input.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .input-group>.input-group-append>.wpcf7-submit,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.wpcf7 .input-group>.input-group-prepend:not(:first-child)>input.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .input-group>.input-group-prepend:not(:first-child)>.wpcf7-submit,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.wpcf7 .input-group>.input-group-prepend:first-child>input.wpcf7-submit:not(:first-child),
.contact-page-wrapper .contact-section .intro-box .holder .input-group>.input-group-prepend:first-child>.wpcf7-submit:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm {
  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.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  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.5rem;
  padding-bottom: 0.5rem;
}

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

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

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

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 374.98px) {

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

@media (min-width: 375px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

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

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

@media (max-width: 767.98px) {

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

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .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: 1023.98px) {

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

@media (min-width: 1024px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .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: 1365.98px) {

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

@media (min-width: 1366px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.container-sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

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

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

@media (max-width: 1439.98px) {

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

@media (min-width: 1440px) {
  .navbar-expand-wide {
    -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-wide .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-wide .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-wide .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-wide>.container,
  .navbar-expand-wide>.container-fluid,
  .navbar-expand-wide>.container-sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-wide .navbar-nav-scroll {
    overflow: visible;
  }

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

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

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

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

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0;
}

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

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

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

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

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

@media (min-width: 375px) {
  .card-deck {
    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;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

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

@media (min-width: 375px) {
  .card-group {
    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;
  }

  .card-group>.card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

@media (min-width: 375px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion>.card {
  overflow: hidden;
}

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

.accordion>.card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

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

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

.breadcrumb-item.active {
  color: #6c757d;
}

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

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

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

.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -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 (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}

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

.badge:empty {
  display: none;
}

.btn .badge,
.wpcf7 input.wpcf7-submit .badge,
.contact-page-wrapper .contact-section .intro-box .holder .wpcf7-submit .badge {
  position: relative;
  top: -1px;
}

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

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

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

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

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

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

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

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

.badge-warning {
  color: #434343;
  background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #434343;
  background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #434343;
  background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #434343;
  background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  -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);
}

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

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  -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);
}

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

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

.alert-primary {
  color: #2060a5;
  background-color: #cce5ff;
  border-color: #b8daff;
}

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

.alert-primary .alert-link {
  color: #18477a;
}

.alert-secondary {
  color: #585d61;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

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

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

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

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

.alert-success .alert-link {
  color: #255430;
}

.alert-info {
  color: #2c7480;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

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

.alert-info .alert-link {
  color: #1f525a;
}

.alert-warning {
  color: #a58524;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

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

.alert-warning .alert-link {
  color: #7b631b;
}

.alert-danger {
  color: #933c44;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

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

.alert-danger .alert-link {
  color: #6f2d33;
}

.alert-light {
  color: #a1a2a2;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

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

.alert-light .alert-link {
  color: #878989;
}

.alert-dark {
  color: #3b3e41;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

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

.alert-dark .alert-link {
  color: #232526;
}

@-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;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

@media (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: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.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;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item+.list-group-item {
  border-top-width: 0;
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 375px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-sm>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-md>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1024px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-lg>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1366px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-xl>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1440px) {
  .list-group-horizontal-wide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-wide>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-wide>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-wide>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-wide>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-wide>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush>.list-group-item {
  border-width: 0 0 1px;
}

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

.list-group-item-primary {
  color: #2060a5;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #2060a5;
  background-color: #9fcdff;
}

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

.list-group-item-secondary {
  color: #585d61;
  background-color: #d6d8db;
}

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

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

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

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

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

.list-group-item-info {
  color: #2c7480;
  background-color: #bee5eb;
}

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

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

.list-group-item-warning {
  color: #a58524;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #a58524;
  background-color: #ffe8a1;
}

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

.list-group-item-danger {
  color: #933c44;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #933c44;
  background-color: #f1b0b7;
}

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

.list-group-item-light {
  color: #a1a2a2;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #a1a2a2;
  background-color: #ececf6;
}

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

.list-group-item-dark {
  color: #3b3e41;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #3b3e41;
  background-color: #b9bbbe;
}

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

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

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

a.close.disabled {
  pointer-events: none;
}

.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

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

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

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

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.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% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -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;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  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 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
  margin: 0.25rem;
}

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

@media (min-width: 375px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 1024px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1366px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "londrina_solid", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "londrina_solid", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

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

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (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:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

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

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  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;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.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: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -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: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

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

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border,
.modal-loading .modal-backdrop:after {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {

  .spinner-border,
  .modal-loading .modal-backdrop:after,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

.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: #007bff !important;
}

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

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

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

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

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

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

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

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

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

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

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !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: 1px solid #dee2e6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .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: 1366px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1440px) {
  .d-wide-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-wide-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.8571428571%;
}

.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;
  -ms-grid-row-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;
  -ms-grid-row-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;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 375px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1024px) {
  .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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1366px) {
  .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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1440px) {
  .flex-wide-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1440px) {
  .float-wide-left {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

.position-sticky {
  position: 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;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-15 {
  margin: 1.5rem !important;
}

.mt-15,
.my-15 {
  margin-top: 1.5rem !important;
}

.mr-15,
.mx-15 {
  margin-right: 1.5rem !important;
}

.mb-15,
.my-15 {
  margin-bottom: 1.5rem !important;
}

.ml-15,
.mx-15 {
  margin-left: 1.5rem !important;
}

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

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

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

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

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

.m-25 {
  margin: 2.5rem !important;
}

.mt-25,
.my-25 {
  margin-top: 2.5rem !important;
}

.mr-25,
.mx-25 {
  margin-right: 2.5rem !important;
}

.mb-25,
.my-25 {
  margin-bottom: 2.5rem !important;
}

.ml-25,
.mx-25 {
  margin-left: 2.5rem !important;
}

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

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

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

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

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

.m-35 {
  margin: 3.5rem !important;
}

.mt-35,
.my-35 {
  margin-top: 3.5rem !important;
}

.mr-35,
.mx-35 {
  margin-right: 3.5rem !important;
}

.mb-35,
.my-35 {
  margin-bottom: 3.5rem !important;
}

.ml-35,
.mx-35 {
  margin-left: 3.5rem !important;
}

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

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

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

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

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

.m-45 {
  margin: 4.5rem !important;
}

.mt-45,
.my-45 {
  margin-top: 4.5rem !important;
}

.mr-45,
.mx-45 {
  margin-right: 4.5rem !important;
}

.mb-45,
.my-45 {
  margin-bottom: 4.5rem !important;
}

.ml-45,
.mx-45 {
  margin-left: 4.5rem !important;
}

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

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

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

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

.ml-50,
.mx-50 {
  margin-left: 5rem !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-5 {
  padding: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

.p-15 {
  padding: 1.5rem !important;
}

.pt-15,
.py-15 {
  padding-top: 1.5rem !important;
}

.pr-15,
.px-15 {
  padding-right: 1.5rem !important;
}

.pb-15,
.py-15 {
  padding-bottom: 1.5rem !important;
}

.pl-15,
.px-15 {
  padding-left: 1.5rem !important;
}

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

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

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

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

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

.p-25 {
  padding: 2.5rem !important;
}

.pt-25,
.py-25 {
  padding-top: 2.5rem !important;
}

.pr-25,
.px-25 {
  padding-right: 2.5rem !important;
}

.pb-25,
.py-25 {
  padding-bottom: 2.5rem !important;
}

.pl-25,
.px-25 {
  padding-left: 2.5rem !important;
}

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

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

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

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

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

.p-35 {
  padding: 3.5rem !important;
}

.pt-35,
.py-35 {
  padding-top: 3.5rem !important;
}

.pr-35,
.px-35 {
  padding-right: 3.5rem !important;
}

.pb-35,
.py-35 {
  padding-bottom: 3.5rem !important;
}

.pl-35,
.px-35 {
  padding-left: 3.5rem !important;
}

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

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

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

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

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

.p-45 {
  padding: 4.5rem !important;
}

.pt-45,
.py-45 {
  padding-top: 4.5rem !important;
}

.pr-45,
.px-45 {
  padding-right: 4.5rem !important;
}

.pb-45,
.py-45 {
  padding-bottom: 4.5rem !important;
}

.pl-45,
.px-45 {
  padding-left: 4.5rem !important;
}

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

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

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

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

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

.m-n5 {
  margin: -0.5rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -0.5rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -0.5rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -0.5rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -0.5rem !important;
}

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

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

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

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

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

.m-n15 {
  margin: -1.5rem !important;
}

.mt-n15,
.my-n15 {
  margin-top: -1.5rem !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -1.5rem !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -1.5rem !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -1.5rem !important;
}

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

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

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

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

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

.m-n25 {
  margin: -2.5rem !important;
}

.mt-n25,
.my-n25 {
  margin-top: -2.5rem !important;
}

.mr-n25,
.mx-n25 {
  margin-right: -2.5rem !important;
}

.mb-n25,
.my-n25 {
  margin-bottom: -2.5rem !important;
}

.ml-n25,
.mx-n25 {
  margin-left: -2.5rem !important;
}

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

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

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

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

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

.m-n35 {
  margin: -3.5rem !important;
}

.mt-n35,
.my-n35 {
  margin-top: -3.5rem !important;
}

.mr-n35,
.mx-n35 {
  margin-right: -3.5rem !important;
}

.mb-n35,
.my-n35 {
  margin-bottom: -3.5rem !important;
}

.ml-n35,
.mx-n35 {
  margin-left: -3.5rem !important;
}

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

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

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

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

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

.m-n45 {
  margin: -4.5rem !important;
}

.mt-n45,
.my-n45 {
  margin-top: -4.5rem !important;
}

.mr-n45,
.mx-n45 {
  margin-right: -4.5rem !important;
}

.mb-n45,
.my-n45 {
  margin-bottom: -4.5rem !important;
}

.ml-n45,
.mx-n45 {
  margin-left: -4.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-15 {
    margin: 1.5rem !important;
  }

  .mt-sm-15,
  .my-sm-15 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 1.5rem !important;
  }

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

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

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

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

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

  .m-sm-25 {
    margin: 2.5rem !important;
  }

  .mt-sm-25,
  .my-sm-25 {
    margin-top: 2.5rem !important;
  }

  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 2.5rem !important;
  }

  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 2.5rem !important;
  }

  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 2.5rem !important;
  }

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

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

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

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

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

  .m-sm-35 {
    margin: 3.5rem !important;
  }

  .mt-sm-35,
  .my-sm-35 {
    margin-top: 3.5rem !important;
  }

  .mr-sm-35,
  .mx-sm-35 {
    margin-right: 3.5rem !important;
  }

  .mb-sm-35,
  .my-sm-35 {
    margin-bottom: 3.5rem !important;
  }

  .ml-sm-35,
  .mx-sm-35 {
    margin-left: 3.5rem !important;
  }

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

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

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

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

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

  .m-sm-45 {
    margin: 4.5rem !important;
  }

  .mt-sm-45,
  .my-sm-45 {
    margin-top: 4.5rem !important;
  }

  .mr-sm-45,
  .mx-sm-45 {
    margin-right: 4.5rem !important;
  }

  .mb-sm-45,
  .my-sm-45 {
    margin-bottom: 4.5rem !important;
  }

  .ml-sm-45,
  .mx-sm-45 {
    margin-left: 4.5rem !important;
  }

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

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

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

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

  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 5rem !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-5 {
    padding: 0.5rem !important;
  }

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

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

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

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

  .p-sm-10 {
    padding: 1rem !important;
  }

  .pt-sm-10,
  .py-sm-10 {
    padding-top: 1rem !important;
  }

  .pr-sm-10,
  .px-sm-10 {
    padding-right: 1rem !important;
  }

  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-10,
  .px-sm-10 {
    padding-left: 1rem !important;
  }

  .p-sm-15 {
    padding: 1.5rem !important;
  }

  .pt-sm-15,
  .py-sm-15 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-15,
  .px-sm-15 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-15,
  .px-sm-15 {
    padding-left: 1.5rem !important;
  }

  .p-sm-20 {
    padding: 2rem !important;
  }

  .pt-sm-20,
  .py-sm-20 {
    padding-top: 2rem !important;
  }

  .pr-sm-20,
  .px-sm-20 {
    padding-right: 2rem !important;
  }

  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-20,
  .px-sm-20 {
    padding-left: 2rem !important;
  }

  .p-sm-25 {
    padding: 2.5rem !important;
  }

  .pt-sm-25,
  .py-sm-25 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-25,
  .px-sm-25 {
    padding-right: 2.5rem !important;
  }

  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 2.5rem !important;
  }

  .pl-sm-25,
  .px-sm-25 {
    padding-left: 2.5rem !important;
  }

  .p-sm-30 {
    padding: 3rem !important;
  }

  .pt-sm-30,
  .py-sm-30 {
    padding-top: 3rem !important;
  }

  .pr-sm-30,
  .px-sm-30 {
    padding-right: 3rem !important;
  }

  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-30,
  .px-sm-30 {
    padding-left: 3rem !important;
  }

  .p-sm-35 {
    padding: 3.5rem !important;
  }

  .pt-sm-35,
  .py-sm-35 {
    padding-top: 3.5rem !important;
  }

  .pr-sm-35,
  .px-sm-35 {
    padding-right: 3.5rem !important;
  }

  .pb-sm-35,
  .py-sm-35 {
    padding-bottom: 3.5rem !important;
  }

  .pl-sm-35,
  .px-sm-35 {
    padding-left: 3.5rem !important;
  }

  .p-sm-40 {
    padding: 4rem !important;
  }

  .pt-sm-40,
  .py-sm-40 {
    padding-top: 4rem !important;
  }

  .pr-sm-40,
  .px-sm-40 {
    padding-right: 4rem !important;
  }

  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-40,
  .px-sm-40 {
    padding-left: 4rem !important;
  }

  .p-sm-45 {
    padding: 4.5rem !important;
  }

  .pt-sm-45,
  .py-sm-45 {
    padding-top: 4.5rem !important;
  }

  .pr-sm-45,
  .px-sm-45 {
    padding-right: 4.5rem !important;
  }

  .pb-sm-45,
  .py-sm-45 {
    padding-bottom: 4.5rem !important;
  }

  .pl-sm-45,
  .px-sm-45 {
    padding-left: 4.5rem !important;
  }

  .p-sm-50 {
    padding: 5rem !important;
  }

  .pt-sm-50,
  .py-sm-50 {
    padding-top: 5rem !important;
  }

  .pr-sm-50,
  .px-sm-50 {
    padding-right: 5rem !important;
  }

  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-50,
  .px-sm-50 {
    padding-left: 5rem !important;
  }

  .m-sm-n5 {
    margin: -0.5rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n10 {
    margin: -1rem !important;
  }

  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -1rem !important;
  }

  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -1rem !important;
  }

  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -1rem !important;
  }

  .m-sm-n15 {
    margin: -1.5rem !important;
  }

  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n20 {
    margin: -2rem !important;
  }

  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -2rem !important;
  }

  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -2rem !important;
  }

  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -2rem !important;
  }

  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -2rem !important;
  }

  .m-sm-n25 {
    margin: -2.5rem !important;
  }

  .mt-sm-n25,
  .my-sm-n25 {
    margin-top: -2.5rem !important;
  }

  .mr-sm-n25,
  .mx-sm-n25 {
    margin-right: -2.5rem !important;
  }

  .mb-sm-n25,
  .my-sm-n25 {
    margin-bottom: -2.5rem !important;
  }

  .ml-sm-n25,
  .mx-sm-n25 {
    margin-left: -2.5rem !important;
  }

  .m-sm-n30 {
    margin: -3rem !important;
  }

  .mt-sm-n30,
  .my-sm-n30 {
    margin-top: -3rem !important;
  }

  .mr-sm-n30,
  .mx-sm-n30 {
    margin-right: -3rem !important;
  }

  .mb-sm-n30,
  .my-sm-n30 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n30,
  .mx-sm-n30 {
    margin-left: -3rem !important;
  }

  .m-sm-n35 {
    margin: -3.5rem !important;
  }

  .mt-sm-n35,
  .my-sm-n35 {
    margin-top: -3.5rem !important;
  }

  .mr-sm-n35,
  .mx-sm-n35 {
    margin-right: -3.5rem !important;
  }

  .mb-sm-n35,
  .my-sm-n35 {
    margin-bottom: -3.5rem !important;
  }

  .ml-sm-n35,
  .mx-sm-n35 {
    margin-left: -3.5rem !important;
  }

  .m-sm-n40 {
    margin: -4rem !important;
  }

  .mt-sm-n40,
  .my-sm-n40 {
    margin-top: -4rem !important;
  }

  .mr-sm-n40,
  .mx-sm-n40 {
    margin-right: -4rem !important;
  }

  .mb-sm-n40,
  .my-sm-n40 {
    margin-bottom: -4rem !important;
  }

  .ml-sm-n40,
  .mx-sm-n40 {
    margin-left: -4rem !important;
  }

  .m-sm-n45 {
    margin: -4.5rem !important;
  }

  .mt-sm-n45,
  .my-sm-n45 {
    margin-top: -4.5rem !important;
  }

  .mr-sm-n45,
  .mx-sm-n45 {
    margin-right: -4.5rem !important;
  }

  .mb-sm-n45,
  .my-sm-n45 {
    margin-bottom: -4.5rem !important;
  }

  .ml-sm-n45,
  .mx-sm-n45 {
    margin-left: -4.5rem !important;
  }

  .m-sm-n50 {
    margin: -5rem !important;
  }

  .mt-sm-n50,
  .my-sm-n50 {
    margin-top: -5rem !important;
  }

  .mr-sm-n50,
  .mx-sm-n50 {
    margin-right: -5rem !important;
  }

  .mb-sm-n50,
  .my-sm-n50 {
    margin-bottom: -5rem !important;
  }

  .ml-sm-n50,
  .mx-sm-n50 {
    margin-left: -5rem !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-5 {
    margin: 0.5rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 0.5rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 0.5rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 0.5rem !important;
  }

  .m-md-10 {
    margin: 1rem !important;
  }

  .mt-md-10,
  .my-md-10 {
    margin-top: 1rem !important;
  }

  .mr-md-10,
  .mx-md-10 {
    margin-right: 1rem !important;
  }

  .mb-md-10,
  .my-md-10 {
    margin-bottom: 1rem !important;
  }

  .ml-md-10,
  .mx-md-10 {
    margin-left: 1rem !important;
  }

  .m-md-15 {
    margin: 1.5rem !important;
  }

  .mt-md-15,
  .my-md-15 {
    margin-top: 1.5rem !important;
  }

  .mr-md-15,
  .mx-md-15 {
    margin-right: 1.5rem !important;
  }

  .mb-md-15,
  .my-md-15 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-15,
  .mx-md-15 {
    margin-left: 1.5rem !important;
  }

  .m-md-20 {
    margin: 2rem !important;
  }

  .mt-md-20,
  .my-md-20 {
    margin-top: 2rem !important;
  }

  .mr-md-20,
  .mx-md-20 {
    margin-right: 2rem !important;
  }

  .mb-md-20,
  .my-md-20 {
    margin-bottom: 2rem !important;
  }

  .ml-md-20,
  .mx-md-20 {
    margin-left: 2rem !important;
  }

  .m-md-25 {
    margin: 2.5rem !important;
  }

  .mt-md-25,
  .my-md-25 {
    margin-top: 2.5rem !important;
  }

  .mr-md-25,
  .mx-md-25 {
    margin-right: 2.5rem !important;
  }

  .mb-md-25,
  .my-md-25 {
    margin-bottom: 2.5rem !important;
  }

  .ml-md-25,
  .mx-md-25 {
    margin-left: 2.5rem !important;
  }

  .m-md-30 {
    margin: 3rem !important;
  }

  .mt-md-30,
  .my-md-30 {
    margin-top: 3rem !important;
  }

  .mr-md-30,
  .mx-md-30 {
    margin-right: 3rem !important;
  }

  .mb-md-30,
  .my-md-30 {
    margin-bottom: 3rem !important;
  }

  .ml-md-30,
  .mx-md-30 {
    margin-left: 3rem !important;
  }

  .m-md-35 {
    margin: 3.5rem !important;
  }

  .mt-md-35,
  .my-md-35 {
    margin-top: 3.5rem !important;
  }

  .mr-md-35,
  .mx-md-35 {
    margin-right: 3.5rem !important;
  }

  .mb-md-35,
  .my-md-35 {
    margin-bottom: 3.5rem !important;
  }

  .ml-md-35,
  .mx-md-35 {
    margin-left: 3.5rem !important;
  }

  .m-md-40 {
    margin: 4rem !important;
  }

  .mt-md-40,
  .my-md-40 {
    margin-top: 4rem !important;
  }

  .mr-md-40,
  .mx-md-40 {
    margin-right: 4rem !important;
  }

  .mb-md-40,
  .my-md-40 {
    margin-bottom: 4rem !important;
  }

  .ml-md-40,
  .mx-md-40 {
    margin-left: 4rem !important;
  }

  .m-md-45 {
    margin: 4.5rem !important;
  }

  .mt-md-45,
  .my-md-45 {
    margin-top: 4.5rem !important;
  }

  .mr-md-45,
  .mx-md-45 {
    margin-right: 4.5rem !important;
  }

  .mb-md-45,
  .my-md-45 {
    margin-bottom: 4.5rem !important;
  }

  .ml-md-45,
  .mx-md-45 {
    margin-left: 4.5rem !important;
  }

  .m-md-50 {
    margin: 5rem !important;
  }

  .mt-md-50,
  .my-md-50 {
    margin-top: 5rem !important;
  }

  .mr-md-50,
  .mx-md-50 {
    margin-right: 5rem !important;
  }

  .mb-md-50,
  .my-md-50 {
    margin-bottom: 5rem !important;
  }

  .ml-md-50,
  .mx-md-50 {
    margin-left: 5rem !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-5 {
    padding: 0.5rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 0.5rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 0.5rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 0.5rem !important;
  }

  .p-md-10 {
    padding: 1rem !important;
  }

  .pt-md-10,
  .py-md-10 {
    padding-top: 1rem !important;
  }

  .pr-md-10,
  .px-md-10 {
    padding-right: 1rem !important;
  }

  .pb-md-10,
  .py-md-10 {
    padding-bottom: 1rem !important;
  }

  .pl-md-10,
  .px-md-10 {
    padding-left: 1rem !important;
  }

  .p-md-15 {
    padding: 1.5rem !important;
  }

  .pt-md-15,
  .py-md-15 {
    padding-top: 1.5rem !important;
  }

  .pr-md-15,
  .px-md-15 {
    padding-right: 1.5rem !important;
  }

  .pb-md-15,
  .py-md-15 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-15,
  .px-md-15 {
    padding-left: 1.5rem !important;
  }

  .p-md-20 {
    padding: 2rem !important;
  }

  .pt-md-20,
  .py-md-20 {
    padding-top: 2rem !important;
  }

  .pr-md-20,
  .px-md-20 {
    padding-right: 2rem !important;
  }

  .pb-md-20,
  .py-md-20 {
    padding-bottom: 2rem !important;
  }

  .pl-md-20,
  .px-md-20 {
    padding-left: 2rem !important;
  }

  .p-md-25 {
    padding: 2.5rem !important;
  }

  .pt-md-25,
  .py-md-25 {
    padding-top: 2.5rem !important;
  }

  .pr-md-25,
  .px-md-25 {
    padding-right: 2.5rem !important;
  }

  .pb-md-25,
  .py-md-25 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-25,
  .px-md-25 {
    padding-left: 2.5rem !important;
  }

  .p-md-30 {
    padding: 3rem !important;
  }

  .pt-md-30,
  .py-md-30 {
    padding-top: 3rem !important;
  }

  .pr-md-30,
  .px-md-30 {
    padding-right: 3rem !important;
  }

  .pb-md-30,
  .py-md-30 {
    padding-bottom: 3rem !important;
  }

  .pl-md-30,
  .px-md-30 {
    padding-left: 3rem !important;
  }

  .p-md-35 {
    padding: 3.5rem !important;
  }

  .pt-md-35,
  .py-md-35 {
    padding-top: 3.5rem !important;
  }

  .pr-md-35,
  .px-md-35 {
    padding-right: 3.5rem !important;
  }

  .pb-md-35,
  .py-md-35 {
    padding-bottom: 3.5rem !important;
  }

  .pl-md-35,
  .px-md-35 {
    padding-left: 3.5rem !important;
  }

  .p-md-40 {
    padding: 4rem !important;
  }

  .pt-md-40,
  .py-md-40 {
    padding-top: 4rem !important;
  }

  .pr-md-40,
  .px-md-40 {
    padding-right: 4rem !important;
  }

  .pb-md-40,
  .py-md-40 {
    padding-bottom: 4rem !important;
  }

  .pl-md-40,
  .px-md-40 {
    padding-left: 4rem !important;
  }

  .p-md-45 {
    padding: 4.5rem !important;
  }

  .pt-md-45,
  .py-md-45 {
    padding-top: 4.5rem !important;
  }

  .pr-md-45,
  .px-md-45 {
    padding-right: 4.5rem !important;
  }

  .pb-md-45,
  .py-md-45 {
    padding-bottom: 4.5rem !important;
  }

  .pl-md-45,
  .px-md-45 {
    padding-left: 4.5rem !important;
  }

  .p-md-50 {
    padding: 5rem !important;
  }

  .pt-md-50,
  .py-md-50 {
    padding-top: 5rem !important;
  }

  .pr-md-50,
  .px-md-50 {
    padding-right: 5rem !important;
  }

  .pb-md-50,
  .py-md-50 {
    padding-bottom: 5rem !important;
  }

  .pl-md-50,
  .px-md-50 {
    padding-left: 5rem !important;
  }

  .m-md-n5 {
    margin: -0.5rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -0.5rem !important;
  }

  .m-md-n10 {
    margin: -1rem !important;
  }

  .mt-md-n10,
  .my-md-n10 {
    margin-top: -1rem !important;
  }

  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -1rem !important;
  }

  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -1rem !important;
  }

  .m-md-n15 {
    margin: -1.5rem !important;
  }

  .mt-md-n15,
  .my-md-n15 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -1.5rem !important;
  }

  .m-md-n20 {
    margin: -2rem !important;
  }

  .mt-md-n20,
  .my-md-n20 {
    margin-top: -2rem !important;
  }

  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -2rem !important;
  }

  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -2rem !important;
  }

  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -2rem !important;
  }

  .m-md-n25 {
    margin: -2.5rem !important;
  }

  .mt-md-n25,
  .my-md-n25 {
    margin-top: -2.5rem !important;
  }

  .mr-md-n25,
  .mx-md-n25 {
    margin-right: -2.5rem !important;
  }

  .mb-md-n25,
  .my-md-n25 {
    margin-bottom: -2.5rem !important;
  }

  .ml-md-n25,
  .mx-md-n25 {
    margin-left: -2.5rem !important;
  }

  .m-md-n30 {
    margin: -3rem !important;
  }

  .mt-md-n30,
  .my-md-n30 {
    margin-top: -3rem !important;
  }

  .mr-md-n30,
  .mx-md-n30 {
    margin-right: -3rem !important;
  }

  .mb-md-n30,
  .my-md-n30 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n30,
  .mx-md-n30 {
    margin-left: -3rem !important;
  }

  .m-md-n35 {
    margin: -3.5rem !important;
  }

  .mt-md-n35,
  .my-md-n35 {
    margin-top: -3.5rem !important;
  }

  .mr-md-n35,
  .mx-md-n35 {
    margin-right: -3.5rem !important;
  }

  .mb-md-n35,
  .my-md-n35 {
    margin-bottom: -3.5rem !important;
  }

  .ml-md-n35,
  .mx-md-n35 {
    margin-left: -3.5rem !important;
  }

  .m-md-n40 {
    margin: -4rem !important;
  }

  .mt-md-n40,
  .my-md-n40 {
    margin-top: -4rem !important;
  }

  .mr-md-n40,
  .mx-md-n40 {
    margin-right: -4rem !important;
  }

  .mb-md-n40,
  .my-md-n40 {
    margin-bottom: -4rem !important;
  }

  .ml-md-n40,
  .mx-md-n40 {
    margin-left: -4rem !important;
  }

  .m-md-n45 {
    margin: -4.5rem !important;
  }

  .mt-md-n45,
  .my-md-n45 {
    margin-top: -4.5rem !important;
  }

  .mr-md-n45,
  .mx-md-n45 {
    margin-right: -4.5rem !important;
  }

  .mb-md-n45,
  .my-md-n45 {
    margin-bottom: -4.5rem !important;
  }

  .ml-md-n45,
  .mx-md-n45 {
    margin-left: -4.5rem !important;
  }

  .m-md-n50 {
    margin: -5rem !important;
  }

  .mt-md-n50,
  .my-md-n50 {
    margin-top: -5rem !important;
  }

  .mr-md-n50,
  .mx-md-n50 {
    margin-right: -5rem !important;
  }

  .mb-md-n50,
  .my-md-n50 {
    margin-bottom: -5rem !important;
  }

  .ml-md-n50,
  .mx-md-n50 {
    margin-left: -5rem !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: 1024px) {
  .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-5 {
    margin: 0.5rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 0.5rem !important;
  }

  .m-lg-10 {
    margin: 1rem !important;
  }

  .mt-lg-10,
  .my-lg-10 {
    margin-top: 1rem !important;
  }

  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 1rem !important;
  }

  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 1rem !important;
  }

  .m-lg-15 {
    margin: 1.5rem !important;
  }

  .mt-lg-15,
  .my-lg-15 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 1.5rem !important;
  }

  .m-lg-20 {
    margin: 2rem !important;
  }

  .mt-lg-20,
  .my-lg-20 {
    margin-top: 2rem !important;
  }

  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 2rem !important;
  }

  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 2rem !important;
  }

  .m-lg-25 {
    margin: 2.5rem !important;
  }

  .mt-lg-25,
  .my-lg-25 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 2.5rem !important;
  }

  .m-lg-30 {
    margin: 3rem !important;
  }

  .mt-lg-30,
  .my-lg-30 {
    margin-top: 3rem !important;
  }

  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 3rem !important;
  }

  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 3rem !important;
  }

  .m-lg-35 {
    margin: 3.5rem !important;
  }

  .mt-lg-35,
  .my-lg-35 {
    margin-top: 3.5rem !important;
  }

  .mr-lg-35,
  .mx-lg-35 {
    margin-right: 3.5rem !important;
  }

  .mb-lg-35,
  .my-lg-35 {
    margin-bottom: 3.5rem !important;
  }

  .ml-lg-35,
  .mx-lg-35 {
    margin-left: 3.5rem !important;
  }

  .m-lg-40 {
    margin: 4rem !important;
  }

  .mt-lg-40,
  .my-lg-40 {
    margin-top: 4rem !important;
  }

  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 4rem !important;
  }

  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 4rem !important;
  }

  .m-lg-45 {
    margin: 4.5rem !important;
  }

  .mt-lg-45,
  .my-lg-45 {
    margin-top: 4.5rem !important;
  }

  .mr-lg-45,
  .mx-lg-45 {
    margin-right: 4.5rem !important;
  }

  .mb-lg-45,
  .my-lg-45 {
    margin-bottom: 4.5rem !important;
  }

  .ml-lg-45,
  .mx-lg-45 {
    margin-left: 4.5rem !important;
  }

  .m-lg-50 {
    margin: 5rem !important;
  }

  .mt-lg-50,
  .my-lg-50 {
    margin-top: 5rem !important;
  }

  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 5rem !important;
  }

  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 5rem !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-5 {
    padding: 0.5rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 0.5rem !important;
  }

  .p-lg-10 {
    padding: 1rem !important;
  }

  .pt-lg-10,
  .py-lg-10 {
    padding-top: 1rem !important;
  }

  .pr-lg-10,
  .px-lg-10 {
    padding-right: 1rem !important;
  }

  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-10,
  .px-lg-10 {
    padding-left: 1rem !important;
  }

  .p-lg-15 {
    padding: 1.5rem !important;
  }

  .pt-lg-15,
  .py-lg-15 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-15,
  .px-lg-15 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-15,
  .px-lg-15 {
    padding-left: 1.5rem !important;
  }

  .p-lg-20 {
    padding: 2rem !important;
  }

  .pt-lg-20,
  .py-lg-20 {
    padding-top: 2rem !important;
  }

  .pr-lg-20,
  .px-lg-20 {
    padding-right: 2rem !important;
  }

  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-20,
  .px-lg-20 {
    padding-left: 2rem !important;
  }

  .p-lg-25 {
    padding: 2.5rem !important;
  }

  .pt-lg-25,
  .py-lg-25 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-25,
  .px-lg-25 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-25,
  .px-lg-25 {
    padding-left: 2.5rem !important;
  }

  .p-lg-30 {
    padding: 3rem !important;
  }

  .pt-lg-30,
  .py-lg-30 {
    padding-top: 3rem !important;
  }

  .pr-lg-30,
  .px-lg-30 {
    padding-right: 3rem !important;
  }

  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-30,
  .px-lg-30 {
    padding-left: 3rem !important;
  }

  .p-lg-35 {
    padding: 3.5rem !important;
  }

  .pt-lg-35,
  .py-lg-35 {
    padding-top: 3.5rem !important;
  }

  .pr-lg-35,
  .px-lg-35 {
    padding-right: 3.5rem !important;
  }

  .pb-lg-35,
  .py-lg-35 {
    padding-bottom: 3.5rem !important;
  }

  .pl-lg-35,
  .px-lg-35 {
    padding-left: 3.5rem !important;
  }

  .p-lg-40 {
    padding: 4rem !important;
  }

  .pt-lg-40,
  .py-lg-40 {
    padding-top: 4rem !important;
  }

  .pr-lg-40,
  .px-lg-40 {
    padding-right: 4rem !important;
  }

  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-40,
  .px-lg-40 {
    padding-left: 4rem !important;
  }

  .p-lg-45 {
    padding: 4.5rem !important;
  }

  .pt-lg-45,
  .py-lg-45 {
    padding-top: 4.5rem !important;
  }

  .pr-lg-45,
  .px-lg-45 {
    padding-right: 4.5rem !important;
  }

  .pb-lg-45,
  .py-lg-45 {
    padding-bottom: 4.5rem !important;
  }

  .pl-lg-45,
  .px-lg-45 {
    padding-left: 4.5rem !important;
  }

  .p-lg-50 {
    padding: 5rem !important;
  }

  .pt-lg-50,
  .py-lg-50 {
    padding-top: 5rem !important;
  }

  .pr-lg-50,
  .px-lg-50 {
    padding-right: 5rem !important;
  }

  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-50,
  .px-lg-50 {
    padding-left: 5rem !important;
  }

  .m-lg-n5 {
    margin: -0.5rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n10 {
    margin: -1rem !important;
  }

  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -1rem !important;
  }

  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -1rem !important;
  }

  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -1rem !important;
  }

  .m-lg-n15 {
    margin: -1.5rem !important;
  }

  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n20 {
    margin: -2rem !important;
  }

  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -2rem !important;
  }

  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -2rem !important;
  }

  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -2rem !important;
  }

  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -2rem !important;
  }

  .m-lg-n25 {
    margin: -2.5rem !important;
  }

  .mt-lg-n25,
  .my-lg-n25 {
    margin-top: -2.5rem !important;
  }

  .mr-lg-n25,
  .mx-lg-n25 {
    margin-right: -2.5rem !important;
  }

  .mb-lg-n25,
  .my-lg-n25 {
    margin-bottom: -2.5rem !important;
  }

  .ml-lg-n25,
  .mx-lg-n25 {
    margin-left: -2.5rem !important;
  }

  .m-lg-n30 {
    margin: -3rem !important;
  }

  .mt-lg-n30,
  .my-lg-n30 {
    margin-top: -3rem !important;
  }

  .mr-lg-n30,
  .mx-lg-n30 {
    margin-right: -3rem !important;
  }

  .mb-lg-n30,
  .my-lg-n30 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n30,
  .mx-lg-n30 {
    margin-left: -3rem !important;
  }

  .m-lg-n35 {
    margin: -3.5rem !important;
  }

  .mt-lg-n35,
  .my-lg-n35 {
    margin-top: -3.5rem !important;
  }

  .mr-lg-n35,
  .mx-lg-n35 {
    margin-right: -3.5rem !important;
  }

  .mb-lg-n35,
  .my-lg-n35 {
    margin-bottom: -3.5rem !important;
  }

  .ml-lg-n35,
  .mx-lg-n35 {
    margin-left: -3.5rem !important;
  }

  .m-lg-n40 {
    margin: -4rem !important;
  }

  .mt-lg-n40,
  .my-lg-n40 {
    margin-top: -4rem !important;
  }

  .mr-lg-n40,
  .mx-lg-n40 {
    margin-right: -4rem !important;
  }

  .mb-lg-n40,
  .my-lg-n40 {
    margin-bottom: -4rem !important;
  }

  .ml-lg-n40,
  .mx-lg-n40 {
    margin-left: -4rem !important;
  }

  .m-lg-n45 {
    margin: -4.5rem !important;
  }

  .mt-lg-n45,
  .my-lg-n45 {
    margin-top: -4.5rem !important;
  }

  .mr-lg-n45,
  .mx-lg-n45 {
    margin-right: -4.5rem !important;
  }

  .mb-lg-n45,
  .my-lg-n45 {
    margin-bottom: -4.5rem !important;
  }

  .ml-lg-n45,
  .mx-lg-n45 {
    margin-left: -4.5rem !important;
  }

  .m-lg-n50 {
    margin: -5rem !important;
  }

  .mt-lg-n50,
  .my-lg-n50 {
    margin-top: -5rem !important;
  }

  .mr-lg-n50,
  .mx-lg-n50 {
    margin-right: -5rem !important;
  }

  .mb-lg-n50,
  .my-lg-n50 {
    margin-bottom: -5rem !important;
  }

  .ml-lg-n50,
  .mx-lg-n50 {
    margin-left: -5rem !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: 1366px) {
  .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-5 {
    margin: 0.5rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 0.5rem !important;
  }

  .m-xl-10 {
    margin: 1rem !important;
  }

  .mt-xl-10,
  .my-xl-10 {
    margin-top: 1rem !important;
  }

  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 1rem !important;
  }

  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 1rem !important;
  }

  .m-xl-15 {
    margin: 1.5rem !important;
  }

  .mt-xl-15,
  .my-xl-15 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 1.5rem !important;
  }

  .m-xl-20 {
    margin: 2rem !important;
  }

  .mt-xl-20,
  .my-xl-20 {
    margin-top: 2rem !important;
  }

  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 2rem !important;
  }

  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 2rem !important;
  }

  .m-xl-25 {
    margin: 2.5rem !important;
  }

  .mt-xl-25,
  .my-xl-25 {
    margin-top: 2.5rem !important;
  }

  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 2.5rem !important;
  }

  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 2.5rem !important;
  }

  .m-xl-30 {
    margin: 3rem !important;
  }

  .mt-xl-30,
  .my-xl-30 {
    margin-top: 3rem !important;
  }

  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 3rem !important;
  }

  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 3rem !important;
  }

  .m-xl-35 {
    margin: 3.5rem !important;
  }

  .mt-xl-35,
  .my-xl-35 {
    margin-top: 3.5rem !important;
  }

  .mr-xl-35,
  .mx-xl-35 {
    margin-right: 3.5rem !important;
  }

  .mb-xl-35,
  .my-xl-35 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xl-35,
  .mx-xl-35 {
    margin-left: 3.5rem !important;
  }

  .m-xl-40 {
    margin: 4rem !important;
  }

  .mt-xl-40,
  .my-xl-40 {
    margin-top: 4rem !important;
  }

  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 4rem !important;
  }

  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 4rem !important;
  }

  .m-xl-45 {
    margin: 4.5rem !important;
  }

  .mt-xl-45,
  .my-xl-45 {
    margin-top: 4.5rem !important;
  }

  .mr-xl-45,
  .mx-xl-45 {
    margin-right: 4.5rem !important;
  }

  .mb-xl-45,
  .my-xl-45 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xl-45,
  .mx-xl-45 {
    margin-left: 4.5rem !important;
  }

  .m-xl-50 {
    margin: 5rem !important;
  }

  .mt-xl-50,
  .my-xl-50 {
    margin-top: 5rem !important;
  }

  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 5rem !important;
  }

  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 5rem !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-5 {
    padding: 0.5rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 0.5rem !important;
  }

  .p-xl-10 {
    padding: 1rem !important;
  }

  .pt-xl-10,
  .py-xl-10 {
    padding-top: 1rem !important;
  }

  .pr-xl-10,
  .px-xl-10 {
    padding-right: 1rem !important;
  }

  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-10,
  .px-xl-10 {
    padding-left: 1rem !important;
  }

  .p-xl-15 {
    padding: 1.5rem !important;
  }

  .pt-xl-15,
  .py-xl-15 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-15,
  .px-xl-15 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-15,
  .px-xl-15 {
    padding-left: 1.5rem !important;
  }

  .p-xl-20 {
    padding: 2rem !important;
  }

  .pt-xl-20,
  .py-xl-20 {
    padding-top: 2rem !important;
  }

  .pr-xl-20,
  .px-xl-20 {
    padding-right: 2rem !important;
  }

  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-20,
  .px-xl-20 {
    padding-left: 2rem !important;
  }

  .p-xl-25 {
    padding: 2.5rem !important;
  }

  .pt-xl-25,
  .py-xl-25 {
    padding-top: 2.5rem !important;
  }

  .pr-xl-25,
  .px-xl-25 {
    padding-right: 2.5rem !important;
  }

  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xl-25,
  .px-xl-25 {
    padding-left: 2.5rem !important;
  }

  .p-xl-30 {
    padding: 3rem !important;
  }

  .pt-xl-30,
  .py-xl-30 {
    padding-top: 3rem !important;
  }

  .pr-xl-30,
  .px-xl-30 {
    padding-right: 3rem !important;
  }

  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-30,
  .px-xl-30 {
    padding-left: 3rem !important;
  }

  .p-xl-35 {
    padding: 3.5rem !important;
  }

  .pt-xl-35,
  .py-xl-35 {
    padding-top: 3.5rem !important;
  }

  .pr-xl-35,
  .px-xl-35 {
    padding-right: 3.5rem !important;
  }

  .pb-xl-35,
  .py-xl-35 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xl-35,
  .px-xl-35 {
    padding-left: 3.5rem !important;
  }

  .p-xl-40 {
    padding: 4rem !important;
  }

  .pt-xl-40,
  .py-xl-40 {
    padding-top: 4rem !important;
  }

  .pr-xl-40,
  .px-xl-40 {
    padding-right: 4rem !important;
  }

  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-40,
  .px-xl-40 {
    padding-left: 4rem !important;
  }

  .p-xl-45 {
    padding: 4.5rem !important;
  }

  .pt-xl-45,
  .py-xl-45 {
    padding-top: 4.5rem !important;
  }

  .pr-xl-45,
  .px-xl-45 {
    padding-right: 4.5rem !important;
  }

  .pb-xl-45,
  .py-xl-45 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xl-45,
  .px-xl-45 {
    padding-left: 4.5rem !important;
  }

  .p-xl-50 {
    padding: 5rem !important;
  }

  .pt-xl-50,
  .py-xl-50 {
    padding-top: 5rem !important;
  }

  .pr-xl-50,
  .px-xl-50 {
    padding-right: 5rem !important;
  }

  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-50,
  .px-xl-50 {
    padding-left: 5rem !important;
  }

  .m-xl-n5 {
    margin: -0.5rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n10 {
    margin: -1rem !important;
  }

  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -1rem !important;
  }

  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -1rem !important;
  }

  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -1rem !important;
  }

  .m-xl-n15 {
    margin: -1.5rem !important;
  }

  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n20 {
    margin: -2rem !important;
  }

  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -2rem !important;
  }

  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -2rem !important;
  }

  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -2rem !important;
  }

  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -2rem !important;
  }

  .m-xl-n25 {
    margin: -2.5rem !important;
  }

  .mt-xl-n25,
  .my-xl-n25 {
    margin-top: -2.5rem !important;
  }

  .mr-xl-n25,
  .mx-xl-n25 {
    margin-right: -2.5rem !important;
  }

  .mb-xl-n25,
  .my-xl-n25 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xl-n25,
  .mx-xl-n25 {
    margin-left: -2.5rem !important;
  }

  .m-xl-n30 {
    margin: -3rem !important;
  }

  .mt-xl-n30,
  .my-xl-n30 {
    margin-top: -3rem !important;
  }

  .mr-xl-n30,
  .mx-xl-n30 {
    margin-right: -3rem !important;
  }

  .mb-xl-n30,
  .my-xl-n30 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n30,
  .mx-xl-n30 {
    margin-left: -3rem !important;
  }

  .m-xl-n35 {
    margin: -3.5rem !important;
  }

  .mt-xl-n35,
  .my-xl-n35 {
    margin-top: -3.5rem !important;
  }

  .mr-xl-n35,
  .mx-xl-n35 {
    margin-right: -3.5rem !important;
  }

  .mb-xl-n35,
  .my-xl-n35 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xl-n35,
  .mx-xl-n35 {
    margin-left: -3.5rem !important;
  }

  .m-xl-n40 {
    margin: -4rem !important;
  }

  .mt-xl-n40,
  .my-xl-n40 {
    margin-top: -4rem !important;
  }

  .mr-xl-n40,
  .mx-xl-n40 {
    margin-right: -4rem !important;
  }

  .mb-xl-n40,
  .my-xl-n40 {
    margin-bottom: -4rem !important;
  }

  .ml-xl-n40,
  .mx-xl-n40 {
    margin-left: -4rem !important;
  }

  .m-xl-n45 {
    margin: -4.5rem !important;
  }

  .mt-xl-n45,
  .my-xl-n45 {
    margin-top: -4.5rem !important;
  }

  .mr-xl-n45,
  .mx-xl-n45 {
    margin-right: -4.5rem !important;
  }

  .mb-xl-n45,
  .my-xl-n45 {
    margin-bottom: -4.5rem !important;
  }

  .ml-xl-n45,
  .mx-xl-n45 {
    margin-left: -4.5rem !important;
  }

  .m-xl-n50 {
    margin: -5rem !important;
  }

  .mt-xl-n50,
  .my-xl-n50 {
    margin-top: -5rem !important;
  }

  .mr-xl-n50,
  .mx-xl-n50 {
    margin-right: -5rem !important;
  }

  .mb-xl-n50,
  .my-xl-n50 {
    margin-bottom: -5rem !important;
  }

  .ml-xl-n50,
  .mx-xl-n50 {
    margin-left: -5rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1440px) {
  .m-wide-0 {
    margin: 0 !important;
  }

  .mt-wide-0,
  .my-wide-0 {
    margin-top: 0 !important;
  }

  .mr-wide-0,
  .mx-wide-0 {
    margin-right: 0 !important;
  }

  .mb-wide-0,
  .my-wide-0 {
    margin-bottom: 0 !important;
  }

  .ml-wide-0,
  .mx-wide-0 {
    margin-left: 0 !important;
  }

  .m-wide-5 {
    margin: 0.5rem !important;
  }

  .mt-wide-5,
  .my-wide-5 {
    margin-top: 0.5rem !important;
  }

  .mr-wide-5,
  .mx-wide-5 {
    margin-right: 0.5rem !important;
  }

  .mb-wide-5,
  .my-wide-5 {
    margin-bottom: 0.5rem !important;
  }

  .ml-wide-5,
  .mx-wide-5 {
    margin-left: 0.5rem !important;
  }

  .m-wide-10 {
    margin: 1rem !important;
  }

  .mt-wide-10,
  .my-wide-10 {
    margin-top: 1rem !important;
  }

  .mr-wide-10,
  .mx-wide-10 {
    margin-right: 1rem !important;
  }

  .mb-wide-10,
  .my-wide-10 {
    margin-bottom: 1rem !important;
  }

  .ml-wide-10,
  .mx-wide-10 {
    margin-left: 1rem !important;
  }

  .m-wide-15 {
    margin: 1.5rem !important;
  }

  .mt-wide-15,
  .my-wide-15 {
    margin-top: 1.5rem !important;
  }

  .mr-wide-15,
  .mx-wide-15 {
    margin-right: 1.5rem !important;
  }

  .mb-wide-15,
  .my-wide-15 {
    margin-bottom: 1.5rem !important;
  }

  .ml-wide-15,
  .mx-wide-15 {
    margin-left: 1.5rem !important;
  }

  .m-wide-20 {
    margin: 2rem !important;
  }

  .mt-wide-20,
  .my-wide-20 {
    margin-top: 2rem !important;
  }

  .mr-wide-20,
  .mx-wide-20 {
    margin-right: 2rem !important;
  }

  .mb-wide-20,
  .my-wide-20 {
    margin-bottom: 2rem !important;
  }

  .ml-wide-20,
  .mx-wide-20 {
    margin-left: 2rem !important;
  }

  .m-wide-25 {
    margin: 2.5rem !important;
  }

  .mt-wide-25,
  .my-wide-25 {
    margin-top: 2.5rem !important;
  }

  .mr-wide-25,
  .mx-wide-25 {
    margin-right: 2.5rem !important;
  }

  .mb-wide-25,
  .my-wide-25 {
    margin-bottom: 2.5rem !important;
  }

  .ml-wide-25,
  .mx-wide-25 {
    margin-left: 2.5rem !important;
  }

  .m-wide-30 {
    margin: 3rem !important;
  }

  .mt-wide-30,
  .my-wide-30 {
    margin-top: 3rem !important;
  }

  .mr-wide-30,
  .mx-wide-30 {
    margin-right: 3rem !important;
  }

  .mb-wide-30,
  .my-wide-30 {
    margin-bottom: 3rem !important;
  }

  .ml-wide-30,
  .mx-wide-30 {
    margin-left: 3rem !important;
  }

  .m-wide-35 {
    margin: 3.5rem !important;
  }

  .mt-wide-35,
  .my-wide-35 {
    margin-top: 3.5rem !important;
  }

  .mr-wide-35,
  .mx-wide-35 {
    margin-right: 3.5rem !important;
  }

  .mb-wide-35,
  .my-wide-35 {
    margin-bottom: 3.5rem !important;
  }

  .ml-wide-35,
  .mx-wide-35 {
    margin-left: 3.5rem !important;
  }

  .m-wide-40 {
    margin: 4rem !important;
  }

  .mt-wide-40,
  .my-wide-40 {
    margin-top: 4rem !important;
  }

  .mr-wide-40,
  .mx-wide-40 {
    margin-right: 4rem !important;
  }

  .mb-wide-40,
  .my-wide-40 {
    margin-bottom: 4rem !important;
  }

  .ml-wide-40,
  .mx-wide-40 {
    margin-left: 4rem !important;
  }

  .m-wide-45 {
    margin: 4.5rem !important;
  }

  .mt-wide-45,
  .my-wide-45 {
    margin-top: 4.5rem !important;
  }

  .mr-wide-45,
  .mx-wide-45 {
    margin-right: 4.5rem !important;
  }

  .mb-wide-45,
  .my-wide-45 {
    margin-bottom: 4.5rem !important;
  }

  .ml-wide-45,
  .mx-wide-45 {
    margin-left: 4.5rem !important;
  }

  .m-wide-50 {
    margin: 5rem !important;
  }

  .mt-wide-50,
  .my-wide-50 {
    margin-top: 5rem !important;
  }

  .mr-wide-50,
  .mx-wide-50 {
    margin-right: 5rem !important;
  }

  .mb-wide-50,
  .my-wide-50 {
    margin-bottom: 5rem !important;
  }

  .ml-wide-50,
  .mx-wide-50 {
    margin-left: 5rem !important;
  }

  .p-wide-0 {
    padding: 0 !important;
  }

  .pt-wide-0,
  .py-wide-0 {
    padding-top: 0 !important;
  }

  .pr-wide-0,
  .px-wide-0 {
    padding-right: 0 !important;
  }

  .pb-wide-0,
  .py-wide-0 {
    padding-bottom: 0 !important;
  }

  .pl-wide-0,
  .px-wide-0 {
    padding-left: 0 !important;
  }

  .p-wide-5 {
    padding: 0.5rem !important;
  }

  .pt-wide-5,
  .py-wide-5 {
    padding-top: 0.5rem !important;
  }

  .pr-wide-5,
  .px-wide-5 {
    padding-right: 0.5rem !important;
  }

  .pb-wide-5,
  .py-wide-5 {
    padding-bottom: 0.5rem !important;
  }

  .pl-wide-5,
  .px-wide-5 {
    padding-left: 0.5rem !important;
  }

  .p-wide-10 {
    padding: 1rem !important;
  }

  .pt-wide-10,
  .py-wide-10 {
    padding-top: 1rem !important;
  }

  .pr-wide-10,
  .px-wide-10 {
    padding-right: 1rem !important;
  }

  .pb-wide-10,
  .py-wide-10 {
    padding-bottom: 1rem !important;
  }

  .pl-wide-10,
  .px-wide-10 {
    padding-left: 1rem !important;
  }

  .p-wide-15 {
    padding: 1.5rem !important;
  }

  .pt-wide-15,
  .py-wide-15 {
    padding-top: 1.5rem !important;
  }

  .pr-wide-15,
  .px-wide-15 {
    padding-right: 1.5rem !important;
  }

  .pb-wide-15,
  .py-wide-15 {
    padding-bottom: 1.5rem !important;
  }

  .pl-wide-15,
  .px-wide-15 {
    padding-left: 1.5rem !important;
  }

  .p-wide-20 {
    padding: 2rem !important;
  }

  .pt-wide-20,
  .py-wide-20 {
    padding-top: 2rem !important;
  }

  .pr-wide-20,
  .px-wide-20 {
    padding-right: 2rem !important;
  }

  .pb-wide-20,
  .py-wide-20 {
    padding-bottom: 2rem !important;
  }

  .pl-wide-20,
  .px-wide-20 {
    padding-left: 2rem !important;
  }

  .p-wide-25 {
    padding: 2.5rem !important;
  }

  .pt-wide-25,
  .py-wide-25 {
    padding-top: 2.5rem !important;
  }

  .pr-wide-25,
  .px-wide-25 {
    padding-right: 2.5rem !important;
  }

  .pb-wide-25,
  .py-wide-25 {
    padding-bottom: 2.5rem !important;
  }

  .pl-wide-25,
  .px-wide-25 {
    padding-left: 2.5rem !important;
  }

  .p-wide-30 {
    padding: 3rem !important;
  }

  .pt-wide-30,
  .py-wide-30 {
    padding-top: 3rem !important;
  }

  .pr-wide-30,
  .px-wide-30 {
    padding-right: 3rem !important;
  }

  .pb-wide-30,
  .py-wide-30 {
    padding-bottom: 3rem !important;
  }

  .pl-wide-30,
  .px-wide-30 {
    padding-left: 3rem !important;
  }

  .p-wide-35 {
    padding: 3.5rem !important;
  }

  .pt-wide-35,
  .py-wide-35 {
    padding-top: 3.5rem !important;
  }

  .pr-wide-35,
  .px-wide-35 {
    padding-right: 3.5rem !important;
  }

  .pb-wide-35,
  .py-wide-35 {
    padding-bottom: 3.5rem !important;
  }

  .pl-wide-35,
  .px-wide-35 {
    padding-left: 3.5rem !important;
  }

  .p-wide-40 {
    padding: 4rem !important;
  }

  .pt-wide-40,
  .py-wide-40 {
    padding-top: 4rem !important;
  }

  .pr-wide-40,
  .px-wide-40 {
    padding-right: 4rem !important;
  }

  .pb-wide-40,
  .py-wide-40 {
    padding-bottom: 4rem !important;
  }

  .pl-wide-40,
  .px-wide-40 {
    padding-left: 4rem !important;
  }

  .p-wide-45 {
    padding: 4.5rem !important;
  }

  .pt-wide-45,
  .py-wide-45 {
    padding-top: 4.5rem !important;
  }

  .pr-wide-45,
  .px-wide-45 {
    padding-right: 4.5rem !important;
  }

  .pb-wide-45,
  .py-wide-45 {
    padding-bottom: 4.5rem !important;
  }

  .pl-wide-45,
  .px-wide-45 {
    padding-left: 4.5rem !important;
  }

  .p-wide-50 {
    padding: 5rem !important;
  }

  .pt-wide-50,
  .py-wide-50 {
    padding-top: 5rem !important;
  }

  .pr-wide-50,
  .px-wide-50 {
    padding-right: 5rem !important;
  }

  .pb-wide-50,
  .py-wide-50 {
    padding-bottom: 5rem !important;
  }

  .pl-wide-50,
  .px-wide-50 {
    padding-left: 5rem !important;
  }

  .m-wide-n5 {
    margin: -0.5rem !important;
  }

  .mt-wide-n5,
  .my-wide-n5 {
    margin-top: -0.5rem !important;
  }

  .mr-wide-n5,
  .mx-wide-n5 {
    margin-right: -0.5rem !important;
  }

  .mb-wide-n5,
  .my-wide-n5 {
    margin-bottom: -0.5rem !important;
  }

  .ml-wide-n5,
  .mx-wide-n5 {
    margin-left: -0.5rem !important;
  }

  .m-wide-n10 {
    margin: -1rem !important;
  }

  .mt-wide-n10,
  .my-wide-n10 {
    margin-top: -1rem !important;
  }

  .mr-wide-n10,
  .mx-wide-n10 {
    margin-right: -1rem !important;
  }

  .mb-wide-n10,
  .my-wide-n10 {
    margin-bottom: -1rem !important;
  }

  .ml-wide-n10,
  .mx-wide-n10 {
    margin-left: -1rem !important;
  }

  .m-wide-n15 {
    margin: -1.5rem !important;
  }

  .mt-wide-n15,
  .my-wide-n15 {
    margin-top: -1.5rem !important;
  }

  .mr-wide-n15,
  .mx-wide-n15 {
    margin-right: -1.5rem !important;
  }

  .mb-wide-n15,
  .my-wide-n15 {
    margin-bottom: -1.5rem !important;
  }

  .ml-wide-n15,
  .mx-wide-n15 {
    margin-left: -1.5rem !important;
  }

  .m-wide-n20 {
    margin: -2rem !important;
  }

  .mt-wide-n20,
  .my-wide-n20 {
    margin-top: -2rem !important;
  }

  .mr-wide-n20,
  .mx-wide-n20 {
    margin-right: -2rem !important;
  }

  .mb-wide-n20,
  .my-wide-n20 {
    margin-bottom: -2rem !important;
  }

  .ml-wide-n20,
  .mx-wide-n20 {
    margin-left: -2rem !important;
  }

  .m-wide-n25 {
    margin: -2.5rem !important;
  }

  .mt-wide-n25,
  .my-wide-n25 {
    margin-top: -2.5rem !important;
  }

  .mr-wide-n25,
  .mx-wide-n25 {
    margin-right: -2.5rem !important;
  }

  .mb-wide-n25,
  .my-wide-n25 {
    margin-bottom: -2.5rem !important;
  }

  .ml-wide-n25,
  .mx-wide-n25 {
    margin-left: -2.5rem !important;
  }

  .m-wide-n30 {
    margin: -3rem !important;
  }

  .mt-wide-n30,
  .my-wide-n30 {
    margin-top: -3rem !important;
  }

  .mr-wide-n30,
  .mx-wide-n30 {
    margin-right: -3rem !important;
  }

  .mb-wide-n30,
  .my-wide-n30 {
    margin-bottom: -3rem !important;
  }

  .ml-wide-n30,
  .mx-wide-n30 {
    margin-left: -3rem !important;
  }

  .m-wide-n35 {
    margin: -3.5rem !important;
  }

  .mt-wide-n35,
  .my-wide-n35 {
    margin-top: -3.5rem !important;
  }

  .mr-wide-n35,
  .mx-wide-n35 {
    margin-right: -3.5rem !important;
  }

  .mb-wide-n35,
  .my-wide-n35 {
    margin-bottom: -3.5rem !important;
  }

  .ml-wide-n35,
  .mx-wide-n35 {
    margin-left: -3.5rem !important;
  }

  .m-wide-n40 {
    margin: -4rem !important;
  }

  .mt-wide-n40,
  .my-wide-n40 {
    margin-top: -4rem !important;
  }

  .mr-wide-n40,
  .mx-wide-n40 {
    margin-right: -4rem !important;
  }

  .mb-wide-n40,
  .my-wide-n40 {
    margin-bottom: -4rem !important;
  }

  .ml-wide-n40,
  .mx-wide-n40 {
    margin-left: -4rem !important;
  }

  .m-wide-n45 {
    margin: -4.5rem !important;
  }

  .mt-wide-n45,
  .my-wide-n45 {
    margin-top: -4.5rem !important;
  }

  .mr-wide-n45,
  .mx-wide-n45 {
    margin-right: -4.5rem !important;
  }

  .mb-wide-n45,
  .my-wide-n45 {
    margin-bottom: -4.5rem !important;
  }

  .ml-wide-n45,
  .mx-wide-n45 {
    margin-left: -4.5rem !important;
  }

  .m-wide-n50 {
    margin: -5rem !important;
  }

  .mt-wide-n50,
  .my-wide-n50 {
    margin-top: -5rem !important;
  }

  .mr-wide-n50,
  .mx-wide-n50 {
    margin-right: -5rem !important;
  }

  .mb-wide-n50,
  .my-wide-n50 {
    margin-bottom: -5rem !important;
  }

  .ml-wide-n50,
  .mx-wide-n50 {
    margin-left: -5rem !important;
  }

  .m-wide-auto {
    margin: auto !important;
  }

  .mt-wide-auto,
  .my-wide-auto {
    margin-top: auto !important;
  }

  .mr-wide-auto,
  .mx-wide-auto {
    margin-right: auto !important;
  }

  .mb-wide-auto,
  .my-wide-auto {
    margin-bottom: auto !important;
  }

  .ml-wide-auto,
  .mx-wide-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 375px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1366px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1440px) {
  .text-wide-left {
    text-align: left !important;
  }

  .text-wide-right {
    text-align: right !important;
  }

  .text-wide-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #434343 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(67, 67, 67, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #434343;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody+tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icomoon.eot?abnp5");
  src: url("assets/fonts/icomoon.eot?abnp5#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?abnp5") format("truetype"), url("assets/fonts/icomoon.woff?abnp5") format("woff"), url("assets/fonts/icomoon.svg?abnp5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  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-arrow-left:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-arrow-bottom:before {
  content: "";
}

.icon-arrow-top:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-leaflet:before {
  content: "";
}

.icon-car:before {
  content: "";
}

.icon-handleaflet:before {
  content: "";
}

.icon-people:before {
  content: "";
}

.icon-handshake:before {
  content: "";
}

.icon-leaflet-2:before {
  content: "";
}

.icon-co2:before {
  content: "";
}

.icon-leaflet-3:before {
  content: "";
}

.icon-leaflet-4:before {
  content: "";
}

.icon-bulb:before {
  content: "";
}

.icon-chart:before {
  content: "";
}

.icon-leaflet-5:before {
  content: "";
}

.icon-inst:before {
  content: "";
}

@font-face {
  font-family: "londrina_solid";
  src: url("assets/fonts/londrinasolid-black-webfont.woff2") format("woff2"), url("assets/fonts/londrinasolid-black-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "londrina_solid";
  src: url("assets/fonts/londrinasolid-light-webfont.woff2") format("woff2"), url("assets/fonts/londrinasolid-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "londrina_solid";
  src: url("assets/fonts/londrinasolid-regular-webfont.woff2") format("woff2"), url("assets/fonts/londrinasolid-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "londrina_solid";
  src: url("assets/fonts/londrinasolid-thin-webfont.woff2") format("woff2"), url("assets/fonts/londrinasolid-thin-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("assets/fonts/montserrat-black-webfont.woff2") format("woff2"), url("assets/fonts/montserrat-black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("assets/fonts/montserrat-blackitalic-webfont.woff2") format("woff2"), url("assets/fonts/montserrat-blackitalic-webfont.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "montserrat";
  src: url("assets/fonts/montserrat-bold-webfont.woff2") format("woff2"), url("assets/fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("assets/fonts/montserrat-bolditalic-webfont.woff2") format("woff2"), url("assets/fonts/montserrat-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "montserrat";
  src: url("assets/fonts/montserrat-medium-webfont.woff2") format("woff2"), url("assets/fonts/montserrat-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("assets/fonts/montserrat-mediumitalic-webfont.woff2") format("woff2"), url("assets/fonts/montserrat-mediumitalic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "montserrat";
  src: url("assets/fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("assets/fonts/montserrat-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("assets/fonts/montserrat-semibolditalic-webfont.woff2") format("woff2"), url("assets/fonts/montserrat-semibolditalic-webfont.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "montserrat";
  src: url("assets/fonts/montserrat-italic-webfont.woff2") format("woff2"), url("assets/fonts/montserrat-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "montserrat";
  src: url("assets/fonts/montserrat-regular-webfont.woff2") format("woff2"), url("assets/fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("assets/fonts/montserrat-light-webfont.woff2") format("woff2"), url("assets/fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  src: url("assets/fonts/montserrat-lightitalic-webfont.woff2") format("woff2"), url("assets/fonts/montserrat-lightitalic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "montserrat";
  src: url("assets/fonts/montserrat-regular-webfont.woff2") format("woff2"), url("assets/fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.fromLeft {
  -webkit-transition: -webkit-transform 0.8s ease-in;
  transition: -webkit-transform 0.8s ease-in;
  transition: transform 0.8s ease-in;
  transition: transform 0.8s ease-in, -webkit-transform 0.8s ease-in;
  -webkit-transform: translateX(-500px) !important;
  transform: translateX(-500px) !important;
}

.in-viewport .fromLeft.in-viewport {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.fromLeft.in-viewport {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.fromRight {
  -webkit-transition: -webkit-transform 0.8s ease-in;
  transition: -webkit-transform 0.8s ease-in;
  transition: transform 0.8s ease-in;
  transition: transform 0.8s ease-in, -webkit-transform 0.8s ease-in;
  -webkit-transform: translateX(500px) !important;
  transform: translateX(500px) !important;
}

.in-viewport .fromRight.in-viewport {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.fromRight.in-viewport {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
  Set up a decent box model on the root element
*/
html {
  font-size: 10px;
}

/*
  Basic typography style for copy text
*/
body {
  color: #434343;
  font-family: "londrina_solid", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}

/*
  Basic styles for links
*/
a {
  -webkit-transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  color: #007bff;
  text-decoration: none;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

ul,
ol,
dl,
p {
  margin: 0 0 1rem;
}

/*
  Basic styles for typography, generate classes for sizes provided into sass-map $font-sizes
  Using fluid type behavior
*/
/*
  Basic styles for headings, generate classes for sizes provided into sass-map $font-sizes
  Using fluid type behavior
*/
input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  border: 1px solid currentColor;
  background-color: transparent;
  width: 100%;
  min-width: 0;
  padding: 1.2rem 2.4rem;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=text]:focus,
input[type=text]:hover,
input[type=email]:focus,
input[type=email]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
textarea:focus,
textarea:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

form .is-invalid {
  color: #dc3545;
}

.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 30px 0;
}

@media (min-width: 1024px) {
  .main-header {
    padding: 60px 0;
  }
}

.main-header .navbar {
  padding: 0 15px;
}

@media (min-width: 1024px) {
  .main-header .navbar {
    padding: 0;
  }
}

.main-header .navbar>.navbar-toggler {
  width: 50px;
  height: 50px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
}

@media (min-width: 1024px) {
  .main-header .navbar>.navbar-toggler {
    display: none;
  }
}

.main-header .navbar>.navbar-toggler span {
  display: block;
  position: absolute;
  width: 24px;
  border-radius: 3px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #434343;
}

.main-header .navbar>.navbar-toggler span:nth-child(1) {
  top: 16px;
}

.main-header .navbar>.navbar-toggler span:nth-child(2) {
  top: 24px;
}

.main-header .navbar>.navbar-toggler span:nth-child(3) {
  bottom: 13px;
}

.main-header .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 20px -20px;
}

@media (min-width: 1024px) {
  .main-header .navbar-nav {
    margin: 0;
  }
}

.main-header .navbar-nav .nav-item {
  padding: 0 20px;
}

.main-header .navbar-nav .nav-item:nth-child(2) {
  margin-right: auto;
}

.main-header .navbar-nav .nav-item .nav-link {
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 2rem;
}

@media (min-width: 1024px) {
  .main-header .navbar-nav .nav-item .nav-link {
    text-shadow: 0px 0px 3px black;
  }
}

.main-header .navbar-nav .nav-item .nav-link:hover {
  color: #FECE2F;
}

.main-header .navbar-nav .nav-item .nav-link.dropdown-toggle {
  position: relative;
}

.main-header .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  content: "";
  position: absolute;
  font-family: icomoon;
  right: -25px;
  top: 50%;
  font-size: 1.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  color: #FECE2F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header .navbar-brand {
  width: 100px;
}

@media (min-width: 768px) {
  .main-header .navbar-brand {
    width: 12.6rem;
  }
}

@media (min-width: 1024px) {
  .main-header .navbar-brand {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.main-header .navbar-brand img {
  width: 100%;
}

.main-header .dropdown-menu {
  border: none;
  background-color: transparent;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 10px 5px;
  left: 20px;
  min-width: 273px;
  width: auto;
}

@media (min-width: 1024px) {
  .main-header .dropdown-menu {
    background-image: url(assets/images/drop-bg.png);
  }
}

.main-header .dropdown-menu .dropdown-item {
  font-size: 1.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: normal;
}

.main-header .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #FECE2F;
}

@media (max-width: 1023px) {
  .main-header .navbar-collapse {
    position: absolute;
    top: -30px;
    right: 110%;
    padding: 30px 10px 30px 60px;
    width: calc(100% + 30px);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    height: 100vh;
    background-color: #fff;
  }

  .main-header .navbar-collapse:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 20px;
    background-image: url(assets/images/collase-decor.png);
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}

.main-header .navbar-collapse .navbar-brand {
  width: 60px;
}

.main-header .navbar-collapse .navbar-toggler {
  width: 30px;
  height: 30px;
  padding: 5px;
  position: relative;
  border: none;
}

.main-header .navbar-collapse .navbar-toggler span {
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background-color: #434343;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.main-header .navbar-collapse .navbar-toggler span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.main-header .navbar-collapse .navbar-toggler span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 1023px) {
  .main-header .navbar-collapse .navbar-nav .nav-link {
    color: #434343;
  }
}

@media (max-width: 1023px) {
  .main-header .navbar-collapse.collapsing {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

@media (max-width: 1023px) {
  .main-header .navbar-collapse.show {
    right: 15px;
    -webkit-box-shadow: 26px -3px 30px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 26px -3px 30px 0px rgba(0, 0, 0, 0.75);
  }
}

body {
  background-color: #fff;
  background-size: 100% auto;
  background-repeat: repeat-y;
}

#wrapper {
  position: relative;
  width: 100%;
  min-width: 32rem;
  overflow: hidden;
}

.decor-holder {
  pointer-events: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
}

img {
  height: auto;
}

.hero-section {
  background-size: cover;
  background-position: 50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 452px;
  padding-top: 150px;
  position: relative;
}

@media (min-width: 1024px) {
  .hero-section {
    padding-top: 220px;
    min-height: 783px;
  }
}

.hero-section.home-hero {
  padding-bottom: 150px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .hero-section.home-hero {
    padding-top: 150px;
    padding-bottom: 0;
  }
}

.hero-section .container {
  z-index: 1;
}

.hero-section h1 {
  line-height: 1;
  font-size: 5rem;
}

@media (min-width: 1024px) {
  .hero-section h1 {
    margin-bottom: 18px;
    font-size: 8rem;
  }
}

.hero-section .subtitle {
  font-size: 20px;
  display: block;
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  max-width: 71rem;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.hero-section.inner-hero {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 420px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .hero-section.inner-hero {
    min-height: 713px;
  }
}

.hero-section.inner-hero+section {
  background-image: url(assets/images/body-bg.jpg);
}

@media (min-width: 1024px) {
  .hero-section.inner-hero+section {
    margin-top: -180px;
  }
}

.hero-section+section {
  position: relative;
  z-index: 3;
}

@media (min-width: 1024px) {
  .hero-section+section {
    margin-top: -120px;
  }
}

.hero-section+section:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(100% - 2px);
  height: 15px;
  width: 100%;
  background-image: url(assets/images/top-decor.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 15px;
}

@media (min-width: 768px) {
  .hero-section+section:before {
    height: 35px;
    background-size: 100% 35px;
  }
}

.hero-section.mark-hero {
  padding: 90px 0;
}

@media (min-width: 768px) {
  .hero-section.mark-hero {
    padding: 180px 0 50px;
  }
}

.hero-section.mark-hero .logo-wrap {
  width: 100%;
  max-width: 100px;
  margin: 0 auto 20px;
}

@media (min-width: 768px) {
  .hero-section.mark-hero .logo-wrap {
    margin: 0 auto 10px;
    max-width: 234px;
  }
}

.hero-section.mark-hero .logo-wrap img {
  width: 100%;
}

.hero-section.mark-hero h1 {
  font-size: 2.7rem;
}

@media (min-width: 1024px) {
  .hero-section.mark-hero h1 {
    font-size: 5rem;
  }
}

.hero-section.mark-hero .subtitle {
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  font-size: 1.6rem;
}

.hero-section.products-hero h1 {
  font-size: 4.2rem;
  margin-bottom: 21px;
}

@media (min-width: 1024px) {
  .hero-section.products-hero h1 {
    font-size: 6rem;
    margin-bottom: 25px;
  }
}

.hero-section.products-hero .subtitle {
  font-size: 1.4rem;
  margin-bottom: 34px;
}

@media (min-width: 1024px) {
  .hero-section.products-hero .subtitle {
    font-size: 1.8rem;
    max-width: 540px;
  }
}

.hero-section.products-hero .products-list li {
  width: 90px;
  padding: 0 6px;
}

@media (min-width: 1024px) {
  .hero-section.products-hero .products-list li {
    width: 150px;
    padding: 15px;
  }
}

.hero-section.products-hero .products-list li img {
  width: 100%;
}

.hero-section .title-box.text-white {
  text-shadow: 0px 0px 3px black;
}

.hero-section video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
}

@media (min-width: 1024px) {
  .hero-section video {
    min-width: 0;
    min-height: 0;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1023px) {
  .mark-hero video {
    display: none !important;
  }
}

.intro-section {
  position: relative;
  z-index: 2;
}

.intro-section .intro-box {
  background-image: url(assets/images/info-bg.png);
  background-size: 100% 100%;
  max-width: 925px;
  margin: 0 auto;
  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;
  padding: 50px 15px;
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
}

@media (max-width: 1023px) {
  .intro-section .intro-box {
    margin: 0 20px;
  }
}

@media (min-width: 1024px) {
  .intro-section .intro-box {
    -webkit-transform: translateY(-130px);
    transform: translateY(-130px);
    padding: 65px 60px;
    text-align: center;
  }
}

.intro-section .intro-box .holder {
  max-width: 580px;
  text-align: center;
}

@media (min-width: 1024px) {
  .intro-section .intro-box .holder {
    max-width: calc(100% - 60px);
  }
}

.intro-section .intro-box .holder h1 {
  font-weight: 400;
  line-height: 1;
  font-size: 3.2rem;
  font-family: "londrina_solid", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .intro-section .intro-box .holder h1 {
    margin-bottom: 30px;
    font-size: 5rem;
  }
}

.intro-section .intro-box .holder p {
  max-width: 580px;
  margin: 0 auto;
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  letter-spacing: 0.2px;
  font-weight: 600;
}

.intro-section+.content-section {
  margin-top: -60px;
  position: relative;
  z-index: 10;
}

.contact-section {
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.contact-section .container {
  max-width: 925px;
}

.contact-page-wrapper .contact-section .intro-box {
  background-image: url(assets/images/info-bg-lg.png);
  background-size: 100% 100%;
  max-width: 925px;
  margin: 0 auto;
  padding: 100px 30px;
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
}

@media (min-width: 768px) {
  .contact-page-wrapper .contact-section .intro-box {
    padding: 50px 15px;
  }
}

@media (max-width: 1023px) {
  .contact-page-wrapper .contact-section .intro-box {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .contact-page-wrapper .contact-section .intro-box {
    -webkit-transform: translateY(-180px);
    transform: translateY(-180px);
    padding: 65px 60px;
    text-align: center;
  }
}

.contact-page-wrapper .contact-section .intro-box .holder {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .contact-page-wrapper .contact-section .intro-box .holder {
    max-width: calc(100% - 60px);
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
}

.contact-page-wrapper .contact-section .intro-box .holder .holder {
  width: 100%;
  max-width: 100%;
}

.contact-page-wrapper .contact-section .intro-box .holder h1 {
  font-weight: 400;
  line-height: 1;
  font-size: 3.2rem;
  margin-bottom: 16px;
  font-family: "londrina_solid", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  width: 100%;
}

@media (min-width: 768px) {
  .contact-page-wrapper .contact-section .intro-box .holder h1 {
    margin: 30px 0;
    font-size: 5rem;
  }
}

.contact-page-wrapper .contact-section .intro-box .holder p {
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 300;
  line-height: 31px;
  text-align: left;
  color: #434343;
  margin-bottom: 27px;
  padding: 0 8px;
  max-width: 100%;
  width: 100%;
}

.contact-page-wrapper .contact-section .intro-box .holder .w-100 {
  width: 100%;
}

.contact-page-wrapper .contact-section .intro-box .holder .w-50 {
  width: 100% !important;
}

@media (min-width: 768px) {
  .contact-page-wrapper .contact-section .intro-box .holder .w-50 {
    width: 50% !important;
  }
}

.contact-page-wrapper .contact-section .intro-box .holder .text-center {
  text-align: center;
}

.contact-page-wrapper .contact-section .intro-box .holder input,
.contact-page-wrapper .contact-section .intro-box .holder textarea {
  border: none;
  padding: 13px 22px;
  background-color: #F5F1E9;
  border-radius: 4px;
}

.contact-page-wrapper .contact-section .intro-box .holder input[type=checkbox] {
  width: 21px;
  height: 21px;
  border: none;
  background-color: #f5f1e9;
  margin-right: 13px;
}

.contact-page-wrapper .contact-section .intro-box .holder input[type=file] {
  background-color: transparent;
}

.contact-page-wrapper .contact-section .intro-box .holder textarea {
  height: 150px;
  resize: none;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .contact-page-wrapper .contact-section .intro-box .holder textarea {
    height: auto;
    min-height: 164px;
  }
}

.contact-page-wrapper .contact-section .intro-box .holder select {
  border: none;
  padding: 13px 22px;
  padding-right: 35px;
  background-color: #434343;
  background-image: url(assets/images/angle-down.svg);
  background-position: calc(100% - 22px) calc(50% - 0px);
  background-size: 9px 13px;
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 4px;
  width: 100%;
  font-size: 1.4rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.contact-page-wrapper .contact-section .intro-box .holder select::-ms-expand {
  display: none;
}

.contact-page-wrapper .contact-section .intro-box .holder .wpcf7-list-item-label {
  font-size: 1.2rem;
  line-height: 14px;
  letter-spacing: 0;
  color: #434343;
}

.contact-page-wrapper .contact-section .intro-box .holder .wpcf7-list-item {
  margin: 0;
}

.contact-page-wrapper .contact-section .intro-box .holder .fake-checkbox {
  display: inline-block;
  margin-bottom: 30px;
}

.contact-page-wrapper .contact-section .intro-box .holder .fake-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .contact-page-wrapper .contact-section .intro-box .holder .fake-checkbox label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.contact-page-wrapper .contact-section .intro-box .holder .fake-checkbox [type=checkbox] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

.contact-page-wrapper .contact-section .intro-box .holder .fake-checkbox .fake-input {
  display: inline-block;
  width: 21px;
  height: 21px;
  border: none;
  border-radius: 4px;
  background: #F5F1E9;
  vertical-align: middle;
  position: relative;
  margin-bottom: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .contact-page-wrapper .contact-section .intro-box .holder .fake-checkbox .fake-input {
    margin-right: 13px;
    margin-bottom: 0;
  }
}

.contact-page-wrapper .contact-section .intro-box .holder .fake-checkbox [type=checkbox]+.fake-input:before {
  content: "";
  width: 10px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 3px solid #C4082D;
  border-width: 0 0 3px 3px;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -4px 0 0 -5px;
}

.contact-page-wrapper .contact-section .intro-box .holder .fake-checkbox [type=checkbox]:checked+.fake-input:before {
  opacity: 1;
}

.contact-page-wrapper .contact-section .intro-box .holder .fake-checkbox [type=checkbox]:checked~.fake-label {
  font-weight: bold;
  color: #f00;
}

.contact-page-wrapper .contact-section .intro-box .holder .fake-checkbox input:disabled+.fake-input,
.contact-page-wrapper .contact-section .intro-box .holder .fake-checkbox input:disabled~.fake-label {
  opacity: 0.5;
}

.contact-page-wrapper .contact-section .intro-box .holder .wpcf7-submit::after {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  width: 33px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  color: #c4082d;
  padding-left: 5px;
}

.contact-page-wrapper .contact-section .intro-box .holder .wpcf7-form {
  width: 100%;
  max-width: 100%;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 60px;
}

.contact-page-wrapper .contact-section .intro-box .holder .wpcf7-response-output {
  margin-bottom: 6rem;
}

.contact-section+.content-section {
  margin-top: -60px;
  position: relative;
  z-index: 10;
}

.content-section .container {
  max-width: 790px;
}

.content-section h1,
.content-section h2,
.content-section h3,
.content-section h4,
.content-section h5 {
  text-align: center;
  margin-bottom: 15px;
}

@media (min-width: 1024px) {

  .content-section h1,
  .content-section h2,
  .content-section h3,
  .content-section h4,
  .content-section h5 {
    text-align: left;
  }
}

.content-section h1 {
  font-size: 3.2rem;
}

@media (min-width: 1024px) {
  .content-section h1 {
    font-size: 5rem;
  }
}

.content-section h2 {
  font-size: 2.5rem;
}

@media (min-width: 1024px) {
  .content-section h2 {
    font-size: 4rem;
  }
}

.content-section h3 {
  font-size: 2rem;
}

@media (min-width: 1024px) {
  .content-section h3 {
    font-size: 2.5rem;
  }
}

.content-section h4 {
  font-size: 1.8rem;
}

@media (min-width: 1024px) {
  .content-section h4 {
    font-size: 2.1rem;
  }
}

.content-section h5 {
  font-size: 1.4rem;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .content-section h5 {
    font-size: 1.8rem;
  }
}

.content-section .descr-box {
  margin: 30px 0 50px;
}

.content-section .descr-box p {
  font-size: 2rem;
  font-weight: 300;
  font-family: "londrina_solid", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

@media (min-width: 1024px) {
  .content-section .descr-box p {
    font-size: 2.4rem;
  }
}

.content-section p {
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
}

@media (min-width: 1024px) {
  .content-section p {
    font-size: 1.6rem;
  }
}

.content-section .img-box,
.content-section .wp-block-image {
  overflow: hidden;
  width: 100%;
  margin: 40px auto 60px;
  width: 100%;
}

.content-section .img-box img,
.content-section .wp-block-image img {
  border-radius: 10px;
  width: 100%;
}

.content-section .mark-text,
.content-section blockquote {
  margin-bottom: 60px;
}

.content-section .mark-text p,
.content-section .mark-text cite,
.content-section blockquote p,
.content-section blockquote cite {
  font-size: 2.2rem;
  font-weight: 300;
  color: #c4082d;
  font-family: "londrina_solid", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  text-align: center;
}

@media (min-width: 1024px) {

  .content-section .mark-text p,
  .content-section .mark-text cite,
  .content-section blockquote p,
  .content-section blockquote cite {
    font-size: 2.8rem;
  }
}

.content-section .mark-text cite,
.content-section blockquote cite {
  font-size: 1.4rem;
}

@media (min-width: 1024px) {

  .content-section .mark-text cite,
  .content-section blockquote cite {
    font-size: 1.8rem;
    font-style: normal;
    text-align: center;
    display: block;
  }
}

.content-section ul {
  list-style: none;
  padding-left: 0;
}

.content-section ul li {
  position: relative;
  padding-left: 20px;
  font-weight: 300;
}

.content-section ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c4082d;
  position: absolute;
  left: 0;
  top: 8px;
}

.content-section figcaption {
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 10px 0;
  display: block;
}

.decorbg-section {
  position: relative;
  background-image: url(assets/images/decor-section-bg.png);
  background-position: 0 0;
  background-size: cover;
  margin-top: -200px;
  padding-top: 200px;
}

.description-section {
  padding: 0 0 75px;
  margin-top: 6.4rem;
}

@media (min-width: 1024px) {
  .description-section {
    /*margin-top: rem-calc(130);*/
    padding: 0;
  }
}

.description-section .advantage-card-list {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 2;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 2rem auto 0;
}

@media (min-width: 520px) {
  .description-section .advantage-card-list {
    max-width: 360px;
  }
}

@media (min-width: 768px) {
  .description-section .advantage-card-list {
    margin-top: 6rem;
    max-width: 600px;
  }
}

@media (min-width: 1024px) {
  .description-section .advantage-card-list {
    max-width: 100%;
  }
}

.description-section.alt-section {
  background-image: url(assets/images/last-section.png);
  background-size: 100% 100%;
  background-position: 0 0;
  position: relative;
  padding: 40px 0;
}

@media (min-width: 768px) {
  .description-section.alt-section {
    padding: 60px 0 80px;
  }
}

@media (min-width: 1024px) {
  .description-section.alt-section {
    background-repeat: no-repeat;
    background-position: 3px 9px;
  }
}

.description-section.alt-section .advantage-card-list {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.description-section.alt-section h2 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .description-section.alt-section h2 {
    font-size: 38px;
  }
}

.description-section.alt-section .single-decor {
  width: 160px;
  right: -60px;
  bottom: 80%;
}

.description-section.alt-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.description-section.alt-section .partners-img-slider .svg {
  position: absolute;
  width: 0;
  height: 0;
}

.description-section.alt-section .partners-img-slider .clipped {
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-clip-path: url(#my-clip-path);
  clip-path: url(#my-clip-path);
}

.info-decor-section+.description-section {
  margin-top: 0;
}

.advantage-card {
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-shadow: 0 -7px 36px rgba(0, 0, 0, 0.16);
  box-shadow: 0 -7px 36px rgba(0, 0, 0, 0.16);
  width: calc((100% / 2) - 5px);
  margin-bottom: 1rem;
  padding: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 520px) {
  .advantage-card {
    width: calc((100% / 2) - 14px);
  }
}

@media (min-width: 768px) {
  .advantage-card {
    padding: 10px 25px 40px;
  }
}

@media (min-width: 1024px) {
  .advantage-card {
    width: calc((100% / 4) - 14px);
  }
}

.advantage-card.blue {
  background: #81a1ba;
}

.advantage-card.blue .title {
  color: #0b5d7d;
}

.advantage-card.green {
  background-color: #b8d8a0;
}

.advantage-card.green .title {
  color: #5ca146;
}

.advantage-card.orange {
  background-color: #eda06a;
}

.advantage-card.orange .title {
  color: #da652c;
}

.advantage-card.orange .img-box {
  position: relative;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.advantage-card.brown {
  background-color: #d6c6aa;
}

.advantage-card.brown .title {
  color: #95856b;
}

.advantage-card:hover .img-box,
.advantage-card:hover .more-link {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.advantage-card .img-box {
  min-height: 115px;
  width: 115px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 20px;
}

@media (min-width: 1024px) {
  .advantage-card .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.advantage-card .title {
  max-width: 250px;
}

@media (min-width: 768px) {
  .advantage-card .title {
    min-height: 115px;
  }
}

.advantage-card .title span {
  font-size: 1.8rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  .advantage-card .title span {
    font-size: 2.4rem;
  }
}

.advantage-card .title h3 {
  text-transform: uppercase;
  line-height: 1;
  font-size: 2rem;
  margin-bottom: 10px;
}

@media (min-width: 520px) {
  .advantage-card .title h3 {
    font-size: 2.2rem;
  }
}

@media (min-width: 768px) {
  .advantage-card .title h3 {
    margin-bottom: 0;
    font-size: 3.8rem;
  }
}

.advantage-card .text-box {
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 1.4rem;
  display: none;
  color: #434343;
}

@media (min-width: 1024px) {
  .advantage-card .text-box {
    display: block;
  }
}

.advantage-card .more-link {
  margin-top: auto;
  color: #FECE2F;
  background-color: #434343;
  border-radius: 50%;
  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: 22px;
  height: 22px;
  padding-left: 2px;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .advantage-card .more-link {
    font-size: 16px;
    width: 33px;
    height: 33px;
  }
}

.advantage-card .more-link:hover {
  opacity: 0.6;
}

.info-decor-section .title-box,
.description-section .title-box {
  font-size: 1.8rem;
  max-width: 505px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.info-decor-section .title-box p,
.description-section .title-box p {
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 26px;
}

.info-decor-section .title-box h2,
.description-section .title-box h2 {
  font-size: 2.8rem;
}

@media (min-width: 1024px) {

  .info-decor-section .title-box h2,
  .description-section .title-box h2 {
    font-size: 3.8rem;
  }
}

.info-decor-section {
  padding: 80px 0 140px;
  position: relative;
  z-index: 3;
}

@media (max-width: 1023px) {
  .info-decor-section {
    padding: 55px 0 250px;
    margin-bottom: 50px;
  }
}

.info-decor-section .img1 {
  bottom: 10px;
  right: -60px;
}

@media (min-width: 1024px) {
  .info-decor-section .img1 {
    bottom: -70px;
    right: -30px;
  }
}

.info-decor-section .img2 {
  bottom: calc(100% - 50px);
  left: -10px;
}

@media (min-width: 1024px) {
  .info-decor-section .img2 {
    left: 21%;
    bottom: 75%;
  }
}

.info-decor-section .img3 {
  bottom: calc(100% - 35px);
  right: -20px;
}

@media (min-width: 1024px) {
  .info-decor-section .img3 {
    bottom: 85%;
    right: -100px;
  }
}

.info-decor-section .img4 {
  bottom: -65px;
  left: -120px;
}

@media (min-width: 1024px) {
  .info-decor-section .img4 {
    bottom: -185px;
    left: -210px;
  }
}

.info-decor-section .title-box {
  max-width: 455px;
}

.media-section {
  padding: 60px 18px;
  background-color: #fff;
  position: relative;
}

@media (min-width: 768px) {
  .media-section {
    background-color: transparent;
    padding: 60px 0;
  }
}

.media-section:before,
.media-section:after {
  content: "";
  height: 15px;
  width: 100%;
  background-image: url(assets/images/top-decor-white.png);
  background-size: 100% 15px;
  background-position: 50% 0;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
}

@media (min-width: 768px) {

  .media-section:before,
  .media-section:after {
    display: none;
  }
}

.media-section:before {
  bottom: 100%;
}

.media-section:after {
  top: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.media-section .media-holder {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

@media (min-width: 768px) {
  .media-section .media-holder {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: visible;
  }
}

.media-section .media-holder .text-box {
  padding-left: 15px;
}

@media (min-width: 768px) {
  .media-section .media-holder .text-box {
    position: relative;
    width: 50%;
    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;
    min-height: 560px;
  }
}

.media-section .media-holder .text-box .text-wrap {
  color: #434343;
  max-width: 250px;
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .media-section .media-holder .text-box .text-wrap {
    max-width: 330px;
  }
}

@media (min-width: 1024px) {
  .media-section .media-holder .text-box .text-wrap {
    max-width: 485px;
    padding-right: 60px;
  }
}

.media-section .media-holder .text-box .text-wrap p {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .media-section .media-holder .text-box .text-wrap p {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}

.media-section .media-holder .text-box h2 {
  font-weight: 400;
  color: #434343;
  line-height: 1;
  font-size: 2.5rem;
}

@media (min-width: 1024px) {
  .media-section .media-holder .text-box h2 {
    font-size: 3.8rem;
    margin-bottom: 15px;
  }
}

.media-section .media-holder .img-box {
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
}

@media (min-width: 1024px) {
  .media-section .media-holder .img-box {
    padding: 0;
    width: 50%;
  }

  .media-section .media-holder .img-box:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.media-section .media-holder .media-box {
  border-radius: 10px;
  overflow: hidden;
  padding-top: 90%;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (min-width: 768px) {
  .media-section .media-holder .media-box {
    border-radius: 10px 0 0 10px;
    width: 50%;
    padding-top: 55%;
  }
}

@media (min-width: 1024px) {
  .media-section .media-holder .media-box {
    height: 560px;
    padding: 0;
  }

  .media-section .media-holder .media-box:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.media-section .media-holder .media-box .iframe-holder {
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
}

@media (min-width: 768px) {
  .media-section .media-holder .media-box .iframe-holder {
    right: -18px;
    left: 0;
  }
}

.media-section .media-holder .media-box .iframe-holder iframe {
  width: 100%;
  min-height: 240px;
  height: 100%;
}

.media-section .bg-holder {
  position: absolute;
  top: 90px;
  bottom: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.media-section .bg-holder img {
  width: auto;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

@media (min-width: 768px) {
  .media-section .bg-holder img {
    left: 50%;
  }
}

@media (min-width: 1024px) {
  .media-section .bg-holder img {
    -webkit-transform: translate(0);
    transform: translate(0);
    left: -100px;
  }
}

.partners-section {
  padding: 35px 0 30px;
  position: relative;
}

@media (min-width: 1024px) {
  .partners-section {
    padding: 100px 0;
  }
}

.partners-section .container {
  position: relative;
  z-index: 444;
}

.partners-section .partners-info {
  width: 100%;
}

@media (max-width: 767px) {
  .partners-section .partners-info {
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .partners-section .partners-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1024px) {
  .partners-section .partners-info.alt {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1024px) {
  .partners-section .partners-info.alt .img-box {
    width: 34%;
    -webkit-transform: translateY(-11px);
    transform: translateY(-11px);
  }
}

.page-template-page-rejoignez-nous .partners-section .partners-info .btn,
.page-template-page-rejoignez-nous .partners-section .partners-info .wpcf7 input.wpcf7-submit,
.wpcf7 .page-template-page-rejoignez-nous .partners-section .partners-info input.wpcf7-submit,
.page-template-page-rejoignez-nous .partners-section .partners-info .contact-page-wrapper .contact-section .intro-box .holder .wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .page-template-page-rejoignez-nous .partners-section .partners-info .wpcf7-submit {
  width: 330px;
}

.page-template-page-rejoignez-nous .partners-section .partners-info .btn:hover,
.page-template-page-rejoignez-nous .partners-section .partners-info .wpcf7 input.wpcf7-submit:hover,
.wpcf7 .page-template-page-rejoignez-nous .partners-section .partners-info input.wpcf7-submit:hover,
.page-template-page-rejoignez-nous .partners-section .partners-info .contact-page-wrapper .contact-section .intro-box .holder .wpcf7-submit:hover,
.contact-page-wrapper .contact-section .intro-box .holder .page-template-page-rejoignez-nous .partners-section .partners-info .wpcf7-submit:hover {
  width: 345px;
}

@media (min-width: 768px) {

  .partners-section .img-box,
  .partners-section .text-box {
    width: 50%;
  }
}

.partners-section .img-box {
  text-align: right;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .partners-section .img-box {
    margin-bottom: -30px;
  }
}

@media (min-width: 768px) {
  .partners-section .img-box {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    margin-right: -10px;
  }
}

.partners-section .img-box img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  position: relative;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 768px) {
  .partners-section .img-box img {
    position: relative;
  }
}

.partners-section .img-box .svg {
  position: absolute;
  width: 0;
  height: 0;
}

.partners-section .img-box .clipped {
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-clip-path: url(#my-clip-path);
  clip-path: url(#my-clip-path);
}

.partners-section .text-box {
  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;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-image: url(assets/images/bg-info-sm.png);
  padding: 70px 40px;
}

@media (min-width: 768px) {
  .partners-section .text-box {
    padding: 77px 65px;
    background-size: auto 100%;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-image: url(assets/images/small-bg.png);
  }
}

.partners-section .text-box h3 {
  font-weight: 400;
  line-height: 1;
  color: #434343;
  font-size: 25px;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .partners-section .text-box h3 {
    margin-bottom: 50px;
    font-size: 34px;
  }
}

.partners-section .text-box p {
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 25px;
}

@media (max-width: 1023px) {

  .partners-section .text-box .btn,
  .partners-section .text-box .wpcf7 input.wpcf7-submit,
  .wpcf7 .partners-section .text-box input.wpcf7-submit,
  .partners-section .text-box .contact-page-wrapper .contact-section .intro-box .holder .wpcf7-submit,
  .contact-page-wrapper .contact-section .intro-box .holder .partners-section .text-box .wpcf7-submit {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.partners-section.products-list .decor-holder .img1 {
  width: 150px;
  bottom: calc(100% - 73px);
  left: -30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width: 1024px) {
  .partners-section.products-list .decor-holder .img1 {
    bottom: calc(100% - 144px);
    width: 207px;
    left: 50px;
  }
}

.partners-section.products-list .decor-holder .img3 {
  bottom: -50px;
  right: -50px;
  width: 190px;
}

@media (min-width: 1024px) {
  .partners-section.products-list .decor-holder .img3 {
    bottom: 1%;
    right: 1%;
    width: 220px;
  }
}

.partners-section .decor-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}

.partners-section .decor-holder img {
  width: 100%;
}

.partners-section .decor-holder .img1 {
  width: 101px;
  bottom: calc(100% - 73px);
  left: -30px;
}

@media (min-width: 1024px) {
  .partners-section .decor-holder .img1 {
    bottom: calc(100% - 25px);
    width: 207px;
  }
}

.partners-section .decor-holder .img2 {
  width: 120px;
  bottom: -70px;
  left: -40px;
}

@media (min-width: 1024px) {
  .partners-section .decor-holder .img2 {
    width: 207px;
  }
}

.partners-section .decor-holder .img3 {
  bottom: -50px;
  right: -50px;
  width: 220px;
}

@media (min-width: 1024px) {
  .partners-section .decor-holder .img3 {
    bottom: 1%;
    right: 12%;
    width: 220px;
  }
}

.partners-section .btn+.btn,
.partners-section .wpcf7 input.wpcf7-submit+.btn,
.wpcf7 .partners-section input.wpcf7-submit+.btn,
.partners-section .wpcf7 .btn+input.wpcf7-submit,
.wpcf7 .partners-section .btn+input.wpcf7-submit,
.partners-section .wpcf7 input.wpcf7-submit+input.wpcf7-submit,
.wpcf7 .partners-section input.wpcf7-submit+input.wpcf7-submit,
.partners-section .contact-page-wrapper .contact-section .intro-box .holder .wpcf7-submit+.btn,
.partners-section .contact-page-wrapper .contact-section .intro-box .holder .wpcf7 .wpcf7-submit+input.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .partners-section .wpcf7-submit+.btn,
.contact-page-wrapper .contact-section .intro-box .holder .partners-section .wpcf7 .wpcf7-submit+input.wpcf7-submit,
.partners-section .contact-page-wrapper .contact-section .intro-box .holder .btn+.wpcf7-submit,
.partners-section .contact-page-wrapper .contact-section .intro-box .holder .wpcf7 input.wpcf7-submit+.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .partners-section .btn+.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .partners-section .wpcf7 input.wpcf7-submit+.wpcf7-submit,
.partners-section .contact-page-wrapper .contact-section .intro-box .holder .wpcf7-submit+.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .partners-section .wpcf7-submit+.wpcf7-submit {
  margin-top: 10px;
}

.news-section {
  padding: 63px 15px 80px;
  background-size: cover;
  background-position: 0 0;
  position: relative;
}

.news-section .container {
  z-index: 33;
  position: relative;
}

.news-section h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .news-section .news-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.news-section .news-holder .news-card {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  color: #434343;
}

@media (max-width: 1023px) {
  .news-section .news-holder .news-card {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #e5e3df;
  }
}

@media (min-width: 1024px) {
  .news-section .news-holder .news-card {
    width: calc((100% / 3) - 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.news-section .news-holder .news-card p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 300;
  color: #434343;
  overflow: hidden;
}

.news-section .news-holder .news-card .more-link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-section .news-holder .news-card:hover .img-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news-section .news-holder .news-card:hover .more-link {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news-section .news-holder .news-card .img-box {
  display: block;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .news-section .news-holder .news-card .img-box {
    border-radius: 10px 10px 0 0;
  }
}

@media (max-width: 1023px) {
  .news-section .news-holder .news-card .img-box {
    width: 45%;
  }
}

.news-section .news-holder .news-card img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .news-section .news-holder .news-card img {
    width: 100%;
    height: auto;
  }
}

.news-section .news-holder .news-card .card-content {
  overflow: hidden;
  text-align: center;
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px 10px;
  min-height: 17rem;
}

@media (min-width: 768px) {
  .news-section .news-holder .news-card .card-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 40px 50px 25px;
    min-height: 0;
  }
}

@media (min-width: 1024px) {
  .news-section .news-holder .news-card .card-content {
    border: 1px solid #e5e3df;
    border-radius: 0 0 12px 12px;
  }
}

.news-section .news-holder .news-card .card-content .more-link {
  margin-top: 0;
  color: #FECE2F;
  background-color: #434343;
  border-radius: 50%;
  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: 22px;
  height: 22px;
  padding-left: 2px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .news-section .news-holder .news-card .card-content .more-link {
    font-size: 16px;
    width: 33px;
    height: 33px;
  }
}

.news-section .news-holder .news-card .card-content .more-link:hover {
  opacity: 0.6;
}

.news-section .news-holder .news-card .card-content time {
  font-size: 1.5rem;
  font-weight: 300;
  color: #555555;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .news-section .news-holder .news-card .card-content time {
    display: none;
  }
}

.news-section .news-holder .news-card .card-content h3 {
  margin-bottom: 16px;
  font-weight: 400;
  color: #434343;
  font-size: 20px;
}

@media (max-width: 767px) {
  .news-section .news-holder .news-card .card-content h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .news-section .news-holder .news-card .card-content h3 {
    font-size: 2.6rem;
  }
}

.news-section .news-holder .news-card .card-content h3 a {
  color: #434343;
}

.footer .decor-holder .img3 {
  left: -100px;
  top: -120px;
  width: 150px;
}

@media (min-width: 1024px) {
  .footer .decor-holder .img3 {
    width: 270px;
  }
}

.footer .decor-holder .img3 img {
  width: 100%;
}

.page-template-page-bien-faire-pour-vous .footer .decor-holder {
  display: none;
}

.postid-396 .footer .decor-holder,
.page-id-199 .footer .decor-holder,
.page-id-104 .footer .decor-holder,
.postid-278 .footer .decor-holder,
.postid-188 .footer .decor-holder,
.postid-239 .footer .decor-holder,
.postid-225 .footer .decor-holder {
  display: none;
}

.decor-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.decor-holder .single-decor {
  position: absolute;
}

.history-img-section img,
.history-section img {
  width: 100%;
}

.history-img-section {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .history-img-section {
    margin-bottom: 70px;
  }
}

.history-img-section .history-img-holder {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .history-img-section .history-img-holder {
    padding: 0 5px;
  }
}

.history-img-section .img-info-box {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.history-img-section .img-info-box img {
  width: 100%;
}

@media (min-width: 1024px) {
  .history-img-section .img-info-box img {
    height: 100%;
  }
}

.history-img-section .img-info-box.lg {
  width: 100%;
}

@media (min-width: 1024px) {
  .history-img-section .img-info-box.lg {
    width: calc((100% / 3 * 2) - 5px);
    margin-right: 10px;
  }
}

.history-img-section .img-info-box.md {
  width: calc(50% - 5px);
}

@media (min-width: 1024px) {
  .history-img-section .img-info-box.md {
    width: calc((100% / 3) - 5px);
  }
}

@media (max-width: 1023px) {
  .history-img-section .img-info-box.md:nth-of-type(odd) {
    margin-left: 10px;
  }
}

.history-section h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .history-section h2 {
    font-size: 4rem;
    margin-bottom: 30px;
  }
}

.history-section .container {
  max-width: 890px;
}

.history-section .history-box {
  margin-bottom: 15px;
  position: relative;
}

@media (min-width: 768px) {
  .history-section .history-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.history-section .history-box .main-img {
  max-width: 860px;
  width: 100%;
}

@media (min-width: 768px) {
  .history-section .history-box .main-img {
    padding-left: 190px;
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .history-section .history-box.img-box {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.history-section .history-box.img-box-1 .decor-img {
  position: absolute;
  width: 140px;
  left: -50px;
  bottom: calc(100% - 60px);
}

@media (min-width: 768px) {
  .history-section .history-box.img-box-1 .decor-img {
    width: 240px;
    left: -30px;
    bottom: 30%;
  }
}

@media (min-width: 768px) {
  .history-section .history-box.img-box-1 .decor-img {
    width: 240px;
    left: -100px;
    bottom: 30%;
  }
}

.history-section .history-box.img-box-2 {
  padding-top: 10px;
}

.history-section .history-box.img-box-2 .decor-img {
  position: absolute;
  width: 140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: calc(100% - 60px);
}

@media (min-width: 768px) {
  .history-section .history-box.img-box-2 .decor-img {
    width: 260px;
    -webkit-transform: none;
    transform: none;
    left: -30px;
    bottom: 30%;
  }
}

@media (min-width: 768px) {
  .history-section .history-box.img-box-2 .decor-img {
    width: 260px;
    -webkit-transform: none;
    transform: none;
    left: -100px;
    bottom: 30%;
  }
}

.history-section .history-box.img-box-3 .decor-img {
  position: absolute;
  width: 140px;
  left: -50px;
  bottom: calc(100% - 60px);
}

.history-section .history-box.img-box-4 .decor-img {
  position: absolute;
  width: 140px;
  left: -50px;
  bottom: calc(100% - 60px);
}

.history-section .history-box .date-box {
  font-size: 38px;
  text-transform: uppercase;
  color: #c40b30;
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .history-section .history-box .date-box {
    font-size: 60px;
    width: 190px;
    text-align: left;
    line-height: 1;
  }
}

.history-section .history-box .date-box span {
  position: relative;
}

.history-section .history-box .date-box span:before {
  position: absolute;
  content: "";
  left: 50%;
  width: 2px;
  height: 40px;
  bottom: -40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FECE2F;
}

@media (max-width: 767px) {
  .history-section .history-box .date-box span:before {
    display: none;
  }
}

.history-section .history-box h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .history-section .history-box h3 {
    text-align: left;
    font-size: 21px;
    margin-bottom: 20px;
  }
}

.history-section .history-box .description-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.history-section .history-box .text-box {
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 14px;
  padding-bottom: 45px;
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  .history-section .history-box .text-box {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .history-section .history-box .text-box:before {
    position: absolute;
    content: "";
    left: 50%;
    width: 2px;
    height: 40px;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FECE2F;
  }
}

.section-info-card {
  margin-top: -50px;
  padding-top: 40px;
  margin-bottom: 50px;
  position: relative;
  z-index: 34;
}

.section-info-card .decor-holder {
  z-index: 2;
}

.section-info-card .decor-holder .img1 {
  width: 93px;
  left: -5px;
  bottom: 93%;
}

@media (min-width: 768px) {
  .section-info-card .decor-holder .img1 {
    bottom: 88%;
    left: 15px;
    width: 180px;
  }
}

.section-info-card .decor-holder .img2 {
  width: 123px;
  right: -10px;
  bottom: 93%;
}

@media (min-width: 768px) {
  .section-info-card .decor-holder .img2 {
    bottom: 88%;
    right: 20px;
    width: 250px;
  }
}

.section-info-card .decor-holder img {
  width: 100%;
}

.section-info-card .card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-info-card .info-card {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
  background-color: #447292;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .section-info-card .info-card {
    width: calc((100% / 3) - 10px);
  }
}

@media (min-width: 1024px) {
  .section-info-card .info-card {
    font-size: 2.4rem;
  }
}

.section-info-card .info-card ul {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-info-card .info-card ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.section-info-card .info-card ul li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -12px;
  border-radius: 50%;
  background-color: #fff;
}

.section-info-card .info-card i {
  color: #314b5d;
  font-size: 40px;
}

@media (min-width: 1024px) {
  .section-info-card .info-card i {
    font-size: 70px;
  }
}

.section-info-card .info-card h4 {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .section-info-card .info-card h4 {
    font-size: 3.6rem;
  }
}

.process-section {
  background-color: #fff;
  padding: 30px 0;
  position: relative;
}

@media (min-width: 768px) {
  .process-section {
    margin-bottom: 50px;
  }
}

.process-section:before,
.process-section:after {
  content: "";
  height: 15px;
  width: 100%;
  background-image: url(assets/images/top-decor-white.png);
  background-size: 100% 15px;
  background-position: 50% 0;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
}

@media (min-width: 768px) {

  .process-section:before,
  .process-section:after {
    height: 35px;
    background-size: 100% 35px;
    background-position: 50% 0;
  }
}

.process-section:before {
  bottom: 100%;
}

.process-section:after {
  top: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.process-section .title-box {
  text-align: center;
  margin-bottom: 30px;
}

.process-section .title-box h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #447292;
}

@media (min-width: 1024px) {
  .process-section .title-box h2 {
    font-size: 4rem;
    margin-bottom: 45px;
  }
}

.process-section .title-box h2 mark {
  background: transparent;
  color: #447292;
}

.process-section .title-box .subtitle {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1;
}

.process-section .process-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.process-section .process-list .process-item {
  width: calc(50% - 25px);
  padding: 0 10px;
  font-size: 16px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .process-section .process-list .process-item {
    width: calc(100% / 3);
  }
}

@media (min-width: 1024px) {
  .process-section .process-list .process-item {
    font-size: 2.2rem;
  }
}

@media (min-width: 1024px) {
  .process-section .process-list .process-item {
    width: calc(100% / 5);
  }
}

.process-section .process-list .process-item .img-box {
  width: 124px;
  height: 124px;
  background-image: url(assets/images/circle-bg.svg);
  background-size: 100% 100%;
  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: 2px;
}

@media (min-width: 1024px) {
  .process-section .process-list .process-item .img-box {
    padding: 15px;
    width: 202px;
    height: 202px;
  }
}

.process-section .process-list .process-item .img-wrap {
  border-radius: 50%;
  overflow: hidden;
}

.process-section .process-list .process-item img {
  width: 100%;
}

.process-section .process-list .process-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.process-section .process-list .process-item .title mark {
  font-size: 40px;
  color: #447292;
  background-color: transparent;
  font-weight: 400;
  line-height: 1;
}

.info-card-section {
  position: relative;
  padding: 30px 0 40px;
}

@media (min-width: 1024px) {
  .info-card-section {
    padding: 95px 0 20px;
  }
}

.info-card-section .bg-holder {
  position: absolute;
  background-color: #fff;
  width: 100%;
  top: 15px;
  z-index: 2;
  bottom: 15px;
}

@media (min-width: 1024px) {
  .info-card-section .bg-holder {
    height: 450px;
    top: 35px;
    bottom: auto;
  }
}

.info-card-section .bg-holder:before,
.info-card-section .bg-holder:after {
  content: "";
  height: 15px;
  width: 100%;
  background-image: url(assets/images/top-decor-white.png);
  background-size: 100% 15px;
  background-position: 50% 0;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
}

@media (min-width: 768px) {

  .info-card-section .bg-holder:before,
  .info-card-section .bg-holder:after {
    height: 35px;
    background-size: 100% 35px;
    background-position: 50% 0;
  }
}

.info-card-section .bg-holder:before {
  bottom: 100%;
}

.info-card-section .bg-holder:after {
  top: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.info-card-section .container {
  position: relative;
  z-index: 3;
}

.info-card-section .title {
  margin-bottom: 34px;
}

@media (min-width: 1024px) {
  .info-card-section .title {
    margin-bottom: 60px;
  }
}

.info-card-section .title .text-box {
  font-size: 1.4rem;
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  text-align: center;
}

@media (min-width: 1024px) {
  .info-card-section .title .text-box {
    font-size: 1.8rem;
  }
}

.info-card-section .title h2 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 17px;
  font-weight: 400;
  line-height: 1.1;
  padding: 0 30px;
}

@media (min-width: 1024px) {
  .info-card-section .title h2 {
    font-size: 4rem;
    margin-bottom: 25px;
  }
}

.info-card-section .card-list {
  margin: 0 5px;
}

@media (min-width: 768px) {
  .info-card-section .card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 960px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.info-card-section .card-list .card-item {
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .info-card-section .card-list .card-item {
    margin-bottom: 0;
    width: calc(50% - 10px);
  }
}

.info-card-section .card-list .card-item--body {
  background-color: #71c468;
  padding: 15px;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .info-card-section .card-list .card-item--body {
    padding: 25px;
  }
}

@media (min-width: 1024px) {
  .info-card-section .card-list .card-item--body {
    padding: 15px 50px 10px;
    padding-top: 30px;
  }
}

.info-card-section .card-list .card-item--body .value-box {
  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-bottom: 10px;
}

.info-card-section .card-list .card-item--body .value-box span {
  margin-right: 5px;
  font-size: 5rem;
  line-height: 1;
}

@media (min-width: 1024px) {
  .info-card-section .card-list .card-item--body .value-box span {
    font-size: 8rem;
    margin-bottom: 0;
  }
}

.info-card-section .card-list .card-item--body .value-box i {
  font-size: 4rem;
  color: #459524;
  display: inline-block;
  margin-bottom: 5px;
}

@media (min-width: 1024px) {
  .info-card-section .card-list .card-item--body .value-box i {
    font-size: 70px;
    margin-bottom: 0;
  }
}

.info-card-section .card-list .card-item--body .text-box {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .info-card-section .card-list .card-item--body .text-box {
    font-size: 2.6rem;
    overflow: hidden;
    text-overflow: clip;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
  }
}

.info-card-section .card-list .card-item--caption {
  font-size: 1.1rem;
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  text-align: center;
}

.info-card-section .decor-holder {
  z-index: 3;
}

.info-card-section .decor-holder img {
  width: 100%;
}

.info-card-section .decor-holder .img1 {
  width: 168px;
  bottom: calc(100% - 70px);
  left: -40px;
}

@media (min-width: 1024px) {
  .info-card-section .decor-holder .img1 {
    width: 220px;
    bottom: calc(100% - 100px);
    left: -60px;
  }
}

.info-card-section .decor-holder .img2 {
  width: 60px;
  right: -3px;
  top: 56%;
}

@media (min-width: 768px) {
  .info-card-section .decor-holder .img2 {
    top: 86%;
  }
}

@media (min-width: 1024px) {
  .info-card-section .decor-holder .img2 {
    width: 123px;
    top: 46%;
    right: -30px;
  }
}

.info-card-section .decor-holder .img3 {
  width: 32px;
  left: 37px;
  top: 23%;
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg);
}

@media (min-width: 1024px) {
  .info-card-section .decor-holder .img3 {
    width: 85px;
    top: 30%;
    left: 7%;
  }
}

.info-card-section.champ-accueil .img-top {
  margin-top: -60px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .info-card-section.champ-accueil .img-top {
    margin-top: 0px;
  }
}

.info-card-section.champ-accueil .description {
  margin-top: -60px;
}

.info-card-section.champ-accueil .text-box img {
  position: absolute;
  left: 0px;
}

@media (max-width: 1023px) {
  .info-card-section.champ-accueil .text-box img {
    width: 120px;
    top: 90px;
  }
}

@media (max-width: 767px) {
  .info-card-section.champ-accueil .text-box img {
    width: 180px;
    top: 380px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 519px) {
  .info-card-section.champ-accueil .text-box img {
    width: 180px;
    top: 480px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.info-card-section.champ-accueil .text-box p {
  font-size: 3rem;
  text-align: center;
}

.info-card-section.champ-accueil .input-box {
  margin-bottom: 50px;
}

.info-card-section.champ-accueil .input-box .input-group {
  max-width: 445px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: auto;
}

.info-card-section.champ-accueil .input-box .input-group input {
  width: 370px;
  height: 60px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border: 3px solid #C4082D;
  text-align: center;
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans, sans-serif";
  font: normal normal medium 18px/34px Montserrat;
  letter-spacing: 0.49px;
  color: #434343;
}

.info-card-section.champ-accueil .input-box .input-group .input-group-append button {
  width: 75px;
  height: 60px;
  border-color: #C4082D;
}

@media (max-width: 767px) {
  .info-card-section.champ-accueil .input-box {
    margin-bottom: 200px;
  }
}

.example-slider-section {
  padding: 50px 0 30px;
}

.example-slider-section .slider-holder {
  max-width: 570px;
  margin: 0 auto 20px;
  padding: 0 20px;
}

@media (min-width: 1024px) {
  .example-slider-section .slider-holder {
    position: relative;
  }
}

.example-slider-section .example-img-slider {
  width: 100%;
}

.example-slider-section .example-img-slider .slide-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.example-slider-section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .example-slider-section .img-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .example-slider-section .img-box {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 50%;
  }
}

.example-slider-section .img-box .img-holder {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .example-slider-section .img-box .img-holder {
    border-radius: 10px;
    max-width: 500px;
  }
}

@media (max-width: 1023px) {
  .example-slider-section .img-box .img-holder {
    margin: 0 auto;
    border-radius: 10px;
  }
}

@media (min-width: 1024px) {
  .example-slider-section .img-box .img-holder {
    border-radius: 10px 0 0 10px;
    text-align: center;
    max-width: 50vw;
  }
}

.example-slider-section .img-box .img-holder img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  max-width: 100%;
}

.example-slider-section .img-box .caption {
  display: block;
  max-width: 355px;
  width: 100%;
  text-align: center;
  font-size: 11px;
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  padding: 10px 20px;
}

@media (min-width: 768px) {
  .example-slider-section .img-box .caption {
    max-width: 500px;
    padding: 10px 100px;
  }
}

@media (max-width: 1023px) {
  .example-slider-section .img-box .caption {
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .example-slider-section .img-box .caption {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .example-slider-section .example-slider {
    padding-bottom: 40px;
  }
}

.example-slider-section .example-slider .description-box {
  padding-left: 65px;
  margin-bottom: 17px;
  font-size: 18px;
  position: relative;
}

@media (min-width: 1024px) {
  .example-slider-section .example-slider .description-box {
    max-width: 500px;
    font-size: 26px;
    font-weight: 300;
  }
}

.example-slider-section .example-slider .description-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  font-size: 30px;
  font-family: icomoon;
  line-height: 1;
  color: #5caf53;
}

.example-slider-section .example-slider .description-box mark {
  color: #5caf53;
  background-color: transparent;
}

.example-slider-section .example-slider .example-box {
  font-size: 18px;
  position: relative;
  padding-left: 0;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .example-slider-section .example-slider .example-box {
    max-width: 550px;
    font-size: 26px;
  }
}

.example-slider-section .example-slider .example-box ul {
  list-style: none;
  padding-left: 0;
}

.example-slider-section .example-slider .example-box li {
  padding-left: 55px;
  margin-bottom: 17px;
  position: relative;
}

.example-slider-section .example-slider .example-box li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-17px);
  transform: translateY(-17px);
  left: 5px;
  font-size: 30px;
  font-family: icomoon;
  line-height: 1;
  color: #5caf53;
}

.example-slider-section .example-slider .example-box b,
.example-slider-section .example-slider .example-box strong {
  font-weight: inherit;
  color: #5caf53;
  background-color: transparent;
}

@media (min-width: 1024px) {
  .example-slider-section .holder-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.example-slider-section .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .example-slider-section .title-box {
    position: static;
  }
}

.example-slider-section .title-box h2 {
  width: 100%;
  padding-right: 20px;
  font-size: 2.8rem;
}

@media (min-width: 1024px) {
  .example-slider-section .title-box h2 {
    padding-right: 120px;
    font-size: 4rem;
  }
}

.example-slider-section .title-box .example-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1024px) {
  .example-slider-section .title-box .example-slider-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 22;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.example-slider-section .title-box .slick-arrow {
  margin: 0 5px;
}

.example-slider-section .title-box .slick-arrow.slick-prev {
  padding-left: 0;
  padding-right: 2px;
}

@media (min-width: 768px) {
  .example-slider-section .title-box .slick-arrow.slick-prev {
    padding-right: 5px;
  }
}

.example-slider-section .title-box .slick-arrow.slick-next {
  padding-left: 2px;
  padding-right: 0;
}

@media (min-width: 768px) {
  .example-slider-section .title-box .slick-arrow.slick-next {
    padding-left: 5px;
  }
}

.example-slider-section-blue {
  position: relative;
  padding: 30px 0;
}

@media (min-width: 768px) {
  .example-slider-section-blue {
    padding: 60px 0;
  }
}

.example-slider-section-blue .decor-holder {
  left: auto;
  bottom: 100px;
  right: -80px;
  width: 128px;
}

@media (min-width: 768px) {
  .example-slider-section-blue .decor-holder {
    width: 220px;
  }
}

.example-slider-section-blue .decor-holder img {
  width: 100%;
}

.example-slider-section-blue h3 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 17px;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .example-slider-section-blue h3 {
    max-width: 500px;
    text-align: left;
    font-size: 4rem;
  }
}

.example-slider-section-blue .decor-img {
  position: absolute;
  display: block;
  -webkit-transform: scale(-1, 1) rotate(45deg);
  transform: scale(-1, 1) rotate(45deg);
  width: 40px;
  bottom: -10px;
  right: 0;
}

@media (min-width: 768px) {
  .example-slider-section-blue .decor-img {
    width: 60px;
    bottom: -50px;
  }
}

@media (min-width: 1024px) {
  .example-slider-section-blue .decor-img {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    width: 106px;
    right: 71px;
    bottom: -120px;
  }
}

.example-slider-section-blue .decor-img img {
  width: 100%;
}

.example-slider-section-blue .example-slider .example-box li:before,
.example-slider-section-blue .example-slider .example-box b,
.example-slider-section-blue .example-slider .example-box strong {
  color: #447292;
}

.more-link {
  margin-top: auto;
  color: #FECE2F;
  background-color: #434343;
  border-radius: 50%;
  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: 22px;
  height: 22px;
  padding-left: 2px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .more-link {
    font-size: 16px;
    width: 33px;
    height: 33px;
  }
}

.more-link:hover {
  opacity: 0.6;
}

.alt-description.alt-section.description-section {
  padding: 0;
  background-image: none;
}

@media (max-width: 767px) {
  .alt-description.alt-section.description-section {
    z-index: 9999;
  }
}

@media (min-width: 1440px) {
  .alt-description.alt-section.description-section {
    background-position: 0 50px;
  }
}

@media (max-width: 767px) {
  .alt-description.alt-section.description-section .decor-holder {
    z-index: 9999;
  }
}

@media (min-width: 1024px) {
  .alt-description.alt-section.description-section.alt-bg .bg-holder {
    top: 36px;
  }
}

.alt-description .sliders-holder {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .alt-description .sliders-holder .partners-slider {
    width: 50%;
  }
}

.alt-description .bg-holder {
  position: absolute;
  background-color: #fff;
  width: 100%;
  top: 20px;
  height: 436px;
  z-index: 2;
}

@media (min-width: 768px) {
  .alt-description .bg-holder {
    top: 60px;
  }
}

@media (min-width: 1024px) {
  .alt-description .bg-holder {
    height: 100%;
    top: 29px;
    bottom: auto;
  }
}

.alt-description .bg-holder:before {
  content: "";
  height: 15px;
  width: 100%;
  background-image: url(assets/images/top-decor-white.png);
  background-size: 100% 15px;
  background-position: 50% 0;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  bottom: 100%;
}

@media (min-width: 768px) {
  .alt-description .bg-holder:before {
    height: 33px;
    background-size: 100% 33px;
    background-position: 50% 0;
  }
}

@media (min-width: 1024px) {
  .alt-description .bg-holder:before {
    left: 45%;
  }
}

@media (min-width: 1440px) {
  .alt-description .bg-holder:before {
    height: 35px;
    background-size: 100% 35px;
    left: 36%;
  }
}

@media (min-width: 1600px) {
  .alt-description .bg-holder:before {
    left: 23%;
  }
}

.alt-description .bg-holder:before {
  bottom: 100%;
}

.alt-description .decor-holder {
  position: absolute;
  top: 0;
  z-index: 22;
  right: 0;
  left: 0;
  bottom: 60%;
}

@media (min-width: 1024px) {
  .alt-description .decor-holder {
    bottom: 0;
  }
}

.alt-description .decor-holder .single-decor {
  position: absolute;
  width: 116px;
  right: 0;
  bottom: -10px;
}

@media (min-width: 768px) {
  .alt-description .decor-holder .single-decor {
    bottom: -61%;
  }
}

.alt-description .decor-holder .single-decor img {
  width: 100%;
}

.alt-description .description-holder {
  position: relative;
  z-index: 2222;
}

@media (min-width: 1024px) {
  .alt-description .description-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1440px) {
  .alt-description .description-holder {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.alt-description .description-holder .img-box {
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 1023px) {
  .alt-description .description-holder .img-box {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@media (min-width: 1024px) {
  .alt-description .description-holder .img-box {
    margin-bottom: 0;
    width: 50%;
  }
}

@media (min-width: 1440px) {
  .alt-description .description-holder .img-box {
    max-width: 608px;
  }
}

.alt-description .description-holder .img-box img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .alt-description .description-holder .img-box img {
    -o-object-position: -13px 0px;
    object-position: -13px 0px;
  }
}

@media (min-width: 1440px) {
  .alt-description .description-holder .img-box img {
    -o-object-position: center;
    object-position: center;
  }
}

.alt-description .description-holder .img-box .svg {
  position: absolute;
  width: 0;
  height: 0;
}

.alt-description .description-holder .img-box .clipped {
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-clip-path: url(#my-clip-path);
  clip-path: url(#my-clip-path);
}

.alt-description .description-holder .text-box {
  max-width: 365px;
  width: 100%;
  position: relative;
  padding: 0 15px 60px;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 1024px) {
  .alt-description .description-holder .text-box {
    padding: 20px 50px 10px;
    max-width: 50%;
    font-weight: 500;
    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;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (min-width: 1440px) {
  .alt-description .description-holder .text-box {
    padding: 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.alt-description .description-holder .text-box h2 {
  color: #c4082d;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

@media (min-width: 1024px) {
  .alt-description .description-holder .text-box h2 {
    font-size: 3.5rem;
  }
}

@media (min-width: 1440px) {
  .alt-description .description-holder .text-box h2 {
    font-size: 4rem;
  }
}

.alt-description .description-holder .text-box .subtitle {
  font-size: calc(14);
  font-weight: 300;
}

@media (min-width: 1024px) {
  .alt-description .description-holder .text-box .subtitle {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}

.alt-description .description-holder .text-box p {
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  letter-spacing: 0.48px;
}

.alt-description .description-holder .text-box .title {
  margin-bottom: 37px;
}

@media (min-width: 1024px) {
  .alt-description .description-holder .text-box .title {
    margin-bottom: 25px;
  }
}

@media (min-width: 1440px) {
  .alt-description .description-holder .text-box .title {
    margin-bottom: 37px;
  }
}

.alt-description .description-holder .text-box .text {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

@media (min-width: 1024px) {
  .alt-description .description-holder .text-box .text {
    font-size: 1.6rem;
  }
}

.alt-description .description-holder .text-box .text p {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .alt-description .description-holder .text-box .text p {
    margin-bottom: 0;
  }
}

@media (min-width: 1440px) {
  .alt-description .description-holder .text-box .text p {
    margin-bottom: 35px;
  }
}

.description-holder {
  z-index: 222;
  position: relative;
}

.environment-section {
  position: relative;
  padding: 30px 0 50px;
  padding: 72px 0 10px;
}

.environment-section .bg-holder {
  position: absolute;
  background-color: #fff;
  width: 100%;
  top: 15px;
  height: 436px;
  z-index: 2;
}

@media (min-width: 1024px) {
  .environment-section .bg-holder {
    height: 610px;
    top: 35px;
    bottom: auto;
  }
}

.environment-section .bg-holder:before,
.environment-section .bg-holder:after {
  content: "";
  height: 15px;
  width: 100%;
  background-image: url(assets/images/top-decor-white.png);
  background-size: 100% 15px;
  background-position: 50% 0;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
}

@media (min-width: 768px) {

  .environment-section .bg-holder:before,
  .environment-section .bg-holder:after {
    height: 35px;
    background-size: 100% 35px;
    background-position: 50% 0;
  }
}

.environment-section .bg-holder:before {
  bottom: 100%;
}

.environment-section .bg-holder:after {
  top: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.environment-section .decor-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 332;
}

.environment-section .decor-holder img {
  width: 100%;
}

.environment-section .decor-holder .img1 {
  width: 180px;
  bottom: calc(100% - 25px);
  left: -37px;
}

.environment-section .container {
  position: relative;
  z-index: 999;
}

.environment-section h2 {
  font-size: 2.5rem;
  margin-bottom: 25px;
  text-align: center;
}

@media (min-width: 1024px) {
  .environment-section h2 {
    font-size: 4rem;
    margin-bottom: 95px;
  }
}

.environment-section .environment-slider {
  padding: 0 20px;
  margin-bottom: 40px;
  position: relative;
}

@media (min-width: 1024px) {
  .environment-section .environment-slider {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .environment-section .environment-slider .slide-item {
    padding: 0 43px;
  }
}

.environment-section .environment-slider .slide-item .inner-holder {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.environment-section .environment-slider .slide-item .inner-holder .img-box {
  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: 124px;
  height: 124px;
  background-color: #f7f4de;
  border-radius: 50%;
  padding: 20px;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .environment-section .environment-slider .slide-item .inner-holder .img-box {
    width: 172px;
    height: 172px;
    padding: 36px;
    margin-bottom: 42px;
  }
}

.environment-section .environment-slider .slide-item .inner-holder .img-box img {
  width: 75%;
}

.environment-section .environment-slider .slide-item .inner-holder .text-box {
  font-weight: 500;
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.4rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .environment-section .environment-slider .slide-item .inner-holder .text-box {
    font-size: 1.8rem;
    min-height: 145px;
    line-height: 2;
  }
}

.environment-section .environment-slider .slick-arrow {
  position: absolute;
  top: 60px;
  z-index: 222;
}

.environment-section .environment-slider .slick-arrow.slick-next {
  right: 0;
}

.environment-section .environment-slider .slick-arrow.slick-prev {
  left: 0;
  padding-left: 0;
}

.environment-section .environment-card-holder .environment-card {
  max-width: 336px;
  margin: 0 auto 12px;
  background: #71c468;
  border-radius: 10px;
  padding: 20px 20px 30px;
  text-align: center;
  color: #fff;
}

@media (min-width: 1024px) {
  .environment-section .environment-card-holder .environment-card {
    max-width: 638px;
    padding: 36px 60px 55px;
  }
}

.environment-section .environment-card-holder .environment-card .text {
  font-size: 1.8rem;
  margin-bottom: 17px;
}

@media (min-width: 1024px) {
  .environment-section .environment-card-holder .environment-card .text {
    font-size: 2.6rem;
  }
}

.environment-section .environment-card-holder .environment-card i {
  display: inline-block;
  color: #459524;
  font-size: 20px;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .environment-section .environment-card-holder .environment-card i {
    font-size: 60px;
  }
}

.environment-section .environment-card-holder .environment-card .title {
  font-size: 2.5rem;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .environment-section .environment-card-holder .environment-card .title {
    font-size: 4rem;
  }
}

.environment-section .environment-card-holder .card-caption {
  max-width: 336px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  margin: 0 auto;
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

@media (min-width: 1024px) {
  .environment-section .environment-card-holder .card-caption {
    max-width: 638px;
    font-size: 12px;
  }
}

.dark-layer {
  position: relative;
}

.dark-layer:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.16);
}

.about-card-section {
  position: relative;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .about-card-section {
    padding-bottom: 80px;
  }
}

@media (min-width: 1024px) {
  .about-card-section {
    padding-bottom: 115px;
  }
}

.about-card-section .container {
  position: relative;
  z-index: 3;
}

.about-card-section .decor-holder {
  position: absolute;
  top: 0;
  z-index: 4;
  right: 0;
  left: 0;
  bottom: 0;
}

@media (min-width: 1024px) {
  .about-card-section .decor-holder {
    bottom: 0;
  }
}

.about-card-section .decor-holder .single-decor {
  position: absolute;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.about-card-section .decor-holder .single-decor img {
  width: 100%;
}

.about-card-section .decor-holder .single-decor.img1 {
  width: 117px;
  bottom: 20px;
  right: -20px;
}

@media (min-width: 768px) {
  .about-card-section .decor-holder .single-decor.img1 {
    bottom: 90px;
  }
}

@media (min-width: 1024px) {
  .about-card-section .decor-holder .single-decor.img1 {
    width: 257px;
    bottom: 0;
    right: 0;
  }
}

.about-card-section .decor-holder .single-decor.img2 {
  width: 75px;
  left: 7px;
  bottom: 68%;
}

@media (min-width: 768px) {
  .about-card-section .decor-holder .single-decor.img2 {
    bottom: 24%;
  }
}

@media (min-width: 1024px) {
  .about-card-section .decor-holder .single-decor.img2 {
    width: 133px;
    bottom: 50px;
    left: 110px;
  }
}

@media (min-width: 768px) {
  .about-card-section .card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.about-card-section .card-list .card-about {
  border-radius: 10px;
  background-color: #fece2f;
  padding: 15px 20px 50px;
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

@media (min-width: 768px) {
  .about-card-section .card-list .card-about {
    width: calc((100% / 3) - 10px);
    font-size: 14px;
    padding: 20px;
  }
}

@media (min-width: 1024px) {
  .about-card-section .card-list .card-about {
    padding: 60px 45px 10px;
    font-size: 16px;
  }
}

.about-card-section .card-list .card-about:nth-child(2) {
  background-color: #fd8724;
}

.about-card-section .card-list .card-about .title {
  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;
  max-width: 180px;
  width: 100%;
  margin: 0 auto 15px;
}

.about-card-section .card-list .card-about .title img {
  width: 36px;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .about-card-section .card-list .card-about .title {
    max-width: 120px;
  }

  .about-card-section .card-list .card-about .title img {
    width: 55px;
    margin-right: 10px;
  }
}

@media (min-width: 1024px) {
  .about-card-section .card-list .card-about .title {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.about-card-section .card-list .card-about .title .card-text {
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 400;
}

.about-card-section .card-list .card-about .title h2 {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 0;
  text-align: left;
}

@media (min-width: 768px) {
  .about-card-section .card-list .card-about .title h2 {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .about-card-section .card-list .card-about .title h2 {
    font-size: 3.2rem;
  }
}

.about-card-section .card-list .card-about .title i {
  font-size: 36px;
  margin-right: 20px;
  color: #fff;
}

@media (min-width: 768px) {
  .about-card-section .card-list .card-about .title i {
    margin-right: 10px;
  }
}

@media (min-width: 1024px) {
  .about-card-section .card-list .card-about .title i {
    font-size: 70px;
  }
}

.hr-support {
  position: relative;
}

.hr-support .center-box {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .hr-support .center-box {
    max-width: 1105px;
  }
}

.hr-support .center-box {
  display: block;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .hr-support .center-box .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.hr-support .center-box .container .img-box {
  margin-bottom: 17px;
  -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .hr-support .center-box .container .img-box {
    width: 50%;
  }
}

.hr-support .center-box .container .img-box img {
  width: 100%;
}

.hr-support .center-box .container .text-box {
  text-align: center;
}

@media (min-width: 768px) {
  .hr-support .center-box .container .text-box {
    width: 50%;
    text-align: left;
    padding-left: 50px;
  }
}

@media (min-width: 1024px) {
  .hr-support .center-box .container .text-box {
    padding-left: 110px;
  }
}

.hr-support .center-box .container .text-box h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .hr-support .center-box .container .text-box h3 {
    font-size: 32px;
  }
}

.hr-support .center-box .container .text-box p {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

@media (min-width: 768px) {
  .hr-support .center-box .container .text-box p {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.hr-support h2 {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 27px;
  text-align: center;
  padding: 0 20px;
}

@media (min-width: 1024px) {
  .hr-support h2 {
    font-size: 4rem;
    margin-bottom: 60px;
  }
}

.hr-support .full-box {
  margin-bottom: 30px;
  padding: 0 15px 40px;
  position: relative;
}

@media (min-width: 768px) {
  .hr-support .full-box {
    padding: 0;
  }
}

.hr-support .full-box .content-holder {
  max-width: 340px;
  position: relative;
  z-index: 33454;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .hr-support .full-box .content-holder {
    -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;
    max-width: 100%;
  }
}

.hr-support .full-box .decor-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 332;
}

.hr-support .full-box .decor-holder img {
  width: 100%;
}

.hr-support .full-box.top-decor .decor-holder .img1 {
  width: 93px;
  left: -45px;
  top: 50%;
}

@media (min-width: 1024px) {
  .hr-support .full-box.top-decor .decor-holder .img1 {
    width: 153px;
    left: -45px;
    top: 60%;
  }
}

.hr-support .full-box.bottom-decor .decor-holder .img1 {
  width: 113px;
  left: -15px;
  top: 85%;
}

@media (min-width: 768px) {
  .hr-support .full-box.bottom-decor .decor-holder .img1 {
    top: 62%;
    width: 200px;
    left: -50px;
  }
}

.hr-support .full-box .bg-holder {
  position: absolute;
  background-color: #fff;
  width: 100%;
  z-index: 2;
  height: 260px;
  bottom: 15px;
  left: 0;
}

@media (min-width: 768px) {
  .hr-support .full-box .bg-holder {
    bottom: 45px;
    height: 65%;
  }
}

@media (min-width: 1024px) {
  .hr-support .full-box .bg-holder {
    bottom: 21%;
  }
}

.hr-support .full-box .bg-holder:before,
.hr-support .full-box .bg-holder:after {
  content: "";
  height: 15px;
  width: 100%;
  background-image: url(assets/images/top-decor-white.png);
  background-size: 100% 15px;
  background-position: 50% 0;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
}

@media (min-width: 768px) {

  .hr-support .full-box .bg-holder:before,
  .hr-support .full-box .bg-holder:after {
    height: 35px;
    background-size: 100% 35px;
    background-position: 50% 0;
  }
}

.hr-support .full-box .bg-holder:before {
  bottom: 100%;
}

.hr-support .full-box .bg-holder:after {
  top: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hr-support .full-box .img-box {
  -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  max-width: 280px;
  margin: 0 auto 17px;
}

@media (min-width: 768px) {
  .hr-support .full-box .img-box {
    overflow: hidden;
    width: 45%;
    max-width: 100%;
  }
}

.hr-support .full-box .img-box img {
  width: 100%;
}

@media (min-width: 768px) {
  .hr-support .full-box .text-box {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 45px;
    padding-right: 30px;
  }
}

@media (min-width: 1024px) {
  .hr-support .full-box .text-box {
    padding-right: 70px;
  }
}

.hr-support .full-box .text-box .holder {
  max-width: 470px;
  text-align: center;
}

@media (min-width: 768px) {
  .hr-support .full-box .text-box .holder {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .hr-support .full-box .text-box .holder h3 {
    font-size: 32px;
  }
}

.hr-support .full-box .text-box .holder p {
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .hr-support .full-box .text-box .holder p {
    font-size: 16px;
    line-height: 2;
  }
}

.hr-support .media-box {
  max-width: 760px;
  margin: 0 auto 150px;
}

@media (max-width: 767px) {
  .hr-support .media-box {
    margin: 0 15px 50px;
  }
}

.hr-support .iframe-holder {
  border-radius: 10px;
  overflow: hidden;
  height: 506px;
  width: 100%;
}

.hr-support .iframe-holder iframe {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hr-support .iframe-holder iframe:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hr-support .iframe-caption {
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 10px 0;
  display: block;
}

.partners-slider {
  position: relative;
  z-index: 22;
  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;
  padding: 20px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .partners-slider {
    width: 60%;
  }
}

.partners-slider .slick-list,
.partners-slider .slick-track {
  height: 100%;
}

.partners-slider .slick-arrow {
  position: absolute;
  z-index: 33333;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.partners-slider .slick-arrow.slick-next {
  right: 10px;
  padding-left: 3px;
}

.partners-slider .slick-arrow.slick-prev {
  left: 10px;
  padding-right: 3px;
}

.partners-slider .partners-link {
  display: block;
  margin: 50px auto 0;
  width: 100px;
}

.partners-slider .partners-link img {
  width: 100%;
}

.partners-slider .slide-item {
  height: 100%;
}

.partners-slider .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 750px !important;
  width: 100%;
}

.intro-description-holder {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  z-index: 3;
}

@media (min-width: 1024px) {
  .intro-description-holder {
    text-align: left;
  }
}

.intro-description-holder .container {
  position: relative;
  z-index: 222;
}

.intro-description-holder .decor-holder {
  z-index: 5;
}

.intro-description-holder .decor-holder img {
  width: 100%;
}

.intro-description-holder .decor-holder .img2 {
  width: 117px;
  left: -20px;
  top: -110px;
}

@media (min-width: 1024px) {
  .intro-description-holder .decor-holder .img2 {
    width: 256px;
    left: -46px;
    top: -110px;
  }
}

.intro-description-holder .decor-holder .img1 {
  width: 117px;
  right: -20px;
  bottom: -50px;
}

@media (min-width: 1024px) {
  .intro-description-holder .decor-holder .img1 {
    width: 256px;
    right: -46px;
    bottom: -170px;
  }
}

.intro-description-holder h2 {
  font-size: 25px;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .intro-description-holder h2 {
    text-align: center;
    font-size: 4rem;
  }
}

.intro-description-holder .description-row {
  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: 40px;
}

@media (min-width: 1024px) {
  .intro-description-holder .description-row {
    -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;
  }
}

.intro-description-holder .description-row.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media (min-width: 1024px) {
  .intro-description-holder .description-row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.intro-description-holder .description-row.reverse .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.intro-description-holder .description-row.reverse .img-box {
  max-width: 180px;
  margin: 0 auto 20px;
}

@media (min-width: 1024px) {
  .intro-description-holder .description-row.reverse .img-box {
    width: 50%;
    max-width: 100%;
    text-align: center;
  }

  .intro-description-holder .description-row.reverse .img-box img {
    width: auto;
    max-width: 100%;
  }
}

.intro-description-holder .description-row .img-box,
.intro-description-holder .description-row .text-box {
  margin: 0 auto 20px;
}

@media (min-width: 1024px) {

  .intro-description-holder .description-row .img-box,
  .intro-description-holder .description-row .text-box {
    width: 50%;
    max-width: 100%;
    width: auto;
  }
}

@media (min-width: 1024px) {

  .intro-description-holder .description-row .img-box .holder,
  .intro-description-holder .description-row .text-box .holder {
    max-width: 470px;
  }
}

@media (min-width: 1024px) {
  .intro-description-holder .description-row .text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.intro-description-holder .description-row img {
  max-width: 100%;
  width: 100%;
}

.intro-description-holder .description-row h3 {
  font-size: 20px;
}

@media (min-width: 1024px) {
  .intro-description-holder .description-row h3 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}

.intro-description-holder .description-row p {
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .intro-description-holder .description-row p {
    font-size: 18px;
  }
}

.card-slider-section,
.jobs-section {
  padding: 30px 15px 0;
  position: relative;
  margin-bottom: 25px;
}

@media (min-width: 1024px) {

  .card-slider-section,
  .jobs-section {
    padding-top: 85px;
  }
}

.card-slider-section .bg-holder,
.jobs-section .bg-holder {
  position: absolute;
  background-color: #fff;
  width: 100%;
  top: 15px;
  z-index: 2;
  bottom: 65px;
  left: 0;
}

@media (min-width: 1024px) {

  .card-slider-section .bg-holder,
  .jobs-section .bg-holder {
    height: 450px;
    top: 35px;
    bottom: auto;
  }
}

.card-slider-section .bg-holder:before,
.card-slider-section .bg-holder:after,
.jobs-section .bg-holder:before,
.jobs-section .bg-holder:after {
  content: "";
  height: 15px;
  width: 100%;
  background-image: url(assets/images/top-decor-white.png);
  background-size: 100% 15px;
  background-position: 50% 0;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
}

@media (min-width: 768px) {

  .card-slider-section .bg-holder:before,
  .card-slider-section .bg-holder:after,
  .jobs-section .bg-holder:before,
  .jobs-section .bg-holder:after {
    height: 35px;
    background-size: 100% 35px;
    background-position: 50% 0;
  }
}

.card-slider-section .bg-holder:before,
.jobs-section .bg-holder:before {
  bottom: 100%;
}

.card-slider-section .bg-holder:after,
.jobs-section .bg-holder:after {
  top: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.card-slider-section .decor-holder,
.jobs-section .decor-holder {
  display: none;
}

@media (min-width: 768px) {

  .card-slider-section .decor-holder,
  .jobs-section .decor-holder {
    display: block;
  }
}

.card-slider-section .title-box,
.jobs-section .title-box {
  position: relative;
  z-index: 4;
  max-width: 310px;
  padding: 0 15px;
}

@media (min-width: 768px) {

  .card-slider-section .title-box,
  .jobs-section .title-box {
    max-width: 1170px;
  }
}

@media (min-width: 1024px) {

  .card-slider-section .title-box,
  .jobs-section .title-box {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 54px;
  }
}

.card-slider-section .farmers-slider,
.jobs-section .farmers-slider {
  position: relative;
  z-index: 4;
}

.card-slider-section h2,
.jobs-section h2 {
  font-size: 25px;
}

@media (min-width: 1024px) {

  .card-slider-section h2,
  .jobs-section h2 {
    font-size: 40px;
  }
}

.card-slider-section .title-box,
.jobs-section .title-box {
  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;
  margin-bottom: 18px;
}

.card-slider-section .title-box .subtitle,
.jobs-section .title-box .subtitle {
  font-size: 14px;
  font-weight: 300;
}

@media (min-width: 1024px) {

  .card-slider-section .title-box .subtitle,
  .jobs-section .title-box .subtitle {
    font-size: 23px;
    margin-bottom: 0;
  }
}

.card-slider-section .farmers-nav,
.jobs-section .farmers-nav {
  display: none;
}

@media (min-width: 768px) {

  .card-slider-section .farmers-nav,
  .jobs-section .farmers-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .card-slider-section .farmers-nav .slick-arrow,
  .jobs-section .farmers-nav .slick-arrow {
    margin: 0 5px;
    padding: 0;
  }

  .card-slider-section .farmers-nav .slick-arrow.slick-next,
  .jobs-section .farmers-nav .slick-arrow.slick-next {
    padding-left: 3px;
  }

  .card-slider-section .farmers-nav .slick-arrow.slick-prev,
  .jobs-section .farmers-nav .slick-arrow.slick-prev {
    padding-right: 3px;
  }
}

.farmers-slider {
  display: block;
}

@media (min-width: 1024px) {
  .farmers-slider {
    max-width: 1170px;
    margin: 0 auto 90px;
  }
}

.farmers-slider .slick-list {
  overflow: visible;
}

.farmers-slider .slide-item {
  padding: 0 9px;
}

.farmers-slider .slide-item img {
  width: 100%;
}

.farmers-slider .slide-item .farmers-card {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: block;
}

.farmers-slider .slide-item .farmers-card:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 20px;
  width: 100%;
  left: 0;
  mix-blend-mode: multiply;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#393939));
  background-image: linear-gradient(180deg, #ffffff 0%, #393939 100%);
}

.farmers-slider .slide-item .farmers-card .play-button {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  background: #FECE2F;
  width: 22px;
  height: 22px;
  top: 10px;
  left: 10px;
}

@media (min-width: 1024px) {
  .farmers-slider .slide-item .farmers-card .play-button {
    width: 51px;
    height: 51px;
    top: 51px;
    left: 41px;
  }
}

.farmers-slider .slide-item .farmers-card .play-button:before {
  content: "";
  position: absolute;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 10px solid #434343;
  border-bottom: 7px solid transparent;
}

@media (min-width: 1024px) {
  .farmers-slider .slide-item .farmers-card .play-button:before {
    border-top: 11px solid transparent;
    border-left: 16px solid #434343;
    border-bottom: 11px solid transparent;
  }
}

.farmers-slider .slide-item .farmers-card .title-box {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: block;
  margin-bottom: 0;
  color: #fff;
  -webkit-transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

@media (min-width: 1024px) {
  .farmers-slider .slide-item .farmers-card .title-box {
    left: 25px;
    bottom: 30px;
    max-width: 80%;
  }
}

.farmers-slider .slide-item .farmers-card .title-box .title {
  font-size: 16px;
  display: block;
  line-height: 1;
}

@media (min-width: 1024px) {
  .farmers-slider .slide-item .farmers-card .title-box .title {
    font-size: 30px;
  }
}

.farmers-slider .slide-item .farmers-card .title-box .name,
.farmers-slider .slide-item .farmers-card .title-box .job {
  font-weight: 300;
  font-size: 10px;
}

@media (min-width: 1024px) {

  .farmers-slider .slide-item .farmers-card .title-box .name,
  .farmers-slider .slide-item .farmers-card .title-box .job {
    font-size: 22px;
  }
}

.farmers-slider .slide-item .farmers-card .title-box .job {
  margin-top: 2rem;
}

.farmers-slider .slide-item a.farmers-card:hover .title-box {
  color: #FECE2F;
}

.info-sm-section {
  padding-bottom: 50px;
}

.info-sm-section .info-wrap {
  position: relative;
  max-width: 330px;
  padding: 30px;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .info-sm-section .info-wrap {
    max-width: 1154px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.info-sm-section .info-wrap .bg-img-holder {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url(assets/images/38bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .info-sm-section .info-wrap .bg-img-holder {
    background-image: url(assets/images/38bg-lg.png);
  }
}

.info-sm-section .info-wrap .img-box,
.info-sm-section .info-wrap .text-box {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {

  .info-sm-section .info-wrap .img-box,
  .info-sm-section .info-wrap .text-box {
    width: 50%;
  }
}

.info-sm-section .info-wrap .img-box {
  max-width: 220px;
  margin: 0 auto 10px;
}

@media (min-width: 768px) {
  .info-sm-section .info-wrap .img-box {
    max-width: 464px;
    margin: 0;
    margin-left: 30px;
  }
}

.info-sm-section .info-wrap .img-box img {
  width: 100%;
}

.info-sm-section .info-wrap .text-box {
  font-size: 1.4rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .info-sm-section .info-wrap .text-box {
    text-align: left;
    padding-left: 50px;
    max-width: 415px;
  }
}

@media (min-width: 1024px) {
  .info-sm-section .info-wrap .text-box {
    font-size: 1.6rem;
  }
}

.info-sm-section .info-wrap .text-box p {
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  margin-bottom: 30px;
}

.info-sm-section .info-wrap h2 {
  font-size: 25px;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .info-sm-section .info-wrap h2 {
    font-size: 3.2rem;
  }
}

.products-list-section {
  padding-top: 80px;
  position: relative;
}

.products-list-section .container {
  position: relative;
  z-index: 222;
}

.products-list-section .decor-holder img {
  width: 100%;
}

.products-list-section .decor-holder .img1 {
  left: -30px;
  top: 18%;
}

.products-list-section .decor-holder .img2 {
  left: -70px;
  top: 55%;
}

.products-list-section .decor-holder .img3 {
  right: -30px;
  top: 38%;
  width: 100px;
}

.products-list-section .decor-holder .img4 {
  right: -100px;
  bottom: 18%;
}

.products-list-section h2 {
  font-size: 2.5rem;
}

@media (min-width: 1024px) {
  .products-list-section h2 {
    font-size: 4rem;
  }
}

.products-list-section .products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 22222;
}

.products-list-section .products-list .product-item {
  width: 50%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .products-list-section .products-list .product-item {
    width: calc(100% / 3);
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .products-list-section .products-list .product-item {
    width: 25%;
    margin-bottom: 75px;
  }
}

.products-list-section .products-list .product-item a {
  display: block;
  width: 100%;
  text-align: center;
}

.products-list-section .products-list .product-item .embed-responsive {
  margin-bottom: 25px;
}

.products-list-section .products-list .product-item .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.products-list-section .products-list .product-item .img-box img {
  max-height: 100%;
  width: auto;
  margin: auto;
}

.products-list-section .products-list .product-item .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.products-list-section .products-list .product-item .item-info h3 {
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  padding: 0 5px;
  font-size: 1.8rem;
  color: #c4082d;
}

@media (min-width: 768px) {
  .products-list-section .products-list .product-item .item-info h3 {
    font-size: 2.5rem;
  }
}

.products-list-section .products-list .product-item .item-info .info {
  font-weight: 300;
  color: #c4082d;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .products-list-section .products-list .product-item .item-info .info {
    font-size: 2rem;
  }
}

.products-list-section .products-list .product-item .item-info .weight {
  color: #434343;
  font-size: rem-cal(12);
  font-weight: 300;
}

.products-list-section .products-filter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1023px) {
  .products-list-section .products-filter-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
}

.products-list-section .products-filter-wrap .title {
  margin-right: auto;
}

.products-list-section .products-filter-wrap a {
  color: #434343;
}

.products-list-section .products-filter-wrap .filter-boxes-opener {
  font-size: 2rem;
  padding-right: 25px;
  font-weight: 300;
  position: relative;
}

@media (min-width: 1024px) {
  .products-list-section .products-filter-wrap .filter-boxes-opener {
    margin-right: 30px;
  }
}

@media (max-width: 1023px) {
  .products-list-section .products-filter-wrap .filter-boxes-opener:before {
    content: "";
    font-family: icomoon;
    color: #c4082d;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.products-list-section .filter-list-wrap {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023px) {
  .products-list-section .filter-list-wrap {
    width: 100%;
    margin: 0;
    display: block;
    margin-top: 25px;
  }
}

@media (max-width: 1023px) {

  .products-list-section .filter-list-wrap .filter-box,
  .products-list-section .filter-list-wrap .btn-group {
    margin-bottom: 10px;
    width: 100%;
  }
}

@media (min-width: 1024px) {

  .products-list-section .filter-list-wrap .filter-box+.filter-box,
  .products-list-section .filter-list-wrap .btn-group+.filter-box {
    margin-left: 10px;
  }
}

.products-list-section .filter-list-wrap .filter-box .filter-opener,
.products-list-section .filter-list-wrap .filter-box .dropdown-toggle,
.products-list-section .filter-list-wrap .btn-group .filter-opener,
.products-list-section .filter-list-wrap .btn-group .dropdown-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  background-color: #c4082d;
  min-width: 220px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 80px;
  padding: 21px 60px 20px 27px;
  font-weight: 800;
}

@media (max-width: 1023px) {

  .products-list-section .filter-list-wrap .filter-box .filter-opener,
  .products-list-section .filter-list-wrap .filter-box .dropdown-toggle,
  .products-list-section .filter-list-wrap .btn-group .filter-opener,
  .products-list-section .filter-list-wrap .btn-group .dropdown-toggle {
    width: 100%;
    padding: 11px 60px 13px 27px;
    letter-spacing: 1.5px;
  }
}

.products-list-section .filter-list-wrap .filter-box .filter-opener:before,
.products-list-section .filter-list-wrap .filter-box .dropdown-toggle:before,
.products-list-section .filter-list-wrap .btn-group .filter-opener:before,
.products-list-section .filter-list-wrap .btn-group .dropdown-toggle:before {
  content: "";
  font-family: icomoon;
  position: absolute;
  top: 51%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: 3;
  color: #c4082d;
  font-size: 14px;
  right: 13px;
}

@media (min-width: 1024px) {

  .products-list-section .filter-list-wrap .filter-box .filter-opener:before,
  .products-list-section .filter-list-wrap .filter-box .dropdown-toggle:before,
  .products-list-section .filter-list-wrap .btn-group .filter-opener:before,
  .products-list-section .filter-list-wrap .btn-group .dropdown-toggle:before {
    right: 28px;
    font-size: 18px;
  }
}

.products-list-section .filter-list-wrap .filter-box .filter-opener:after,
.products-list-section .filter-list-wrap .filter-box .dropdown-toggle:after,
.products-list-section .filter-list-wrap .btn-group .filter-opener:after,
.products-list-section .filter-list-wrap .btn-group .dropdown-toggle:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 33px;
  height: 33px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 6px;
}

@media (min-width: 1024px) {

  .products-list-section .filter-list-wrap .filter-box .filter-opener:after,
  .products-list-section .filter-list-wrap .filter-box .dropdown-toggle:after,
  .products-list-section .filter-list-wrap .btn-group .filter-opener:after,
  .products-list-section .filter-list-wrap .btn-group .dropdown-toggle:after {
    right: 20px;
  }
}

.products-list-section .filter-list-wrap .filter-box .dropdown-toggle,
.products-list-section .filter-list-wrap .btn-group .dropdown-toggle {
  margin-right: 10px;
}

.products-list-section .filter-list-wrap .filter-box .dropdown-menu,
.products-list-section .filter-list-wrap .btn-group .dropdown-menu {
  font-size: 18px;
  font-weight: 800;
  border: 0;
  margin-left: 20px;
  z-index: 22223;
}

.products-list-section .filter-list-wrap .filter-box .dropdown-menu .dropdown-item.selected,
.products-list-section .filter-list-wrap .btn-group .dropdown-menu .dropdown-item.selected {
  color: #c4082d;
}

.products-list-section .filter-list-wrap .filter-box .dropdown-menu .dropdown-item:active,
.products-list-section .filter-list-wrap .btn-group .dropdown-menu .dropdown-item:active {
  background-color: #c4082d;
  color: #fff;
}

.products-list-section .btn-wrap {
  margin: 75px 0;
}

.products-list-section .btn-wrap .add-product .plus {
  position: relative;
  padding: 0;
}

.products-list-section .btn-wrap .add-product .plus:before,
.products-list-section .btn-wrap .add-product .plus:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #c4082d;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.products-list-section .btn-wrap .add-product .plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.modal-wrapper .btn-close {
  border-radius: 50%;
  background-color: #434343;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 10px;
  top: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal-wrapper .btn-close:hover {
  opacity: 0.6;
}

.modal-wrapper .btn-close .icon {
  position: absolute;
  width: 17px;
  height: 3px;
  background-color: #FECE2F;
  left: 50%;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.modal-wrapper .btn-close .icon:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-wrapper .btn-close .icon:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-backdrop {
  z-index: 9998;
}

.modal-loading .modal-backdrop:after {
  content: " ";
  z-index: 10000;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

.modal-wrapper {
  position: relative;
  z-index: 9999;
}

.modal-wrapper .modal {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 66px rgba(0, 0, 0, 0.49);
  box-shadow: 0 3px 66px rgba(0, 0, 0, 0.49);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  max-width: 1140px;
  margin: 0 15px;
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 1023px) {
  .modal-wrapper .modal {
    width: calc(100vw - 30px);
    margin: 0;
  }
}

.modal-wrapper .modal-holder {
  position: relative;
}

@media (max-width: 1023px) {
  .modal-wrapper .modal-holder {
    height: calc(100vh - 50px);
  }
}

@media (min-width: 1024px) {
  .modal-wrapper .modal-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.modal-wrapper .modal-holder .item-img-box {
  background-color: #f7f3e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  padding: 30px 48px;
  position: relative;
}

@media (min-width: 1024px) {
  .modal-wrapper .modal-holder .item-img-box {
    width: 510px;
    padding: 30px 15px;
  }
}

.modal-wrapper .modal-holder .item-img-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-shadow: -39px -17px 99px rgba(0, 0, 0, 0.36);
  box-shadow: -39px -17px 99px rgba(0, 0, 0, 0.36);
}

.modal-wrapper .modal-holder .item-img-box img {
  width: 100%;
}

.modal-wrapper .modal-holder .img-info-list {
  margin-bottom: 20px;
}

.modal-wrapper .modal-holder .item-info-box {
  padding: 20px 20px 40px;
  text-align: center;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (min-width: 1024px) {
  .modal-wrapper .modal-holder .item-info-box {
    text-align: left;
    padding: 70px 75px 65px 65px;
  }
}

.modal-wrapper .modal-holder .item-info-box .info-item {
  max-width: 80px;
  line-height: 1;
  margin-bottom: 29px;
  color: #c4082d;
  text-align: center;
}

.modal-wrapper .modal-holder .item-info-box .info-item .img-box {
  border-radius: 50%;
  width: 63px;
  height: 63px;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
  margin: 0 auto 8px;
  padding: 12px;
  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;
}

.modal-wrapper .modal-holder .item-info-box .info-item.lg {
  width: 102px;
  max-width: none;
}

.modal-wrapper .modal-holder .item-info-box .info-item.lg .img-box {
  width: 100%;
  padding: 10px;
  border-radius: 63px;
}

.modal-wrapper .modal-holder .item-info-box .info-item+.info-item {
  margin-left: 15px;
}

.modal-wrapper .modal-holder h2 {
  font-size: 3.2rem;
  color: #c4082d;
  margin-bottom: 11px;
}

.modal-wrapper .img-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .modal-wrapper .img-info-list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.modal-wrapper .ingredient-box h4 {
  font-size: 2.1rem;
}

.modal-wrapper .icon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .modal-wrapper .icon-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.modal-wrapper .icon-row .icon-item {
  margin-bottom: 10px;
  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: 768px) {
  .modal-wrapper .icon-row .icon-item {
    margin-right: 10px;
  }
}

.modal-wrapper .icon-row .icon-item span {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.3px;
  margin-left: 5px;
}

.large-slider-section {
  margin: 100px 0;
  background-color: #fff;
  position: relative;
}

.large-slider-section:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url(assets/images/bottom-decor-lg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.large-slider-section:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url(assets/images/top-decor-lg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.large-slider-section.alt {
  margin-bottom: 40px;
}

.large-slider-section.alt:after {
  background-image: none;
  background-color: #fff;
}

.large-slider-section .slide-item {
  position: relative;
}

.large-slider-section .slide-item .slide-title {
  font-size: 2.4rem;
  position: absolute;
  left: 75px;
  bottom: 33px;
  display: block;
  width: 80%;
  color: #fff;
  z-index: 3;
}

.large-slider-section .slide-item .img-holder {
  position: relative;
}

.large-slider-section .slide-item .img-holder:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 122px;
  bottom: 0;
  right: 0;
  background-color: black;
  mix-blend-mode: darken;
  left: 0;
  background-image: linear-gradient(181deg, #ffffff 0%, #393939 100%);
}

.large-slider-section .large-single-slider {
  max-width: 868px;
  margin: 0 auto;
  position: relative;
}

.large-slider-section .large-single-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1111;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1023px) {
  .large-slider-section .large-single-slider .slick-arrow {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: auto;
    bottom: -50px;
  }
}

.large-slider-section .large-single-slider .slick-arrow.slick-next {
  right: -5px;
}

@media (max-width: 1023px) {
  .large-slider-section .large-single-slider .slick-arrow.slick-next {
    right: auto;
    left: calc(50% + 25px);
  }
}

.large-slider-section .large-single-slider .slick-arrow.slick-prev {
  left: -5px;
  padding-right: 5px;
}

@media (max-width: 1023px) {
  .large-slider-section .large-single-slider .slick-arrow.slick-prev {
    right: auto;
    left: calc(50% - 25px);
  }
}

.large-slider-section .large-single-slider .slick-list {
  overflow: visible;
}

.large-slider-section .large-single-slider .slide-item {
  border-radius: 10px;
  overflow: hidden;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .large-slider-section .large-single-slider .slide-item {
    padding: 0 38px;
  }
}

.large-slider-section .large-single-slider .slide-item .img-holder {
  height: a;
  border-radius: 10px;
  overflow: hidden;
}

.large-slider-section .large-single-slider .slide-item img {
  width: 100%;
}

.about-inter {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 75px 0;
  background-color: #fff;
  margin-bottom: 78px;
  position: relative;
  z-index: 333;
}

.about-inter:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: url(assets/images/bottom-decor-lg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 100%;
}

.about-inter:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: url(assets/images/top-decor-lg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.about-inter .container {
  max-width: 900px;
}

.about-inter .holder {
  display: block;
}

@media (min-width: 768px) {
  .about-inter .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.about-inter .holder .img-box,
.about-inter .holder .text-box {
  width: 100%;
}

@media (max-width: 767px) {

  .about-inter .holder .img-box,
  .about-inter .holder .text-box {
    text-align: center;
  }
}

@media (min-width: 768px) {

  .about-inter .holder .img-box,
  .about-inter .holder .text-box {
    width: 50%;
  }
}

.about-inter .holder .img-box .text-holder,
.about-inter .holder .text-box .text-holder {
  max-width: 470px;
  line-height: 2;
}

@media (max-width: 767px) {
  .about-inter .holder .img-box {
    max-width: 110px;
    margin: 0 auto 20px;
  }
}

@media (min-width: 768px) {
  .about-inter .holder .img-box {
    padding-right: 50px;
  }
}

.about-inter .holder .img-box img {
  width: 100%;
  max-width: 332px;
}

.about-inter .holder h3 {
  font-size: 2rem;
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  .about-inter .holder h3 {
    font-size: 2.5rem;
  }
}

.about-inter .holder p {
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}

.flag-info-section {
  position: relative;
  z-index: 4;
}

.flag-info-section h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 22px;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .flag-info-section h2 {
    font-size: 4rem;
  }
}

.flag-info-section .flag-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 30px;
}

.flag-info-section .flag-info-list .flag-box {
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  position: relative;
}

@media (min-width: 1024px) {
  .flag-info-section .flag-info-list .flag-box {
    padding-bottom: 50px;
  }
}

.flag-info-section .flag-info-list .flag-box:after {
  content: "";
  position: absolute;
  top: 100%;
  height: 80px;
  left: 0;
  width: 100%;
  background-image: url(assets/images/shadow.png);
  background-size: cover;
}

.flag-info-section .flag-info-list .flag-box .value {
  font-size: 5rem;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .flag-info-section .flag-info-list .flag-box .value {
    font-size: 9rem;
    margin-bottom: 20px;
  }
}

.flag-info-section .flag-info-list .flag-box .name {
  font-weight: 700;
  font-size: 2rem;
}

@media (min-width: 768px) {
  .flag-info-section .flag-info-list .flag-box .name {
    font-size: 3.2rem;
  }
}

.flag-info-section .flag-info-list .flag-box:nth-child(1) {
  width: calc(50% - 5px);
  background-color: #0e257c;
  color: #fff;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .flag-info-section .flag-info-list .flag-box:nth-child(1) {
    margin-bottom: 0;
    width: calc((100% / 3) - 13px);
  }
}

.flag-info-section .flag-info-list .flag-box:nth-child(2) {
  width: calc(50% - 5px);
  margin-bottom: 20px;
  color: #0e257c;
  background: #fff;
}

@media (min-width: 768px) {
  .flag-info-section .flag-info-list .flag-box:nth-child(2) {
    margin-bottom: 0;
    width: calc((100% / 3) - 13px);
  }
}

.flag-info-section .flag-info-list .flag-box:nth-child(3) {
  width: 100%;
  background-color: #db1b2a;
  color: #fff;
}

@media (min-width: 768px) {
  .flag-info-section .flag-info-list .flag-box:nth-child(3) {
    width: calc((100% / 3) - 13px);
  }
}

.flag-info-section .single-decor img {
  width: 100%;
}

.flag-info-section .img1 {
  bottom: -108px;
  left: -170px;
  width: 220px;
}

@media (min-width: 1024px) {
  .flag-info-section .img1 {
    bottom: -95px;
    left: -150px;
    width: 220px;
  }
}

.flag-info-section .img2 {
  bottom: -20px;
  right: -50px;
  width: 150px;
}

@media (min-width: 1024px) {
  .flag-info-section .img2 {
    bottom: -50px;
    right: -90px;
    width: 300px;
  }
}

.brand-slider-section {
  position: relative;
  background: #fff;
  padding: 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .brand-slider-section {
    padding-top: 50px;
    margin-top: -10px;
  }
}

.brand-slider-section:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-image: url(assets/images/bottom-decor-lg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 35px;
}

@media (min-width: 768px) {
  .brand-slider-section:after {
    height: 80px;
  }
}

.brand-slider-section:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background-image: url(assets/images/top-decor-lg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 35px;
}

@media (min-width: 768px) {
  .brand-slider-section:before {
    height: 80px;
  }
}

.brand-slider-section h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 22px;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .brand-slider-section h2 {
    font-size: 4rem;
  }
}

.brand-slider-section .brand-slider {
  position: relative;
  padding: 0 15px;
}

.brand-slider-section .brand-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.brand-slider-section .brand-slider .slick-arrow.slick-next {
  right: -10px;
}

.brand-slider-section .brand-slider .slick-arrow.slick-prev {
  left: -10px;
  padding-right: 5px;
}

.brand-slider-section img {
  max-width: 120px;
}

.brand-slider-section .slide-item {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jobs-section {
  padding-top: 80px;
}

@media (min-width: 1024px) {
  .jobs-section {
    padding-top: 120px !important;
  }
}

.mark-products-list .embed-responsive {
  margin: 0 auto 10px;
}

.mark-products-list .img-box {
  z-index: 2;
}

@media (min-width: 768px) {
  .mark-products-list .img-box {
    position: absolute !important;
  }
}

@media (min-width: 1024px) {
  .mark-products-list .img-box {
    max-width: 100%;
  }
}

.mark-products-list .img-box img {
  z-index: 33;
  max-height: 100%;
  width: auto;
  margin: auto;
  max-width: 100%;
}

.mark-products-list .mark-products-slider {
  position: relative;
  padding-bottom: 53px;
}

.mark-products-list .mark-products-slider .item-info {
  color: #c4082d;
  padding: 0 10px;
}

.mark-products-list .mark-products-slider .item-info h3 {
  font-size: rem-cal(20);
}

@media (min-width: 768px) {
  .mark-products-list .mark-products-slider .item-info h3 {
    font-size: 2.8rem;
  }
}

.mark-products-list .mark-products-slider .item-info .weight {
  font-weight: 300;
  color: #434343;
  display: block;
}

.mark-products-list .mark-products-slider .slide-item.promo .img-box:before {
  content: "NOUVEAU !";
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  right: -15px;
  top: 30%;
  width: 93px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #434343;
  font-weight: 300;
  background-image: url(assets/images/promotion.png);
  background-size: 100% 100%;
}

@media (min-width: 768px) {
  .mark-products-list .mark-products-slider .slide-item.promo .img-box:before {
    font-size: 20px;
    height: 94px;
    width: 125px;
  }
}

.mark-products-list .mark-products-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 1440px) {
  .mark-products-list .mark-products-slider .slick-arrow {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    bottom: auto;
    top: 50%;
  }
}

.mark-products-list .mark-products-slider .slick-arrow.slick-next {
  left: calc(50% + 25px);
}

@media (min-width: 1440px) {
  .mark-products-list .mark-products-slider .slick-arrow.slick-next {
    left: auto;
    right: -25px;
  }
}

@media (min-width: 1440px) {
  .mark-products-list .mark-products-slider .slick-arrow.slick-next {
    right: -45px;
  }
}

.mark-products-list .mark-products-slider .slick-arrow.slick-prev {
  left: calc(50% - 25px);
  padding-right: 3px;
}

@media (min-width: 1440px) {
  .mark-products-list .mark-products-slider .slick-arrow.slick-prev {
    left: -25px;
  }
}

@media (min-width: 1440px) {
  .mark-products-list .mark-products-slider .slick-arrow.slick-prev {
    left: -45px;
  }
}

.mark-section {
  padding: 40px 0;
}

.mark-description-section {
  position: relative;
}

.mark-description-section .description-holder .decor-bg {
  z-index: 22;
  position: relative;
  background-color: #fff;
  padding-top: 50px;
}

.mark-description-section .description-holder .decor-bg:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 101vw;
  height: 35px;
  z-index: 23;
  background-image: url(assets/images/top-decor-lg.png);
  background-position: 0 0;
  background-size: cover;
}

.mark-description-section .description-holder .decor-bg:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 101vw;
  height: 65px;
  z-index: 23;
  background-image: url(assets/images/bottom-decor-lg.png);
  background-position: 0 100%;
  background-size: cover;
}

.mark-description-section .description-holder .img-box {
  position: relative;
  z-index: 55;
  overflow: hidden;
}

.mark-description-section .description-holder .img-box.alt {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  margin-bottom: 0;
  -webkit-box-shadow: 0 3px 36px rgba(0, 0, 0, 0.44);
  box-shadow: 0 3px 36px rgba(0, 0, 0, 0.44);
}

.mark-description-section .description-holder .img-box img {
  width: 100%;
}

.mark-description-section .description-holder.alt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mark-description-section .description-holder .text-box {
  max-width: 100% !important;
  background-color: #fff;
  padding: 40px 0 !important;
}

@media (min-width: 1024px) {
  .mark-description-section .description-holder .text-box {
    width: 50%;
    text-align: left !important;
  }
}

.mark-description-section .description-holder .text-box h2 {
  color: #434343;
}

.mark-description-section .description-holder .text-box .holder {
  max-width: 430px !important;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 1024px) {
  .mark-description-section .description-holder .text-box .holder {
    margin: 0;
  }
}

@media (min-width: 1440px) {
  .mark-description-section .description-holder .text-box .holder::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -50%;
    right: 0;
    width: 101vw;
    bottom: 0px;
    background-color: #fff;
    z-index: -1;
  }
}

.mark-history-section {
  padding: 80px 0 68px;
  position: relative;
  background-color: #fff;
}

.mark-history-section::before {
  content: "";
  position: absolute;
  width: 100vw;
  left: 0;
  bottom: 100%;
  height: 60px;
  z-index: 23;
  background-image: url(assets/images/top-decor-lg.png);
  background-position: 0 0;
  background-size: cover;
}

.mark-history-section::after {
  content: "";
  position: absolute;
  width: 100vw;
  left: 0;
  top: 100%;
  height: 60px;
  z-index: 23;
  background-image: url(assets/images/bottom-decor-lg.png);
  background-position: 0 0;
  background-size: cover;
}

.mark-history-section .title {
  text-align: center;
  padding: 0 50px;
  margin-bottom: 30px;
}

.mark-history-section .title h2 {
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .mark-history-section .title h2 {
    font-size: 4.3rem;
  }
}

.mark-history-slider {
  position: relative;
}

.mark-history-slider .slick-list {
  overflow: visible;
}

.mark-history-slider .slick-arrow {
  position: absolute;
  top: -75px;
}

.mark-history-slider .slick-arrow.slick-next {
  right: 0;
}

.mark-history-slider .slick-arrow.slick-prev {
  left: 0;
  padding-right: 4px;
}

.mark-history-slider .slide-item {
  padding: 0 15px;
}

.mark-history-slider .img-box {
  -webkit-box-shadow: 0 3px 26px rgba(0, 0, 0, 0.46);
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.46);
  margin-bottom: 20px;
}

.mark-history-slider .img-box img {
  width: 100%;
}

.mark-history-slider h4 {
  font-size: 2rem;
  margin-bottom: 11px;
}

@media (min-width: 1024px) {
  .mark-history-slider h4 {
    font-size: 2.8rem;
  }
}

.mark-history-slider .date {
  font-size: 2.5rem;
  color: #c40b30;
  display: block;
  margin-bottom: 11px;
}

@media (min-width: 1024px) {
  .mark-history-slider .date {
    font-size: 4rem;
  }
}

.mark-history-slider p {
  font-family: serif;
}

.page-template-page-bien-faire-pour-nos-filieres .description-section .description-holder .partners-slider .btn,
.page-template-page-bien-faire-pour-nos-filieres .description-section .description-holder .partners-slider .wpcf7 input.wpcf7-submit,
.wpcf7 .page-template-page-bien-faire-pour-nos-filieres .description-section .description-holder .partners-slider input.wpcf7-submit,
.page-template-page-bien-faire-pour-nos-filieres .description-section .description-holder .partners-slider .contact-page-wrapper .contact-section .intro-box .holder .wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .page-template-page-bien-faire-pour-nos-filieres .description-section .description-holder .partners-slider .wpcf7-submit {
  width: 270px;
  margin-top: 3rem;
}

.page-template-page-la-filiere-cajou .intro-section .intro-box .decor-holder .single-decor.img1 {
  bottom: -7rem;
  left: -10rem;
}

.page-template-page-la-filiere-cajou .intro-section .intro-box .decor-holder .single-decor.img1 img {
  width: 23.7rem;
  height: auto;
}

@media (max-width: 768px) {
  .page-template-page-la-filiere-cajou .intro-section .intro-box .decor-holder .single-decor.img1 {
    left: -5rem;
  }

  .page-template-page-la-filiere-cajou .intro-section .intro-box .decor-holder .single-decor.img1 img {
    width: 17rem;
  }
}

.page-template-page-la-filiere-cajou .intro-section .intro-box .decor-holder .single-decor.img2 {
  bottom: -9rem;
  right: -5rem;
}

@media (max-width: 768px) {
  .page-template-page-la-filiere-cajou .intro-section .intro-box .decor-holder .single-decor.img2 {
    bottom: -7rem;
  }

  .page-template-page-la-filiere-cajou .intro-section .intro-box .decor-holder .single-decor.img2 img {
    width: 17rem;
  }
}

@media (min-width: 1024px) {
  .page-template-page-la-filiere-cajou .intro-description-holder h2 {
    width: 70rem;
    margin: auto;
  }
}

@media (min-width: 1024px) {
  .page-template-page-la-filiere-cajou .intro-description-holder .notre-approche-unique .description-row {
    margin-top: 6rem;
  }
}

@media (max-width: 768px) {
  .page-template-page-la-filiere-cajou .intro-description-holder .notre-approche-unique .description-row {
    margin-bottom: 0;
  }
}

.page-template-page-la-filiere-cajou .info-card-section .title {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .page-template-page-la-filiere-cajou .info-card-section .bg-holder {
    height: 600px;
    top: 35px;
    bottom: auto;
  }
}

.page-template-page-la-filiere-cajou .info-card-section .text-box {
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 0.49px;
}

@media (max-width: 520px) {
  .page-template-page-la-filiere-cajou .info-card-section .text-box {
    padding: 0 1rem;
  }
}

.page-template-page-la-filiere-cajou .info-card-section .col-md-4 {
  padding-right: 0;
  padding-left: 0;
}

.page-template-page-la-filiere-cajou .info-card-section .decor-holder .single-decor.img1 {
  top: -8.6rem;
}

@media (max-width: 768px) {
  .page-template-page-la-filiere-cajou .info-card-section .decor-holder .single-decor.img1 img {
    width: 15rem;
  }
}

@media (max-width: 520px) {
  .page-template-page-la-filiere-cajou .info-card-section .decor-holder .single-decor.img1 {
    top: -4rem;
  }

  .page-template-page-la-filiere-cajou .info-card-section .decor-holder .single-decor.img1 img {
    width: 10rem;
  }
}

.page-template-page-la-filiere-cajou .section-honest-cashew {
  padding-top: 7.5rem;
  text-align: center;
}

.page-template-page-la-filiere-cajou .section-honest-cashew img {
  display: block;
  margin: auto;
  width: 19.6rem;
  height: auto;
}

@media (min-width: 1024px) {
  .page-template-page-la-filiere-cajou .section-honest-cashew img {
    margin-top: 5rem;
  }
}

.page-template-page-la-filiere-cajou .section-honest-cashew h2 {
  font-size: 3rem;
  margin-top: 4rem;
}

.page-template-page-la-filiere-cajou .section-honest-cashew .btn,
.page-template-page-la-filiere-cajou .section-honest-cashew .wpcf7 input.wpcf7-submit,
.wpcf7 .page-template-page-la-filiere-cajou .section-honest-cashew input.wpcf7-submit,
.page-template-page-la-filiere-cajou .section-honest-cashew .contact-page-wrapper .contact-section .intro-box .holder .wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .page-template-page-la-filiere-cajou .section-honest-cashew .wpcf7-submit {
  margin-top: 4rem;
  margin-bottom: 10rem;
  width: 400px;
}

#videoCajouModel {
  z-index: 10000;
  background: rgba(0, 0, 0, 0.95);
}

#videoCajouModel .modal-dialog {
  max-width: 800px;
}

#videoCajouModel .modal-dialog .modal-body {
  padding: 0px;
}

#agriculteur-resultat .container {
  max-width: 1148px;
}

#agriculteur-resultat .intro-section .input-group {
  max-width: 445px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: auto;
}

#agriculteur-resultat .intro-section .input-group input {
  width: 370px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border: 3px solid #C4082D;
  text-align: center;
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans, sans-serif";
  font: normal normal medium 18px/34px Montserrat;
  letter-spacing: 0.65px;
  color: #434343;
}

@media (max-width: 767px) {
  #agriculteur-resultat .intro-section .input-group input {
    height: 45px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  #agriculteur-resultat .intro-section .input-group input {
    height: 60px;
    font-size: 25px;
  }
}

#agriculteur-resultat .intro-section .input-group .input-group-append button {
  border-color: #C4082D;
}

@media (max-width: 767px) {
  #agriculteur-resultat .intro-section .input-group .input-group-append button {
    height: 45px;
    width: 65px;
  }
}

@media (min-width: 768px) {
  #agriculteur-resultat .intro-section .input-group .input-group-append button {
    height: 60px;
    width: 75px;
  }
}

#agriculteur-resultat .intro-section .intro-box {
  background-image: url(assets/images/white_frame1.png);
  max-width: 1148px;
}

@media (max-width: 767px) {
  #agriculteur-resultat .intro-section .intro-box {
    padding: 10px;
  }
}

@media (min-width: 769px) {
  #agriculteur-resultat .intro-section .intro-box {
    padding: 65px 60px 0;
  }
}

#agriculteur-resultat .intro-section .intro-box .holder {
  margin: 30px 10px;
  width: 100%;
}

@media (max-width: 767px) {
  #agriculteur-resultat .intro-section .intro-box .holder {
    padding: 10px;
  }
}

@media (min-width: 768px) {
  #agriculteur-resultat .intro-section .intro-box .holder {
    padding: 10px 0 50px 0;
  }
}

#agriculteur-resultat .intro-section .intro-box .holder h2 {
  font-family: "londrina_solid", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

@media (max-width: 767px) {
  #agriculteur-resultat .intro-section .intro-box .holder h2 {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  #agriculteur-resultat .intro-section .intro-box .holder h2 {
    font-size: 40px;
  }
}

#agriculteur-resultat .intro-section .intro-box .holder figure {
  max-width: 760px;
  overflow: hidden;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  margin: auto;
}

#agriculteur-resultat .intro-section .intro-box .holder figure img {
  width: auto;
  max-height: 507px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  #agriculteur-resultat .intro-section .intro-box .holder figure img {
    margin: 20px 0 0 0;
  }
}

@media (min-width: 768px) {
  #agriculteur-resultat .intro-section .intro-box .holder figure img {
    margin: 35px 0;
  }
}

#agriculteur-resultat .intro-section .intro-box .holder .caption {
  font-family: "londrina_solid", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 500;
}

@media (max-width: 767px) {
  #agriculteur-resultat .intro-section .intro-box .holder .caption {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  #agriculteur-resultat .intro-section .intro-box .holder .caption {
    margin-top: -20px;
  }
}

#agriculteur-resultat .large-slider-section:after {
  background-image: url(assets/images/bottom-decor-lg.png) !important;
  background-color: transparent;
  top: 90%;
  z-index: -10;
}

#agriculteur-resultat .large-slider-section .img-holder:before {
  content: none;
}

#agriculteur-resultat .spacing {
  height: 200px;
  width: 100%;
  position: relative;
}

#agriculteur-resultat .spacing .single-decor {
  right: 0px;
  bottom: -170px;
  z-index: 10;
}

#landes .container {
  max-width: 1148px;
}

#landes .intro-section .input-group {
  margin-top: 20px;
  max-width: 445px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: auto;
}

#landes .intro-section .input-group input {
  width: 370px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border: 3px solid #C4082D;
  text-align: center;
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans, sans-serif";
  font: normal normal medium 18px/34px Montserrat;
  letter-spacing: 0.65px;
  color: #434343;
}

@media (max-width: 767px) {
  #landes .intro-section .input-group input {
    height: 45px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  #landes .intro-section .input-group input {
    height: 60px;
    font-size: 25px;
  }
}

#landes .intro-section .input-group .input-group-append button {
  border-color: #C4082D;
}

@media (max-width: 767px) {
  #landes .intro-section .input-group .input-group-append button {
    height: 45px;
    width: 65px;
  }
}

@media (min-width: 768px) {
  #landes .intro-section .input-group .input-group-append button {
    height: 60px;
    width: 75px;
  }
}

#landes .intro-section .intro-box {
  max-width: 1148px;
}

@media (max-width: 767px) {
  #landes .intro-section .intro-box {
    padding-bottom: 60px;
    margin-bottom: 35px;
  }
}

@media (min-width: 768px) {
  #landes .intro-section .intro-box {
    padding-bottom: 225px;
    margin-bottom: 90px;
  }
}

#landes .intro-section .intro-box .holder {
  width: 100%;
}

#landes .intro-section .intro-box .holder h3 {
  font-family: "londrina_solid", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

@media (max-width: 767px) {
  #landes .intro-section .intro-box .holder h3 {
    font-size: 20px;
    margin-top: 35px;
  }
}

@media (min-width: 768px) {
  #landes .intro-section .intro-box .holder h3 {
    font-size: 32px;
    margin-top: 65px;
  }
}

#landes .intro-section .intro-box .holder figure img {
  border-radius: 10px;
}

@media (max-width: 767px) {
  #landes .intro-section .intro-box .holder figure img {
    margin: 20px 0 0 0;
  }
}

@media (min-width: 768px) {
  #landes .intro-section .intro-box .holder figure img {
    margin: 45px 0;
  }
}

#landes .spacing {
  height: 20px;
  width: 100%;
  position: relative;
}

#landes .spacing .single-decor {
  right: 0px;
  bottom: -170px;
  z-index: 10;
}

@media (min-width: 1024px) {
  #landes .bloc-places {
    min-width: 940px;
    position: absolute;
    bottom: -100px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 1023px) {
  #landes .bloc-places {
    min-width: 700px;
    position: absolute;
    bottom: -100px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 767px) {
  #landes .bloc-places {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-right: 50px;
    position: relative;
    bottom: -135px;
  }
}

#landes .bloc-places .places {
  position: relative;
  text-align: center;
  border-radius: 10px;
  min-height: 265px;
  padding: 20px 30px;
}

#landes .bloc-places .places.bg-green {
  background-color: #71C468;
  background: #71C468 0% 0% no-repeat padding-box;
}

#landes .bloc-places .places.bg-blue {
  background-color: #447292;
  background: #447292 0% 0% no-repeat padding-box;
}

#landes .bloc-places .places .title-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

#landes .bloc-places .places .title-img h2 {
  color: #ffffff;
  font-size: 40px;
  font-family: "londrina_solid", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  margin: auto;
  padding-left: -10px;
  margin-top: 40px;
  margin-left: 30px;
}

#landes .bloc-places .places .title-img .image {
  width: 135px;
  height: 110px;
  text-align: right;
}

#landes .bloc-places .places .title-img .image img {
  position: relative;
  top: 20%;
  right: 0%;
}

#landes .bloc-places .places .desc {
  margin-top: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  font-family: "londrina_solid", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

@media (max-width: 767px) {
  #landes .bloc-places .places {
    margin: 25px 0 10px;
  }
}

#landes .intro-section .intro-box {
  background-image: url(assets/images/white_frame1.png);
}

#landes .intro-section .intro-box .holder {
  margin: 30px 10px;
}

@media (max-width: 767px) {
  .citation-agriculteur.y-fluid {
    padding: 60px 0;
    margin: 40px 0;
  }

  .citation-agriculteur.b-fluid {
    padding: 0 0 60px 0;
    margin: 0 0 40px 0;
  }
}

@media (min-width: 768px) {
  .citation-agriculteur.y-fluid {
    padding: 40px 0 80px 0;
    margin: 0 0 40px 0;
  }

  .citation-agriculteur.b-fluid {
    padding: 0 0 50px 0;
    margin: 0 0 20px 0;
  }

  .citation-agriculteur.t-ve-margin {
    margin-top: -70px;
    z-index: 10;
    position: relative;
  }
}

.citation-agriculteur .text-box h3 {
  text-align: center;
  color: #3E3E3E;
}

@media (max-width: 767px) {
  .citation-agriculteur .text-box h3 {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .citation-agriculteur .text-box h3 {
    font-size: 3rem;
  }
}

.citation-agriculteur .text-box h3:before {
  position: absolute;
  z-index: 10;
}

@media (max-width: 1023px) {
  .citation-agriculteur .text-box h3:before {
    top: -18px;
    left: -10px;
    content: url(assets/images/left_quote_mobile.svg);
  }
}

@media (min-width: 1024px) {
  .citation-agriculteur .text-box h3:before {
    top: -18px;
    left: -90px;
    content: url(assets/images/left_quote.svg);
  }
}

.citation-agriculteur .text-box h3:after {
  position: absolute;
  z-index: 10;
}

@media (max-width: 1023px) {
  .citation-agriculteur .text-box h3:after {
    bottom: -18px;
    right: -10px;
    content: url(assets/images/right_quote_mobile.svg);
  }
}

@media (min-width: 1024px) {
  .citation-agriculteur .text-box h3:after {
    bottom: -18px;
    right: -90px;
    content: url(assets/images/right_quote.svg);
  }
}

.subtitle_desc {
  position: relative;
}

.subtitle_desc h3 {
  font-size: 3.5rem;
}

.subtitle_desc p {
  text-align: center;
  letter-spacing: 0.75px;
  color: #434343;
  font-family: "londrina_solid", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
}

.subtitle_desc:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url(assets/images/top-decor-lg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.video-agriculteur {
  background-color: #ffffff;
  position: relative;
}

.video-agriculteur h3 {
  font-size: 3.5rem;
  margin-bottom: 35px;
}

.video-agriculteur p {
  text-align: center;
  letter-spacing: 0.75px;
  color: #434343;
  font-family: "londrina_solid", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 35px;
}

.video-agriculteur:before {
  content: "";
  position: absolute;
  bottom: 94%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url(assets/images/top-decor-lg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.video-agriculteur:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url(assets/images/bottom-decor-lg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.video-agriculteur .img-video {
  max-height: 500px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  margin: auto;
}

.video-agriculteur .iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.video-agriculteur .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#hauts-de-france .container {
  max-width: 1148px;
}

#hauts-de-france .intro-section .input-group {
  margin-top: 65px !important;
  margin-bottom: 25px !important;
  max-width: 445px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: auto;
}

#hauts-de-france .intro-section .input-group input {
  width: 370px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border: 3px solid #C4082D;
  text-align: center;
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans, sans-serif";
  font: normal normal medium 18px/34px Montserrat;
  letter-spacing: 0.65px;
  color: #434343;
}

@media (max-width: 767px) {
  #hauts-de-france .intro-section .input-group input {
    height: 45px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  #hauts-de-france .intro-section .input-group input {
    height: 60px;
    font-size: 25px;
  }
}

#hauts-de-france .intro-section .input-group .input-group-append button {
  border-color: #C4082D;
}

@media (max-width: 767px) {
  #hauts-de-france .intro-section .input-group .input-group-append button {
    height: 45px;
    width: 65px;
  }
}

@media (min-width: 768px) {
  #hauts-de-france .intro-section .input-group .input-group-append button {
    height: 60px;
    width: 75px;
  }
}

#hauts-de-france .intro-section .intro-box {
  max-width: 1148px;
}

#hauts-de-france .intro-section .intro-box .holder {
  width: 100%;
}

#hauts-de-france .intro-section .intro-box .holder h3 {
  font-family: "londrina_solid", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

@media (max-width: 767px) {
  #hauts-de-france .intro-section .intro-box .holder h3 {
    font-size: 20px;
    margin-bottom: 35px;
  }
}

@media (min-width: 768px) {
  #hauts-de-france .intro-section .intro-box .holder h3 {
    font-size: 30px;
    margin-bottom: 45px;
  }
}

#hauts-de-france .intro-section .intro-box .holder figure img {
  border-radius: 10px;
}

@media (max-width: 767px) {
  #hauts-de-france .intro-section .intro-box .holder figure img {
    margin: 20px 0 0 0;
  }
}

@media (min-width: 768px) {
  #hauts-de-france .intro-section .intro-box .holder figure img {
    margin: 45px 0;
  }
}

#hauts-de-france .spacing {
  height: 20px;
  width: 100%;
  position: relative;
}

#hauts-de-france .spacing .single-decor {
  right: 0px;
  bottom: -170px;
  z-index: 10;
}

#hauts-de-france .intro-section .intro-box {
  background-image: url(assets/images/white_frame1.png);
}

#hauts-de-france .intro-section .intro-box .holder {
  margin: 30px 10px;
}

.modal-sticky-right {
  z-index: 10000;
  width: 312px;
  position: fixed;
  right: 0;
  top: 50%;
}

@media (max-width: 767px) {
  .modal-sticky-right {
    width: 250px;
  }
}

@media (min-width: 768px) {
  .modal-sticky-right {
    width: 312px;
  }
}

.modal-sticky-right .content {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: -3px 3px 6px #00000015;
  box-shadow: -3px 3px 6px #00000015;
  border-radius: 20px 0px 0px 20px;
}

.modal-sticky-right .content a {
  font: normal normal 900 13px/18px Avenir;
  letter-spacing: 1.95px;
  color: #FFFFFF;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .modal-sticky-right .content a.btn-outline-secondary {
    font: normal normal 900 11px/16px Avenir;
    padding: 0.54rem 1rem 0.5rem 1.5rem;
    width: 150px;
  }
}

.modal-sticky-right .content button.close-sticky-right-model {
  opacity: 1;
  border: none;
  background: transparent;
}

.modal-sticky-right .content button.close-sticky-right-model span i {
  text-shadow: none;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 20px;
}

.modal-sticky-right .content button.close-sticky-right-model span i.icon-arrow-right {
  left: 20px;
}

.modal-sticky-right .content button.close-sticky-right-model span i.icon-arrow-left {
  left: 26px;
}

@media (max-width: 767px) {
  .modal-sticky-right .content .img-top {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .modal-sticky-right .content h1 {
    font-size: 18px;
  }
}

@media (min-width: 769px) {
  .card-slider-section.new .card-size {
    height: 448px;
    background-position: center;
    background-size: 675px;
    background-repeat: no-repeat;
  }
}

@media (max-width: 768px) {
  .card-slider-section.new .card-size {
    height: 250px;
    background-position: center;
    background-size: 375px;
    background-repeat: no-repeat;
  }
}

@media (max-width: 520px) {
  .card-slider-section.new .card-size {
    height: 165px;
    background-position: center;
    background-size: 275px;
    background-repeat: no-repeat;
  }
}

.footer-top {
  background-size: cover;
  background-position: 0 0;
  padding: 40px 22px;
}

@media (min-width: 1024px) {
  .footer-top {
    padding: 100px 0 80px;
  }
}

.footer-top .footer-holder {
  position: relative;
  z-index: 33;
}

@media (min-width: 1024px) {
  .footer-top .footer-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.footer-top .footer-holder .logo-holder {
  width: 100%;
}

@media (min-width: 1024px) {
  .footer-top .footer-holder .logo-holder {
    border-right: 1px solid rgba(255, 255, 255, 0.27);
    max-width: 380px;
  }
}

.footer-top .footer-holder .logo-holder .logo-box {
  text-align: center;
}

.footer-top .footer-holder .logo-holder .logo-box .footer-logo {
  display: block;
  margin-bottom: 20px;
}

.footer-top .footer-holder .logo-holder h3 {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.footer-top .footer-holder .list-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.27);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .footer-top .footer-holder .list-holder {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.footer-top .img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}

@media (min-width: 1024px) {
  .footer-top .img-list {
    padding: 10px 0 10px 40px;
  }
}

.footer-top .img-list li {
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-top .img-list li a {
  display: block;
}

.footer-top .img-list li a:hover {
  -webkit-transform: translateY(-35px);
  transform: translateY(-35px);
}

.footer-top .img-list li img {
  width: 100%;
}

@media (max-width: 1023px) {
  .footer-top .footer-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.27);
    margin-bottom: 24px;
  }
}

.footer-top .footer-nav-list {
  padding: 15px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 1024px) {
  .footer-top .footer-nav-list {
    padding: 36px 15px 0 45px;
  }
}

.footer-top .footer-nav-list li {
  margin-bottom: 5px;
  width: 100%;
}

@media (min-width: 768px) {
  .footer-top .footer-nav-list li {
    width: 50%;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .footer-top .footer-nav-list li {
    width: calc(100% / 3);
  }
}

.footer-top .footer-nav-list a {
  font-size: 1.5rem;
  color: #EFECE4;
  font-weight: 300;
  letter-spacing: 1.3px;
}

@media (min-width: 520px) {
  .footer-top .footer-nav-list a {
    font-size: 2rem;
  }
}

.footer-top .footer-nav-list a:hover {
  color: #FECE2F;
}

.footer-bottom {
  background-color: #343232;
  color: #FFFCF4;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 25px 0;
}

.footer-bottom p {
  margin-bottom: 0;
}

.contact-list {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.contact-list li {
  padding: 0 7px;
}

.contact-list li a {
  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: 46px;
  height: 46px;
  border-radius: 50px;
  background-color: #fff;
  color: #434343;
  font-size: 18px;
}

.contact-list li a:hover {
  background-color: #FECE2F;
}

#footer {
  position: relative;
  z-index: 3333;
}

.btn,
.wpcf7 input.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .wpcf7-submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 220px;
  border-radius: 80px;
  background-color: #c4082d;
  font-family: "montserrat", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  letter-spacing: 1.95px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.3rem;
  padding: 1rem 1.5rem 1rem 2.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn:hover,
.wpcf7 input.wpcf7-submit:hover,
.contact-page-wrapper .contact-section .intro-box .holder .wpcf7-submit:hover {
  width: 230px;
  color: #ffffff;
}

.btn i,
.wpcf7 input.wpcf7-submit i,
.contact-page-wrapper .contact-section .intro-box .holder .wpcf7-submit i {
  width: 33px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  color: #c4082d;
  padding-left: 5px;
}

.contact-page-wrapper .btn.disabled,
.contact-page-wrapper .wpcf7 input.disabled.wpcf7-submit,
.wpcf7 .contact-page-wrapper input.disabled.wpcf7-submit,
.contact-page-wrapper .contact-section .intro-box .holder .disabled.wpcf7-submit {
  pointer-events: none;
}

.wpcf7 label {
  display: block;
  width: 100%;
}

.wpcf7 input:not(.wpcf7-submit),
.wpcf7 select,
.wpcf7 textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-box-shadow 0.15s ease-in-out 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: border-color 0.15s ease-in-out 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-box-shadow 0.15s ease-in-out 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: border-color 0.15s ease-in-out 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), box-shadow 0.15s ease-in-out 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  transition: border-color 0.15s ease-in-out 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), box-shadow 0.15s ease-in-out 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-box-shadow 0.15s ease-in-out 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

.wpcf7 input:not(.wpcf7-submit)::-ms-expand,
.wpcf7 select::-ms-expand,
.wpcf7 textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}

.wpcf7 input:not(.wpcf7-submit):-moz-focusring,
.wpcf7 select:-moz-focusring,
.wpcf7 textarea:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.wpcf7 input:not(.wpcf7-submit):focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.wpcf7 input:not(.wpcf7-submit)::-webkit-input-placeholder,
.wpcf7 select::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.wpcf7 input:not(.wpcf7-submit)::-moz-placeholder,
.wpcf7 select::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.wpcf7 input:not(.wpcf7-submit):-ms-input-placeholder,
.wpcf7 select:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.wpcf7 input:not(.wpcf7-submit)::-ms-input-placeholder,
.wpcf7 select::-ms-input-placeholder,
.wpcf7 textarea::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.wpcf7 input:not(.wpcf7-submit)::placeholder,
.wpcf7 select::placeholder,
.wpcf7 textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}

.wpcf7 input:not(.wpcf7-submit):disabled,
.wpcf7 input:not(.wpcf7-submit)[readonly],
.wpcf7 select:disabled,
.wpcf7 select[readonly],
.wpcf7 textarea:disabled,
.wpcf7 textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.wpcf7 input:not(.wpcf7-submit).wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
  border-color: #dc3545;
}

.wpcf7 select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.wpcf7 textarea {
  height: auto;
}

.wpcf7 .wpcf7-not-valid-tip {
  color: #dc3545;
}

.wpcf7 input[type=file] {
  border: 0 !important;
}

.wpcf7 input[type=checkbox] {
  display: inline;
  width: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.wpcf7 form .wpcf7-response-output {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-family: "londrina_solid", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #357744;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.wpcf7 form.sent .wpcf7-response-output hr {
  border-top-color: #b1dfbb;
}

.wpcf7 form.sent .wpcf7-response-output .alert-link {
  color: #255430;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: #933c44;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.wpcf7 form.failed .wpcf7-response-output hr,
.wpcf7 form.aborted .wpcf7-response-output hr,
.wpcf7 form.invalid .wpcf7-response-output hr,
.wpcf7 form.unaccepted .wpcf7-response-output hr {
  border-top-color: #f1b0b7;
}

.wpcf7 form.failed .wpcf7-response-output .alert-link,
.wpcf7 form.aborted .wpcf7-response-output .alert-link,
.wpcf7 form.invalid .wpcf7-response-output .alert-link,
.wpcf7 form.unaccepted .wpcf7-response-output .alert-link {
  color: #6f2d33;
}

.wpcf7 form.spam .wpcf7-response-output {
  color: #a58524;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.wpcf7 form.spam .wpcf7-response-output hr {
  border-top-color: #ffe8a1;
}

.wpcf7 form.spam .wpcf7-response-output .alert-link {
  color: #7b631b;
}

.wpcf7 .wpcf7-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wpcf7 .wpcf7-checkbox label .wpcf7-list-item-label {
  padding-left: 0.5rem;
}

/* */
.wp-block-pullquote {
  margin: 4rem 0;
}

@media (min-width: 1024px) {

  /* monster munch */
  .postid-188 .alt-description .decor-holder .single-decor.img3 {
    width: 186px;
    right: -60px;
  }

  .postid-188 .partners-section .decor-holder .single-decor.img1 {
    width: 260px;
    left: 5px;
  }

  /* marques natur-bon */
  .postid-225 .alt-description .decor-holder {
    z-index: 1000;
  }

  .postid-225 .alt-description .decor-holder .single-decor.img3 {
    width: 220px;
  }

  /* marques curly */
  .postid-159 .alt-description .decor-holder {
    z-index: 1000;
  }

  .postid-159 .alt-description .decor-holder .single-decor.img3 {
    width: 186px;
  }
}

@media (max-width: 768px) {
  .postid-159 .partners-section .decor-holder .img3 {
    width: 120px;
  }
}

.single-post .hr-support .center-box .container .img-box {
  width: 40%;
}

.single-post .hr-support .center-box .container .text-box {
  width: 55%;
}

@media (max-width: 520px) {
  .single-post .hr-support .center-box .container .img-box {
    width: 100%;
  }

  .single-post .hr-support .center-box .container .text-box {
    width: 100%;
  }
}

.single-post .hr-support .full-box .img-box {
  margin: 0;
}

.single-post .hr-support .full-box.bottom-decor .content-holder .img-box {
  width: 38%;
}

@media (max-width: 520px) {
  .single-post .hr-support .full-box.bottom-decor .content-holder .img-box {
    width: 100%;
    margin: auto;
    margin-bottom: 2rem;
  }
}

.single-post .hr-support .full-box .text-box {
  padding-right: 110px;
}

@media (max-width: 520px) {
  .single-post .hr-support .full-box .text-box {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .postid-239 .hero-section .title-box .subtitle {
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
  }
}

@media (max-width: 520px) {

  .page-id-104 .description-section .bg-holder,
  .page-id-63 .description-section .bg-holder {
    background-color: transparent;
  }

  .page-id-104 .description-section .bg-holder:before,
  .page-id-63 .description-section .bg-holder:before {
    background-image: none;
  }
}

@media (max-width: 520px) {

  .page-id-199 .card-slider-section .title-box,
  .page-id-104 .card-slider-section .title-box {
    max-width: none;
  }

  .page-id-199 .card-slider-section .farmers-nav,
  .page-id-104 .card-slider-section .farmers-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .page-id-199 .card-slider-section .farmers-nav .slick-arrow,
  .page-id-104 .card-slider-section .farmers-nav .slick-arrow {
    margin: 0 3px;
  }
}

/*# sourceMappingURL=style.css.map */

.large-slider-section .large-single-slider .slide-item img {
  width: auto !important;
  max-height: 800px;
  margin: auto !important;
}

@media (max-width: 1200px) {
  .large-slider-section .large-single-slider .slide-item img {
    max-height: 450px;
  }
}

@media (max-width: 790px) {
  .large-slider-section .large-single-slider .slide-item img {
    max-height: 300px;
  }
}

/*CSS EN CAS DE NON IMAGE */

/* Structure de base (si pas déjà définie) */
.description-holder.alt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

/* ==== CAS SANS MÉDIA ==== */
.description-holder.alt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

/* === Cas avec média === */
.alt-description.is-has-media .description-holder.alt.has-media .img-box {
  flex: 1 1 45%;
}
.alt-description.is-has-media .description-holder.alt.has-media .text-box.with-holder {
  flex: 1 1 55%;
  text-align: left;
}

/* === Cas sans média === */
.alt-description.is-no-media .description-holder.alt.no-media .text-box.no-holder {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  text-align: center;
}

/* Centrer le contenu (titre + texte) */
.alt-description.is-no-media .description-holder.alt.no-media .text-box.no-holder h1,
.alt-description.is-no-media .description-holder.alt.no-media .text-box.no-holder h2,
.alt-description.is-no-media .description-holder.alt.no-media .text-box.no-holder h3,
.alt-description.is-no-media .description-holder.alt.no-media .text-box.no-holder p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


