@charset "UTF-8";
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: Inter, sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #E3000F;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #C11520;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 740px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.btn {
  font-family: 'Furore', sans-serif;
  display: inline-block;
  font-weight: 400;
  color: #333;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 36px;
  border-radius: 25px;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #E3000F;
  border-color: #E3000F;
}
.btn-primary:hover {
  color: #fff;
  background-color: #C11520;
  border-color: #C11520;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #C11520;
  border-color: #C11520;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 71, 116, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(51, 71, 116, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  /* background-color: #0f265c;
  border-color: #0f265c; */
  opacity: 0.5;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #081430;
  border-color: #060f25;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 71, 116, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(51, 71, 116, 0.5);
}
.btn-red {
  color: #fff;
  background-color: #fe2026;
  border-color: #fe2026;
}
.btn-red:hover {
  color: #fff;
  background-color: #f70108;
  border-color: #ea0107;
}
.btn-red.focus,
.btn-red:focus {
  color: #fff;
  background-color: #f70108;
  border-color: #ea0107;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 65, 71, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(254, 65, 71, 0.5);
}
.btn-red.disabled,
.btn-red:disabled {
  color: #fff;
  background-color: #fe2026;
  border-color: #fe2026;
}
.btn-red:not(:disabled):not(.disabled).active,
.btn-red:not(:disabled):not(.disabled):active,
.show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #ea0107;
  border-color: #dd0107;
}
.btn-red:not(:disabled):not(.disabled).active:focus,
.btn-red:not(:disabled):not(.disabled):active:focus,
.show > .btn-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 65, 71, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(254, 65, 71, 0.5);
}
.btn-outline-primary {
  color: #0f265c;
  border-color: #0f265c;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0f265c;
  border-color: #0f265c;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 38, 92, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(15, 38, 92, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0f265c;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0f265c;
  border-color: #0f265c;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 38, 92, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(15, 38, 92, 0.5);
}
.btn-outline-red {
  color: #fe2026;
  border-color: #fe2026;
}
.btn-outline-red:hover {
  color: #fff;
  background-color: #fe2026;
  border-color: #fe2026;
}
.btn-outline-red.focus,
.btn-outline-red:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 32, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(254, 32, 38, 0.5);
}
.btn-outline-red.disabled,
.btn-outline-red:disabled {
  color: #fe2026;
  background-color: transparent;
}
.btn-outline-red:not(:disabled):not(.disabled).active,
.btn-outline-red:not(:disabled):not(.disabled):active,
.show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #fe2026;
  border-color: #fe2026;
}
.btn-outline-red:not(:disabled):not(.disabled).active:focus,
.btn-outline-red:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 32, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(254, 32, 38, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #0f265c;
  text-decoration: none;
}
.btn-link:hover {
  color: #040b1a;
  text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg {
  padding: 0.5rem 1rem;
  /* font-size: 1.375rem; */
  line-height: 46px;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .btn-lg {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 30px;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 0.375rem 10px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #495057;
  background-color: #f0f5ff;
  background-clip: padding-box;
  border: 0 solid #ced4da;
  border-radius: 10px;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #f0f5ff;
  border-color: init;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #f0f5ff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  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.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 0 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  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: 60px;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
}
select.form-control[multiple],
select.form-control[size] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: #a4a8a9;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 40px !important;
  background-position: right 20px center;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 6.89136L0.870834 0.141357H12.1292L6.5 6.89136Z' fill='%23333333'/%3E%3C/svg%3E")
      no-repeat calc(100% - 10px) center,
    #fff
      url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
      center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
      no-repeat;
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 40px !important;
  background-position: right 20px center;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 6.89136L0.870834 0.141357H12.1292L6.5 6.89136Z' fill='%23333333'/%3E%3C/svg%3E")
      no-repeat calc(100% - 10px) center,
    #fff
      url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")
      center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
      no-repeat;
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.75rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.25rem;
  height: 1.375rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #333;
  background-color: #fff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #333;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #333;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.125rem;
  left: -1.75rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #333 solid 1px;
  border-radius: 4px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.125rem;
  left: -1.75rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: 50%/12px no-repeat;
}
.custom-checkbox .custom-control-label::before {
  /* border-radius: 0; */
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.525879' y='0.563721' width='12' height='12' fill='%23333333'/%3E%3C/svg%3E%0A");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='5' fill='%23333333'/%3E%3C/svg%3E%0A");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.125rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #333;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.5rem);
  -ms-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 6.89136L0.870834 0.141357H12.1292L6.5 6.89136Z' fill='%23333333'/%3E%3C/svg%3E")
    no-repeat calc(100% - 10px) center;
  border: 1px solid #dde4e6;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #dde4e6;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #f0f5ff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: 0;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(: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:not(.has-validation)
  > .custom-file:not(:last-child)
  .custom-file-label,
.input-group:not(.has-validation)
  > .custom-file:not(:last-child)
  .custom-file-label::after,
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation
  > .custom-file:nth-last-child(n + 3)
  .custom-file-label,
.input-group.has-validation
  > .custom-file:nth-last-child(n + 3)
  .custom-file-label::after,
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .form-control:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: 0;
}
.input-group-prepend {
  margin-right: 0;
}
.input-group-append {
  margin-left: 0;
}
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 10px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 0 solid #ced4da;
  border-radius: 0;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: 60px;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  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.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation
  > .input-group-append:nth-last-child(n + 3)
  > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation)
  > .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),
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  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:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #0f265c !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #081430 !important;
}
.bg-red {
  background-color: #fe2026 !important;
}
a.bg-red:focus,
a.bg-red:hover,
button.bg-red:focus,
button.bg-red:hover {
  background-color: #ea0107 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0f265c !important;
}
.border-red {
  border-color: #fe2026 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-5 {
  margin: 5px !important;
}
.mt-5,
.my-5 {
  margin-top: 5px !important;
}
.mr-5,
.mx-5 {
  margin-right: 5px !important;
}
.mb-5,
.my-5 {
  margin-bottom: 5px !important;
}
.ml-5,
.mx-5 {
  margin-left: 5px !important;
}
.m-7 {
  margin: 7px !important;
}
.mt-7,
.my-7 {
  margin-top: 7px !important;
}
.mr-7,
.mx-7 {
  margin-right: 7px !important;
}
.mb-7,
.my-7 {
  margin-bottom: 7px !important;
}
.ml-7,
.mx-7 {
  margin-left: 7px !important;
}
.m-10 {
  margin: 10px !important;
}
.mt-10,
.my-10 {
  margin-top: 10px !important;
}
.mr-10,
.mx-10 {
  margin-right: 10px !important;
}
.mb-10,
.my-10 {
  margin-bottom: 10px !important;
}
.ml-10,
.mx-10 {
  margin-left: 10px !important;
}
.m-12 {
  margin: 12px !important;
}
.mt-12,
.my-12 {
  margin-top: 12px !important;
}
.mr-12,
.mx-12 {
  margin-right: 12px !important;
}
.mb-12,
.my-12 {
  margin-bottom: 12px !important;
}
.ml-12,
.mx-12 {
  margin-left: 12px !important;
}
.m-15 {
  margin: 15px !important;
}
.mt-15,
.my-15 {
  margin-top: 15px !important;
}
.mr-15,
.mx-15 {
  margin-right: 15px !important;
}
.mb-15,
.my-15 {
  margin-bottom: 15px !important;
}
.ml-15,
.mx-15 {
  margin-left: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.mt-20,
.my-20 {
  margin-top: 20px !important;
}
.mr-20,
.mx-20 {
  margin-right: 20px !important;
}
.mb-20,
.my-20 {
  margin-bottom: 20px !important;
}
.ml-20,
.mx-20 {
  margin-left: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.mt-25,
.my-25 {
  margin-top: 25px !important;
}
.mr-25,
.mx-25 {
  margin-right: 25px !important;
}
.mb-25,
.my-25 {
  margin-bottom: 25px !important;
}
.ml-25,
.mx-25 {
  margin-left: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.mt-30,
.my-30 {
  margin-top: 30px !important;
}
.mr-30,
.mx-30 {
  margin-right: 30px !important;
}
.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}
.ml-30,
.mx-30 {
  margin-left: 30px !important;
}
.m-35 {
  margin: 35px !important;
}
.mt-35,
.my-35 {
  margin-top: 35px !important;
}
.mr-35,
.mx-35 {
  margin-right: 35px !important;
}
.mb-35,
.my-35 {
  margin-bottom: 35px !important;
}
.ml-35,
.mx-35 {
  margin-left: 35px !important;
}
.m-40 {
  margin: 40px !important;
}
.mt-40,
.my-40 {
  margin-top: 40px !important;
}
.mr-40,
.mx-40 {
  margin-right: 40px !important;
}
.mb-40,
.my-40 {
  margin-bottom: 40px !important;
}
.ml-40,
.mx-40 {
  margin-left: 40px !important;
}
.m-45 {
  margin: 45px !important;
}
.mt-45,
.my-45 {
  margin-top: 45px !important;
}
.mr-45,
.mx-45 {
  margin-right: 45px !important;
}
.mb-45,
.my-45 {
  margin-bottom: 45px !important;
}
.ml-45,
.mx-45 {
  margin-left: 45px !important;
}
.m-50 {
  margin: 50px !important;
}
.mt-50,
.my-50 {
  margin-top: 50px !important;
}
.mr-50,
.mx-50 {
  margin-right: 50px !important;
}
.mb-50,
.my-50 {
  margin-bottom: 50px !important;
}
.ml-50,
.mx-50 {
  margin-left: 50px !important;
}
.m-55 {
  margin: 55px !important;
}
.mt-55,
.my-55 {
  margin-top: 55px !important;
}
.mr-55,
.mx-55 {
  margin-right: 55px !important;
}
.mb-55,
.my-55 {
  margin-bottom: 55px !important;
}
.ml-55,
.mx-55 {
  margin-left: 55px !important;
}
.m-60 {
  margin: 60px !important;
}
.mt-60,
.my-60 {
  margin-top: 60px !important;
}
.mr-60,
.mx-60 {
  margin-right: 60px !important;
}
.mb-60,
.my-60 {
  margin-bottom: 60px !important;
}
.ml-60,
.mx-60 {
  margin-left: 60px !important;
}
.m-65 {
  margin: 65px !important;
}
.mt-65,
.my-65 {
  margin-top: 65px !important;
}
.mr-65,
.mx-65 {
  margin-right: 65px !important;
}
.mb-65,
.my-65 {
  margin-bottom: 65px !important;
}
.ml-65,
.mx-65 {
  margin-left: 65px !important;
}
.m-70 {
  margin: 70px !important;
}
.mt-70,
.my-70 {
  margin-top: 70px !important;
}
.mr-70,
.mx-70 {
  margin-right: 70px !important;
}
.mb-70,
.my-70 {
  margin-bottom: 70px !important;
}
.ml-70,
.mx-70 {
  margin-left: 70px !important;
}
.m-75 {
  margin: 75px !important;
}
.mt-75,
.my-75 {
  margin-top: 75px !important;
}
.mr-75,
.mx-75 {
  margin-right: 75px !important;
}
.mb-75,
.my-75 {
  margin-bottom: 75px !important;
}
.ml-75,
.mx-75 {
  margin-left: 75px !important;
}
.m-80 {
  margin: 80px !important;
}
.mt-80,
.my-80 {
  margin-top: 80px !important;
}
.mr-80,
.mx-80 {
  margin-right: 80px !important;
}
.mb-80,
.my-80 {
  margin-bottom: 80px !important;
}
.ml-80,
.mx-80 {
  margin-left: 80px !important;
}
.m-85 {
  margin: 85px !important;
}
.mt-85,
.my-85 {
  margin-top: 85px !important;
}
.mr-85,
.mx-85 {
  margin-right: 85px !important;
}
.mb-85,
.my-85 {
  margin-bottom: 85px !important;
}
.ml-85,
.mx-85 {
  margin-left: 85px !important;
}
.m-90 {
  margin: 90px !important;
}
.mt-90,
.my-90 {
  margin-top: 90px !important;
}
.mr-90,
.mx-90 {
  margin-right: 90px !important;
}
.mb-90,
.my-90 {
  margin-bottom: 90px !important;
}
.ml-90,
.mx-90 {
  margin-left: 90px !important;
}
.m-95 {
  margin: 95px !important;
}
.mt-95,
.my-95 {
  margin-top: 95px !important;
}
.mr-95,
.mx-95 {
  margin-right: 95px !important;
}
.mb-95,
.my-95 {
  margin-bottom: 95px !important;
}
.ml-95,
.mx-95 {
  margin-left: 95px !important;
}
.m-100 {
  margin: 100px !important;
}
.mt-100,
.my-100 {
  margin-top: 100px !important;
}
.mr-100,
.mx-100 {
  margin-right: 100px !important;
}
.mb-100,
.my-100 {
  margin-bottom: 100px !important;
}
.ml-100,
.mx-100 {
  margin-left: 100px !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-5 {
  padding: 5px !important;
}
.pt-5,
.py-5 {
  padding-top: 5px !important;
}
.pr-5,
.px-5 {
  padding-right: 5px !important;
}
.pb-5,
.py-5 {
  padding-bottom: 5px !important;
}
.pl-5,
.px-5 {
  padding-left: 5px !important;
}
.p-7 {
  padding: 7px !important;
}
.pt-7,
.py-7 {
  padding-top: 7px !important;
}
.pr-7,
.px-7 {
  padding-right: 7px !important;
}
.pb-7,
.py-7 {
  padding-bottom: 7px !important;
}
.pl-7,
.px-7 {
  padding-left: 7px !important;
}
.p-10 {
  padding: 10px !important;
}
.pt-10,
.py-10 {
  padding-top: 10px !important;
}
.pr-10,
.px-10 {
  padding-right: 10px !important;
}
.pb-10,
.py-10 {
  padding-bottom: 10px !important;
}
.pl-10,
.px-10 {
  padding-left: 10px !important;
}
.p-12 {
  padding: 12px !important;
}
.pt-12,
.py-12 {
  padding-top: 12px !important;
}
.pr-12,
.px-12 {
  padding-right: 12px !important;
}
.pb-12,
.py-12 {
  padding-bottom: 12px !important;
}
.pl-12,
.px-12 {
  padding-left: 12px !important;
}
.p-15 {
  padding: 15px !important;
}
.pt-15,
.py-15 {
  padding-top: 15px !important;
}
.pr-15,
.px-15 {
  padding-right: 15px !important;
}
.pb-15,
.py-15 {
  padding-bottom: 15px !important;
}
.pl-15,
.px-15 {
  padding-left: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.pt-20,
.py-20 {
  padding-top: 20px !important;
}
.pr-20,
.px-20 {
  padding-right: 20px !important;
}
.pb-20,
.py-20 {
  padding-bottom: 20px !important;
}
.pl-20,
.px-20 {
  padding-left: 20px !important;
}
.p-25 {
  padding: 25px !important;
}
.pt-25,
.py-25 {
  padding-top: 25px !important;
}
.pr-25,
.px-25 {
  padding-right: 25px !important;
}
.pb-25,
.py-25 {
  padding-bottom: 25px !important;
}
.pl-25,
.px-25 {
  padding-left: 25px !important;
}
.p-30 {
  padding: 30px !important;
}
.pt-30,
.py-30 {
  padding-top: 30px !important;
}
.pr-30,
.px-30 {
  padding-right: 30px !important;
}
.pb-30,
.py-30 {
  padding-bottom: 30px !important;
}
.pl-30,
.px-30 {
  padding-left: 30px !important;
}
.p-35 {
  padding: 35px !important;
}
.pt-35,
.py-35 {
  padding-top: 35px !important;
}
.pr-35,
.px-35 {
  padding-right: 35px !important;
}
.pb-35,
.py-35 {
  padding-bottom: 35px !important;
}
.pl-35,
.px-35 {
  padding-left: 35px !important;
}
.p-40 {
  padding: 40px !important;
}
.pt-40,
.py-40 {
  padding-top: 40px !important;
}
.pr-40,
.px-40 {
  padding-right: 40px !important;
}
.pb-40,
.py-40 {
  padding-bottom: 40px !important;
}
.pl-40,
.px-40 {
  padding-left: 40px !important;
}
.p-45 {
  padding: 45px !important;
}
.pt-45,
.py-45 {
  padding-top: 45px !important;
}
.pr-45,
.px-45 {
  padding-right: 45px !important;
}
.pb-45,
.py-45 {
  padding-bottom: 45px !important;
}
.pl-45,
.px-45 {
  padding-left: 45px !important;
}
.p-50 {
  padding: 50px !important;
}
.pt-50,
.py-50 {
  padding-top: 50px !important;
}
.pr-50,
.px-50 {
  padding-right: 50px !important;
}
.pb-50,
.py-50 {
  padding-bottom: 50px !important;
}
.pl-50,
.px-50 {
  padding-left: 50px !important;
}
.p-55 {
  padding: 55px !important;
}
.pt-55,
.py-55 {
  padding-top: 55px !important;
}
.pr-55,
.px-55 {
  padding-right: 55px !important;
}
.pb-55,
.py-55 {
  padding-bottom: 55px !important;
}
.pl-55,
.px-55 {
  padding-left: 55px !important;
}
.p-60 {
  padding: 60px !important;
}
.pt-60,
.py-60 {
  padding-top: 60px !important;
}
.pr-60,
.px-60 {
  padding-right: 60px !important;
}
.pb-60,
.py-60 {
  padding-bottom: 60px !important;
}
.pl-60,
.px-60 {
  padding-left: 60px !important;
}
.p-65 {
  padding: 65px !important;
}
.pt-65,
.py-65 {
  padding-top: 65px !important;
}
.pr-65,
.px-65 {
  padding-right: 65px !important;
}
.pb-65,
.py-65 {
  padding-bottom: 65px !important;
}
.pl-65,
.px-65 {
  padding-left: 65px !important;
}
.p-70 {
  padding: 70px !important;
}
.pt-70,
.py-70 {
  padding-top: 70px !important;
}
.pr-70,
.px-70 {
  padding-right: 70px !important;
}
.pb-70,
.py-70 {
  padding-bottom: 70px !important;
}
.pl-70,
.px-70 {
  padding-left: 70px !important;
}
.p-75 {
  padding: 75px !important;
}
.pt-75,
.py-75 {
  padding-top: 75px !important;
}
.pr-75,
.px-75 {
  padding-right: 75px !important;
}
.pb-75,
.py-75 {
  padding-bottom: 75px !important;
}
.pl-75,
.px-75 {
  padding-left: 75px !important;
}
.p-80 {
  padding: 80px !important;
}
.pt-80,
.py-80 {
  padding-top: 80px !important;
}
.pr-80,
.px-80 {
  padding-right: 80px !important;
}
.pb-80,
.py-80 {
  padding-bottom: 80px !important;
}
.pl-80,
.px-80 {
  padding-left: 80px !important;
}
.p-85 {
  padding: 85px !important;
}
.pt-85,
.py-85 {
  padding-top: 85px !important;
}
.pr-85,
.px-85 {
  padding-right: 85px !important;
}
.pb-85,
.py-85 {
  padding-bottom: 85px !important;
}
.pl-85,
.px-85 {
  padding-left: 85px !important;
}
.p-90 {
  padding: 90px !important;
}
.pt-90,
.py-90 {
  padding-top: 90px !important;
}
.pr-90,
.px-90 {
  padding-right: 90px !important;
}
.pb-90,
.py-90 {
  padding-bottom: 90px !important;
}
.pl-90,
.px-90 {
  padding-left: 90px !important;
}
.p-95 {
  padding: 95px !important;
}
.pt-95,
.py-95 {
  padding-top: 95px !important;
}
.pr-95,
.px-95 {
  padding-right: 95px !important;
}
.pb-95,
.py-95 {
  padding-bottom: 95px !important;
}
.pl-95,
.px-95 {
  padding-left: 95px !important;
}
.p-100 {
  padding: 100px !important;
}
.pt-100,
.py-100 {
  padding-top: 100px !important;
}
.pr-100,
.px-100 {
  padding-right: 100px !important;
}
.pb-100,
.py-100 {
  padding-bottom: 100px !important;
}
.pl-100,
.px-100 {
  padding-left: 100px !important;
}
.m-n5 {
  margin: -5px !important;
}
.mt-n5,
.my-n5 {
  margin-top: -5px !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -5px !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -5px !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -5px !important;
}
.m-n7 {
  margin: -7px !important;
}
.mt-n7,
.my-n7 {
  margin-top: -7px !important;
}
.mr-n7,
.mx-n7 {
  margin-right: -7px !important;
}
.mb-n7,
.my-n7 {
  margin-bottom: -7px !important;
}
.ml-n7,
.mx-n7 {
  margin-left: -7px !important;
}
.m-n10 {
  margin: -10px !important;
}
.mt-n10,
.my-n10 {
  margin-top: -10px !important;
}
.mr-n10,
.mx-n10 {
  margin-right: -10px !important;
}
.mb-n10,
.my-n10 {
  margin-bottom: -10px !important;
}
.ml-n10,
.mx-n10 {
  margin-left: -10px !important;
}
.m-n12 {
  margin: -12px !important;
}
.mt-n12,
.my-n12 {
  margin-top: -12px !important;
}
.mr-n12,
.mx-n12 {
  margin-right: -12px !important;
}
.mb-n12,
.my-n12 {
  margin-bottom: -12px !important;
}
.ml-n12,
.mx-n12 {
  margin-left: -12px !important;
}
.m-n15 {
  margin: -15px !important;
}
.mt-n15,
.my-n15 {
  margin-top: -15px !important;
}
.mr-n15,
.mx-n15 {
  margin-right: -15px !important;
}
.mb-n15,
.my-n15 {
  margin-bottom: -15px !important;
}
.ml-n15,
.mx-n15 {
  margin-left: -15px !important;
}
.m-n20 {
  margin: -20px !important;
}
.mt-n20,
.my-n20 {
  margin-top: -20px !important;
}
.mr-n20,
.mx-n20 {
  margin-right: -20px !important;
}
.mb-n20,
.my-n20 {
  margin-bottom: -20px !important;
}
.ml-n20,
.mx-n20 {
  margin-left: -20px !important;
}
.m-n25 {
  margin: -25px !important;
}
.mt-n25,
.my-n25 {
  margin-top: -25px !important;
}
.mr-n25,
.mx-n25 {
  margin-right: -25px !important;
}
.mb-n25,
.my-n25 {
  margin-bottom: -25px !important;
}
.ml-n25,
.mx-n25 {
  margin-left: -25px !important;
}
.m-n30 {
  margin: -30px !important;
}
.mt-n30,
.my-n30 {
  margin-top: -30px !important;
}
.mr-n30,
.mx-n30 {
  margin-right: -30px !important;
}
.mb-n30,
.my-n30 {
  margin-bottom: -30px !important;
}
.ml-n30,
.mx-n30 {
  margin-left: -30px !important;
}
.m-n35 {
  margin: -35px !important;
}
.mt-n35,
.my-n35 {
  margin-top: -35px !important;
}
.mr-n35,
.mx-n35 {
  margin-right: -35px !important;
}
.mb-n35,
.my-n35 {
  margin-bottom: -35px !important;
}
.ml-n35,
.mx-n35 {
  margin-left: -35px !important;
}
.m-n40 {
  margin: -40px !important;
}
.mt-n40,
.my-n40 {
  margin-top: -40px !important;
}
.mr-n40,
.mx-n40 {
  margin-right: -40px !important;
}
.mb-n40,
.my-n40 {
  margin-bottom: -40px !important;
}
.ml-n40,
.mx-n40 {
  margin-left: -40px !important;
}
.m-n45 {
  margin: -45px !important;
}
.mt-n45,
.my-n45 {
  margin-top: -45px !important;
}
.mr-n45,
.mx-n45 {
  margin-right: -45px !important;
}
.mb-n45,
.my-n45 {
  margin-bottom: -45px !important;
}
.ml-n45,
.mx-n45 {
  margin-left: -45px !important;
}
.m-n50 {
  margin: -50px !important;
}
.mt-n50,
.my-n50 {
  margin-top: -50px !important;
}
.mr-n50,
.mx-n50 {
  margin-right: -50px !important;
}
.mb-n50,
.my-n50 {
  margin-bottom: -50px !important;
}
.ml-n50,
.mx-n50 {
  margin-left: -50px !important;
}
.m-n55 {
  margin: -55px !important;
}
.mt-n55,
.my-n55 {
  margin-top: -55px !important;
}
.mr-n55,
.mx-n55 {
  margin-right: -55px !important;
}
.mb-n55,
.my-n55 {
  margin-bottom: -55px !important;
}
.ml-n55,
.mx-n55 {
  margin-left: -55px !important;
}
.m-n60 {
  margin: -60px !important;
}
.mt-n60,
.my-n60 {
  margin-top: -60px !important;
}
.mr-n60,
.mx-n60 {
  margin-right: -60px !important;
}
.mb-n60,
.my-n60 {
  margin-bottom: -60px !important;
}
.ml-n60,
.mx-n60 {
  margin-left: -60px !important;
}
.m-n65 {
  margin: -65px !important;
}
.mt-n65,
.my-n65 {
  margin-top: -65px !important;
}
.mr-n65,
.mx-n65 {
  margin-right: -65px !important;
}
.mb-n65,
.my-n65 {
  margin-bottom: -65px !important;
}
.ml-n65,
.mx-n65 {
  margin-left: -65px !important;
}
.m-n70 {
  margin: -70px !important;
}
.mt-n70,
.my-n70 {
  margin-top: -70px !important;
}
.mr-n70,
.mx-n70 {
  margin-right: -70px !important;
}
.mb-n70,
.my-n70 {
  margin-bottom: -70px !important;
}
.ml-n70,
.mx-n70 {
  margin-left: -70px !important;
}
.m-n75 {
  margin: -75px !important;
}
.mt-n75,
.my-n75 {
  margin-top: -75px !important;
}
.mr-n75,
.mx-n75 {
  margin-right: -75px !important;
}
.mb-n75,
.my-n75 {
  margin-bottom: -75px !important;
}
.ml-n75,
.mx-n75 {
  margin-left: -75px !important;
}
.m-n80 {
  margin: -80px !important;
}
.mt-n80,
.my-n80 {
  margin-top: -80px !important;
}
.mr-n80,
.mx-n80 {
  margin-right: -80px !important;
}
.mb-n80,
.my-n80 {
  margin-bottom: -80px !important;
}
.ml-n80,
.mx-n80 {
  margin-left: -80px !important;
}
.m-n85 {
  margin: -85px !important;
}
.mt-n85,
.my-n85 {
  margin-top: -85px !important;
}
.mr-n85,
.mx-n85 {
  margin-right: -85px !important;
}
.mb-n85,
.my-n85 {
  margin-bottom: -85px !important;
}
.ml-n85,
.mx-n85 {
  margin-left: -85px !important;
}
.m-n90 {
  margin: -90px !important;
}
.mt-n90,
.my-n90 {
  margin-top: -90px !important;
}
.mr-n90,
.mx-n90 {
  margin-right: -90px !important;
}
.mb-n90,
.my-n90 {
  margin-bottom: -90px !important;
}
.ml-n90,
.mx-n90 {
  margin-left: -90px !important;
}
.m-n95 {
  margin: -95px !important;
}
.mt-n95,
.my-n95 {
  margin-top: -95px !important;
}
.mr-n95,
.mx-n95 {
  margin-right: -95px !important;
}
.mb-n95,
.my-n95 {
  margin-bottom: -95px !important;
}
.ml-n95,
.mx-n95 {
  margin-left: -95px !important;
}
.m-n100 {
  margin: -100px !important;
}
.mt-n100,
.my-n100 {
  margin-top: -100px !important;
}
.mr-n100,
.mx-n100 {
  margin-right: -100px !important;
}
.mb-n100,
.my-n100 {
  margin-bottom: -100px !important;
}
.ml-n100,
.mx-n100 {
  margin-left: -100px !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-5 {
    margin: 5px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5px !important;
  }
  .m-sm-7 {
    margin: 7px !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 7px !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 7px !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 7px !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 7px !important;
  }
  .m-sm-10 {
    margin: 10px !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10px !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10px !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10px !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10px !important;
  }
  .m-sm-12 {
    margin: 12px !important;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 12px !important;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 12px !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 12px !important;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 12px !important;
  }
  .m-sm-15 {
    margin: 15px !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 15px !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 15px !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 15px !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 15px !important;
  }
  .m-sm-20 {
    margin: 20px !important;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 20px !important;
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 20px !important;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 20px !important;
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 20px !important;
  }
  .m-sm-25 {
    margin: 25px !important;
  }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 25px !important;
  }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 25px !important;
  }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 25px !important;
  }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 25px !important;
  }
  .m-sm-30 {
    margin: 30px !important;
  }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 30px !important;
  }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 30px !important;
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 30px !important;
  }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 30px !important;
  }
  .m-sm-35 {
    margin: 35px !important;
  }
  .mt-sm-35,
  .my-sm-35 {
    margin-top: 35px !important;
  }
  .mr-sm-35,
  .mx-sm-35 {
    margin-right: 35px !important;
  }
  .mb-sm-35,
  .my-sm-35 {
    margin-bottom: 35px !important;
  }
  .ml-sm-35,
  .mx-sm-35 {
    margin-left: 35px !important;
  }
  .m-sm-40 {
    margin: 40px !important;
  }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 40px !important;
  }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 40px !important;
  }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 40px !important;
  }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 40px !important;
  }
  .m-sm-45 {
    margin: 45px !important;
  }
  .mt-sm-45,
  .my-sm-45 {
    margin-top: 45px !important;
  }
  .mr-sm-45,
  .mx-sm-45 {
    margin-right: 45px !important;
  }
  .mb-sm-45,
  .my-sm-45 {
    margin-bottom: 45px !important;
  }
  .ml-sm-45,
  .mx-sm-45 {
    margin-left: 45px !important;
  }
  .m-sm-50 {
    margin: 50px !important;
  }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 50px !important;
  }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 50px !important;
  }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 50px !important;
  }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 50px !important;
  }
  .m-sm-55 {
    margin: 55px !important;
  }
  .mt-sm-55,
  .my-sm-55 {
    margin-top: 55px !important;
  }
  .mr-sm-55,
  .mx-sm-55 {
    margin-right: 55px !important;
  }
  .mb-sm-55,
  .my-sm-55 {
    margin-bottom: 55px !important;
  }
  .ml-sm-55,
  .mx-sm-55 {
    margin-left: 55px !important;
  }
  .m-sm-60 {
    margin: 60px !important;
  }
  .mt-sm-60,
  .my-sm-60 {
    margin-top: 60px !important;
  }
  .mr-sm-60,
  .mx-sm-60 {
    margin-right: 60px !important;
  }
  .mb-sm-60,
  .my-sm-60 {
    margin-bottom: 60px !important;
  }
  .ml-sm-60,
  .mx-sm-60 {
    margin-left: 60px !important;
  }
  .m-sm-65 {
    margin: 65px !important;
  }
  .mt-sm-65,
  .my-sm-65 {
    margin-top: 65px !important;
  }
  .mr-sm-65,
  .mx-sm-65 {
    margin-right: 65px !important;
  }
  .mb-sm-65,
  .my-sm-65 {
    margin-bottom: 65px !important;
  }
  .ml-sm-65,
  .mx-sm-65 {
    margin-left: 65px !important;
  }
  .m-sm-70 {
    margin: 70px !important;
  }
  .mt-sm-70,
  .my-sm-70 {
    margin-top: 70px !important;
  }
  .mr-sm-70,
  .mx-sm-70 {
    margin-right: 70px !important;
  }
  .mb-sm-70,
  .my-sm-70 {
    margin-bottom: 70px !important;
  }
  .ml-sm-70,
  .mx-sm-70 {
    margin-left: 70px !important;
  }
  .m-sm-75 {
    margin: 75px !important;
  }
  .mt-sm-75,
  .my-sm-75 {
    margin-top: 75px !important;
  }
  .mr-sm-75,
  .mx-sm-75 {
    margin-right: 75px !important;
  }
  .mb-sm-75,
  .my-sm-75 {
    margin-bottom: 75px !important;
  }
  .ml-sm-75,
  .mx-sm-75 {
    margin-left: 75px !important;
  }
  .m-sm-80 {
    margin: 80px !important;
  }
  .mt-sm-80,
  .my-sm-80 {
    margin-top: 80px !important;
  }
  .mr-sm-80,
  .mx-sm-80 {
    margin-right: 80px !important;
  }
  .mb-sm-80,
  .my-sm-80 {
    margin-bottom: 80px !important;
  }
  .ml-sm-80,
  .mx-sm-80 {
    margin-left: 80px !important;
  }
  .m-sm-85 {
    margin: 85px !important;
  }
  .mt-sm-85,
  .my-sm-85 {
    margin-top: 85px !important;
  }
  .mr-sm-85,
  .mx-sm-85 {
    margin-right: 85px !important;
  }
  .mb-sm-85,
  .my-sm-85 {
    margin-bottom: 85px !important;
  }
  .ml-sm-85,
  .mx-sm-85 {
    margin-left: 85px !important;
  }
  .m-sm-90 {
    margin: 90px !important;
  }
  .mt-sm-90,
  .my-sm-90 {
    margin-top: 90px !important;
  }
  .mr-sm-90,
  .mx-sm-90 {
    margin-right: 90px !important;
  }
  .mb-sm-90,
  .my-sm-90 {
    margin-bottom: 90px !important;
  }
  .ml-sm-90,
  .mx-sm-90 {
    margin-left: 90px !important;
  }
  .m-sm-95 {
    margin: 95px !important;
  }
  .mt-sm-95,
  .my-sm-95 {
    margin-top: 95px !important;
  }
  .mr-sm-95,
  .mx-sm-95 {
    margin-right: 95px !important;
  }
  .mb-sm-95,
  .my-sm-95 {
    margin-bottom: 95px !important;
  }
  .ml-sm-95,
  .mx-sm-95 {
    margin-left: 95px !important;
  }
  .m-sm-100 {
    margin: 100px !important;
  }
  .mt-sm-100,
  .my-sm-100 {
    margin-top: 100px !important;
  }
  .mr-sm-100,
  .mx-sm-100 {
    margin-right: 100px !important;
  }
  .mb-sm-100,
  .my-sm-100 {
    margin-bottom: 100px !important;
  }
  .ml-sm-100,
  .mx-sm-100 {
    margin-left: 100px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-5 {
    padding: 5px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5px !important;
  }
  .p-sm-7 {
    padding: 7px !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 7px !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 7px !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 7px !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 7px !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10px !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10px !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10px !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10px !important;
  }
  .p-sm-12 {
    padding: 12px !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 12px !important;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 12px !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 12px !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 12px !important;
  }
  .p-sm-15 {
    padding: 15px !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 15px !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 15px !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 15px !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 15px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 20px !important;
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 20px !important;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 20px !important;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 20px !important;
  }
  .p-sm-25 {
    padding: 25px !important;
  }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 25px !important;
  }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 25px !important;
  }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 25px !important;
  }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 25px !important;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 30px !important;
  }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 30px !important;
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 30px !important;
  }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 30px !important;
  }
  .p-sm-35 {
    padding: 35px !important;
  }
  .pt-sm-35,
  .py-sm-35 {
    padding-top: 35px !important;
  }
  .pr-sm-35,
  .px-sm-35 {
    padding-right: 35px !important;
  }
  .pb-sm-35,
  .py-sm-35 {
    padding-bottom: 35px !important;
  }
  .pl-sm-35,
  .px-sm-35 {
    padding-left: 35px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 40px !important;
  }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 40px !important;
  }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 40px !important;
  }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 40px !important;
  }
  .p-sm-45 {
    padding: 45px !important;
  }
  .pt-sm-45,
  .py-sm-45 {
    padding-top: 45px !important;
  }
  .pr-sm-45,
  .px-sm-45 {
    padding-right: 45px !important;
  }
  .pb-sm-45,
  .py-sm-45 {
    padding-bottom: 45px !important;
  }
  .pl-sm-45,
  .px-sm-45 {
    padding-left: 45px !important;
  }
  .p-sm-50 {
    padding: 50px !important;
  }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 50px !important;
  }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 50px !important;
  }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 50px !important;
  }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 50px !important;
  }
  .p-sm-55 {
    padding: 55px !important;
  }
  .pt-sm-55,
  .py-sm-55 {
    padding-top: 55px !important;
  }
  .pr-sm-55,
  .px-sm-55 {
    padding-right: 55px !important;
  }
  .pb-sm-55,
  .py-sm-55 {
    padding-bottom: 55px !important;
  }
  .pl-sm-55,
  .px-sm-55 {
    padding-left: 55px !important;
  }
  .p-sm-60 {
    padding: 60px !important;
  }
  .pt-sm-60,
  .py-sm-60 {
    padding-top: 60px !important;
  }
  .pr-sm-60,
  .px-sm-60 {
    padding-right: 60px !important;
  }
  .pb-sm-60,
  .py-sm-60 {
    padding-bottom: 60px !important;
  }
  .pl-sm-60,
  .px-sm-60 {
    padding-left: 60px !important;
  }
  .p-sm-65 {
    padding: 65px !important;
  }
  .pt-sm-65,
  .py-sm-65 {
    padding-top: 65px !important;
  }
  .pr-sm-65,
  .px-sm-65 {
    padding-right: 65px !important;
  }
  .pb-sm-65,
  .py-sm-65 {
    padding-bottom: 65px !important;
  }
  .pl-sm-65,
  .px-sm-65 {
    padding-left: 65px !important;
  }
  .p-sm-70 {
    padding: 70px !important;
  }
  .pt-sm-70,
  .py-sm-70 {
    padding-top: 70px !important;
  }
  .pr-sm-70,
  .px-sm-70 {
    padding-right: 70px !important;
  }
  .pb-sm-70,
  .py-sm-70 {
    padding-bottom: 70px !important;
  }
  .pl-sm-70,
  .px-sm-70 {
    padding-left: 70px !important;
  }
  .p-sm-75 {
    padding: 75px !important;
  }
  .pt-sm-75,
  .py-sm-75 {
    padding-top: 75px !important;
  }
  .pr-sm-75,
  .px-sm-75 {
    padding-right: 75px !important;
  }
  .pb-sm-75,
  .py-sm-75 {
    padding-bottom: 75px !important;
  }
  .pl-sm-75,
  .px-sm-75 {
    padding-left: 75px !important;
  }
  .p-sm-80 {
    padding: 80px !important;
  }
  .pt-sm-80,
  .py-sm-80 {
    padding-top: 80px !important;
  }
  .pr-sm-80,
  .px-sm-80 {
    padding-right: 80px !important;
  }
  .pb-sm-80,
  .py-sm-80 {
    padding-bottom: 80px !important;
  }
  .pl-sm-80,
  .px-sm-80 {
    padding-left: 80px !important;
  }
  .p-sm-85 {
    padding: 85px !important;
  }
  .pt-sm-85,
  .py-sm-85 {
    padding-top: 85px !important;
  }
  .pr-sm-85,
  .px-sm-85 {
    padding-right: 85px !important;
  }
  .pb-sm-85,
  .py-sm-85 {
    padding-bottom: 85px !important;
  }
  .pl-sm-85,
  .px-sm-85 {
    padding-left: 85px !important;
  }
  .p-sm-90 {
    padding: 90px !important;
  }
  .pt-sm-90,
  .py-sm-90 {
    padding-top: 90px !important;
  }
  .pr-sm-90,
  .px-sm-90 {
    padding-right: 90px !important;
  }
  .pb-sm-90,
  .py-sm-90 {
    padding-bottom: 90px !important;
  }
  .pl-sm-90,
  .px-sm-90 {
    padding-left: 90px !important;
  }
  .p-sm-95 {
    padding: 95px !important;
  }
  .pt-sm-95,
  .py-sm-95 {
    padding-top: 95px !important;
  }
  .pr-sm-95,
  .px-sm-95 {
    padding-right: 95px !important;
  }
  .pb-sm-95,
  .py-sm-95 {
    padding-bottom: 95px !important;
  }
  .pl-sm-95,
  .px-sm-95 {
    padding-left: 95px !important;
  }
  .p-sm-100 {
    padding: 100px !important;
  }
  .pt-sm-100,
  .py-sm-100 {
    padding-top: 100px !important;
  }
  .pr-sm-100,
  .px-sm-100 {
    padding-right: 100px !important;
  }
  .pb-sm-100,
  .py-sm-100 {
    padding-bottom: 100px !important;
  }
  .pl-sm-100,
  .px-sm-100 {
    padding-left: 100px !important;
  }
  .m-sm-n5 {
    margin: -5px !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -5px !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -5px !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -5px !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -5px !important;
  }
  .m-sm-n7 {
    margin: -7px !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -7px !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -7px !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -7px !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -7px !important;
  }
  .m-sm-n10 {
    margin: -10px !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -10px !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -10px !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -10px !important;
  }
  .m-sm-n12 {
    margin: -12px !important;
  }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -12px !important;
  }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -12px !important;
  }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -12px !important;
  }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -12px !important;
  }
  .m-sm-n15 {
    margin: -15px !important;
  }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -15px !important;
  }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -15px !important;
  }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -15px !important;
  }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -15px !important;
  }
  .m-sm-n20 {
    margin: -20px !important;
  }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -20px !important;
  }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -20px !important;
  }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -20px !important;
  }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -20px !important;
  }
  .m-sm-n25 {
    margin: -25px !important;
  }
  .mt-sm-n25,
  .my-sm-n25 {
    margin-top: -25px !important;
  }
  .mr-sm-n25,
  .mx-sm-n25 {
    margin-right: -25px !important;
  }
  .mb-sm-n25,
  .my-sm-n25 {
    margin-bottom: -25px !important;
  }
  .ml-sm-n25,
  .mx-sm-n25 {
    margin-left: -25px !important;
  }
  .m-sm-n30 {
    margin: -30px !important;
  }
  .mt-sm-n30,
  .my-sm-n30 {
    margin-top: -30px !important;
  }
  .mr-sm-n30,
  .mx-sm-n30 {
    margin-right: -30px !important;
  }
  .mb-sm-n30,
  .my-sm-n30 {
    margin-bottom: -30px !important;
  }
  .ml-sm-n30,
  .mx-sm-n30 {
    margin-left: -30px !important;
  }
  .m-sm-n35 {
    margin: -35px !important;
  }
  .mt-sm-n35,
  .my-sm-n35 {
    margin-top: -35px !important;
  }
  .mr-sm-n35,
  .mx-sm-n35 {
    margin-right: -35px !important;
  }
  .mb-sm-n35,
  .my-sm-n35 {
    margin-bottom: -35px !important;
  }
  .ml-sm-n35,
  .mx-sm-n35 {
    margin-left: -35px !important;
  }
  .m-sm-n40 {
    margin: -40px !important;
  }
  .mt-sm-n40,
  .my-sm-n40 {
    margin-top: -40px !important;
  }
  .mr-sm-n40,
  .mx-sm-n40 {
    margin-right: -40px !important;
  }
  .mb-sm-n40,
  .my-sm-n40 {
    margin-bottom: -40px !important;
  }
  .ml-sm-n40,
  .mx-sm-n40 {
    margin-left: -40px !important;
  }
  .m-sm-n45 {
    margin: -45px !important;
  }
  .mt-sm-n45,
  .my-sm-n45 {
    margin-top: -45px !important;
  }
  .mr-sm-n45,
  .mx-sm-n45 {
    margin-right: -45px !important;
  }
  .mb-sm-n45,
  .my-sm-n45 {
    margin-bottom: -45px !important;
  }
  .ml-sm-n45,
  .mx-sm-n45 {
    margin-left: -45px !important;
  }
  .m-sm-n50 {
    margin: -50px !important;
  }
  .mt-sm-n50,
  .my-sm-n50 {
    margin-top: -50px !important;
  }
  .mr-sm-n50,
  .mx-sm-n50 {
    margin-right: -50px !important;
  }
  .mb-sm-n50,
  .my-sm-n50 {
    margin-bottom: -50px !important;
  }
  .ml-sm-n50,
  .mx-sm-n50 {
    margin-left: -50px !important;
  }
  .m-sm-n55 {
    margin: -55px !important;
  }
  .mt-sm-n55,
  .my-sm-n55 {
    margin-top: -55px !important;
  }
  .mr-sm-n55,
  .mx-sm-n55 {
    margin-right: -55px !important;
  }
  .mb-sm-n55,
  .my-sm-n55 {
    margin-bottom: -55px !important;
  }
  .ml-sm-n55,
  .mx-sm-n55 {
    margin-left: -55px !important;
  }
  .m-sm-n60 {
    margin: -60px !important;
  }
  .mt-sm-n60,
  .my-sm-n60 {
    margin-top: -60px !important;
  }
  .mr-sm-n60,
  .mx-sm-n60 {
    margin-right: -60px !important;
  }
  .mb-sm-n60,
  .my-sm-n60 {
    margin-bottom: -60px !important;
  }
  .ml-sm-n60,
  .mx-sm-n60 {
    margin-left: -60px !important;
  }
  .m-sm-n65 {
    margin: -65px !important;
  }
  .mt-sm-n65,
  .my-sm-n65 {
    margin-top: -65px !important;
  }
  .mr-sm-n65,
  .mx-sm-n65 {
    margin-right: -65px !important;
  }
  .mb-sm-n65,
  .my-sm-n65 {
    margin-bottom: -65px !important;
  }
  .ml-sm-n65,
  .mx-sm-n65 {
    margin-left: -65px !important;
  }
  .m-sm-n70 {
    margin: -70px !important;
  }
  .mt-sm-n70,
  .my-sm-n70 {
    margin-top: -70px !important;
  }
  .mr-sm-n70,
  .mx-sm-n70 {
    margin-right: -70px !important;
  }
  .mb-sm-n70,
  .my-sm-n70 {
    margin-bottom: -70px !important;
  }
  .ml-sm-n70,
  .mx-sm-n70 {
    margin-left: -70px !important;
  }
  .m-sm-n75 {
    margin: -75px !important;
  }
  .mt-sm-n75,
  .my-sm-n75 {
    margin-top: -75px !important;
  }
  .mr-sm-n75,
  .mx-sm-n75 {
    margin-right: -75px !important;
  }
  .mb-sm-n75,
  .my-sm-n75 {
    margin-bottom: -75px !important;
  }
  .ml-sm-n75,
  .mx-sm-n75 {
    margin-left: -75px !important;
  }
  .m-sm-n80 {
    margin: -80px !important;
  }
  .mt-sm-n80,
  .my-sm-n80 {
    margin-top: -80px !important;
  }
  .mr-sm-n80,
  .mx-sm-n80 {
    margin-right: -80px !important;
  }
  .mb-sm-n80,
  .my-sm-n80 {
    margin-bottom: -80px !important;
  }
  .ml-sm-n80,
  .mx-sm-n80 {
    margin-left: -80px !important;
  }
  .m-sm-n85 {
    margin: -85px !important;
  }
  .mt-sm-n85,
  .my-sm-n85 {
    margin-top: -85px !important;
  }
  .mr-sm-n85,
  .mx-sm-n85 {
    margin-right: -85px !important;
  }
  .mb-sm-n85,
  .my-sm-n85 {
    margin-bottom: -85px !important;
  }
  .ml-sm-n85,
  .mx-sm-n85 {
    margin-left: -85px !important;
  }
  .m-sm-n90 {
    margin: -90px !important;
  }
  .mt-sm-n90,
  .my-sm-n90 {
    margin-top: -90px !important;
  }
  .mr-sm-n90,
  .mx-sm-n90 {
    margin-right: -90px !important;
  }
  .mb-sm-n90,
  .my-sm-n90 {
    margin-bottom: -90px !important;
  }
  .ml-sm-n90,
  .mx-sm-n90 {
    margin-left: -90px !important;
  }
  .m-sm-n95 {
    margin: -95px !important;
  }
  .mt-sm-n95,
  .my-sm-n95 {
    margin-top: -95px !important;
  }
  .mr-sm-n95,
  .mx-sm-n95 {
    margin-right: -95px !important;
  }
  .mb-sm-n95,
  .my-sm-n95 {
    margin-bottom: -95px !important;
  }
  .ml-sm-n95,
  .mx-sm-n95 {
    margin-left: -95px !important;
  }
  .m-sm-n100 {
    margin: -100px !important;
  }
  .mt-sm-n100,
  .my-sm-n100 {
    margin-top: -100px !important;
  }
  .mr-sm-n100,
  .mx-sm-n100 {
    margin-right: -100px !important;
  }
  .mb-sm-n100,
  .my-sm-n100 {
    margin-bottom: -100px !important;
  }
  .ml-sm-n100,
  .mx-sm-n100 {
    margin-left: -100px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-5 {
    margin: 5px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5px !important;
  }
  .m-md-7 {
    margin: 7px !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 7px !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 7px !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 7px !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 7px !important;
  }
  .m-md-10 {
    margin: 10px !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10px !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10px !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10px !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10px !important;
  }
  .m-md-12 {
    margin: 12px !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 12px !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 12px !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 12px !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 12px !important;
  }
  .m-md-15 {
    margin: 15px !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 15px !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 15px !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 15px !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 15px !important;
  }
  .m-md-20 {
    margin: 20px !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 20px !important;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 20px !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 20px !important;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 20px !important;
  }
  .m-md-25 {
    margin: 25px !important;
  }
  .mt-md-25,
  .my-md-25 {
    margin-top: 25px !important;
  }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 25px !important;
  }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 25px !important;
  }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 25px !important;
  }
  .m-md-30 {
    margin: 30px !important;
  }
  .mt-md-30,
  .my-md-30 {
    margin-top: 30px !important;
  }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 30px !important;
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 30px !important;
  }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 30px !important;
  }
  .m-md-35 {
    margin: 35px !important;
  }
  .mt-md-35,
  .my-md-35 {
    margin-top: 35px !important;
  }
  .mr-md-35,
  .mx-md-35 {
    margin-right: 35px !important;
  }
  .mb-md-35,
  .my-md-35 {
    margin-bottom: 35px !important;
  }
  .ml-md-35,
  .mx-md-35 {
    margin-left: 35px !important;
  }
  .m-md-40 {
    margin: 40px !important;
  }
  .mt-md-40,
  .my-md-40 {
    margin-top: 40px !important;
  }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 40px !important;
  }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 40px !important;
  }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 40px !important;
  }
  .m-md-45 {
    margin: 45px !important;
  }
  .mt-md-45,
  .my-md-45 {
    margin-top: 45px !important;
  }
  .mr-md-45,
  .mx-md-45 {
    margin-right: 45px !important;
  }
  .mb-md-45,
  .my-md-45 {
    margin-bottom: 45px !important;
  }
  .ml-md-45,
  .mx-md-45 {
    margin-left: 45px !important;
  }
  .m-md-50 {
    margin: 50px !important;
  }
  .mt-md-50,
  .my-md-50 {
    margin-top: 50px !important;
  }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 50px !important;
  }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 50px !important;
  }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 50px !important;
  }
  .m-md-55 {
    margin: 55px !important;
  }
  .mt-md-55,
  .my-md-55 {
    margin-top: 55px !important;
  }
  .mr-md-55,
  .mx-md-55 {
    margin-right: 55px !important;
  }
  .mb-md-55,
  .my-md-55 {
    margin-bottom: 55px !important;
  }
  .ml-md-55,
  .mx-md-55 {
    margin-left: 55px !important;
  }
  .m-md-60 {
    margin: 60px !important;
  }
  .mt-md-60,
  .my-md-60 {
    margin-top: 60px !important;
  }
  .mr-md-60,
  .mx-md-60 {
    margin-right: 60px !important;
  }
  .mb-md-60,
  .my-md-60 {
    margin-bottom: 60px !important;
  }
  .ml-md-60,
  .mx-md-60 {
    margin-left: 60px !important;
  }
  .m-md-65 {
    margin: 65px !important;
  }
  .mt-md-65,
  .my-md-65 {
    margin-top: 65px !important;
  }
  .mr-md-65,
  .mx-md-65 {
    margin-right: 65px !important;
  }
  .mb-md-65,
  .my-md-65 {
    margin-bottom: 65px !important;
  }
  .ml-md-65,
  .mx-md-65 {
    margin-left: 65px !important;
  }
  .m-md-70 {
    margin: 70px !important;
  }
  .mt-md-70,
  .my-md-70 {
    margin-top: 70px !important;
  }
  .mr-md-70,
  .mx-md-70 {
    margin-right: 70px !important;
  }
  .mb-md-70,
  .my-md-70 {
    margin-bottom: 70px !important;
  }
  .ml-md-70,
  .mx-md-70 {
    margin-left: 70px !important;
  }
  .m-md-75 {
    margin: 75px !important;
  }
  .mt-md-75,
  .my-md-75 {
    margin-top: 75px !important;
  }
  .mr-md-75,
  .mx-md-75 {
    margin-right: 75px !important;
  }
  .mb-md-75,
  .my-md-75 {
    margin-bottom: 75px !important;
  }
  .ml-md-75,
  .mx-md-75 {
    margin-left: 75px !important;
  }
  .m-md-80 {
    margin: 80px !important;
  }
  .mt-md-80,
  .my-md-80 {
    margin-top: 80px !important;
  }
  .mr-md-80,
  .mx-md-80 {
    margin-right: 80px !important;
  }
  .mb-md-80,
  .my-md-80 {
    margin-bottom: 80px !important;
  }
  .ml-md-80,
  .mx-md-80 {
    margin-left: 80px !important;
  }
  .m-md-85 {
    margin: 85px !important;
  }
  .mt-md-85,
  .my-md-85 {
    margin-top: 85px !important;
  }
  .mr-md-85,
  .mx-md-85 {
    margin-right: 85px !important;
  }
  .mb-md-85,
  .my-md-85 {
    margin-bottom: 85px !important;
  }
  .ml-md-85,
  .mx-md-85 {
    margin-left: 85px !important;
  }
  .m-md-90 {
    margin: 90px !important;
  }
  .mt-md-90,
  .my-md-90 {
    margin-top: 90px !important;
  }
  .mr-md-90,
  .mx-md-90 {
    margin-right: 90px !important;
  }
  .mb-md-90,
  .my-md-90 {
    margin-bottom: 90px !important;
  }
  .ml-md-90,
  .mx-md-90 {
    margin-left: 90px !important;
  }
  .m-md-95 {
    margin: 95px !important;
  }
  .mt-md-95,
  .my-md-95 {
    margin-top: 95px !important;
  }
  .mr-md-95,
  .mx-md-95 {
    margin-right: 95px !important;
  }
  .mb-md-95,
  .my-md-95 {
    margin-bottom: 95px !important;
  }
  .ml-md-95,
  .mx-md-95 {
    margin-left: 95px !important;
  }
  .m-md-100 {
    margin: 100px !important;
  }
  .mt-md-100,
  .my-md-100 {
    margin-top: 100px !important;
  }
  .mr-md-100,
  .mx-md-100 {
    margin-right: 100px !important;
  }
  .mb-md-100,
  .my-md-100 {
    margin-bottom: 100px !important;
  }
  .ml-md-100,
  .mx-md-100 {
    margin-left: 100px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-5 {
    padding: 5px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5px !important;
  }
  .p-md-7 {
    padding: 7px !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 7px !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 7px !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 7px !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 7px !important;
  }
  .p-md-10 {
    padding: 10px !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10px !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10px !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10px !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10px !important;
  }
  .p-md-12 {
    padding: 12px !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 12px !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 12px !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 12px !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 12px !important;
  }
  .p-md-15 {
    padding: 15px !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 15px !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 15px !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 15px !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 15px !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 20px !important;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 20px !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 20px !important;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 20px !important;
  }
  .p-md-25 {
    padding: 25px !important;
  }
  .pt-md-25,
  .py-md-25 {
    padding-top: 25px !important;
  }
  .pr-md-25,
  .px-md-25 {
    padding-right: 25px !important;
  }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 25px !important;
  }
  .pl-md-25,
  .px-md-25 {
    padding-left: 25px !important;
  }
  .p-md-30 {
    padding: 30px !important;
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 30px !important;
  }
  .pr-md-30,
  .px-md-30 {
    padding-right: 30px !important;
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 30px !important;
  }
  .pl-md-30,
  .px-md-30 {
    padding-left: 30px !important;
  }
  .p-md-35 {
    padding: 35px !important;
  }
  .pt-md-35,
  .py-md-35 {
    padding-top: 35px !important;
  }
  .pr-md-35,
  .px-md-35 {
    padding-right: 35px !important;
  }
  .pb-md-35,
  .py-md-35 {
    padding-bottom: 35px !important;
  }
  .pl-md-35,
  .px-md-35 {
    padding-left: 35px !important;
  }
  .p-md-40 {
    padding: 40px !important;
  }
  .pt-md-40,
  .py-md-40 {
    padding-top: 40px !important;
  }
  .pr-md-40,
  .px-md-40 {
    padding-right: 40px !important;
  }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 40px !important;
  }
  .pl-md-40,
  .px-md-40 {
    padding-left: 40px !important;
  }
  .p-md-45 {
    padding: 45px !important;
  }
  .pt-md-45,
  .py-md-45 {
    padding-top: 45px !important;
  }
  .pr-md-45,
  .px-md-45 {
    padding-right: 45px !important;
  }
  .pb-md-45,
  .py-md-45 {
    padding-bottom: 45px !important;
  }
  .pl-md-45,
  .px-md-45 {
    padding-left: 45px !important;
  }
  .p-md-50 {
    padding: 50px !important;
  }
  .pt-md-50,
  .py-md-50 {
    padding-top: 50px !important;
  }
  .pr-md-50,
  .px-md-50 {
    padding-right: 50px !important;
  }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 50px !important;
  }
  .pl-md-50,
  .px-md-50 {
    padding-left: 50px !important;
  }
  .p-md-55 {
    padding: 55px !important;
  }
  .pt-md-55,
  .py-md-55 {
    padding-top: 55px !important;
  }
  .pr-md-55,
  .px-md-55 {
    padding-right: 55px !important;
  }
  .pb-md-55,
  .py-md-55 {
    padding-bottom: 55px !important;
  }
  .pl-md-55,
  .px-md-55 {
    padding-left: 55px !important;
  }
  .p-md-60 {
    padding: 60px !important;
  }
  .pt-md-60,
  .py-md-60 {
    padding-top: 60px !important;
  }
  .pr-md-60,
  .px-md-60 {
    padding-right: 60px !important;
  }
  .pb-md-60,
  .py-md-60 {
    padding-bottom: 60px !important;
  }
  .pl-md-60,
  .px-md-60 {
    padding-left: 60px !important;
  }
  .p-md-65 {
    padding: 65px !important;
  }
  .pt-md-65,
  .py-md-65 {
    padding-top: 65px !important;
  }
  .pr-md-65,
  .px-md-65 {
    padding-right: 65px !important;
  }
  .pb-md-65,
  .py-md-65 {
    padding-bottom: 65px !important;
  }
  .pl-md-65,
  .px-md-65 {
    padding-left: 65px !important;
  }
  .p-md-70 {
    padding: 70px !important;
  }
  .pt-md-70,
  .py-md-70 {
    padding-top: 70px !important;
  }
  .pr-md-70,
  .px-md-70 {
    padding-right: 70px !important;
  }
  .pb-md-70,
  .py-md-70 {
    padding-bottom: 70px !important;
  }
  .pl-md-70,
  .px-md-70 {
    padding-left: 70px !important;
  }
  .p-md-75 {
    padding: 75px !important;
  }
  .pt-md-75,
  .py-md-75 {
    padding-top: 75px !important;
  }
  .pr-md-75,
  .px-md-75 {
    padding-right: 75px !important;
  }
  .pb-md-75,
  .py-md-75 {
    padding-bottom: 75px !important;
  }
  .pl-md-75,
  .px-md-75 {
    padding-left: 75px !important;
  }
  .p-md-80 {
    padding: 80px !important;
  }
  .pt-md-80,
  .py-md-80 {
    padding-top: 80px !important;
  }
  .pr-md-80,
  .px-md-80 {
    padding-right: 80px !important;
  }
  .pb-md-80,
  .py-md-80 {
    padding-bottom: 80px !important;
  }
  .pl-md-80,
  .px-md-80 {
    padding-left: 80px !important;
  }
  .p-md-85 {
    padding: 85px !important;
  }
  .pt-md-85,
  .py-md-85 {
    padding-top: 85px !important;
  }
  .pr-md-85,
  .px-md-85 {
    padding-right: 85px !important;
  }
  .pb-md-85,
  .py-md-85 {
    padding-bottom: 85px !important;
  }
  .pl-md-85,
  .px-md-85 {
    padding-left: 85px !important;
  }
  .p-md-90 {
    padding: 90px !important;
  }
  .pt-md-90,
  .py-md-90 {
    padding-top: 90px !important;
  }
  .pr-md-90,
  .px-md-90 {
    padding-right: 90px !important;
  }
  .pb-md-90,
  .py-md-90 {
    padding-bottom: 90px !important;
  }
  .pl-md-90,
  .px-md-90 {
    padding-left: 90px !important;
  }
  .p-md-95 {
    padding: 95px !important;
  }
  .pt-md-95,
  .py-md-95 {
    padding-top: 95px !important;
  }
  .pr-md-95,
  .px-md-95 {
    padding-right: 95px !important;
  }
  .pb-md-95,
  .py-md-95 {
    padding-bottom: 95px !important;
  }
  .pl-md-95,
  .px-md-95 {
    padding-left: 95px !important;
  }
  .p-md-100 {
    padding: 100px !important;
  }
  .pt-md-100,
  .py-md-100 {
    padding-top: 100px !important;
  }
  .pr-md-100,
  .px-md-100 {
    padding-right: 100px !important;
  }
  .pb-md-100,
  .py-md-100 {
    padding-bottom: 100px !important;
  }
  .pl-md-100,
  .px-md-100 {
    padding-left: 100px !important;
  }
  .m-md-n5 {
    margin: -5px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -5px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -5px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -5px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -5px !important;
  }
  .m-md-n7 {
    margin: -7px !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -7px !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -7px !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -7px !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -7px !important;
  }
  .m-md-n10 {
    margin: -10px !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -10px !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -10px !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -10px !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -10px !important;
  }
  .m-md-n12 {
    margin: -12px !important;
  }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -12px !important;
  }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -12px !important;
  }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -12px !important;
  }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -12px !important;
  }
  .m-md-n15 {
    margin: -15px !important;
  }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -15px !important;
  }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -15px !important;
  }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -15px !important;
  }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -15px !important;
  }
  .m-md-n20 {
    margin: -20px !important;
  }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -20px !important;
  }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -20px !important;
  }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -20px !important;
  }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -20px !important;
  }
  .m-md-n25 {
    margin: -25px !important;
  }
  .mt-md-n25,
  .my-md-n25 {
    margin-top: -25px !important;
  }
  .mr-md-n25,
  .mx-md-n25 {
    margin-right: -25px !important;
  }
  .mb-md-n25,
  .my-md-n25 {
    margin-bottom: -25px !important;
  }
  .ml-md-n25,
  .mx-md-n25 {
    margin-left: -25px !important;
  }
  .m-md-n30 {
    margin: -30px !important;
  }
  .mt-md-n30,
  .my-md-n30 {
    margin-top: -30px !important;
  }
  .mr-md-n30,
  .mx-md-n30 {
    margin-right: -30px !important;
  }
  .mb-md-n30,
  .my-md-n30 {
    margin-bottom: -30px !important;
  }
  .ml-md-n30,
  .mx-md-n30 {
    margin-left: -30px !important;
  }
  .m-md-n35 {
    margin: -35px !important;
  }
  .mt-md-n35,
  .my-md-n35 {
    margin-top: -35px !important;
  }
  .mr-md-n35,
  .mx-md-n35 {
    margin-right: -35px !important;
  }
  .mb-md-n35,
  .my-md-n35 {
    margin-bottom: -35px !important;
  }
  .ml-md-n35,
  .mx-md-n35 {
    margin-left: -35px !important;
  }
  .m-md-n40 {
    margin: -40px !important;
  }
  .mt-md-n40,
  .my-md-n40 {
    margin-top: -40px !important;
  }
  .mr-md-n40,
  .mx-md-n40 {
    margin-right: -40px !important;
  }
  .mb-md-n40,
  .my-md-n40 {
    margin-bottom: -40px !important;
  }
  .ml-md-n40,
  .mx-md-n40 {
    margin-left: -40px !important;
  }
  .m-md-n45 {
    margin: -45px !important;
  }
  .mt-md-n45,
  .my-md-n45 {
    margin-top: -45px !important;
  }
  .mr-md-n45,
  .mx-md-n45 {
    margin-right: -45px !important;
  }
  .mb-md-n45,
  .my-md-n45 {
    margin-bottom: -45px !important;
  }
  .ml-md-n45,
  .mx-md-n45 {
    margin-left: -45px !important;
  }
  .m-md-n50 {
    margin: -50px !important;
  }
  .mt-md-n50,
  .my-md-n50 {
    margin-top: -50px !important;
  }
  .mr-md-n50,
  .mx-md-n50 {
    margin-right: -50px !important;
  }
  .mb-md-n50,
  .my-md-n50 {
    margin-bottom: -50px !important;
  }
  .ml-md-n50,
  .mx-md-n50 {
    margin-left: -50px !important;
  }
  .m-md-n55 {
    margin: -55px !important;
  }
  .mt-md-n55,
  .my-md-n55 {
    margin-top: -55px !important;
  }
  .mr-md-n55,
  .mx-md-n55 {
    margin-right: -55px !important;
  }
  .mb-md-n55,
  .my-md-n55 {
    margin-bottom: -55px !important;
  }
  .ml-md-n55,
  .mx-md-n55 {
    margin-left: -55px !important;
  }
  .m-md-n60 {
    margin: -60px !important;
  }
  .mt-md-n60,
  .my-md-n60 {
    margin-top: -60px !important;
  }
  .mr-md-n60,
  .mx-md-n60 {
    margin-right: -60px !important;
  }
  .mb-md-n60,
  .my-md-n60 {
    margin-bottom: -60px !important;
  }
  .ml-md-n60,
  .mx-md-n60 {
    margin-left: -60px !important;
  }
  .m-md-n65 {
    margin: -65px !important;
  }
  .mt-md-n65,
  .my-md-n65 {
    margin-top: -65px !important;
  }
  .mr-md-n65,
  .mx-md-n65 {
    margin-right: -65px !important;
  }
  .mb-md-n65,
  .my-md-n65 {
    margin-bottom: -65px !important;
  }
  .ml-md-n65,
  .mx-md-n65 {
    margin-left: -65px !important;
  }
  .m-md-n70 {
    margin: -70px !important;
  }
  .mt-md-n70,
  .my-md-n70 {
    margin-top: -70px !important;
  }
  .mr-md-n70,
  .mx-md-n70 {
    margin-right: -70px !important;
  }
  .mb-md-n70,
  .my-md-n70 {
    margin-bottom: -70px !important;
  }
  .ml-md-n70,
  .mx-md-n70 {
    margin-left: -70px !important;
  }
  .m-md-n75 {
    margin: -75px !important;
  }
  .mt-md-n75,
  .my-md-n75 {
    margin-top: -75px !important;
  }
  .mr-md-n75,
  .mx-md-n75 {
    margin-right: -75px !important;
  }
  .mb-md-n75,
  .my-md-n75 {
    margin-bottom: -75px !important;
  }
  .ml-md-n75,
  .mx-md-n75 {
    margin-left: -75px !important;
  }
  .m-md-n80 {
    margin: -80px !important;
  }
  .mt-md-n80,
  .my-md-n80 {
    margin-top: -80px !important;
  }
  .mr-md-n80,
  .mx-md-n80 {
    margin-right: -80px !important;
  }
  .mb-md-n80,
  .my-md-n80 {
    margin-bottom: -80px !important;
  }
  .ml-md-n80,
  .mx-md-n80 {
    margin-left: -80px !important;
  }
  .m-md-n85 {
    margin: -85px !important;
  }
  .mt-md-n85,
  .my-md-n85 {
    margin-top: -85px !important;
  }
  .mr-md-n85,
  .mx-md-n85 {
    margin-right: -85px !important;
  }
  .mb-md-n85,
  .my-md-n85 {
    margin-bottom: -85px !important;
  }
  .ml-md-n85,
  .mx-md-n85 {
    margin-left: -85px !important;
  }
  .m-md-n90 {
    margin: -90px !important;
  }
  .mt-md-n90,
  .my-md-n90 {
    margin-top: -90px !important;
  }
  .mr-md-n90,
  .mx-md-n90 {
    margin-right: -90px !important;
  }
  .mb-md-n90,
  .my-md-n90 {
    margin-bottom: -90px !important;
  }
  .ml-md-n90,
  .mx-md-n90 {
    margin-left: -90px !important;
  }
  .m-md-n95 {
    margin: -95px !important;
  }
  .mt-md-n95,
  .my-md-n95 {
    margin-top: -95px !important;
  }
  .mr-md-n95,
  .mx-md-n95 {
    margin-right: -95px !important;
  }
  .mb-md-n95,
  .my-md-n95 {
    margin-bottom: -95px !important;
  }
  .ml-md-n95,
  .mx-md-n95 {
    margin-left: -95px !important;
  }
  .m-md-n100 {
    margin: -100px !important;
  }
  .mt-md-n100,
  .my-md-n100 {
    margin-top: -100px !important;
  }
  .mr-md-n100,
  .mx-md-n100 {
    margin-right: -100px !important;
  }
  .mb-md-n100,
  .my-md-n100 {
    margin-bottom: -100px !important;
  }
  .ml-md-n100,
  .mx-md-n100 {
    margin-left: -100px !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-5 {
    margin: 5px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5px !important;
  }
  .m-lg-7 {
    margin: 7px !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 7px !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 7px !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 7px !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 7px !important;
  }
  .m-lg-10 {
    margin: 10px !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10px !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10px !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10px !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10px !important;
  }
  .m-lg-12 {
    margin: 12px !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 12px !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 12px !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 12px !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 12px !important;
  }
  .m-lg-15 {
    margin: 15px !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 15px !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 15px !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 15px !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 15px !important;
  }
  .m-lg-20 {
    margin: 20px !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 20px !important;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 20px !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 20px !important;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 20px !important;
  }
  .m-lg-25 {
    margin: 25px !important;
  }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 25px !important;
  }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 25px !important;
  }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 25px !important;
  }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 25px !important;
  }
  .m-lg-30 {
    margin: 30px !important;
  }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 30px !important;
  }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 30px !important;
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 30px !important;
  }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 30px !important;
  }
  .m-lg-35 {
    margin: 35px !important;
  }
  .mt-lg-35,
  .my-lg-35 {
    margin-top: 35px !important;
  }
  .mr-lg-35,
  .mx-lg-35 {
    margin-right: 35px !important;
  }
  .mb-lg-35,
  .my-lg-35 {
    margin-bottom: 35px !important;
  }
  .ml-lg-35,
  .mx-lg-35 {
    margin-left: 35px !important;
  }
  .m-lg-40 {
    margin: 40px !important;
  }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 40px !important;
  }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 40px !important;
  }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 40px !important;
  }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 40px !important;
  }
  .m-lg-45 {
    margin: 45px !important;
  }
  .mt-lg-45,
  .my-lg-45 {
    margin-top: 45px !important;
  }
  .mr-lg-45,
  .mx-lg-45 {
    margin-right: 45px !important;
  }
  .mb-lg-45,
  .my-lg-45 {
    margin-bottom: 45px !important;
  }
  .ml-lg-45,
  .mx-lg-45 {
    margin-left: 45px !important;
  }
  .m-lg-50 {
    margin: 50px !important;
  }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 50px !important;
  }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 50px !important;
  }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 50px !important;
  }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 50px !important;
  }
  .m-lg-55 {
    margin: 55px !important;
  }
  .mt-lg-55,
  .my-lg-55 {
    margin-top: 55px !important;
  }
  .mr-lg-55,
  .mx-lg-55 {
    margin-right: 55px !important;
  }
  .mb-lg-55,
  .my-lg-55 {
    margin-bottom: 55px !important;
  }
  .ml-lg-55,
  .mx-lg-55 {
    margin-left: 55px !important;
  }
  .m-lg-60 {
    margin: 60px !important;
  }
  .mt-lg-60,
  .my-lg-60 {
    margin-top: 60px !important;
  }
  .mr-lg-60,
  .mx-lg-60 {
    margin-right: 60px !important;
  }
  .mb-lg-60,
  .my-lg-60 {
    margin-bottom: 60px !important;
  }
  .ml-lg-60,
  .mx-lg-60 {
    margin-left: 60px !important;
  }
  .m-lg-65 {
    margin: 65px !important;
  }
  .mt-lg-65,
  .my-lg-65 {
    margin-top: 65px !important;
  }
  .mr-lg-65,
  .mx-lg-65 {
    margin-right: 65px !important;
  }
  .mb-lg-65,
  .my-lg-65 {
    margin-bottom: 65px !important;
  }
  .ml-lg-65,
  .mx-lg-65 {
    margin-left: 65px !important;
  }
  .m-lg-70 {
    margin: 70px !important;
  }
  .mt-lg-70,
  .my-lg-70 {
    margin-top: 70px !important;
  }
  .mr-lg-70,
  .mx-lg-70 {
    margin-right: 70px !important;
  }
  .mb-lg-70,
  .my-lg-70 {
    margin-bottom: 70px !important;
  }
  .ml-lg-70,
  .mx-lg-70 {
    margin-left: 70px !important;
  }
  .m-lg-75 {
    margin: 75px !important;
  }
  .mt-lg-75,
  .my-lg-75 {
    margin-top: 75px !important;
  }
  .mr-lg-75,
  .mx-lg-75 {
    margin-right: 75px !important;
  }
  .mb-lg-75,
  .my-lg-75 {
    margin-bottom: 75px !important;
  }
  .ml-lg-75,
  .mx-lg-75 {
    margin-left: 75px !important;
  }
  .m-lg-80 {
    margin: 80px !important;
  }
  .mt-lg-80,
  .my-lg-80 {
    margin-top: 80px !important;
  }
  .mr-lg-80,
  .mx-lg-80 {
    margin-right: 80px !important;
  }
  .mb-lg-80,
  .my-lg-80 {
    margin-bottom: 80px !important;
  }
  .ml-lg-80,
  .mx-lg-80 {
    margin-left: 80px !important;
  }
  .m-lg-85 {
    margin: 85px !important;
  }
  .mt-lg-85,
  .my-lg-85 {
    margin-top: 85px !important;
  }
  .mr-lg-85,
  .mx-lg-85 {
    margin-right: 85px !important;
  }
  .mb-lg-85,
  .my-lg-85 {
    margin-bottom: 85px !important;
  }
  .ml-lg-85,
  .mx-lg-85 {
    margin-left: 85px !important;
  }
  .m-lg-90 {
    margin: 90px !important;
  }
  .mt-lg-90,
  .my-lg-90 {
    margin-top: 90px !important;
  }
  .mr-lg-90,
  .mx-lg-90 {
    margin-right: 90px !important;
  }
  .mb-lg-90,
  .my-lg-90 {
    margin-bottom: 90px !important;
  }
  .ml-lg-90,
  .mx-lg-90 {
    margin-left: 90px !important;
  }
  .m-lg-95 {
    margin: 95px !important;
  }
  .mt-lg-95,
  .my-lg-95 {
    margin-top: 95px !important;
  }
  .mr-lg-95,
  .mx-lg-95 {
    margin-right: 95px !important;
  }
  .mb-lg-95,
  .my-lg-95 {
    margin-bottom: 95px !important;
  }
  .ml-lg-95,
  .mx-lg-95 {
    margin-left: 95px !important;
  }
  .m-lg-100 {
    margin: 100px !important;
  }
  .mt-lg-100,
  .my-lg-100 {
    margin-top: 100px !important;
  }
  .mr-lg-100,
  .mx-lg-100 {
    margin-right: 100px !important;
  }
  .mb-lg-100,
  .my-lg-100 {
    margin-bottom: 100px !important;
  }
  .ml-lg-100,
  .mx-lg-100 {
    margin-left: 100px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-5 {
    padding: 5px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5px !important;
  }
  .p-lg-7 {
    padding: 7px !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 7px !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 7px !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 7px !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 7px !important;
  }
  .p-lg-10 {
    padding: 10px !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10px !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10px !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10px !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10px !important;
  }
  .p-lg-12 {
    padding: 12px !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 12px !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 12px !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 12px !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 12px !important;
  }
  .p-lg-15 {
    padding: 15px !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15px !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 15px !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15px !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 15px !important;
  }
  .p-lg-20 {
    padding: 20px !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 20px !important;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 20px !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 20px !important;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 20px !important;
  }
  .p-lg-25 {
    padding: 25px !important;
  }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 25px !important;
  }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 25px !important;
  }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 25px !important;
  }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 25px !important;
  }
  .p-lg-30 {
    padding: 30px !important;
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 30px !important;
  }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 30px !important;
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 30px !important;
  }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 30px !important;
  }
  .p-lg-35 {
    padding: 35px !important;
  }
  .pt-lg-35,
  .py-lg-35 {
    padding-top: 35px !important;
  }
  .pr-lg-35,
  .px-lg-35 {
    padding-right: 35px !important;
  }
  .pb-lg-35,
  .py-lg-35 {
    padding-bottom: 35px !important;
  }
  .pl-lg-35,
  .px-lg-35 {
    padding-left: 35px !important;
  }
  .p-lg-40 {
    padding: 40px !important;
  }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 40px !important;
  }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 40px !important;
  }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 40px !important;
  }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 40px !important;
  }
  .p-lg-45 {
    padding: 45px !important;
  }
  .pt-lg-45,
  .py-lg-45 {
    padding-top: 45px !important;
  }
  .pr-lg-45,
  .px-lg-45 {
    padding-right: 45px !important;
  }
  .pb-lg-45,
  .py-lg-45 {
    padding-bottom: 45px !important;
  }
  .pl-lg-45,
  .px-lg-45 {
    padding-left: 45px !important;
  }
  .p-lg-50 {
    padding: 50px !important;
  }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 50px !important;
  }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 50px !important;
  }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 50px !important;
  }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 50px !important;
  }
  .p-lg-55 {
    padding: 55px !important;
  }
  .pt-lg-55,
  .py-lg-55 {
    padding-top: 55px !important;
  }
  .pr-lg-55,
  .px-lg-55 {
    padding-right: 55px !important;
  }
  .pb-lg-55,
  .py-lg-55 {
    padding-bottom: 55px !important;
  }
  .pl-lg-55,
  .px-lg-55 {
    padding-left: 55px !important;
  }
  .p-lg-60 {
    padding: 60px !important;
  }
  .pt-lg-60,
  .py-lg-60 {
    padding-top: 60px !important;
  }
  .pr-lg-60,
  .px-lg-60 {
    padding-right: 60px !important;
  }
  .pb-lg-60,
  .py-lg-60 {
    padding-bottom: 60px !important;
  }
  .pl-lg-60,
  .px-lg-60 {
    padding-left: 60px !important;
  }
  .p-lg-65 {
    padding: 65px !important;
  }
  .pt-lg-65,
  .py-lg-65 {
    padding-top: 65px !important;
  }
  .pr-lg-65,
  .px-lg-65 {
    padding-right: 65px !important;
  }
  .pb-lg-65,
  .py-lg-65 {
    padding-bottom: 65px !important;
  }
  .pl-lg-65,
  .px-lg-65 {
    padding-left: 65px !important;
  }
  .p-lg-70 {
    padding: 70px !important;
  }
  .pt-lg-70,
  .py-lg-70 {
    padding-top: 70px !important;
  }
  .pr-lg-70,
  .px-lg-70 {
    padding-right: 70px !important;
  }
  .pb-lg-70,
  .py-lg-70 {
    padding-bottom: 70px !important;
  }
  .pl-lg-70,
  .px-lg-70 {
    padding-left: 70px !important;
  }
  .p-lg-75 {
    padding: 75px !important;
  }
  .pt-lg-75,
  .py-lg-75 {
    padding-top: 75px !important;
  }
  .pr-lg-75,
  .px-lg-75 {
    padding-right: 75px !important;
  }
  .pb-lg-75,
  .py-lg-75 {
    padding-bottom: 75px !important;
  }
  .pl-lg-75,
  .px-lg-75 {
    padding-left: 75px !important;
  }
  .p-lg-80 {
    padding: 80px !important;
  }
  .pt-lg-80,
  .py-lg-80 {
    padding-top: 80px !important;
  }
  .pr-lg-80,
  .px-lg-80 {
    padding-right: 80px !important;
  }
  .pb-lg-80,
  .py-lg-80 {
    padding-bottom: 80px !important;
  }
  .pl-lg-80,
  .px-lg-80 {
    padding-left: 80px !important;
  }
  .p-lg-85 {
    padding: 85px !important;
  }
  .pt-lg-85,
  .py-lg-85 {
    padding-top: 85px !important;
  }
  .pr-lg-85,
  .px-lg-85 {
    padding-right: 85px !important;
  }
  .pb-lg-85,
  .py-lg-85 {
    padding-bottom: 85px !important;
  }
  .pl-lg-85,
  .px-lg-85 {
    padding-left: 85px !important;
  }
  .p-lg-90 {
    padding: 90px !important;
  }
  .pt-lg-90,
  .py-lg-90 {
    padding-top: 90px !important;
  }
  .pr-lg-90,
  .px-lg-90 {
    padding-right: 90px !important;
  }
  .pb-lg-90,
  .py-lg-90 {
    padding-bottom: 90px !important;
  }
  .pl-lg-90,
  .px-lg-90 {
    padding-left: 90px !important;
  }
  .p-lg-95 {
    padding: 95px !important;
  }
  .pt-lg-95,
  .py-lg-95 {
    padding-top: 95px !important;
  }
  .pr-lg-95,
  .px-lg-95 {
    padding-right: 95px !important;
  }
  .pb-lg-95,
  .py-lg-95 {
    padding-bottom: 95px !important;
  }
  .pl-lg-95,
  .px-lg-95 {
    padding-left: 95px !important;
  }
  .p-lg-100 {
    padding: 100px !important;
  }
  .pt-lg-100,
  .py-lg-100 {
    padding-top: 100px !important;
  }
  .pr-lg-100,
  .px-lg-100 {
    padding-right: 100px !important;
  }
  .pb-lg-100,
  .py-lg-100 {
    padding-bottom: 100px !important;
  }
  .pl-lg-100,
  .px-lg-100 {
    padding-left: 100px !important;
  }
  .m-lg-n5 {
    margin: -5px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -5px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -5px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -5px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -5px !important;
  }
  .m-lg-n7 {
    margin: -7px !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -7px !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -7px !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -7px !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -7px !important;
  }
  .m-lg-n10 {
    margin: -10px !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -10px !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -10px !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -10px !important;
  }
  .m-lg-n12 {
    margin: -12px !important;
  }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -12px !important;
  }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -12px !important;
  }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -12px !important;
  }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -12px !important;
  }
  .m-lg-n15 {
    margin: -15px !important;
  }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -15px !important;
  }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -15px !important;
  }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -15px !important;
  }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -15px !important;
  }
  .m-lg-n20 {
    margin: -20px !important;
  }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -20px !important;
  }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -20px !important;
  }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -20px !important;
  }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -20px !important;
  }
  .m-lg-n25 {
    margin: -25px !important;
  }
  .mt-lg-n25,
  .my-lg-n25 {
    margin-top: -25px !important;
  }
  .mr-lg-n25,
  .mx-lg-n25 {
    margin-right: -25px !important;
  }
  .mb-lg-n25,
  .my-lg-n25 {
    margin-bottom: -25px !important;
  }
  .ml-lg-n25,
  .mx-lg-n25 {
    margin-left: -25px !important;
  }
  .m-lg-n30 {
    margin: -30px !important;
  }
  .mt-lg-n30,
  .my-lg-n30 {
    margin-top: -30px !important;
  }
  .mr-lg-n30,
  .mx-lg-n30 {
    margin-right: -30px !important;
  }
  .mb-lg-n30,
  .my-lg-n30 {
    margin-bottom: -30px !important;
  }
  .ml-lg-n30,
  .mx-lg-n30 {
    margin-left: -30px !important;
  }
  .m-lg-n35 {
    margin: -35px !important;
  }
  .mt-lg-n35,
  .my-lg-n35 {
    margin-top: -35px !important;
  }
  .mr-lg-n35,
  .mx-lg-n35 {
    margin-right: -35px !important;
  }
  .mb-lg-n35,
  .my-lg-n35 {
    margin-bottom: -35px !important;
  }
  .ml-lg-n35,
  .mx-lg-n35 {
    margin-left: -35px !important;
  }
  .m-lg-n40 {
    margin: -40px !important;
  }
  .mt-lg-n40,
  .my-lg-n40 {
    margin-top: -40px !important;
  }
  .mr-lg-n40,
  .mx-lg-n40 {
    margin-right: -40px !important;
  }
  .mb-lg-n40,
  .my-lg-n40 {
    margin-bottom: -40px !important;
  }
  .ml-lg-n40,
  .mx-lg-n40 {
    margin-left: -40px !important;
  }
  .m-lg-n45 {
    margin: -45px !important;
  }
  .mt-lg-n45,
  .my-lg-n45 {
    margin-top: -45px !important;
  }
  .mr-lg-n45,
  .mx-lg-n45 {
    margin-right: -45px !important;
  }
  .mb-lg-n45,
  .my-lg-n45 {
    margin-bottom: -45px !important;
  }
  .ml-lg-n45,
  .mx-lg-n45 {
    margin-left: -45px !important;
  }
  .m-lg-n50 {
    margin: -50px !important;
  }
  .mt-lg-n50,
  .my-lg-n50 {
    margin-top: -50px !important;
  }
  .mr-lg-n50,
  .mx-lg-n50 {
    margin-right: -50px !important;
  }
  .mb-lg-n50,
  .my-lg-n50 {
    margin-bottom: -50px !important;
  }
  .ml-lg-n50,
  .mx-lg-n50 {
    margin-left: -50px !important;
  }
  .m-lg-n55 {
    margin: -55px !important;
  }
  .mt-lg-n55,
  .my-lg-n55 {
    margin-top: -55px !important;
  }
  .mr-lg-n55,
  .mx-lg-n55 {
    margin-right: -55px !important;
  }
  .mb-lg-n55,
  .my-lg-n55 {
    margin-bottom: -55px !important;
  }
  .ml-lg-n55,
  .mx-lg-n55 {
    margin-left: -55px !important;
  }
  .m-lg-n60 {
    margin: -60px !important;
  }
  .mt-lg-n60,
  .my-lg-n60 {
    margin-top: -60px !important;
  }
  .mr-lg-n60,
  .mx-lg-n60 {
    margin-right: -60px !important;
  }
  .mb-lg-n60,
  .my-lg-n60 {
    margin-bottom: -60px !important;
  }
  .ml-lg-n60,
  .mx-lg-n60 {
    margin-left: -60px !important;
  }
  .m-lg-n65 {
    margin: -65px !important;
  }
  .mt-lg-n65,
  .my-lg-n65 {
    margin-top: -65px !important;
  }
  .mr-lg-n65,
  .mx-lg-n65 {
    margin-right: -65px !important;
  }
  .mb-lg-n65,
  .my-lg-n65 {
    margin-bottom: -65px !important;
  }
  .ml-lg-n65,
  .mx-lg-n65 {
    margin-left: -65px !important;
  }
  .m-lg-n70 {
    margin: -70px !important;
  }
  .mt-lg-n70,
  .my-lg-n70 {
    margin-top: -70px !important;
  }
  .mr-lg-n70,
  .mx-lg-n70 {
    margin-right: -70px !important;
  }
  .mb-lg-n70,
  .my-lg-n70 {
    margin-bottom: -70px !important;
  }
  .ml-lg-n70,
  .mx-lg-n70 {
    margin-left: -70px !important;
  }
  .m-lg-n75 {
    margin: -75px !important;
  }
  .mt-lg-n75,
  .my-lg-n75 {
    margin-top: -75px !important;
  }
  .mr-lg-n75,
  .mx-lg-n75 {
    margin-right: -75px !important;
  }
  .mb-lg-n75,
  .my-lg-n75 {
    margin-bottom: -75px !important;
  }
  .ml-lg-n75,
  .mx-lg-n75 {
    margin-left: -75px !important;
  }
  .m-lg-n80 {
    margin: -80px !important;
  }
  .mt-lg-n80,
  .my-lg-n80 {
    margin-top: -80px !important;
  }
  .mr-lg-n80,
  .mx-lg-n80 {
    margin-right: -80px !important;
  }
  .mb-lg-n80,
  .my-lg-n80 {
    margin-bottom: -80px !important;
  }
  .ml-lg-n80,
  .mx-lg-n80 {
    margin-left: -80px !important;
  }
  .m-lg-n85 {
    margin: -85px !important;
  }
  .mt-lg-n85,
  .my-lg-n85 {
    margin-top: -85px !important;
  }
  .mr-lg-n85,
  .mx-lg-n85 {
    margin-right: -85px !important;
  }
  .mb-lg-n85,
  .my-lg-n85 {
    margin-bottom: -85px !important;
  }
  .ml-lg-n85,
  .mx-lg-n85 {
    margin-left: -85px !important;
  }
  .m-lg-n90 {
    margin: -90px !important;
  }
  .mt-lg-n90,
  .my-lg-n90 {
    margin-top: -90px !important;
  }
  .mr-lg-n90,
  .mx-lg-n90 {
    margin-right: -90px !important;
  }
  .mb-lg-n90,
  .my-lg-n90 {
    margin-bottom: -90px !important;
  }
  .ml-lg-n90,
  .mx-lg-n90 {
    margin-left: -90px !important;
  }
  .m-lg-n95 {
    margin: -95px !important;
  }
  .mt-lg-n95,
  .my-lg-n95 {
    margin-top: -95px !important;
  }
  .mr-lg-n95,
  .mx-lg-n95 {
    margin-right: -95px !important;
  }
  .mb-lg-n95,
  .my-lg-n95 {
    margin-bottom: -95px !important;
  }
  .ml-lg-n95,
  .mx-lg-n95 {
    margin-left: -95px !important;
  }
  .m-lg-n100 {
    margin: -100px !important;
  }
  .mt-lg-n100,
  .my-lg-n100 {
    margin-top: -100px !important;
  }
  .mr-lg-n100,
  .mx-lg-n100 {
    margin-right: -100px !important;
  }
  .mb-lg-n100,
  .my-lg-n100 {
    margin-bottom: -100px !important;
  }
  .ml-lg-n100,
  .mx-lg-n100 {
    margin-left: -100px !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-5 {
    margin: 5px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5px !important;
  }
  .m-xl-7 {
    margin: 7px !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 7px !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 7px !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 7px !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 7px !important;
  }
  .m-xl-10 {
    margin: 10px !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10px !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10px !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10px !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10px !important;
  }
  .m-xl-12 {
    margin: 12px !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 12px !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 12px !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 12px !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 12px !important;
  }
  .m-xl-15 {
    margin: 15px !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 15px !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 15px !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 15px !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 15px !important;
  }
  .m-xl-20 {
    margin: 20px !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 20px !important;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 20px !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 20px !important;
  }
  .m-xl-25 {
    margin: 25px !important;
  }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 25px !important;
  }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 25px !important;
  }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 25px !important;
  }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 25px !important;
  }
  .m-xl-30 {
    margin: 30px !important;
  }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 30px !important;
  }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 30px !important;
  }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 30px !important;
  }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 30px !important;
  }
  .m-xl-35 {
    margin: 35px !important;
  }
  .mt-xl-35,
  .my-xl-35 {
    margin-top: 35px !important;
  }
  .mr-xl-35,
  .mx-xl-35 {
    margin-right: 35px !important;
  }
  .mb-xl-35,
  .my-xl-35 {
    margin-bottom: 35px !important;
  }
  .ml-xl-35,
  .mx-xl-35 {
    margin-left: 35px !important;
  }
  .m-xl-40 {
    margin: 40px !important;
  }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 40px !important;
  }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 40px !important;
  }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 40px !important;
  }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 40px !important;
  }
  .m-xl-45 {
    margin: 45px !important;
  }
  .mt-xl-45,
  .my-xl-45 {
    margin-top: 45px !important;
  }
  .mr-xl-45,
  .mx-xl-45 {
    margin-right: 45px !important;
  }
  .mb-xl-45,
  .my-xl-45 {
    margin-bottom: 45px !important;
  }
  .ml-xl-45,
  .mx-xl-45 {
    margin-left: 45px !important;
  }
  .m-xl-50 {
    margin: 50px !important;
  }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 50px !important;
  }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 50px !important;
  }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 50px !important;
  }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 50px !important;
  }
  .m-xl-55 {
    margin: 55px !important;
  }
  .mt-xl-55,
  .my-xl-55 {
    margin-top: 55px !important;
  }
  .mr-xl-55,
  .mx-xl-55 {
    margin-right: 55px !important;
  }
  .mb-xl-55,
  .my-xl-55 {
    margin-bottom: 55px !important;
  }
  .ml-xl-55,
  .mx-xl-55 {
    margin-left: 55px !important;
  }
  .m-xl-60 {
    margin: 60px !important;
  }
  .mt-xl-60,
  .my-xl-60 {
    margin-top: 60px !important;
  }
  .mr-xl-60,
  .mx-xl-60 {
    margin-right: 60px !important;
  }
  .mb-xl-60,
  .my-xl-60 {
    margin-bottom: 60px !important;
  }
  .ml-xl-60,
  .mx-xl-60 {
    margin-left: 60px !important;
  }
  .m-xl-65 {
    margin: 65px !important;
  }
  .mt-xl-65,
  .my-xl-65 {
    margin-top: 65px !important;
  }
  .mr-xl-65,
  .mx-xl-65 {
    margin-right: 65px !important;
  }
  .mb-xl-65,
  .my-xl-65 {
    margin-bottom: 65px !important;
  }
  .ml-xl-65,
  .mx-xl-65 {
    margin-left: 65px !important;
  }
  .m-xl-70 {
    margin: 70px !important;
  }
  .mt-xl-70,
  .my-xl-70 {
    margin-top: 70px !important;
  }
  .mr-xl-70,
  .mx-xl-70 {
    margin-right: 70px !important;
  }
  .mb-xl-70,
  .my-xl-70 {
    margin-bottom: 70px !important;
  }
  .ml-xl-70,
  .mx-xl-70 {
    margin-left: 70px !important;
  }
  .m-xl-75 {
    margin: 75px !important;
  }
  .mt-xl-75,
  .my-xl-75 {
    margin-top: 75px !important;
  }
  .mr-xl-75,
  .mx-xl-75 {
    margin-right: 75px !important;
  }
  .mb-xl-75,
  .my-xl-75 {
    margin-bottom: 75px !important;
  }
  .ml-xl-75,
  .mx-xl-75 {
    margin-left: 75px !important;
  }
  .m-xl-80 {
    margin: 80px !important;
  }
  .mt-xl-80,
  .my-xl-80 {
    margin-top: 80px !important;
  }
  .mr-xl-80,
  .mx-xl-80 {
    margin-right: 80px !important;
  }
  .mb-xl-80,
  .my-xl-80 {
    margin-bottom: 80px !important;
  }
  .ml-xl-80,
  .mx-xl-80 {
    margin-left: 80px !important;
  }
  .m-xl-85 {
    margin: 85px !important;
  }
  .mt-xl-85,
  .my-xl-85 {
    margin-top: 85px !important;
  }
  .mr-xl-85,
  .mx-xl-85 {
    margin-right: 85px !important;
  }
  .mb-xl-85,
  .my-xl-85 {
    margin-bottom: 85px !important;
  }
  .ml-xl-85,
  .mx-xl-85 {
    margin-left: 85px !important;
  }
  .m-xl-90 {
    margin: 90px !important;
  }
  .mt-xl-90,
  .my-xl-90 {
    margin-top: 90px !important;
  }
  .mr-xl-90,
  .mx-xl-90 {
    margin-right: 90px !important;
  }
  .mb-xl-90,
  .my-xl-90 {
    margin-bottom: 90px !important;
  }
  .ml-xl-90,
  .mx-xl-90 {
    margin-left: 90px !important;
  }
  .m-xl-95 {
    margin: 95px !important;
  }
  .mt-xl-95,
  .my-xl-95 {
    margin-top: 95px !important;
  }
  .mr-xl-95,
  .mx-xl-95 {
    margin-right: 95px !important;
  }
  .mb-xl-95,
  .my-xl-95 {
    margin-bottom: 95px !important;
  }
  .ml-xl-95,
  .mx-xl-95 {
    margin-left: 95px !important;
  }
  .m-xl-100 {
    margin: 100px !important;
  }
  .mt-xl-100,
  .my-xl-100 {
    margin-top: 100px !important;
  }
  .mr-xl-100,
  .mx-xl-100 {
    margin-right: 100px !important;
  }
  .mb-xl-100,
  .my-xl-100 {
    margin-bottom: 100px !important;
  }
  .ml-xl-100,
  .mx-xl-100 {
    margin-left: 100px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-5 {
    padding: 5px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5px !important;
  }
  .p-xl-7 {
    padding: 7px !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 7px !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 7px !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 7px !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 7px !important;
  }
  .p-xl-10 {
    padding: 10px !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10px !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10px !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10px !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10px !important;
  }
  .p-xl-12 {
    padding: 12px !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 12px !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 12px !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 12px !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 12px !important;
  }
  .p-xl-15 {
    padding: 15px !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 15px !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 15px !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 15px !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 15px !important;
  }
  .p-xl-20 {
    padding: 20px !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 20px !important;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 20px !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 20px !important;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 20px !important;
  }
  .p-xl-25 {
    padding: 25px !important;
  }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 25px !important;
  }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 25px !important;
  }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 25px !important;
  }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 25px !important;
  }
  .p-xl-30 {
    padding: 30px !important;
  }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 30px !important;
  }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 30px !important;
  }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 30px !important;
  }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 30px !important;
  }
  .p-xl-35 {
    padding: 35px !important;
  }
  .pt-xl-35,
  .py-xl-35 {
    padding-top: 35px !important;
  }
  .pr-xl-35,
  .px-xl-35 {
    padding-right: 35px !important;
  }
  .pb-xl-35,
  .py-xl-35 {
    padding-bottom: 35px !important;
  }
  .pl-xl-35,
  .px-xl-35 {
    padding-left: 35px !important;
  }
  .p-xl-40 {
    padding: 40px !important;
  }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 40px !important;
  }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 40px !important;
  }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 40px !important;
  }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 40px !important;
  }
  .p-xl-45 {
    padding: 45px !important;
  }
  .pt-xl-45,
  .py-xl-45 {
    padding-top: 45px !important;
  }
  .pr-xl-45,
  .px-xl-45 {
    padding-right: 45px !important;
  }
  .pb-xl-45,
  .py-xl-45 {
    padding-bottom: 45px !important;
  }
  .pl-xl-45,
  .px-xl-45 {
    padding-left: 45px !important;
  }
  .p-xl-50 {
    padding: 50px !important;
  }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 50px !important;
  }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 50px !important;
  }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 50px !important;
  }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 50px !important;
  }
  .p-xl-55 {
    padding: 55px !important;
  }
  .pt-xl-55,
  .py-xl-55 {
    padding-top: 55px !important;
  }
  .pr-xl-55,
  .px-xl-55 {
    padding-right: 55px !important;
  }
  .pb-xl-55,
  .py-xl-55 {
    padding-bottom: 55px !important;
  }
  .pl-xl-55,
  .px-xl-55 {
    padding-left: 55px !important;
  }
  .p-xl-60 {
    padding: 60px !important;
  }
  .pt-xl-60,
  .py-xl-60 {
    padding-top: 60px !important;
  }
  .pr-xl-60,
  .px-xl-60 {
    padding-right: 60px !important;
  }
  .pb-xl-60,
  .py-xl-60 {
    padding-bottom: 60px !important;
  }
  .pl-xl-60,
  .px-xl-60 {
    padding-left: 60px !important;
  }
  .p-xl-65 {
    padding: 65px !important;
  }
  .pt-xl-65,
  .py-xl-65 {
    padding-top: 65px !important;
  }
  .pr-xl-65,
  .px-xl-65 {
    padding-right: 65px !important;
  }
  .pb-xl-65,
  .py-xl-65 {
    padding-bottom: 65px !important;
  }
  .pl-xl-65,
  .px-xl-65 {
    padding-left: 65px !important;
  }
  .p-xl-70 {
    padding: 70px !important;
  }
  .pt-xl-70,
  .py-xl-70 {
    padding-top: 70px !important;
  }
  .pr-xl-70,
  .px-xl-70 {
    padding-right: 70px !important;
  }
  .pb-xl-70,
  .py-xl-70 {
    padding-bottom: 70px !important;
  }
  .pl-xl-70,
  .px-xl-70 {
    padding-left: 70px !important;
  }
  .p-xl-75 {
    padding: 75px !important;
  }
  .pt-xl-75,
  .py-xl-75 {
    padding-top: 75px !important;
  }
  .pr-xl-75,
  .px-xl-75 {
    padding-right: 75px !important;
  }
  .pb-xl-75,
  .py-xl-75 {
    padding-bottom: 75px !important;
  }
  .pl-xl-75,
  .px-xl-75 {
    padding-left: 75px !important;
  }
  .p-xl-80 {
    padding: 80px !important;
  }
  .pt-xl-80,
  .py-xl-80 {
    padding-top: 80px !important;
  }
  .pr-xl-80,
  .px-xl-80 {
    padding-right: 80px !important;
  }
  .pb-xl-80,
  .py-xl-80 {
    padding-bottom: 80px !important;
  }
  .pl-xl-80,
  .px-xl-80 {
    padding-left: 80px !important;
  }
  .p-xl-85 {
    padding: 85px !important;
  }
  .pt-xl-85,
  .py-xl-85 {
    padding-top: 85px !important;
  }
  .pr-xl-85,
  .px-xl-85 {
    padding-right: 85px !important;
  }
  .pb-xl-85,
  .py-xl-85 {
    padding-bottom: 85px !important;
  }
  .pl-xl-85,
  .px-xl-85 {
    padding-left: 85px !important;
  }
  .p-xl-90 {
    padding: 90px !important;
  }
  .pt-xl-90,
  .py-xl-90 {
    padding-top: 90px !important;
  }
  .pr-xl-90,
  .px-xl-90 {
    padding-right: 90px !important;
  }
  .pb-xl-90,
  .py-xl-90 {
    padding-bottom: 90px !important;
  }
  .pl-xl-90,
  .px-xl-90 {
    padding-left: 90px !important;
  }
  .p-xl-95 {
    padding: 95px !important;
  }
  .pt-xl-95,
  .py-xl-95 {
    padding-top: 95px !important;
  }
  .pr-xl-95,
  .px-xl-95 {
    padding-right: 95px !important;
  }
  .pb-xl-95,
  .py-xl-95 {
    padding-bottom: 95px !important;
  }
  .pl-xl-95,
  .px-xl-95 {
    padding-left: 95px !important;
  }
  .p-xl-100 {
    padding: 100px !important;
  }
  .pt-xl-100,
  .py-xl-100 {
    padding-top: 100px !important;
  }
  .pr-xl-100,
  .px-xl-100 {
    padding-right: 100px !important;
  }
  .pb-xl-100,
  .py-xl-100 {
    padding-bottom: 100px !important;
  }
  .pl-xl-100,
  .px-xl-100 {
    padding-left: 100px !important;
  }
  .m-xl-n5 {
    margin: -5px !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -5px !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -5px !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -5px !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -5px !important;
  }
  .m-xl-n7 {
    margin: -7px !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -7px !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -7px !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -7px !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -7px !important;
  }
  .m-xl-n10 {
    margin: -10px !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -10px !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -10px !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -10px !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -10px !important;
  }
  .m-xl-n12 {
    margin: -12px !important;
  }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -12px !important;
  }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -12px !important;
  }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -12px !important;
  }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -12px !important;
  }
  .m-xl-n15 {
    margin: -15px !important;
  }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -15px !important;
  }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -15px !important;
  }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -15px !important;
  }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -15px !important;
  }
  .m-xl-n20 {
    margin: -20px !important;
  }
  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -20px !important;
  }
  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -20px !important;
  }
  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -20px !important;
  }
  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -20px !important;
  }
  .m-xl-n25 {
    margin: -25px !important;
  }
  .mt-xl-n25,
  .my-xl-n25 {
    margin-top: -25px !important;
  }
  .mr-xl-n25,
  .mx-xl-n25 {
    margin-right: -25px !important;
  }
  .mb-xl-n25,
  .my-xl-n25 {
    margin-bottom: -25px !important;
  }
  .ml-xl-n25,
  .mx-xl-n25 {
    margin-left: -25px !important;
  }
  .m-xl-n30 {
    margin: -30px !important;
  }
  .mt-xl-n30,
  .my-xl-n30 {
    margin-top: -30px !important;
  }
  .mr-xl-n30,
  .mx-xl-n30 {
    margin-right: -30px !important;
  }
  .mb-xl-n30,
  .my-xl-n30 {
    margin-bottom: -30px !important;
  }
  .ml-xl-n30,
  .mx-xl-n30 {
    margin-left: -30px !important;
  }
  .m-xl-n35 {
    margin: -35px !important;
  }
  .mt-xl-n35,
  .my-xl-n35 {
    margin-top: -35px !important;
  }
  .mr-xl-n35,
  .mx-xl-n35 {
    margin-right: -35px !important;
  }
  .mb-xl-n35,
  .my-xl-n35 {
    margin-bottom: -35px !important;
  }
  .ml-xl-n35,
  .mx-xl-n35 {
    margin-left: -35px !important;
  }
  .m-xl-n40 {
    margin: -40px !important;
  }
  .mt-xl-n40,
  .my-xl-n40 {
    margin-top: -40px !important;
  }
  .mr-xl-n40,
  .mx-xl-n40 {
    margin-right: -40px !important;
  }
  .mb-xl-n40,
  .my-xl-n40 {
    margin-bottom: -40px !important;
  }
  .ml-xl-n40,
  .mx-xl-n40 {
    margin-left: -40px !important;
  }
  .m-xl-n45 {
    margin: -45px !important;
  }
  .mt-xl-n45,
  .my-xl-n45 {
    margin-top: -45px !important;
  }
  .mr-xl-n45,
  .mx-xl-n45 {
    margin-right: -45px !important;
  }
  .mb-xl-n45,
  .my-xl-n45 {
    margin-bottom: -45px !important;
  }
  .ml-xl-n45,
  .mx-xl-n45 {
    margin-left: -45px !important;
  }
  .m-xl-n50 {
    margin: -50px !important;
  }
  .mt-xl-n50,
  .my-xl-n50 {
    margin-top: -50px !important;
  }
  .mr-xl-n50,
  .mx-xl-n50 {
    margin-right: -50px !important;
  }
  .mb-xl-n50,
  .my-xl-n50 {
    margin-bottom: -50px !important;
  }
  .ml-xl-n50,
  .mx-xl-n50 {
    margin-left: -50px !important;
  }
  .m-xl-n55 {
    margin: -55px !important;
  }
  .mt-xl-n55,
  .my-xl-n55 {
    margin-top: -55px !important;
  }
  .mr-xl-n55,
  .mx-xl-n55 {
    margin-right: -55px !important;
  }
  .mb-xl-n55,
  .my-xl-n55 {
    margin-bottom: -55px !important;
  }
  .ml-xl-n55,
  .mx-xl-n55 {
    margin-left: -55px !important;
  }
  .m-xl-n60 {
    margin: -60px !important;
  }
  .mt-xl-n60,
  .my-xl-n60 {
    margin-top: -60px !important;
  }
  .mr-xl-n60,
  .mx-xl-n60 {
    margin-right: -60px !important;
  }
  .mb-xl-n60,
  .my-xl-n60 {
    margin-bottom: -60px !important;
  }
  .ml-xl-n60,
  .mx-xl-n60 {
    margin-left: -60px !important;
  }
  .m-xl-n65 {
    margin: -65px !important;
  }
  .mt-xl-n65,
  .my-xl-n65 {
    margin-top: -65px !important;
  }
  .mr-xl-n65,
  .mx-xl-n65 {
    margin-right: -65px !important;
  }
  .mb-xl-n65,
  .my-xl-n65 {
    margin-bottom: -65px !important;
  }
  .ml-xl-n65,
  .mx-xl-n65 {
    margin-left: -65px !important;
  }
  .m-xl-n70 {
    margin: -70px !important;
  }
  .mt-xl-n70,
  .my-xl-n70 {
    margin-top: -70px !important;
  }
  .mr-xl-n70,
  .mx-xl-n70 {
    margin-right: -70px !important;
  }
  .mb-xl-n70,
  .my-xl-n70 {
    margin-bottom: -70px !important;
  }
  .ml-xl-n70,
  .mx-xl-n70 {
    margin-left: -70px !important;
  }
  .m-xl-n75 {
    margin: -75px !important;
  }
  .mt-xl-n75,
  .my-xl-n75 {
    margin-top: -75px !important;
  }
  .mr-xl-n75,
  .mx-xl-n75 {
    margin-right: -75px !important;
  }
  .mb-xl-n75,
  .my-xl-n75 {
    margin-bottom: -75px !important;
  }
  .ml-xl-n75,
  .mx-xl-n75 {
    margin-left: -75px !important;
  }
  .m-xl-n80 {
    margin: -80px !important;
  }
  .mt-xl-n80,
  .my-xl-n80 {
    margin-top: -80px !important;
  }
  .mr-xl-n80,
  .mx-xl-n80 {
    margin-right: -80px !important;
  }
  .mb-xl-n80,
  .my-xl-n80 {
    margin-bottom: -80px !important;
  }
  .ml-xl-n80,
  .mx-xl-n80 {
    margin-left: -80px !important;
  }
  .m-xl-n85 {
    margin: -85px !important;
  }
  .mt-xl-n85,
  .my-xl-n85 {
    margin-top: -85px !important;
  }
  .mr-xl-n85,
  .mx-xl-n85 {
    margin-right: -85px !important;
  }
  .mb-xl-n85,
  .my-xl-n85 {
    margin-bottom: -85px !important;
  }
  .ml-xl-n85,
  .mx-xl-n85 {
    margin-left: -85px !important;
  }
  .m-xl-n90 {
    margin: -90px !important;
  }
  .mt-xl-n90,
  .my-xl-n90 {
    margin-top: -90px !important;
  }
  .mr-xl-n90,
  .mx-xl-n90 {
    margin-right: -90px !important;
  }
  .mb-xl-n90,
  .my-xl-n90 {
    margin-bottom: -90px !important;
  }
  .ml-xl-n90,
  .mx-xl-n90 {
    margin-left: -90px !important;
  }
  .m-xl-n95 {
    margin: -95px !important;
  }
  .mt-xl-n95,
  .my-xl-n95 {
    margin-top: -95px !important;
  }
  .mr-xl-n95,
  .mx-xl-n95 {
    margin-right: -95px !important;
  }
  .mb-xl-n95,
  .my-xl-n95 {
    margin-bottom: -95px !important;
  }
  .ml-xl-n95,
  .mx-xl-n95 {
    margin-left: -95px !important;
  }
  .m-xl-n100 {
    margin: -100px !important;
  }
  .mt-xl-n100,
  .my-xl-n100 {
    margin-top: -100px !important;
  }
  .mr-xl-n100,
  .mx-xl-n100 {
    margin-right: -100px !important;
  }
  .mb-xl-n100,
  .my-xl-n100 {
    margin-bottom: -100px !important;
  }
  .ml-xl-n100,
  .mx-xl-n100 {
    margin-left: -100px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #0f265c !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #040b1a !important;
}
.text-red {
  color: #fe2026 !important;
}
a.text-red:focus,
a.text-red:hover {
  color: #d10107 !important;
}
.text-body {
  color: #333 !important;
}
.text-muted {
  color: #a4a8a9 !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;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
* {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  color: inherit;
}
img {
  max-width: 100%;
}
button {
  background: 0 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border: none;
  cursor: pointer;
}
button:active,
button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
table {
  border-collapse: collapse;
}
@media (max-width: 1199.98px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .container--mob {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.bg-light2 {
  background: #f1f6f8;
}
.icon-360 {
  -webkit-box-shadow: 9px 9px 16px rgba(166, 171, 189, 0.5);
  box-shadow: 9px 9px 16px rgba(166, 171, 189, 0.5);
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  border-radius: 50%;
}
.btn-primary {
  white-space: nowrap;
}
.btn-primary:hover {
  /* color: #7284b5;
  background-color: #0f265c; */
}
.btn-primary--360 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50px;
  padding: 6px 0;
  line-height: 50px;
  height: 50px;
}
.btn-primary--360 .ic {
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.btn-primary--360:hover .ic {
  opacity: 0.7;
}
.btn-primary--next {
  padding-right: 45px;
  padding-left: 15px;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .btn-primary--next {
    font-size: 22px;
    font-weight: 500;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 100px;
  }
}
.btn-primary--next:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='8' viewBox='0 0 19 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3536 4.35355C18.5488 4.15829 18.5488 3.84171 18.3536 3.64645L15.1716 0.464467C14.9763 0.269205 14.6597 0.269205 14.4645 0.464467C14.2692 0.65973 14.2692 0.976312 14.4645 1.17157L17.2929 4L14.4645 6.82843C14.2692 7.02369 14.2692 7.34027 14.4645 7.53554C14.6597 7.7308 14.9763 7.7308 15.1716 7.53554L18.3536 4.35355ZM-4.37114e-08 4.5L18 4.5L18 3.5L4.37114e-08 3.5L-4.37114e-08 4.5Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  height: 100%;
  width: 45px;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 991.98px) {
  .btn-primary--next:after {
    background-image: url("data:image/svg+xml,%3Csvg width='59' height='8' viewBox='0 0 59 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M58.7679 4.1337C58.9632 3.93844 58.9632 3.62186 58.7679 3.42659L55.5859 0.244613C55.3907 0.0493505 55.0741 0.0493505 54.8788 0.244613C54.6836 0.439875 54.6836 0.756457 54.8788 0.95172L57.7073 3.78015L54.8788 6.60857C54.6836 6.80384 54.6836 7.12042 54.8788 7.31568C55.0741 7.51094 55.3907 7.51094 55.5859 7.31568L58.7679 4.1337ZM0.470703 4.28015L58.4144 4.28015L58.4144 3.28015L0.470703 3.28015L0.470703 4.28015Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 100px;
  }
}
.btn-primary--next:hover:after {
  opacity: 0.6;
}
.btn-white {
  background: #fff;
  color: #383838;
}
.btn-white:hover {
  color: #0f265c;
}
.btn-cart {
  position: relative;
}
.btn-cart__count {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  background: #fe2026;
  position: absolute;
  top: -4px;
  left: 10px;
  font-weight: 600;
  color: #fff;
  z-index: 1;
}
.btn-cart .ic {
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.btn-cart:hover .ic {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}
.btn-menu {
  width: 32px;
  height: 22px;
  padding: 0;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='21' viewBox='0 0 32 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 0H0V3H32V0Z' fill='%23333333'/%3E%3Crect width='32' height='3' transform='matrix(-1 0 0 1 32 9)' fill='%23333333'/%3E%3Crect width='32' height='3' transform='matrix(-1 0 0 1 32 18)' fill='%23333333'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.btn-close-menu {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41436 22.6274L22.6274 1.4143L21.2132 0.000140001L2.03795e-05 21.2133L1.41436 22.6274Z' fill='white'/%3E%3Cpath d='M0 1.41433L21.2131 22.6274L22.6273 21.2132L1.4141 0L0 1.41433Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767.98px) {
  .btn-red--set {
    width: 40px;
    height: 40px;
    line-height: 1;
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='28' viewBox='0 0 27 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.5018 21.4316C26.4966 22.4263 26.4966 24.0447 25.5018 25.0394C25.5004 25.041 25.4989 25.0424 25.4973 25.044L23.7518 26.7677C23.5529 26.9641 23.2938 27.0621 23.0349 27.0621C22.7714 27.0621 22.5083 26.9609 22.3086 26.7588C21.9128 26.3578 21.9168 25.7116 22.3178 25.3156L23.339 24.307L6.9629 24.307C4.71218 24.307 2.88118 22.476 2.88118 20.2252L2.88119 3.82442L1.86315 4.8289C1.46195 5.22472 0.815812 5.22033 0.419996 4.81914C0.0241812 4.41794 0.0285659 3.7718 0.429762 3.37599L2.15373 1.67534C3.14566 0.696762 4.75961 0.696762 5.75154 1.67534L7.47551 3.37599C7.87671 3.7718 7.88109 4.41794 7.48528 4.81914C7.28558 5.02143 7.0223 5.12288 6.75882 5.12288C6.49992 5.12288 6.24103 5.02502 6.04213 4.8289L4.92205 3.72377L4.92204 20.2252C4.92204 21.3505 5.83764 22.2661 6.9629 22.2661L23.4424 22.2661L22.3178 21.1554C21.9168 20.7594 21.9126 20.1132 22.3086 19.7122C22.7046 19.3114 23.3508 19.3072 23.7518 19.7033L25.4973 21.427C25.4989 21.4286 25.5004 21.43 25.5018 21.4316Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.6979 2.97934L11.4084 2.97934C11.1266 2.97934 10.8982 3.20777 10.8982 3.48956L10.8982 15.6098C10.8982 15.8916 11.1266 16.1201 11.4084 16.1201L23.6979 16.1201C23.9797 16.1201 24.2081 15.8916 24.2081 15.6098L24.2081 3.48956C24.2081 3.20777 23.9797 2.97934 23.6979 2.97934ZM11.4084 0.938477C9.99946 0.938477 8.8573 2.08064 8.8573 3.48956L8.8573 15.6098C8.8573 17.0188 9.99946 18.1609 11.4084 18.1609L23.6979 18.1609C25.1068 18.1609 26.249 17.0188 26.249 15.6098L26.249 3.48956C26.249 2.08063 25.1068 0.938476 23.6979 0.938476L11.4084 0.938477Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5531 11.2311C18.4817 11.2311 19.2345 10.4783 19.2345 9.54966C19.2345 8.62104 18.4817 7.86826 17.5531 7.86826C16.6245 7.86826 15.8717 8.62104 15.8717 9.54966C15.8717 10.4783 16.6245 11.2311 17.5531 11.2311ZM17.5531 13.2719C19.6088 13.2719 21.2753 11.6054 21.2753 9.54966C21.2753 7.49391 19.6088 5.82739 17.5531 5.82739C15.4973 5.82739 13.8308 7.49391 13.8308 9.54966C13.8308 11.6054 15.4973 13.2719 17.5531 13.2719Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media (max-width: 575.98px) {
  .btn-lg {
    font-size: 20px;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.btn-back {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  padding-left: 62px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='16' viewBox='0 0 43 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.362717 6.94988C-0.0278053 7.3404 -0.0278053 7.97356 0.362717 8.36409L6.72668 14.7281C7.1172 15.1186 7.75037 15.1186 8.14089 14.7281C8.53142 14.3375 8.53142 13.7044 8.14089 13.3138L2.48404 7.65698L8.14089 2.00013C8.53142 1.6096 8.53142 0.976439 8.14089 0.585915C7.75037 0.19539 7.1172 0.19539 6.72668 0.585915L0.362717 6.94988ZM42.4473 6.65698L1.06982 6.65698V8.65698L42.4473 8.65698V6.65698Z' fill='%230F265C'/%3E%3C/svg%3E%0A");
}
.btn-link {
  text-decoration: underline;
  color: #333;
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;
}
.btn-link:hover {
  text-decoration: none;
  color: #333;
}
.btn-md {
  font-size: 18px;
}
.btn-sm {
  font-weight: 500;
}
.btn-360 {
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='31' viewBox='0 0 38 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4347 10.5292C11.2934 10.6692 11.9514 10.9912 12.4087 11.4952C12.866 11.9899 13.0947 12.6059 13.0947 13.3432C13.0947 13.9126 12.9454 14.4399 12.6467 14.9252C12.348 15.4012 11.8907 15.7839 11.2747 16.0732C10.668 16.3626 9.92138 16.5072 9.03471 16.5072C8.34405 16.5072 7.66271 16.4186 6.99071 16.2412C6.32805 16.0546 5.76338 15.7932 5.29671 15.4572L6.17871 13.7212C6.55205 14.0012 6.98138 14.2206 7.46671 14.3792C7.96138 14.5286 8.46538 14.6032 8.97872 14.6032C9.54805 14.6032 9.99605 14.4959 10.3227 14.2812C10.6494 14.0572 10.8127 13.7446 10.8127 13.3432C10.8127 12.5406 10.2014 12.1392 8.97872 12.1392H7.94271V10.6412L9.95871 8.35923H5.78671V6.53923H12.6467V8.00923L10.4347 10.5292ZM18.8599 10.1932C19.4852 10.1932 20.0545 10.3192 20.5679 10.5712C21.0812 10.8232 21.4872 11.1826 21.7859 11.6492C22.0845 12.1066 22.2339 12.6386 22.2339 13.2452C22.2339 13.8986 22.0705 14.4726 21.7439 14.9672C21.4172 15.4619 20.9692 15.8446 20.3999 16.1152C19.8399 16.3766 19.2145 16.5072 18.5239 16.5072C17.1519 16.5072 16.0785 16.0872 15.3039 15.2472C14.5292 14.4072 14.1419 13.2079 14.1419 11.6492C14.1419 10.5386 14.3519 9.58657 14.7719 8.79323C15.1919 7.9999 15.7752 7.3979 16.5219 6.98723C17.2779 6.57657 18.1505 6.37123 19.1399 6.37123C19.6625 6.37123 20.1619 6.4319 20.6379 6.55323C21.1232 6.66523 21.5339 6.82857 21.8699 7.04323L21.0299 8.70923C20.5445 8.38257 19.9332 8.21923 19.1959 8.21923C18.3652 8.21923 17.7072 8.4619 17.2219 8.94723C16.7365 9.43257 16.4752 10.1372 16.4379 11.0612C17.0165 10.4826 17.8239 10.1932 18.8599 10.1932ZM18.3979 14.8132C18.8832 14.8132 19.2752 14.6826 19.5739 14.4212C19.8819 14.1599 20.0359 13.8052 20.0359 13.3572C20.0359 12.9092 19.8819 12.5546 19.5739 12.2932C19.2752 12.0226 18.8739 11.8872 18.3699 11.8872C17.8752 11.8872 17.4692 12.0272 17.1519 12.3072C16.8345 12.5779 16.6759 12.9279 16.6759 13.3572C16.6759 13.7866 16.8299 14.1366 17.1379 14.4072C17.4459 14.6779 17.8659 14.8132 18.3979 14.8132ZM27.2559 16.5072C26.4439 16.5072 25.7206 16.3066 25.0859 15.9052C24.4513 15.5039 23.9519 14.9252 23.5879 14.1692C23.2333 13.4039 23.0559 12.4939 23.0559 11.4392C23.0559 10.3846 23.2333 9.47923 23.5879 8.72323C23.9519 7.9579 24.4513 7.37457 25.0859 6.97323C25.7206 6.5719 26.4439 6.37123 27.2559 6.37123C28.0679 6.37123 28.7913 6.5719 29.4259 6.97323C30.0606 7.37457 30.5553 7.9579 30.9099 8.72323C31.2739 9.47923 31.4559 10.3846 31.4559 11.4392C31.4559 12.4939 31.2739 13.4039 30.9099 14.1692C30.5553 14.9252 30.0606 15.5039 29.4259 15.9052C28.7913 16.3066 28.0679 16.5072 27.2559 16.5072ZM27.2559 14.5892C27.8533 14.5892 28.3199 14.3326 28.6559 13.8192C29.0013 13.3059 29.1739 12.5126 29.1739 11.4392C29.1739 10.3659 29.0013 9.57257 28.6559 9.05923C28.3199 8.5459 27.8533 8.28923 27.2559 8.28923C26.6679 8.28923 26.2013 8.5459 25.8559 9.05923C25.5199 9.57257 25.3519 10.3659 25.3519 11.4392C25.3519 12.5126 25.5199 13.3059 25.8559 13.8192C26.2013 14.3326 26.6679 14.5892 27.2559 14.5892Z' fill='%230F265C'/%3E%3Cpath d='M30.7725 19.4695C30.3466 19.2118 29.7925 19.3483 29.535 19.7742C29.2774 20.2 29.4138 20.7541 29.8396 21.0116C30.9056 21.6564 31.4927 22.3584 31.4927 22.9881C31.4927 23.6545 30.8445 24.3923 29.6676 25.0658C28.3051 25.8455 26.3602 26.4743 24.0431 26.8843C23.553 26.9709 23.226 27.4386 23.3128 27.9286C23.3901 28.3656 23.7702 28.6729 24.1991 28.6729C24.2512 28.6729 24.304 28.6684 24.3572 28.659C29.9537 27.6687 33.295 25.5487 33.295 22.9881C33.295 21.3411 31.9232 20.1656 30.7725 19.4695Z' fill='%230F265C'/%3E%3Cpath d='M18.4555 27.5756L16.0525 25.7732C15.6543 25.4746 15.0894 25.5553 14.7909 25.9535C14.4922 26.3516 14.573 26.9165 14.9711 27.2151L15.0731 27.2916C12.3984 27.0931 9.94757 26.6144 7.9872 25.8956C5.70187 25.0578 4.33746 23.9708 4.33746 22.9881C4.33746 22.3584 4.92454 21.6564 5.99066 21.0115C6.41649 20.7539 6.55286 20.1999 6.29531 19.7741C6.03764 19.3483 5.48379 19.2119 5.05779 19.4694C3.90701 20.1656 2.53516 21.3411 2.53516 22.9881C2.53516 24.2208 3.32295 25.1624 3.98385 25.7353C4.79597 26.4393 5.93413 27.0626 7.36678 27.5878C9.57227 28.3964 12.3326 28.922 15.3217 29.1149L14.9711 29.3779C14.573 29.6765 14.4922 30.2413 14.7909 30.6395C14.9679 30.8756 15.2385 31 15.5125 31C15.7007 31 15.8904 30.9412 16.0525 30.8197L18.4555 29.0174C18.6825 28.8472 18.816 28.5801 18.816 28.2965C18.816 28.0129 18.6825 27.7458 18.4555 27.5756Z' fill='%230F265C'/%3E%3Cpath d='M32.3168 5.13384C33.7322 5.13384 34.8837 3.98233 34.8837 2.56694C34.8837 1.1515 33.7322 0 32.3168 0C30.9015 0 29.75 1.1515 29.75 2.56689C29.75 3.98228 30.9015 5.13384 32.3168 5.13384ZM32.3168 1.49004C32.9106 1.49004 33.3937 1.97316 33.3937 2.56694C33.3937 3.16072 32.9106 3.6438 32.3168 3.6438C31.7231 3.6438 31.24 3.16072 31.24 2.56694C31.24 1.97316 31.7231 1.49004 32.3168 1.49004Z' fill='%230F265C'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  font-size: 16px;
  border: 2px solid;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 44px;
  color: #0f265c;
  font-weight: 700;
  padding-right: 62px;
}
.btn-360:hover {
  background-color: #0f265c;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='31' viewBox='0 0 38 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4347 10.5292C11.2934 10.6692 11.9514 10.9912 12.4087 11.4952C12.866 11.9899 13.0947 12.6059 13.0947 13.3432C13.0947 13.9126 12.9454 14.4399 12.6467 14.9252C12.348 15.4012 11.8907 15.7839 11.2747 16.0732C10.668 16.3626 9.92138 16.5072 9.03471 16.5072C8.34405 16.5072 7.66271 16.4186 6.99071 16.2412C6.32805 16.0546 5.76338 15.7932 5.29671 15.4572L6.17871 13.7212C6.55205 14.0012 6.98138 14.2206 7.46671 14.3792C7.96138 14.5286 8.46538 14.6032 8.97872 14.6032C9.54805 14.6032 9.99605 14.4959 10.3227 14.2812C10.6494 14.0572 10.8127 13.7446 10.8127 13.3432C10.8127 12.5406 10.2014 12.1392 8.97872 12.1392H7.94271V10.6412L9.95871 8.35923H5.78671V6.53923H12.6467V8.00923L10.4347 10.5292ZM18.8599 10.1932C19.4852 10.1932 20.0545 10.3192 20.5679 10.5712C21.0812 10.8232 21.4872 11.1826 21.7859 11.6492C22.0845 12.1066 22.2339 12.6386 22.2339 13.2452C22.2339 13.8986 22.0705 14.4726 21.7439 14.9672C21.4172 15.4619 20.9692 15.8446 20.3999 16.1152C19.8399 16.3766 19.2145 16.5072 18.5239 16.5072C17.1519 16.5072 16.0785 16.0872 15.3039 15.2472C14.5292 14.4072 14.1419 13.2079 14.1419 11.6492C14.1419 10.5386 14.3519 9.58657 14.7719 8.79323C15.1919 7.9999 15.7752 7.3979 16.5219 6.98723C17.2779 6.57657 18.1505 6.37123 19.1399 6.37123C19.6625 6.37123 20.1619 6.4319 20.6379 6.55323C21.1232 6.66523 21.5339 6.82857 21.8699 7.04323L21.0299 8.70923C20.5445 8.38257 19.9332 8.21923 19.1959 8.21923C18.3652 8.21923 17.7072 8.4619 17.2219 8.94723C16.7365 9.43257 16.4752 10.1372 16.4379 11.0612C17.0165 10.4826 17.8239 10.1932 18.8599 10.1932ZM18.3979 14.8132C18.8832 14.8132 19.2752 14.6826 19.5739 14.4212C19.8819 14.1599 20.0359 13.8052 20.0359 13.3572C20.0359 12.9092 19.8819 12.5546 19.5739 12.2932C19.2752 12.0226 18.8739 11.8872 18.3699 11.8872C17.8752 11.8872 17.4692 12.0272 17.1519 12.3072C16.8345 12.5779 16.6759 12.9279 16.6759 13.3572C16.6759 13.7866 16.8299 14.1366 17.1379 14.4072C17.4459 14.6779 17.8659 14.8132 18.3979 14.8132ZM27.2559 16.5072C26.4439 16.5072 25.7206 16.3066 25.0859 15.9052C24.4513 15.5039 23.9519 14.9252 23.5879 14.1692C23.2333 13.4039 23.0559 12.4939 23.0559 11.4392C23.0559 10.3846 23.2333 9.47923 23.5879 8.72323C23.9519 7.9579 24.4513 7.37457 25.0859 6.97323C25.7206 6.5719 26.4439 6.37123 27.2559 6.37123C28.0679 6.37123 28.7913 6.5719 29.4259 6.97323C30.0606 7.37457 30.5553 7.9579 30.9099 8.72323C31.2739 9.47923 31.4559 10.3846 31.4559 11.4392C31.4559 12.4939 31.2739 13.4039 30.9099 14.1692C30.5553 14.9252 30.0606 15.5039 29.4259 15.9052C28.7913 16.3066 28.0679 16.5072 27.2559 16.5072ZM27.2559 14.5892C27.8533 14.5892 28.3199 14.3326 28.6559 13.8192C29.0013 13.3059 29.1739 12.5126 29.1739 11.4392C29.1739 10.3659 29.0013 9.57257 28.6559 9.05923C28.3199 8.5459 27.8533 8.28923 27.2559 8.28923C26.6679 8.28923 26.2013 8.5459 25.8559 9.05923C25.5199 9.57257 25.3519 10.3659 25.3519 11.4392C25.3519 12.5126 25.5199 13.3059 25.8559 13.8192C26.2013 14.3326 26.6679 14.5892 27.2559 14.5892Z' fill='%23fff'/%3E%3Cpath d='M30.7725 19.4695C30.3466 19.2118 29.7925 19.3483 29.535 19.7742C29.2774 20.2 29.4138 20.7541 29.8396 21.0116C30.9056 21.6564 31.4927 22.3584 31.4927 22.9881C31.4927 23.6545 30.8445 24.3923 29.6676 25.0658C28.3051 25.8455 26.3602 26.4743 24.0431 26.8843C23.553 26.9709 23.226 27.4386 23.3128 27.9286C23.3901 28.3656 23.7702 28.6729 24.1991 28.6729C24.2512 28.6729 24.304 28.6684 24.3572 28.659C29.9537 27.6687 33.295 25.5487 33.295 22.9881C33.295 21.3411 31.9232 20.1656 30.7725 19.4695Z' fill='%23fff'/%3E%3Cpath d='M18.4555 27.5756L16.0525 25.7732C15.6543 25.4746 15.0894 25.5553 14.7909 25.9535C14.4922 26.3516 14.573 26.9165 14.9711 27.2151L15.0731 27.2916C12.3984 27.0931 9.94757 26.6144 7.9872 25.8956C5.70187 25.0578 4.33746 23.9708 4.33746 22.9881C4.33746 22.3584 4.92454 21.6564 5.99066 21.0115C6.41649 20.7539 6.55286 20.1999 6.29531 19.7741C6.03764 19.3483 5.48379 19.2119 5.05779 19.4694C3.90701 20.1656 2.53516 21.3411 2.53516 22.9881C2.53516 24.2208 3.32295 25.1624 3.98385 25.7353C4.79597 26.4393 5.93413 27.0626 7.36678 27.5878C9.57227 28.3964 12.3326 28.922 15.3217 29.1149L14.9711 29.3779C14.573 29.6765 14.4922 30.2413 14.7909 30.6395C14.9679 30.8756 15.2385 31 15.5125 31C15.7007 31 15.8904 30.9412 16.0525 30.8197L18.4555 29.0174C18.6825 28.8472 18.816 28.5801 18.816 28.2965C18.816 28.0129 18.6825 27.7458 18.4555 27.5756Z' fill='%23fff'/%3E%3Cpath d='M32.3168 5.13384C33.7322 5.13384 34.8837 3.98233 34.8837 2.56694C34.8837 1.1515 33.7322 0 32.3168 0C30.9015 0 29.75 1.1515 29.75 2.56689C29.75 3.98228 30.9015 5.13384 32.3168 5.13384ZM32.3168 1.49004C32.9106 1.49004 33.3937 1.97316 33.3937 2.56694C33.3937 3.16072 32.9106 3.6438 32.3168 3.6438C31.7231 3.6438 31.24 3.16072 31.24 2.56694C31.24 1.97316 31.7231 1.49004 32.3168 1.49004Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.form-control.placeholder {
  color: #a4a8a9;
}
.form-control:-moz-placeholder {
  color: #a4a8a9;
}
.form-control::-moz-placeholder {
  color: #a4a8a9;
}
.form-control:-ms-input-placeholder {
  color: #a4a8a9;
}
.form-control::-webkit-input-placeholder {
  color: #a4a8a9;
}
.form-control--tel.form-control-lg {
  font-size: 18px;
}
.form-control--number {
  background: #f7f8f9 !important;
  border: 1px solid #dde4e6;
  width: 92px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
textarea.form-control {
  height: 113px;
  resize: none;
}
.custom-control {
  min-height: 24px;
}
.custom-control-label {
  line-height: 20px;
  padding-top: 2px;
  display: inline-block;
  cursor: pointer;
}
.custom-control-label a {
  /* color: inherit; */
  text-decoration: underline;
}
.custom-control-label a:hover {
  color: inherit;
  text-decoration: none;
}
.custom-checkbox--cond {
  font-size: 12px;
}
@media (max-width: 575.98px) {
  .custom-checkbox--cond {
    font-size: 10px;
  }
}
.custom-radio .custom-control-label {
  font-size: 16px;
  line-height: 20px;
}
.custom-radio .custom-control-label small {
  font-size: 12px;
  display: block;
}
.custom-control--sm {
  margin-bottom: 0;
  padding-left: 23px;
}
.custom-control--sm .custom-control-label {
  font-size: 12px;
  line-height: 20px;
}
.custom-control--sm .custom-control-label:after,
.custom-control--sm .custom-control-label:before {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.form-group > label {
  letter-spacing: 0.02em;
  font-size: 12px;
  line-height: 22px;
  margin: 0;
  color: #6e7476;
}
.nav-tabs {
  border: none;
  border-bottom: 1px solid transparent;
  margin-bottom: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
}
@media (max-width: 575.98px) {
  .nav-tabs {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: calc(100% + 30px);
  }
}
.nav-tabs .nav-item {
  margin-bottom: 0;
  border: none;
}
.nav-tabs .nav-link {
  border-radius: 0;
  border: none;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 20px;
  color: #333;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.nav-tabs .nav-link--lg {
  padding-top: 11px;
  padding-bottom: 11px;
}
.nav-tabs .nav-link:hover {
  opacity: 0.7;
}
.nav-tabs .nav-link.active {
  border: none;
  font-weight: 700;
  opacity: 1 !important;
}
.nav-tabs--full {
  margin-bottom: 0;
  border: none;
}
.nav-tabs--full .nav-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 4px;
  max-width: 25%;
}
@media (max-width: 991.98px) {
  .nav-tabs--full .nav-item {
    max-width: none;
  }
}
.nav-tabs--full .nav-item:last-child {
  padding-right: 0;
}
.nav-tabs--full .nav-link {
  text-align: center;
  background: #dbe6fb;
  padding-top: 11px;
  padding-bottom: 11px;
}
.nav-pills {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
}
.nav-pills .nav-link {
  line-height: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 0;
  font-weight: 500;
  color: #333;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.nav-pills .nav-link:hover {
  color: #7284b5;
}
.nav-pills .nav-link.active {
  background: #cdd7ea;
  color: #333;
  font-weight: 600;
}
.tab-pane__box {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 8px;
  padding-bottom: 35px;
}
@media (max-width: 575.98px) {
  .tab-pane__box {
    margin-bottom: 0;
  }
}
.accordion__btn {
  display: block;
  font-size: 16px;
  line-height: 20px;
  background-color: #fff;
  border: 1px solid #dde4e6;
  width: 100%;
  text-align: left;
  padding: 6px 12px;
  padding-right: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='6' width='14' height='2' fill='%237284B5'/%3E%3Crect x='8' width='14' height='2' transform='rotate(90 8 0)' fill='%237284B5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  margin-bottom: 3px;
}
.accordion__btn[aria-expanded="true"] {
  background-color: #dbe6fb;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='6' width='14' height='2' fill='%237284B5'/%3E%3C/svg%3E%0A");
}
.accordion__btn--red {
  color: #eb2227;
}
.accordion__box {
  background: #fff;
  border: 1px solid #dde4e6;
  padding: 15px;
  margin-top: -4px;
  margin-bottom: 3px;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 400;
  background-color: #eef2f9;
  font-size: 14px;
  line-height: 1.5;
  min-height: 100vh;
  min-width: 320px;
  /* font-family: -apple-system, Montserrat, sans-serif; */
}
body .footer {
  margin-top: auto;
}
@media (max-width: 575.98px) {
  body.fancybox-active {
    overflow: hidden;
  }
}
@media (max-width: 1199.98px) {
  body.is-menu-open {
    overflow: hidden;
  }
}
.browsehappy {
  margin: 0;
  padding: 15px;
  text-align: center;
  background-color: #fff;
  font-family: inherit;
  color: red;
  font-size: 16px;
}
.h1,
h1 {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 0;
}
.h2,
h2 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .h2,
  h2 {
    font-size: 18px;
  }
}
.h3,
h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .h3,
  h3 {
    font-size: 16px;
    line-height: 1.1;
  }
}
.display-1 {
  font-size: 42px;
  line-height: 1.1;
  color: #0f265c;
  margin-bottom: 28px;
}
@media (max-width: 1199.98px) {
  .display-1 {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .display-1 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .display-1 {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .display-1 {
    font-size: 18px;
  }
}
.display-2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #6b87bc;
}
@media (max-width: 767.98px) {
  .display-2 {
    font-size: 20px;
    line-height: 1.2;
  }
}
.display-3 {
  font-size: 33px;
  line-height: 1.1;
}
@media (max-width: 1199.98px) {
  .display-3 {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .display-3 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .display-3 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .display-3 {
    font-size: 16px;
  }
}
.title-page {
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .title-page {
    font-size: 24px;
    line-height: 1.2;
  }
}
.title-page2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.text-color {
  color: #7284b5;
}
.p-xs {
  font-size: 14px;
  line-height: 22px;
}
.p-md {
  font-size: 16px;
  line-height: 20px;
}
.p-lg {
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .p-lg {
    font-size: 14px;
    line-height: 1.1;
  }
}
.text-info {
  background: #dbe6fb;
  font-size: 16px;
  line-height: 1.4;
  padding: 30px 25px;
}
.link-tel {
  font-size: 21px;
  line-height: 26px;
  font-weight: 600;
  color: #333;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  display: inline-block;
  white-space: nowrap;
}
.link-tel:hover {
  text-decoration: none;
  color: #0f265c;
}
.link-tel--white {
  color: #fff;
}
.link-tel--white:hover {
  color: #fff;
  text-decoration: underline;
}
.link-xs {
  font-size: 13px;
  color: inherit;
  text-decoration: underline;
}
.link-xs:hover {
  color: inherit;
  text-decoration: none;
}
.link-secondary {
  text-decoration: underline;
  color: #E3000F;
}
.link-secondary:hover {
  text-decoration: none;
}

.link-more1 {
  font-family: 'Furore', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #383838;
  text-decoration: none;
  padding-bottom: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='187' height='16' viewBox='0 0 187 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M186.04 8.70709C186.43 8.31657 186.43 7.6834 186.04 7.29288L179.676 0.928917C179.285 0.538393 178.652 0.538393 178.261 0.928917C177.871 1.31944 177.871 1.95261 178.261 2.34313L183.918 7.99999L178.261 13.6568C177.871 14.0474 177.871 14.6805 178.261 15.0711C178.652 15.4616 179.285 15.4616 179.676 15.0711L186.04 8.70709ZM0.710815 8.99997L185.332 8.99999L185.332 6.99999L0.710816 6.99997L0.710815 8.99997Z' fill='%23383838'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right bottom;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.link-more1:hover {
  color: #E3000F;
  text-decoration: none;
  background-image: url("data:image/svg+xml,%3Csvg width='187' height='16' viewBox='0 0 187 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M186.04 8.70709C186.43 8.31657 186.43 7.6834 186.04 7.29288L179.676 0.928917C179.285 0.538393 178.652 0.538393 178.261 0.928917C177.871 1.31944 177.871 1.95261 178.261 2.34313L183.918 7.99999L178.261 13.6568C177.871 14.0474 177.871 14.6805 178.261 15.0711C178.652 15.4616 179.285 15.4616 179.676 15.0711L186.04 8.70709ZM0.710815 8.99997L185.332 8.99999L185.332 6.99999L0.710816 6.99997L0.710815 8.99997Z' fill='%23E3000F'/%3E%3C/svg%3E%0A");
}

.link-more {
  font-size: 20px;
  line-height: 28px;
  display: inline-block;
  text-decoration: underline;
  /*
  background-image: url("data:image/svg+xml,%3Csvg width='187' height='16' viewBox='0 0 187 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M186.04 8.70709C186.43 8.31657 186.43 7.6834 186.04 7.29288L179.676 0.928917C179.285 0.538393 178.652 0.538393 178.261 0.928917C177.871 1.31944 177.871 1.95261 178.261 2.34313L183.918 7.99999L178.261 13.6568C177.871 14.0474 177.871 14.6805 178.261 15.0711C178.652 15.4616 179.285 15.4616 179.676 15.0711L186.04 8.70709ZM0.710815 8.99997L185.332 8.99999L185.332 6.99999L0.710816 6.99997L0.710815 8.99997Z' fill='%23333333'/%3E%3C/svg%3E%0A");
  color: #333;
  */
  background-repeat: no-repeat;
  background-position: right bottom;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  /* padding-bottom: 18px; */
}
.link-more:hover {
  text-decoration: none;
  opacity: 0.8;
}
.link-more--white {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='98' height='8' viewBox='0 0 98 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M97.3536 4.35355C97.5488 4.15829 97.5488 3.84171 97.3536 3.64645L94.1716 0.464466C93.9763 0.269204 93.6597 0.269204 93.4645 0.464466C93.2692 0.659728 93.2692 0.976311 93.4645 1.17157L96.2929 4L93.4645 6.82843C93.2692 7.02369 93.2692 7.34027 93.4645 7.53553C93.6597 7.7308 93.9763 7.7308 94.1716 7.53553L97.3536 4.35355ZM0 4.5H97V3.5H0V4.5Z' fill='white'/%3E%3C/svg%3E%0A");
  padding-bottom: 12px;
}
.link-more--white:hover {
  color: #fff;
  opacity: 0.8;
}
.link-more--primary {
  font-size: 16px;
  line-height: 20px;
  /* padding-bottom: 8px; */
  /* color: #6e7476; */
  font-weight: 400;
  /*
  background-image: url("data:image/svg+xml,%3Csvg width='126' height='8' viewBox='0 0 126 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M124.916 4.55277C125.111 4.35751 125.111 4.04093 124.916 3.84567L121.734 0.663685C121.539 0.468423 121.222 0.468423 121.027 0.663685C120.831 0.858947 120.831 1.17553 121.027 1.37079L123.855 4.19922L121.027 7.02765C120.831 7.22291 120.831 7.53949 121.027 7.73475C121.222 7.93001 121.539 7.93001 121.734 7.73475L124.916 4.55277ZM0.225098 4.69922H124.562V3.69922H0.225098V4.69922Z' fill='%236E7476'/%3E%3C/svg%3E%0A");
  */
}
@media (max-width: 575.98px) {
  .link-more--primary {
    font-size: 14px;
    line-height: 17px;
  }
}
.link-more--primary:hover {
  /*
  background-image: url("data:image/svg+xml,%3Csvg width='126' height='8' viewBox='0 0 126 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M124.916 4.55277C125.111 4.35751 125.111 4.04093 124.916 3.84567L121.734 0.663685C121.538 0.468423 121.222 0.468423 121.027 0.663685C120.831 0.858947 120.831 1.17553 121.027 1.37079L123.855 4.19922L121.027 7.02765C120.831 7.22291 120.831 7.53949 121.027 7.73475C121.222 7.93001 121.538 7.93001 121.734 7.73475L124.916 4.55277ZM0.224976 4.69922H124.562V3.69922H0.224976V4.69922Z' fill='%230055AC'/%3E%3C/svg%3E%0A");
  color: #0055ac;
  */
}
.link-lg {
  font-size: 22px;
  display: inline-block;
  color: #0f265c;
  line-height: 24px;
  border-bottom: 1px solid;
}
.link-lg:hover {
  text-decoration: none;
  color: #0f265c;
  border-color: transparent;
}
.link-lg--download {
  position: relative;
  margin-left: 30px;
}
.link-lg--download:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5962 11.3136V15.8091H4.15871V11.3136H0.787109V19.1807H19.9678V11.3136H16.5962Z' fill='%230F265C'/%3E%3Cpath d='M11.5013 7.86707V0H9.25359V7.86707H7.00586L10.3775 12.9245L13.7491 7.86707H11.5013Z' fill='%230F265C'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -30px;
  top: 0;
}
.link-nav {
  display: inline-block;
  color: #0f265c;
  font-size: 16px;
  line-height: 28px;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.link-nav:hover {
  opacity: 0.7;
  text-decoration: none;
}
.link-nav--next {
  background-image: url("data:image/svg+xml,%3Csvg width='166' height='16' viewBox='0 0 166 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M165.707 8.70709C166.098 8.31657 166.098 7.6834 165.707 7.29288L159.343 0.928918C158.953 0.538394 158.319 0.538394 157.929 0.928918C157.538 1.31944 157.538 1.95261 157.929 2.34313L163.586 7.99999L157.929 13.6568C157.538 14.0474 157.538 14.6805 157.929 15.0711C158.319 15.4616 158.953 15.4616 159.343 15.0711L165.707 8.70709ZM8.74228e-08 9L165 8.99999L165 6.99999L-8.74228e-08 7L8.74228e-08 9Z' fill='%230F265C'/%3E%3C/svg%3E");
  background-position: right bottom;
}
.link-nav--prev {
  background-position: left bottom;
  background-image: url("data:image/svg+xml,%3Csvg width='166' height='16' viewBox='0 0 166 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292892 7.29289C-0.0976257 7.68342 -0.0976257 8.31658 0.292892 8.70711L6.65686 15.0711C7.04738 15.4616 7.68054 15.4616 8.07108 15.0711C8.46159 14.6805 8.46159 14.0474 8.07108 13.6569L2.41422 8L8.07108 2.34315C8.46159 1.95262 8.46159 1.31946 8.07108 0.928932C7.68054 0.538408 7.04738 0.538408 6.65686 0.928932L0.292892 7.29289ZM166 7L1 7V9L166 9V7Z' fill='%230F265C'/%3E%3C/svg%3E%0A");
}
.link-underline {
  text-decoration: underline;
  line-height: 26px;
  color: #333;
  display: inline-block;
}
.link-underline:hover {
  color: #333;
  text-decoration: none;
}
.link-underline--lg {
  font-size: 18px;
}
table.table-default {
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
table.table-default td {
  padding: 10px 4px;
  border: 1px solid #a4a8a9;
}
table.table-default td[rowspan="2"] {
  width: 12%;
}
table.table-default caption {
  text-align: center;
  caption-side: top;
  padding: 10px;
  color: #333;
  border: 1px solid #a4a8a9;
  border-bottom: none;
}
table.juridical {
  width: 100%;
  font-size: 12px;
  line-height: 16px;
}
@media (max-width: 575.98px) {
  table.juridical {
    font-size: 10px;
    line-height: 14px;
  }
}
table.juridical td {
  border: 1px solid #c4c4c4;
  padding: 10px;
}
@media (max-width: 575.98px) {
  table.juridical td {
    padding: 5px;
  }
}
table.juridical td:first-child {
  width: 40%;
}
table.juridical td:last-child {
  font-weight: 600;
}
table.juridical tr:nth-child(even) td {
  background: #edf3fb;
}
table.table-items {
  width: 100%;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 20px;
}
table.table-items td {
  padding: 7px 8px;
  border: 1px solid #dde4e5;
  text-align: center;
  width: 180px;
}
@media (max-width: 575.98px) {
  table.table-items td {
    min-width: 100px;
  }
}
table.table-items td:first-child {
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.05em;
  width: 40%;
}
@media (max-width: 575.98px) {
  table.table-items td:first-child {
    min-width: 180px;
  }
}
table.table-items td a {
  color: inherit;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
table.table-items td a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
}
table.table-items td.th {
  letter-spacing: normal;
  color: #6e7476;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
table.table-items tr:nth-child(even) td {
  background: #edf3fb;
}
table.table-items--sm td:first-child {
  font-weight: 400;
}
@media (max-width: 575.98px) {
  table.table-items--sm td {
    min-width: 0;
    padding-left: 3px;
    padding-right: 3px;
  }
  table.table-items--sm td:first-child {
    min-width: 0;
    width: auto;
  }
  table.table-items--sm td.th {
    font-size: 10px;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: 0;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.85)),
    color-stop(50%, rgba(0, 0, 0, 0.3)),
    color-stop(65%, rgba(0, 0, 0, 0.15)),
    color-stop(75.5%, rgba(0, 0, 0, 0.075)),
    color-stop(82.85%, rgba(0, 0, 0, 0.037)),
    color-stop(88%, rgba(0, 0, 0, 0.019)),
    to(rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  -o-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  -webkit-transition: height 0s;
  -o-transition: height 0s;
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  z-index: 0;
}
.tns-fadeOut,
.tns-normal {
  opacity: 0;
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}
.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 26px;
  margin-right: 20px;
  padding-right: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 0 4px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:focus,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  background-color: #f1f1f1;
  color: #333;
  outline: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #fff),
    to(#eee)
  );
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #eee),
    to(#ccc)
  );
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: 0 0;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    color-stop(50%, #eee)
  );
  background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
  background-repeat: repeat-x;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #eee),
    to(white)
  );
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 0 4px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
  outline: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
} /*! nouislider - 14.6.1 - 8/17/2020 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3fb8af;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb,
    0 3px 6px -3px #bbb;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd,
    0 3px 6px -3px #bbb;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-sub {
  background: #aaa;
}
.noUi-marker-large {
  background: #aaa;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
.fancybox-bg {
  background: #031745;
}
@media (max-width: 575.98px) {
  .fancybox-bg {
    display: none;
  }
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
}
@media (max-width: 575.98px) {
  .fancybox-is-open .fancybox-bg {
    opacity: 0;
  }
}
.fancybox-slide--html {
  padding: 30px;
}
@media (max-width: 575.98px) {
  .fancybox-slide--html {
    padding: 0;
    background: rgba(255, 255, 255, 0.95);
  }
  .fancybox-slide--html:before {
    display: none;
  }
}
.fancybox--catalog {
  z-index: 19;
}
.fancybox--catalog .fancybox-bg {
  display: none;
}
.fancybox--catalog .fancybox-slide--html {
  padding: 0;
  background: #fff;
  height: calc(100% - 50px);
  top: 50px;
}
.fancybox--catalog .fancybox-slide--html:before {
  display: none;
}
.select2 {
  min-width: 70px;
}
.select2-container .select2-selection--single {
  height: auto;
  border-radius: 0;
  background: #f7f8f9;
  border: 1px solid #dde4e6;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 22px;
  font-size: 16px;
  padding: 7px 10px;
}
@media (max-width: 1199.98px) {
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 14px;
  }
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered
  > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-top-color: #333;
  border-width: 8px 6px 0 6px;
  margin-left: -10px;
  margin-top: 1px;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-bottom-color: #333;
  border-width: 0 6px 8px 6px;
}
.select2-container--default .select2-results__option {
  height: auto;
  line-height: 22px;
  font-size: 16px;
  padding: 7px 10px;
}
@media (max-width: 1199.98px) {
  .select2-container--default .select2-results__option {
    font-size: 14px;
  }
}
.select2-container--default .select2-results__option > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.select2-results__options::-webkit-scrollbar {
  width: 5px;
}
.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background: #d8dadb;
}
.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #d8dadb;
}
.select2-dropdown {
  border: 1px solid #dde4e6;
  border-radius: 0;
}
.select2__ic {
  display: inline-block;
  width: 25px;
  height: 22px;
  text-align: center;
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  vertical-align: top;
}
.select2__ic img {
  max-height: 100%;
  display: block;
}
.select2-container--default .select2-results__option--selected {
  background: #dbe6fb;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #c4c4c4;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: auto;
  top: 50%;
  margin-top: -4px;
}
.noUi-target {
  border: none;
  height: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #dde4e5;
  width: calc(100% - 18px);
  margin-left: 9px;
}
.noUi-target:before {
  content: "";
  display: block;
  width: calc(100% + 18px);
  height: 100%;
  position: absolute;
  left: -9px;
  top: 0;
  background: #dde4e5;
}
.noUi-connect {
  background: #0f265c;
}
.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #0f265c;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  right: -9px;
}
.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before {
  display: none;
}
.noUi-horizontal .noUi-tooltip {
  font-size: 12px;
  line-height: 22px;
  border: none;
  padding: 0 5px;
  bottom: -25px;
  color: #333;
  font-weight: 700;
}
.noUi-touch-area {
  opacity: 0;
}
.footer {
  background: #383838;
  color: #fff;
  padding-top: 47px;
  padding-bottom: 66px;
}
@media (max-width: 991.98px) {
  .footer {
    padding-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .footer {
    padding-top: 27px;
    padding-bottom: 15px;
  }
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .footer__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer__menu {
  font-family: 'Furore', sans-serif;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 32px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1199.98px) {
  .footer__menu {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .footer__menu {
    white-space: normal;
  }
}
@media (max-width: 575.98px) {
  .footer__menu {
    font-size: 11px;
    line-height: 15px;
  }
}
.footer__menu a {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 575.98px) {
  .footer__menu a {
    margin-bottom: 10px;
  }
}
.footer__tel {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  line-height: 26px;
  color: #fff;
}
.footer__tel:hover {
  color: #fff;
  text-decoration: underline;
}
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}
@media (max-width: 1199.98px) {
  .footer__right {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .footer__right {
    width: 100%;
    text-align: center;
    padding-top: 15px;
  }
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 37px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 7px;
}
@media (max-width: 1199.98px) {
  .footer__left {
    padding-right: 80px;
  }
}
@media (max-width: 991.98px) {
  .footer__left {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 15px;
  }
}
.footer__left .link-xs {
  line-height: 32px;
}
@media (max-width: 1199.98px) {
  .footer__center {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
}
@media (max-width: 991.98px) {
  .footer__center {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    padding-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .footer__center {
    width: 100%;
    padding-top: 0;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
.footer__btns {
  font-size: 16px;
  line-height: 32px;
  padding-top: 5px;
}
@media (max-width: 767.98px) {
  .footer__btns {
    padding-top: 10px;
  }
}
.footer__btns .btn {
  width: 240px;
}
@media (max-width: 575.98px) {
  .footer__contacts .link-tel {
    text-decoration: underline;
  }
}
.header {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(114, 132, 181, 0.2);
  box-shadow: 0 4px 20px rgba(114, 132, 181, 0.2);
  top: -104px;
  -webkit-transition: top 0.2s;
  -o-transition: top 0.2s;
  transition: top 0.2s;
}
@media (max-width: 767.98px) {
  .header {
    position: sticky;
    top: 0;
    z-index: 100;
  }
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 104px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1199.98px) {
  .header__container {
    height: 90px;
  }
}
@media (max-width: 767.98px) {
  .header__container {
    height: 50px;
  }
}
.header__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 50px;
}
@media screen and (max-width: 1300px) {
  .header__logo {
    margin-right: 20px;
  }
}
@media (max-width: 1199.98px) {
  .header__logo {
    margin-right: auto;
  }
}
@media (max-width: 767.98px) {
  .header__logo {
    overflow: hidden;
    width: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -18px;
  }
  .header__logo img {
    max-width: none;
  }
}
.header__call {
  padding-left: 22px;
  padding-right: 27px;
}
.header__fix-right {
  position: fixed;
  right: 0;
  top: 35%;
  width: 50px;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .header__fix-right {
    width: 40px;
    top: 25%;
  }
}
@media (max-width: 575.98px) {
  .header__fix-right {
    top: 140px;
  }
}
.header__fix-right .btn-red {
  width: 268px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(-90deg) translateX(-80%);
  -ms-transform: rotate(-90deg) translateX(-80%);
  transform: rotate(-90deg) translateX(-80%);
}
@media (max-width: 1199.98px) {
  .header__fix-right .btn-red {
    width: 200px;
  }
}
@media (max-width: 767.98px) {
  .header__fix-right .btn-red {
    width: 40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.header.is-sticky {
  position: sticky;
  z-index: 20;
  top: 0;
}
.catalog-container {
  margin-right: 50px;
}
.btn_catalog {
  height: 48px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #383838;
  background-color: #383838;
}
.btn_catalog:hover {
  background: #14477d;
  color: #fff;
}
.btn_catalog:hover .catalog-line span {
  background: #fff;
}
.catalog-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 11px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.catalog-line span {
  width: 18px;
  height: 2px;
  background: #fff;
  margin: 2px 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.catalog-line span:nth-child(2) {
  width: 12px;
}
.no-scroll {
  overflow: hidden;
  padding-right: 17px;
}
.catalog-modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 76px;
  left: 0;
  z-index: 21;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  pointer-events: none;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.catalog-container.open .catalog-modal {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.catalog-container.open .btn_catalog {
  background: #14477d;
  color: #fff;
}
.catalog-container.open .btn_catalog .catalog-line span {
  background: #fff;
}
.catalog-modal__container {
  position: relative;
  background: #fff;
  margin: 20px 0 0;
  padding: 45px 0;
  height: 100%;
}
.catalog-modal__navbar {
  position: relative;
  list-style: none;
  padding: 0;
}
.catalog-navbar__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 40px 12px 20px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  min-height: 90px;
  width: 375px;
  position: relative;
  text-decoration: none !important;
}
.catalog-navbar__link svg {
  position: absolute;
  right: 20px;
}
.catalog-navbar__link:hover {
  background: rgba(240, 244, 244, 0.5);
}
.catalog-navbar__item:hover .catalog-navbar__link {
  background: rgba(240, 244, 244, 0.5);
}
.catalog-navbar__item:hover .catalog-modal__menu_submenu {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  pointer-events: auto;
}
.catalog-navbar__pic {
  -ms-flex-preferred-size: 86px;
  flex-basis: 86px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.catalog-navbar__title {
  font-weight: 700;
  text-decoration: none !important;
  color: #333;
  font-size: 21px;
  line-height: 26px;
}
.catalog-modal__menu {
  padding: 0 50px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  display: block;
}
.catalog-modal__menu_submenu {
  height: calc(100vh - 150px);
  overflow: auto;
  position: absolute;
  left: 375px;
  width: calc(100% - 375px);
  top: 0;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
  pointer-events: none;
}
.catalog-modal__menu_submenu::-webkit-scrollbar {
  background: rgba(15, 60, 165, 0.1);
  border-radius: 10px;
  width: 4px;
}
.catalog-modal__menu_submenu::-webkit-scrollbar-thumb {
  background: #14477d;
  border-radius: 10px;
}
.catalog-menu__items {
  list-style: none;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 36px;
}
.catalog-item__link {
  color: #333;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 12px;
  display: block;
}
.catalog-item__link span {
  color: #14477d;
  font-weight: 700;
}
.catalog-menu__link_head {
  font-weight: 700;
  color: #14477d;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 24px;
  display: block;
}
.catalog-menu__link_title {
  margin-bottom: 12px;
  color: #14477d;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  display: block;
}
.catalog-menu__pic {
  margin-bottom: 12px;
}
@media (max-width: 1420px) {
  .header__logo {
    margin-right: 30px;
  }
  .catalog-container {
    margin-right: 20px;
  }
  header .lang {
    margin-left: 20px;
    width: 90px;
  }
}
@media (max-width: 1350px) {
  .catalog-container {
    display: none;
  }
}
.menu {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  .menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    -webkit-transition: backgraund 0.2s;
    -o-transition: backgraund 0.2s;
    transition: backgraund 0.2s;
    z-index: 100;
  }
  .menu.is-show {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .menu.is-show .menu__content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (max-width: 1199.98px) {
  .menu__content {
    background: rgba(15, 38, 92, 0.95);
    width: 35%;
    height: 100%;
    overflow-y: auto;
    z-index: 100;
    padding-left: calc((100vw - 930px) / 2);
    padding-right: 15px;
    padding-top: 28px;
    padding-bottom: 15px;
    -webkit-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    transform: translateX(-105%);
    -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .menu__content {
    padding-left: calc((100vw - 710px) / 2);
    width: 42%;
  }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
  .menu__content {
    padding-left: calc((100vw - 510px) / 2);
    width: 60%;
    padding-top: 15px;
  }
}
@media (max-width: 1199.98px) and (max-width: 575.98px) {
  .menu__content {
    padding-left: 15px;
    width: calc(100% - 60px);
  }
}
.menu ul {
  list-style: none;
}
.menu a {
  font-family: 'Furore', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 32px;
  display: inline-block;
  color: #333;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
@media (max-width: 1199.98px) {
  .menu a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    white-space: normal;
  }
}
.menu a:hover {
  color: #333;
  text-decoration: none;
  border-color: #E3000F;
}
@media (max-width: 1199.98px) {
  .menu a:hover {
    color: #fff;
  }
}
.menu a[data-toggle]:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.3153 5.94973L14.4367 7.07107L7.3656 14.1421L0.294532 7.07107L1.41587 5.94973L7.3656 11.8995L13.3153 5.94973Z' fill='%23333333'/%3E%3C/svg%3E%0A");
  display: inline-block;
  margin-left: 10px;
  width: 15px;
  height: 15px;
  position: relative;
}
.menu a[aria-expanded="true"]:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 3px;
}
.menu__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .menu__main {
    display: block;
    padding-top: 46px;
  }
}
.menu__main > li {
  padding-right: 25px;
}
@media screen and (max-width: 1300px) {
  .menu__main > li {
    padding-right: 12px;
  }
}
@media (max-width: 1199.98px) {
  .menu__main > li {
    padding-right: 0;
    margin-bottom: 8px;
  }
}
.menu__main .dropdown-menu {
  -webkit-box-shadow: 0 4px 20px rgba(137, 174, 211, 0.2);
  box-shadow: 0 4px 20px rgba(137, 174, 211, 0.2);
  border: none;
  border-radius: 0;
  margin-top: 35px;
  margin-left: 5px;
}
@media (max-width: 1199.98px) {
  .menu__main .dropdown-menu {
    display: block !important;
    margin: 0;
    padding: 0;
    position: static !important;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none !important;
  }
}
.menu__drop {
  padding: 12px 16px;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 1199.98px) {
  .menu__drop {
    padding: 0;
  }
}
.menu__drop li {
  margin-bottom: 5px;
}
@media (max-width: 1199.98px) {
  .menu__drop li {
    margin-bottom: 8px;
  }
}
.menu__drop li:last-child {
  margin-bottom: 0;
}
.menu__call {
  padding-top: 18px;
  border-top: 2px solid #fff;
  margin-top: 18px;
}
.ic {
  display: inline-block;
  background-repeat: no-repeat;
}
.ic-search {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 30 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.3325 26.6191L18.842 16.7948C20.5517 14.7613 21.3985 12.1595 21.2068 9.52919C21.0151 6.89893 19.7996 4.44208 17.8124 2.66834C15.8252 0.894595 13.2189 -0.0598833 10.5341 0.00291317C7.84941 0.0657097 5.29233 1.14096 3.3934 3.0056C1.49447 4.87024 0.399438 7.38113 0.335486 10.0174C0.271535 12.6536 1.24357 15.2129 3.04993 17.1642C4.8563 19.1155 7.35833 20.3091 10.037 20.4973C12.7156 20.6856 15.3653 19.854 17.4362 18.1752L27.9262 28L29.3325 26.6191ZM2.34383 10.273C2.34383 8.63183 2.83945 7.02749 3.76802 5.66288C4.69659 4.29828 6.01641 3.2347 7.56056 2.60664C9.10472 1.97858 10.8039 1.81425 12.4431 2.13443C14.0824 2.45461 15.5882 3.24493 16.77 4.40543C17.9519 5.56593 18.7567 7.0445 19.0828 8.65416C19.4088 10.2638 19.2415 11.9323 18.6019 13.4485C17.9623 14.9648 16.8791 16.2608 15.4894 17.1726C14.0997 18.0844 12.4659 18.5711 10.7945 18.5711C8.554 18.5686 6.406 17.6936 4.82173 16.1379C3.23747 14.5823 2.34633 12.4731 2.34383 10.273Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);

  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #E3000F;
}
.ic-search:hover {
  opacity: 0.8;
}
.ic-basket {
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.146 29.2832C10.1213 29.2832 9.2876 30.1169 9.2876 31.1416C9.2876 32.1663 10.1213 33 11.146 33C12.1707 33 13.0044 32.1663 13.0044 31.1416C13.0044 30.1169 12.1707 29.2832 11.146 29.2832Z' fill='%230F3CA5'/%3E%3Cpath d='M25.146 29.2832C24.1213 29.2832 23.2876 30.1169 23.2876 31.1416C23.2876 32.1663 24.1213 33 25.146 33C26.1707 33 27.0044 32.1663 27.0044 31.1416C27.0044 30.1169 26.1707 29.2832 25.146 29.2832Z' fill='%230F3CA5'/%3E%3Cpath d='M9.28829 23.708V25.5664H26.2708L32.3325 10.4448V8.71681H7.42988V5H0.615723V6.85841H5.57148V24.6372C5.57148 27.199 7.65568 29.2832 10.2175 29.2832H11.1467H25.1467H28.8635V27.4248H10.2175C8.6804 27.4248 7.42988 26.1743 7.42988 24.6372V10.5752H30.2781L25.0136 23.708H9.28829Z' fill='%23383838'/%3E%3C/svg%3E%0A");
  width: 33px;
  height: 33px;
}
.ic-remove {
  width: 19px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.24268' y='13.4351' width='13' height='1' transform='rotate(-45 4.24268 13.4351)' fill='%23333333'/%3E%3Crect x='4.94971' y='4.24268' width='13' height='1' transform='rotate(45 4.94971 4.24268)' fill='%23333333'/%3E%3C/svg%3E%0A");
}
.ic-close {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.283203' y='12.7532' width='16.5282' height='1.65282' transform='rotate(-45 0.283203 12.7532)' fill='%231B1B1B'/%3E%3Crect x='11.9736' y='13.7273' width='16.5282' height='1.65282' transform='rotate(-135 11.9736 13.7273)' fill='%231B1B1B'/%3E%3C/svg%3E%0A");
  width: 14px;
  height: 14px;
}
.ic-360 {
  width: 38px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='32' viewBox='0 0 38 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7734 10.7065C11.6321 10.8465 12.2901 11.1685 12.7474 11.6725C13.2048 12.1671 13.4334 12.7831 13.4334 13.5205C13.4334 14.0898 13.2841 14.6171 12.9854 15.1025C12.6868 15.5785 12.2294 15.9611 11.6134 16.2505C11.0068 16.5398 10.2601 16.6845 9.37343 16.6845C8.68276 16.6845 8.00143 16.5958 7.32943 16.4185C6.66676 16.2318 6.1021 15.9705 5.63543 15.6345L6.51743 13.8985C6.89076 14.1785 7.3201 14.3978 7.80543 14.5565C8.3001 14.7058 8.8041 14.7805 9.31743 14.7805C9.88676 14.7805 10.3348 14.6731 10.6614 14.4585C10.9881 14.2345 11.1514 13.9218 11.1514 13.5205C11.1514 12.7178 10.5401 12.3165 9.31743 12.3165H8.28143V10.8185L10.2974 8.53648H6.12543V6.71648H12.9854V8.18648L10.7734 10.7065ZM19.1986 10.3705C19.8239 10.3705 20.3933 10.4965 20.9066 10.7485C21.4199 11.0005 21.8259 11.3598 22.1246 11.8265C22.4233 12.2838 22.5726 12.8158 22.5726 13.4225C22.5726 14.0758 22.4093 14.6498 22.0826 15.1445C21.7559 15.6391 21.3079 16.0218 20.7386 16.2925C20.1786 16.5538 19.5533 16.6845 18.8626 16.6845C17.4906 16.6845 16.4173 16.2645 15.6426 15.4245C14.8679 14.5845 14.4806 13.3851 14.4806 11.8265C14.4806 10.7158 14.6906 9.76381 15.1106 8.97048C15.5306 8.17715 16.1139 7.57515 16.8606 7.16448C17.6166 6.75381 18.4893 6.54848 19.4786 6.54848C20.0013 6.54848 20.5006 6.60915 20.9766 6.73048C21.4619 6.84248 21.8726 7.00581 22.2086 7.22048L21.3686 8.88648C20.8833 8.55981 20.2719 8.39648 19.5346 8.39648C18.7039 8.39648 18.0459 8.63915 17.5606 9.12448C17.0753 9.60981 16.8139 10.3145 16.7766 11.2385C17.3553 10.6598 18.1626 10.3705 19.1986 10.3705ZM18.7366 14.9905C19.2219 14.9905 19.6139 14.8598 19.9126 14.5985C20.2206 14.3371 20.3746 13.9825 20.3746 13.5345C20.3746 13.0865 20.2206 12.7318 19.9126 12.4705C19.6139 12.1998 19.2126 12.0645 18.7086 12.0645C18.2139 12.0645 17.8079 12.2045 17.4906 12.4845C17.1733 12.7551 17.0146 13.1051 17.0146 13.5345C17.0146 13.9638 17.1686 14.3138 17.4766 14.5845C17.7846 14.8551 18.2046 14.9905 18.7366 14.9905ZM27.5946 16.6845C26.7826 16.6845 26.0593 16.4838 25.4246 16.0825C24.79 15.6811 24.2906 15.1025 23.9266 14.3465C23.572 13.5811 23.3946 12.6711 23.3946 11.6165C23.3946 10.5618 23.572 9.65648 23.9266 8.90048C24.2906 8.13515 24.79 7.55181 25.4246 7.15048C26.0593 6.74915 26.7826 6.54848 27.5946 6.54848C28.4066 6.54848 29.13 6.74915 29.7646 7.15048C30.3993 7.55181 30.894 8.13515 31.2486 8.90048C31.6126 9.65648 31.7946 10.5618 31.7946 11.6165C31.7946 12.6711 31.6126 13.5811 31.2486 14.3465C30.894 15.1025 30.3993 15.6811 29.7646 16.0825C29.13 16.4838 28.4066 16.6845 27.5946 16.6845ZM27.5946 14.7665C28.192 14.7665 28.6586 14.5098 28.9946 13.9965C29.34 13.4831 29.5126 12.6898 29.5126 11.6165C29.5126 10.5431 29.34 9.74981 28.9946 9.23648C28.6586 8.72315 28.192 8.46648 27.5946 8.46648C27.0066 8.46648 26.54 8.72315 26.1946 9.23648C25.8586 9.74981 25.6906 10.5431 25.6906 11.6165C25.6906 12.6898 25.8586 13.4831 26.1946 13.9965C26.54 14.5098 27.0066 14.7665 27.5946 14.7665Z' fill='white'/%3E%3Cpath d='M31.1108 19.6467C30.685 19.3891 30.1308 19.5255 29.8734 19.9514C29.6157 20.3772 29.7521 20.9313 30.1779 21.1889C31.2439 21.8337 31.831 22.5356 31.831 23.1654C31.831 23.8317 31.1828 24.5696 30.0059 25.243C28.6435 26.0227 26.6985 26.6515 24.3815 27.0615C23.8914 27.1482 23.5644 27.6158 23.6511 28.1059C23.7284 28.5429 24.1085 28.8502 24.5374 28.8502C24.5895 28.8502 24.6424 28.8456 24.6955 28.8362C30.2921 27.846 33.6333 25.726 33.6333 23.1653C33.6333 21.5183 32.2616 20.3428 31.1108 19.6467Z' fill='white'/%3E%3Cpath d='M18.7942 27.7528L16.3912 25.9505C15.993 25.6518 15.4281 25.7326 15.1295 26.1307C14.8309 26.5289 14.9116 27.0937 15.3098 27.3923L15.4118 27.4689C12.7371 27.2704 10.2863 26.7916 8.32588 26.0729C6.04056 25.235 4.67615 24.1481 4.67615 23.1654C4.67615 22.5357 5.26322 21.8337 6.32935 21.1888C6.75517 20.9312 6.89155 20.3772 6.634 19.9513C6.37633 19.5255 5.82248 19.3891 5.39647 19.6467C4.2457 20.3429 2.87384 21.5184 2.87384 23.1654C2.87384 24.398 3.66163 25.3397 4.32254 25.9126C5.13466 26.6166 6.27281 27.2398 7.70547 27.7651C9.91095 28.5736 12.6713 29.0992 15.6604 29.2922L15.3098 29.5551C14.9116 29.8538 14.8309 30.4186 15.1295 30.8167C15.3066 31.0528 15.5772 31.1772 15.8512 31.1772C16.0393 31.1772 16.2291 31.1185 16.3912 30.997L18.7942 29.1946C19.0211 29.0244 19.1547 28.7573 19.1547 28.4737C19.1547 28.1901 19.0211 27.923 18.7942 27.7528Z' fill='white'/%3E%3Cpath d='M32.6553 5.31108C34.0706 5.31108 35.2221 4.15958 35.2221 2.74419C35.2221 1.32875 34.0706 0.177246 32.6553 0.177246C31.2399 0.177246 30.0884 1.32875 30.0884 2.74414C30.0884 4.15953 31.2399 5.31108 32.6553 5.31108ZM32.6553 1.66729C33.249 1.66729 33.7321 2.15041 33.7321 2.74419C33.7321 3.33797 33.249 3.82104 32.6553 3.82104C32.0615 3.82104 31.5784 3.33797 31.5784 2.74419C31.5784 2.15041 32.0615 1.66729 32.6553 1.66729Z' fill='white'/%3E%3C/svg%3E%0A");
}
.cart {
  width: 498px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 35px;
  padding: 15px;
  display: none;
  position: absolute;
  background: #fff;
  right: 0;
  top: 100%;
  z-index: 100;
}
.cart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dde4e6;
  padding-top: 44px;
  margin-bottom: 10px;
  position: relative;
}
.cart__link {
  width: 330px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
}
.cart__img {
  width: 80px;
  padding-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cart__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart__num {
  padding-right: 5px;
}
.cart__count {
  color: #6e7476;
  padding-right: 20px;
}
.cart__price {
  font-weight: 500;
  white-space: nowrap;
}
.cart__remove {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.6;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.cart__remove:hover {
  opacity: 1;
}
.cart .btn-red {
  width: 180px;
}
.lidform {
  padding-top: 100px;
  padding-bottom: 110px;
  padding: 40px 0;
}
.lidform__title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: 'Furore', sans-serif;
}
@media (max-width: 767.98px) {
  .lidform__title {
    font-size: 26px;
    line-height: 29px;
    margin-bottom: 20px;
  }
}
.lidform__img {
  padding-left: 100px;
}
@media (max-width: 1199.98px) {
  .lidform__img {
    padding-left: 0;
  }
}
.lidform__text {
  font-size: 18px;
  line-height: 1.5;
  color: #383838;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .lidform__text {
    font-size: 16px;
    line-height: 1.3;
  }
}
.lidform .form-control {
  background: #fff !important;
}
.lidform--white {
  background-color: #fff;
}
.lidform--white .form-control {
  background: #F4F4F4 !important;
}
.card-event {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  width: 100%;
  margin-top: 10px;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.card-event__link {
  display: block;
}
.card-event__link:hover {
  text-decoration: none;
}
.card-event__img {
  position: relative;
  overflow: hidden;
  padding-top: 44%;
  display: block;
  margin-bottom: 30px;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .card-event__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 1199.98px) {
  .card-event__img {
    margin-bottom: 20px;
  }
}
.card-event__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.card-event__title {
  font-family: 'Furore', sans-serif;
  display: block;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #383838;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 8px;
}
@media (max-width: 1199.98px) {
  .card-event__title {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 1.1;
  }
}
.card-event__date {
  font-weight: 300;
  font-size: 13px;
  color: #383838;
  line-height: 20px;
}
.card-event__body {
  padding: 0 30px 30px;
}
@media (max-width: 1199.98px) {
  .card-event__body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .card-event__body {
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 25px;
  }
}
.card-event__text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  margin-bottom: 18px;
  color: #383838;
}
@media (max-width: 575.98px) {
  .card-event__text {
    font-size: 11px;
    line-height: 1.4;
  }
}
.card-event__tags {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .card-event__tags {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 575.98px) {
  .card-event__tags {
    font-size: 12px;
    line-height: 1.6;
  }
}
.card-event__tags span {
  display: inline-block;
}
.card-event:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.card-event--l {
  margin-top: 0;
}
.card-event--l:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.card-event--l .link-more {
  font-size: 14px;
}
@media (min-width: 992px) {
  .card-event--l .card-event__body {
    padding: 0 20px 20px;
  }
  .card-event--l .card-event__title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .card-event--l .card-event__tags {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .card-event--l .card-event__tags {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 575.98px) {
  .card-event--l .card-event__title {
    font-size: 14px;
    line-height: 1.1;
  }
  .card-event--l .card-event__img {
    width: calc(100% - 34px);
    margin-left: 17px;
  }
}
.card-event--big {
  margin-bottom: 20px;
  margin-top: 0;
}
.card-event--big:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media (min-width: 768px) {
  .card-event--big {
    position: relative;
    padding-left: 43%;
    padding-top: 20px;
    margin-bottom: 40px;
  }
  .card-event--big .card-event__img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 43%;
    padding-top: 0;
  }
  .card-event--big .card-event__body,
  .card-event--big .card-event__title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .card-event--big .card-event__body {
    padding-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .card-event--big {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
}
.card-event--big .link-more {
  font-size: 14px;
}
.slider--front {
  position: relative;
}
.slider--front .tns-controls {
  position: absolute;
  bottom: 180px;
  left: 12px;
}
@media screen and (min-width: 1441px) {
  .slider--front .tns-controls {
    left: calc((100vw - 1410px) / 2);
  }
}
@media (max-width: 1199.98px) {
  .slider--front .tns-controls {
    left: calc((100vw - 930px) / 2);
  }
}
.slider--front .tns-controls button {
  color: #fff;
  position: relative;
  z-index: 1;
}
.slider--front .tns-controls button:first-child {
  margin-right: 48px;
}
.slider--front .tns-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 120px;
  left: 12px;
}
@media screen and (min-width: 1441px) {
  .slider--front .tns-nav {
    left: calc((100vw - 1410px) / 2);
  }
}
@media (max-width: 1199.98px) {
  .slider--front .tns-nav {
    left: calc((100vw - 930px) / 2);
  }
}
@media (max-width: 991.98px) {
  .slider--front .tns-nav {
    left: calc((100vw - 710px) / 2);
  }
}
@media (max-width: 767.98px) {
  .slider--front .tns-nav {
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 20px;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .slider--front .tns-nav {
    bottom: 10px;
  }
}
.slider--front .tns-nav button {
  display: block;
  width: 20px;
  height: 20px;
  background: #397dc1;
  margin-right: 15px;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 767.98px) {
  .slider--front .tns-nav button {
    width: 12px;
    height: 12px;
    margin-right: 8px;
  }
}
.slider--front .tns-nav button.tns-nav-active {
  background: #fff;
}
.slider--card {
  position: relative;
}
@media screen and (max-width: 499px) {
  .slider--card {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 499px) {
  .slider--card .tns-inner {
    width: 300px;
  }
}
@media screen and (max-width: 400px) {
  .slider--card .tns-inner {
    width: 250px;
  }
}
.slider--card .slider__item {
  padding-bottom: 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (max-width: 499px) {
  .slider--card .slider__item {
    visibility: visible;
    opacity: 0.5;
  }
}
.slider--card .slider__item.tns-slide-active {
  visibility: visible;
  opacity: 1;
}
.slider--card .tns-ovh {
  margin-left: -12px;
  margin-right: -12px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 1199.98px) {
  .slider--card .tns-ovh {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 499px) {
  .slider--card .tns-ovh {
    overflow: visible;
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .slider--card .tns-controls {
    text-align: right;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 499px) {
  .slider--card .tns-controls {
    padding-right: 15px;
  }
}
.slider--card .tns-controls button {
  position: absolute;
  top: 45%;
  z-index: 1;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 767.98px) {
  .slider--card .tns-controls button {
    top: 43%;
  }
}
@media (max-width: 575.98px) {
  .slider--card .tns-controls button {
    position: static;
  }
}
.slider--card .tns-controls button:first-child {
  left: -12px;
}
@media (max-width: 575.98px) {
  .slider--card .tns-controls button:first-child {
    margin-right: 17px;
  }
}
.slider--card .tns-controls button:last-child {
  right: -12px;
}
.slider--card .tns-controls button:hover {
  color: #0055ac;
}
.slider--sale .slider__item {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .slider--sale .slider__item {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .slider--privilege {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .slider--privilege .slider__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .slider--privilege .slider__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .slider--privilege .slider__item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .slider--privilege .slider__item {
    width: 25%;
  }
}
@media (max-width: 767.98px) {
  .slider--privilege .slider__item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 575.98px) {
  .slider--privilege .tns-inner {
    width: 360px;
  }
}
@media screen and (max-width: 400px) {
  .slider--privilege .tns-inner {
    width: 250px;
  }
}
@media (max-width: 767.98px) {
  .slider--privilege .tns-ovh {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .slider--privilege .tns-ovh {
    overflow: visible;
  }
}
.slider--privilege .tns-controls {
  text-align: right;
  padding-top: 40px;
}
.slider--privilege .tns-controls button:first-child {
  margin-right: 17px;
}
.slider--news {
  width: 100%;
  position: relative;
}
@media (min-width: 576px) {
  .slider--news .slider__container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}
.slider--news .slider__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider--news .slider__item {
  opacity: 0.3;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.slider--news .slider__item.tns-slide-active {
  opacity: 1;
}
.slider--news .tns-inner {
  width: 1440px;
  max-width: 100vw;
}
@media (max-width: 1199.98px) {
  .slider--news .tns-inner {
    width: 940px;
  }
}
@media (max-width: 991.98px) {
  .slider--news .tns-inner {
    width: 720px;
  }
}
@media (max-width: 767.98px) {
  .slider--news .tns-inner {
    width: 520px;
  }
}
@media (max-width: 575.98px) {
  .slider--news .tns-inner {
    width: 250px;
  }
}
.slider--news .tns-ovh {
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .slider--news .tns-ovh {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
  }
}
@media (max-width: 767.98px) {
  .slider--news .tns-controls {
    text-align: right;
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
  }
}
.slider--news .tns-controls button {
  position: absolute;
  top: calc(50% - 10px);
  z-index: 2;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1199.98px) {
  .slider--news .tns-controls button {
    top: 57%;
  }
}
@media (max-width: 767.98px) {
  .slider--news .tns-controls button {
    position: static;
  }
}
.slider--news .tns-controls button:first-child {
  left: calc((100vw - 1475px) / 2);
}
@media (max-width: 1199.98px) {
  .slider--news .tns-controls button:first-child {
    left: 20px;
  }
}
@media (max-width: 767.98px) {
  .slider--news .tns-controls button:first-child {
    margin-right: 17px;
  }
}
.slider--news .tns-controls button:last-child {
  right: calc((100vw - 1475px) / 2);
}
@media (max-width: 1199.98px) {
  .slider--news .tns-controls button:last-child {
    right: 20px;
  }
}
.slider--news .tns-controls button:hover {
  /* color: #0055ac; */
  color: #E3000F;
}
.slider--product {
  position: relative;
}
.slider--product .tns-controls button {
  position: absolute;
  top: 50%;
  width: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  margin-top: -25px;
  z-index: 2;
  padding: 15px 0;
}
.slider--product .tns-controls button:hover {
  color: #0f3ca5;
}
.slider--product .tns-controls button:first-child {
  left: 10px;
}
.slider--product .tns-controls button:last-child {
  right: 10px;
  text-align: right;
}
.slider--product .tns-controls button:last-child svg {
  position: absolute;
  right: 0;
  top: 15px;
}
.privilege {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .privilege {
    background: #dae7ff;
    -webkit-box-shadow: 10px 10px 20px rgba(114, 132, 181, 0.3);
    box-shadow: 10px 10px 20px rgba(114, 132, 181, 0.3);
    padding: 15px;
    max-width: none;
  }
}
@media screen and (max-width: 500px) {
  .privilege {
    font-size: 12px;
    line-height: 1.4;
  }
}
.privilege__img {
  height: 113px;
  margin-bottom: 7px;
}
.privilege__title {
  font-family: 'Furore', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #383838;
  line-height: 1.3;
  margin-bottom: 15px;
}
.privilege__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #383838;

}
@media screen and (max-width: 500px) {
  .privilege__text {
    font-size: 11px;
    line-height: 1.4;
  }
}
.section--light {
  background: #F7F7F7;
  padding-top: 86px;
  padding-bottom: 90px;
}
@media (max-width: 767.98px) {
  .section--light {
    padding-top: 35px;
  }
}
@media (max-width: 767.98px) {
  .section--light {
    background: #dae7ff;
  }
}
.section--img-right {
  padding-top: 87px;
  position: relative;
  padding-bottom: 130px;
  min-height: 515px;
}
@media (max-width: 1199.98px) {
  .section--img-right {
    min-height: 0;
  }
}
@media (max-width: 767.98px) {
  .section--img-right {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .section--img-right {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section--img-right .section__img {
  position: absolute;
  top: 70px;
  width: 37.7%;
  right: 0;
  text-align: right;
}
@media (max-width: 991.98px) {
  .section--img-right .section__img {
    top: 150px;
  }
}
@media (max-width: 767.98px) {
  .section--img-right .section__img {
    position: static;
    width: 100%;
    text-align: left;
    max-width: 210px;
    margin-bottom: 30px;
  }
}
.section--privilege {
  background: #F3F3F3;
  padding: 75px 0 95px 0;
}
@media (max-width: 767.98px) {
  .section--privilege {
    background: #dae7ff;
    padding: 40px 0;
  }
}
.section--light2 {
  background: #F7F7F7;
  padding: 90px 0;
}
@media (max-width: 767.98px) {
  .section--light2 {
    padding: 40px 0;
    background: #eef4ff;
  }
}
.section--color-mob {
  background: #fff;
  padding: 40px 0;
}
@media (max-width: 575.98px) {
  .section--color-mob {
    background: #dae7ff;
    padding: 35px 0;
  }
}
.section__title {
  font-size: 40px;
  font-family: 'Furore', sans-serif;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .section__title {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .section__title {
    font-size: 32px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .section__title {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 35px;
    text-align: left;
  }
}
.search {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.7);
  padding-top: 25px;
  padding-bottom: 25px;
  display: none;
  z-index: 20;
}
@media (max-width: 575.98px) {
  .search {
    padding-top: 60px;
    background: rgba(255, 255, 255, 0.95);
  }
}
.search__container {
  padding-left: 65px;
  padding-right: 65px;
  position: relative;
}
@media (min-width: 1200px) {
  .search__container {
    max-width: 1130px;
  }
}
@media (max-width: 767.98px) {
  .search__container {
    padding-left: 15px;
  }
}
@media (max-width: 575.98px) {
  .search__container {
    padding-right: 15px;
  }
}
.search__input {
  background-color: transparent;
  display: block;
  width: calc(100% - 20px);
  margin-right: 20px;
  color: #333;
  height: 32px;
  line-height: 32px;
  padding: 0;
  font-size: 14px;
  border: none;
  border-bottom: 2px solid;
}
.search .ic-search {
  position: absolute;
  right: 65px;
  top: 2px;
}
@media (max-width: 575.98px) {
  .search .ic-search {
    right: 15px;
  }
}
.search__close {
  width: 30px;
  height: 30px;
  background: #fff;
  position: absolute;
  right: 15px;
  top: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .search__close {
    background: #e6ecef;
    top: -45px;
  }
}
.search__result {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
}
@media (max-width: 767.98px) {
  .search__result .search__container {
    padding-right: 15px;
  }
}
.search__wrap {
  background: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding-bottom: 40px;
  max-height: calc(100vh - 186px);
  overflow-y: auto;
}
@media (max-width: 991.98px) {
  .search__wrap {
    max-height: calc(100vh - 172px);
    padding-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .search__wrap {
    max-height: calc(100vh - 132px);
  }
}
@media (max-width: 575.98px) {
  .search__wrap {
    margin-left: -15px;
    margin-right: -15px;
    max-height: calc(100vh - 167px);
  }
}
.search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #333;
  border-bottom: 1px solid #dde4e6;
}
@media (max-width: 991.98px) {
  .search__item {
    padding: 15px;
  }
}
@media (max-width: 575.98px) {
  .search__item {
    display: block;
  }
  .search__item:after {
    content: "";
    display: block;
    clear: both;
  }
}
.search__item:hover {
  text-decoration: none;
}
.search__img {
  width: 96px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -5px;
}
@media (max-width: 575.98px) {
  .search__img {
    width: 90px;
    float: left;
  }
}
.search__name {
  padding-left: 24px;
  font-size: 14px;
  line-height: 24px;
  margin-right: auto;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .search__name {
    padding-left: 10px;
    line-height: 1.2;
    float: right;
    width: calc(100% - 90px);
  }
}
.search__name small {
  font-weight: 400;
  display: block;
  color: #6e7476;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 10px;
}
.search__price {
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 22px;
  font-weight: 700;
  -ms-flex-item-align: center;
  align-self: center;
}
@media (max-width: 575.98px) {
  .search__price {
    font-size: 20px;
    float: right;
    width: calc(100% - 90px);
    text-align: right;
  }
}
.catalog-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.catalog-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog-search input[type="text"] {
  width: 456px;
  height: 60px;
  border: none;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 70px 0 20px;
}
.catalog-search__sbm {
  position: absolute;
  right: 26px;
}
.catalog-search__sbm input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
@media (max-width: 1200px) {
  .catalog-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .catalog-search {
    width: 100%;
  }
  .catalog-search input[type="text"] {
    width: 100%;
  }
}
.proposal {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 4px 18px rgba(57, 154, 255, 0.1);
  box-shadow: 0 4px 18px rgba(57, 154, 255, 0.1);
  padding-top: 44px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 35px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .proposal {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .proposal {
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .proposal {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575.98px) {
  .proposal {
    padding-bottom: 10px;
  }
}
.proposal__img {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  padding-top: 65.5%;
  width: 100%;
  margin-bottom: 23px;
}
.proposal__img img {
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.proposal__title {
  display: block;
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  height: 60px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  .proposal__title {
    font-size: 20px;
    line-height: 24px;
    height: 48px;
  }
}
@media (max-width: 1199.98px) {
  .proposal__title {
    font-size: 18px;
    line-height: 22px;
    height: 44px;
  }
}
@media (max-width: 767.98px) {
  .proposal__title {
    margin-bottom: 5px;
  }
}
.proposal__link:hover {
  text-decoration: none;
}
.proposal__date {
  color: #878a8b;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .proposal__date {
    font-size: 16px;
  }
}
.proposal__date small {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.proposal__hide {
  position: absolute;
  padding: 30px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(15, 38, 92, 0.95);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  display: none;
}
.proposal__text {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px;
}
.proposal__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.proposal__btns .link-more {
  font-size: 14px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.proposal__btns .btn-primary {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 10px;
}
.proposal .label-sale {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 19px;
  max-width: 122px;
}
@media (max-width: 1199.98px) {
  .proposal .label-sale {
    max-width: 100px;
  }
}
@media (max-width: 575.98px) {
  .proposal .label-sale {
    max-width: 85px;
  }
}
.proposal:hover .proposal__hide {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.proposal--product {
  -webkit-box-shadow: 2px 2px 18px rgba(7, 58, 177, 0.1);
  box-shadow: 2px 2px 18px rgba(7, 58, 177, 0.1);
  margin-top: 10px;
}
@media (min-width: 992px) {
  .proposal--product {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
}
.desktop .proposal__hide {
  display: block;
}
.block-links {
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(114, 132, 181, 0.2);
  box-shadow: 0 4px 20px rgba(114, 132, 181, 0.2);
  min-height: 400px;
  width: 100%;
  position: relative;
  padding-top: 40px;
  padding-left: 40px;
  border-bottom: 68px solid #E0E0E0;
}
@media (max-width: 991.98px) {
  .block-links {
    padding-left: 18px;
    padding-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .block-links {
    min-height: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(48.44%, #fff),
      to(#ebeef8)
    );
    background: -o-linear-gradient(top, #fff 48.44%, #ebeef8 100%);
    background: linear-gradient(180deg, #fff 48.44%, #ebeef8 100%);
  }
}
.block-links__title {
  font-family: 'Furore', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  /* letter-spacing: 0.1em; */
  /* border-bottom: 4px solid transparent; */
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  color: #383838;
}
.block-links__title div span::first-letter {
  color: #E3000F;
}
@media (max-width: 767.98px) {
  .block-links__title {
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 1.5;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(48.44%, #fff),
      to(#ebeef8)
    );
    background: -o-linear-gradient(top, #fff 48.44%, #ebeef8 100%);
    background: linear-gradient(180deg, #fff 48.44%, #ebeef8 100%);
  }
  .block-links__title .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .block-links__title .container:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='9' width='20' height='2' fill='%237284B5'/%3E%3Crect x='11' width='20' height='2' transform='rotate(90 11 0)' fill='%237284B5'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .block-links__title span {
    padding-right: 10px;
    width: calc(100% - 20px);
  }
  .block-links__title.is-active {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fff),
      to(#c2cdf1)
    );
    background: -o-linear-gradient(top, #fff 0, #c2cdf1 100%);
    background: linear-gradient(180deg, #fff 0, #c2cdf1 100%);
  }
  .block-links__title.is-active .container:after {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.375488' y='9' width='20' height='2' fill='%237284B5'/%3E%3C/svg%3E%0A");
  }
}
.block-links__title:hover {
  color: #E3000F;
  text-decoration: none;
}
.block-links__list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 308px;
  padding-top: 16px;
}
@media (max-width: 767.98px) {
  .block-links__list {
    padding-bottom: 1px;
    max-width: none;
  }
}
.block-links__list li {
  margin-bottom: 15px;
}
.block-links__list a {
  font-weight: 300;
  color: #383838;
  font-size: 13px;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .block-links__list a {
    font-weight: 500;
  }
}
.block-links__list a:hover {
  color: #333;
  text-decoration: none;
  border-color: #fed501;
}
.block-links__list--2col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  max-width: 220px;
}
@media (max-width: 767.98px) {
  .block-links__list--2col {
    padding-bottom: 16px;
  }
}
.block-links__img {
  position: absolute;
  bottom: -48px;
  right: 20px;
  width: auto;
}
@media (max-width: 767.98px) {
  .block-links__img {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
  }
}
.block-links__img img {
  max-width: 232px;
  max-height: 185px;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .block-links__img img {
    max-width: 160px;
  }
}
@media (max-width: 767.98px) {
  .block-links__img img {
    max-width: 42px;
    max-height: 60px;
  }
}
.block-links__img span {
  display: block;
}
@media (max-width: 767.98px) {
  .block-links__img span {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.block-links__drop {
  display: none;
}
.front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 75px;
  position: relative;
  height: 600px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .front {
    height: 490px;
  }
}
@media (max-width: 767.98px) {
  .front {
    height: 360px;
  }
}
@media (max-width: 575.98px) {
  .front {
    min-height: 180px;
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.front__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .front__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.front__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.front__container {
  position: relative;
  z-index: 1;
}
.front__title {
  font-size: 64px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .front__title {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .front__title {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .front__title {
    font-size: 30px;
    line-height: 1.2;
  }
}
.catalog-menu ul {
  list-style: none;
}
.catalog-menu__item {
  background-color: #fff;
  margin-bottom: 3px;
}
@media (max-width: 575.98px) {
  .catalog-menu__item {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.catalog-menu__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 60px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  color: #333;
}
@media (max-width: 1199.98px) {
  .catalog-menu__categories {
    padding-right: 15px;
  }
}
@media (max-width: 575.98px) {
  .catalog-menu__categories {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(48.44%, #fff),
      to(#ebeef8)
    );
    background: -o-linear-gradient(top, #fff 48.44%, #ebeef8 100%);
    background: linear-gradient(180deg, #fff 48.44%, #ebeef8 100%);
    width: auto;
    margin-bottom: 0;
    color: #0f265c;
  }
}
.catalog-menu__categories span {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.catalog-menu__categories:after {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='9' width='20' height='2' fill='%237284B5'/%3E%3Crect x='11' width='20' height='2' transform='rotate(90 11 0)' fill='%237284B5'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
}
.catalog-menu__categories:hover {
  text-decoration: none;
  color: #0f3ca5;
}
.catalog-menu__categories[aria-expanded="true"] {
  color: #fff;
  background: #0f265c;
}
@media (max-width: 575.98px) {
  .catalog-menu__categories[aria-expanded="true"] {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fff),
      to(#c2cdf1)
    );
    background: -o-linear-gradient(top, #fff 0, #c2cdf1 100%);
    background: linear-gradient(180deg, #fff 0, #c2cdf1 100%);
    color: #0f265c;
  }
}
.catalog-menu__categories[aria-expanded="true"]:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='9' width='20' height='2' fill='white'/%3E%3C/svg%3E%0A");
}
@media (max-width: 575.98px) {
  .catalog-menu__categories[aria-expanded="true"]:after {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.849609' y='9.02295' width='20' height='2' fill='%237284B5'/%3E%3C/svg%3E%0A");
  }
}
.catalog-menu__img {
  width: 38px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.catalog-menu__list {
  margin: 0;
  padding: 0;
}
@media (max-width: 575.98px) {
  .catalog-menu__list {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(48.44%, #fff),
      to(#ebeef8)
    );
    background: -o-linear-gradient(top, #fff 48.44%, #ebeef8 100%);
    background: linear-gradient(180deg, #fff 48.44%, #ebeef8 100%);
  }
}
.catalog-menu__list a {
  font-size: 12px;
  line-height: 20px;
  display: block;
  padding: 8px 20px;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  color: #333;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .catalog-menu__list a {
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3789 4.27347C12.5742 4.07821 12.5742 3.76163 12.3789 3.56637L9.19696 0.384387C9.0017 0.189125 8.68512 0.189125 8.48986 0.384387C8.29459 0.579649 8.29459 0.896232 8.48986 1.09149L11.3183 3.91992L8.48986 6.74835C8.2946 6.94361 8.2946 7.26019 8.48986 7.45546C8.68512 7.65072 9.0017 7.65072 9.19696 7.45545L12.3789 4.27347ZM0.0253907 4.41992L12.0254 4.41992L12.0254 3.41992L0.0253906 3.41992L0.0253907 4.41992Z' fill='%2314477D'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    padding-right: 38px;
    padding-left: 15px;
  }
}
.catalog-menu__list a:hover {
  text-decoration: none;
  color: #0f3ca5;
}
@media (min-width: 768px) {
  .catalog-menu__list a.is-active {
    background: #ced7ea;
  }
}
.navbar-menu__mobile {
  display: none;
}
.navbar-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px;
  background: #fff;
  padding: 0 17px;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 3px;
}
.navbar-menu__link.active,
.navbar-menu__link:hover {
  text-decoration: none;
  background: #dbe6fb;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
@media (max-width: 1200px) {
  .navbar-menu__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    max-width: 100%;
    height: 30px;
    margin: 20px 0;
  }
  .navbar-menu__link {
    min-height: auto;
    white-space: nowrap;
    height: 20px;
    padding: 0;
    margin-right: 24px;
    color: rgba(51, 51, 51, 0.5);
    background: 0 0;
  }
  .navbar-menu__link.active {
    position: relative;
    color: #333;
  }
  .navbar-menu__link.active:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -10px;
    background: #14477d;
  }
  .navbar-menu__link:last-child {
    margin-right: 0;
  }
}
.breadcrumbs {
  color: #6e7671;
  font-size: 12px;
  left: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
  width: 100%;
  overflow: auto;
}
@media (max-width: 575.98px) {
  .breadcrumbs {
    margin-left: -15px;
    width: calc(100% + 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
.breadcrumbs a {
  color: inherit;
}
.breadcrumbs a:hover {
  color: inherit;
}
.breadcrumbs__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.breadcrumbs__item:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='7' viewBox='0 0 4 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.64371e-07 6.56262L0.437362 6.99998L3.93735 3.49999L0.437361 0L0 0.437361L3.06263 3.49999L8.64371e-07 6.56262Z' fill='%236E7671'/%3E%3C/svg%3E%0A");
  width: 4px;
  height: 7px;
  margin-left: 6px;
  margin-right: 6px;
  display: inline-block;
}
.breadcrumbs__item:last-child:after {
  display: none;
}
.block-type {
  background: #fff;
  padding: 15px 10px;
}
.block-type__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}
.block-type__series {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}
.block-type__list {
  font-size: 12px;
  line-height: 1.5;
  padding: 0;
  list-style: none;
  margin: 0 0 30px;
}
.block-type__list li {
  margin-bottom: 8px;
}
.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin-bottom: 33px;
}
@media (max-width: 991.98px) {
  .product {
    display: block;
  }
}
.product .slider {
  width: 46.8%;
}
@media (max-width: 991.98px) {
  .product .slider {
    width: 100%;
    margin-bottom: 24px;
  }
}
.product__desc {
  width: 53.2%;
  padding-left: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .product__desc {
    width: 100%;
    padding-left: 0;
  }
}
.product__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 362px;
  background: #f8fbfd;
}
@media (max-width: 575.98px) {
  .product__img {
    height: auto;
    padding: 20px;
  }
}
.product__type {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  color: #6b87bc;
}
.product__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  margin-bottom: 10px;
}
.product__text {
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 575.98px) {
  .product__text {
    font-size: 12px;
    line-height: 1.5;
  }
}
.product__bottom {
  margin-top: auto;
}
.product__price {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  text-align: right;
  margin-bottom: 15px;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .product__price {
    text-align: center;
    padding-top: 20px;
  }
}
.product__price small {
  font-size: 18px;
  font-weight: 400;
}
.product__add {
  width: 260px;
}
@media (max-width: 575.98px) {
  .product__add {
    width: 100%;
  }
}
.product__text-type {
  color: #a4a8a9;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  padding-top: 5px;
  padding-bottom: 10px;
}
.product__check {
  position: relative;
  display: block;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
}
.product__check span {
  display: block;
  height: 50px;
  line-height: 48px;
  background: #fff;
  border: 1px solid #7284b5;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  text-align: center;
  color: #7284b5;
  font-size: 16px;
  font-weight: 700;
}
.product__check input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.product__check input:checked + span {
  background: #7284b5;
  color: #fff;
}
@media (max-width: 575.98px) {
  .product__type-line {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.text-toggle {
  background: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 15px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
@media (max-width: 767.98px) {
  .text-toggle {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .text-toggle {
    font-size: 14px;
    line-height: 1.2;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(48.44%, #fff),
      to(#ebeef8)
    );
    background: -o-linear-gradient(top, #fff 48.44%, #ebeef8 100%);
    background: linear-gradient(180deg, #fff 48.44%, #ebeef8 100%);
    margin-bottom: 0;
    font-weight: 700;
  }
}
.text-toggle span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 10px;
}
.text-toggle:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='13.1538' width='29.2308' height='2.92308' fill='%237284B5'/%3E%3Crect x='16.0771' width='29.2308' height='2.92308' transform='rotate(90 16.0771 0)' fill='%237284B5'/%3E%3C/svg%3E%0A");
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.text-toggle:hover {
  color: #0f3ca5;
}
.text-toggle[aria-expanded="true"] {
  margin-bottom: 1px;
}
.text-toggle[aria-expanded="true"]:after {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.000976562' y='13.1538' width='29.2308' height='2.92308' fill='%237284B5'/%3E%3C/svg%3E%0A");
}
.content-catalog {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .content-catalog {
    padding-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .content-catalog__title {
    padding: 0;
    font-size: 16px;
    display: block;
    line-height: 1.3;
    text-transform: uppercase;
    color: #0f265c;
    pointer-events: none;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .content-catalog__title span {
    max-width: 80%;
  }
  .content-catalog__title:after {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .content-catalog__title {
    background: 0 0;
  }
}
.content-catalog__list {
  list-style: none;
  background: #fff;
  padding: 8px 15px;
  margin: 0 0 8px;
}
@media (max-width: 767.98px) {
  .content-catalog__list {
    padding: 0 0 8px;
    margin-bottom: 25px;
    border-bottom: 2px solid;
  }
}
.content-catalog__list a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 0;
  color: #333;
  font-weight: 500;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 767.98px) {
  .content-catalog__list a {
    font-size: 14px;
    line-height: 1.3;
    padding: 10px 0;
    margin-bottom: 5px;
  }
}
.content-catalog__list a:hover {
  color: #0f3ca5;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .content-catalog .collapse {
    display: block !important;
  }
}
.popup {
  overflow: visible;
}
@media (max-width: 575.98px) {
  .popup {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 90px;
    background-color: transparent;
    min-height: 100%;
  }
}
.popup__content {
  width: 100%;
}
.popup__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .popup__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
  }
}
.popup__text {
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 575.98px) {
  .popup__text {
    color: #6b87bc;
    font-weight: 500;
  }
}
.popup--add {
  text-align: center;
}
.popup--add .popup__text {
  margin-bottom: 35px;
}
@media (max-width: 575.98px) {
  .popup--add .popup__text {
    margin-bottom: 20px;
  }
}
.popup--add .btn-primary {
  width: 330px;
  max-width: 100%;
}
.popup--msg {
  text-align: center;
}
@media (min-width: 576px) {
  .popup--msg {
    max-width: 580px;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .popup--msg .popup__text {
    color: #333;
  }
}
.popup--msg .btn-lg {
  margin-top: 40px;
  width: 336px;
  max-width: 100%;
  font-weight: 400;
}
.popup--callme {
  text-align: center;
}
@media (min-width: 576px) {
  .popup--callme {
    max-width: 640px;
    width: 100%;
    padding-left: 64px;
    padding-right: 64px;
  }
}
.popup--callme .popup__title {
  margin-bottom: 30px;
}
.popup--callme .btn-lg {
  font-weight: 400;
  width: 336px;
  max-width: 100%;
}
.popup .fancybox-close-small {
  padding: 0;
  width: 30px;
  height: 30px;
  top: -30px;
  right: -30px;
  color: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 575.98px) {
  .popup .fancybox-close-small {
    top: 0;
    right: 0;
    color: #333;
  }
}
.card {
  background: #fff;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 767.98px) {
  .card {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .card {
    margin-bottom: 5px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.card__img {
  width: 190px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .card__img {
    width: 130px;
  }
}
@media (max-width: 575.98px) {
  .card__img {
    width: 90px;
  }
}
.card__price {
  white-space: nowrap;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  text-align: right;
  margin: auto 0;
}
@media (max-width: 767.98px) {
  .card__price {
    padding-top: 0;
  }
}
@media (max-width: 575.98px) {
  .card__price {
    font-size: 20px;
  }
}
.card__text {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .card__text {
    font-size: 12px;
    line-height: 1.3;
  }
}
.card__center {
  padding-left: 25px;
  padding-right: 25px;
  max-width: calc(100% - 380px);
}
@media (max-width: 1199.98px) {
  .card__center {
    width: calc(100% - 190px);
    max-width: none;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .card__center {
    width: calc(100% - 130px);
    padding-left: 15px;
  }
}
@media (max-width: 575.98px) {
  .card__center {
    width: calc(100% - 90px);
    padding-left: 10px;
  }
}
.card__center .link-more {
  -webkit-filter: brightness(20%);
  filter: brightness(20%);
}
.card__center .link-more:hover {
  -webkit-filter: none;
  filter: none;
}
.card__center .h2 {
  color: #333;
}
@media (max-width: 575.98px) {
  .card__center .h2 {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
}
.card__center .h2:hover {
  text-decoration: none;
  color: #0f3ca5;
}
.card__end {
  width: 190px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .card__end {
    width: calc(100% - 190px);
    margin-left: auto;
    padding-left: 25px;
  }
}
@media (max-width: 767.98px) {
  .card__end {
    width: calc(100% - 130px);
    padding-left: 15px;
  }
}
@media (max-width: 575.98px) {
  .card__end {
    width: calc(100% - 90px);
    padding-left: 10px;
  }
}
.card__end .btn-primary {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .card__detail {
    position: absolute;
    bottom: 25px;
    left: 25px;
  }
}
@media (max-width: 767.98px) {
  .card__detail {
    left: 15px;
    bottom: 20px;
  }
}
.review {
  background: #fff;
  padding: 20px;
  margin-bottom: 24px;
}
.review__name {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 3px;
}
.review__date {
  font-size: 11px;
  line-height: 18px;
  color: #6e7476;
  margin-bottom: 7px;
}
.review__text {
  font-size: 13px;
  line-height: 18px;
}
.review .rate {
  margin-left: auto;
}
.rate {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.719 1.17908C8.81619 0.919169 9.18381 0.919173 9.281 1.17907L10.8149 5.28132C10.9976 5.76992 11.4547 6.10199 11.9758 6.12477L16.3513 6.31596C16.6285 6.32807 16.7421 6.6777 16.525 6.85045L13.0975 9.57696C12.6893 9.90171 12.5147 10.439 12.6541 10.9417L13.8244 15.1621C13.8985 15.4295 13.6011 15.6456 13.3697 15.4924L9.71748 13.0753C9.28248 12.7874 8.71752 12.7874 8.28252 13.0753L4.63031 15.4924C4.39892 15.6456 4.1015 15.4295 4.17564 15.1621L5.34591 10.9417C5.48529 10.439 5.31071 9.90171 4.90248 9.57696L1.47503 6.85045C1.25787 6.6777 1.37148 6.32807 1.64869 6.31596L6.02417 6.12477C6.54531 6.10199 7.00237 5.76992 7.18507 5.28132L8.719 1.17908Z' stroke='%237284B5'/%3E%3C/svg%3E%0A");
  background-repeat: repeat-x;
  background-position: left center;
  position: relative;
}
.rate:after {
  content: "";
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.25067 1.00396C8.50983 0.310879 9.49017 0.310878 9.74933 1.00395L11.2833 5.1062C11.3957 5.40687 11.677 5.61123 11.9977 5.62524L16.3731 5.81643C17.1124 5.84873 17.4153 6.78109 16.8362 7.24174L13.4088 9.96826C13.1576 10.1681 13.0501 10.4988 13.1359 10.8081L14.3062 15.0285C14.5039 15.7415 13.7108 16.3178 13.0937 15.9094L9.44153 13.4922C9.17383 13.315 8.82617 13.315 8.55847 13.4922L4.90626 15.9094C4.28922 16.3178 3.49611 15.7415 3.69382 15.0285L4.86409 10.8081C4.94986 10.4988 4.84243 10.1681 4.59121 9.96826L1.16376 7.24174C0.584684 6.78109 0.887624 5.84873 1.62686 5.81643L6.00234 5.62524C6.32304 5.61123 6.60431 5.40687 6.71674 5.1062L8.25067 1.00396Z' fill='%237284B5'/%3E%3C/svg%3E%0A");
  background-repeat: repeat-x;
  background-position: left center;
}
.rate--1:after {
  width: 20%;
}
.rate--2:after {
  width: 40%;
}
.rate--3:after {
  width: 60%;
}
.rate--4:after {
  width: 80%;
}
.rate--5:after {
  width: 100%;
}
.star-check {
  width: 240px;
  height: 48px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.star-check label {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='38' viewBox='0 0 40 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.9367 2.36013L24.5246 11.9555C24.9462 13.0831 26.001 13.8494 27.2036 13.9019L37.4381 14.3491C38.3622 14.3895 38.7409 15.555 38.017 16.1308L30 22.5083C29.0579 23.2577 28.655 24.4976 28.9767 25.6576L31.714 35.5294C31.9612 36.4207 30.9698 37.141 30.1985 36.6305L21.6557 30.9766C20.6519 30.3123 19.3481 30.3123 18.3443 30.9766L9.80153 36.6305C9.03023 37.141 8.03884 36.4207 8.28598 35.5294L11.0233 25.6576C11.345 24.4976 10.9421 23.2577 10 22.5083L1.98299 16.1308C1.25914 15.555 1.63783 14.3895 2.56187 14.3491L12.7964 13.9019C13.999 13.8494 15.0538 13.0831 15.4754 11.9555L19.0633 2.36013C19.3873 1.49378 20.6127 1.49378 20.9367 2.36013Z' stroke='%237284B5' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: center center;
}
.star-check label span {
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='38' viewBox='0 0 40 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.9367 2.36013L24.5246 11.9555C24.9462 13.0831 26.001 13.8494 27.2036 13.9019L37.4381 14.3491C38.3622 14.3895 38.7409 15.555 38.017 16.1308L30 22.5083C29.0579 23.2577 28.655 24.4976 28.9767 25.6576L31.714 35.5294C31.9612 36.4207 30.9698 37.141 30.1985 36.6305L21.6557 30.9766C20.6519 30.3123 19.3481 30.3123 18.3443 30.9766L9.80153 36.6305C9.03023 37.141 8.03884 36.4207 8.28598 35.5294L11.0233 25.6576C11.345 24.4976 10.9421 23.2577 10 22.5083L1.98299 16.1308C1.25914 15.555 1.63783 14.3895 2.56187 14.3491L12.7964 13.9019C13.999 13.8494 15.0538 13.0831 15.4754 11.9555L19.0633 2.36013C19.3873 1.49378 20.6127 1.49378 20.9367 2.36013Z' fill='%237284B5' stroke='%237284B5' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}
.star-check input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.star-check input:checked ~ label span {
  opacity: 0;
}
.star-check input:checked + label span {
  opacity: 1;
}
.star-check:hover label span {
  opacity: 1 !important;
}
.star-check:hover label:hover ~ label span {
  opacity: 0 !important;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f7f8f9;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .pagination {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pagination__page {
  width: 32px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #333;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  display: block;
}
.pagination__page.is-active {
  font-weight: 700;
  background: #fff;
}
.pagination a.pagination__page:hover {
  text-decoration: none;
  color: #333;
  background: #fff;
}
.pagination__first,
.pagination__last,
.pagination__next,
.pagination__prev {
  width: 32px;
  line-height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.pagination__first:hover,
.pagination__last:hover,
.pagination__next:hover,
.pagination__prev:hover {
  opacity: 1;
}
.pagination__last {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.32031 7.68289L4.98056 8.3498L9.00063 4.36992L5.02075 0.349854L4.3478 1.01608L7.66743 4.36923L4.32031 7.68289Z' fill='%23333333'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.320312 7.68289L0.98056 8.3498L5.00063 4.36992L1.02075 0.349854L0.347797 1.01608L3.66743 4.36923L0.320312 7.68289Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}
.pagination__first {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.67969 7.68289L4.01944 8.3498L-0.000627995 4.36992L3.97925 0.349854L4.6522 1.01608L1.33257 4.36923L4.67969 7.68289Z' fill='%23333333'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.67969 7.68289L8.01944 8.3498L3.99937 4.36992L7.97925 0.349854L8.6522 1.01608L5.33257 4.36923L8.67969 7.68289Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}
.pagination__next {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.603516 7.68289L1.26376 8.3498L5.28383 4.36992L1.30395 0.349854L0.631 1.01608L3.95063 4.36923L0.603516 7.68289Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}
.pagination__prev {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.39648 7.68289L4.73624 8.3498L0.716169 4.36992L4.69605 0.349854L5.369 1.01608L2.04937 4.36923L5.39648 7.68289Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}
.news-block {
  background: #fff;
}
.news-block h1 {
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .news-block h1 {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .news-block h1 {
    font-size: 16px;
    line-height: 20px;
  }
}
.news-block h2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 575.98px) {
  .news-block h2 {
    font-size: 14px;
  }
}
.news-block p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 1em;
}
.news-block p i {
  font-weight: 500;
}
.news-block > img {
  float: left;
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .news-block > img {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .news-block > img {
    margin-left: -15px;
    width: calc(100% + 30px);
    display: block;
    max-width: calc(100% + 30px);
  }
}
.card-sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 30px 25px;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 767.98px) {
  .card-sale {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .card-sale {
    padding: 25px 15px;
  }
}
.card-sale__more {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='154' height='8' viewBox='0 0 154 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M153.354 4.35355C153.549 4.15829 153.549 3.84171 153.354 3.64645L150.172 0.464466C149.976 0.269204 149.66 0.269204 149.464 0.464466C149.269 0.659728 149.269 0.976311 149.464 1.17157L152.293 4L149.464 6.82843C149.269 7.02369 149.269 7.34027 149.464 7.53553C149.66 7.7308 149.976 7.7308 150.172 7.53553L153.354 4.35355ZM0 4.5H153V3.5H0V4.5Z' fill='%230F265C'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  padding-bottom: 10px;
  background-position: right bottom;
  color: #0f265c;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  margin-top: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.card-sale__more:hover {
  color: #0f265c;
  text-decoration: none;
  opacity: 0.6;
}
.card-sale__img {
  display: block;
  width: 307px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .card-sale__img {
    width: 240px;
  }
}
@media (max-width: 767.98px) {
  .card-sale__img {
    width: 100%;
    height: 156px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.card-sale__img img {
  max-height: 100%;
}
.card-sale__desc {
  padding-left: 24px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .card-sale__desc {
    padding-left: 0;
  }
}
.card-sale__title {
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  color: #333;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .card-sale__title {
    font-size: 18px;
    line-height: 1.1;
  }
}
.card-sale__title:hover {
  text-decoration: none;
  color: #333;
}
.card-sale__text {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 15px;
}
.card-sale__date {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #0f265c;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .card-sale__date {
    line-height: 1.3;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.card-sale__date small {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .card-sale__date small {
    display: block;
    font-size: 10px;
  }
}
.card-sale__price {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 13px;
  padding-top: 10px;
}
.card-sale__price small {
  font-size: 18px;
  font-weight: 400;
}
.card-sale:hover {
  -webkit-box-shadow: 2px 2px 20px rgba(15, 38, 92, 0.1);
  box-shadow: 2px 2px 20px rgba(15, 38, 92, 0.1);
}
@media (max-width: 575.98px) {
  .card-sale:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.card-sale--one {
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .card-sale--one {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .card-sale--one {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
  }
}
.card-sale--one:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.card-sale--one .card-sale__img {
  width: 26%;
}
@media (max-width: 991.98px) {
  .card-sale--one .card-sale__img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.card-sale--one .card-sale__desc {
  width: 74%;
}
@media (max-width: 991.98px) {
  .card-sale--one .card-sale__desc {
    width: 100%;
    padding-left: 0;
  }
}
.card-box {
  background-color: #fff;
  padding: 15px 10px 27px;
  -webkit-box-shadow: 2px 2px 10px rgba(7, 58, 177, 0.1);
  box-shadow: 2px 2px 10px rgba(7, 58, 177, 0.1);
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 767.98px) {
  .card-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.card-box:hover {
  -webkit-box-shadow: 2px 2px 10px rgba(7, 58, 177, 0.2);
  box-shadow: 2px 2px 10px rgba(7, 58, 177, 0.2);
}
.card-box__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.card-box__title:after {
  content: "";
  display: block;
  background: #dde4e6;
  height: 1px;
  margin: 5px 0;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.card-box__price {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 15px;
}
.card-box .link-underline {
  margin-bottom: 15px;
}
.text-block {
  background: #fff;
  padding: 24px 25px 40px;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 991.98px) {
  .text-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575.98px) {
  .text-block {
    font-size: 13px;
    line-height: 1.4;
    padding-bottom: 10px;
  }
}
.text-block h1 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .text-block h1 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 575.98px) {
  .text-block h1 {
    font-size: 16px;
    line-height: 20px;
  }
}
.text-block ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.text-block ul li:before {
  content: "•";
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
}
.text-block--secondary {
  padding: 13px 20px;
  background: #7284b5;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 2px;
}
.menu-aside {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .menu-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    overflow: auto;
  }
  .menu-aside li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.menu-aside a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 18px;
  min-height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  color: #333;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  margin-bottom: 3px;
}
@media (max-width: 1199.98px) {
  .menu-aside a {
    min-height: 40px;
    padding: 10px;
    background-color: transparent;
  }
}
.menu-aside a:hover {
  background: #dbe6fb;
  text-decoration: none;
}
@media (max-width: 1199.98px) {
  .menu-aside a:hover {
    background-color: transparent;
    opacity: 0.6;
  }
}
.menu-aside a.is-active {
  background: #dbe6fb;
  font-weight: 700;
  opacity: 1 !important;
}
@media (max-width: 1199.98px) {
  .menu-aside a.is-active {
    background-color: #fff;
  }
}
@media (max-width: 575.98px) {
  .row-gallery {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }
}
.contacts {
  font-size: 14px;
  line-height: 22px;
}
.contacts__title {
  font-size: 12px;
  line-height: 22px;
  color: #a4a8a9;
  font-weight: 400;
  margin-bottom: 4px;
}
.contacts__list {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f6f8;
}
@media (max-width: 575.98px) {
  .contacts__row {
    margin-bottom: 10px;
  }
  .contacts__row span {
    font-weight: 600;
  }
  .contacts__row .col-sm-6 {
    padding-bottom: 5px;
  }
}
.contacts p {
  margin: 0;
}
.map {
  height: 356px;
  width: 100%;
}
.cart-item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 80px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #dde4e6;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 991.98px) {
  .cart-item {
    padding-right: 40px;
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (max-width: 767.98px) {
  .cart-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 30px;
  }
}
@media (max-width: 575.98px) {
  .cart-item {
    padding-right: 25px;
  }
}
.cart-item__price {
  font-weight: 500;
  font-size: 20px;
  white-space: nowrap;
  padding-left: 20px;
}
.cart-item__img {
  width: 110px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .cart-item__img {
    width: 88px;
  }
}
@media (max-width: 767.98px) {
  .cart-item__img {
    width: 110px;
  }
}
@media (max-width: 575.98px) {
  .cart-item__img {
    width: 90px;
  }
}
.cart-item__num {
  width: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  .cart-item__num {
    width: 30px;
  }
}
@media (max-width: 575.98px) {
  .cart-item__num {
    width: 25px;
  }
}
.cart-item__name {
  width: 42%;
  padding-right: 20px;
}
@media (max-width: 767.98px) {
  .cart-item__name {
    width: calc(100% - 140px);
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .cart-item__name {
    width: calc(100% - 115px);
  }
}
.cart-item__title {
  color: #333;
}
.cart-item__title:hover {
  color: #333;
}
.cart-item__count {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cart-item__price {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
}
.cart-item__remove {
  display: block;
  position: absolute;
  right: 0;
  top: 12px;
  width: 27px;
  height: 27px;
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='6.05469' y='19.1725' width='18.5516' height='1.42705' transform='rotate(-45 6.05469 19.1725)' fill='%23A4A8A9'/%3E%3Crect x='7.0625' y='6.05444' width='18.5516' height='1.42705' transform='rotate(45 7.0625 6.05444)' fill='%23A4A8A9'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.cart-item__remove:hover {
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
}
.cart-item__col-title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 10px;
  padding-top: 15px;
}
.cart-item--head {
  border: none;
  font-size: 14px;
  line-height: 22px;
  padding-top: 0;
  padding-bottom: 5px;
}
@media (max-width: 991.98px) {
  .cart-item--head {
    font-size: 12px;
  }
}
.cart-item--head > div {
  font-size: inherit;
  font-weight: inherit;
}
@media (max-width: 767.98px) {
  .cart-item--head .cart-item__count,
  .cart-item--head .cart-item__price {
    display: none;
  }
}
.spin {
  width: 108px;
  height: 30px;
  background-color: #fff;
}
.spin .form-control {
  border: none;
  height: 30px;
  padding: 0;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  pointer-events: none;
  background: #fff;
}
.spin .btn-spin {
  height: 100%;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #7284b5;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  background: #f0f5ff;
}
.spin .btn-spin:hover {
  color: #343a40;
}
@media (max-width: 575.98px) {
  .order {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.order__box {
  margin-bottom: 3px;
  padding: 24px;
  background: #fff;
}
@media (max-width: 991.98px) {
  .order__box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.order__box .btn-primary {
  width: 336px;
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .order__box .btn-primary {
    width: 100%;
  }
}
.order__title {
  margin-bottom: 15px;
}
.order .custom-radio {
  max-width: 240px;
}
.order .custom-checkbox--cond .p-xs {
  font-size: 10px;
}
.selection {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.selection__range-separator {
  position: relative;
}
.selection__range-separator:after {
  content: "/";
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.02em;
  width: 50px;
  text-align: center;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 83px;
}
@media (max-width: 991.98px) {
  .selection__range-separator:after {
    display: none;
  }
}
.selection__model {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.selection__model small {
  font-weight: 400;
  letter-spacing: normal;
  color: #6e7476;
}
@media (max-width: 575.98px) {
  .selection__model small {
    display: block;
  }
}
.selection__title {
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #6e7476;
  margin-bottom: 5px;
}
.selection__position {
  text-align: center;
  padding-bottom: 10px;
}
@media (max-width: 991.98px) {
  .selection__position {
    padding-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .selection__position {
    padding-top: 20px;
  }
}
.selection__text {
  font-size: 12px;
  line-height: 20px;
  color: #6e7476;
}
.selection__prop {
  font-size: 12px;
  line-height: 22px;
  background: #edf1f8;
  padding: 6px 12px;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .selection__prop--text {
    background: 0 0;
    font-size: 12px;
    line-height: 20px;
    padding: 0;
    margin: 0;
  }
}
.selection__model-img {
  border: 1px solid #e7ebed;
  max-width: 336px;
  height: 274px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  margin-top: -2px;
}
@media (max-width: 991.98px) {
  .selection__model-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    max-width: none;
  }
}
@media (min-width: 576px) {
  .selection .pagination {
    background: 0 0;
  }
  .selection .pagination__first,
  .selection .pagination__last,
  .selection .pagination__next,
  .selection .pagination__page,
  .selection .pagination__prev {
    background-color: transparent;
  }
  .selection .pagination__page:hover {
    opacity: 0.6;
  }
}
.selection .pagination__page.is-active {
  background-color: transparent;
}
.selection .custom-select {
  background-color: #f7f8f9;
  font-size: 12px;
}
@media (max-width: 575.98px) {
  .selection .btn-primary--next {
    width: 100%;
  }
}
.range {
  padding-top: 40px;
  padding-bottom: 41px;
  position: relative;
}
.range__val {
  font-size: 12px;
  line-height: 22px;
  color: #c4c4c4;
  position: absolute;
  top: 10px;
  left: 0;
}
.range__val--max {
  left: auto;
  right: 0;
}
.qu {
  min-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: 1100px;
  margin-bottom: 50px;
}
.qu__links-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2px;
  margin-right: -2px;
}
.qu__links-page a {
  display: block;
  width: calc(50% - 4px);
  margin-left: 2px;
  margin-right: 2px;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  background: #e6ecef;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  color: #333;
}
.qu__links-page a:hover {
  background: #fff;
  text-decoration: none;
  color: #333;
}
.qu__links-page a.is-active {
  background-color: #fff;
  font-weight: 700;
}
.qu__title {
  text-align: center;
  font-size: 14px;
  line-height: 44px;
  font-weight: 700;
}
.qu__box {
  background: #fff;
  padding: 22px;
}
.qu__box .btn-primary {
  font-weight: 400;
  background: #333;
}
.qu__box .btn-primary:hover {
  background: #0f265c;
}
.qu__label {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #6e7476;
  -ms-flex-preferred-size: 180px;
  flex-basis: 180px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.qu__label--wauto {
  -ms-flex-preferred-size: unset;
  flex-basis: unset;
}
.qu__label--red {
  color: #ff2828;
}
.qu__label--300 {
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
}
.qu .flex-grow-1.d-flex .qu__label {
  -ms-flex-preferred-size: unset;
  flex-basis: unset;
  max-width: 143px;
}
.qu .qu__check-item {
  width: 166px;
}
.qu__type-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  padding: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e7ebed;
  margin-left: -28px;
  margin-bottom: 11px;
  cursor: pointer;
}
.qu__type-img img {
  max-height: 100%;
}
.qu__sep {
  font-size: 24px;
}
.qu__w-90 {
  width: 90px;
}
.qu__w-50 {
  width: 50px;
}
.qu__w-190 {
  width: 190px;
}
.qu .form-control {
  background: #f7f8f9;
  border: 1px solid #dde4e6;
}
.qu .form-control--number {
  width: 50px;
}
.qu .custom-control-label {
  font-size: 12px;
}
.qu .custom-control-label:after {
  background-color: #f7f8f9;
  border: 1px solid #dde4e6;
}
.qu .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #f7f8f9;
  border: 1px solid #dde4e6;
}
.qu .custom-file {
  border: none;
  width: auto;
  margin-bottom: 5px;
  height: auto;
  padding: 0;
  position: relative;
}
.qu .custom-file-input {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.qu .custom-file-label {
  border: none;
  font-size: 12px;
  line-height: 38px;
  letter-spacing: 0.02em;
  color: #6e7476;
  padding: 0;
  display: block;
  text-decoration: underline;
  height: auto;
  position: static;
  cursor: pointer;
  margin-bottom: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.qu .custom-file-label:after {
  display: none;
}
.lang {
  width: 90px;
  text-align: right;
  position: relative;
  margin-left: 55px;
}
@media screen and (max-width: 1330px) {
  .lang {
    margin-left: 10px;
  }
}
.lang__btn {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  margin-bottom: 16px;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  color: #333;
}
.lang__btn:last-child {
  margin-bottom: 0;
}
.lang__btn img {
  width: 24px;
  margin-right: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.lang__btn:hover {
  color: #7284b5;
  text-decoration: none;
}
.lang__btn--toggle {
  margin-bottom: 0;
  padding-right: 20px;
}
.lang__btn--toggle:after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.9828 5.94973L15.1041 7.07107L8.03308 14.1421L0.962013 7.07107L2.08335 5.94973L8.03308 11.8995L13.9828 5.94973Z' fill='%23333333'/%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.lang__btn--toggle[aria-expanded="true"]:after {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
  margin-top: -6px;
}
.lang .dropdown-menu {
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(137, 174, 211, 0.2);
  box-shadow: 0 4px 20px rgba(137, 174, 211, 0.2);
  border-radius: 0;
  width: 100%;
  padding: 16px 0;
  min-width: 0;
  border: none;
}
.lang--white .lang__btn--toggle {
  color: #fff;
}
.lang--white .lang__btn--toggle:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.9828 5.94973L15.1041 7.07107L8.03308 14.1421L0.962013 7.07107L2.08335 5.94973L8.03308 11.8995L13.9828 5.94973Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.lang--white a.lang__btn {
  color: #333;
}
.lang--white .dropdown-menu {
  margin-top: 12px;
}
.block-404 {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 90px 0;
}
.block-404 > svg {
  display: inline-block;
  margin-bottom: 35px;
}
.block-404 .title-page {
  opacity: 0.4;
  margin-bottom: 1.3214em;
}
.link-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 8px solid #dbe6fb;
  padding-top: 32px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .link-card {
    padding-top: 24px;
  }
}
.link-card__img {
  height: 120px;
  max-width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 34px;
}
.link-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 16px 18px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #333;
}
.link-card a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.link-card a:hover {
  color: #333;
  -webkit-text-decoration-color: #fed501;
  text-decoration-color: #fed501;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}

.title-page,
.text-block h1 {
  font-family: 'Furore', sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.section--img-right .section__img {
  text-align: left;
}

.section__img img {
  max-height: 524px;
}