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

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

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

body {
  margin: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25;
  color: black;
  text-align: left;
  background-color: white;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: 600;
}

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: black;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #71A800;
  text-decoration: underline;
}

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

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

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

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: #4f4f4f;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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] {
  box-sizing: border-box;
  padding: 0;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 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;
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1230px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-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 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.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: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

  .offset-sm-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

  .offset-md-1 {
    margin-left: 8.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: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

  .offset-lg-1 {
    margin-left: 8.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: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

  .offset-xl-1 {
    margin-left: 8.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%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

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

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

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

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

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

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

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

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

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

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

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

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

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

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

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

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

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

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

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

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

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

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

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

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

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

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

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

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

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -3rem !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;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.25em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25;
  color: #495057;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    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: white;
  border-color: #808080;
  outline: 0;
  box-shadow: none;
}
.form-control::placeholder {
  color: #808080;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

.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: 1rem;
  line-height: 1.25;
  color: black;
  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: flex;
  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: #4f4f4f;
}

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

.form-check-inline {
  display: inline-flex;
  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: 0.75rem;
  color: #71A800;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.25;
  color: white;
  background-color: rgba(113, 168, 0, 0.9);
  border-radius: 0.25rem;
}

.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: #71A800;
  padding-right: calc(1.25em + 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='%2371A800' 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.3125em + 0.1875rem) center;
  background-size: calc(0.625em + 0.375rem) calc(0.625em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #71A800;
  box-shadow: 0 0 0 0 rgba(113, 168, 0, 0.25);
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #71A800;
  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") no-repeat right 0.75rem center/8px 10px, 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='%2371A800' 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") white no-repeat center right 1.75rem/calc(0.625em + 0.375rem) calc(0.625em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #71A800;
  box-shadow: 0 0 0 0 rgba(113, 168, 0, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #71A800;
}
.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: #71A800;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #71A800;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #93db00;
  background-color: #93db00;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(113, 168, 0, 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: #71A800;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #71A800;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #71A800;
  box-shadow: 0 0 0 0 rgba(113, 168, 0, 0.25);
}

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

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

.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.25em + 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.3125em + 0.1875rem) center;
  background-size: calc(0.625em + 0.375rem) calc(0.625em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.25em + 0.75rem);
  background-position: top calc(0.3125em + 0.1875rem) right calc(0.3125em + 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") no-repeat right 0.75rem center/8px 10px, 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") white no-repeat center right 1.75rem/calc(0.625em + 0.375rem) calc(0.625em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0 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 {
  box-shadow: 0 0 0 0 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;
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    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: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  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(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.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: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.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,
.input-group-lg > .input-group-append > .btn {
  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,
.input-group-sm > .input-group-append > .btn {
  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,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn: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,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn: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: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 0.5rem;
}
.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-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  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: white;
  border-color: #dee2e6 #dee2e6 white;
}
.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: white;
  background-color: #007bff;
}

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

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

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

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

.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: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

.text-white {
  color: white !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: #71A800 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #3e5c00 !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: black !important;
}

.text-muted {
  color: #4f4f4f !important;
}

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

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

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
}

.fs--12 {
  font-size: 12px;
}

.fs--14 {
  font-size: 14px;
}

.fs--16 {
  font-size: 16px;
}

.fs--20 {
  font-size: 20px;
}

.text-green-grd {
  background: linear-gradient(207.43deg, #71A800 38.68%, #3F6600 94.02%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

h1, .h1 {
  font-size: 3.4375rem;
  line-height: 1.4545;
  font-weight: 900;
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 1.875rem;
    line-height: 1.3666;
  }
}

h2, .h2 {
  font-size: 2.125rem;
  line-height: 1.2647;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 1.625rem;
  }
}

h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.25;
}
@media (max-width: 767.98px) {
  h3, .h3 {
    font-size: 1rem;
  }
}

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

small,
.small {
  font-size: 0.75rem;
  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;
}

.mobile-only {
  display: none !important;
}
@media (max-width: 767.98px) {
  .mobile-only {
    display: inherit !important;
  }
}

@media (max-width: 767.98px) {
  .mobile-hidden {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .mobile-center {
    text-align: center;
  }
}

order-1 {
  order: 1;
}
order-2 {
  order: 2;
}
order-3 {
  order: 3;
}
order-4 {
  order: 4;
}

@media (max-width: 767.98px) {
  .mobile-order-1 {
    order: 1;
  }
}
@media (max-width: 767.98px) {
  .mobile-order-2 {
    order: 2;
  }
}
@media (max-width: 767.98px) {
  .mobile-order-3 {
    order: 3;
  }
}
@media (max-width: 767.98px) {
  .mobile-order-4 {
    order: 4;
  }
}

@media (max-width: 991.98px) {
  .tablet-order-1 {
    order: 1;
  }
}
@media (max-width: 991.98px) {
  .tablet-order-2 {
    order: 2;
  }
}
@media (max-width: 991.98px) {
  .tablet-order-3 {
    order: 3;
  }
}
@media (max-width: 991.98px) {
  .tablet-order-4 {
    order: 4;
  }
}

@media (max-width: 1199.98px) {
  .lg-order-1 {
    order: 1;
  }
}
@media (max-width: 1199.98px) {
  .lg-order-2 {
    order: 2;
  }
}
@media (max-width: 1199.98px) {
  .lg-order-3 {
    order: 3;
  }
}
@media (max-width: 1199.98px) {
  .lg-order-4 {
    order: 4;
  }
}

@media (max-width: 767.98px) {
  .text-white-mobile {
    color: white !important;
  }
}

.button {
  padding: 0.8125rem 1.875rem;
  background: none;
  outline: 0;
  color: #71A800;
  border: 1px solid #71A800;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1em;
  /*height: 44px;*/
  cursor: pointer;
  position: relative;
  transition: color 0.3s;
  z-index: 0;
}
.button:hover {
  color: #fff;
  text-decoration: none;
}
.button:hover:before {
  opacity: 1;
}
.button:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(207.43deg, #71A800 38.68%, #3F6600 94.02%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
.button:focus {
  outline: 0;
}
.button:active {
  border-style: inset;
}
.button.--green {
  color: white;
  background: linear-gradient(207.43deg, #71A800 38.68%, #3F6600 94.02%);
  position: relative;
}
.button.--green:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 0;
  background: transparent;
  border-top: 1px solid #71A800;
  border-bottom: 1px solid #71A800;
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.button.--green:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
.button.--green:hover {
  color: #71A800;
  border-color: #fff;
  text-decoration: none;
}
.button.--green:hover:before {
  opacity: 1;
}
.button.--green:hover:after {
  width: 100%;
  left: 0;
}
.button.--green:active {
  border-color: transparent;
}
.button.--white-green {
  padding: 0.625rem 1.0625rem;
  /*@include text-gradient;*/
  border: 2px solid transparent;
  border-image: linear-gradient(207.43deg, #71A800 38.68%, #3F6600 94.02%);
  border-image-slice: 1;
}
.button.--white-green:hover {
  color: #fff;
}
.button.--arrow {
  background: linear-gradient(207.43deg, #71A800 38.68%, #3F6600 94.02%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
  border: none;
  display: flex;
  align-items: baseline;
  padding: 0;
}
.button.--arrow:before {
  display: none;
}
.button.--arrow:after {
  content: "";
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAyMSAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuOTA5MDgxIDUuMzM4NTVIMTcuODk2NEwxMy44NDMgMS40Nzc4OUMxMy40ODc5IDEuMTM5ODkgMTMuNDg3OSAwLjU5MTU5NCAxMy44NDMgMC4yNTM2NDdDMTQuMTk4MSAtMC4wODQ1NDkyIDE0Ljc3MzggLTAuMDg0NTQ5MiAxNS4xMjg0IDAuMjUzNjQ3TDIwLjczMzcgNS41OTIwOUMyMS4wODg4IDUuOTMwMDkgMjEuMDg4OCA2LjQ3ODQ0IDIwLjczMzcgNi44MTYzM0wxNS4xMjg0IDEyLjE1NUMxNC45NTA5IDEyLjMyNDIgMTQuNzE4MyAxMi40MDg2IDE0LjQ4NTcgMTIuNDA4NkMxNC4yNTMxIDEyLjQwODYgMTQuMDIwNSAxMi4zMjQyIDEzLjg0MyAxMi4xNTVDMTMuNDg3OSAxMS44MTcgMTMuNDg3OSAxMS4yNjg3IDEzLjg0MyAxMC45MzA4TDE3Ljg5NjQgNy4wNjk5OEgwLjkwOTA4MUMwLjQwNzA4MiA3LjA2OTk4IDAgNi42ODIzMyAwIDYuMjA0MjRDMCA1LjcyNjE0IDAuNDA3MDI4IDUuMzM4NTUgMC45MDkwODEgNS4zMzg1NVoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcikiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhciIgeDE9IjExLjE5OTUiIHkxPSIwLjU5OTc1IiB4Mj0iMjIuMDM0OCIgeTI9IjguNTQwOTgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzcxQTgwMCIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMzRjY2MDAiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K") no-repeat center;
  width: 21px;
  height: 13px;
  margin-left: 1rem;
  transition: all 0.2s;
}
.button.--arrow:hover {
  background: linear-gradient(207.43deg, #246129 38.68%, #22501a 94.02%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.button.--arrow:hover:after {
  margin-left: 1.2rem;
}

.logo {
  width: 227px;
  height: 33.4px;
  background-image: url("/local/templates/centrconsult-new/assets/images/logo-dark.png");
  background-position: top center;
  background-repeat: no-repeat;
}
.logo.--white {
  background-image: url("/local/templates/centrconsult-new/assets/images/logo-white.png");
}
.logo.--green {
  background-image: url("/local/templates/centrconsult-new/assets/images/logo-green.png");
}
.logo.--left {
  background-position: 0 center;
}

.form-control {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #808080;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .form-control {
    padding: 1rem 0;
  }
}

.info-block {
  padding-top: 1rem;
  user-select: none;
}
@media (max-width: 1199.98px) {
  .info-block {
    width: 50%;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .info-block {
    width: 100%;
  }
}
.info-block.--round {
  border-radius: 50%;
  background-color: white;
  text-align: center;
  position: relative;
  transition: color 0.3s;
  z-index: 0;
}
.info-block.--round:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100px;
  background: linear-gradient(207.43deg, #71A800 38.68%, #3F6600 94.02%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
.info-block.--round:hover {
  color: white;
  text-decoration: none;
}
.info-block.--round:hover:before {
  opacity: 1;
}
.info-block.--ip {
  width: 153px;
  height: 153px;
  padding-top: 37px;
}
.info-block.--oao {
  width: 99px;
  height: 99px;
  padding-top: 10px;
}
.info-block.--ooo {
  width: 177px;
  height: 177px;
  padding-top: 50px;
}
.info-block__title {
  font-size: 1.25rem;
  background: linear-gradient(207.43deg, #71A800 38.68%, #3F6600 94.02%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.info-block.--round:hover .info-block__title {
  color: white;
  -webkit-text-fill-color: white;
}
.info-block__number {
  font-size: 2.875rem;
  font-weight: 600;
}
.info-block.--round .info-block__number {
  font-size: 2.6875rem;
  background: linear-gradient(207.43deg, #71A800 38.68%, #3F6600 94.02%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.info-block.--round:hover .info-block__number {
  color: white;
  -webkit-text-fill-color: white;
}
.info-block__plus {
  background: linear-gradient(207.43deg, #71A800 38.68%, #3F6600 94.02%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 2.875rem;
}

.nav-link {
  cursor: pointer;
}

.nav-opener {
  width: 50px;
  height: 40px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .nav-opener {
    display: none;
  }
}
.nav-opener:after, .nav-opener:before, .nav-opener span {
  background: white;
  position: absolute;
  top: 45%;
  left: 20%;
  right: 20%;
  height: 4px;
  transition: all 0.2s linear;
}
.header.--white .nav-opener:after, .header.--white .nav-opener:before, .header.--white .nav-opener span {
  background: #375729;
}
.nav-opener:after, .nav-opener:before {
  content: "";
  top: 25%;
}
.nav-opener:after {
  top: 65%;
}
.nav-opener[aria-expanded=true]:after, .nav-opener[aria-expanded=true]:before {
  transform: rotate(45deg);
  top: 45%;
  left: 15%;
  right: 15%;
}
.nav-opener[aria-expanded=true]:after {
  transform: rotate(-45deg);
}
.nav-opener[aria-expanded=true] span {
  opacity: 0;
}

.region {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.region__flag {
  width: 32px;
  height: 32px;
  background-image: url("/local/templates/centrconsult-new/assets/images/rus-flag.png");
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.section-title-icon {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 1.25rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  /* Rectangle 6 */
}
.section-title-icon:before, .section-title-icon:after {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(207.43deg, #71A800 38.68%, #3F6600 94.02%);
  transform: rotate(45deg);
}
.section-title-icon:before {
  top: 4px;
  left: 3px;
  width: 12.79px;
  height: 12.79px;
}
.section-title-icon:after {
  top: 5.98px;
  left: 13px;
  width: 8.57px;
  height: 8.57px;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 2px 0px 2px 2px;
}
.section-title-icon.--white:before, .section-title-icon.--white:after {
  background: #FFF;
}
.section-title-icon.--white:after {
  border-color: #666666;
}
.section-title-icon.--rotate90 {
  transform: rotate(90deg);
}

.slider-nav {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.slider-nav.service-small {
  width: 60px;
  height: 60px;
}
.slider-nav.service-small .slider-nav__circle {
  stroke: black !important;
  stroke-width: 2px;
}
.slider-nav.service-small .slider-nav__circle.--timer {
  stroke: #71A800 !important;
}
.slider-nav.service-small .slider-nav__arrow {
  fill: black !important;
}
.slider-nav__circle {
  fill: rgba(255, 255, 255, 0);
  transition: fill 0.15s linear;
  stroke-miterlimit: 10;
  stroke-width: 1px;
  stroke: black;
}
@media (prefers-reduced-motion: reduce) {
  .slider-nav__circle {
    transition: none;
  }
}
.slider-nav.--white .slider-nav__circle:not(.--timer) {
  stroke: #FFF;
}
@media (max-width: 767.98px) {
  .slider-nav.--white-mobile .slider-nav__circle:not(.--timer) {
    stroke: #FFF;
  }
}
.slider-nav.--white-services .slider-nav__circle {
  fill: #FFF;
}
.slider-nav.--white-services .slider-nav__circle:not(.--timer) {
  stroke: #000;
}
@media (min-width: 768px) {
  .slider-nav.--white-services .slider-nav__circle:not(.--timer) {
    stroke: #FFF;
  }
}
.slider-nav__circle.--timer {
  fill: none;
  stroke: #71A800;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  stroke-dasharray: 192;
  transform: rotate(-90deg);
  transform-origin: center;
  stroke-dashoffset: 192px;
  transition: stroke-dashoffset 0.05s linear;
}
.slider-nav__arrow {
  fill: black;
}
.slider-nav.--white .slider-nav__arrow {
  fill: white;
}
@media (max-width: 767.98px) {
  .slider-nav.--white-mobile .slider-nav__arrow {
    fill: white;
  }
}
@media (min-width: 768px) {
  .slider-nav.--white-services .slider-nav__arrow {
    fill: #71A801;
  }
}

.text-block {
  padding: 20px 0;
}
.text-block p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.text-block a {
  color: #71A800;
}
.text-block .alert {
  margin: 40px 0;
  background: #E7E7E7;
  padding: 30px;
  color: #EB5757;
}
.text-block ul {
  margin: 40px 0;
  padding: 0;
  list-style: none;
}
.text-block ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.text-block ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 8.64px;
  height: 8.64px;
  background: linear-gradient(207.43deg, #71A800 38.68%, #3F6600 94.02%);
  border-radius: 2px 0px 2px 2px;
  transform: matrix(0.71, 0.7, -0.72, 0.71, 0, 0);
}
.text-block ul.check-list li:after {
  top: 0;
  margin-top: 5px;
  width: 20px;
  height: 15px;
  background: url("/local/templates/centrconsult-new/assets/images/sprite.png") no-repeat;
  background-position: -81px 0;
  border-radius: 0;
  transform: none;
}
.text-block ul.check-list.two-cols {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.text-block ul.check-list.two-cols li {
  min-height: 40px;
  margin: 0;
}
.text-block ul.check-list.three-cols {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.text-block ul.check-list.three-cols li {
  min-height: 40px;
  margin: 0;
}

.youtube {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  cursor: pointer;
}
.youtube:hover .play-button:after {
  transform: rotate(360deg);
}
.youtube .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -26px;
  margin-top: -26px;
  width: 52px;
  height: 52px;
  background: #333;
  border-radius: 26px;
  transition: 0.3s;
}
.youtube .play-button:hover {
  box-shadow: 5px 5px 10px #0000004d;
}
.youtube .play-button:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube .play-button:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 71px;
  height: 71px;
  background: url(/local/templates/centrconsult-new/assets/images/sprite.png) no-repeat;
  transition: 0.3s;
}
.youtube img {
  width: 100%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.definitions {
  width: 100%;
  margin: 40px 0;
  border: 3px solid #3F6600;
}
@media (max-width: 767.98px) {
  .definitions {
    display: block;
    overflow-x: scroll;
  }
}
.definitions tr {
  border-bottom: 1px solid #3f660021;
}
.definitions tr td {
  width: 33.333%;
  padding: 30px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: black;
}
.definitions tr td .sub {
  font-weight: 300;
  font-size: 12px;
  opacity: 0.5;
}

main table {
  width: 100%;
  margin: 40px 0;
  border: 3px solid #3F6600;
}
@media (max-width: 767.98px) {
  table {
    display: block;
    overflow-x: scroll;
  }
}
main table tr {
  border-bottom: 1px solid #3f660021;
}
main table tr td {
  padding: 30px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: black;
}
main table tr td .sub {
  font-weight: 300;
  font-size: 12px;
  opacity: 0.5;
}

.clients-slider__slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575.98px) {
  .clients-slider__slide {
    max-width: 420px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .clients-slider__slide {
    max-width: 570px;
  }
}
.clients-slider__client {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .clients-slider__client {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .clients-slider__client {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .clients-slider__client {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}
.clients-slider__client img {
  margin-bottom: 10px;
}
.clients-slider__client-logo {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.clients-slider__client-logo:hover {
  filter: none;
}
.clients-slider__client-title {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.company-info {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.corespodence-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 768px) {
  .corespodence-item {
    flex-wrap: nowrap;
  }
}
.corespodence-item:before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 0;
  height: calc(100% - 40px);
  width: 1px;
  background: #bdbdbd;
}
@media (max-width: 767.98px) {
  .corespodence-item:before {
    display: none;
  }
}
.corespodence-item-section {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 20px;
  padding: 10px 0;
  letter-spacing: 1.2em;
  color: #bdbdbd;
  background: #fff;
  writing-mode: tb-rl;
  transition: color 0.2s;
}
@media (max-width: 767.98px) {
  .corespodence-item-section {
    display: none;
  }
}
.corespodence-item-section:hover {
  text-decoration: none;
}
.corespodence-item__img img {
  height: auto;
  box-shadow: 0 0 15px #00000030;
}
@media (max-width: 767.98px) {
  .corespodence-item__title {
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  .corespodence-item__title:hover {
    color: #fff;
    text-decoration: none;
  }
}

.form__title {
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.form__button {
  width: 100%;
}

.nav {
  justify-content: space-around;
  align-items: center;
}

.reviews-slider__review {
  margin: auto;
  width: 290px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 25px rgba(130, 130, 130, 0.25);
  padding: 3rem 1rem;
}
.reviews-slider__review-pic {
  height: 110px;
}
.reviews-slider.count-2 .slick-dots li {
  width: calc((100% - 20px)/2);
}
.reviews-slider.count-3 .slick-dots li {
  width: calc((100% - 40px)/3);
}
.reviews-slider.count-4 .slick-dots li {
  width: calc((100% - 60px)/4);
}
.reviews-slider.count-5 .slick-dots li {
  width: calc((100% - 80px)/5);
}
.reviews-slider.count-6 .slick-dots li {
  width: calc((100% - 100px)/6);
}
.reviews-slider.count-7 .slick-dots li {
  width: calc((100% - 120px)/7);
}
.reviews-slider.count-8 .slick-dots li {
  width: calc((100% - 140px)/8);
}
.reviews-slider.count-9 .slick-dots li {
  width: calc((100% - 160px)/9);
}
.reviews-slider.count-10 .slick-dots li {
  width: calc((100% - 180px)/10);
}
.reviews-slider .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: -25px;
}
.reviews-slider .slick-dots li {
  float: left;
  height: 1px;
  background: #fff;
  opacity: 0.5;
  width: calc((100% - 100px)/6);
}
.reviews-slider .slick-dots li:not(:last-child) {
  margin-right: 20px;
}
.reviews-slider .slick-dots li.slick-active {
  opacity: 1;
}
.reviews-slider .slick-dots li button {
  display: none;
}

.service {
  width: 15%;
  max-width: 170px;
  position: relative;
}
@media (min-width: 992px) {
  .service {
    position: initial;
  }
}
@media (max-width: 991.98px) {
  .service {
    width: calc(100% - 40px);
    max-width: inherit;
    margin: 0 auto;
  }
}
.service__title {
  border: 1px solid #828282;
  position: relative;
  padding: 0.5rem;
  /*margin-left: 1rem;
  margin-right: 1rem;*/
  margin-bottom: calc(18px + 1rem);
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  background: linear-gradient(207.43deg, #71A800 38.68%, #3F6600 94.02%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@media (min-width: 992px) {
  .service__title {
    border: 1px solid #BDBDBD;
    width: 100%;
    height: 170px;
    text-align: center;
    color: black;
    -webkit-text-fill-color: black;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    transition: all 0.2s;
  }
}
.service:not(.--open) .service__title {
  border-color: transparent;
  box-shadow: 0 0 7px rgba(130, 130, 130, 0.35);
}
.service:not(.--open) .service__title:hover {
  box-shadow: 0 0 14px rgba(130, 130, 130, 0.35);
  border-color: transparent;
  /*transform: scale(1.04);*/
}
.service__title:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
}
@media (min-width: 992px) {
  .service.--open .service__title {
    border-color: #71a800;
    color: white;
    -webkit-text-fill-color: white;
    -webkit-background-clip: border-box;
    background-clip: border-box;
  }
}
.service.--open .service__title:before {
  left: calc(50% - 15px);
  bottom: -15px;
  width: 30px;
  height: 30px;
  background: linear-gradient(207.43deg, #4d7900 38.68%, #456e00 94.02%);
  transform: rotate(45deg);
  border-radius: 40px 0 0 0;
}
@media (max-width: 991.98px) {
  .service.--open .service__title:before {
    bottom: -16px;
    background: #fff;
    border: 1px solid #828282;
    border-left: none;
    border-top: none;
  }
}
.service.--open .service__title .service__icon.icon__license {
  background-position: 0 -151px;
}
.service.--open .service__title .service__icon.icon__join {
  background-position: -49px -151px;
}
.service.--open .service__title .service__icon.icon__cert {
  background-position: -107px -151px;
}
.service.--open .service__title .service__icon.icon__tender {
  background-position: -167px -151px;
}
.service.--open .service__title .service__icon.icon__reg {
  background-position: -236px -151px;
}
.service.--open .service__title .service__icon.icon__servise {
  background-position: -303px -151px;
}
.service__icon {
  display: none;
}
@media (min-width: 992px) {
  .service__icon {
    display: block;
    margin: 0 auto;
    background: url("/local/templates/centrconsult-new/assets/images/sprite.png") no-repeat;
    /*svg {
      fill: url(#paint_linear);
      stroke: url(#paint_linear);

      .service__title:hover & {
        fill: white;
        stroke: white;
      }
      .service.--open & {
        fill: white;
        stroke: white;
      }
    }*/
  }
  .service__icon.icon__license {
    width: 49px;
    height: 67px;
    background-position: 0 -218px;
  }
  .service__icon.icon__join {
    width: 58px;
    height: 67px;
    background-position: -49px -218px;
  }
  .service__icon.icon__cert {
    width: 60px;
    height: 68px;
    background-position: -107px -219px;
  }
  .service__icon.icon__tender {
    width: 67px;
    height: 67px;
    background-position: -167px -218px;
  }
  .service__icon.icon__reg {
    width: 67px;
    height: 67px;
    background-position: -236px -218px;
  }
  .service__icon.icon__servise {
    width: 67px;
    height: 64px;
    background-position: -303px -215px;
  }
}
.service__description {
  display: none;
  opacity: 0;
  padding: 1.5rem 0;
}
.service.--open .service__description {
  opacity: 1;
  display: block;
}
@media (min-width: 992px) {
  .service__description {
    position: absolute;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .service__description .p-0 {
    padding: 20px 0 !important;
  }
}
@media (max-width: 991.98px) {
  .service__description .mx-3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.service__items {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  align-items: stretch;
}
@media (min-width: 576px) {
  .service__items {
    box-shadow: 0px 4px 25px rgba(130, 130, 130, 0.25);
  }
}
@media (max-width: 991.98px) {
  .service__items {
    box-shadow: none;
  }
}
.service__items-inner {
  padding: 20px 10px 25px !important;
}
.service__items-inner p, .service__items-inner ul {
  font-size: 14px;
  margin-bottom: 10px;
}
.service__items-inner h2 {
  line-height: 1.2;
}
.service .image-slider img {
  max-height: 100%;
}
.service .js-slider .slick-dots {
  display: none !important;
}
.service__slider-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .service__slider-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 445px;
    height: 100px;
    margin: 0 1.5rem 1.5rem 0;
    background: linear-gradient(207.43deg, #71A800 38.68%, #3F6600 94.02%);
    color: white;
  }
}
.service__slider-nav .js-slider-sub.count-1 li {
  width: 100%;
}
.service__slider-nav .js-slider-sub.count-2 li {
  width: calc((100% - 20px)/2);
}
.service__slider-nav .js-slider-sub.count-3 li {
  width: calc((100% - 40px)/3);
}
.service__slider-nav .js-slider-sub.count-4 li {
  width: calc((100% - 60px)/4);
}
.service__slider-nav .js-slider-sub.count-5 li {
  width: calc((100% - 80px)/5);
}
.service__slider-nav .js-slider-sub.count-6 li {
  width: calc((100% - 100px)/6);
}
.service__slider-nav .js-slider-sub.count-7 li {
  width: calc((100% - 120px)/7);
}
.service__slider-nav .js-slider-sub.count-8 li {
  width: calc((100% - 140px)/8);
}
.service__slider-nav .js-slider-sub.count-9 li {
  width: calc((100% - 160px)/9);
}
.service__slider-nav .js-slider-sub.count-10 li {
  width: calc((100% - 180px)/10);
}
.service__slider-nav .js-slider-sub .slick-slide {
  text-align: center;
}
.service__slider-nav .js-slider-sub .slick-dots {
  display: block !important;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: -15px;
}
.service__slider-nav .js-slider-sub .slick-dots li {
  float: left;
  height: 1px;
  background: #fff;
  opacity: 0.5;
}
.service__slider-nav .js-slider-sub .slick-dots li:not(:last-child) {
  margin-right: 20px;
}
.service__slider-nav .js-slider-sub .slick-dots li.slick-active {
  opacity: 1;
}
.service__slider-nav .js-slider-sub .slick-dots li button {
  display: none;
}

.section-title {
  background: linear-gradient(207.43deg, #71A800 38.68%, #3F6600 94.02%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.section-title.--end {
  justify-content: flex-end;
}
.section-title.--white {
  color: white;
  -webkit-text-fill-color: white;
  background: none;
}
.section-title__icon {
  vertical-align: middle;
  position: relative;
}

.video-review {
  margin-top: 90px;
  padding-top: 200px;
  border: 6px solid #E7E7E7;
  position: relative;
  min-width: 320px;
  width: 100%;
  max-width: 450px;
}
@media (min-width: 768px) {
  .video-review {
    padding-top: 1rem;
    height: 290px;
    margin: auto auto 50px;
    transform: translateX(100px);
  }
}
@media (min-width: 1200px) {
  .video-review {
    margin-right: 0;
    transform: translateX(0);
  }
}
.video-review.--green {
  border: 6px solid #3F6600;
}
.video-review__name {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: bold;
}
.video-review__info {
  text-align: center;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .video-review__info {
    text-align: left;
    padding-left: 275px;
    padding-top: 3rem;
  }
}
.video-review__post {
  color: #828282;
}
.video-review__video {
  position: absolute;
  top: -90px;
  display: flex;
  width: 100%;
}
.video-review__video img {
  max-width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .video-review__video {
    top: auto;
    left: -150px;
    bottom: -40px;
  }
}
.video-review__img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.video-review__img img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.video-review__text {
  max-width: 350px;
  margin: 0 auto 20px;
}
.video-review__company-logo {
  margin: 0 auto 1rem;
}
.video-review.video-review-lg {
  height: 490px;
  max-width: 600px;
  padding-top: 3rem;
}
.video-review.video-review-lg .video-review__video {
  width: 120%;
  left: -100%;
  bottom: -70px;
}
.video-review.video-review-lg .video-review__info {
  padding-left: 0;
  padding-top: 0;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .video-reviews-list-service .video-review {
    height: auto;
    max-width: 90%;
    padding-top: 220px;
    margin-top: 100px;
    transform: inherit;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .video-reviews-list-service .video-review {
    padding-top: 150px;
  }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
  .video-reviews-list-service .video-review {
    max-width: inherit;
    padding-top: 0;
  }
}
@media (max-width: 1199.98px) {
  .video-reviews-list-service .video-review .video-review__video {
    width: 690px;
    height: 400px;
    left: 50%;
    margin-left: -345px;
    bottom: inherit;
    top: -100px;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .video-reviews-list-service .video-review .video-review__video {
    width: 480px;
    height: 270px;
    margin-left: -240px;
  }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
  .video-reviews-list-service .video-review .video-review__video {
    width: 300px;
    height: 168px;
    margin-left: -150px;
  }
}
@media (max-width: 1199.98px) {
  .video-reviews-list-service .video-review .video-review__img {
    visibility: hidden;
  }
}
@media (max-width: 767.98px) {
  .video-reviews-list-service .mb-6 {
    margin-bottom: 0 !important;
  }
}

.license-info {
  overflow: hidden;
}
.license-info .license-img {
  position: relative;
  height: 100%;
}
.license-info .license-img img {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 1199.98px) {
  .license-info .license-img img {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
}

.license-video {
  margin-bottom: calc(5vh + 3rem) !important;
}
@media (max-width: 767.98px) {
  .license-video {
    overflow: hidden;
  }
}
.license-video .button {
  margin-left: 0 !important;
}
.license-video .video-block {
  position: relative;
  height: 100%;
}
@media (max-width: 767.98px) {
  .license-video .video-block {
    margin: 30px 0;
  }
}
.license-video .video-block .green-border {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 40vw;
  max-height: calc(100% + 5vh);
  border: 9px solid #3F6600;
}
@media (max-width: 767.98px) {
  .license-video .video-block .green-border {
    position: relative;
    height: calc(100vw * 0.7);
    max-height: inherit;
    width: 100%;
    margin-left: 10%;
  }
}
.license-video .video-block .youtube {
  position: absolute;
  top: 10%;
  left: 0;
  width: 90%;
}
@media (max-width: 767.98px) {
  .license-video .video-block .youtube {
    width: 100%;
  }
}

.service-slider-small h2 {
  margin-bottom: 60px;
}
.service-slider-small .slider-small .slide {
  height: 100%;
  padding: 20px;
  margin-right: 30px;
  background: url("/local/templates/centrconsult-new/assets/images/slider-small-bg.png") no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .service-slider-small .slider-small .slide {
    margin-right: 0;
  }
}
.service-slider-small .slider-small .slide .inner {
  height: 100%;
  padding: 25px 15px 10px;
  background: #F5F5F5;
}
.service-slider-small .slider-small .slide .inner p {
  font-size: 16px;
  line-height: 1.5;
}
.service-slider-small .slider-small .slide .inner p.title {
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .service-slider-small .slider-arrows {
    max-width: fit-content;
    margin: 10px auto 0;
  }
}
@media (max-width: 767.98px) {
  .service-slider-small .slider-arrows {
    max-width: inherit;
    margin-top: 20px;
    text-align: center;
  }
}
@media (max-width: 1199.98px) {
  .service-slider-small .slider-arrows .slider-nav.--prev {
    float: left;
  }
}
@media (max-width: 1199.98px) {
  .service-slider-small .slider-arrows .slider-nav.--next {
    float: right;
  }
}
@media (max-width: 1199.98px) {
  .service-slider-small .slider-arrows .js-slider-nav-text {
    display: inline-block;
    margin: 20px 0;
  }
}

.accordion {
  border-top: 1px solid #00000021;
}
.accordion__item {
  margin-bottom: 10px;
}
.accordion__item_opened .accordion__title:after {
  transform: rotate(90deg);
}
.accordion__title {
  position: relative;
  padding: 10px 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
}
.accordion__title:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 10px;
  height: 7px;
  background: url(/local/templates/centrconsult-new/assets/images/sprite.png) no-repeat;
  background-position: -71px 0;
  transition: 0.2s;
}
.accordion__text {
  overflow: hidden;
  height: 0;
  font-size: 16px;
  line-height: 1.5;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.accordion__text-inner {
  padding: 20px 0;
}

.how-it-works {
  overflow: hidden;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .how-it-works {
    padding-bottom: 0;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 576px) {
  .how-it-works h2.mobile-hidden {
    max-width: 75%;
  }
}
.how-it-works .grey-bg {
  margin-top: 30px;
  padding: 20px 30px 10px;
  background: #F7F7F7;
}
.how-it-works-img {
  position: absolute;
  top: 0;
  right: -50%;
  left: -50%;
  bottom: -100px;
  z-index: -1;
  background: url(/local/templates/centrconsult-new/assets/images/how-it-works-bg.png) no-repeat;
  background-position: 26% center;
  background-size: cover;
  /*img{
    height: 100%;
    @include media-breakpoint-down(sm){
      width: 100%;
      height: auto;
    }
  }*/
}
@media (max-width: 767.98px) {
  .how-it-works-img {
    position: relative;
    left: inherit;
    right: inherit;
    margin-top: 20px;
    z-index: 0;
    width: 100%;
    height: 400px;
  }
}

.corespondences {
  background-color: #000;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  .corespondences {
    flex-wrap: wrap;
    flex-direction: row;
    background-color: #FFF;
  }
}
.corespondences__background {
  display: none;
  position: absolute;
  z-index: 10;
  background: #000 url("/local/templates/centrconsult-new/assets/images/bg-corespondences.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .corespondences__background {
    display: block;
    width: 300px;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .corespondences__background {
    display: block;
    width: calc(100% - 1050px);
  }
}
.corespondences__container {
  position: relative;
  z-index: 20;
}
.corespondences__block {
  color: white;
}
@media (min-width: 768px) {
  .corespondences__block {
    color: black;
    display: flex;
  }
}
.corespondences__title {
  display: flex;
  align-items: center;
  color: white;
  letter-spacing: 1.2em;
  padding: 1.5rem 1rem;
}
.corespondences__title:before {
  content: "";
  display: block;
  flex-grow: 1;
  border-top: 1px solid white;
  margin-right: 25px;
}
@media (min-width: 768px) {
  .corespondences__title {
    transform: rotate(180deg);
    padding: 0 1rem;
    letter-spacing: inherit;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    display: inline-block;
    text-align: center;
  }
  .corespondences__title:before {
    margin-right: 0;
  }
}
.corespondences__title-text {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
.corespondences__title-text:hover {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .corespondences__title-text {
    margin-top: 0;
  }
}

.director-contact__img {
  display: flex;
  max-width: 450px;
  margin: 0 auto;
}
.director-contact__button {
  width: 100%;
  text-align: center;
  /*padding-left: 30px;
  padding-right: 5px;*/
}

.header {
  color: white;
  transition: 1s;
  z-index: 100;
}
.header.--white {
  color: #3F6600;
  background-color: white;
  box-shadow: 0px 7px 5px -5px rgba(0, 0, 0, 0.37);
}
.header.--open {
  height: 100%;
}
.header__link {
  color: white;
  font-weight: 400;
  transition: 0.5s;
  border-top: 4px solid transparent;
  width: 100%;
}
.header__link-parent:hover ~ .header__menu-overlay {
  display: block;
}
@media (max-width: 767.98px) {
  .header__link-parent:hover ~ .header__menu-overlay {
    display: none;
  }
}
@media (min-width: 768px) {
  .header__link {
    width: auto;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .header__link {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header__link > .nav-link {
  color: inherit;
}
.header__link:hover {
  color: white;
  border-color: white;
}
.header__link:hover > .nav-link {
  color: inherit;
}
.header.--white .header__link {
  color: #3F6600;
}
.header.--white .header__link:hover {
  border-color: #71A800;
}
.header__link.--no-hover {
  border: none;
}
.header__link.phone-link {
  font-size: 20px;
  line-height: 25px;
  font-weight: 900;
}
.header__menu-overlay {
  position: fixed;
  display: none;
  left: 0;
  top: 120px;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
}
.header__logo {
  background-image: url("/local/templates/centrconsult-new/assets/images/logo-white.png");
}
.header.--white .header__logo {
  background-image: url("/local/templates/centrconsult-new/assets/images/logo-green.png");
}
@media (max-width: 1199.98px) {
  .header__logo {
    margin: 1rem 1rem 1rem 0;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  flex-grow: 1;
  overflow: auto;
  font-size: 0.875rem;
}
@media (max-width: 767.98px) {
  .header__menu {
    flex-direction: column;
    height: calc(100% - 66px);
  }
  .header__menu.collapse {
    display: none;
  }
  .header__menu.collapse.show {
    display: flex;
  }
}
.header__nav {
  flex-grow: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .header__nav {
    width: auto;
  }
}
.header__nav .nav {
  padding-left: 10px;
}
.header__sub-nav {
  padding: 2.5rem 0;
  display: none;
  background-color: white;
  color: black;
}

.header__link:hover .header__sub-nav {
  display: block;
}
@media (min-width: 768px) {
  .header__sub-nav {
    transform: translate(0, 20px);
    position: absolute;
    left: 0;
    top: calc(100% - 20px);
    box-shadow: 0 7px 5px -5px rgba(0, 0, 0, 0.37);
  }
}
@media (min-width: 1200px) {
  .header__sub-nav {
    transform: translate(0, 20px);
    position: absolute;
    left: 0;
    top: inherit;
    box-shadow: 0 7px 5px -5px rgba(0, 0, 0, 0.37);
  }
}
.header__region {
  color: white;
}
.header.--white .header__region {
  color: #3F6600;
}
.header__phone {
  text-align: right;
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .header__phone:not(.--mob) {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header.--white .header__phone {
    display: none;
  }
}
.header__phone span {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
}

.breadcrumbs .breadcrumbs__item {
  display: inline-block;
  position: relative;
}
.breadcrumbs .breadcrumbs__item:not(:last-child) {
  margin-right: 30px;
}
.breadcrumbs .breadcrumbs__item:not(:last-child):after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -3px;
  width: 8.64px;
  height: 8.64px;
  background-color: black;
  border-radius: 2px 0 2px 2px;
  transform: matrix(0.71, 0.7, -0.72, 0.71, 0, 0);
}
.breadcrumbs .breadcrumbs__item .breadcrumbs__link {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  transition: 0.2s;
}
.breadcrumbs .breadcrumbs__item .breadcrumbs__link:hover {
  background: linear-gradient(207.43deg, #71A800 38.68%, #3F6600 94.02%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.breadcrumbs .breadcrumbs__item .breadcrumbs__link.current {
  background: linear-gradient(207.43deg, #71A800 38.68%, #3F6600 94.02%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-404 {
  padding: 75px 20px;
  width: 100%;
  background: linear-gradient(180deg, #71a80033, #fff);
}
.page-404 .align-right {
  text-align: right;
}
@media (max-width: 767.98px) {
  .page-404 .sm-align-center {
    text-align: center;
  }
}
.page-404 .button {
  padding: 15px 0 !important;
  min-width: 180px;
  border-width: 1px;
}
@media (max-width: 767.98px) {
  .page-404 .button {
    min-width: 230px;
    margin-bottom: 20px;
  }
}

@keyframes go3d {
  0% {
    text-shadow: 0px 0px 2px #686868;
  }
  100% {
    text-shadow: 0px 0px 2px #686868, 0px 1px 1px #ddd, 0px 2px 1px #d6d6d6, 0px 3px 1px #ccc, 0px 4px 1px #c5c5c5, 0px 5px 1px #c1c1c1, 0px 6px 1px #bbb, 0px 7px 1px #777, 0px 8px 3px rgba(100, 100, 100, 0.4), 0px 9px 5px rgba(100, 100, 100, 0.1), 0px 10px 7px rgba(100, 100, 100, 0.15), 0px 11px 9px rgba(100, 100, 100, 0.2), 0px 12px 11px rgba(100, 100, 100, 0.25), 0px 13px 15px rgba(100, 100, 100, 0.3);
  }
}
@-webkit-keyframes go3d {
  0% {
    text-shadow: 0px 0px 2px #686868;
  }
  100% {
    text-shadow: 0px 0px 2px #686868, 0px 1px 1px #ddd, 0px 2px 1px #d6d6d6, 0px 3px 1px #ccc, 0px 4px 1px #c5c5c5, 0px 5px 1px #c1c1c1, 0px 6px 1px #bbb, 0px 7px 1px #777, 0px 8px 3px rgba(100, 100, 100, 0.4), 0px 9px 5px rgba(100, 100, 100, 0.1), 0px 10px 7px rgba(100, 100, 100, 0.15), 0px 11px 9px rgba(100, 100, 100, 0.2), 0px 12px 11px rgba(100, 100, 100, 0.25), 0px 13px 15px rgba(100, 100, 100, 0.3);
  }
}
@-moz-keyframes go3d {
  0% {
    text-shadow: 0px 0px 2px #686868;
  }
  100% {
    text-shadow: 0px 0px 2px #686868, 0px 1px 1px #ddd, 0px 2px 1px #d6d6d6, 0px 3px 1px #ccc, 0px 4px 1px #c5c5c5, 0px 5px 1px #c1c1c1, 0px 6px 1px #bbb, 0px 7px 1px #777, 0px 8px 3px rgba(100, 100, 100, 0.4), 0px 9px 5px rgba(100, 100, 100, 0.1), 0px 10px 7px rgba(100, 100, 100, 0.15), 0px 11px 9px rgba(100, 100, 100, 0.2), 0px 12px 11px rgba(100, 100, 100, 0.25), 0px 13px 15px rgba(100, 100, 100, 0.3);
  }
}
@-ms-keyframes go3d {
  0% {
    text-shadow: 0px 0px 2px #686868;
  }
  100% {
    text-shadow: 0px 0px 2px #686868, 0px 1px 1px #ddd, 0px 2px 1px #d6d6d6, 0px 3px 1px #ccc, 0px 4px 1px #c5c5c5, 0px 5px 1px #c1c1c1, 0px 6px 1px #bbb, 0px 7px 1px #777, 0px 8px 3px rgba(100, 100, 100, 0.4), 0px 9px 5px rgba(100, 100, 100, 0.1), 0px 10px 7px rgba(100, 100, 100, 0.15), 0px 11px 9px rgba(100, 100, 100, 0.2), 0px 12px 11px rgba(100, 100, 100, 0.25), 0px 13px 15px rgba(100, 100, 100, 0.3);
  }
}
@-o-keyframes go3d {
  0% {
    text-shadow: 0px 0px 2px #686868;
  }
  100% {
    text-shadow: 0px 0px 2px #686868, 0px 1px 1px #ddd, 0px 2px 1px #d6d6d6, 0px 3px 1px #ccc, 0px 4px 1px #c5c5c5, 0px 5px 1px #c1c1c1, 0px 6px 1px #bbb, 0px 7px 1px #777, 0px 8px 3px rgba(100, 100, 100, 0.4), 0px 9px 5px rgba(100, 100, 100, 0.1), 0px 10px 7px rgba(100, 100, 100, 0.15), 0px 11px 9px rgba(100, 100, 100, 0.2), 0px 12px 11px rgba(100, 100, 100, 0.25), 0px 13px 15px rgba(100, 100, 100, 0.3);
  }
}
.go3d {
  -webkit-animation: go3d 2s;
  -moz-animation: go3d 2s;
  -ms-animation: go3d 2s;
  -o-animation: go3d 2s;
  animation: go3d 2s;
}

.comingcontainer {
  width: 100%;
}

.checkbacksoon {
  width: auto;
  height: 100%;
  padding: 80px 0;
}

.checkbacksoon p {
  text-shadow: none;
  font-weight: normal;
  color: #666;
  font-family: "Open Sans", sans-serif;
  display: block;
  text-align: center;
  text-shadow: 0px 1px 0px #ffffff;
}

.checkbacksoon p span {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 200px;
  line-height: 220px;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  text-shadow: 0px 0px 2px #686868, 0px 1px 1px #ddd, 0px 2px 1px #d6d6d6, 0px 3px 1px #ccc, 0px 4px 1px #c5c5c5, 0px 5px 1px #c1c1c1, 0px 6px 1px #bbb, 0px 7px 1px #777, 0px 8px 3px rgba(100, 100, 100, 0.4), 0px 9px 5px rgba(100, 100, 100, 0.1), 0px 10px 7px rgba(100, 100, 100, 0.15), 0px 11px 9px rgba(100, 100, 100, 0.2), 0px 12px 11px rgba(100, 100, 100, 0.25), 0px 13px 15px rgba(100, 100, 100, 0.3);
}
@media (max-width: 767.98px) {
  .checkbacksoon p span {
    font-size: 150px;
  }
}
@media (max-width: 480px) {
  .checkbacksoon p span {
    font-size: 100px;
    font-weight: 600;
  }
}

.checkbacksoon p span:hover {
  text-shadow: 0px 0px 2px #686868;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.info-banner {
  background: url("/local/templates/centrconsult-new/assets/images/map.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
@media (min-width: 576px) {
  .info-banner {
    height: auto;
  }
}
.info-banner:before, .info-banner:after {
  content: "";
  display: block;
  height: 170px;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.info-banner:before {
  top: 0;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.info-banner:after {
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.info-banner__container {
  position: relative;
  z-index: 10;
}
.info-banner__statistics {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  height: 600px;
  align-items: center;
}
.info-banner__statistics.padding-12 {
  max-width: inherit;
  padding-left: 12% !important;
  padding-right: 12% !important;
}
@media (max-width: 767.98px) {
  .info-banner__statistics.padding-12 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (min-width: 576px) {
  .info-banner__statistics {
    flex-direction: row;
    height: auto;
    align-items: center;
  }
}
.info-banner__statistics.--white {
  background: white;
  box-shadow: 0px 4px 25px rgba(130, 130, 130, 0.25);
  align-items: flex-start;
}

.first-slide {
  position: relative;
  padding-top: 65px;
  height: 637px;
  background-image: url("/local/templates/centrconsult-new/assets/images/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  margin-bottom: calc(204px + 1rem);
}
@media (min-width: 768px) {
  .first-slide {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .first-slide {
    padding-top: 103px;
  }
}
@media (max-width: 767.98px) {
  .first-slide.first-slide-main {
    margin-bottom: 50px;
  }
}
.first-slide.first-slide-main .first-slide__form-container {
  height: inherit;
  padding: 15px 15px 0;
  left: inherit;
  top: inherit;
  bottom: 0;
}
.first-slide__container {
  margin-top: auto;
  margin-bottom: auto;
  flex-grow: 1;
  display: flex;
  position: relative;
}
.first-slide__form-container {
  position: absolute;
  z-index: 20;
  top: calc(100% - 80px);
  background: white;
  overflow: visible;
  display: flex;
  padding: 1rem 1rem 1rem 0;
  width: calc(100% - 2rem);
  border: 2px solid transparent;
  border-image: linear-gradient(207.43deg, #71A800 38.68%, #3F6600 94.02%);
  border-image-slice: 1;
}
@media (min-width: 768px) {
  .first-slide__form-container {
    background: white;
    top: calc(100% - 150px);
    left: 0;
    justify-content: flex-end;
    border: none;
    max-width: 772px;
    margin: 0;
    height: 150px;
  }
}
@media (max-width: 767.98px) {
  .first-slide__form-container {
    position: relative;
    max-width: 90% !important;
    margin: 0 auto;
    right: inherit !important;
    padding-bottom: 25px !important;
  }
}
.first-slide__form-container:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 90vw;
  background: #fff;
}
.first-slide__form-background {
  position: absolute;
  display: none;
  z-index: 10;
}
@media (min-width: 768px) {
  .first-slide__form-background {
    display: block;
    background: white;
    width: 100%;
    left: -40%;
    bottom: 0;
    height: 129px;
  }
}
.first-slide__form {
  display: flex;
  flex-wrap: wrap;
}
.first-slide__arrow {
  display: none;
  position: absolute;
  width: 18px;
  height: 127px;
  left: 20px;
  bottom: 55px;
  background-image: url("/local/templates/centrconsult-new/assets/images/arrow.svg");
}
.first-slide__button {
  margin: auto;
}
.first-slide__white-row {
  position: absolute;
  background: white;
  height: 120px;
}
.first-slide__text {
  margin: 1rem 0;
}
.first-slide__text.--age {
  font-size: 0.875rem;
  font-weight: 300;
}
.first-slide__text.--buisness {
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .first-slide h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .first-slide h1 {
    font-size: 1.8rem;
  }
}
.first-slide.service-page {
  background-image: url(/local/templates/centrconsult-new/assets/images/service-bg.png);
}
@media (max-width: 767.98px) {
  .first-slide.service-page {
    height: inherit;
    margin-bottom: 30px;
    background-size: 767px;
    background-position: top;
  }
}
.first-slide.service-page .first-slide__text.--age {
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .first-slide.service-page .first-slide__text.--age {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .first-slide.service-page .first-slide__text.--age {
    font-size: 14px;
  }
}
.first-slide.service-page .first-slide__text.--buisness {
  font-size: 24px;
}
@media (max-width: 1199.98px) {
  .first-slide.service-page .first-slide__text.--buisness {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .first-slide.service-page .first-slide__text.--buisness {
    font-size: 20px;
  }
}
.first-slide.service-page h1 {
  font-size: 48px;
  line-height: 1.2;
}
@media (max-width: 1199.98px) {
  .first-slide.service-page h1 {
    font-size: 42px;
  }
}
@media (max-width: 991.98px) {
  .first-slide.service-page h1 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .first-slide.service-page h1 {
    font-size: 30px;
  }
}
.first-slide.service-page .first-slide__form-container {
  max-width: 36%;
  height: inherit;
  padding: 15px 15px 0;
  left: inherit;
  right: 3%;
  top: inherit;
  bottom: 0;
}
.first-slide.service-page .first-slide__form-container:before {
  display: none;
}
.first-slide.service-page .form__title {
  margin: 30px 0 10px;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: black;
  text-transform: none;
}
.first-slide.service-page .form__subtitle {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: black;
  text-transform: none;
  margin-bottom: 30px;
}
.first-slide.service-page .form-text {
  order: 1;
  text-transform: none;
  margin: 10px 0 20px;
}
.first-slide.service-page .button {
  max-width: 250px;
}

@media (max-width: 767.98px) {
  .first-slide__container {
    display: block;
  }
  .first-slide__container .my-auto {
    margin: 50px 0 !important;
  }
}

.reviews-list {
  background: #000 url("/local/templates/centrconsult-new/assets/images/reviews-bg.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.reviews-list .white-block {
  position: absolute;
  width: 50%;
  height: 35%;
  background: #fff;
  left: 70%;
}
@media (max-width: 1199.98px) {
  .reviews-list .white-block {
    left: 75%;
  }
}
@media (max-width: 991.98px) {
  .reviews-list .white-block {
    left: 70%;
  }
}
@media (max-width: 767.98px) {
  .reviews-list .white-block {
    display: none;
  }
}
.reviews-list .green-block {
  position: absolute;
  width: 50%;
  height: 65%;
  background: linear-gradient(207.43deg, #71A800 38.68%, #3F6600 94.02%);
  left: 55%;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  .reviews-list .green-block {
    left: 60%;
  }
}
@media (max-width: 991.98px) {
  .reviews-list .green-block {
    left: 50%;
  }
}
@media (max-width: 767.98px) {
  .reviews-list .green-block {
    display: none;
  }
}

.services {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
@media (min-width: 992px) {
  .services {
    display: flex;
    justify-content: space-around;
    padding-bottom: 550px;
  }
}

.video-reviews-list, .video-reviews-list-service {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.license-docs {
  background-color: #f7f7f7;
}
.license-docs .container-xl {
  /*background-image: url(/local/templates/centrconsult-new/assets/images/flowerpot-pencil.png);*/
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-size: 16%;
  background-position: 0 20px;
}
@media (max-width: 767.98px) {
  .license-docs .container-xl {
    background: none;
  }
}
@media (max-width: 767.98px) {
  .license-docs .img-block {
    /*background-image: url(/local/templates/centrconsult-new/assets/images/flowerpot-pencil.png);*/
	background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: 0 0;
  }
}
.license-docs .margin-top {
  margin-top: 20px;
}
.license-docs .license-docs-title {
  margin: 2% 0;
}
@media (max-width: 1199.98px) {
  .license-docs .license-docs-title {
    margin: 1% 0;
  }
}
.license-docs .license_img {
  padding: 25px 5% 0;
}
@media (max-width: 767.98px) {
  .license-docs .license_img {
    /*padding: 32% 10% 20px;*/
    padding: 5% 10% 20px;
  }
}
.license-docs .license-accordion {
  margin: 0 5%;
}

.last-step__title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
.last-step__slider {
  height: 500px;
}
@media (max-width: 767.98px) {
  .last-step__slider {
    height: 350px;
  }
}
.last-step__slide img {
  border: 3px solid #71A800;
}
@media (max-width: 767.98px) {
  .last-step__slide img {
    max-width: 200px !important;
  }
}
.last-step__slider-clone {
  display: none;
}

.get-license {
  margin-top: -3rem;
  padding: 80px 0 0;
  background: url(/local/templates/centrconsult-new/assets/images/get-license-bg.webp) no-repeat;
  background-size: cover;
}
.get-license .license-form {
  padding-bottom: 120px;
}
@media (max-width: 767.98px) {
  .get-license .license-form {
    padding-bottom: 60px;
  }
}
.get-license .form__title {
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: 600;
}
.get-license .form__subtitle {
  max-width: 400px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .get-license .form__subtitle {
    max-width: inherit;
  }
}
.get-license .form .form-group {
  max-width: 400px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .get-license .form .form-group {
    max-width: inherit;
  }
}
.get-license .form .form-group input {
  background-color: transparent;
}
.get-license .form .form-text {
  max-width: 400px;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .get-license .form .form-text {
    max-width: inherit;
  }
}
.get-license .form .button {
  font-size: 16px;
  font-weight: 600;
  max-width: 300px;
}
.get-license .white-bg {
  display: inline-block;
  padding: 40px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  .get-license .white-bg {
    position: relative;
    display: block;
    margin-bottom: 60px;
    text-align: center;
    border: 2px solid transparent;
    border-image: linear-gradient(207.43deg, #71A800 38.68%, #3F6600 94.02%);
    border-image-slice: 1;
  }
}
.get-license .white-bg h2 {
  margin-bottom: 30px;
}
.get-license .white-bg .button {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .get-license .white-bg .button {
    padding: 0.625rem 0.3rem;
  }
}
@media (max-width: 767.98px) {
  .get-license .white-bg .button {
    padding: 0.625rem 1.0625rem;
  }
}

.advantages-block {
  position: relative;
  background: url("/local/templates/centrconsult-new/assets/images/advantages-bg.webp") no-repeat;
  background-size: auto;
  background-position: center center;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .advantages-block {
    background-size: cover;
    background-position: -150px 0;
  }
}
.advantages-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(244.13deg, #4E7400 -18.67%, #000000 73.3%);
  opacity: 0.8;
}
.advantages-block .container-xl {
  max-width: 1000px;
  padding: 80px 0 !important;
}
.advantages-block .col-md-12 {
  padding: 0 40px;
}
.advantages-block .advantages .col-md-4 {
  padding: 0 40px;
}
.advantages-block .advantages__item {
  padding: 40px 0;
}
@media (max-width: 767.98px) {
  .advantages-block .advantages__item {
    padding: 20px 0;
  }
}
.advantages-block .advantages__item_opened .show-more {
  display: none;
}
.advantages-block .advantages__item_opened .show-less {
  display: inline-block !important;
}
.advantages-block .advantages__icon {
  display: inline-block;
  width: 44px;
  height: 44px;
  background: url("/local/templates/centrconsult-new/assets/images/sprite.png") no-repeat;
}
.advantages-block .advantages__icon.license {
  width: 30px;
  background-position: 0 -71px;
}
.advantages-block .advantages__icon.clock {
  background-position: -30px -71px;
}
.advantages-block .advantages__icon.people {
  width: 60px;
  background-position: -74px -71px;
}
.advantages-block .advantages__icon.money {
  background-position: -134px -71px;
}
.advantages-block .advantages__icon.bank {
  background-position: -178px -71px;
}
.advantages-block .advantages__icon.varranty {
  background-position: -222px -71px;
}
.advantages-block .advantages__text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
.advantages-block .advantages__text-hidden {
  overflow: hidden;
  height: 0;
  font-weight: 400;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.advantages-block .advantages__text-hidden.opened {
  height: auto;
}
.advantages-block .advantages .show-more, .advantages-block .advantages .show-less {
  font-size: 14px;
  border-bottom: 0.5px solid #fff;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.2s;
}
.advantages-block .advantages .show-more:hover, .advantages-block .advantages .show-less:hover {
  border-bottom-color: transparent;
}
.advantages-block .advantages .show-less {
  display: none;
}

.steps {
  position: relative;
  height: 800px;
  margin-top: 30px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .steps {
    height: 1100px;
  }
}
@media (max-width: 767.98px) {
  .steps {
    height: 1570px;
  }
}
.steps__item {
  position: absolute;
  width: 185px;
  height: 185px;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
.steps__item.opened {
  width: 262px;
  height: 262px;
  transform: rotate(0deg);
}
.steps__item.opened:before {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.steps__item.opened.step_1 {
  top: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .steps__item.opened.step_1 {
    left: 50%;
    margin-left: -131px;
  }
}
.steps__item.opened.step_2 {
  top: 0;
  margin-left: -130px;
}
@media (max-width: 991.98px) {
  .steps__item.opened.step_2 {
    margin-left: inherit;
    margin-right: -40px;
  }
}
@media (max-width: 767.98px) {
  .steps__item.opened.step_2 {
    top: 315px;
    margin-left: -131px;
  }
}
.steps__item.opened.step_3 {
  top: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .steps__item.opened.step_3 {
    top: 360px;
  }
}
@media (max-width: 767.98px) {
  .steps__item.opened.step_3 {
    top: 628px;
    margin-left: -131px;
  }
}
.steps__item.opened.step_4 {
  margin-left: -130px;
  margin-top: -40px;
}
@media (max-width: 991.98px) {
  .steps__item.opened.step_4 {
    left: 0;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .steps__item.opened.step_4 {
    top: 982px;
    left: 50%;
    margin-left: -131px;
  }
}
.steps__item.opened.step_5 {
  margin-right: -130px;
  margin-top: -40px;
}
@media (max-width: 991.98px) {
  .steps__item.opened.step_5 {
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .steps__item.opened.step_5 {
    top: 1296px;
    left: 50%;
    margin-left: -131px;
  }
}
.steps__item.opened .steps__inner {
  transform: rotate(0deg);
}
.steps__item.opened .steps__icon {
  opacity: 0;
}
.steps__item.opened .steps__title {
  opacity: 0;
}
.steps__item.opened .steps__text {
  opacity: 1;
}
.steps__item.opened .steps__more:after {
  content: "-";
  left: 10px;
  line-height: 24px;
  transform: rotate(0deg);
}
.steps__item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #3F6600;
  border-radius: 20px;
  border-bottom-right-radius: 0;
}
.steps__item.step_1 {
  top: 40px;
  left: 40px;
}
@media (max-width: 767.98px) {
  .steps__item.step_1 {
    top: 40px;
    left: 50%;
    margin-left: -93px;
  }
}
.steps__item.step_2 {
  top: 40px;
  left: 50%;
  margin-left: -90px;
}
@media (max-width: 991.98px) {
  .steps__item.step_2 {
    left: inherit;
    right: 40px;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .steps__item.step_2 {
    top: 353px;
    left: 50%;
    right: inherit;
    margin-left: -93px;
  }
}
.steps__item.step_3 {
  top: 40px;
  right: 40px;
}
@media (max-width: 991.98px) {
  .steps__item.step_3 {
    top: 400px;
  }
}
@media (max-width: 767.98px) {
  .steps__item.step_3 {
    top: 667px;
    left: 50%;
    right: inherit;
    margin-left: -93px;
  }
}
.steps__item.step_4 {
  top: 400px;
  left: calc(262px + (100% - 786px)/4);
  margin-left: -90px;
}
@media (max-width: 991.98px) {
  .steps__item.step_4 {
    left: 40px;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .steps__item.step_4 {
    top: 980px;
    left: 50%;
    right: inherit;
    margin-left: -93px;
  }
}
.steps__item.step_5 {
  top: 400px;
  right: calc(262px + (100% - 786px)/4);
  margin-right: -90px;
}
@media (max-width: 991.98px) {
  .steps__item.step_5 {
    top: 760px;
    right: inherit;
    left: 40px;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .steps__item.step_5 {
    top: 1294px;
    left: 50%;
    right: inherit;
    margin-left: -93px;
  }
}
.steps__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -92px;
  margin-top: -92px;
  width: 185px;
  height: 185px;
  transform: rotate(-45deg);
  transition: transform 0.3s;
}
.steps__icon {
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -16px;
  width: 35px;
  height: 35px;
  background: url("/local/templates/centrconsult-new/assets/images/sprite.png") no-repeat;
}
.steps__icon.call {
  background-position: 0 -116px;
}
.steps__icon.ask {
  background-position: -35px -116px;
}
.steps__icon.deal {
  background-position: -70px -116px;
}
.steps__icon.start {
  background-position: -105px -116px;
}
.steps__icon.reg {
  background-position: -140px -116px;
}
.steps__title {
  position: absolute;
  top: 80px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  text-align: center;
}
.steps__text {
  display: table;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.5;
  opacity: 0;
}
.steps__text span {
  display: table-cell;
  vertical-align: middle;
}
.steps__more {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #000;
  cursor: pointer;
}
.steps__more:after {
  content: "+";
  position: absolute;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  left: 8px;
  transform: rotate(-45deg);
}
.steps__arrow {
  position: absolute;
  width: calc((100% - 786px)/2 - 20px);
  height: 1px;
  background: #333;
}
.steps__arrow:after {
  content: "";
  position: absolute;
  top: -9px;
  right: -1px;
  width: 9px;
  height: 18px;
  background: url(/local/templates/centrconsult-new/assets/images/sprite.png) no-repeat;
  background-position: -102px 0;
}
.steps__arrow.arrow_1 {
  top: 131px;
  left: 272px;
}
@media (max-width: 991.98px) {
  .steps__arrow.arrow_1 {
    width: calc(100% - 544px);
  }
}
@media (max-width: 767.98px) {
  .steps__arrow.arrow_1 {
    top: 288px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    transform: rotate(90deg);
  }
}
.steps__arrow.arrow_2 {
  top: 131px;
  left: calc(50% + 141px);
}
@media (max-width: 991.98px) {
  .steps__arrow.arrow_2 {
    top: 313px;
    left: inherit;
    right: 92px;
    width: 80px;
    transform: rotate(90deg);
  }
}
@media (max-width: 767.98px) {
  .steps__arrow.arrow_2 {
    top: 602px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    right: inherit;
  }
}
.steps__arrow.arrow_3 {
  top: 335px;
  right: 121px;
  width: 165px;
  transform: rotate(135deg);
}
@media (max-width: 991.98px) {
  .steps__arrow.arrow_3 {
    top: 492px;
    right: 273px;
    width: calc(100% - 544px);
    transform: rotate(180deg);
  }
}
@media (max-width: 767.98px) {
  .steps__arrow.arrow_3 {
    top: 915px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    right: inherit;
    transform: rotate(90deg);
  }
}
.steps__arrow.arrow_4 {
  top: 492px;
  right: calc(50% - ((100% - 786px)/2 - 20px));
  transform: rotate(180deg);
  margin-right: calc(((100% - 786px)/2 - 20px)/2);
}
@media (max-width: 991.98px) {
  .steps__arrow.arrow_4 {
    top: 673px;
    left: 92px;
    right: inherit;
    width: 80px;
    transform: rotate(90deg);
  }
}
@media (max-width: 767.98px) {
  .steps__arrow.arrow_4 {
    top: 1229px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    right: inherit;
  }
}
.steps__arrow.arrow_5 {
  top: 697px;
  left: calc(262px + (100% - 786px)/4 - 5px);
  width: 165px;
  transform: rotate(45deg);
}
@media (max-width: 991.98px) {
  .steps__arrow.arrow_5 {
    top: 997px;
    left: 195px;
  }
}
@media (max-width: 767.98px) {
  .steps__arrow.arrow_5 {
    top: 1543px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    right: inherit;
    transform: rotate(90deg);
  }
}

.service-slider .container-xl {
  max-width: initial;
}
.service-slider .col-12 {
  padding: 0;
}
.service-slider .slider-leafs.count-2 .slide {
  width: 20%;
}
@media (max-width: 991.98px) {
  .service-slider .slider-leafs.count-2 .slide {
    width: 30%;
  }
}
@media (max-width: 767.98px) {
  .service-slider .slider-leafs.count-2 .slide {
    width: 100%;
  }
}
.service-slider .slider-leafs.count-2 .slide.slide__active {
  width: 80%;
}
@media (max-width: 991.98px) {
  .service-slider .slider-leafs.count-2 .slide.slide__active {
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  .service-slider .slider-leafs.count-2 .slide.slide__active {
    width: 100%;
  }
}
.service-slider .slider-leafs.count-3 .slide {
  width: 15%;
}
@media (max-width: 991.98px) {
  .service-slider .slider-leafs.count-3 .slide {
    width: 20%;
  }
}
@media (max-width: 767.98px) {
  .service-slider .slider-leafs.count-3 .slide {
    width: 100%;
  }
}
.service-slider .slider-leafs.count-3 .slide.slide__active {
  width: 70%;
}
@media (max-width: 991.98px) {
  .service-slider .slider-leafs.count-3 .slide.slide__active {
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  .service-slider .slider-leafs.count-3 .slide.slide__active {
    width: 100%;
  }
}
.service-slider .slider-leafs.count-4 .slide {
  width: 10%;
}
@media (max-width: 991.98px) {
  .service-slider .slider-leafs.count-4 .slide {
    width: 15%;
  }
}
@media (max-width: 767.98px) {
  .service-slider .slider-leafs.count-4 .slide {
    width: 100%;
  }
}
.service-slider .slider-leafs.count-4 .slide.slide__active {
  width: 70%;
}
@media (max-width: 991.98px) {
  .service-slider .slider-leafs.count-4 .slide.slide__active {
    width: 55%;
  }
}
@media (max-width: 767.98px) {
  .service-slider .slider-leafs.count-4 .slide.slide__active {
    width: 100%;
  }
}
.service-slider .slider-leafs.count-5 .slide {
  width: 5%;
  padding: 40px 20px;
}
@media (max-width: 991.98px) {
  .service-slider .slider-leafs.count-5 .slide {
    width: 10%;
  }
}
@media (max-width: 767.98px) {
  .service-slider .slider-leafs.count-5 .slide {
    width: 100%;
    padding: 10px 0;
  }
}
.service-slider .slider-leafs.count-5 .slide.slide__active {
  width: 80%;
}
@media (max-width: 991.98px) {
  .service-slider .slider-leafs.count-5 .slide.slide__active {
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  .service-slider .slider-leafs.count-5 .slide.slide__active {
    width: 100%;
  }
}
.service-slider .slider-leafs.count-6 .slide {
  width: 5%;
  padding: 40px 20px;
}
@media (max-width: 991.98px) {
  .service-slider .slider-leafs.count-6 .slide {
    width: 10%;
  }
}
@media (max-width: 767.98px) {
  .service-slider .slider-leafs.count-6 .slide {
    width: 100%;
    padding: 10px 0;
  }
}
.service-slider .slider-leafs.count-6 .slide.slide__active {
  width: 75%;
}
@media (max-width: 991.98px) {
  .service-slider .slider-leafs.count-6 .slide.slide__active {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .service-slider .slider-leafs.count-6 .slide.slide__active {
    width: 100%;
  }
}
.service-slider .slider-leafs .slide {
  position: relative;
  float: right;
  width: 10%;
  overflow: hidden;
  transition: all 0.5s ease-out;
  min-height: 550px;
  padding: 40px;
  background: #f7f7f7;
  box-shadow: 4px 1px 5px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767.98px) {
  .service-slider .slider-leafs .slide {
    position: relative;
    max-height: 50px !important;
    min-height: inherit !important;
    padding: 10px 0;
    box-shadow: 1px -2px 5px rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 767.98px) {
  .service-slider .slider-leafs .slide.slide__active {
    min-height: inherit !important;
    max-height: inherit !important;
  }
}
.service-slider .slider-leafs .slide.slide__active .slide__title-small {
  visibility: hidden;
}
@media (max-width: 767.98px) {
  .service-slider .slider-leafs .slide.slide__active .slide__title-small {
    visibility: visible;
    border-bottom: 1px solid #e5e5e5;
  }
}
@media (max-width: 767.98px) {
  .service-slider .slider-leafs .slide.slide__active .slide__content {
    height: 500px;
  }
}
.service-slider .slider-leafs .slide.slide__active h2 {
  padding-right: 0;
}
.service-slider .slider-leafs .slide:not(.slide__active) {
  cursor: pointer;
}
.service-slider .slider-leafs .slide:not(.slide__active):hover {
  background-color: #e7e7e7;
}
.service-slider .slider-leafs .slide__title-small {
  position: absolute;
  top: 30px;
  right: 10px;
  max-height: 300px;
  writing-mode: tb-rl;
  height: auto;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .service-slider .slider-leafs .slide__title-small {
    position: relative;
    right: inherit;
    top: 0;
    margin: 0 0 20px;
    padding: 0 20px 10px;
    height: auto;
    width: 100%;
    max-width: inherit;
    writing-mode: inherit;
  }
}
.service-slider .slider-leafs .slide__content {
  width: calc(100% - 120px);
  position: absolute;
  right: 80px;
}
@media (max-width: 767.98px) {
  .service-slider .slider-leafs .slide__content {
    position: relative;
    right: inherit;
    width: 100% !important;
    padding: 0 20px;
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease-out;
  }
}
.service-slider .slider-leafs .slide h2 {
  padding-right: 15%;
}
@media (max-width: 991.98px) {
  .service-slider .slider-leafs .slide h2 {
    padding-right: 25%;
  }
}
@media (max-width: 767.98px) {
  .service-slider .slider-leafs .slide h2 {
    width: 100% !important;
  }
}
.service-slider .slider-leafs .slide .calc {
  position: relative;
  height: 300px;
  background: url(/local/templates/centrconsult-new/assets/images/slider-calc.png) no-repeat;
}
.service-slider .slider-leafs .slide .calc__block {
  max-width: 500px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  text-align: center;
  background: #f7f7f7;
  border: 3px solid #71A800;
}
.service-slider .slider-leafs .slide .calc__title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}
.service-slider .slider-leafs .slide .calc__subtitle {
  margin-bottom: 20px;
}

.footer {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer {
    flex-wrap: nowrap;
  }
}
.footer__company-info {
  padding-left: 1.5rem;
}
@media (min-width: 768px) {
  .footer__company-info {
    padding-left: 0;
  }
}
.footer__company-info .mr-4.mb-5 {
  width: 100%;
  margin-bottom: 10px !important;
}
.footer__bottom-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .footer__bottom-menu {
    /*margin-top: calc(33px + 2rem);*/
  }
}
@media (max-width: 575px) {
  .footer__bottom-menu .nav__block {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 575px) {
  .footer__bottom-menu .nav__block-name.opened:before {
    top: 5px;
    transform: rotate(-90deg);
  }
}
.footer__bottom-menu .nav__block-name.opened + .nav {
  height: inherit;
}
@media (max-width: 575px) {
  .footer__bottom-menu .nav__block-name {
    cursor: pointer;
    position: relative;
  }
}
@media (max-width: 575px) {
  .footer__bottom-menu .nav__block-name:before {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    border: 5px solid transparent;
    border-top: 6px solid #000;
    transition: all 0.3s;
  }
}
@media (max-width: 575px) {
  .footer__bottom-menu .nav {
    height: 0;
    padding-left: 20px;
    overflow: hidden;
    transition: height 0.3s;
  }
}
@media (max-width: 575px) {
  .footer__bottom-menu .nav .nav-item:before {
    display: none !important;
  }
}

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

.bold {
  font-weight: bold;
}

.youtube img {
  height: auto;
}

.advantages__icon.license{
  margin: 0;
}