@charset "UTF-8";
/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #323e48;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #323e48;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #13171b;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

.table-hover tbody tr:hover {
  color: #212529;
  background-color: #f3f3f3;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c6c9cc;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #949ba0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

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

.table-active,
.table-active > th,
.table-active > td {
  background-color: #f3f3f3;
}

.table-hover .table-active:hover {
  background-color: #e6e6e6;
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e6e6e6;
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control, .wpcf7-form .form-control.wpcf7-not-valid, .wpcf7-form .wpcf7-form-control-wrap input[type=text].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=password].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=number].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=email].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=tel].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=url].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=search].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=datetime].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=date].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=time].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .wpcf7-form .form-control.wpcf7-not-valid, .wpcf7-form .wpcf7-form-control-wrap input[type=text].wpcf7-form-control,
  .wpcf7-form .wpcf7-form-control-wrap input[type=password].wpcf7-form-control,
  .wpcf7-form .wpcf7-form-control-wrap input[type=number].wpcf7-form-control,
  .wpcf7-form .wpcf7-form-control-wrap input[type=email].wpcf7-form-control,
  .wpcf7-form .wpcf7-form-control-wrap input[type=tel].wpcf7-form-control,
  .wpcf7-form .wpcf7-form-control-wrap input[type=url].wpcf7-form-control,
  .wpcf7-form .wpcf7-form-control-wrap input[type=search].wpcf7-form-control,
  .wpcf7-form .wpcf7-form-control-wrap input[type=datetime].wpcf7-form-control,
  .wpcf7-form .wpcf7-form-control-wrap input[type=date].wpcf7-form-control,
  .wpcf7-form .wpcf7-form-control-wrap input[type=time].wpcf7-form-control,
  .wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control {
    transition: none;
  }
}
.form-control::-ms-expand, .wpcf7-form .form-control.wpcf7-not-valid::-ms-expand, .wpcf7-form .wpcf7-form-control-wrap input[type=text].wpcf7-form-control::-ms-expand,
.wpcf7-form .wpcf7-form-control-wrap input[type=password].wpcf7-form-control::-ms-expand,
.wpcf7-form .wpcf7-form-control-wrap input[type=number].wpcf7-form-control::-ms-expand,
.wpcf7-form .wpcf7-form-control-wrap input[type=email].wpcf7-form-control::-ms-expand,
.wpcf7-form .wpcf7-form-control-wrap input[type=tel].wpcf7-form-control::-ms-expand,
.wpcf7-form .wpcf7-form-control-wrap input[type=url].wpcf7-form-control::-ms-expand,
.wpcf7-form .wpcf7-form-control-wrap input[type=search].wpcf7-form-control::-ms-expand,
.wpcf7-form .wpcf7-form-control-wrap input[type=datetime].wpcf7-form-control::-ms-expand,
.wpcf7-form .wpcf7-form-control-wrap input[type=date].wpcf7-form-control::-ms-expand,
.wpcf7-form .wpcf7-form-control-wrap input[type=time].wpcf7-form-control::-ms-expand,
.wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring, .wpcf7-form .form-control.wpcf7-not-valid:-moz-focusring, .wpcf7-form .wpcf7-form-control-wrap input[type=text].wpcf7-form-control:-moz-focusring,
.wpcf7-form .wpcf7-form-control-wrap input[type=password].wpcf7-form-control:-moz-focusring,
.wpcf7-form .wpcf7-form-control-wrap input[type=number].wpcf7-form-control:-moz-focusring,
.wpcf7-form .wpcf7-form-control-wrap input[type=email].wpcf7-form-control:-moz-focusring,
.wpcf7-form .wpcf7-form-control-wrap input[type=tel].wpcf7-form-control:-moz-focusring,
.wpcf7-form .wpcf7-form-control-wrap input[type=url].wpcf7-form-control:-moz-focusring,
.wpcf7-form .wpcf7-form-control-wrap input[type=search].wpcf7-form-control:-moz-focusring,
.wpcf7-form .wpcf7-form-control-wrap input[type=datetime].wpcf7-form-control:-moz-focusring,
.wpcf7-form .wpcf7-form-control-wrap input[type=date].wpcf7-form-control:-moz-focusring,
.wpcf7-form .wpcf7-form-control-wrap input[type=time].wpcf7-form-control:-moz-focusring,
.wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus, .wpcf7-form .form-control.wpcf7-not-valid:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=text].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=password].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=number].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=email].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=tel].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=url].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=search].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=datetime].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=date].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=time].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #323e48;
  outline: 0;
  box-shadow: none !important;
}
.form-control::-moz-placeholder, .wpcf7-form .form-control.wpcf7-not-valid::-moz-placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=text].wpcf7-form-control::-moz-placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=password].wpcf7-form-control::-moz-placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=number].wpcf7-form-control::-moz-placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=email].wpcf7-form-control::-moz-placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=tel].wpcf7-form-control::-moz-placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=url].wpcf7-form-control::-moz-placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=search].wpcf7-form-control::-moz-placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=datetime].wpcf7-form-control::-moz-placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=date].wpcf7-form-control::-moz-placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=time].wpcf7-form-control::-moz-placeholder, .wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, .wpcf7-form .form-control.wpcf7-not-valid::placeholder, .wpcf7-form .wpcf7-form-control-wrap input[type=text].wpcf7-form-control::placeholder,
.wpcf7-form .wpcf7-form-control-wrap input[type=password].wpcf7-form-control::placeholder,
.wpcf7-form .wpcf7-form-control-wrap input[type=number].wpcf7-form-control::placeholder,
.wpcf7-form .wpcf7-form-control-wrap input[type=email].wpcf7-form-control::placeholder,
.wpcf7-form .wpcf7-form-control-wrap input[type=tel].wpcf7-form-control::placeholder,
.wpcf7-form .wpcf7-form-control-wrap input[type=url].wpcf7-form-control::placeholder,
.wpcf7-form .wpcf7-form-control-wrap input[type=search].wpcf7-form-control::placeholder,
.wpcf7-form .wpcf7-form-control-wrap input[type=datetime].wpcf7-form-control::placeholder,
.wpcf7-form .wpcf7-form-control-wrap input[type=date].wpcf7-form-control::placeholder,
.wpcf7-form .wpcf7-form-control-wrap input[type=time].wpcf7-form-control::placeholder,
.wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .wpcf7-form .form-control.wpcf7-not-valid:disabled, .wpcf7-form .wpcf7-form-control-wrap input[type=text].wpcf7-form-control:disabled,
.wpcf7-form .wpcf7-form-control-wrap input[type=password].wpcf7-form-control:disabled,
.wpcf7-form .wpcf7-form-control-wrap input[type=number].wpcf7-form-control:disabled,
.wpcf7-form .wpcf7-form-control-wrap input[type=email].wpcf7-form-control:disabled,
.wpcf7-form .wpcf7-form-control-wrap input[type=tel].wpcf7-form-control:disabled,
.wpcf7-form .wpcf7-form-control-wrap input[type=url].wpcf7-form-control:disabled,
.wpcf7-form .wpcf7-form-control-wrap input[type=search].wpcf7-form-control:disabled,
.wpcf7-form .wpcf7-form-control-wrap input[type=datetime].wpcf7-form-control:disabled,
.wpcf7-form .wpcf7-form-control-wrap input[type=date].wpcf7-form-control:disabled,
.wpcf7-form .wpcf7-form-control-wrap input[type=time].wpcf7-form-control:disabled,
.wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control:disabled, .form-control[readonly], .wpcf7-form [readonly].form-control.wpcf7-not-valid, .wpcf7-form .wpcf7-form-control-wrap input[readonly][type=text].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[readonly][type=password].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[readonly][type=number].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[readonly][type=email].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[readonly][type=tel].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[readonly][type=url].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[readonly][type=search].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[readonly][type=datetime].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[readonly][type=date].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[readonly][type=time].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap textarea[readonly].wpcf7-form-control {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control, .wpcf7-form input[type=date].form-control.wpcf7-not-valid,
.wpcf7-form .wpcf7-form-control-wrap input[type=date].wpcf7-form-control,
input[type=time].form-control,
.wpcf7-form input[type=time].form-control.wpcf7-not-valid,
.wpcf7-form .wpcf7-form-control-wrap input[type=time].wpcf7-form-control,
input[type=datetime-local].form-control,
.wpcf7-form input[type=datetime-local].form-control.wpcf7-not-valid,
.wpcf7-form .wpcf7-form-control-wrap input[type=datetime-local][type=text].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=datetime-local][type=password].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=datetime-local][type=number].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=datetime-local][type=email].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=datetime-local][type=tel].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=datetime-local][type=url].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=datetime-local][type=search].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=datetime-local][type=datetime].wpcf7-form-control,
input[type=month].form-control,
.wpcf7-form input[type=month].form-control.wpcf7-not-valid,
.wpcf7-form .wpcf7-form-control-wrap input[type=month][type=text].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=month][type=password].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=month][type=number].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=month][type=email].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=month][type=tel].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=month][type=url].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=month][type=search].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=month][type=datetime].wpcf7-form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

textarea.form-control, .wpcf7-form textarea.form-control.wpcf7-not-valid,
.wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control {
  height: auto;
}

.form-group, .wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 1rem;
}

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 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.9296875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:valid, .was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=text].wpcf7-form-control:valid, .wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=text].wpcf7-form-control:valid,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=password].wpcf7-form-control:valid,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=password].wpcf7-form-control:valid,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=number].wpcf7-form-control:valid,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=number].wpcf7-form-control:valid,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=email].wpcf7-form-control:valid,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=email].wpcf7-form-control:valid,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=tel].wpcf7-form-control:valid,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=tel].wpcf7-form-control:valid,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=url].wpcf7-form-control:valid,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=url].wpcf7-form-control:valid,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=search].wpcf7-form-control:valid,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=search].wpcf7-form-control:valid,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=datetime].wpcf7-form-control:valid,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=datetime].wpcf7-form-control:valid,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=date].wpcf7-form-control:valid,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=date].wpcf7-form-control:valid,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=time].wpcf7-form-control:valid,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=time].wpcf7-form-control:valid,
.was-validated .wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control:valid,
.wpcf7-form .wpcf7-form-control-wrap .was-validated textarea.wpcf7-form-control:valid, .form-control.is-valid, .wpcf7-form .is-valid.form-control.wpcf7-not-valid, .wpcf7-form .wpcf7-form-control-wrap input.is-valid[type=text].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input.is-valid[type=password].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input.is-valid[type=number].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input.is-valid[type=email].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input.is-valid[type=tel].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input.is-valid[type=url].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input.is-valid[type=search].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input.is-valid[type=datetime].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input.is-valid[type=date].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input.is-valid[type=time].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap textarea.is-valid.wpcf7-form-control {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=text].wpcf7-form-control:valid:focus, .wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=text].wpcf7-form-control:valid:focus,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=password].wpcf7-form-control:valid:focus,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=password].wpcf7-form-control:valid:focus,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=number].wpcf7-form-control:valid:focus,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=number].wpcf7-form-control:valid:focus,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=email].wpcf7-form-control:valid:focus,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=email].wpcf7-form-control:valid:focus,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=tel].wpcf7-form-control:valid:focus,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=tel].wpcf7-form-control:valid:focus,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=url].wpcf7-form-control:valid:focus,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=url].wpcf7-form-control:valid:focus,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=search].wpcf7-form-control:valid:focus,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=search].wpcf7-form-control:valid:focus,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=datetime].wpcf7-form-control:valid:focus,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=datetime].wpcf7-form-control:valid:focus,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=date].wpcf7-form-control:valid:focus,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=date].wpcf7-form-control:valid:focus,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=time].wpcf7-form-control:valid:focus,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=time].wpcf7-form-control:valid:focus,
.was-validated .wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control:valid:focus,
.wpcf7-form .wpcf7-form-control-wrap .was-validated textarea.wpcf7-form-control:valid:focus, .form-control.is-valid:focus, .wpcf7-form .wpcf7-form-control-wrap input.is-valid[type=text].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input.is-valid[type=password].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input.is-valid[type=number].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input.is-valid[type=email].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input.is-valid[type=tel].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input.is-valid[type=url].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input.is-valid[type=search].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input.is-valid[type=datetime].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input.is-valid[type=date].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input.is-valid[type=time].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap textarea.is-valid.wpcf7-form-control:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.was-validated .custom-select:valid, .was-validated .wpcf7-form .wpcf7-form-control-wrap select.wpcf7-form-control:valid, .wpcf7-form .wpcf7-form-control-wrap .was-validated select.wpcf7-form-control:valid, .custom-select.is-valid, .wpcf7-form .is-valid.custom-select.wpcf7-not-valid, .wpcf7-form .wpcf7-form-control-wrap select.is-valid.wpcf7-form-control {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .was-validated .wpcf7-form .wpcf7-form-control-wrap select.wpcf7-form-control:valid:focus, .wpcf7-form .wpcf7-form-control-wrap .was-validated select.wpcf7-form-control:valid:focus, .custom-select.is-valid:focus, .wpcf7-form .wpcf7-form-control-wrap select.is-valid.wpcf7-form-control:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  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.9296875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.wpcf7-form .custom-select.wpcf7-not-valid ~ .invalid-feedback,
.wpcf7-form .wpcf7-form-control-wrap select.wpcf7-not-valid.wpcf7-form-control ~ .invalid-feedback,
.wpcf7-form .form-control.wpcf7-not-valid ~ .invalid-feedback,
.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-not-valid[type=text].wpcf7-form-control ~ .invalid-feedback,
.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-not-valid[type=password].wpcf7-form-control ~ .invalid-feedback,
.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-not-valid[type=number].wpcf7-form-control ~ .invalid-feedback,
.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-not-valid[type=email].wpcf7-form-control ~ .invalid-feedback,
.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-not-valid[type=tel].wpcf7-form-control ~ .invalid-feedback,
.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-not-valid[type=url].wpcf7-form-control ~ .invalid-feedback,
.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-not-valid[type=search].wpcf7-form-control ~ .invalid-feedback,
.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-not-valid[type=datetime].wpcf7-form-control ~ .invalid-feedback,
.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-not-valid[type=date].wpcf7-form-control ~ .invalid-feedback,
.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-not-valid[type=time].wpcf7-form-control ~ .invalid-feedback,
.wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-not-valid.wpcf7-form-control ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.wpcf7-form .custom-select.wpcf7-not-valid ~ .invalid-tooltip,
.wpcf7-form .wpcf7-form-control-wrap select.wpcf7-not-valid.wpcf7-form-control ~ .invalid-tooltip,
.wpcf7-form .form-control.wpcf7-not-valid ~ .invalid-tooltip,
.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-not-valid[type=text].wpcf7-form-control ~ .invalid-tooltip,
.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-not-valid[type=password].wpcf7-form-control ~ .invalid-tooltip,
.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-not-valid[type=number].wpcf7-form-control ~ .invalid-tooltip,
.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-not-valid[type=email].wpcf7-form-control ~ .invalid-tooltip,
.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-not-valid[type=tel].wpcf7-form-control ~ .invalid-tooltip,
.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-not-valid[type=url].wpcf7-form-control ~ .invalid-tooltip,
.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-not-valid[type=search].wpcf7-form-control ~ .invalid-tooltip,
.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-not-valid[type=datetime].wpcf7-form-control ~ .invalid-tooltip,
.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-not-valid[type=date].wpcf7-form-control ~ .invalid-tooltip,
.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-not-valid[type=time].wpcf7-form-control ~ .invalid-tooltip,
.wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-not-valid.wpcf7-form-control ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=text].wpcf7-form-control:invalid, .wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=text].wpcf7-form-control:invalid,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=password].wpcf7-form-control:invalid,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=password].wpcf7-form-control:invalid,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=number].wpcf7-form-control:invalid,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=number].wpcf7-form-control:invalid,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=email].wpcf7-form-control:invalid,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=email].wpcf7-form-control:invalid,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=tel].wpcf7-form-control:invalid,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=tel].wpcf7-form-control:invalid,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=url].wpcf7-form-control:invalid,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=url].wpcf7-form-control:invalid,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=search].wpcf7-form-control:invalid,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=search].wpcf7-form-control:invalid,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=datetime].wpcf7-form-control:invalid,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=datetime].wpcf7-form-control:invalid,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=date].wpcf7-form-control:invalid,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=date].wpcf7-form-control:invalid,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=time].wpcf7-form-control:invalid,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=time].wpcf7-form-control:invalid,
.was-validated .wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control:invalid,
.wpcf7-form .wpcf7-form-control-wrap .was-validated textarea.wpcf7-form-control:invalid, .form-control.is-invalid, .wpcf7-form .wpcf7-form-control-wrap select.form-control.wpcf7-not-valid.wpcf7-form-control, .wpcf7-form .form-control.wpcf7-not-valid, .wpcf7-form .wpcf7-form-control-wrap input.is-invalid[type=text].wpcf7-form-control, .wpcf7-form .wpcf7-form-control-wrap input[type=text].wpcf7-form-control.wpcf7-not-valid,
.wpcf7-form .wpcf7-form-control-wrap input.is-invalid[type=password].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=password].wpcf7-form-control.wpcf7-not-valid,
.wpcf7-form .wpcf7-form-control-wrap input.is-invalid[type=number].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=number].wpcf7-form-control.wpcf7-not-valid,
.wpcf7-form .wpcf7-form-control-wrap input.is-invalid[type=email].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=email].wpcf7-form-control.wpcf7-not-valid,
.wpcf7-form .wpcf7-form-control-wrap input.is-invalid[type=tel].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=tel].wpcf7-form-control.wpcf7-not-valid,
.wpcf7-form .wpcf7-form-control-wrap input.is-invalid[type=url].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=url].wpcf7-form-control.wpcf7-not-valid,
.wpcf7-form .wpcf7-form-control-wrap input.is-invalid[type=search].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=search].wpcf7-form-control.wpcf7-not-valid,
.wpcf7-form .wpcf7-form-control-wrap input.is-invalid[type=datetime].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=datetime].wpcf7-form-control.wpcf7-not-valid,
.wpcf7-form .wpcf7-form-control-wrap input.is-invalid[type=date].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=date].wpcf7-form-control.wpcf7-not-valid,
.wpcf7-form .wpcf7-form-control-wrap input.is-invalid[type=time].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=time].wpcf7-form-control.wpcf7-not-valid,
.wpcf7-form .wpcf7-form-control-wrap textarea.is-invalid.wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control.wpcf7-not-valid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=text].wpcf7-form-control:invalid:focus, .wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=text].wpcf7-form-control:invalid:focus,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=password].wpcf7-form-control:invalid:focus,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=password].wpcf7-form-control:invalid:focus,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=number].wpcf7-form-control:invalid:focus,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=number].wpcf7-form-control:invalid:focus,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=email].wpcf7-form-control:invalid:focus,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=email].wpcf7-form-control:invalid:focus,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=tel].wpcf7-form-control:invalid:focus,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=tel].wpcf7-form-control:invalid:focus,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=url].wpcf7-form-control:invalid:focus,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=url].wpcf7-form-control:invalid:focus,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=search].wpcf7-form-control:invalid:focus,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=search].wpcf7-form-control:invalid:focus,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=datetime].wpcf7-form-control:invalid:focus,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=datetime].wpcf7-form-control:invalid:focus,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=date].wpcf7-form-control:invalid:focus,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=date].wpcf7-form-control:invalid:focus,
.was-validated .wpcf7-form .wpcf7-form-control-wrap input[type=time].wpcf7-form-control:invalid:focus,
.wpcf7-form .wpcf7-form-control-wrap .was-validated input[type=time].wpcf7-form-control:invalid:focus,
.was-validated .wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control:invalid:focus,
.wpcf7-form .wpcf7-form-control-wrap .was-validated textarea.wpcf7-form-control:invalid:focus, .form-control.is-invalid:focus, .wpcf7-form .form-control.wpcf7-not-valid:focus, .wpcf7-form .wpcf7-form-control-wrap input.is-invalid[type=text].wpcf7-form-control:focus, .wpcf7-form .wpcf7-form-control-wrap input[type=text].wpcf7-form-control.wpcf7-not-valid:focus,
.wpcf7-form .wpcf7-form-control-wrap input.is-invalid[type=password].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=password].wpcf7-form-control.wpcf7-not-valid:focus,
.wpcf7-form .wpcf7-form-control-wrap input.is-invalid[type=number].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=number].wpcf7-form-control.wpcf7-not-valid:focus,
.wpcf7-form .wpcf7-form-control-wrap input.is-invalid[type=email].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=email].wpcf7-form-control.wpcf7-not-valid:focus,
.wpcf7-form .wpcf7-form-control-wrap input.is-invalid[type=tel].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=tel].wpcf7-form-control.wpcf7-not-valid:focus,
.wpcf7-form .wpcf7-form-control-wrap input.is-invalid[type=url].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=url].wpcf7-form-control.wpcf7-not-valid:focus,
.wpcf7-form .wpcf7-form-control-wrap input.is-invalid[type=search].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=search].wpcf7-form-control.wpcf7-not-valid:focus,
.wpcf7-form .wpcf7-form-control-wrap input.is-invalid[type=datetime].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=datetime].wpcf7-form-control.wpcf7-not-valid:focus,
.wpcf7-form .wpcf7-form-control-wrap input.is-invalid[type=date].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=date].wpcf7-form-control.wpcf7-not-valid:focus,
.wpcf7-form .wpcf7-form-control-wrap input.is-invalid[type=time].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=time].wpcf7-form-control.wpcf7-not-valid:focus,
.wpcf7-form .wpcf7-form-control-wrap textarea.is-invalid.wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control.wpcf7-not-valid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .custom-select:invalid, .was-validated .wpcf7-form .wpcf7-form-control-wrap select.wpcf7-form-control:invalid, .wpcf7-form .wpcf7-form-control-wrap .was-validated select.wpcf7-form-control:invalid, .custom-select.is-invalid, .wpcf7-form .custom-select.wpcf7-not-valid, .wpcf7-form .wpcf7-form-control-wrap input.custom-select.wpcf7-not-valid[type=text].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input.custom-select.wpcf7-not-valid[type=password].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input.custom-select.wpcf7-not-valid[type=number].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input.custom-select.wpcf7-not-valid[type=email].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input.custom-select.wpcf7-not-valid[type=tel].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input.custom-select.wpcf7-not-valid[type=url].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input.custom-select.wpcf7-not-valid[type=search].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input.custom-select.wpcf7-not-valid[type=datetime].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input.custom-select.wpcf7-not-valid[type=date].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input.custom-select.wpcf7-not-valid[type=time].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap textarea.custom-select.wpcf7-not-valid.wpcf7-form-control, .wpcf7-form .wpcf7-form-control-wrap select.is-invalid.wpcf7-form-control, .wpcf7-form .wpcf7-form-control-wrap select.wpcf7-form-control.wpcf7-not-valid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .was-validated .wpcf7-form .wpcf7-form-control-wrap select.wpcf7-form-control:invalid:focus, .wpcf7-form .wpcf7-form-control-wrap .was-validated select.wpcf7-form-control:invalid:focus, .custom-select.is-invalid:focus, .wpcf7-form .custom-select.wpcf7-not-valid:focus, .wpcf7-form .wpcf7-form-control-wrap input.custom-select.wpcf7-not-valid[type=text].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input.custom-select.wpcf7-not-valid[type=password].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input.custom-select.wpcf7-not-valid[type=number].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input.custom-select.wpcf7-not-valid[type=email].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input.custom-select.wpcf7-not-valid[type=tel].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input.custom-select.wpcf7-not-valid[type=url].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input.custom-select.wpcf7-not-valid[type=search].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input.custom-select.wpcf7-not-valid[type=datetime].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input.custom-select.wpcf7-not-valid[type=date].wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control-wrap input.custom-select.wpcf7-not-valid[type=time].wpcf7-form-control:focus, .wpcf7-form .wpcf7-form-control-wrap select.is-invalid.wpcf7-form-control:focus, .wpcf7-form .wpcf7-form-control-wrap select.wpcf7-form-control.wpcf7-not-valid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label, .wpcf7-form .form-check-input.custom-select.wpcf7-not-valid ~ .form-check-label, .wpcf7-form .wpcf7-form-control-wrap select.form-check-input.wpcf7-not-valid.wpcf7-form-control ~ .form-check-label, .wpcf7-form .form-check-input.form-control.wpcf7-not-valid ~ .form-check-label, .wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=text].wpcf7-form-control ~ .form-check-label,
.wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=password].wpcf7-form-control ~ .form-check-label,
.wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=number].wpcf7-form-control ~ .form-check-label,
.wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=email].wpcf7-form-control ~ .form-check-label,
.wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=tel].wpcf7-form-control ~ .form-check-label,
.wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=url].wpcf7-form-control ~ .form-check-label,
.wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=search].wpcf7-form-control ~ .form-check-label,
.wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=datetime].wpcf7-form-control ~ .form-check-label,
.wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=date].wpcf7-form-control ~ .form-check-label,
.wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=time].wpcf7-form-control ~ .form-check-label,
.wpcf7-form .wpcf7-form-control-wrap textarea.form-check-input.wpcf7-not-valid.wpcf7-form-control ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .wpcf7-form .form-check-input.custom-select.wpcf7-not-valid ~ .invalid-feedback, .wpcf7-form .wpcf7-form-control-wrap select.form-check-input.wpcf7-not-valid.wpcf7-form-control ~ .invalid-feedback, .wpcf7-form .form-check-input.form-control.wpcf7-not-valid ~ .invalid-feedback, .wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=text].wpcf7-form-control ~ .invalid-feedback,
.wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=password].wpcf7-form-control ~ .invalid-feedback,
.wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=number].wpcf7-form-control ~ .invalid-feedback,
.wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=email].wpcf7-form-control ~ .invalid-feedback,
.wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=tel].wpcf7-form-control ~ .invalid-feedback,
.wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=url].wpcf7-form-control ~ .invalid-feedback,
.wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=search].wpcf7-form-control ~ .invalid-feedback,
.wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=datetime].wpcf7-form-control ~ .invalid-feedback,
.wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=date].wpcf7-form-control ~ .invalid-feedback,
.wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=time].wpcf7-form-control ~ .invalid-feedback,
.wpcf7-form .wpcf7-form-control-wrap textarea.form-check-input.wpcf7-not-valid.wpcf7-form-control ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.wpcf7-form .form-check-input.custom-select.wpcf7-not-valid ~ .invalid-tooltip,
.wpcf7-form .wpcf7-form-control-wrap select.form-check-input.wpcf7-not-valid.wpcf7-form-control ~ .invalid-tooltip,
.wpcf7-form .form-check-input.form-control.wpcf7-not-valid ~ .invalid-tooltip,
.wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=text].wpcf7-form-control ~ .invalid-tooltip,
.wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=password].wpcf7-form-control ~ .invalid-tooltip,
.wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=number].wpcf7-form-control ~ .invalid-tooltip,
.wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=email].wpcf7-form-control ~ .invalid-tooltip,
.wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=tel].wpcf7-form-control ~ .invalid-tooltip,
.wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=url].wpcf7-form-control ~ .invalid-tooltip,
.wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=search].wpcf7-form-control ~ .invalid-tooltip,
.wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=datetime].wpcf7-form-control ~ .invalid-tooltip,
.wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=date].wpcf7-form-control ~ .invalid-tooltip,
.wpcf7-form .wpcf7-form-control-wrap input.form-check-input.wpcf7-not-valid[type=time].wpcf7-form-control ~ .invalid-tooltip,
.wpcf7-form .wpcf7-form-control-wrap textarea.form-check-input.wpcf7-not-valid.wpcf7-form-control ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label, .wpcf7-form .custom-control-input.custom-select.wpcf7-not-valid ~ .custom-control-label, .wpcf7-form .wpcf7-form-control-wrap select.custom-control-input.wpcf7-not-valid.wpcf7-form-control ~ .custom-control-label, .wpcf7-form .custom-control-input.form-control.wpcf7-not-valid ~ .custom-control-label, .wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=text].wpcf7-form-control ~ .custom-control-label,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=password].wpcf7-form-control ~ .custom-control-label,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=number].wpcf7-form-control ~ .custom-control-label,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=email].wpcf7-form-control ~ .custom-control-label,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=tel].wpcf7-form-control ~ .custom-control-label,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=url].wpcf7-form-control ~ .custom-control-label,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=search].wpcf7-form-control ~ .custom-control-label,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=datetime].wpcf7-form-control ~ .custom-control-label,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=date].wpcf7-form-control ~ .custom-control-label,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=time].wpcf7-form-control ~ .custom-control-label,
.wpcf7-form .wpcf7-form-control-wrap textarea.custom-control-input.wpcf7-not-valid.wpcf7-form-control ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before, .wpcf7-form .custom-control-input.custom-select.wpcf7-not-valid ~ .custom-control-label::before, .wpcf7-form .wpcf7-form-control-wrap select.custom-control-input.wpcf7-not-valid.wpcf7-form-control ~ .custom-control-label::before, .wpcf7-form .custom-control-input.form-control.wpcf7-not-valid ~ .custom-control-label::before, .wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=text].wpcf7-form-control ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=password].wpcf7-form-control ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=number].wpcf7-form-control ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=email].wpcf7-form-control ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=tel].wpcf7-form-control ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=url].wpcf7-form-control ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=search].wpcf7-form-control ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=datetime].wpcf7-form-control ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=date].wpcf7-form-control ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=time].wpcf7-form-control ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap textarea.custom-control-input.wpcf7-not-valid.wpcf7-form-control ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before, .wpcf7-form .custom-control-input.custom-select.wpcf7-not-valid:checked ~ .custom-control-label::before, .wpcf7-form .wpcf7-form-control-wrap select.custom-control-input.wpcf7-not-valid.wpcf7-form-control:checked ~ .custom-control-label::before, .wpcf7-form .custom-control-input.form-control.wpcf7-not-valid:checked ~ .custom-control-label::before, .wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=text].wpcf7-form-control:checked ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=password].wpcf7-form-control:checked ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=number].wpcf7-form-control:checked ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=email].wpcf7-form-control:checked ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=tel].wpcf7-form-control:checked ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=url].wpcf7-form-control:checked ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=search].wpcf7-form-control:checked ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=datetime].wpcf7-form-control:checked ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=date].wpcf7-form-control:checked ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=time].wpcf7-form-control:checked ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap textarea.custom-control-input.wpcf7-not-valid.wpcf7-form-control:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .wpcf7-form .custom-control-input.custom-select.wpcf7-not-valid:focus ~ .custom-control-label::before, .wpcf7-form .wpcf7-form-control-wrap select.custom-control-input.wpcf7-not-valid.wpcf7-form-control:focus ~ .custom-control-label::before, .wpcf7-form .custom-control-input.form-control.wpcf7-not-valid:focus ~ .custom-control-label::before, .wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=text].wpcf7-form-control:focus ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=password].wpcf7-form-control:focus ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=number].wpcf7-form-control:focus ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=email].wpcf7-form-control:focus ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=tel].wpcf7-form-control:focus ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=url].wpcf7-form-control:focus ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=search].wpcf7-form-control:focus ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=datetime].wpcf7-form-control:focus ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=date].wpcf7-form-control:focus ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=time].wpcf7-form-control:focus ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap textarea.custom-control-input.wpcf7-not-valid.wpcf7-form-control:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .wpcf7-form .custom-control-input.custom-select.wpcf7-not-valid:focus:not(:checked) ~ .custom-control-label::before, .wpcf7-form .wpcf7-form-control-wrap select.custom-control-input.wpcf7-not-valid.wpcf7-form-control:focus:not(:checked) ~ .custom-control-label::before, .wpcf7-form .custom-control-input.form-control.wpcf7-not-valid:focus:not(:checked) ~ .custom-control-label::before, .wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=text].wpcf7-form-control:focus:not(:checked) ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=password].wpcf7-form-control:focus:not(:checked) ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=number].wpcf7-form-control:focus:not(:checked) ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=email].wpcf7-form-control:focus:not(:checked) ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=tel].wpcf7-form-control:focus:not(:checked) ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=url].wpcf7-form-control:focus:not(:checked) ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=search].wpcf7-form-control:focus:not(:checked) ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=datetime].wpcf7-form-control:focus:not(:checked) ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=date].wpcf7-form-control:focus:not(:checked) ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap input.custom-control-input.wpcf7-not-valid[type=time].wpcf7-form-control:focus:not(:checked) ~ .custom-control-label::before,
.wpcf7-form .wpcf7-form-control-wrap textarea.custom-control-input.wpcf7-not-valid.wpcf7-form-control:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label, .wpcf7-form .custom-file-input.custom-select.wpcf7-not-valid ~ .custom-file-label, .wpcf7-form .wpcf7-form-control-wrap select.custom-file-input.wpcf7-not-valid.wpcf7-form-control ~ .custom-file-label, .wpcf7-form .custom-file-input.form-control.wpcf7-not-valid ~ .custom-file-label, .wpcf7-form .wpcf7-form-control-wrap input.custom-file-input.wpcf7-not-valid[type=text].wpcf7-form-control ~ .custom-file-label,
.wpcf7-form .wpcf7-form-control-wrap input.custom-file-input.wpcf7-not-valid[type=password].wpcf7-form-control ~ .custom-file-label,
.wpcf7-form .wpcf7-form-control-wrap input.custom-file-input.wpcf7-not-valid[type=number].wpcf7-form-control ~ .custom-file-label,
.wpcf7-form .wpcf7-form-control-wrap input.custom-file-input.wpcf7-not-valid[type=email].wpcf7-form-control ~ .custom-file-label,
.wpcf7-form .wpcf7-form-control-wrap input.custom-file-input.wpcf7-not-valid[type=tel].wpcf7-form-control ~ .custom-file-label,
.wpcf7-form .wpcf7-form-control-wrap input.custom-file-input.wpcf7-not-valid[type=url].wpcf7-form-control ~ .custom-file-label,
.wpcf7-form .wpcf7-form-control-wrap input.custom-file-input.wpcf7-not-valid[type=search].wpcf7-form-control ~ .custom-file-label,
.wpcf7-form .wpcf7-form-control-wrap input.custom-file-input.wpcf7-not-valid[type=datetime].wpcf7-form-control ~ .custom-file-label,
.wpcf7-form .wpcf7-form-control-wrap input.custom-file-input.wpcf7-not-valid[type=date].wpcf7-form-control ~ .custom-file-label,
.wpcf7-form .wpcf7-form-control-wrap input.custom-file-input.wpcf7-not-valid[type=time].wpcf7-form-control ~ .custom-file-label,
.wpcf7-form .wpcf7-form-control-wrap textarea.custom-file-input.wpcf7-not-valid.wpcf7-form-control ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label, .wpcf7-form .custom-file-input.custom-select.wpcf7-not-valid:focus ~ .custom-file-label, .wpcf7-form .wpcf7-form-control-wrap select.custom-file-input.wpcf7-not-valid.wpcf7-form-control:focus ~ .custom-file-label, .wpcf7-form .custom-file-input.form-control.wpcf7-not-valid:focus ~ .custom-file-label, .wpcf7-form .wpcf7-form-control-wrap input.custom-file-input.wpcf7-not-valid[type=text].wpcf7-form-control:focus ~ .custom-file-label,
.wpcf7-form .wpcf7-form-control-wrap input.custom-file-input.wpcf7-not-valid[type=password].wpcf7-form-control:focus ~ .custom-file-label,
.wpcf7-form .wpcf7-form-control-wrap input.custom-file-input.wpcf7-not-valid[type=number].wpcf7-form-control:focus ~ .custom-file-label,
.wpcf7-form .wpcf7-form-control-wrap input.custom-file-input.wpcf7-not-valid[type=email].wpcf7-form-control:focus ~ .custom-file-label,
.wpcf7-form .wpcf7-form-control-wrap input.custom-file-input.wpcf7-not-valid[type=tel].wpcf7-form-control:focus ~ .custom-file-label,
.wpcf7-form .wpcf7-form-control-wrap input.custom-file-input.wpcf7-not-valid[type=url].wpcf7-form-control:focus ~ .custom-file-label,
.wpcf7-form .wpcf7-form-control-wrap input.custom-file-input.wpcf7-not-valid[type=search].wpcf7-form-control:focus ~ .custom-file-label,
.wpcf7-form .wpcf7-form-control-wrap input.custom-file-input.wpcf7-not-valid[type=datetime].wpcf7-form-control:focus ~ .custom-file-label,
.wpcf7-form .wpcf7-form-control-wrap input.custom-file-input.wpcf7-not-valid[type=date].wpcf7-form-control:focus ~ .custom-file-label,
.wpcf7-form .wpcf7-form-control-wrap input.custom-file-input.wpcf7-not-valid[type=time].wpcf7-form-control:focus ~ .custom-file-label,
.wpcf7-form .wpcf7-form-control-wrap textarea.custom-file-input.wpcf7-not-valid.wpcf7-form-control:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group, .form-inline .wpcf7-form .wpcf7-form-control-wrap, .wpcf7-form .form-inline .wpcf7-form-control-wrap {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline .wpcf7-form .form-control.wpcf7-not-valid, .wpcf7-form .form-inline .form-control.wpcf7-not-valid, .form-inline .wpcf7-form .wpcf7-form-control-wrap input[type=text].wpcf7-form-control, .wpcf7-form .wpcf7-form-control-wrap .form-inline input[type=text].wpcf7-form-control,
  .form-inline .wpcf7-form .wpcf7-form-control-wrap input[type=password].wpcf7-form-control,
  .wpcf7-form .wpcf7-form-control-wrap .form-inline input[type=password].wpcf7-form-control,
  .form-inline .wpcf7-form .wpcf7-form-control-wrap input[type=number].wpcf7-form-control,
  .wpcf7-form .wpcf7-form-control-wrap .form-inline input[type=number].wpcf7-form-control,
  .form-inline .wpcf7-form .wpcf7-form-control-wrap input[type=email].wpcf7-form-control,
  .wpcf7-form .wpcf7-form-control-wrap .form-inline input[type=email].wpcf7-form-control,
  .form-inline .wpcf7-form .wpcf7-form-control-wrap input[type=tel].wpcf7-form-control,
  .wpcf7-form .wpcf7-form-control-wrap .form-inline input[type=tel].wpcf7-form-control,
  .form-inline .wpcf7-form .wpcf7-form-control-wrap input[type=url].wpcf7-form-control,
  .wpcf7-form .wpcf7-form-control-wrap .form-inline input[type=url].wpcf7-form-control,
  .form-inline .wpcf7-form .wpcf7-form-control-wrap input[type=search].wpcf7-form-control,
  .wpcf7-form .wpcf7-form-control-wrap .form-inline input[type=search].wpcf7-form-control,
  .form-inline .wpcf7-form .wpcf7-form-control-wrap input[type=datetime].wpcf7-form-control,
  .wpcf7-form .wpcf7-form-control-wrap .form-inline input[type=datetime].wpcf7-form-control,
  .form-inline .wpcf7-form .wpcf7-form-control-wrap input[type=date].wpcf7-form-control,
  .wpcf7-form .wpcf7-form-control-wrap .form-inline input[type=date].wpcf7-form-control,
  .form-inline .wpcf7-form .wpcf7-form-control-wrap input[type=time].wpcf7-form-control,
  .wpcf7-form .wpcf7-form-control-wrap .form-inline input[type=time].wpcf7-form-control,
  .form-inline .wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control,
  .wpcf7-form .wpcf7-form-control-wrap .form-inline textarea.wpcf7-form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select,
  .form-inline .wpcf7-form .custom-select.wpcf7-not-valid,
  .wpcf7-form .form-inline .custom-select.wpcf7-not-valid,
  .form-inline .wpcf7-form .wpcf7-form-control-wrap select.wpcf7-form-control,
  .wpcf7-form .wpcf7-form-control-wrap .form-inline select.wpcf7-form-control {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .wpcf7-form .wpcf7-submit {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .wpcf7-form .wpcf7-submit {
    transition: none;
  }
}
.btn:hover, .wpcf7-form .wpcf7-submit:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .wpcf7-form .wpcf7-submit:focus, .btn.focus, .wpcf7-form .focus.wpcf7-submit {
  outline: 0;
  box-shadow: none !important;
}
.btn.disabled, .wpcf7-form .disabled.wpcf7-submit, .btn:disabled, .wpcf7-form .wpcf7-submit:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .wpcf7-form .wpcf7-submit:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, .wpcf7-form a.disabled.wpcf7-submit,
fieldset:disabled a.btn,
fieldset:disabled .wpcf7-form a.wpcf7-submit,
.wpcf7-form fieldset:disabled a.wpcf7-submit {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #323e48;
  border-color: #323e48;
}
.btn-primary:hover {
  color: #fff;
  background-color: #222b31;
  border-color: #1d242a;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #222b31;
  border-color: #1d242a;
  box-shadow: 0 0 0 0.2rem rgba(81, 91, 99, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #323e48;
  border-color: #323e48;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1d242a;
  border-color: #181e22;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 91, 99, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

.btn-outline-primary {
  color: #323e48;
  border-color: #323e48;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #323e48;
  border-color: #323e48;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 62, 72, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #323e48;
  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: #323e48;
  border-color: #323e48;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(50, 62, 72, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

.btn-link {
  font-weight: 400;
  color: #323e48;
  text-decoration: none;
}
.btn-link:hover {
  color: #13171b;
  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.328125rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.9296875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

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

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.59375rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.296875rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #323e48;
  background-color: #323e48;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none !important;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #323e48;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #8398a9;
  border-color: #8398a9;
}
.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.296875rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.296875rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  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='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #323e48;
  background-color: #323e48;
}
.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(50, 62, 72, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(50, 62, 72, 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 xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(50, 62, 72, 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.296875rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(50, 62, 72, 0.5);
}

.custom-select, .wpcf7-form .custom-select.wpcf7-not-valid, .wpcf7-form .wpcf7-form-control-wrap select.wpcf7-form-control {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus, .wpcf7-form .custom-select.wpcf7-not-valid:focus, .wpcf7-form .wpcf7-form-control-wrap select.wpcf7-form-control:focus {
  border-color: #323e48;
  outline: 0;
  box-shadow: none !important;
}
.custom-select:focus::-ms-value, .wpcf7-form .custom-select.wpcf7-not-valid:focus::-ms-value, .wpcf7-form .wpcf7-form-control-wrap select.wpcf7-form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .wpcf7-form [multiple].custom-select.wpcf7-not-valid, .wpcf7-form .wpcf7-form-control-wrap select[multiple].wpcf7-form-control, .custom-select[size]:not([size="1"]), .wpcf7-form .wpcf7-form-control-wrap select[size].wpcf7-form-control:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled, .wpcf7-form .custom-select.wpcf7-not-valid:disabled, .wpcf7-form .wpcf7-form-control-wrap select.wpcf7-form-control:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand, .wpcf7-form .custom-select.wpcf7-not-valid::-ms-expand, .wpcf7-form .wpcf7-form-control-wrap select.wpcf7-form-control::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring, .wpcf7-form .custom-select.wpcf7-not-valid:-moz-focusring, .wpcf7-form .wpcf7-form-control-wrap select.wpcf7-form-control:-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.9296875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.328125rem;
}

.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;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #323e48;
  box-shadow: none !important;
}
.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;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}
.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 0 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: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, none !important;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none !important;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, none !important;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #323e48;
  border: 0;
  border-radius: 1rem;
  -webkit-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-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: #8398a9;
}
.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: #323e48;
  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: #8398a9;
}
.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: #323e48;
  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: #8398a9;
}
.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,
.wpcf7-form .custom-select.wpcf7-not-valid,
.wpcf7-form .wpcf7-form-control-wrap select.wpcf7-form-control {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select,
  .wpcf7-form .custom-select.wpcf7-not-valid,
  .wpcf7-form .wpcf7-form-control-wrap select.wpcf7-form-control {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #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: #323e48;
}

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.30078125rem;
  padding-bottom: 0.30078125rem;
  margin-right: 1rem;
  font-size: 1.328125rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.328125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #1a2025;
  background-color: #d6d8da;
  border-color: #c6c9cc;
}
.alert-primary hr {
  border-top-color: #b9bcc0;
}
.alert-primary .alert-link {
  color: #050607;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning, .wpcf7-form .wpcf7-response-output {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr, .wpcf7-form .wpcf7-response-output hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link, .wpcf7-form .wpcf7-response-output .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

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

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

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

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

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.9296875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.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: #323e48 !important;
}

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

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

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

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

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

.bg-info {
  background-color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

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

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

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

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

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

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

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

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

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

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

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

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

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

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

.rounded-lg {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.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;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-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 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

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

.shadow-none {
  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-1 {
  margin: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

.text-wrap {
  white-space: normal !important;
}

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

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

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

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

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

@media (min-width: 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: #323e48 !important;
}

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

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

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

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

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

.text-info {
  color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #6c757d !important;
}

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

html.no-flexbox .s_site_wrapper {
  display: block;
}

.s_site_top {
  flex: 1 0 auto;
}

.s_site_bottom {
  flex: 0 0 auto;
}

.b_page_content {
  margin-bottom: 15px;
}
.b_page_content.inner {
  margin: 0;
  padding: 20px 0 15px 0;
}
.b_page_content table {
  text-align: left;
}
@media (max-width: 480px) {
  .b_page_content table {
    font-size: 0.5625rem;
  }
  .b_page_content table td {
    padding: 5px 2px;
  }
}

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

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

img.alignleft {
  float: left;
  margin: 0 15px 10px 0;
}

img.alignright {
  float: right;
  margin: 0 0 10px 15px;
}

img.aligncenter {
  display: block;
  margin: 10px auto;
}

figure.alignleft {
  float: left;
}

figure.alignright {
  float: right;
}

figure.aligncenter {
  margin: 0 auto;
}

html.no-flexbox .row,
html.opera_mob .row {
  display: block;
  margin-right: -15px;
  margin-left: -15px;
}
html.no-flexbox .container:before,
html.no-flexbox .container:after,
html.no-flexbox .container-fluid:before,
html.no-flexbox .container-sm:before,
html.no-flexbox .container-md:before,
html.no-flexbox .container-lg:before,
html.no-flexbox .container-xl:before,
html.no-flexbox .container-fluid:after,
html.no-flexbox .container-sm:after,
html.no-flexbox .container-md:after,
html.no-flexbox .container-lg:after,
html.no-flexbox .container-xl:after,
html.no-flexbox .row:before,
html.no-flexbox .row:after,
html.opera_mob .container:before,
html.opera_mob .container:after,
html.opera_mob .container-fluid:before,
html.opera_mob .container-sm:before,
html.opera_mob .container-md:before,
html.opera_mob .container-lg:before,
html.opera_mob .container-xl:before,
html.opera_mob .container-fluid:after,
html.opera_mob .container-sm:after,
html.opera_mob .container-md:after,
html.opera_mob .container-lg:after,
html.opera_mob .container-xl:after,
html.opera_mob .row:before,
html.opera_mob .row:after {
  content: " ";
  display: table;
}
html.no-flexbox .clearfix:after,
html.no-flexbox .container:after,
html.no-flexbox .container-fluid:after,
html.no-flexbox .container-sm:after,
html.no-flexbox .container-md:after,
html.no-flexbox .container-lg:after,
html.no-flexbox .container-xl:after,
html.no-flexbox .row:after,
html.opera_mob .clearfix:after,
html.opera_mob .container:after,
html.opera_mob .container-fluid:after,
html.opera_mob .container-sm:after,
html.opera_mob .container-md:after,
html.opera_mob .container-lg:after,
html.opera_mob .container-xl:after,
html.opera_mob .row:after {
  clear: both;
}
html.no-flexbox .col-1,
html.no-flexbox .col-2,
html.no-flexbox .col-3,
html.no-flexbox .col-4,
html.no-flexbox .col-5,
html.no-flexbox .col-6,
html.no-flexbox .col-7,
html.no-flexbox .col-8,
html.no-flexbox .col-9,
html.no-flexbox .col-10,
html.no-flexbox .col-11,
html.no-flexbox .col-12,
html.no-flexbox .col-sm-1,
html.no-flexbox .col-sm-2,
html.no-flexbox .col-sm-3,
html.no-flexbox .col-sm-4,
html.no-flexbox .col-sm-5,
html.no-flexbox .col-sm-6,
html.no-flexbox .col-sm-7,
html.no-flexbox .col-sm-8,
html.no-flexbox .col-sm-9,
html.no-flexbox .col-sm-10,
html.no-flexbox .col-sm-11,
html.no-flexbox .col-sm-12,
html.no-flexbox .col-md-1,
html.no-flexbox .col-md-2,
html.no-flexbox .col-md-3,
html.no-flexbox .col-md-4,
html.no-flexbox .col-md-5,
html.no-flexbox .col-md-6,
html.no-flexbox .col-md-7,
html.no-flexbox .col-md-8,
html.no-flexbox .col-md-9,
html.no-flexbox .col-md-10,
html.no-flexbox .col-md-11,
html.no-flexbox .col-md-12,
html.no-flexbox .col-lg-1,
html.no-flexbox .col-lg-2,
html.no-flexbox .col-lg-3,
html.no-flexbox .col-lg-4,
html.no-flexbox .col-lg-5,
html.no-flexbox .col-lg-6,
html.no-flexbox .col-lg-7,
html.no-flexbox .col-lg-8,
html.no-flexbox .col-lg-9,
html.no-flexbox .col-lg-10,
html.no-flexbox .col-lg-11,
html.no-flexbox .col-lg-12,
html.no-flexbox .col-xl-1,
html.no-flexbox .col-xl-2,
html.no-flexbox .col-xl-3,
html.no-flexbox .col-xl-4,
html.no-flexbox .col-xl-5,
html.no-flexbox .col-xl-6,
html.no-flexbox .col-xl-7,
html.no-flexbox .col-xl-8,
html.no-flexbox .col-xl-9,
html.no-flexbox .col-xl-10,
html.no-flexbox .col-xl-11,
html.no-flexbox .col-xl-12,
html.opera_mob .col-1,
html.opera_mob .col-2,
html.opera_mob .col-3,
html.opera_mob .col-4,
html.opera_mob .col-5,
html.opera_mob .col-6,
html.opera_mob .col-7,
html.opera_mob .col-8,
html.opera_mob .col-9,
html.opera_mob .col-10,
html.opera_mob .col-11,
html.opera_mob .col-12,
html.opera_mob .col-sm-1,
html.opera_mob .col-sm-2,
html.opera_mob .col-sm-3,
html.opera_mob .col-sm-4,
html.opera_mob .col-sm-5,
html.opera_mob .col-sm-6,
html.opera_mob .col-sm-7,
html.opera_mob .col-sm-8,
html.opera_mob .col-sm-9,
html.opera_mob .col-sm-10,
html.opera_mob .col-sm-11,
html.opera_mob .col-sm-12,
html.opera_mob .col-md-1,
html.opera_mob .col-md-2,
html.opera_mob .col-md-3,
html.opera_mob .col-md-4,
html.opera_mob .col-md-5,
html.opera_mob .col-md-6,
html.opera_mob .col-md-7,
html.opera_mob .col-md-8,
html.opera_mob .col-md-9,
html.opera_mob .col-md-10,
html.opera_mob .col-md-11,
html.opera_mob .col-md-12,
html.opera_mob .col-lg-1,
html.opera_mob .col-lg-2,
html.opera_mob .col-lg-3,
html.opera_mob .col-lg-4,
html.opera_mob .col-lg-5,
html.opera_mob .col-lg-6,
html.opera_mob .col-lg-7,
html.opera_mob .col-lg-8,
html.opera_mob .col-lg-9,
html.opera_mob .col-lg-10,
html.opera_mob .col-lg-11,
html.opera_mob .col-lg-12,
html.opera_mob .col-xl-1,
html.opera_mob .col-xl-2,
html.opera_mob .col-xl-3,
html.opera_mob .col-xl-4,
html.opera_mob .col-xl-5,
html.opera_mob .col-xl-6,
html.opera_mob .col-xl-7,
html.opera_mob .col-xl-8,
html.opera_mob .col-xl-9,
html.opera_mob .col-xl-10,
html.opera_mob .col-xl-11,
html.opera_mob .col-xl-12 {
  float: left;
}
html.no-flexbox .col-1,
html.opera_mob .col-1 {
  width: 8.333333%;
}
html.no-flexbox .col-2,
html.opera_mob .col-2 {
  width: 16.666667%;
}
html.no-flexbox .col-3,
html.opera_mob .col-3 {
  width: 25%;
}
html.no-flexbox .col-4,
html.opera_mob .col-4 {
  width: 33.333333%;
}
html.no-flexbox .col-5,
html.opera_mob .col-5 {
  width: 41.666667%;
}
html.no-flexbox .col-6,
html.opera_mob .col-6 {
  width: 50%;
}
html.no-flexbox .col-7,
html.opera_mob .col-7 {
  width: 58.333333%;
}
html.no-flexbox .col-8,
html.opera_mob .col-8 {
  width: 66.666667%;
}
html.no-flexbox .col-9,
html.opera_mob .col-9 {
  width: 75%;
}
html.no-flexbox .col-10,
html.opera_mob .col-10 {
  width: 83.333333%;
}
html.no-flexbox .col-11,
html.opera_mob .col-11 {
  width: 91.666667%;
}
html.no-flexbox .col-12,
html.opera_mob .col-12 {
  width: 100%;
}
@media (min-width: 576px) {
  html.no-flexbox .col-sm,
  html.opera_mob .col-sm {
    width: 100%;
  }
  html.no-flexbox .col-sm-1,
  html.opera_mob .col-sm-1 {
    width: 8.333333%;
  }
  html.no-flexbox .col-sm-2,
  html.opera_mob .col-sm-2 {
    width: 16.666667%;
  }
  html.no-flexbox .col-sm-3,
  html.opera_mob .col-sm-3 {
    width: 25%;
  }
  html.no-flexbox .col-sm-4,
  html.opera_mob .col-sm-4 {
    width: 33.333333%;
  }
  html.no-flexbox .col-sm-5,
  html.opera_mob .col-sm-5 {
    width: 41.666667%;
  }
  html.no-flexbox .col-sm-6,
  html.opera_mob .col-sm-6 {
    width: 50%;
  }
  html.no-flexbox .col-sm-7,
  html.opera_mob .col-sm-7 {
    width: 58.333333%;
  }
  html.no-flexbox .col-sm-8,
  html.opera_mob .col-sm-8 {
    width: 66.666667%;
  }
  html.no-flexbox .col-sm-9,
  html.opera_mob .col-sm-9 {
    width: 75%;
  }
  html.no-flexbox .col-sm-10,
  html.opera_mob .col-sm-10 {
    width: 83.333333%;
  }
  html.no-flexbox .col-sm-11,
  html.opera_mob .col-sm-11 {
    width: 91.666667%;
  }
  html.no-flexbox .col-sm-12,
  html.opera_mob .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  html.no-flexbox .col-md,
  html.opera_mob .col-md {
    width: 100%;
  }
  html.no-flexbox .col-md-1,
  html.opera_mob .col-md-1 {
    width: 8.333333%;
  }
  html.no-flexbox .col-md-2,
  html.opera_mob .col-md-2 {
    width: 16.666667%;
  }
  html.no-flexbox .col-md-3,
  html.opera_mob .col-md-3 {
    width: 25%;
  }
  html.no-flexbox .col-md-4,
  html.opera_mob .col-md-4 {
    width: 33.333333%;
  }
  html.no-flexbox .col-md-5,
  html.opera_mob .col-md-5 {
    width: 41.666667%;
  }
  html.no-flexbox .col-md-6,
  html.opera_mob .col-md-6 {
    width: 50%;
  }
  html.no-flexbox .col-md-7,
  html.opera_mob .col-md-7 {
    width: 58.333333%;
  }
  html.no-flexbox .col-md-8,
  html.opera_mob .col-md-8 {
    width: 66.666667%;
  }
  html.no-flexbox .col-md-9,
  html.opera_mob .col-md-9 {
    width: 75%;
  }
  html.no-flexbox .col-md-10,
  html.opera_mob .col-md-10 {
    width: 83.333333%;
  }
  html.no-flexbox .col-md-11,
  html.opera_mob .col-md-11 {
    width: 91.666667%;
  }
  html.no-flexbox .col-md-12,
  html.opera_mob .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  html.no-flexbox .col-lg,
  html.opera_mob .col-lg {
    width: 100%;
  }
  html.no-flexbox .col-lg-1,
  html.opera_mob .col-lg-1 {
    width: 8.333333%;
  }
  html.no-flexbox .col-lg-2,
  html.opera_mob .col-lg-2 {
    width: 16.666667%;
  }
  html.no-flexbox .col-lg-3,
  html.opera_mob .col-lg-3 {
    width: 25%;
  }
  html.no-flexbox .col-lg-4,
  html.opera_mob .col-lg-4 {
    width: 33.333333%;
  }
  html.no-flexbox .col-lg-5,
  html.opera_mob .col-lg-5 {
    width: 41.666667%;
  }
  html.no-flexbox .col-lg-6,
  html.opera_mob .col-lg-6 {
    width: 50%;
  }
  html.no-flexbox .col-lg-7,
  html.opera_mob .col-lg-7 {
    width: 58.333333%;
  }
  html.no-flexbox .col-lg-8,
  html.opera_mob .col-lg-8 {
    width: 66.666667%;
  }
  html.no-flexbox .col-lg-9,
  html.opera_mob .col-lg-9 {
    width: 75%;
  }
  html.no-flexbox .col-lg-10,
  html.opera_mob .col-lg-10 {
    width: 83.333333%;
  }
  html.no-flexbox .col-lg-11,
  html.opera_mob .col-lg-11 {
    width: 91.666667%;
  }
  html.no-flexbox .col-lg-12,
  html.opera_mob .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  html.no-flexbox .col-xl,
  html.opera_mob .col-xl {
    width: 100%;
  }
  html.no-flexbox .col-xl-1,
  html.opera_mob .col-xl-1 {
    width: 8.333333%;
  }
  html.no-flexbox .col-xl-2,
  html.opera_mob .col-xl-2 {
    width: 16.666667%;
  }
  html.no-flexbox .col-xl-3,
  html.opera_mob .col-xl-3 {
    width: 25%;
  }
  html.no-flexbox .col-xl-4,
  html.opera_mob .col-xl-4 {
    width: 33.333333%;
  }
  html.no-flexbox .col-xl-5,
  html.opera_mob .col-xl-5 {
    width: 41.666667%;
  }
  html.no-flexbox .col-xl-6,
  html.opera_mob .col-xl-6 {
    width: 50%;
  }
  html.no-flexbox .col-xl-7,
  html.opera_mob .col-xl-7 {
    width: 58.333333%;
  }
  html.no-flexbox .col-xl-8,
  html.opera_mob .col-xl-8 {
    width: 66.666667%;
  }
  html.no-flexbox .col-xl-9,
  html.opera_mob .col-xl-9 {
    width: 75%;
  }
  html.no-flexbox .col-xl-10,
  html.opera_mob .col-xl-10 {
    width: 83.333333%;
  }
  html.no-flexbox .col-xl-11,
  html.opera_mob .col-xl-11 {
    width: 91.666667%;
  }
  html.no-flexbox .col-xl-12,
  html.opera_mob .col-xl-12 {
    width: 100%;
  }
}

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Regular.eot");
  src: local("Playfair Display Regular"), local("PlayfairDisplay-Regular"), url("../fonts/PlayfairDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Regular.woff") format("woff"), url("../fonts/PlayfairDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Italic.eot");
  src: local("Playfair Display Italic"), local("PlayfairDisplay-Italic"), url("../fonts/PlayfairDisplay-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayfairDisplay-Italic.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Italic.woff") format("woff"), url("../fonts/PlayfairDisplay-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Bold.eot");
  src: local("Playfair Display Bold"), local("PlayfairDisplay-Bold"), url("../fonts/PlayfairDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Bold.woff") format("woff"), url("../fonts/PlayfairDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-BoldItalic.eot");
  src: local("Playfair Display Bold Italic"), local("PlayfairDisplay-BoldItalic"), url("../fonts/PlayfairDisplay-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayfairDisplay-BoldItalic.woff2") format("woff2"), url("../fonts/PlayfairDisplay-BoldItalic.woff") format("woff"), url("../fonts/PlayfairDisplay-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Black.eot");
  src: local("Playfair Display Black"), local("PlayfairDisplay-Black"), url("../fonts/PlayfairDisplay-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayfairDisplay-Black.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Black.woff") format("woff"), url("../fonts/PlayfairDisplay-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-BlackItalic.eot");
  src: local("Playfair Display Black Italic"), local("PlayfairDisplay-BlackItalic"), url("../fonts/PlayfairDisplay-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayfairDisplay-BlackItalic.woff2") format("woff2"), url("../fonts/PlayfairDisplay-BlackItalic.woff") format("woff"), url("../fonts/PlayfairDisplay-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNovaT-Thin.eot");
  src: local("Proxima Nova Thin"), local("ProximaNovaT-Thin"), url("../fonts/ProximaNovaT-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaT-Thin.woff2") format("woff2"), url("../fonts/ProximaNovaT-Thin.woff") format("woff"), url("../fonts/ProximaNovaT-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-ThinIt.eot");
  src: local("Proxima Nova Thin Italic"), local("ProximaNova-ThinIt"), url("../fonts/ProximaNova-ThinIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-ThinIt.woff2") format("woff2"), url("../fonts/ProximaNova-ThinIt.woff") format("woff"), url("../fonts/ProximaNova-ThinIt.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Light.eot");
  src: local("Proxima Nova Light"), local("ProximaNova-Light"), url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-LightIt.eot");
  src: local("Proxima Nova Light Italic"), local("ProximaNova-LightIt"), url("../fonts/ProximaNova-LightIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-LightIt.woff2") format("woff2"), url("../fonts/ProximaNova-LightIt.woff") format("woff"), url("../fonts/ProximaNova-LightIt.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-RegularIt.eot");
  src: local("Proxima Nova Regular Italic"), local("ProximaNova-RegularIt"), url("../fonts/ProximaNova-RegularIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-RegularIt.woff2") format("woff2"), url("../fonts/ProximaNova-RegularIt.woff") format("woff"), url("../fonts/ProximaNova-RegularIt.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Regular.eot");
  src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Semibold.eot");
  src: local("Proxima Nova Semibold"), local("ProximaNova-Semibold"), url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-SemiboldIt.eot");
  src: local("Proxima Nova Semibold Italic"), local("ProximaNova-SemiboldIt"), url("../fonts/ProximaNova-SemiboldIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-SemiboldIt.woff2") format("woff2"), url("../fonts/ProximaNova-SemiboldIt.woff") format("woff"), url("../fonts/ProximaNova-SemiboldIt.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Bold.eot");
  src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-BoldIt.eot");
  src: local("Proxima Nova Bold Italic"), local("ProximaNova-BoldIt"), url("../fonts/ProximaNova-BoldIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-BoldIt.woff2") format("woff2"), url("../fonts/ProximaNova-BoldIt.woff") format("woff"), url("../fonts/ProximaNova-BoldIt.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Extrabld.eot");
  src: local("Proxima Nova Extrabold"), local("ProximaNova-Extrabld"), url("../fonts/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Extrabld.woff2") format("woff2"), url("../fonts/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/ProximaNova-Extrabld.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-ExtrabldIt.eot");
  src: local("Proxima Nova Extrabold Italic"), local("ProximaNova-ExtrabldIt"), url("../fonts/ProximaNova-ExtrabldIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-ExtrabldIt.woff2") format("woff2"), url("../fonts/ProximaNova-ExtrabldIt.woff") format("woff"), url("../fonts/ProximaNova-ExtrabldIt.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Black.eot");
  src: local("Proxima Nova Black"), local("ProximaNova-Black"), url("../fonts/ProximaNova-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Black.woff2") format("woff2"), url("../fonts/ProximaNova-Black.woff") format("woff"), url("../fonts/ProximaNova-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-BlackIt.eot");
  src: local("Proxima Nova Black Italic"), local("ProximaNova-BlackIt"), url("../fonts/ProximaNova-BlackIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-BlackIt.woff2") format("woff2"), url("../fonts/ProximaNova-BlackIt.woff") format("woff"), url("../fonts/ProximaNova-BlackIt.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
html,
body {
  height: 100%;
}

body {
  font-size: 1.0625rem;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  background-color: #323e48;
  overflow-x: hidden;
}

a:not(.btn) {
  color: #f28b00;
  text-decoration: none;
  text-decoration: none !important;
  transition: color 150ms;
}
a:not(.btn):hover {
  color: #bf6e00;
  text-decoration: none;
}
a:not(.btn):focus, a:not(.btn):active {
  color: #bf6e00;
  text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Playfair Display", sans-serif;
  line-height: 1;
  color: #fff;
  margin-bottom: 1.25rem;
}

h1,
.h1 {
  position: relative;
  font-size: 2.875rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 2rem;
  }
}

h2,
.h2 {
  position: relative;
  font-size: 2.5rem;
  margin-bottom: 1.5625rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  h2,
  .h2 {
    font-size: 1.5rem;
  }
}

h3,
.h3 {
  font-size: 2rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 575px) {
  h3,
  .h3 {
    font-size: 1.25rem;
  }
}

h4,
.h4 {
  font-size: 1.75rem;
}
@media (max-width: 575px) {
  h4,
  .h4 {
    font-size: 1.125rem;
  }
}

h5,
.h5 {
  font-size: 1.25rem;
}
@media (max-width: 575px) {
  h5,
  .h5 {
    font-size: 1rem;
  }
}

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 600;
}
h1 b,
h1 strong, .h1 b,
.h1 strong, h2 b,
h2 strong, .h2 b,
.h2 strong, h3 b,
h3 strong, .h3 b,
.h3 strong, h4 b,
h4 strong, .h4 b,
.h4 strong, h5 b,
h5 strong, .h5 b,
.h5 strong, h6 b,
h6 strong, .h6 b,
.h6 strong {
  font-weight: 900;
}

textarea {
  resize: vertical;
}

b,
strong {
  font-weight: 800;
}

[placeholder]::-webkit-input-placeholder {
  font-weight: 400;
  color: #5c7284;
  text-overflow: ellipsis;
}

[placeholder]::-moz-placeholder {
  font-weight: 400;
  color: #5c7284;
  text-overflow: ellipsis;
}

[placeholder]:-moz-placeholder {
  font-weight: 400;
  color: #5c7284;
  text-overflow: ellipsis;
}

[placeholder]:-ms-input-placeholder {
  font-weight: 400;
  color: #5c7284;
  text-overflow: ellipsis;
}

[placeholder]::-webkit-input-placeholder {
  opacity: 1;
}

[placeholder]::-moz-placeholder {
  opacity: 1;
}

[placeholder]:-moz-placeholder {
  opacity: 1;
}

[placeholder]:-ms-input-placeholder {
  opacity: 1;
}

[placeholder]:focus::-webkit-input-placeholder {
  opacity: 0;
}

[placeholder]:focus::-moz-placeholder {
  opacity: 0;
}

[placeholder]:focus:-moz-placeholder {
  opacity: 0;
}

[placeholder]:focus:-ms-input-placeholder {
  opacity: 0;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

label {
  font-weight: normal;
}

.checkbox label,
.radio label {
  line-height: 1;
  margin: 0;
  padding: 5px 0 0 45px;
  position: relative;
}

.b_post_detail h1,
.b_post_detail .h1 {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .b_post_detail h1,
  .b_post_detail .h1 {
    font-size: 1.625rem;
  }
}
.b_post_detail h2,
.b_post_detail .h2 {
  font-size: 1.75rem;
}
@media (max-width: 767px) {
  .b_post_detail h2,
  .b_post_detail .h2 {
    font-size: 1.375rem;
  }
}
.b_post_detail h3,
.b_post_detail .h3 {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .b_post_detail h3,
  .b_post_detail .h3 {
    font-size: 1.125rem;
  }
}
.b_post_detail h4,
.b_post_detail .h4 {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .b_post_detail h4,
  .b_post_detail .h4 {
    font-size: 1rem;
  }
}
.b_post_detail h5,
.b_post_detail .h5 {
  font-size: 1rem;
}
.b_post_detail h6,
.b_post_detail .h6 {
  font-size: 1rem;
}
.b_post_detail p {
  margin-bottom: 8px;
}
.b_post_detail .blockquote {
  border-left: 3px solid #f28b00;
  padding-left: 30px;
}
.b_post_detail img {
  max-width: 100%;
  height: auto;
}
.b_post_detail img.wp-post-image {
  margin: 0 0 30px 0;
}
.b_post_detail img[class*=wp-image] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.b_post_detail .b_post_time {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}

.b_post_nav {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .b_post_nav {
    display: none;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1230px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1540px;
  }
}
@media (min-width: 1200px) {
  .container.less {
    max-width: 1150px !important;
  }
}

.modal {
  color: #323e48;
}
.modal h1, .modal h2, .modal h3, .modal h4, .modal h5, .modal h6,
.modal .h1, .modal .h2, .modal .h3, .modal .h4, .modal .h5, .modal .h6 {
  color: #323e48;
}
.modal .wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 0;
  /*& + br {
      display: none;
  }*/
}
.modal .wpcf7-form .wpcf7-submit {
  margin-top: 0;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.form-control, .wpcf7-form .form-control.wpcf7-not-valid, .wpcf7-form .wpcf7-form-control-wrap input[type=text].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=password].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=number].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=email].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=tel].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=url].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=search].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=datetime].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=date].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap input[type=time].wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.btn, .wpcf7-form .wpcf7-submit {
  text-decoration: none !important;
}
.btn.btn-invert:hover, .wpcf7-form .btn-invert.wpcf7-submit:hover, .btn.btn-invert:focus, .wpcf7-form .btn-invert.wpcf7-submit:focus, .btn.btn-invert:active, .wpcf7-form .btn-invert.wpcf7-submit:active {
  background-color: transparent !important;
}
.btn.btn-invert:hover.btn-light, .wpcf7-form .btn-invert.wpcf7-submit:hover.btn-light, .btn.btn-invert:focus.btn-light, .wpcf7-form .btn-invert.wpcf7-submit:focus.btn-light, .btn.btn-invert:active.btn-light, .wpcf7-form .btn-invert.wpcf7-submit:active.btn-light {
  color: #fff;
}
.btn.btn-invert:hover.btn-primary, .wpcf7-form .btn-invert.wpcf7-submit:hover.btn-primary, .btn.btn-invert:focus.btn-primary, .wpcf7-form .btn-invert.wpcf7-submit:focus.btn-primary, .btn.btn-invert:active.btn-primary, .wpcf7-form .btn-invert.wpcf7-submit:active.btn-primary {
  color: #323e48;
}
.btn.btn-invert:hover.btn-info, .wpcf7-form .btn-invert.wpcf7-submit:hover.btn-info, .btn.btn-invert:focus.btn-info, .wpcf7-form .btn-invert.wpcf7-submit:focus.btn-info, .btn.btn-invert:active.btn-info, .wpcf7-form .btn-invert.wpcf7-submit:active.btn-info {
  color: #17a2b8;
}
.btn.btn-invert:hover.btn-warning, .wpcf7-form .btn-invert.wpcf7-submit:hover.btn-warning, .btn.btn-invert:focus.btn-warning, .wpcf7-form .btn-invert.wpcf7-submit:focus.btn-warning, .btn.btn-invert:active.btn-warning, .wpcf7-form .btn-invert.wpcf7-submit:active.btn-warning {
  color: #ffc107;
}
.btn.btn-invert:hover.btn-danger, .wpcf7-form .btn-invert.wpcf7-submit:hover.btn-danger, .btn.btn-invert:focus.btn-danger, .wpcf7-form .btn-invert.wpcf7-submit:focus.btn-danger, .btn.btn-invert:active.btn-danger, .wpcf7-form .btn-invert.wpcf7-submit:active.btn-danger {
  color: #dc3545;
}
.btn.btn-rounded, .wpcf7-form .btn-rounded.wpcf7-submit {
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
.btn.btn_arrow, .wpcf7-form .btn_arrow.wpcf7-submit {
  font-weight: 600;
  color: #323e48;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid;
  transition: all 150ms;
}
.btn.btn_arrow:hover, .wpcf7-form .btn_arrow.wpcf7-submit:hover {
  border: 1px solid;
  padding-left: 15px;
}
.btn.btn_arrow:hover svg, .wpcf7-form .btn_arrow.wpcf7-submit:hover svg {
  margin-left: 20px;
  margin-right: 15px;
}
.btn.btn_arrow.white, .wpcf7-form .btn_arrow.white.wpcf7-submit {
  color: #fff;
}
.btn.btn_arrow.white svg, .wpcf7-form .btn_arrow.white.wpcf7-submit svg {
  fill: #fff;
}
.btn.btn_arrow.orange, .wpcf7-form .btn_arrow.orange.wpcf7-submit {
  color: #f28b00;
}
.btn.btn_arrow.orange svg, .wpcf7-form .btn_arrow.orange.wpcf7-submit svg {
  fill: #f28b00;
}
.btn.btn_arrow svg, .wpcf7-form .btn_arrow.wpcf7-submit svg {
  fill: #323e48;
  margin-left: 50px;
  transition: all 150ms;
}
.btn.btn_arrow_bg, .wpcf7-form .wpcf7-submit {
  font-weight: 600;
  color: #323e48;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgMjQ4IiB3aWR0aD0iMjAiPjxwYXRoIHRyYW5zZm9ybT0icm90YXRlKDE4MCAyNTYsMTI0KSIgZD0iTTQ5MiwxMDRINjguNDRsNzAuMTctNjkuODJBMjAsMjAsMCwwLDAsMTEwLjM5LDUuODJMNS44OCwxMDkuODJhMCwwLDAsMCwxLDAsMCwyMCwyMCwwLDAsMCwwLDI4LjMyLDAsMCwwLDAsMSwwLDBsMTA0LjUxLDEwNGEyMCwyMCwwLDAsMCwyOC4yMS0yOC4zNkw2OC40NCwxNDRINDkyYTIwLDIwLDAsMCwwLDAtNDBaIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-left: 0;
  padding-right: 80px;
  border-bottom: 1px solid;
  transition: all 150ms;
}
.btn.btn_arrow_bg.back, .wpcf7-form .back.wpcf7-submit {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgMjQ4IiB3aWR0aD0iMjAiPjxwYXRoIGQ9Ik00OTIsMTA0SDY4LjQ0bDcwLjE3LTY5LjgyQTIwLDIwLDAsMCwwLDExMC4zOSw1LjgyTDUuODgsMTA5LjgyYTAsMCwwLDAsMSwwLDAsMjAsMjAsMCwwLDAsMCwyOC4zMiwwLDAsMCwwLDEsMCwwbDEwNC41MSwxMDRhMjAsMjAsMCwwLDAsMjguMjEtMjguMzZMNjguNDQsMTQ0SDQ5MmEyMCwyMCwwLDAsMCwwLTQwWiIvPjwvc3ZnPg==");
  background-position: 0 50%;
  padding-left: 80px;
  padding-right: 0;
}
.btn.btn_arrow_bg:hover, .wpcf7-form .wpcf7-submit:hover {
  background-position: calc(100% - 15px) 50%;
  border: 1px solid;
  padding-left: 15px;
  padding-right: 65px;
}
.btn.btn_arrow_bg:hover.back, .wpcf7-form .wpcf7-submit:hover.back {
  background-position: 15px 50%;
  padding-left: 65px;
  padding-right: 15px;
}
.btn.btn_arrow_bg.white, .wpcf7-form .white.wpcf7-submit {
  color: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgMjQ4IiB3aWR0aD0iMjAiIGZpbGw9IiNmZmYiPjxwYXRoIHRyYW5zZm9ybT0icm90YXRlKDE4MCAyNTYsMTI0KSIgZD0iTTQ5MiwxMDRINjguNDRsNzAuMTctNjkuODJBMjAsMjAsMCwwLDAsMTEwLjM5LDUuODJMNS44OCwxMDkuODJhMCwwLDAsMCwxLDAsMCwyMCwyMCwwLDAsMCwwLDI4LjMyLDAsMCwwLDAsMSwwLDBsMTA0LjUxLDEwNGEyMCwyMCwwLDAsMCwyOC4yMS0yOC4zNkw2OC40NCwxNDRINDkyYTIwLDIwLDAsMCwwLDAtNDBaIi8+PC9zdmc+");
}
.btn.btn_arrow_bg.white.back, .wpcf7-form .white.back.wpcf7-submit {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgMjQ4IiB3aWR0aD0iMjAiIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Ik00OTIsMTA0SDY4LjQ0bDcwLjE3LTY5LjgyQTIwLDIwLDAsMCwwLDExMC4zOSw1LjgyTDUuODgsMTA5LjgyYTAsMCwwLDAsMSwwLDAsMjAsMjAsMCwwLDAsMCwyOC4zMiwwLDAsMCwwLDEsMCwwbDEwNC41MSwxMDRhMjAsMjAsMCwwLDAsMjguMjEtMjguMzZMNjguNDQsMTQ0SDQ5MmEyMCwyMCwwLDAsMCwwLTQwWiIvPjwvc3ZnPg==");
}

.wpcf7-form {
  position: relative;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px;
}
.wpcf7-form .wpcf7-submit {
  font-family: "Proxima Nova", sans-serif;
  margin-top: 30px;
}
.wpcf7-form .wpcf7-response-output {
  border: none !important;
  margin: 15px 0 !important;
  padding: 0.75rem 1.25rem !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.875rem;
}
.wpcf7-form.submit .form-group, .wpcf7-form.submit .wpcf7-form-control-wrap {
  margin-bottom: 0;
}
.wpcf7-form .has-success,
.wpcf7-form .has-warning,
.wpcf7-form .has-error {
  position: relative;
}
.wpcf7-form .help-block {
  font-size: 0.875rem;
}
.wpcf7-form .help-block.wpcf7-not-valid-tip {
  color: #cc242b !important;
}
.wpcf7-form textarea.form-control, .wpcf7-form textarea.form-control.wpcf7-not-valid,
.wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control {
  height: auto;
}
.wpcf7-form label {
  display: block;
  margin-bottom: 5px;
}
.wpcf7-form .checkbox label {
  padding-left: 0;
}
.wpcf7-form .checkbox input {
  margin-right: 10px;
}
.wpcf7-form .wpcf7-recaptcha {
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .wpcf7-form .wpcf7-recaptcha {
    width: 100%;
    overflow: hidden;
  }
}
.wpcf7-form .wpcf7-recaptcha ~ .help-block {
  display: block;
  margin-top: -15px;
  margin-bottom: 15px;
}
.wpcf7-form .wpcf7-response-output {
  font-size: 0.875rem;
  line-height: 1.2;
  border-radius: 0;
}
.wpcf7-form .ajax-loader {
  margin: 30px 0 0 10px !important;
}
.custom-control-label:before {
  top: 0.1rem;
}

.custom-control-label:after {
  top: 0.1rem;
}

.b_pagination.gray a {
  color: #323e48;
  text-decoration: none;
  text-decoration: none !important;
}
.b_pagination.gray a:hover {
  color: #5c7284;
  text-decoration: none;
}
.b_pagination.gray a:focus, .b_pagination.gray a:active {
  color: #5c7284;
  text-decoration: none;
}
.b_pagination.gray span.current {
  background-color: #323e48;
}

.wp-pagenavi {
  display: block;
  margin-top: 30px;
  padding: 25px 0;
  text-align: center;
}
.wp-pagenavi a {
  color: #fff;
  text-decoration: none;
  text-decoration: none !important;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-weight: 600;
  line-height: 40px;
  margin: 0;
  text-decoration: none !important;
  transition: all 200ms;
}
.wp-pagenavi a:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.wp-pagenavi a:focus, .wp-pagenavi a:active {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.wp-pagenavi span.current {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-weight: 600;
  line-height: 40px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin: 0;
}
.wp-pagenavi a + span.current,
.wp-pagenavi span.current + a {
  margin-left: 10px;
}
.wp-pagenavi span.extend {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-weight: 600;
  line-height: 40px;
}

.navbar-toggler {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  outline: none !important;
  padding: 0;
}
.navbar-toggler div {
  width: 25px;
  border-top: 2px solid #000;
}
.navbar-toggler div + div {
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .navbar-expand-xl .navbar-toggler {
    display: flex;
  }
}
@media (max-width: 991px) {
  .navbar-expand-lg .navbar-toggler {
    display: flex;
  }
}
@media (max-width: 767px) {
  .navbar-expand-md .navbar-toggler {
    display: flex;
  }
}

body.insular {
  overflow: hidden !important;
}

.b_popup {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  transition: all 0.2s ease 0.2s;
}
.b_popup.active {
  opacity: 1;
  visibility: visible;
  transition: none;
}
.b_popup.active .b_popup_overlay {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease;
}
.b_popup.active .b_popup_inner.left,
.b_popup.active .b_popup_inner.right {
  transform: translate(0, 0);
  transition: all 0.2s ease;
}

.b_popup_overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  transition: all 0.2s ease;
}

.b_popup_inner {
  width: 400px;
  max-width: 100%;
  height: 100%;
  color: #fff;
  background: #323e48;
  padding: 15px;
  overflow-y: auto;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: all 0.2s ease;
}
@media (min-width: 992px) {
  .b_popup_inner {
    width: 850px;
  }
}
.b_popup_inner.left {
  left: 0;
  transform: translate(-100%, 0);
}
.b_popup_inner.right {
  right: 0;
  transform: translate(100%, 0);
}

.close_link,
.b_popup_close {
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 200ms;
}
.close_link:hover,
.b_popup_close:hover {
  opacity: 0.7;
}
.close_link:before, .close_link:after,
.b_popup_close:before,
.b_popup_close:after {
  content: "";
  width: 32px;
  border-top: 3px solid #fff;
  position: absolute;
  top: 14px;
  left: 3px;
}
.close_link:before,
.b_popup_close:before {
  transform: rotate(45deg);
}
.close_link:after,
.b_popup_close:after {
  transform: rotate(-45deg);
}

.b_carousel {
  height: 0;
  overflow: hidden;
  padding: 0;
}
.b_carousel.slick-initialized {
  height: auto;
}
.b_carousel .slide_item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.b_carousel .slide_item img {
  max-width: 100%;
  height: auto;
}
.b_carousel .slick-prev,
.b_carousel .slick-next {
  display: block;
  width: 30px;
  height: 40px;
}
.b_carousel .slick-prev:before,
.b_carousel .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  color: #000;
  transition: opacity 200ms;
}
.b_carousel .slick-prev {
  left: 0;
}
.b_carousel .slick-prev:before {
  content: "\f053";
}
.b_carousel .slick-next {
  right: 0;
}
.b_carousel .slick-next:before {
  content: "\f054";
}
.b_carousel .slick-dots {
  bottom: 10px;
}

.collapse_content {
  display: none;
}
.collapse_content.open {
  display: block;
}

.collapse_content_link span {
  color: #0abc7b;
  cursor: pointer;
}
.collapse_content_link span:hover {
  color: #006fe6;
  border-bottom: 1px solid;
}
.collapse_content_link span:active, .collapse_content_link span:focus {
  color: #0062cc;
  border-bottom: 1px solid;
}

.ulogin_label {
  margin-top: 4px;
}

.swiper-pagination {
  padding: 10px 0;
}

.swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 13px;
  background-color: transparent !important;
  margin: 0 4px;
  opacity: 1 !important;
  position: relative;
}
.swiper-pagination-bullet:hover:after {
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #f28b00 !important;
  border-radius: 50%;
  opacity: 1 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.1s ease-in-out;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 12px;
  height: 12px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 60px;
  height: 60px;
  border: 1px solid;
  border-color: #323e48;
  border-radius: 50%;
  text-align: center;
  transition: all 200ms;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #323e48;
}
.swiper-button-prev:hover svg,
.swiper-button-next:hover svg {
  fill: #fff;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper-button-prev.white,
.swiper-button-next.white {
  border-color: rgba(255, 255, 255, 0.5);
}
.swiper-button-prev.white:hover,
.swiper-button-next.white:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.swiper-button-prev.white svg,
.swiper-button-next.white svg {
  fill: #fff;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  fill: #323e48;
  transition: all 200ms;
}

.breadcrumbs {
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .breadcrumbs {
    font-size: 0.9375rem;
    margin-bottom: 30px;
  }
}
.breadcrumbs a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-decoration: none !important;
}
.breadcrumbs a:hover {
  color: #fff;
  text-decoration: none;
}
.breadcrumbs a:focus, .breadcrumbs a:active {
  color: #fff;
  text-decoration: none;
}
.breadcrumbs .breadcrumb_last {
  color: #fff;
}

.b_section {
  position: relative;
}
.b_section:first-child .sline.top {
  top: 89px !important;
}
.b_section:first-child .sline.left:before, .b_section:first-child .sline.right:before {
  top: 85px !important;
}
.b_section:first-child .b_section_content {
  padding-top: 90px;
}
@media (min-width: 992px) {
  .b_section:first-child .b_section_content {
    padding-top: 130px;
  }
}
.b_section .b_section_content {
  padding: 50px 0;
  /*@media (min-width: 1366px) and (min-height: 760px) {
      padding-top: 90px;
  }*/
}
@media (min-width: 1366px) and (min-height: 700px) {
  .b_section .b_section_content {
    padding-top: 80px;
  }
}
@media (min-width: 1366px) and (min-height: 900px) {
  .b_section .b_section_content {
    padding-top: 130px;
  }
}

#fp-nav.right {
  right: 7px;
}
@media (max-height: 699px) {
  #fp-nav.right {
    right: 3px;
  }
}
@media (max-width: 1365px) {
  #fp-nav.right {
    right: 3px;
  }
}

.fp-section {
  overflow: hidden;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #f28b00;
}

.full_sections .full_section:first-child .sline.top {
  top: 89px !important;
}
.full_sections .full_section:first-child .sline.left:before, .full_sections .full_section:first-child .sline.right:before {
  top: 85px !important;
}

@media (min-width: 992px) {
  .full_section {
    visibility: hidden;
  }
  .full_section.fp-section {
    visibility: visible;
  }
  .full_section.active [data-anim=up1],
  .full_section.active [data-anim=up2],
  .full_section.active [data-anim=up3],
  .full_section.active [data-anim=up4] {
    animation: fade_in_up;
    animation-duration: 400ms;
    animation-fill-mode: both;
    transition-timing-function: linear;
  }
  .full_section.active [data-anim=up1] {
    animation-delay: 400ms;
  }
  .full_section.active [data-anim=up2] {
    animation-delay: 700ms;
  }
  .full_section.active [data-anim=up3] {
    animation-delay: 1000ms;
  }
  .full_section.active [data-anim=up4] {
    animation-delay: 1300ms;
  }
  .full_section.active .swiper-slide.swiper-slide-active [data-anim=up1],
  .full_section.active .swiper-slide.swiper-slide-active [data-anim=up2],
  .full_section.active .swiper-slide.swiper-slide-active [data-anim=up3],
  .full_section.active .swiper-slide.swiper-slide-active [data-anim=up4] {
    animation: fade_in_up2;
    animation-duration: 400ms;
    animation-fill-mode: both;
    transition-timing-function: linear;
  }
  .full_section.active .swiper-slide.swiper-slide-active [data-anim=up1] {
    animation-delay: 300ms;
  }
  .full_section.active .swiper-slide.swiper-slide-active [data-anim=up2] {
    animation-delay: 600ms;
  }
  .full_section.active .swiper-slide.swiper-slide-active [data-anim=up3] {
    animation-delay: 900ms;
  }
  .full_section.active .swiper-slide.swiper-slide-active [data-anim=up4] {
    animation-delay: 1200ms;
  }
}
.wline {
  display: flex;
  line-height: 1.2;
}
.wline:before {
  content: "";
  border-right: 4px solid #f28b00;
  margin-right: 30px;
  margin-top: 8px;
  margin-bottom: 3px;
}
@media (max-width: 480px) {
  .wline:before {
    margin-right: 15px;
  }
}

.b_accordion_item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.b_accordion_item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.b_accordion_item_header button {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 600;
  color: #fff;
  background-color: transparent;
  border: 0;
  padding: 20px 50px 20px 0;
  text-align: left;
}
.b_accordion_item_header button:hover, .b_accordion_item_header button:focus {
  color: rgba(255, 255, 255, 0.6);
}
.b_accordion_item_header button[aria-expanded=true] {
  color: #f28b00;
}
.b_accordion_item_header button[aria-expanded=true]:after {
  display: none;
}
.b_accordion_item_header button:before, .b_accordion_item_header button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.b_accordion_item_header button:before {
  width: 20px;
  border-top: 2px solid;
  right: 0;
}
.b_accordion_item_header button:after {
  height: 20px;
  border-left: 2px solid;
  right: 9px;
}

.b_accordion_item_body {
  padding: 0 0 30px 0;
}

.fancybox-inner {
  background-color: #323e48;
}
.fancybox-inner:before {
  content: "";
  display: block;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.05) 100%);
  position: absolute;
  top: 50px;
  left: 50px;
  right: 50px;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .fancybox-inner:before {
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 992px) and (max-height: 649px) {
  .fancybox-inner:before {
    top: 0;
    left: 0;
    right: 0;
  }
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: grab;
}

.fancybox-slide .fancybox-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: none !important;
  width: 100% !important;
  height: 100% !important;
  padding: 70px 70px 20px 70px;
  text-align: center;
}
@media (max-width: 991px) {
  .fancybox-slide .fancybox-image-wrap {
    padding: 40px;
  }
}
@media (min-width: 992px) and (max-height: 649px) {
  .fancybox-slide .fancybox-image-wrap {
    padding: 40px;
  }
}

.fancybox-image {
  position: static;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

.fancybox-toolbar {
  top: 70px;
  right: 70px;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .fancybox-toolbar {
    top: 20px;
    right: 20px;
  }
}
@media (min-width: 992px) and (max-height: 649px) {
  .fancybox-toolbar {
    top: 20px;
    right: 20px;
  }
}

.fancybox-button:focus {
  outline: none !important;
}
.fancybox-button.fancybox-button--close {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.fancybox-navigation .fancybox-button--arrow_left:before,
.fancybox-navigation .fancybox-button--arrow_right:before {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 70px;
}
@media (max-width: 991px) {
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 20px;
  }
}
@media (min-width: 992px) and (max-height: 649px) {
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 20px;
  }
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 70px;
}
@media (max-width: 991px) {
  .fancybox-navigation .fancybox-button--arrow_right {
    right: 20px;
  }
}
@media (min-width: 992px) and (max-height: 649px) {
  .fancybox-navigation .fancybox-button--arrow_right {
    right: 20px;
  }
}

.fancybox-sline {
  border-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .fancybox-sline {
    display: none;
  }
}
@media (min-width: 992px) and (max-height: 649px) {
  .fancybox-sline {
    display: none;
  }
}
.fancybox-sline.top {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  top: 50px;
  left: 0;
  right: 0;
}
.fancybox-sline.left, .fancybox-sline.right {
  border-right-width: 1px;
  border-right-style: solid;
}
.fancybox-sline.left:before, .fancybox-sline.right:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 46px;
  left: -4px;
}
.fancybox-sline.left {
  left: 50px;
  bottom: 0;
}
.fancybox-sline.right {
  right: 50px;
  bottom: 0;
}

.seo_content {
  font-size: 1rem;
  color: #323e48;
}
@media (min-width: 992px) and (min-height: 600px) {
  .seo_content {
    overflow: auto;
  }
}
.seo_content h1, .seo_content h2, .seo_content h3, .seo_content h4, .seo_content h5, .seo_content h6,
.seo_content .h1, .seo_content .h2, .seo_content .h3, .seo_content .h4, .seo_content .h5, .seo_content .h6 {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 800;
  color: #323e48;
  margin-bottom: 20px;
}
.seo_content h1,
.seo_content .h1 {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .seo_content h1,
  .seo_content .h1 {
    font-size: 1.25rem;
  }
}
.seo_content h2,
.seo_content .h2 {
  font-size: 1.375rem;
}
@media (max-width: 767px) {
  .seo_content h2,
  .seo_content .h2 {
    font-size: 1.125rem;
  }
}
.seo_content h3,
.seo_content .h3 {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .seo_content h3,
  .seo_content .h3 {
    font-size: 1rem;
  }
}
.seo_content h4,
.seo_content .h4 {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .seo_content h4,
  .seo_content .h4 {
    font-size: 1rem;
  }
}
.seo_content h5,
.seo_content .h5 {
  font-size: 1rem;
}
.seo_content h6,
.seo_content .h6 {
  font-size: 1rem;
}
.seo_content .blockquote {
  border-left: 3px solid #f28b00;
  padding-left: 30px;
}

.page_loader {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #323e48;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.page_loader .loader {
  width: 48px;
  height: 48px;
  border: 3px solid #f28b00;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes fade_in_up {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fade_in_up2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fade_in_left {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body[class*=fp-viewing-] .b_header {
  opacity: 0;
  visibility: hidden;
}

body.fp-viewing-0 .b_header,
body.fp-viewing-intro .b_header {
  opacity: 1;
  visibility: visible;
  transition: all 200ms;
}

.b_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
@media (min-width: 576px) and (max-height: 649px) {
  .b_header:after {
    content: "";
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
}

.b_header_inner {
  display: flex;
  align-items: center;
}

@media (min-width: 1200px) {
  .b_header_left,
  .b_header_right {
    flex: 0 0 200px;
    max-width: 200px;
  }
}

.b_header_right {
  position: relative;
  margin-left: auto;
}

.b_header_center {
  flex-grow: 1;
}
@media (max-width: 991px) {
  .b_header_center {
    display: none;
  }
}

.b_header_logo {
  padding: 10px 0;
}
@media (max-width: 575px) {
  .b_header_logo {
    margin-top: 10px;
  }
}
.b_header_logo img {
  max-width: 100%;
  height: auto;
  max-height: 70px;
}
@media (max-width: 991px) {
  .b_header_logo img.logo_desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .b_header_logo img.logo_mobile {
    display: none;
  }
}

.header_menu {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header_menu li {
  margin-left: 50px;
}
@media (max-width: 1599px) {
  .header_menu li {
    margin-left: 40px;
  }
}
@media (max-width: 1199px) {
  .header_menu li {
    margin-left: 30px;
  }
}
.header_menu li:first-child {
  margin-left: 0;
}
.header_menu li.current-menu-item > .likea, .header_menu li.current-menu-item > a {
  color: #f28b00 !important;
}
.header_menu li.current-menu-item > .likea:after, .header_menu li.current-menu-item > a:after {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}
.header_menu .likea {
  display: flex;
  align-items: center;
  height: 90px;
  font-size: 1rem;
  font-weight: 800;
  position: relative;
  padding-top: 20px;
  text-transform: uppercase;
}
@media (max-width: 1599px) {
  .header_menu .likea {
    font-size: 0.9375rem;
  }
}
@media (max-width: 1199px) {
  .header_menu .likea {
    font-size: 0.875rem;
  }
}
.header_menu .likea:after {
  content: "";
  width: 0;
  height: 3px;
  background: #f28b00;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.header_menu a {
  color: #fff;
  text-decoration: none;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  height: 90px;
  font-size: 1rem;
  font-weight: 800;
  position: relative;
  padding-top: 20px;
  text-transform: uppercase;
}
.header_menu a:hover {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}
.header_menu a:focus, .header_menu a:active {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}
@media (max-width: 1599px) {
  .header_menu a {
    font-size: 0.9375rem;
  }
}
@media (max-width: 1199px) {
  .header_menu a {
    font-size: 0.875rem;
  }
}
.header_menu a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.header_menu a:after {
  content: "";
  width: 0;
  height: 3px;
  background: #f28b00;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: 2;
  transition: all 200ms;
}

.b_header_menu_toggle {
  text-align: right;
}
@media (min-width: 992px) {
  .b_header_menu_toggle {
    padding-top: 10px;
  }
}
.b_header_menu_toggle button {
  width: 46px;
  height: 46px;
  padding: 5px;
}
@media (max-width: 575px) {
  .b_header_menu_toggle button {
    width: 50px;
    height: 55px;
    background: #323e48;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px 10px 10px 10px;
  }
}
.b_header_menu_toggle button:hover svg {
  fill: rgba(255, 255, 255, 0.65);
}
.b_header_menu_toggle button svg {
  fill: #fff;
  transition: fill 200ms;
}

.b_header_lang {
  position: absolute;
  top: 120px;
  right: 10px;
  z-index: 9;
}
@media (max-width: 991px) {
  .b_header_lang {
    display: none;
  }
}
.b_header_lang .language_switcher,
.b_header_lang .language_switcher2 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.b_header_lang .language_switcher li,
.b_header_lang .language_switcher2 li {
  margin-top: 5px;
}
.b_header_lang .language_switcher li:first-child,
.b_header_lang .language_switcher2 li:first-child {
  margin-top: 0;
}
.b_header_lang .language_switcher li.current-lang a,
.b_header_lang .language_switcher2 li.current-lang a {
  color: #fff;
  text-decoration: none;
  text-decoration: none !important;
}
.b_header_lang .language_switcher li.current-lang a:hover,
.b_header_lang .language_switcher2 li.current-lang a:hover {
  color: #fff;
  text-decoration: none;
}
.b_header_lang .language_switcher li.current-lang a:focus, .b_header_lang .language_switcher li.current-lang a:active,
.b_header_lang .language_switcher2 li.current-lang a:focus,
.b_header_lang .language_switcher2 li.current-lang a:active {
  color: #fff;
  text-decoration: none;
}
.b_header_lang .language_switcher a,
.b_header_lang .language_switcher2 a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  text-decoration: none !important;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
.b_header_lang .language_switcher a:hover,
.b_header_lang .language_switcher2 a:hover {
  color: #fff;
  text-decoration: none;
}
.b_header_lang .language_switcher a:focus, .b_header_lang .language_switcher a:active,
.b_header_lang .language_switcher2 a:focus,
.b_header_lang .language_switcher2 a:active {
  color: #fff;
  text-decoration: none;
}
.b_header_lang .language_switcher span,
.b_header_lang .language_switcher2 span {
  display: block;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.b_footer {
  color: #fff;
  background-color: #323e48;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.b_footer a {
  color: #fff;
  text-decoration: none;
  text-decoration: none !important;
}
.b_footer a:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.b_footer a:focus, .b_footer a:active {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.b_footer_top {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .b_footer_top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 991px) {
  .b_footer_top .container {
    max-width: none;
  }
}

@media (max-width: 991px) {
  .b_footer_logo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.b_footer_contacts {
  font-size: 1rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .b_footer_contacts {
    display: flex;
    justify-content: flex-end;
  }
}

.b_footer_address {
  display: flex;
  align-items: center;
}
.b_footer_address svg {
  fill: #fff;
  margin-right: 10px;
}
.b_footer_address span {
  margin-left: 25px;
}
@media (min-width: 992px) {
  .b_footer_address + .b_footer_phones {
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .b_footer_address + .b_footer_phones {
    margin-top: 30px;
  }
}

.b_footer_phones {
  display: flex;
  align-items: center;
}
.b_footer_phones svg {
  fill: #fff;
  margin-right: 10px;
}
.b_footer_phones span {
  margin-left: 25px;
}

.b_footer_middle {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .b_footer_middle {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .b_footer_nav {
    margin-bottom: 15px;
  }
}

.b_footer_nav_title {
  font-size: 1.125rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 30px;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 767px) {
  .b_footer_nav_title {
    position: relative;
    margin-bottom: 15px;
  }
  .b_footer_nav_title:after {
    content: "+";
    display: block;
    width: 28px;
    height: 28px;
    font-size: 1.75rem;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
  }
  .b_footer_nav_title.opened:after {
    content: "–";
  }
}

.footer_menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .footer_menu {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .footer_menu {
    display: none;
    margin: 30px 0;
  }
}
@media (min-width: 992px) {
  .footer_menu#footer_menu2 {
    width: 230px;
  }
}
.footer_menu > li {
  position: relative;
  z-index: 1;
}
.footer_menu > li.menu-item-has-children:hover > a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  text-decoration: none !important;
}
.footer_menu > li.menu-item-has-children:hover > a:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.footer_menu > li.menu-item-has-children:hover > a:focus, .footer_menu > li.menu-item-has-children:hover > a:active {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.footer_menu > li.menu-item-has-children:hover > a + .sub-menu-toggler:after {
  border-color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 992px) {
  .footer_menu > li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}
.footer_menu > li.menu-item-has-children > a {
  display: block;
}
.footer_menu > li .sub-menu-toggler {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}
.footer_menu > li .sub-menu-toggler:after {
  width: 8px;
  height: 8px;
  border-color: #fff;
  margin-top: -4px;
  margin-left: -4px;
}
.footer_menu a {
  display: inline-block;
  padding: 7px 0;
}
.footer_menu a:hover + .sub-menu-toggler:after {
  border-color: rgba(255, 255, 255, 0.6);
}
.footer_menu .likea {
  display: inline-block;
  padding: 7px 0;
}
.footer_menu .sub-menu-toggler {
  position: relative;
  vertical-align: middle;
  width: 24px;
  height: 40px;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  left: -24px;
}
@media (min-width: 992px) {
  .footer_menu .sub-menu-toggler {
    z-index: -1;
  }
}
.footer_menu .sub-menu-toggler:after {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-top: -6px;
  margin-left: -6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg);
  transition: border-color 200ms;
}
.footer_menu .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .footer_menu .sub-menu {
    width: 230px;
    position: absolute;
    top: 0;
    left: 100%;
  }
}
.footer_menu .sub-menu li {
  position: relative;
}
@media (min-width: 992px) {
  .footer_menu .sub-menu li:first-child {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .footer_menu .sub-menu a {
    text-transform: none;
  }
}
.footer_menu .sub-menu .sub-menu-toggler {
  display: none;
}
.footer_menu .sub-menu .sub-menu {
  display: none;
}

.b_footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0;
}
@media (max-width: 991px) {
  .b_footer_bottom {
    padding: 15px 0;
  }
}

.b_footer_socials {
  display: flex;
}
@media (min-width: 992px) {
  .b_footer_socials {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .b_footer_socials {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .b_footer_socials {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .b_footer_socials {
    padding-right: 80px;
  }
}
.b_footer_socials span {
  font-size: 0.875rem;
  font-weight: 300;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 30px;
  padding: 5px 30px 5px 0;
}
@media (max-width: 480px) {
  .b_footer_socials span {
    width: 100%;
  }
}
.b_footer_socials a {
  display: flex;
  align-items: center;
}
.b_footer_socials a:hover svg {
  fill: rgba(255, 255, 255, 0.6);
}
.b_footer_socials a + a {
  margin-left: 20px;
}
.b_footer_socials a svg {
  width: auto;
  height: 24px;
  fill: #fff;
  transition: fill 200ms;
}

.b_footer_copyright {
  font-size: 0.875rem;
}

#popup_menu .b_popup_content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
#popup_menu .b_popup_body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  margin-left: 15px;
}
@media (min-width: 992px) {
  #popup_menu .b_popup_body {
    position: relative;
    margin-top: 90px;
    margin-left: 60px;
    margin-right: 60px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  #popup_menu .b_popup_close {
    top: -80px;
    right: 0;
  }
}
@media (max-width: 991px) {
  #popup_menu .b_popup_close {
    width: 50px;
    height: 55px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    top: 0;
    right: 15px;
  }
  #popup_menu .b_popup_close:before, #popup_menu .b_popup_close:after {
    border-color: #323e48;
    top: 27px;
    left: 9px;
  }
}

.b_popup_lang {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .b_popup_lang {
    margin-bottom: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 991px) {
  .b_popup_lang {
    margin-top: 50px;
  }
}
.b_popup_lang .language_switcher,
.b_popup_lang .language_switcher2 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.b_popup_lang .language_switcher li,
.b_popup_lang .language_switcher2 li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.b_popup_lang .language_switcher li:first-child,
.b_popup_lang .language_switcher2 li:first-child {
  margin-left: 0;
}
.b_popup_lang .language_switcher li.current-lang a,
.b_popup_lang .language_switcher2 li.current-lang a {
  color: #fff;
  text-decoration: none;
  text-decoration: none !important;
}
.b_popup_lang .language_switcher li.current-lang a:hover,
.b_popup_lang .language_switcher2 li.current-lang a:hover {
  color: #fff;
  text-decoration: none;
}
.b_popup_lang .language_switcher li.current-lang a:focus, .b_popup_lang .language_switcher li.current-lang a:active,
.b_popup_lang .language_switcher2 li.current-lang a:focus,
.b_popup_lang .language_switcher2 li.current-lang a:active {
  color: #fff;
  text-decoration: none;
}
.b_popup_lang .language_switcher a,
.b_popup_lang .language_switcher2 a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  text-decoration: none !important;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
.b_popup_lang .language_switcher a:hover,
.b_popup_lang .language_switcher2 a:hover {
  color: #fff;
  text-decoration: none;
}
.b_popup_lang .language_switcher a:focus, .b_popup_lang .language_switcher a:active,
.b_popup_lang .language_switcher2 a:focus,
.b_popup_lang .language_switcher2 a:active {
  color: #fff;
  text-decoration: none;
}
.b_popup_lang .language_switcher span,
.b_popup_lang .language_switcher2 span {
  display: block;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.b_popup_nav {
  margin-bottom: 30px;
}

.popup_menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .popup_menu {
    width: 190px;
  }
}
.popup_menu > li {
  position: relative;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .popup_menu > li {
    margin-top: 20px;
  }
}
.popup_menu > li:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .popup_menu > li.is_catalog a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    text-decoration: none !important;
  }
  .popup_menu > li.is_catalog a:hover {
    color: #f28b00;
    text-decoration: none;
  }
  .popup_menu > li.is_catalog a:focus, .popup_menu > li.is_catalog a:active {
    color: #f28b00;
    text-decoration: none;
  }
  .popup_menu > li.is_catalog > a {
    display: block;
  }
  .popup_menu > li.is_catalog > a:hover {
    color: rgba(255, 255, 255, 0.6) !important;
    cursor: default !important;
  }
  .popup_menu > li.is_catalog > a:hover + .sub-menu-toggler:after {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .popup_menu > li.is_catalog .sub-menu-toggler:after {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .popup_menu > li.is_catalog > .sub-menu-toggler {
    position: absolute;
    top: 4px;
    left: auto;
    right: 35px;
  }
  .popup_menu > li > .sub-menu {
    width: 220px;
    display: block !important;
    margin-left: 30px;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .popup_menu li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  .popup_menu li.menu-item-has-children:hover > a {
    color: #f28b00;
    text-decoration: none;
    text-decoration: none !important;
  }
  .popup_menu li.menu-item-has-children:hover > a:hover {
    color: #f28b00;
    text-decoration: none;
  }
  .popup_menu li.menu-item-has-children:hover > a:focus, .popup_menu li.menu-item-has-children:hover > a:active {
    color: #f28b00;
    text-decoration: none;
  }
  .popup_menu li.menu-item-has-children:hover > .sub-menu-toggler:after {
    border-color: #f28b00;
  }
}
.popup_menu li.menu-item-has-children > a, .popup_menu li.menu-item-has-children > .likea {
  padding-right: 50px;
}
.popup_menu .likea {
  font-size: 1.125rem;
  font-weight: 700;
  color: #f28b00;
  vertical-align: middle;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .popup_menu .likea {
    font-size: 1.25rem;
  }
}
.popup_menu a {
  color: #fff;
  text-decoration: none;
  text-decoration: none !important;
  font-size: 1.125rem;
  font-weight: 700;
  vertical-align: middle;
  text-transform: uppercase;
}
.popup_menu a:hover {
  color: #f28b00;
  text-decoration: none;
}
.popup_menu a:focus, .popup_menu a:active {
  color: #f28b00;
  text-decoration: none;
}
@media (min-width: 992px) {
  .popup_menu a {
    font-size: 1.25rem;
  }
}
.popup_menu a:hover + .sub-menu-toggler:after {
  border-color: #f28b00;
}
.popup_menu .sub-menu-toggler {
  position: relative;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  left: -24px;
}
@media (min-width: 992px) {
  .popup_menu .sub-menu-toggler {
    z-index: -1;
  }
}
.popup_menu .sub-menu-toggler:after {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-top: -6px;
  margin-left: -6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg);
  transition: border-color 200ms;
}
.popup_menu .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .popup_menu .sub-menu {
    width: 250px;
    position: absolute;
    top: 0;
    left: 100%;
  }
}
.popup_menu .sub-menu li {
  position: relative;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .popup_menu .sub-menu li:first-child {
    margin-top: 0;
  }
}
.popup_menu .sub-menu li:hover .sub-menu-toggler:after {
  border-color: #f28b00;
}
.popup_menu .sub-menu .likea {
  display: block;
  font-size: 1rem;
}
.popup_menu .sub-menu a {
  display: block;
  font-size: 1rem;
}
.popup_menu .sub-menu .sub-menu-toggler {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}
.popup_menu .sub-menu .sub-menu-toggler:after {
  width: 8px;
  height: 8px;
  border-color: #fff;
  margin-top: -4px;
  margin-left: -4px;
}
.popup_menu .sub-menu .sub-menu .sub-menu {
  display: none;
}

.b_popup_phones {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .b_popup_phones {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.b_popup_phones svg {
  width: 25px;
  height: auto;
  fill: #f28b00;
}
@media (min-width: 992px) {
  .b_popup_phones svg {
    fill: #fff;
  }
}
.b_popup_phones a {
  color: #f28b00;
  text-decoration: none;
  text-decoration: none !important;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
.b_popup_phones a:hover {
  color: #fff;
  text-decoration: none;
}
.b_popup_phones a:focus, .b_popup_phones a:active {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  .b_popup_phones a {
    color: #fff;
    text-decoration: none;
    text-decoration: none !important;
  }
  .b_popup_phones a:hover {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
  }
  .b_popup_phones a:focus, .b_popup_phones a:active {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
  }
}

.b_popup_socials {
  display: flex;
  vertical-align: middle;
  margin-bottom: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .b_popup_socials {
    display: none;
  }
}
.b_popup_socials span {
  font-size: 0.875rem;
  font-weight: 300;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 30px;
  padding: 5px 30px 5px 0;
}
.b_popup_socials a {
  display: flex;
  align-items: center;
}
.b_popup_socials a:hover svg {
  fill: rgba(255, 255, 255, 0.6);
}
.b_popup_socials a + a {
  margin-left: 20px;
}
.b_popup_socials a svg {
  width: auto;
  height: 24px;
  fill: #fff;
  transition: fill 200ms;
}

body[class*=fp-viewing-] #back_to_top {
  display: block !important;
}

body.fp-viewing-0 #back_to_top,
body.fp-viewing-intro #back_to_top {
  display: none !important;
}

#back_to_top {
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  opacity: 0.6;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 50;
  box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.2);
  transition: all 200ms;
}
#back_to_top:hover {
  opacity: 1;
}

body[class*=fp-viewing-] .b_fixed_buttons {
  display: block;
}

body.fp-viewing-0 .b_fixed_buttons,
body.fp-viewing-intro .b_fixed_buttons {
  display: none;
}

.b_fixed_buttons {
  display: none;
  position: fixed;
  left: 0;
  bottom: 20px;
  z-index: 5;
  width: auto;
}
.b_fixed_buttons .btn, .b_fixed_buttons .wpcf7-form .wpcf7-submit, .wpcf7-form .b_fixed_buttons .wpcf7-submit {
  background-color: #f3910d;
  border-color: #f3910d;
  opacity: 0.75;
}

.b_hot_contacts {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 5;
  opacity: 0.95;
  transition: all 200ms;
}
.b_hot_contacts:hover {
  opacity: 1;
}
.b_hot_contacts.active .b_hot_contacts_items {
  display: block;
}
.b_hot_contacts.active .b_hot_contacts_items button:hover {
  opacity: 1;
}
.b_hot_contacts.active .b_hot_contacts_main {
  background-color: #aaa;
}
.b_hot_contacts.active .b_hot_contacts_main svg {
  display: none;
}
.b_hot_contacts.active .b_hot_contacts_main svg:last-child {
  display: inline-block;
}
.b_hot_contacts button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 44px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  outline: none !important;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.2);
}
.b_hot_contacts button.b_hot_contacts_totop {
  display: none;
}

.b_hot_contacts_items {
  display: none;
}
.b_hot_contacts_items button {
  background-color: #0a4584;
  margin-bottom: 10px;
  opacity: 0.9;
}
.b_hot_contacts_items button.feedback {
  background-color: #777;
}
.b_hot_contacts_items button.viber {
  background-color: #784f99;
}
.b_hot_contacts_items button.telegram {
  background-color: #2fa3d9;
}
.b_hot_contacts_items button.whatsapp {
  background-color: #24cc63;
}

.b_hot_contacts_main {
  background-color: #f28b00;
}
.b_hot_contacts_main svg:last-child {
  display: none;
}

body[class*=fp-viewing-] .b_hot_contacts_totop {
  display: block !important;
}

body.fp-viewing-0 .b_hot_contacts_totop,
body.fp-viewing-intro .b_hot_contacts_totop {
  display: none !important;
}

.b_hot_contacts_totop {
  margin-top: 10px;
}

.b_home_sections .b_section_intro .sline.top {
  top: 89px !important;
}
.b_home_sections .b_section_intro .sline.left:before, .b_home_sections .b_section_intro .sline.right:before {
  top: 85px !important;
}
.b_home_sections #intro_slider {
  height: 100%;
}
.b_home_sections #intro_slider .swiper-slide {
  position: relative;
  background-color: #323e48;
}
.b_home_sections #intro_slider .b_slide_bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 480px) {
  .b_home_sections #intro_slider .b_slide_bg.mobile + .b_slide_bg.desktop {
    display: none;
  }
}
@media (min-width: 481px) {
  .b_home_sections #intro_slider .b_slide_bg.mobile {
    display: none;
  }
}
.b_home_sections #intro_slider .b_slide_bg:after {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.b_home_sections #intro_slider .b_slide_content {
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 90px 0;
}
@media (max-width: 991px) {
  .b_home_sections #intro_slider .b_slide_content {
    padding: 70px 0 50px 0;
  }
}
.b_home_sections #intro_slider .b_slide_content .b_slide_image {
  display: flex;
  align-items: center;
  height: 100%;
}
.b_home_sections #intro_slider .b_slide_content .b_slide_image.desktop {
  margin-left: -23%;
  margin-top: 30px;
}
@media (min-width: 1366px) {
  .b_home_sections #intro_slider .b_slide_content .b_slide_image.desktop {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .b_home_sections #intro_slider .b_slide_content .b_slide_image.mobile + .b_slide_image.desktop {
    display: none;
  }
}
@media (min-width: 481px) {
  .b_home_sections #intro_slider .b_slide_content .b_slide_image.mobile {
    display: none;
  }
}
.b_home_sections #intro_slider .b_slide_content .b_slide_image img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
@media (max-width: 1199px) {
  .b_home_sections #intro_slider .b_slide_content .b_slide_image img {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .b_home_sections #intro_slider .b_slide_content .b_slide_content_text {
    width: 100%;
    max-width: 60%;
    padding-left: 50px;
  }
}
.b_home_sections #intro_slider .b_slide_content .b_slide_title {
  font-size: 2.625rem;
  line-height: 1.2;
  font-family: "Playfair Display", sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
@media (min-width: 1200px) {
  .b_home_sections #intro_slider .b_slide_content .b_slide_title {
    font-size: 3.25rem;
  }
}
@media (max-width: 480px) {
  .b_home_sections #intro_slider .b_slide_content .b_slide_title {
    font-size: 2.25rem;
  }
}
.b_home_sections #intro_slider .b_slide_content .b_slide_title + .b_slide_description {
  margin-top: 10px;
}
.b_home_sections #intro_slider .b_slide_content .b_slide_description {
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.2;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
@media (min-width: 1200px) {
  .b_home_sections #intro_slider .b_slide_content .b_slide_description {
    font-size: 1.875rem;
  }
}
.b_home_sections #intro_slider .b_slide_content_inner {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 480px) {
  .b_home_sections #intro_slider .swiper-pagination {
    bottom: 40px;
  }
}
.b_home_sections .b_single_slide {
  height: 100%;
  position: relative;
  background-color: #323e48;
}
.b_home_sections .b_single_slide .b_slide_bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 480px) {
  .b_home_sections .b_single_slide .b_slide_bg.mobile + .b_slide_bg.desktop {
    display: none;
  }
}
@media (min-width: 481px) {
  .b_home_sections .b_single_slide .b_slide_bg.mobile {
    display: none;
  }
}
.b_home_sections .b_single_slide .b_slide_bg:after {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.b_home_sections .b_single_slide .b_slide_content {
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 90px 0;
}
@media (max-width: 991px) {
  .b_home_sections .b_single_slide .b_slide_content {
    padding: 70px 0 50px 0;
  }
}
.b_home_sections .b_single_slide .b_slide_content .b_slide_image {
  display: flex;
  align-items: center;
  height: 100%;
}
.b_home_sections .b_single_slide .b_slide_content .b_slide_image.desktop {
  margin-left: -23%;
  margin-top: 30px;
}
@media (min-width: 1366px) {
  .b_home_sections .b_single_slide .b_slide_content .b_slide_image.desktop {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .b_home_sections .b_single_slide .b_slide_content .b_slide_image.mobile + .b_slide_image.desktop {
    display: none;
  }
}
@media (min-width: 481px) {
  .b_home_sections .b_single_slide .b_slide_content .b_slide_image.mobile {
    display: none;
  }
}
.b_home_sections .b_single_slide .b_slide_content .b_slide_image img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
@media (max-width: 1199px) {
  .b_home_sections .b_single_slide .b_slide_content .b_slide_image img {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .b_home_sections .b_single_slide .b_slide_content .b_slide_content_text {
    width: 100%;
    max-width: 60%;
    padding-left: 50px;
  }
}
.b_home_sections .b_single_slide .b_slide_content .b_slide_title {
  font-size: 2.625rem;
  line-height: 1.2;
  font-family: "Playfair Display", sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
@media (min-width: 1200px) {
  .b_home_sections .b_single_slide .b_slide_content .b_slide_title {
    font-size: 3.25rem;
  }
}
@media (max-width: 480px) {
  .b_home_sections .b_single_slide .b_slide_content .b_slide_title {
    font-size: 2.25rem;
  }
}
.b_home_sections .b_single_slide .b_slide_content .b_slide_title + .b_slide_description {
  margin-top: 10px;
}
.b_home_sections .b_single_slide .b_slide_content .b_slide_description {
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.2;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
@media (min-width: 1200px) {
  .b_home_sections .b_single_slide .b_slide_content .b_slide_description {
    font-size: 1.875rem;
  }
}
.b_home_sections .b_single_slide .b_slide_content_inner {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 480px) {
  .b_home_sections .b_single_slide .swiper-pagination {
    bottom: 40px;
  }
}
.b_home_sections .b_intro_socials {
  font-size: 1rem;
  margin-bottom: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.b_home_sections .b_intro_socials_inner {
  display: flex;
}
@media (min-width: 992px) {
  .b_home_sections .b_intro_socials_inner {
    transform: rotate(-90deg);
    position: absolute;
    width: 1px;
    height: 1px;
  }
}
.b_home_sections .b_intro_socials_inner a {
  color: #fff;
  text-decoration: none;
  text-decoration: none !important;
  height: 25px;
}
.b_home_sections .b_intro_socials_inner a:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.b_home_sections .b_intro_socials_inner a:focus, .b_home_sections .b_intro_socials_inner a:active {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.b_home_sections .b_intro_socials_inner a + a {
  border-left: 1px solid #fff;
  margin-left: 25px;
  padding-left: 25px;
}

@media (max-width: 991px) {
  .b_home_sections .b_section_about {
    height: auto !important;
  }
}
.b_home_sections .b_section_about_content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  padding: 50px;
  /*@media (min-width: 1366px) and (min-height: 760px) {
      padding-top: 80px;
  }*/
}
@media (max-width: 991px) {
  .b_home_sections .b_section_about_content {
    padding: 50px 15px;
  }
}
@media (min-width: 1366px) and (min-height: 700px) {
  .b_home_sections .b_section_about_content {
    padding-top: 80px;
  }
}
@media (min-width: 1366px) and (min-height: 900px) {
  .b_home_sections .b_section_about_content {
    padding-top: 130px;
  }
}
@media (min-width: 992px) {
  .b_home_sections .b_section_about_content_inner {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    max-width: 500px;
    max-height: 600px;
  }
}
.b_home_sections .b_section_about_title {
  margin-bottom: 50px;
}
.b_home_sections .b_section_about_text {
  margin-bottom: 50px;
}
.b_home_sections .b_section_about_advantages {
  margin-bottom: 40px;
}
.b_home_sections .b_section_about_advantages span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 12px;
  margin-bottom: 25px;
  padding-right: 15px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .b_home_sections .b_section_about_advantages span {
    font-size: 1rem;
    margin-right: 8px;
    padding-right: 12px;
  }
}
.b_home_sections .b_section_about_advantages span:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.b_home_sections .b_section_about_image {
  height: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
@media (max-width: 991px) {
  .b_home_sections .b_section_about_image {
    height: 600px;
  }
}
@media (max-width: 480px) {
  .b_home_sections .b_section_about_image {
    height: auto;
    padding-top: 150%;
  }
}

.b_home_sections .b_section_tech {
  color: #323e48;
  background-color: #fff;
}
@media (max-width: 991px) {
  .b_home_sections .b_section_tech {
    height: auto !important;
  }
}
.b_home_sections .b_section_tech_content {
  padding: 50px;
  /*@media (min-width: 1366px) and (min-height: 760px) {
      padding-top: 80px;
  }*/
}
@media (max-width: 991px) {
  .b_home_sections .b_section_tech_content {
    padding: 50px 15px;
  }
}
@media (min-width: 992px) {
  .b_home_sections .b_section_tech_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
}
@media (min-width: 1366px) and (min-height: 700px) {
  .b_home_sections .b_section_tech_content {
    padding-top: 80px;
  }
}
@media (min-width: 1366px) and (min-height: 900px) {
  .b_home_sections .b_section_tech_content {
    padding-top: 130px;
  }
}
@media (min-width: 992px) {
  .b_home_sections .b_section_tech_content_inner {
    display: flex;
    max-width: 500px;
    height: 100%;
    max-height: 600px;
    flex-direction: column;
    justify-content: space-between;
  }
}
.b_home_sections .b_section_tech_title {
  color: #323e48;
  margin-bottom: 50px;
}
.b_home_sections .b_section_tech_text {
  margin-bottom: 50px;
}
.b_home_sections .b_section_tech_image {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 991px) {
  .b_home_sections .b_section_tech_image {
    height: 600px;
  }
}
@media (max-width: 480px) {
  .b_home_sections .b_section_tech_image {
    height: auto;
    padding-top: 100%;
  }
}

@media (max-width: 991px) {
  .b_home_sections .b_section_catalog {
    height: auto !important;
  }
}
.b_home_sections .b_section_catalog_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 50px 0;
  /*@media (min-width: 1366px) and (min-height: 760px) {
      padding-top: 80px;
  }*/
}
@media (min-height: 750px) {
  .b_home_sections .b_section_catalog_content {
    justify-content: center;
  }
}
@media (min-width: 1366px) and (min-height: 700px) {
  .b_home_sections .b_section_catalog_content {
    padding-top: 80px;
  }
}
@media (min-width: 1366px) and (min-height: 900px) {
  .b_home_sections .b_section_catalog_content {
    padding-top: 130px;
  }
}
.b_home_sections .b_section_catalog_title {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .b_home_sections .b_section_catalog_title {
    justify-content: center;
  }
}
@media (min-height: 900px) {
  .b_home_sections .b_section_catalog_title {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .b_home_sections .b_section_catalog_categories {
    margin-bottom: 30px;
  }
}
.b_home_sections .b_section_catalog_categories_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .b_home_sections .b_section_catalog_categories_list {
    display: none;
  }
}
.b_home_sections .b_section_catalog_categories_list li {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 20px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  cursor: pointer;
  transition: all 200ms;
}
.b_home_sections .b_section_catalog_categories_list li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.b_home_sections .b_section_catalog_categories_list li:hover {
  color: #f28b00;
  padding-left: 40px;
}
.b_home_sections .b_section_catalog_categories_list li.active {
  color: #f28b00;
}
.b_home_sections .b_section_catalog_categories_label {
  font-size: 1rem;
  font-weight: 600;
  color: #aaa;
  margin-bottom: 7px;
  padding-left: 14px;
}
@media (min-width: 992px) {
  .b_home_sections .b_section_catalog_categories_label {
    display: none;
  }
}
.b_home_sections .b_section_catalog_categories_select {
  height: auto;
  font-size: 1.25rem;
  color: #fff;
  background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") no-repeat right 0.75rem center/8px 10px;
  border-color: rgba(255, 255, 255, 0.5);
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .b_home_sections .b_section_catalog_categories_select {
    display: none;
  }
}
.b_home_sections .b_section_catalog_categories_select option {
  color: #323e48;
}
.b_home_sections .b_section_catalog_products_list {
  display: none;
  position: relative;
}
@media (min-width: 992px) {
  .b_home_sections .b_section_catalog_products_list {
    min-height: 530px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .b_home_sections .b_section_catalog_products_list {
    padding: 0 100px 0 30px;
  }
}
@media (min-width: 1200px) {
  .b_home_sections .b_section_catalog_products_list {
    padding: 0 100px;
  }
}
.b_home_sections .b_section_catalog_products_list.active {
  display: block;
}
@media (min-width: 992px) {
  .b_home_sections .catalog_section_slider + .swiper-navigation {
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 1;
  }
  .b_home_sections .catalog_section_slider + .swiper-navigation .swiper-button-prev,
  .b_home_sections .catalog_section_slider + .swiper-navigation .swiper-button-next {
    position: static;
    margin: 15px 0;
  }
}
@media (max-width: 991px) {
  .b_home_sections .catalog_section_slider + .swiper-navigation {
    /*.swiper-button-prev,
    .swiper-button-next {
        margin: 0;
        position: absolute;
        top: 40%;
    }
    .swiper-button-prev {
        left: 0;
    }
    .swiper-button-next {
        right: 0;
    }*/
    display: none;
  }
  .b_home_sections .catalog_section_slider .swiper-wrapper {
    flex-wrap: wrap;
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
  }
  .b_home_sections .catalog_section_slider .swiper-slide {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.b_home_sections .b_product_slide {
  display: block;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 992px) {
  .b_home_sections .b_product_slide {
    opacity: 0.5;
    transition: opacity 200ms !important;
  }
  .b_home_sections .b_product_slide:hover {
    opacity: 1;
  }
}
.b_home_sections .b_product_slide_image {
  margin-bottom: 10px;
  text-align: center;
}
.b_home_sections .b_product_slide_image img {
  max-width: 100%;
  height: auto;
  max-height: 400px;
}
@media (min-width: 992px) and (max-height: 679px) {
  .b_home_sections .b_product_slide_image img {
    max-height: 300px;
  }
}
.b_home_sections .b_product_slide_title {
  font-weight: 600;
}
@media (max-width: 480px) {
  .b_home_sections .b_product_slide_title {
    font-size: 1rem;
  }
}
.b_home_sections .b_product_slide_description {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.2;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 10px;
}
@media (max-width: 480px) {
  .b_home_sections .b_product_slide_description {
    font-size: 0.875rem;
    padding: 10px 5px;
  }
}

.b_home_sections .b_section_team {
  background: rgba(7, 31, 59, 0.85);
}
@media (max-width: 991px) {
  .b_home_sections .b_section_team {
    height: auto !important;
  }
}
.b_home_sections .b_section_team_image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.b_home_sections .b_section_team_content {
  padding: 50px 15px;
  text-align: center;
  /*@media (min-width: 1366px) and (min-height: 760px) {
      padding-top: 80px;
  }*/
}
@media (min-width: 992px) {
  .b_home_sections .b_section_team_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
@media (min-width: 1366px) and (min-height: 700px) {
  .b_home_sections .b_section_team_content {
    padding-top: 80px;
  }
}
@media (min-width: 1366px) and (min-height: 900px) {
  .b_home_sections .b_section_team_content {
    padding-top: 130px;
  }
}
@media (min-width: 992px) {
  .b_home_sections .b_section_team_content_inner {
    display: flex;
    height: 100%;
    max-height: 600px;
    max-width: 600px;
    flex-direction: column;
    justify-content: space-between;
  }
}
.b_home_sections .b_section_team_title {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .b_home_sections .b_section_team_title {
    margin-bottom: 50px;
  }
}
.b_home_sections .b_section_team_title svg {
  display: block;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .b_home_sections .b_section_team_title svg {
    margin-top: 30px;
  }
}
.b_home_sections .b_section_team_page_link {
  margin-top: 50px;
}

.b_home_sections .b_section_news {
  color: #323e48;
  background-color: #fff;
  background-image: url("../images/bg_section_news.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media (max-width: 991px) {
  .b_home_sections .b_section_news {
    height: auto !important;
    background-image: none;
  }
}
.b_home_sections .b_section_news_content {
  padding: 50px 0;
  /*@media (min-width: 1366px) and (min-height: 760px) {
      padding-top: 80px;
  }*/
}
@media (min-width: 992px) {
  .b_home_sections .b_section_news_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
@media (min-width: 992px) and (max-height: 699px) {
  .b_home_sections .b_section_news_content {
    padding-bottom: 20px;
  }
}
@media (min-width: 1366px) and (min-height: 700px) {
  .b_home_sections .b_section_news_content {
    padding-top: 80px;
  }
}
@media (min-width: 1366px) and (min-height: 900px) {
  .b_home_sections .b_section_news_content {
    padding-top: 130px;
  }
}
.b_home_sections .b_section_news_title {
  color: #323e48;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .b_home_sections .b_section_news_title {
    justify-content: center;
  }
}
@media (min-height: 750px) {
  .b_home_sections .b_section_news_title {
    margin-bottom: 100px;
  }
}
.b_home_sections .b_section_news_items {
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .b_home_sections .b_section_news_items .b_post_grid_item:nth-child(n+4) {
    display: none;
  }
}
.b_home_sections .b_section_news_page_link {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .b_home_sections .b_section_news_page_link {
    margin-top: 0;
    position: absolute;
    top: -90px;
    right: 0;
  }
}
@media (max-width: 991px) {
  .b_home_sections .b_section_news_page_link {
    margin-top: 0;
  }
}

.b_home_sections .b_section_gallery_content {
  padding: 50px 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .b_home_sections .b_section_gallery_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .b_home_sections .b_section_gallery_content {
    padding-left: 100px;
  }
}
@media (min-width: 992px) and (min-height: 700px) {
  .b_home_sections .b_section_gallery_content {
    padding-top: 150px;
  }
}
.b_home_sections .b_section_gallery_content .gallery_slider_navigation {
  display: flex;
  margin-top: 50px;
}
.b_home_sections .b_section_gallery_content .gallery_slider_navigation .swiper-button-prev,
.b_home_sections .b_section_gallery_content .gallery_slider_navigation .swiper-button-next {
  position: static;
  margin: 0 20px 0 0;
}
.b_home_sections #gallery_slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.b_home_sections #gallery_slider:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.b_home_sections #gallery_slider .b_slide_bg {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.b_home_sections .b_section_gallery_title {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .b_home_sections .b_section_gallery_text {
    max-width: 500px;
  }
}
.b_home_sections .b_section_gallery_page_link {
  margin-top: 30px;
}

.b_home_sections .b_section_content {
  color: #323e48;
  background-color: #fff;
  background-image: url("../images/bg_section_news.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media (max-width: 991px) {
  .b_home_sections .b_section_content {
    height: auto !important;
    background-image: none;
  }
}
.b_home_sections .b_section_content_inner {
  height: 100%;
  padding: 50px 0;
  /*@media (min-width: 1366px) and (min-height: 760px) {
      padding-top: 80px;
  }*/
}
@media (min-width: 1366px) and (min-height: 700px) {
  .b_home_sections .b_section_content_inner {
    padding-top: 80px;
  }
}
@media (min-width: 1366px) and (min-height: 900px) {
  .b_home_sections .b_section_content_inner {
    padding-top: 130px;
  }
}
.b_home_sections .b_section_content_inner .container {
  height: 100%;
}
.b_home_sections .b_section_content_text {
  max-height: 100%;
}
@media (min-width: 992px) and (min-height: 600px) {
  .b_home_sections .b_section_content_text {
    overflow: auto;
  }
}
@media (min-width: 992px) and (min-height: 600px) {
  .b_home_sections .b_section_content_text_inner {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 0 10px;
  }
}

.b_gallery_grid {
  margin-left: -5px;
  margin-right: -5px;
}

.b_gallery_grid_item_outer {
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.b_gallery_grid_item {
  display: block;
  position: relative;
  text-decoration: none;
  outline: none !important;
}
.b_gallery_grid_item:hover .b_gallery_grid_item_image {
  opacity: 0.3;
}
.b_gallery_grid_item:hover .b_gallery_grid_item_title {
  opacity: 1;
  visibility: visible;
  transform: translate(0, -50%);
}

.b_gallery_grid_item_image {
  position: relative;
  overflow: hidden;
  padding-top: 75%;
  transition: opacity 200ms;
}
.b_gallery_grid_item_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.b_gallery_grid_item_title {
  width: 100%;
  font-weight: 400;
  color: #fff;
  padding: 10px;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 0);
  transition: all 300ms ease-in-out 100ms;
}

.b_post_gallery_row {
  margin-left: -5px;
  margin-right: -5px;
}

.b_post_gallery_item_outer {
  padding-left: 5px;
  padding-right: 5px;
}

.b_post_gallery_item {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  padding-top: 75%;
  transition: opacity 200ms;
}
.b_post_gallery_item:hover {
  opacity: 0.3;
}
.b_post_gallery_item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sline {
  border-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .sline {
    display: none;
  }
}
@media (min-width: 992px) and (max-height: 649px) {
  .sline {
    display: none;
  }
}
.sline.gray, .sline.black {
  border-color: rgba(50, 62, 72, 0.4);
}
.sline.gray.left:before, .sline.gray.right:before, .sline.black.left:before, .sline.black.right:before {
  background-color: #323e48;
}
.sline.top {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  top: 89px;
  left: 0;
  right: 0;
}
@media (max-height: 899px) {
  .sline.top {
    top: 50px;
  }
}
@media (max-height: 699px) {
  .sline.top {
    top: 30px;
  }
}
@media (max-width: 1365px) {
  .sline.top {
    top: 30px;
  }
}
.sline.left, .sline.right {
  border-right-width: 1px;
  border-right-style: solid;
}
.sline.left:before, .sline.right:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 85px;
  left: -4px;
}
@media (max-height: 899px) {
  .sline.left:before, .sline.right:before {
    top: 46px;
  }
}
@media (max-height: 699px) {
  .sline.left:before, .sline.right:before {
    top: 26px;
  }
}
@media (max-width: 1365px) {
  .sline.left:before, .sline.right:before {
    top: 26px;
  }
}
.sline.left {
  left: 89px;
  bottom: 0;
}
@media (max-width: 1399px) {
  .sline.left {
    left: 50px;
  }
}
@media (max-height: 899px) {
  .sline.left {
    left: 50px;
  }
}
@media (max-height: 699px) {
  .sline.left {
    left: 30px;
  }
}
@media (max-width: 1365px) {
  .sline.left {
    left: 30px;
  }
}
.sline.right {
  right: 89px;
  bottom: 0;
}
@media (max-width: 1399px) {
  .sline.right {
    right: 50px;
  }
}
@media (max-height: 899px) {
  .sline.right {
    right: 50px;
  }
}
@media (max-height: 699px) {
  .sline.right {
    right: 30px;
  }
}
@media (max-width: 1365px) {
  .sline.right {
    right: 30px;
  }
}

@media (max-width: 991px) {
  .b_custom_sections .b_section_custom {
    height: auto !important;
  }
}
.b_custom_sections .b_section_custom:first-child .sline.top {
  top: 89px !important;
}
.b_custom_sections .b_section_custom:first-child .sline.left:before, .b_custom_sections .b_section_custom:first-child .sline.right:before {
  top: 85px !important;
}
.b_custom_sections .b_section_custom:first-child .b_section_custom_content {
  padding: 90px 0 15px 0;
}
@media (min-width: 992px) {
  .b_custom_sections .b_section_custom:first-child .b_section_custom_content {
    padding-top: 130px;
  }
}
@media (max-width: 767px) {
  .b_custom_sections .b_section_custom:first-child .b_section_custom_content {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (min-height: 900px) {
  .b_custom_sections .b_section_custom:first-child .b_section_custom_content {
    padding-bottom: 50px;
  }
}
.b_custom_sections .b_section_custom.black {
  color: #323e48;
  background-color: #fff;
}
.b_custom_sections .b_section_custom.black .b_section_custom_title {
  color: #323e48;
}
.b_custom_sections .b_section_custom_bg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 480px) {
  .b_custom_sections .b_section_custom_bg.mobile + .b_section_custom_bg.desktop {
    display: none;
  }
}
@media (min-width: 481px) {
  .b_custom_sections .b_section_custom_bg.mobile {
    display: none;
  }
}
.b_custom_sections .b_section_custom_content {
  padding: 50px 0;
  position: relative;
  z-index: 1;
  /*@media (min-width: 1366px) and (min-height: 760px) {
      padding-top: 80px;
  }*/
}
@media (min-width: 992px) {
  .b_custom_sections .b_section_custom_content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
@media (min-width: 992px) and (min-height: 620px) {
  .b_custom_sections .b_section_custom_content {
    justify-content: center;
  }
}
@media (min-width: 1366px) and (min-height: 700px) {
  .b_custom_sections .b_section_custom_content {
    padding-top: 80px;
  }
}
@media (min-width: 1366px) and (min-height: 900px) {
  .b_custom_sections .b_section_custom_content {
    padding-top: 130px;
  }
}
@media (min-width: 1600px) {
  .b_custom_sections .b_section_custom_content_inner.left {
    padding-left: 180px;
  }
}
@media (min-width: 1600px) {
  .b_custom_sections .b_section_custom_content_inner.right {
    padding-right: 180px;
  }
}
@media (min-width: 1600px) {
  .b_custom_sections .b_section_custom_content_inner.center {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.b_custom_sections .b_section_custom_title {
  margin-bottom: 50px;
}
@media (max-height: 650px) {
  .b_custom_sections .b_section_custom_title {
    margin-bottom: 40px;
  }
}
@media (min-height: 900px) {
  .b_custom_sections .b_section_custom_title {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) and (max-height: 799px) {
  .b_custom_sections .b_section_custom_title {
    font-size: 2.25rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-height: 799px) {
  .b_custom_sections .b_section_custom_text {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.b_boat_sections .b_section_intro:first-child .sline.top {
  top: 89px !important;
}
.b_boat_sections .b_section_intro:first-child .sline.left:before, .b_boat_sections .b_section_intro:first-child .sline.right:before {
  top: 85px !important;
}
@media (max-width: 991px) {
  .b_boat_sections .b_section_intro {
    height: auto !important;
  }
}
.b_boat_sections .b_section_intro_bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 480px) {
  .b_boat_sections .b_section_intro_bg.mobile + .b_section_intro_bg.desktop {
    display: none;
  }
}
@media (min-width: 481px) {
  .b_boat_sections .b_section_intro_bg.mobile {
    display: none;
  }
}
.b_boat_sections .b_section_intro_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 90px 0 15px 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .b_boat_sections .b_section_intro_content {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .b_boat_sections .b_section_intro_content {
    justify-content: flex-end;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (min-height: 900px) {
  .b_boat_sections .b_section_intro_content {
    padding-top: 120px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-height: 700px) {
  .b_boat_sections .b_section_intro_content_top .breadcrumbs {
    margin-bottom: 30px;
  }
}
.b_boat_sections .b_section_intro_content_centered {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 1600px) {
  .b_boat_sections .b_section_intro_content_inner {
    padding-right: 130px;
  }
}
.b_boat_sections .b_section_intro_title {
  line-height: 1.2;
  color: #f28b00;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .b_boat_sections .b_section_intro_title {
    font-size: 4rem;
  }
}
@media (min-width: 992px) and (max-height: 700px) {
  .b_boat_sections .b_section_intro_title {
    font-size: 3.25rem;
    margin-bottom: 20px;
  }
}
.b_boat_sections .b_section_intro_title span {
  display: block;
  font-size: 1.875rem;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .b_boat_sections .b_section_intro_title span {
    font-size: 2.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .b_boat_sections .b_section_intro_title span {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .b_boat_sections .b_section_intro_title span {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .b_boat_sections .b_section_intro_text {
    font-size: 1.125rem;
  }
}
.b_boat_sections .b_section_intro_content_button {
  margin: 30px 0;
}
@media (min-width: 992px) and (max-height: 700px) {
  .b_boat_sections .b_section_intro_content_button {
    margin: 20px 0;
  }
}

@media (max-width: 991px) {
  .b_boat_sections .b_section_models {
    height: auto !important;
  }
}
.b_boat_sections .b_section_models_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 50px 0 20px 0;
}
@media (min-height: 750px) {
  .b_boat_sections .b_section_models_content {
    justify-content: center;
  }
}
@media (min-width: 1366px) and (min-height: 700px) {
  .b_boat_sections .b_section_models_content {
    padding-top: 80px;
  }
}
@media (min-width: 1366px) and (min-height: 900px) {
  .b_boat_sections .b_section_models_content {
    padding-top: 130px;
  }
}
.b_boat_sections .b_section_models_title {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .b_boat_sections .b_section_models_title {
    justify-content: center;
  }
}
@media (min-height: 900px) {
  .b_boat_sections .b_section_models_title {
    margin-bottom: 50px;
  }
}
.b_boat_sections .b_section_models_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .b_boat_sections .b_section_models_nav {
    display: none;
  }
}
.b_boat_sections .b_section_models_nav_item {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  color: #717880;
  margin-left: 35px;
  padding: 10px 5px 25px 5px;
  cursor: pointer;
  transition: color 200ms;
}
@media (max-width: 1199px) {
  .b_boat_sections .b_section_models_nav_item {
    font-size: 1.25rem;
    margin-left: 25px;
    padding: 5px 5px 15px 5px;
  }
}
@media (min-width: 992px) and (max-height: 700px) {
  .b_boat_sections .b_section_models_nav_item {
    font-size: 1.25rem;
    margin-left: 25px;
    padding: 5px 5px 15px 5px;
  }
}
.b_boat_sections .b_section_models_nav_item:hover {
  color: #fff;
}
.b_boat_sections .b_section_models_nav_item:hover:after {
  background-color: #fff;
}
.b_boat_sections .b_section_models_nav_item:first-child {
  margin-left: 0;
}
.b_boat_sections .b_section_models_nav_item:first-child:before {
  display: none;
}
.b_boat_sections .b_section_models_nav_item.active {
  color: #f28b00;
}
.b_boat_sections .b_section_models_nav_item.active:after {
  background-color: #f28b00;
}
.b_boat_sections .b_section_models_nav_item:before {
  content: "";
  width: calc(100% + 35px);
  border-top: 1px solid #717880;
  position: absolute;
  bottom: 4px;
  right: 50%;
  z-index: 0;
}
@media (max-width: 1199px) {
  .b_boat_sections .b_section_models_nav_item:before {
    width: calc(100% + 25px);
  }
}
@media (min-width: 992px) and (max-height: 700px) {
  .b_boat_sections .b_section_models_nav_item:before {
    width: calc(100% + 25px);
  }
}
.b_boat_sections .b_section_models_nav_item:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #717880;
  border-radius: 50%;
  margin-left: -5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transition: background-color 200ms;
}
.b_boat_sections .b_section_models_label {
  font-size: 1rem;
  font-weight: 600;
  color: #aaa;
  margin-bottom: 7px;
  padding-left: 14px;
}
@media (min-width: 992px) {
  .b_boat_sections .b_section_models_label {
    display: none;
  }
}
.b_boat_sections .b_section_models_select {
  height: auto;
  font-size: 1.25rem;
  color: #fff;
  background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") no-repeat right 0.75rem center/8px 10px;
  border-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .b_boat_sections .b_section_models_select {
    display: none;
  }
}
.b_boat_sections .b_section_models_select option {
  color: #323e48;
}
.b_boat_sections .b_section_models_items {
  max-width: 1000px;
  margin: 0 auto;
}
.b_boat_sections .b_section_models_item {
  display: none;
}
@media (min-width: 1500px) and (min-height: 700px) {
  .b_boat_sections .b_section_models_item {
    min-height: 440px;
  }
}
@media (min-width: 1800px) and (min-height: 700px) {
  .b_boat_sections .b_section_models_item {
    min-height: 530px;
  }
}
.b_boat_sections .b_section_models_item.active {
  display: block;
}
.b_boat_sections .b_section_models_item_specs {
  font-size: 1rem;
  color: #fff;
}
@media (max-width: 480px) {
  .b_boat_sections .b_section_models_item_specs {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) and (max-height: 699px) {
  .b_boat_sections .b_section_models_item_specs {
    font-size: 0.875rem;
    margin: 0 0 15px 0;
  }
}
@media (min-width: 992px) and (min-height: 700px) {
  .b_boat_sections .b_section_models_item_specs {
    margin: 30px 0;
  }
}
.b_boat_sections .b_section_models_item_specs tr:first-child td {
  border-top: 0;
}
.b_boat_sections .b_section_models_item_specs td {
  font-weight: 600;
  border-color: #717880;
  padding: 5px 10px;
}
.b_boat_sections .b_section_models_item_specs td:first-child {
  padding-left: 0;
}
.b_boat_sections .b_section_models_item_specs td:last-child {
  padding-right: 0;
}
@media (min-height: 900px) {
  .b_boat_sections .b_section_models_item_specs td {
    padding: 10px;
  }
}
.b_boat_sections .b_section_models_item_image {
  text-align: center;
}
@media (min-width: 992px) {
  .b_boat_sections .b_section_models_item_image {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .b_boat_sections .b_section_models_item_image {
    margin-top: 30px;
  }
}
.b_boat_sections .b_section_models_item_image img {
  height: auto;
}
@media (max-width: 991px) {
  .b_boat_sections .b_section_models_item_image img {
    max-width: 230px;
  }
}
@media (max-width: 480px) {
  .b_boat_sections .b_section_models_item_image img {
    width: 170px;
  }
}
@media (min-width: 992px) and (max-height: 699px) {
  .b_boat_sections .b_section_models_item_image img {
    max-width: 180px;
  }
}
@media (min-width: 992px) and (min-height: 700px) {
  .b_boat_sections .b_section_models_item_image img {
    max-width: 220px;
  }
}
@media (min-width: 1800px) and (min-height: 700px) {
  .b_boat_sections .b_section_models_item_image img {
    max-width: 260px;
  }
}
.b_boat_sections .b_section_models_item_slider_outer {
  position: relative;
}
@media (max-width: 1199px) {
  .b_boat_sections .b_section_models_item_slider_outer {
    margin-top: 30px;
  }
}
.b_boat_sections .b_section_models_item_slider {
  padding-bottom: 30px;
}
.b_boat_sections .b_section_models_item_slider .swiper-wrapper {
  align-items: center;
}
.b_boat_sections .b_section_models_item_slider .b_slide {
  text-align: center;
}
.b_boat_sections .b_section_models_item_slider .b_slide img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .b_boat_sections .b_section_models_item_slider .b_slide img {
    max-width: 350px;
    max-height: 350px;
  }
}
@media (max-width: 991px) {
  .b_boat_sections .b_section_models_item_slider .b_slide img {
    max-width: 400px;
    max-height: 400px;
  }
}
@media (min-width: 992px) and (max-height: 699px) {
  .b_boat_sections .b_section_models_item_slider .b_slide img {
    max-height: 380px;
  }
}
@media (min-width: 992px) and (min-height: 700px) {
  .b_boat_sections .b_section_models_item_slider .b_slide img {
    max-height: 400px;
  }
}
@media (min-width: 992px) and (min-height: 800px) {
  .b_boat_sections .b_section_models_item_slider .b_slide img {
    max-height: 450px;
  }
}
@media (min-width: 1800px) and (min-height: 900px) {
  .b_boat_sections .b_section_models_item_slider .b_slide img {
    max-height: 500px;
  }
}
.b_boat_sections .b_section_models_item_slider .model_gallery_trigger {
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="rgba(255,255,255,.5)"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"/></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
}
.b_boat_sections .model_gallery_slider_pagination {
  width: auto !important;
  left: 50% !important;
  bottom: -10px;
  transform: translateX(-50%);
}
.b_boat_sections .model_gallery_slider_pagination .swiper-pagination-bullet:after {
  background: rgba(255, 255, 255, 0.5) !important;
}

@media (max-width: 991px) {
  .b_boat_sections .b_section_boat_models {
    height: auto !important;
  }
}
.b_boat_sections .b_section_boat_models_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 50px 0 20px 0;
}
@media (min-height: 730px) {
  .b_boat_sections .b_section_boat_models_content {
    justify-content: center;
  }
}
@media (min-width: 1366px) and (min-height: 700px) {
  .b_boat_sections .b_section_boat_models_content {
    padding-top: 80px;
  }
}
@media (min-width: 1366px) and (min-height: 900px) {
  .b_boat_sections .b_section_boat_models_content {
    padding-top: 130px;
  }
}
.b_boat_sections .b_section_boat_models_title {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .b_boat_sections .b_section_boat_models_title {
    justify-content: center;
  }
}
@media (min-height: 900px) {
  .b_boat_sections .b_section_boat_models_title {
    margin-bottom: 50px;
  }
}
.b_boat_sections .b_section_boat_models_item {
  color: #fff;
  text-decoration: none;
  text-decoration: none !important;
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
.b_boat_sections .b_section_boat_models_item:hover {
  color: #f28b00;
  text-decoration: none;
}
.b_boat_sections .b_section_boat_models_item:focus, .b_boat_sections .b_section_boat_models_item:active {
  color: #f28b00;
  text-decoration: none;
}
.b_boat_sections .b_section_boat_models_item.first .b_section_boat_models_item_name_top:before {
  display: none;
}
.b_boat_sections .b_section_boat_models_item:hover .b_section_boat_models_item_name_top {
  color: #fff;
}
.b_boat_sections .b_section_boat_models_item:hover .b_section_boat_models_item_name_top:after {
  background-color: #fff;
}
.b_boat_sections .b_section_boat_models_item:hover .b_section_boat_models_item_image img {
  opacity: 0.8;
}
.b_boat_sections .b_section_boat_models_item_name_top {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  color: #717880;
  margin-bottom: 30px;
  padding: 10px 5px 25px 5px;
  cursor: pointer;
  transition: color 200ms;
}
@media (max-width: 1199px) {
  .b_boat_sections .b_section_boat_models_item_name_top {
    padding: 5px 5px 15px 5px;
  }
}
@media (min-width: 992px) and (max-height: 700px) {
  .b_boat_sections .b_section_boat_models_item_name_top {
    padding: 5px 5px 15px 5px;
  }
}
.b_boat_sections .b_section_boat_models_item_name_top:before {
  content: "";
  width: 100%;
  border-top: 1px solid #717880;
  position: absolute;
  bottom: 4px;
  right: 50%;
  z-index: 0;
}
.b_boat_sections .b_section_boat_models_item_name_top:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #717880;
  border-radius: 50%;
  margin-left: -5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transition: background-color 200ms;
}
@media (max-width: 991px) {
  .b_boat_sections .b_section_boat_models_item_name_top {
    display: none;
  }
}
.b_boat_sections .b_section_boat_models_item_name_bottom {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .b_boat_sections .b_section_boat_models_item_name_bottom {
    display: none;
  }
}
.b_boat_sections .b_section_boat_models_item_image {
  padding-left: 5px;
  padding-right: 5px;
}
.b_boat_sections .b_section_boat_models_item_image img {
  max-width: 100%;
  height: auto;
  max-height: 400px;
  transition: all 200ms;
  -webkit-backface-visibility: hidden;
}

.b_boat_sections .b_section_features {
  color: #323e48;
  background-color: #fff;
  padding: 50px 0;
  /*@media (min-width: 1366px) and (min-height: 760px) {
      padding-top: 80px;
  }*/
}
@media (min-width: 992px) {
  .b_boat_sections .b_section_features {
    background-image: url("../images/bg_seria_features.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .b_boat_sections .b_section_features {
    height: auto !important;
    padding: 0;
  }
  .b_boat_sections .b_section_features .container {
    max-width: none;
    padding: 0;
  }
}
@media (min-width: 1366px) and (min-height: 700px) {
  .b_boat_sections .b_section_features {
    padding-top: 80px;
  }
}
@media (min-width: 1366px) and (min-height: 900px) {
  .b_boat_sections .b_section_features {
    padding-top: 130px;
  }
}
.b_boat_sections .b_section_features_content ul {
  overflow: hidden;
  list-style-position: inside;
  padding-left: 0;
}
.b_boat_sections .b_section_features_content ul li {
  text-indent: -22px;
  padding-left: 25px;
}
.b_boat_sections .b_section_features_content ul ul {
  padding-left: 30px;
}
.b_boat_sections .b_section_features_pluses {
  color: #fff;
}
@media (max-width: 991px) {
  .b_boat_sections .b_section_features_pluses {
    background-color: #8c550e;
    padding: 50px 15px 30px 15px;
  }
}
@media (min-width: 1300px) {
  .b_boat_sections .b_section_features_pluses {
    padding-right: 50px;
  }
}
.b_boat_sections .b_section_features_pluses .b_section_features_title {
  color: #fff;
}
@media (min-width: 992px) and (max-height: 699px) {
  .b_boat_sections .b_section_features_pluses .b_section_features_title {
    font-size: 2.25rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-height: 699px) {
  .b_boat_sections .b_section_features_pluses_list {
    font-size: 1rem;
    line-height: 1.4;
  }
}
@media (min-width: 1300px) {
  .b_boat_sections .b_section_features_list {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .b_boat_sections .b_section_features_list {
    padding: 50px 15px 50px 15px;
  }
}
@media (min-width: 992px) and (max-height: 699px) {
  .b_boat_sections .b_section_features_list {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.b_boat_sections .b_section_features_sublist + .b_section_features_sublist {
  margin-top: 50px;
}
@media (min-width: 992px) and (max-height: 699px) {
  .b_boat_sections .b_section_features_sublist + .b_section_features_sublist {
    margin-top: 30px;
  }
}
.b_boat_sections .b_section_features_sublist .h5 {
  font-family: "Proxima Nova", sans-serif;
  color: #323e48;
  text-transform: uppercase;
}
.b_boat_sections .b_section_features_title {
  color: #323e48;
  margin-bottom: 50px;
}
@media (min-width: 1200px) and (min-height: 900px) {
  .b_boat_sections .b_section_features_title {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-height: 699px) {
  .b_boat_sections .b_section_features_title {
    font-size: 2.25rem;
    margin-bottom: 30px;
  }
}

.b_boat_sections .b_section_equipment {
  color: #323e48;
  background-color: #fff;
  padding: 50px 0;
  /*@media (min-width: 1366px) and (min-height: 760px) {
      padding-top: 80px;
  }*/
}
@media (min-width: 992px) {
  .b_boat_sections .b_section_equipment {
    background-image: url("../images/bg_seria_features.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .b_boat_sections .b_section_equipment {
    height: auto !important;
    padding: 0;
  }
  .b_boat_sections .b_section_equipment .container {
    max-width: none;
    padding: 0;
  }
}
@media (min-width: 1366px) and (min-height: 700px) {
  .b_boat_sections .b_section_equipment {
    padding-top: 80px;
  }
}
@media (min-width: 1366px) and (min-height: 900px) {
  .b_boat_sections .b_section_equipment {
    padding-top: 130px;
  }
}
.b_boat_sections .b_section_equipment_content.standart {
  color: #fff;
}
@media (max-width: 991px) {
  .b_boat_sections .b_section_equipment_content.standart {
    background-color: #8c550e;
  }
}
@media (min-width: 1300px) {
  .b_boat_sections .b_section_equipment_content.standart {
    padding-right: 50px;
  }
  .b_boat_sections .b_section_equipment_content.standart .b_section_equipment_list {
    padding-left: 0;
  }
}
.b_boat_sections .b_section_equipment_content.standart .b_section_equipment_title {
  color: #fff;
}
@media (min-width: 992px) and (max-height: 699px) {
  .b_boat_sections .b_section_equipment_content.standart .b_section_equipment_title {
    font-size: 2.25rem;
    margin-bottom: 30px;
  }
}
.b_boat_sections .b_section_equipment_content ul {
  overflow: hidden;
  list-style-position: inside;
  padding-left: 0;
}
.b_boat_sections .b_section_equipment_content ul li {
  text-indent: -22px;
  padding-left: 25px;
}
.b_boat_sections .b_section_equipment_content ul ul {
  padding-left: 30px;
}
@media (min-width: 1300px) {
  .b_boat_sections .b_section_equipment_list {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .b_boat_sections .b_section_equipment_list {
    padding: 50px 15px 50px 15px;
  }
}
@media (min-width: 992px) and (max-height: 699px) {
  .b_boat_sections .b_section_equipment_list {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.b_boat_sections .b_section_equipment_sublist + .b_section_equipment_sublist {
  margin-top: 50px;
}
@media (min-width: 992px) and (max-height: 699px) {
  .b_boat_sections .b_section_equipment_sublist + .b_section_equipment_sublist {
    margin-top: 30px;
  }
}
.b_boat_sections .b_section_equipment_title {
  color: #323e48;
  margin-bottom: 50px;
}
@media (min-width: 1200px) and (min-height: 900px) {
  .b_boat_sections .b_section_equipment_title {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-height: 699px) {
  .b_boat_sections .b_section_equipment_title {
    font-size: 2.25rem;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .b_boat_sections .b_section_colors {
    height: auto !important;
  }
}
.b_boat_sections .b_section_colors_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 50px 0;
  /*@media (min-width: 1366px) and (min-height: 760px) {
      padding-top: 80px;
  }*/
}
@media (min-height: 750px) {
  .b_boat_sections .b_section_colors_content {
    justify-content: center;
  }
}
@media (min-width: 1366px) and (min-height: 700px) {
  .b_boat_sections .b_section_colors_content {
    padding-top: 80px;
  }
}
@media (min-width: 1366px) and (min-height: 900px) {
  .b_boat_sections .b_section_colors_content {
    padding-top: 130px;
  }
}
.b_boat_sections .b_section_colors_title {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .b_boat_sections .b_section_colors_title {
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-height: 700px) {
  .b_boat_sections .b_section_colors_title {
    margin-bottom: 30px;
  }
}
.b_boat_sections .b_section_colors_content_inner {
  /*@media (min-width: 1200px) and (max-height: 899px) {
      margin-left: 50px;
      margin-right: 50px;
  }
  @media (min-width: 1200px) and (max-height: 799px) {
      margin-left: 100px;
      margin-right: 100px;
  }
  @media (min-width: 1600px) and (max-height: 899px) {
      margin-left: 160px;
      margin-right: 160px;
  }
  @media (min-width: 1600px) and (min-height: 900px) {
      margin-left: 50px;
      margin-right: 50px;
  }*/
}
.b_boat_sections .b_section_colors_nav {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.b_boat_sections .b_section_colors_nav_item {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 10px;
  padding: 0 5px;
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 200ms;
}
.b_boat_sections .b_section_colors_nav_item:hover {
  opacity: 1;
}
.b_boat_sections .b_section_colors_nav_item.active {
  opacity: 1;
}
.b_boat_sections .b_section_colors_nav_item.active .b_section_colors_nav_item_image {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.b_boat_sections .b_section_colors_nav_item.active .b_section_colors_nav_item_image:after {
  width: 60%;
}
.b_boat_sections .b_section_colors_nav_item_image {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
  padding-top: 95%;
}
.b_boat_sections .b_section_colors_nav_item_image:after {
  content: "";
  width: 0;
  max-width: 100px;
  border-top: 4px solid #f28b00;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 200ms;
}
.b_boat_sections .b_section_colors_nav_item_image img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b_boat_sections .b_section_colors_nav_item_name {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 5px 0;
  text-align: center;
}
@media (max-width: 1199px) {
  .b_boat_sections .b_section_colors_nav_item_name {
    font-size: 0.875rem;
  }
}
.b_boat_sections .b_section_colors_item_image {
  display: none;
}
.b_boat_sections .b_section_colors_item_image.active {
  display: block;
}
.b_boat_sections .b_section_colors_item_image img {
  max-width: 100%;
  height: auto;
}

.b_boat_sections .b_section_gallery {
  background-color: #254c66;
}
@media (max-width: 991px) {
  .b_boat_sections .b_section_gallery {
    height: auto !important;
  }
}
.b_boat_sections .b_section_gallery_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 50px 0;
  /*@media (min-width: 1366px) and (min-height: 760px) {
      padding-top: 80px;
  }*/
}
@media (min-height: 750px) {
  .b_boat_sections .b_section_gallery_content {
    justify-content: center;
  }
}
@media (min-width: 1366px) and (min-height: 700px) {
  .b_boat_sections .b_section_gallery_content {
    padding-top: 80px;
  }
}
@media (min-width: 1366px) and (min-height: 900px) {
  .b_boat_sections .b_section_gallery_content {
    padding-top: 130px;
  }
}
.b_boat_sections .b_section_gallery_title {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .b_boat_sections .b_section_gallery_title {
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-height: 700px) {
  .b_boat_sections .b_section_gallery_title {
    margin-bottom: 30px;
  }
}
.b_boat_sections .section_gallery_slider_outer {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .b_boat_sections .section_gallery_slider_outer {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1800px) and (min-height: 900px) {
  .b_boat_sections .section_gallery_slider_outer {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .b_boat_sections .b_section_gallery_slider {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .b_boat_sections .b_section_gallery_slider .swiper-wrapper {
    align-items: center;
    height: 500px;
  }
}
@media (min-width: 1800px) and (min-height: 900px) {
  .b_boat_sections .b_section_gallery_slider .swiper-wrapper {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .b_boat_sections .b_section_gallery_slider .swiper-slide {
    height: calc((100% - 30px) / 2);
  }
}
.b_boat_sections .b_section_gallery_slider .b_section_gallery_slide {
  height: 100%;
  transition: opacity 200ms;
}
@media (min-width: 768px) {
  .b_boat_sections .b_section_gallery_slider .b_section_gallery_slide:hover {
    opacity: 0.3;
  }
}
.b_boat_sections .b_section_gallery_slider .b_section_gallery_slide a {
  display: block;
}
@media (min-width: 1200px) {
  .b_boat_sections .b_section_gallery_slider .b_section_gallery_slide a {
    height: 100%;
  }
}
.b_boat_sections .b_section_gallery_slider .b_section_gallery_slide img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .b_boat_sections .b_section_gallery_slider .b_section_gallery_slide img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .b_boat_sections .section_gallery_slider_navigation {
    display: flex;
    justify-content: center;
  }
}
.b_boat_sections .section_gallery_slider_prev {
  left: 25px;
}
@media (max-width: 767px) {
  .b_boat_sections .section_gallery_slider_prev {
    position: static;
    margin: 0 15px;
  }
}
.b_boat_sections .section_gallery_slider_next {
  right: 25px;
}
@media (max-width: 767px) {
  .b_boat_sections .section_gallery_slider_next {
    position: static;
    margin: 0 15px;
  }
}

.b_boat_sections {
  /*.b_slide_video {
      max-width: 1000px;
      margin: 0 auto;
  }*/
}
@media (max-width: 991px) {
  .b_boat_sections .b_section_video {
    height: auto !important;
  }
}
.b_boat_sections .b_section_video_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 50px 0;
  /*@media (min-width: 1366px) and (min-height: 760px) {
      padding-top: 80px;
  }*/
}
@media (min-height: 750px) {
  .b_boat_sections .b_section_video_content {
    justify-content: center;
  }
}
@media (min-width: 1366px) and (min-height: 700px) {
  .b_boat_sections .b_section_video_content {
    padding-top: 80px;
  }
}
@media (min-width: 1366px) and (min-height: 900px) {
  .b_boat_sections .b_section_video_content {
    padding-top: 130px;
  }
}
.b_boat_sections .b_section_video_content_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.b_boat_sections .b_section_video_title {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .b_boat_sections .b_section_video_title {
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-height: 700px) {
  .b_boat_sections .b_section_video_title {
    margin-bottom: 30px;
  }
}
.b_boat_sections .section_video_slider_outer {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .b_boat_sections .section_video_slider_outer {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1800px) and (min-height: 900px) {
  .b_boat_sections .section_video_slider_outer {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .b_boat_sections .section_video_slider_outer:not(.full) {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .b_boat_sections .video_slider_navigation {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}
.b_boat_sections .video_slider_prev {
  left: 25px;
}
@media (max-width: 767px) {
  .b_boat_sections .video_slider_prev {
    position: static;
    margin: 0 15px;
  }
}
.b_boat_sections .video_slider_next {
  right: 25px;
}
@media (max-width: 767px) {
  .b_boat_sections .video_slider_next {
    position: static;
    margin: 0 15px;
  }
}

.b_boat_sections .b_section_content {
  color: #323e48;
  background-color: #fff;
  background-image: url("../images/bg_section_news.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media (max-width: 991px) {
  .b_boat_sections .b_section_content {
    height: auto !important;
    background-image: none;
  }
}
.b_boat_sections .b_section_content_inner {
  height: 100%;
  padding: 50px 0;
  /*@media (min-width: 1366px) and (min-height: 760px) {
      padding-top: 80px;
  }*/
}
@media (min-width: 1366px) and (min-height: 700px) {
  .b_boat_sections .b_section_content_inner {
    padding-top: 80px;
  }
}
@media (min-width: 1366px) and (min-height: 900px) {
  .b_boat_sections .b_section_content_inner {
    padding-top: 130px;
  }
}
.b_boat_sections .b_section_content_inner .container {
  height: 100%;
}
.b_boat_sections .b_section_content_text {
  max-height: 100%;
}
@media (min-width: 992px) and (min-height: 600px) {
  .b_boat_sections .b_section_content_text {
    overflow: auto;
  }
}
@media (min-width: 992px) and (min-height: 600px) {
  .b_boat_sections .b_section_content_text_inner {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 0 10px;
  }
}

.b_boat_model_sections .b_section_intro {
  background-color: #2c363f;
}
@media (min-width: 768px) {
  .b_boat_model_sections .b_section_intro {
    background-image: url("../images/bg_model_intro.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.b_boat_model_sections .b_section_intro:first-child .sline.top {
  top: 89px !important;
}
.b_boat_model_sections .b_section_intro:first-child .sline.left:before, .b_boat_model_sections .b_section_intro:first-child .sline.right:before {
  top: 85px !important;
}
@media (max-width: 991px) {
  .b_boat_model_sections .b_section_intro {
    height: auto !important;
  }
}
@media (min-width: 992px) and (max-height: 900px) {
  .b_boat_model_sections .b_section_intro_content_top .breadcrumbs {
    margin-bottom: 15px;
  }
}
.b_boat_model_sections .b_section_intro_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 90px 0 15px 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .b_boat_model_sections .b_section_intro_content {
    padding-top: 120px;
  }
}
@media (min-width: 768px) and (min-height: 900px) {
  .b_boat_model_sections .b_section_intro_content {
    padding-top: 120px;
    padding-bottom: 50px;
  }
}
.b_boat_model_sections .b_section_intro_content_middle {
  margin: auto 0;
}
@media (min-width: 992px) {
  .b_boat_model_sections .b_section_intro_slider_outer {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.b_boat_model_sections .b_section_intro_slider .swiper-pagination {
  position: relative;
  margin-top: 10px;
}
.b_boat_model_sections .b_section_intro_slider .swiper-pagination .swiper-pagination-bullet:after {
  background: rgba(255, 255, 255, 0.5) !important;
}
.b_boat_model_sections .b_section_intro_slider .model_gallery_trigger {
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="rgba(255,255,255,.5)"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"/></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 50px;
  right: 20px;
  z-index: 0;
  cursor: pointer;
}
.b_boat_model_sections .b_section_intro_slider_image {
  height: calc(100vh - 400px);
  max-height: 500px;
  text-align: center;
}
@media (max-width: 767px) {
  .b_boat_model_sections .b_section_intro_slider_image {
    height: 40vw;
  }
}
.b_boat_model_sections .b_section_intro_slider_image a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
}
.b_boat_model_sections .b_section_intro_slider_image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.b_boat_model_sections .b_section_intro_content_bottom {
  display: flex;
  align-items: center;
  margin-top: auto;
}
@media (min-width: 992px) {
  .b_boat_model_sections .b_section_intro_content_inner {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .b_boat_model_sections .b_section_intro_content_inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1600px) {
  .b_boat_model_sections .b_section_intro_content_inner {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.b_boat_model_sections .b_section_intro_title {
  line-height: 1.2;
  color: #f28b00;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .b_boat_model_sections .b_section_intro_title {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .b_boat_model_sections .b_section_intro_title {
    margin-right: 80px;
  }
}
.b_boat_model_sections .b_section_intro_title span {
  display: block;
  font-size: 1.875rem;
  font-weight: 400;
}
@media (min-width: 576px) and (max-width: 767px) {
  .b_boat_model_sections .b_section_intro_title span {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .b_boat_model_sections .b_section_intro_title span {
    font-size: 1.375rem;
  }
}
.b_boat_model_sections .b_section_specs {
  background-image: url("../images/bg_section_specs.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
}
@media (max-width: 991px) {
  .b_boat_model_sections .b_section_specs {
    height: auto !important;
    background-image: none;
  }
}
.b_boat_model_sections .b_section_specs_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 50px 0;
}
@media (min-height: 730px) {
  .b_boat_model_sections .b_section_specs_content {
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-height: 699px) {
  .b_boat_model_sections .b_section_specs_content {
    padding-bottom: 30px;
  }
}
@media (min-width: 1366px) and (min-height: 700px) {
  .b_boat_model_sections .b_section_specs_content {
    padding-top: 80px;
  }
}
@media (min-width: 1366px) and (min-height: 900px) {
  .b_boat_model_sections .b_section_specs_content {
    padding-top: 130px;
  }
}
@media (min-width: 992px) {
  .b_boat_model_sections .b_section_specs_title {
    justify-content: center;
  }
}
.b_boat_model_sections .b_section_specs_table_outer {
  max-width: 1000px;
  margin: 0 auto;
}
.b_boat_model_sections .b_section_specs_table {
  font-size: 1rem;
  color: #fff;
}
@media (max-width: 480px) {
  .b_boat_model_sections .b_section_specs_table {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) and (max-height: 699px) {
  .b_boat_model_sections .b_section_specs_table {
    font-size: 0.875rem;
    margin: 30px 0 15px 0;
  }
}
@media (min-width: 992px) and (min-height: 700px) {
  .b_boat_model_sections .b_section_specs_table {
    margin: 50px 0 30px;
  }
}
.b_boat_model_sections .b_section_specs_table tr:first-child td {
  border-top: 0;
}
.b_boat_model_sections .b_section_specs_table td {
  font-weight: 600;
  border-color: #717880;
  padding: 6px 10px;
}
.b_boat_model_sections .b_section_specs_table td:first-child {
  padding-left: 0;
}
.b_boat_model_sections .b_section_specs_table td:last-child {
  padding-right: 0;
  text-align: right;
}
@media (min-height: 900px) {
  .b_boat_model_sections .b_section_specs_table td {
    padding: 10px;
  }
}

.b_boat_model_sections .b_section_scheme {
  background-color: #a96100;
}
@media (max-width: 991px) {
  .b_boat_model_sections .b_section_scheme {
    height: auto !important;
  }
}
.b_boat_model_sections .b_section_scheme_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 50px 0;
}
@media (min-height: 730px) {
  .b_boat_model_sections .b_section_scheme_content {
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-height: 699px) {
  .b_boat_model_sections .b_section_scheme_content {
    padding-bottom: 30px;
  }
}
@media (min-width: 1366px) and (min-height: 700px) {
  .b_boat_model_sections .b_section_scheme_content {
    padding-top: 80px;
  }
}
@media (min-width: 1366px) and (min-height: 900px) {
  .b_boat_model_sections .b_section_scheme_content {
    padding-top: 130px;
  }
}
@media (min-width: 992px) {
  .b_boat_model_sections .b_section_scheme_title {
    justify-content: center;
  }
}
.b_boat_model_sections .b_section_scheme_title:before {
  border-right-color: #fff;
}
.b_boat_model_sections .b_section_scheme_image {
  max-width: 800px;
  margin: 50px auto;
  text-align: center;
}
.b_boat_model_sections .b_section_scheme_image img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .b_boat_model_sections .b_section_scheme_image img {
    max-height: 40vh;
  }
}
.b_boat_model_sections .b_section_scheme_texts {
  max-width: 800px;
  margin: 50px auto 0 auto;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.b_boat_model_sections .b_section_scheme_text_1 {
  font-weight: 600;
}
.b_boat_model_sections .b_section_scheme_text_1 + .b_section_scheme_text_2 {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 12px;
  padding-top: 12px;
}
.b_boat_model_sections .b_section_scheme_text_2 {
  font-weight: 300;
}

.b_boat_model_sections .b_section_fittings {
  color: #323e48;
  background-color: #fff;
}
@media (max-width: 991px) {
  .b_boat_model_sections .b_section_fittings {
    height: auto !important;
  }
}
.b_boat_model_sections .b_section_fittings_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 50px 0;
}
@media (min-height: 730px) {
  .b_boat_model_sections .b_section_fittings_content {
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-height: 699px) {
  .b_boat_model_sections .b_section_fittings_content {
    padding-bottom: 30px;
  }
}
@media (min-width: 1366px) and (min-height: 700px) {
  .b_boat_model_sections .b_section_fittings_content {
    padding-top: 80px;
  }
}
@media (min-width: 1366px) and (min-height: 900px) {
  .b_boat_model_sections .b_section_fittings_content {
    padding-top: 130px;
  }
}
.b_boat_model_sections .b_section_fittings_title {
  color: #323e48;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .b_boat_model_sections .b_section_fittings_title {
    justify-content: center;
  }
}
.b_boat_model_sections .b_section_fittings_image {
  text-align: center;
}
@media (max-width: 991px) {
  .b_boat_model_sections .b_section_fittings_image {
    margin-bottom: 50px;
  }
}
.b_boat_model_sections .b_section_fittings_image img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .b_boat_model_sections .b_section_fittings_image img {
    max-height: 60vh;
  }
}
.b_boat_model_sections .b_section_fittings_list {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.b_boat_model_sections .b_section_fittings_list li {
  border-bottom: 1px solid #323e48;
  padding: 7px 0;
}
@media (min-width: 992px) and (min-height: 750px) {
  .b_boat_model_sections .b_section_fittings_list li {
    padding: 10px 0;
  }
}
.b_boat_model_sections .b_section_fittings_list li a {
  color: #323e48;
  text-decoration: none;
  text-decoration: none !important;
}
.b_boat_model_sections .b_section_fittings_list li a:hover {
  color: #f28b00;
  text-decoration: none;
}
.b_boat_model_sections .b_section_fittings_list li a:focus, .b_boat_model_sections .b_section_fittings_list li a:active {
  color: #f28b00;
  text-decoration: none;
}

@media (max-width: 991px) {
  .b_boat_model_sections .b_section_decks {
    height: auto !important;
  }
}
.b_boat_model_sections .b_section_decks_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 50px 0;
}
@media (min-height: 730px) {
  .b_boat_model_sections .b_section_decks_content {
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-height: 699px) {
  .b_boat_model_sections .b_section_decks_content {
    padding-bottom: 30px;
  }
}
@media (min-width: 1366px) and (min-height: 700px) {
  .b_boat_model_sections .b_section_decks_content {
    padding-top: 80px;
  }
}
@media (min-width: 1366px) and (min-height: 900px) {
  .b_boat_model_sections .b_section_decks_content {
    padding-top: 130px;
  }
}
.b_boat_model_sections .b_section_decks_title {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .b_boat_model_sections .b_section_decks_title {
    justify-content: center;
  }
}
.b_boat_model_sections .b_section_decks_item {
  display: flex;
  flex-direction: column;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.b_boat_model_sections .b_section_decks_item:hover .b_section_decks_item_image img {
  opacity: 0.8;
}
.b_boat_model_sections a.b_section_decks_item {
  color: #fff;
  text-decoration: none;
  text-decoration: none !important;
}
.b_boat_model_sections a.b_section_decks_item:hover {
  color: #f28b00;
  text-decoration: none;
}
.b_boat_model_sections a.b_section_decks_item:focus, .b_boat_model_sections a.b_section_decks_item:active {
  color: #f28b00;
  text-decoration: none;
}
.b_boat_model_sections .b_section_decks_item_image {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center;
}
.b_boat_model_sections .b_section_decks_item_image img {
  max-width: 100%;
  height: auto;
  transition: all 200ms;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 992px) {
  .b_boat_model_sections .b_section_decks_item_image img {
    max-height: 45vh;
  }
}
.b_boat_model_sections .b_section_decks_item_content {
  margin-top: auto;
  text-align: center;
  text-transform: uppercase;
}
.b_boat_model_sections .b_section_decks_item_title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
.b_boat_model_sections .b_section_decks_item_text {
  font-size: 0.8125rem;
  line-height: 1.2;
  margin-top: 10px;
}
.b_boat_model_sections .b_section_decks_text {
  max-width: 800px;
  font-size: 1rem;
  line-height: 1.2;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 auto;
  padding-top: 12px;
  text-align: center;
}
@media (max-width: 991px) {
  .b_boat_model_sections .b_section_decks_text {
    text-align: left;
  }
}

.b_boat_model_sections .b_section_accessories {
  color: #323e48;
  background-color: #eee;
}
@media (max-width: 991px) {
  .b_boat_model_sections .b_section_accessories {
    height: auto !important;
  }
}
.b_boat_model_sections .b_section_accessories_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 50px 0;
}
@media (min-height: 730px) {
  .b_boat_model_sections .b_section_accessories_content {
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-height: 699px) {
  .b_boat_model_sections .b_section_accessories_content {
    padding-bottom: 30px;
  }
}
@media (min-width: 1366px) and (min-height: 700px) {
  .b_boat_model_sections .b_section_accessories_content {
    padding-top: 80px;
  }
}
@media (min-width: 1366px) and (min-height: 900px) {
  .b_boat_model_sections .b_section_accessories_content {
    padding-top: 130px;
  }
}
.b_boat_model_sections .b_section_accessories_title {
  color: #323e48;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .b_boat_model_sections .b_section_accessories_title {
    justify-content: center;
  }
}
.b_boat_model_sections .b_section_accessories_slide {
  height: 65vh;
  max-height: 500px;
}
@media (min-width: 1600px) {
  .b_boat_model_sections .b_section_accessories_slide {
    max-height: 600px;
  }
}
@media (max-width: 991px) {
  .b_boat_model_sections .b_section_accessories_slide {
    max-height: 400px;
  }
}
@media (max-width: 480px) {
  .b_boat_model_sections .b_section_accessories_slide {
    max-height: 450px;
  }
}
.b_boat_model_sections .b_section_accessories_slide_item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.b_boat_model_sections .b_section_accessories_slide_item:hover .b_section_accessories_slide_image img {
  opacity: 0.8;
  transform: rotate(1deg) scale(1.05);
}
.b_boat_model_sections .b_section_accessories_slide_item.half {
  height: 50%;
  padding-bottom: 10px;
}
.b_boat_model_sections .b_section_accessories_slide_item.half + .half {
  padding-top: 10px;
  padding-bottom: 0;
}
.b_boat_model_sections a.b_section_accessories_slide_item {
  color: #323e48;
  text-decoration: none;
  text-decoration: none !important;
}
.b_boat_model_sections a.b_section_accessories_slide_item:hover {
  color: #d97c00;
  text-decoration: none;
}
.b_boat_model_sections a.b_section_accessories_slide_item:focus, .b_boat_model_sections a.b_section_accessories_slide_item:active {
  color: #d97c00;
  text-decoration: none;
}
.b_boat_model_sections .b_section_accessories_slide_image {
  flex-grow: 1;
  overflow: hidden;
}
.b_boat_model_sections .b_section_accessories_slide_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 200ms;
  -webkit-backface-visibility: hidden;
}
.b_boat_model_sections .b_section_accessories_slide_title {
  margin-top: auto;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .b_boat_model_sections .b_section_accessories_slide_title {
    padding-left: 20px;
  }
}
.b_boat_model_sections .section_accessories_slider_navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.b_boat_model_sections .section_accessories_slider_navigation .swiper-button-next,
.b_boat_model_sections .section_accessories_slider_navigation .swiper-button-prev {
  position: static;
  width: 50px;
  height: 50px;
}

.b_boat_category_sections .b_section_intro:first-child .sline.top {
  top: 89px !important;
}
.b_boat_category_sections .b_section_intro:first-child .sline.left:before, .b_boat_category_sections .b_section_intro:first-child .sline.right:before {
  top: 85px !important;
}
@media (max-width: 991px) {
  .b_boat_category_sections .b_section_intro {
    height: auto !important;
  }
}
.b_boat_category_sections .b_section_intro_bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.b_boat_category_sections .b_section_intro_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 90px 0 30px 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .b_boat_category_sections .b_section_intro_content {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .b_boat_category_sections .b_section_intro_content {
    justify-content: flex-end;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (min-height: 900px) {
  .b_boat_category_sections .b_section_intro_content {
    padding-top: 120px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-height: 700px) {
  .b_boat_category_sections .b_section_intro_content_top .breadcrumbs {
    margin-bottom: 30px;
  }
}
.b_boat_category_sections .b_section_intro_content_centered {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 1600px) {
  .b_boat_category_sections .b_section_intro_content_inner {
    padding-right: 130px;
  }
}
.b_boat_category_sections .b_section_intro_title {
  line-height: 1.2;
  color: #f28b00;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .b_boat_category_sections .b_section_intro_title {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) and (max-height: 700px) {
  .b_boat_category_sections .b_section_intro_title {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
.b_boat_category_sections .b_section_intro_text {
  max-width: 410px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .b_boat_category_sections .b_section_intro_text {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) and (max-height: 700px) {
  .b_boat_category_sections .b_section_intro_text {
    margin-bottom: 20px;
  }
}
.b_boat_category_sections .b_section_intro_links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.b_boat_category_sections .b_section_intro_links li + li {
  margin-top: 15px;
}
@media (min-width: 992px) and (max-height: 700px) {
  .b_boat_category_sections .b_section_intro_links li + li {
    margin-top: 10px;
  }
}
.b_boat_category_sections .b_section_intro_links a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2;
  transition: all 200ms;
}
.b_boat_category_sections .b_section_intro_links a:hover {
  color: #fff;
  text-decoration: none;
  text-decoration: underline;
}
.b_boat_category_sections .b_section_intro_links a:focus, .b_boat_category_sections .b_section_intro_links a:active {
  color: #fff;
  text-decoration: none;
  text-decoration: underline;
}
@media (min-width: 992px) and (max-height: 700px) {
  .b_boat_category_sections .b_section_intro_links a {
    font-size: 1.25rem;
  }
}
.b_boat_category_sections .b_section_intro_links a:before {
  content: "";
  height: 0;
  border-left: 3px solid #f28b00;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  transition: all 200ms;
}
.b_boat_category_sections .b_section_intro_links a:after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 248' width='20' fill='%23fff'%3E%3Cpath transform='rotate(180 256,124)' d='M492,104H68.44l70.17-69.82A20,20,0,0,0,110.39,5.82L5.88,109.82a0,0,0,0,1,0,0,20,20,0,0,0,0,28.32,0,0,0,0,1,0,0l104.51,104a20,20,0,0,0,28.21-28.36L68.44,144H492a20,20,0,0,0,0-40Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  right: -30px;
  top: 50%;
  opacity: 0;
  transform: translate(0, -50%);
  transition: all 200ms;
}
.b_boat_category_sections .b_section_intro_links a:hover {
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 992px) and (max-height: 700px) {
  .b_boat_category_sections .b_section_intro_links a:hover {
    padding-left: 30px;
  }
}
.b_boat_category_sections .b_section_intro_links a:hover:before {
  height: 100%;
}
.b_boat_category_sections .b_section_intro_links a:hover:after {
  right: 0;
  opacity: 1;
}
.b_boat_category_sections .b_section_intro_links a:hover span:before {
  width: 100%;
}
.b_boat_category_sections .b_section_intro_links a span {
  position: relative;
  display: block;
}
.b_boat_category_sections .b_section_intro_links a span:before {
  content: "";
  width: 0;
  border-top: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 200ms;
}
.b_boat_category_sections .b_section_intro_content_button {
  margin: 30px 0;
}
@media (min-width: 992px) and (max-height: 700px) {
  .b_boat_category_sections .b_section_intro_content_button {
    margin: 20px 0;
  }
}
.b_boat_category_sections .b_section_intro_content_button .btn, .b_boat_category_sections .b_section_intro_content_button .wpcf7-form .wpcf7-submit, .wpcf7-form .b_boat_category_sections .b_section_intro_content_button .wpcf7-submit {
  margin-right: 30px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .b_boat_category_sections .b_section_boat_models {
    height: auto !important;
  }
}
.b_boat_category_sections .b_section_boat_models_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 50px 0 20px 0;
}
@media (min-height: 730px) {
  .b_boat_category_sections .b_section_boat_models_content {
    justify-content: center;
  }
}
@media (min-width: 1366px) and (min-height: 700px) {
  .b_boat_category_sections .b_section_boat_models_content {
    padding-top: 80px;
  }
}
@media (min-width: 1366px) and (min-height: 900px) {
  .b_boat_category_sections .b_section_boat_models_content {
    padding-top: 130px;
  }
}
.b_boat_category_sections .b_section_boat_models_title {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .b_boat_category_sections .b_section_boat_models_title {
    justify-content: center;
  }
}
@media (min-height: 900px) {
  .b_boat_category_sections .b_section_boat_models_title {
    margin-bottom: 50px;
  }
}
.b_boat_category_sections .b_section_boat_models_item {
  color: #fff;
  text-decoration: none;
  text-decoration: none !important;
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
.b_boat_category_sections .b_section_boat_models_item:hover {
  color: #f28b00;
  text-decoration: none;
}
.b_boat_category_sections .b_section_boat_models_item:focus, .b_boat_category_sections .b_section_boat_models_item:active {
  color: #f28b00;
  text-decoration: none;
}
.b_boat_category_sections .b_section_boat_models_item.first .b_section_boat_models_item_name_top:before {
  display: none;
}
.b_boat_category_sections .b_section_boat_models_item:hover .b_section_boat_models_item_name_top {
  color: #fff;
}
.b_boat_category_sections .b_section_boat_models_item:hover .b_section_boat_models_item_name_top:after {
  background-color: #fff;
}
.b_boat_category_sections .b_section_boat_models_item:hover .b_section_boat_models_item_image img {
  opacity: 0.8;
}
.b_boat_category_sections .b_section_boat_models_item_name_top {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  color: #717880;
  margin-bottom: 30px;
  padding: 10px 5px 25px 5px;
  cursor: pointer;
  transition: color 200ms;
}
@media (max-width: 1199px) {
  .b_boat_category_sections .b_section_boat_models_item_name_top {
    padding: 5px 5px 15px 5px;
  }
}
@media (min-width: 992px) and (max-height: 700px) {
  .b_boat_category_sections .b_section_boat_models_item_name_top {
    padding: 5px 5px 15px 5px;
  }
}
.b_boat_category_sections .b_section_boat_models_item_name_top:before {
  content: "";
  width: 100%;
  border-top: 1px solid #717880;
  position: absolute;
  bottom: 4px;
  right: 50%;
  z-index: 0;
}
.b_boat_category_sections .b_section_boat_models_item_name_top:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #717880;
  border-radius: 50%;
  margin-left: -5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transition: background-color 200ms;
}
@media (max-width: 991px) {
  .b_boat_category_sections .b_section_boat_models_item_name_top {
    display: none;
  }
}
.b_boat_category_sections .b_section_boat_models_item_name_bottom {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .b_boat_category_sections .b_section_boat_models_item_name_bottom {
    display: none;
  }
}
.b_boat_category_sections .b_section_boat_models_item_image {
  padding-left: 5px;
  padding-right: 5px;
}
.b_boat_category_sections .b_section_boat_models_item_image img {
  max-width: 100%;
  height: auto;
  max-height: 400px;
  transition: all 200ms;
  -webkit-backface-visibility: hidden;
}

@media (max-width: 991px) {
  .b_boat_category_sections .b_section_faq {
    height: auto !important;
  }
}
.b_boat_category_sections .b_section_faq_inner {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 50px 0;
  /*@media (min-width: 1366px) and (min-height: 760px) {
      padding-top: 80px;
  }*/
}
@media (min-width: 1366px) and (min-height: 700px) {
  .b_boat_category_sections .b_section_faq_inner {
    padding-top: 80px;
  }
}
@media (min-width: 1366px) and (min-height: 900px) {
  .b_boat_category_sections .b_section_faq_inner {
    padding-top: 130px;
  }
}
@media (max-width: 991px) {
  .b_boat_category_sections .b_section_faq_inner {
    background-image: none !important;
  }
}
.b_boat_category_sections .b_section_faq_inner .container {
  height: 100%;
}
.b_boat_category_sections .b_section_faq_content {
  max-height: 100%;
  padding-right: 10px;
}
@media (min-width: 992px) and (min-height: 600px) {
  .b_boat_category_sections .b_section_faq_content {
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.b_boat_category_sections .b_section_gallery {
  background-color: #254c66;
}
@media (max-width: 991px) {
  .b_boat_category_sections .b_section_gallery {
    height: auto !important;
  }
}
.b_boat_category_sections .b_section_gallery_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 50px 0;
  /*@media (min-width: 1366px) and (min-height: 760px) {
      padding-top: 80px;
  }*/
}
@media (min-height: 750px) {
  .b_boat_category_sections .b_section_gallery_content {
    justify-content: center;
  }
}
@media (min-width: 1366px) and (min-height: 700px) {
  .b_boat_category_sections .b_section_gallery_content {
    padding-top: 80px;
  }
}
@media (min-width: 1366px) and (min-height: 900px) {
  .b_boat_category_sections .b_section_gallery_content {
    padding-top: 130px;
  }
}
.b_boat_category_sections .b_section_gallery_title {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .b_boat_category_sections .b_section_gallery_title {
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-height: 700px) {
  .b_boat_category_sections .b_section_gallery_title {
    margin-bottom: 30px;
  }
}
.b_boat_category_sections .section_gallery_slider_outer {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .b_boat_category_sections .section_gallery_slider_outer {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1800px) and (min-height: 900px) {
  .b_boat_category_sections .section_gallery_slider_outer {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .b_boat_category_sections .b_section_gallery_slider {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .b_boat_category_sections .b_section_gallery_slider .swiper-wrapper {
    align-items: center;
    height: 500px;
  }
}
@media (min-width: 1800px) and (min-height: 900px) {
  .b_boat_category_sections .b_section_gallery_slider .swiper-wrapper {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .b_boat_category_sections .b_section_gallery_slider .swiper-slide {
    height: calc((100% - 30px) / 2);
  }
}
.b_boat_category_sections .b_section_gallery_slider .b_section_gallery_slide {
  height: 100%;
  transition: opacity 200ms;
}
@media (min-width: 768px) {
  .b_boat_category_sections .b_section_gallery_slider .b_section_gallery_slide:hover {
    opacity: 0.3;
  }
}
.b_boat_category_sections .b_section_gallery_slider .b_section_gallery_slide a {
  display: block;
}
@media (min-width: 1200px) {
  .b_boat_category_sections .b_section_gallery_slider .b_section_gallery_slide a {
    height: 100%;
  }
}
.b_boat_category_sections .b_section_gallery_slider .b_section_gallery_slide img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .b_boat_category_sections .b_section_gallery_slider .b_section_gallery_slide img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .b_boat_category_sections .section_gallery_slider_navigation {
    display: flex;
    justify-content: center;
  }
}
.b_boat_category_sections .section_gallery_slider_prev {
  left: 25px;
}
@media (max-width: 767px) {
  .b_boat_category_sections .section_gallery_slider_prev {
    position: static;
    margin: 0 15px;
  }
}
.b_boat_category_sections .section_gallery_slider_next {
  right: 25px;
}
@media (max-width: 767px) {
  .b_boat_category_sections .section_gallery_slider_next {
    position: static;
    margin: 0 15px;
  }
}

.b_boat_category_sections .b_section_content {
  color: #323e48;
  background-color: #fff;
  background-image: url("../images/bg_section_news.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media (max-width: 991px) {
  .b_boat_category_sections .b_section_content {
    height: auto !important;
    background-image: none;
  }
}
.b_boat_category_sections .b_section_content_inner {
  height: 100%;
  padding: 50px 0;
  /*@media (min-width: 1366px) and (min-height: 760px) {
      padding-top: 80px;
  }*/
}
@media (min-width: 1366px) and (min-height: 700px) {
  .b_boat_category_sections .b_section_content_inner {
    padding-top: 80px;
  }
}
@media (min-width: 1366px) and (min-height: 900px) {
  .b_boat_category_sections .b_section_content_inner {
    padding-top: 130px;
  }
}
.b_boat_category_sections .b_section_content_inner .container {
  height: 100%;
}
.b_boat_category_sections .b_section_content_text {
  max-height: 100%;
}
@media (min-width: 992px) and (min-height: 600px) {
  .b_boat_category_sections .b_section_content_text {
    overflow: auto;
  }
}
@media (min-width: 992px) and (min-height: 600px) {
  .b_boat_category_sections .b_section_content_text_inner {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 0 10px;
  }
}

.b_contacts_sections .b_section_contacts {
  background-image: url("../images/bg_contacts.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.b_contacts_sections .b_section_contacts .b_section_content {
  padding-top: 100px;
}
@media (min-width: 992px) {
  .b_contacts_sections .b_section_contacts .b_section_content {
    padding-top: 150px;
  }
}
.b_contacts_sections .b_section_contacts .b_section_content_inner {
  position: relative;
}
.b_contacts_sections .b_section_contacts_item {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .b_contacts_sections .b_section_contacts_item {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .b_contacts_sections .b_section_contacts_item:first-child:after, .b_contacts_sections .b_section_contacts_item:nth-child(2):after {
    display: none;
  }
  .b_contacts_sections .b_section_contacts_item:nth-child(odd) {
    padding-right: 90px;
  }
  .b_contacts_sections .b_section_contacts_item:nth-child(odd):after {
    content: "";
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    width: calc(100% - 105px);
    position: absolute;
    top: 0;
    left: 15px;
  }
  .b_contacts_sections .b_section_contacts_item:nth-child(even) {
    padding-left: 90px;
  }
  .b_contacts_sections .b_section_contacts_item:nth-child(even):after {
    content: "";
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    width: calc(100% - 105px);
    position: absolute;
    top: 0;
    right: 15px;
  }
  .b_contacts_sections .b_section_contacts_item:nth-child(2n+2):before {
    content: "";
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 0;
  }
}
.b_contacts_sections .b_section_contacts_item_title {
  font-weight: 700;
  color: #f28b00;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .b_contacts_sections .b_section_contacts_item_title {
    font-size: 1.25rem;
  }
}
.b_contacts_sections .b_section_contacts_item_list > div {
  display: flex;
  align-items: center;
}
.b_contacts_sections .b_section_contacts_item_list > div + div {
  margin-top: 15px;
}
.b_contacts_sections .b_section_contacts_item_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  text-align: center;
  opacity: 0.4;
}
.b_contacts_sections .b_section_contacts_item_text {
  font-weight: 600;
  line-height: 1.2;
  margin-left: 20px;
}
.b_contacts_sections .b_section_contacts_item_text a {
  color: #fff;
  text-decoration: none;
  text-decoration: none !important;
}
.b_contacts_sections .b_section_contacts_item_text a:hover {
  color: #aaa;
  text-decoration: none;
}
.b_contacts_sections .b_section_contacts_item_text a:focus, .b_contacts_sections .b_section_contacts_item_text a:active {
  color: #aaa;
  text-decoration: none;
}

.b_contacts_sections .b_section_feedback {
  color: #323e48;
  background-color: #fff;
}
.b_contacts_sections .b_section_feedback .b_section_content {
  padding: 0;
  /*@media (min-width: 1366px) and (min-height: 760px) {
      padding-top: 80px;
  }*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  .b_contacts_sections .b_section_feedback .b_section_content {
    padding-top: 30px;
  }
}
@media (min-width: 1366px) and (min-height: 650px) {
  .b_contacts_sections .b_section_feedback .b_section_content {
    padding-top: 30px;
  }
}
@media (min-width: 1366px) and (min-height: 700px) {
  .b_contacts_sections .b_section_feedback .b_section_content {
    padding-top: 50px;
  }
}
@media (min-width: 1366px) and (min-height: 900px) {
  .b_contacts_sections .b_section_feedback .b_section_content {
    padding-top: 90px;
  }
}
.b_contacts_sections .b_section_feedback_map {
  height: 100%;
}
@media (max-width: 991px) {
  .b_contacts_sections .b_section_feedback_map {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 992px) and (min-height: 650px) {
  .b_contacts_sections .b_section_feedback_map {
    margin-left: -15px;
  }
}
@media (min-width: 1366px) and (min-height: 650px) {
  .b_contacts_sections .b_section_feedback_map {
    margin-left: -50px;
  }
}
@media (min-width: 1366px) and (min-height: 760px) {
  .b_contacts_sections .b_section_feedback_map {
    margin-left: -30px;
  }
}
@media (min-width: 1800px) and (min-height: 900px) {
  .b_contacts_sections .b_section_feedback_map {
    margin-left: -115px;
  }
}
.b_contacts_sections .b_section_feedback_map iframe {
  height: 100%;
  min-height: 500px;
}
.b_contacts_sections .b_section_feedback_form {
  max-width: 600px;
  padding: 50px 0;
}
@media (min-width: 1200px) {
  .b_contacts_sections .b_section_feedback_form {
    padding-left: 50px;
  }
}
.b_contacts_sections .b_section_feedback_title {
  color: #323e48;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .b_contacts_sections .b_section_feedback_title {
    margin-bottom: 100px;
  }
}

.b_post_grid {
  margin-left: -10px;
  margin-right: -10px;
}
.b_post_grid.white .b_post_grid_item_inner {
  color: #fff !important;
}

.b_post_grid_item {
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .b_post_grid_item {
    margin-bottom: 50px;
  }
}

.b_post_grid_item_inner {
  display: block;
  color: #323e48 !important;
  text-decoration: none;
}
.b_post_grid_item_inner:hover .b_post_grid_item_image:before {
  opacity: 1;
}
.b_post_grid_item_inner:hover .btn_arrow {
  opacity: 1;
  transform: translate(-50%, -50px);
}
.b_post_grid_item_inner:hover .b_post_grid_item_body {
  opacity: 0.5;
}

.b_post_grid_item_header {
  margin-bottom: 15px;
}

.b_post_grid_item_image {
  position: relative;
  overflow: hidden;
  padding-top: 70%;
  background-color: #eee;
}
@media (min-width: 992px) and (max-height: 699px) {
  .b_post_grid_item_image {
    padding-top: 60%;
  }
}
.b_post_grid_item_image:before {
  content: "";
  background-color: rgba(50, 62, 72, 0.8);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: opacity 200ms;
}
.b_post_grid_item_image img {
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b_post_grid_item_image .btn_arrow {
  opacity: 0;
  position: relative;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 50px);
  transition: all 200ms;
}

.b_post_grid_item_body {
  transition: opacity 200ms !important;
}
.b_post_grid_item_body:after {
  content: "...";
  display: block;
  font-size: 2.875rem;
  line-height: 1rem;
  color: #f28b00;
  letter-spacing: -3px;
}

.b_post_grid_item_date {
  font-size: 1rem;
  margin-bottom: 10px;
}

.b_post_grid_item_title {
  font-weight: 700;
  line-height: 1.2;
}

.b_post_grid_item_description {
  font-size: 1rem;
  margin-top: 10px;
}

.b_article_sections .b_section_article .b_post_detail {
  /*@include media('min lg') {
      column-count: 2;
      column-gap: 30px;
  }*/
}

.b_product_items {
  margin: 30px 0;
}

.b_product_item {
  display: flex;
  flex-direction: column;
  height: calc(100% - 30px);
  color: #fff;
  margin-bottom: 30px;
}

a.b_product_item {
  color: #fff;
  text-decoration: none !important;
}
a.b_product_item:hover .b_product_item_image img {
  opacity: 0.8;
}

.b_product_item_image {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center;
}
.b_product_item_image img {
  max-width: 100%;
  height: auto;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
}

.b_product_item_content {
  margin-top: auto;
  text-align: center;
  text-transform: uppercase;
}

.b_product_item_title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.b_article_sections .b_section_gallery {
  background-color: #254c66;
}

.b_article_sections .b_section_news {
  color: #323e48;
  background-color: #fff;
  background-image: url("../images/bg_section_news.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media (max-width: 991px) {
  .b_article_sections .b_section_news {
    background-image: none;
  }
}
.b_article_sections .b_section_news_title {
  color: #323e48;
}
@media (min-width: 992px) {
  .b_article_sections .b_section_news_title {
    justify-content: center;
  }
}

.b_page_sections .b_section_news {
  color: #323e48;
  background-color: #fff;
  background-image: url("../images/bg_section_news.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media (max-width: 991px) {
  .b_page_sections .b_section_news {
    background-image: none;
  }
}
.b_page_sections .b_section_news_title {
  color: #323e48;
}
@media (min-width: 992px) {
  .b_page_sections .b_section_news_title {
    justify-content: center;
  }
}

.b_map_sections .b_map_select {
  margin-bottom: 30px;
}
.b_map_sections .b_map_select label {
  display: block;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  margin-left: 20px;
}
.b_map_sections .b_map_select select {
  max-width: 300px;
  height: auto;
  color: #fff;
  background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") no-repeat right 0.75rem center/8px 10px;
  border-color: rgba(255, 255, 255, 0.5);
  padding-top: 15px;
  padding-bottom: 15px;
}
.b_map_sections .b_map_select select option {
  color: #323e48;
}
.b_map_sections .b_map_select select option.is_parent {
  font-weight: 700;
}
.b_map_sections #dealers_map {
  width: 100%;
  height: 600px;
}
@media (max-width: 767px) {
  .b_map_sections #dealers_map {
    width: auto;
    height: 400px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.b_map_sections .map_infowindow {
  max-width: 300px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #323e48;
}
.b_map_sections .map_infowindow h1, .b_map_sections .map_infowindow h2, .b_map_sections .map_infowindow h3, .b_map_sections .map_infowindow h4, .b_map_sections .map_infowindow h5, .b_map_sections .map_infowindow h6,
.b_map_sections .map_infowindow .h1, .b_map_sections .map_infowindow .h2, .b_map_sections .map_infowindow .h3, .b_map_sections .map_infowindow .h4, .b_map_sections .map_infowindow .h5, .b_map_sections .map_infowindow .h6 {
  color: #323e48;
}
.b_map_sections .map_infowindow h5 {
  font-size: 1rem;
  font-family: "Proxima Nova", sans-serif;
  color: #f28b00;
  margin-bottom: 10px;
}
.b_map_sections .map_infowindow h6 {
  font-size: 0.875rem;
  font-family: "Proxima Nova", sans-serif;
  margin: 5px 0;
}
.b_map_sections .map_infowindow p {
  margin-bottom: 2px;
}
.b_map_sections .b_dealers_list_item {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  font-size: 1rem;
  margin-top: 50px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .b_map_sections .b_dealers_list_item {
    width: 49%;
  }
}
@media (max-width: 480px) {
  .b_map_sections .b_dealers_list_item {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
.b_map_sections .b_dealers_list_item h5 {
  font-size: 1rem;
  font-family: "Proxima Nova", sans-serif;
  color: #f28b00;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.b_map_sections .b_dealers_list_item h6 {
  font-size: 1rem;
  font-family: "Proxima Nova", sans-serif;
  margin: 5px 0;
}
.b_map_sections .b_dealers_list_item p {
  margin-bottom: 2px;
}
.b_map_sections .map_sites {
  -moz-columns: 3;
       columns: 3;
  min-width: 80vw;
}
@media (max-width: 767px) {
  .b_map_sections .map_sites {
    -moz-columns: 2;
         columns: 2;
  }
}
@media (max-width: 480px) {
  .b_map_sections .map_sites {
    -moz-columns: 1;
         columns: 1;
  }
}

.b_category_sections .b_section_gallery {
  background-color: #254c66;
}

.b_category_sections .b_section_seo {
  color: #323e48;
  background-color: #fff;
  background-image: url("../images/bg_section_news.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media (max-width: 991px) {
  .b_category_sections .b_section_seo {
    height: auto !important;
    background-image: none;
  }
}
.b_category_sections .b_section_seo_inner {
  height: 100%;
  padding: 50px 0;
  /*@media (min-width: 1366px) and (min-height: 760px) {
      padding-top: 80px;
  }*/
}
@media (min-width: 1366px) and (min-height: 700px) {
  .b_category_sections .b_section_seo_inner {
    padding-top: 80px;
  }
}
@media (min-width: 1366px) and (min-height: 900px) {
  .b_category_sections .b_section_seo_inner {
    padding-top: 130px;
  }
}
.b_category_sections .b_section_seo_inner .container {
  height: 100%;
}
.b_category_sections .b_section_seo_text {
  max-height: 100%;
}
@media (min-width: 992px) and (min-height: 600px) {
  .b_category_sections .b_section_seo_text {
    overflow: auto;
  }
}
@media (min-width: 992px) and (min-height: 600px) {
  .b_category_sections .b_section_seo_text_inner {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 0 10px;
  }
}

@media (min-width: 1200px) {
  .b_category_sections .b_section_accessories .b_section_content {
    padding: 130px 0 50px 0;
  }
}
.b_category_sections .b_section_accessories .b_categories_nav_title {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .b_category_sections .b_section_accessories .b_categories_nav_title {
    margin-top: 30px;
  }
}
@media (min-width: 1500px) {
  .b_category_sections .b_section_accessories .b_categories_nav_title {
    margin-bottom: 70px;
  }
}
.b_category_sections .b_section_accessories .b_categories_nav {
  list-style: none;
  margin: 0 0 50px 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .b_category_sections .b_section_accessories .b_categories_nav {
    display: none;
  }
}
.b_category_sections .b_section_accessories .b_categories_nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.b_category_sections .b_section_accessories .b_categories_nav li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.b_category_sections .b_section_accessories .b_categories_nav li.active a {
  color: #f28b00 !important;
}
.b_category_sections .b_section_accessories .b_categories_nav a {
  color: #fff;
  text-decoration: none;
  text-decoration: none !important;
  display: block;
  font-weight: 600;
  padding: 15px 0;
  text-transform: uppercase;
}
.b_category_sections .b_section_accessories .b_categories_nav a:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.b_category_sections .b_section_accessories .b_categories_nav a:focus, .b_category_sections .b_section_accessories .b_categories_nav a:active {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
@media (min-width: 1800px) {
  .b_category_sections .b_section_accessories .b_categories_nav a {
    font-size: 1.25rem;
  }
}
.b_category_sections .b_section_accessories .b_categories_nav span {
  display: block;
  font-weight: 600;
  color: #f28b00;
  padding: 15px 0;
  text-transform: uppercase;
}
@media (min-width: 1800px) {
  .b_category_sections .b_section_accessories .b_categories_nav span {
    font-size: 1.25rem;
  }
}
.b_category_sections .b_section_accessories .b_categories_select {
  height: auto;
  color: #fff;
  background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") no-repeat right 0.75rem center/8px 10px;
  border-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 1200px) {
  .b_category_sections .b_section_accessories .b_categories_select {
    display: none;
  }
}
.b_category_sections .b_section_accessories .b_categories_select option {
  color: #323e48;
}
.b_category_sections .b_section_accessories .b_accessories_area {
  min-height: 100%;
  color: #323e48;
  background-color: #fff;
  padding: 15px 40px;
}
@media (max-width: 480px) {
  .b_category_sections .b_section_accessories .b_accessories_area {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.b_category_sections .b_section_accessories .b_accessories_area_title {
  color: #323e48;
}

.b_accessories_grid {
  margin-left: -10px;
  margin-right: -10px;
}

.b_accessories_grid_item_outer {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.b_accessories_grid_item {
  display: flex;
  height: 100%;
  color: #323e48 !important;
  background-color: #fff;
  padding: 30px 15px 25px 15px;
  text-decoration: none !important;
  box-shadow: 3px 0 38px rgba(0, 0, 0, 0.08);
  transition: all 200ms !important;
}
@media (max-width: 480px) {
  .b_accessories_grid_item {
    display: block;
  }
}
.b_accessories_grid_item:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .b_accessories_grid_item:hover {
    transform: translateY(-10px);
  }
}

.b_accessories_grid_item_image {
  flex: 0 0 150px;
  max-width: 150px;
  margin-right: 15px;
  text-align: center;
}
@media (max-width: 480px) {
  .b_accessories_grid_item_image {
    max-width: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 1600px) {
  .b_accessories_grid_item_image {
    flex: 0 0 170px;
    max-width: 170px;
  }
}
@media (min-width: 1800px) {
  .b_accessories_grid_item_image {
    flex: 0 0 200px;
    max-width: 200px;
  }
}
.b_accessories_grid_item_image img {
  max-width: 100%;
  height: auto;
  max-height: 100px;
}

.b_accessories_grid_item_sku {
  font-size: 0.875rem;
  font-weight: 700;
  color: rgba(50, 62, 72, 0.7);
  margin-bottom: 7px;
}

.b_accessories_grid_item_title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.b_accessories_grid_item_more {
  display: flex;
  align-items: center;
  max-width: 160px;
  font-weight: 700;
  margin-top: 15px;
}
.b_accessories_grid_item_more svg {
  margin-left: auto;
}

@media (min-width: 1200px) {
  .b_accessory_sections .b_section_accessory .b_section_content {
    padding: 130px 0 50px 0;
  }
}
.b_accessory_sections .b_section_accessory .b_categories_nav_title {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .b_accessory_sections .b_section_accessory .b_categories_nav_title {
    margin-top: 30px;
  }
}
@media (min-width: 1500px) {
  .b_accessory_sections .b_section_accessory .b_categories_nav_title {
    margin-bottom: 70px;
  }
}
.b_accessory_sections .b_section_accessory .b_categories_nav {
  list-style: none;
  margin: 0 0 50px 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .b_accessory_sections .b_section_accessory .b_categories_nav {
    display: none;
  }
}
.b_accessory_sections .b_section_accessory .b_categories_nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.b_accessory_sections .b_section_accessory .b_categories_nav li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.b_accessory_sections .b_section_accessory .b_categories_nav li.active a {
  color: #f28b00 !important;
}
.b_accessory_sections .b_section_accessory .b_categories_nav a {
  color: #fff;
  text-decoration: none;
  text-decoration: none !important;
  display: block;
  font-weight: 600;
  padding: 15px 0;
  text-transform: uppercase;
}
.b_accessory_sections .b_section_accessory .b_categories_nav a:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.b_accessory_sections .b_section_accessory .b_categories_nav a:focus, .b_accessory_sections .b_section_accessory .b_categories_nav a:active {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
@media (min-width: 1800px) {
  .b_accessory_sections .b_section_accessory .b_categories_nav a {
    font-size: 1.25rem;
  }
}
.b_accessory_sections .b_section_accessory .b_categories_select {
  height: auto;
  color: #fff;
  background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") no-repeat right 0.75rem center/8px 10px;
  border-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 1200px) {
  .b_accessory_sections .b_section_accessory .b_categories_select {
    display: none;
  }
}
.b_accessory_sections .b_section_accessory .b_categories_select option {
  color: #323e48;
}
.b_accessory_sections .b_section_accessory .b_accessory {
  color: #323e48;
  background-color: #fff;
  padding: 50px 15px 30px 15px;
}
@media (max-width: 480px) {
  .b_accessory_sections .b_section_accessory .b_accessory {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .b_accessory_sections .b_section_accessory .b_accessory {
    display: flex;
  }
}
@media (min-width: 1500px) {
  .b_accessory_sections .b_section_accessory .b_accessory {
    padding: 80px 20px 60px 20px;
  }
}
.b_accessory_sections .b_section_accessory .b_accessory_content {
  line-height: 1.2;
}
@media (min-width: 1800px) {
  .b_accessory_sections .b_section_accessory .b_accessory_content {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .b_accessory_sections .b_section_accessory .b_accessory_images {
    flex: 0 0 400px;
    max-width: 400px;
    margin-right: 15px;
  }
}
@media (min-width: 1800px) {
  .b_accessory_sections .b_section_accessory .b_accessory_images {
    flex: 0 0 450px;
    max-width: 450px;
    margin-right: 40px;
  }
}
.b_accessory_sections .b_section_accessory .b_accessory_images_inner {
  position: relative;
  margin-bottom: 30px;
}
.b_accessory_sections .b_section_accessory .b_accessory_images_inner .swiper-slide {
  text-align: center;
}
.b_accessory_sections .b_section_accessory .b_accessory_images_inner .swiper-slide a {
  position: relative;
  display: block;
}
.b_accessory_sections .b_section_accessory .b_accessory_images_inner .swiper-slide a:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="rgba(0,0,0,.3)"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"/></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  cursor: pointer;
}
.b_accessory_sections .b_section_accessory .b_accessory_images_inner .swiper-slide img {
  max-width: 100%;
  height: auto;
  max-height: 200px;
}
@media (max-width: 400px) {
  .b_accessory_sections .b_section_accessory .b_accessory_images_inner .swiper-slide img {
    max-height: 130px;
  }
}
.b_accessory_sections .b_section_accessory .b_accessory_images_inner .accessory_slider_prev,
.b_accessory_sections .b_section_accessory .b_accessory_images_inner .accessory_slider_next {
  width: 36px;
  height: 36px;
  background-color: #ddd;
  border: 0;
  position: absolute;
  top: 50%;
}
.b_accessory_sections .b_section_accessory .b_accessory_images_inner .accessory_slider_prev:hover,
.b_accessory_sections .b_section_accessory .b_accessory_images_inner .accessory_slider_next:hover {
  background-color: #323e48;
}
.b_accessory_sections .b_section_accessory .b_accessory_images_inner .accessory_slider_prev {
  left: 0;
  padding-right: 2px;
}
.b_accessory_sections .b_section_accessory .b_accessory_images_inner .accessory_slider_next {
  right: 0;
  padding-left: 2px;
}
.b_accessory_sections .b_section_accessory .b_accessory_images_inner .accessory_slider_pagination {
  position: static;
  padding: 0;
}
.b_accessory_sections .b_section_accessory .b_accessory_images_inner .accessory_slider_pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}
.b_accessory_sections .b_section_accessory .b_accessory_images_inner .accessory_slider_pagination .swiper-pagination-bullet:hover:after {
  background: #ccc !important;
}
.b_accessory_sections .b_section_accessory .b_accessory_images_inner .accessory_slider_pagination .swiper-pagination-bullet:after {
  width: 10px !important;
  height: 10px !important;
  background: #ddd !important;
}
.b_accessory_sections .b_section_accessory .b_accessory_images_inner .accessory_slider_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background: #323e48 !important;
}
.b_accessory_sections .b_section_accessory .b_accessory_slider_outer {
  position: relative;
  padding: 0 40px;
}
.b_accessory_sections .b_section_accessory .b_accessory_title {
  font-family: "Proxima Nova", sans-serif;
  font-size: 1.375rem;
  font-weight: 800;
  color: #323e48;
  text-transform: uppercase;
}
.b_accessory_sections .b_section_accessory .b_accessory_text table {
  width: auto;
  margin: 15px 0;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.b_accessory_sections .b_section_accessory .b_accessory_text table th,
.b_accessory_sections .b_section_accessory .b_accessory_text table td {
  border: 1px solid #ccc;
  padding: 10px;
  vertical-align: top;
}
.b_accessory_sections .b_section_accessory .b_accessory_sku {
  font-size: 0.875rem;
  font-weight: 700;
  color: rgba(50, 62, 72, 0.7);
  margin-bottom: 20px;
}
.b_accessory_sections .b_section_accessory .b_accessory_color {
  margin-bottom: 20px;
}
.b_accessory_sections .b_section_accessory .b_accessory_subtitle {
  font-weight: 800;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.b_accessory_sections .b_section_other {
  color: #323e48;
  background-color: #fff;
}
.b_accessory_sections .b_section_other .b_section_title {
  color: #323e48;
  margin-bottom: 50px;
}