/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
: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: #007bff;
  --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: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .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: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

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

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

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

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

select {
  word-wrap: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

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

.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: #007bff; }

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

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

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

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

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

@media(max-width: 992px){
  .navbar > div:first-of-type{
    display: flex;
  }
}

  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

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

.navbar-nav {
  display: 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;
    display: none;
    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.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    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 {
      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 {
    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 {
      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 {
    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;
	    display: flex;
	    flex-wrap: wrap;
	    left: 0;
	    right: 0;
	    max-height: 630px;
	    background: white;
	    padding: 87px 50px 44px 0;
	    transform: translateY(10px);
	    transition: .2s ease;
	    opacity: 0;
	    visibility: hidden;
	  }
	.navbar-expand-lg .navbar-nav .menu-item-24 .dropdown-menu {
		max-height: 340px;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu {
		display: block;
		width: 100%;
		position: static;
		top: auto;
		left: auto;
		right: auto;
		background: transparent;
		padding: 0 0 15px 0;
		transform: none;
		transition: .2s ease;
		opacity: 1;
		visibility: visible;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu .dropdown-menu {
		display: none;
	}
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      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 {
    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 {
      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 {
    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 {
    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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

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

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

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

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

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

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

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

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.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-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);
    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: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .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; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-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); }
  .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; } }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  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.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  color: #212529; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: 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.85714%; }

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

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

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

.flex-row {
  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; } }

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

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

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

.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: #007bff !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-body {
  color: #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; }

@font-face {
  font-family: 'Min';
  src: url("../fonts/Min_Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.navbar {
  padding: 14px 0; }
  .navbar-nav {
    margin-right: auto; }
  @media (min-width: 992px) {
    .navbar {
      padding: 0; } }
  .navbar .navbar-brand {
    margin-right: 30px; }
    @media (max-width: 1200px) {
      .navbar .navbar-brand {
        margin-right: 5px; }
    }
  @media (max-width: 991px) {
    .navbar .navbar-collapse {
      position: absolute;
      top: 80px;
      left: -15px;
      width: calc(100% + 30px);
      background: #F4F5F6;
      z-index: 5; }

    #menu-contact-menu {
      flex-wrap: wrap;
    }
    }
  .navbar .navbar-collapse .navbar-nav.menu-help {
    margin-left: auto;
    margin-right: 0; }
    @media (max-width: 1200px) {
      #menu-top-menu {
        margin-right: 10px; }
    }
    .navbar .navbar-collapse .navbar-nav.menu-help li {
      transition: background-color .3s ease; }
      @media (min-width: 992px) {
        .navbar .navbar-collapse .navbar-nav.menu-help li:not(:last-child) {
          margin-right: 15px; } }
      @media (max-width: 1200px) {
        .navbar .navbar-collapse .navbar-nav.menu-help li:not(:last-child) {
          margin-right: 5px; }
      }
      .navbar .navbar-collapse .navbar-nav.menu-help li a:after {
        display: none; }
      .navbar .navbar-collapse .navbar-nav.menu-help li a:hover {
        color: inherit; }
    .navbar .navbar-collapse .navbar-nav.menu-help .in-touch, .navbar .navbar-collapse .navbar-nav.menu-help .lang {
      display: flex;
      align-items: center;
      font-size: 13px;
      font-weight: bold;
      line-height: 24px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #FFFFFF;
      background: #22AF9A; }
      .navbar .navbar-collapse .navbar-nav.menu-help .in-touch:hover, .navbar .navbar-collapse .navbar-nav.menu-help .lang:hover {
        background: #089E88; }
      .navbar .navbar-collapse .navbar-nav.menu-help .in-touch a, .navbar .navbar-collapse .navbar-nav.menu-help .lang a {
        padding: 8px 28px;
        color: inherit;
        text-decoration: none;
        transition: color .3s ease; }
    .navbar .navbar-collapse .navbar-nav.menu-help .lang {
      background-color: #F09C21; }
      .navbar .navbar-collapse .navbar-nav.menu-help .lang:hover {
        background-color: #E28B0A; }
      .navbar .navbar-collapse .navbar-nav.menu-help .lang a {
        padding: 8px 11px; }
    .navbar .navbar-collapse .navbar-nav.menu-help .search {
      padding: 0;
      background-color: #22AF9A; }
      .navbar .navbar-collapse .navbar-nav.menu-help .search:hover {
        background-color: #089E88; }
      .navbar .navbar-collapse .navbar-nav.menu-help .search a {
        padding: 0;
        margin: -1px;
        width: 40px;
        height: 40px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center; }
        .navbar .navbar-collapse .navbar-nav.menu-help .search a:before {
          content: url(../img/search-icon-white.svg);
          width: 18px;
          height: 18px; }
  .navbar .navbar-collapse .navbar-nav > .menu-item {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #6D6E70;
    border-bottom: 1px solid #fff;
    padding: 0 15px; }
    @media (min-width: 992px) {
      .navbar .navbar-collapse .navbar-nav > .menu-item {
        font-size: 14px;
        line-height: 24px;
        padding: 0;
        border: none; }
        .navbar .navbar-collapse .navbar-nav > .menu-item:not(:last-child) {
          margin-right: 20px; } }
    .navbar .navbar-collapse .navbar-nav > .menu-item > a {
      padding: 23px 0 22px;
      position: relative; }
      @media (min-width: 992px) {
        .navbar .navbar-collapse .navbar-nav > .menu-item > a {
          padding: 0; } }
      @media (min-width: 992px) {
        .navbar .navbar-collapse .navbar-nav > .menu-item > a:after {
          content: '';
          display: table;
          position: absolute;
          width: 100%;
          height: 4px;
          background: #22AF9A;
          bottom: -9px;
          transition: all .3s ease;
          opacity: 0; } }
    .navbar .navbar-collapse .navbar-nav > .menu-item:hover > a {
      color: #4C4C4E; }
      .navbar .navbar-collapse .navbar-nav > .menu-item:hover > a:after {
        bottom: -8px;
		z-index: 2;
        opacity: 1; }
    .navbar .navbar-collapse .navbar-nav > .menu-item > a {
      color: inherit;
      text-decoration: none; }
	.navbar .navbar-collapse .navbar-nav > .menu-item > .dropdown-menu {
		pointer-events: none;
	}
    .navbar .navbar-collapse .navbar-nav > .menu-item:hover > .dropdown-menu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
	}
    .navbar .navbar-collapse .navbar-nav > .menu-item .dropdown-menu > .menu-item {
		position: relative;
		width: calc((100% - 50px) / 3);
		box-sizing: border-box;
		padding-left: 50px;
		padding-right: 0;
		margin-bottom: 15px; }
    .navbar .navbar-collapse .navbar-nav > .menu-item .dropdown-menu > .menu-item:last-child {
	    margin-bottom: 0; }
    .navbar .navbar-collapse .navbar-nav > .menu-item .dropdown-menu > .menu-item .menu-item {
	    padding-left: 0; }
    .navbar .navbar-collapse .navbar-nav > .menu-item .dropdown-menu > .menu-item > a {
		display: block;
		line-height: 16px;
		letter-spacing: 0.05em;
		margin-bottom: 15px;
		text-transform: uppercase;
		color: #6D6E70;
		transition: none;
		font-size: 14px;
		font-weight: 700; }
    .navbar .navbar-collapse .navbar-nav > .menu-item .dropdown-menu > .menu-item .menu-item > a {
		font-weight: 400;
		text-transform: none; }
    .navbar .navbar-collapse .navbar-nav > .menu-item .dropdown-menu > .menu-item .menu-item {
		width: 100%; }
    /*.navbar .navbar-collapse .navbar-nav > .menu-item .dropdown-menu > .menu-item.current_page_item > a,*/
.menu-help {
  flex-direction: row;
  padding: 30px 15px; }
  @media (min-width: 992px) {
    .menu-help {
      padding: 30px 0; } }
  .menu-help li:not(:last-child) {
    margin-right: 14px; }

  @media (max-width: 460px) {
    #menu-contact-menu li:nth-child(1) {
      order: 1;
    }

    #menu-contact-menu li:nth-child(2) {
      order: 3;
    }

    #menu-contact-menu li:nth-child(3) {
      order: 2;
    }
  }

.navbar-toggler {
  background: #22AF9A;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: 0;
  border-radius: 0;
  outline: none !important; }

.icon {
  width: 18px;
  height: 18px;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  cursor: pointer; }

.icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 18px;
  background: #fff;
  border-radius: 10px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

.icon span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.icon span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.icon span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 22px;
  top: 0px;
  left: 1px; }

.icon.open span:nth-child(2) {
  width: 0;
  opacity: 0; }

.icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px;
  left: 1px;
  width: 22px; }

@media (max-width: 991px) {
  .slick-slider .slick-list, .slick-slider .slick-track {
    overflow: hidden; } }

.slick-list {
  overflow: visible; }

.slick-slider.half-green-slider .slick-slide img {
  margin-bottom: -1px; }
  @media (min-width: 992px) {
    .slick-slider.half-green-slider .slick-slide img {
      width: 50%;
      margin-left: auto; } }

@media (min-width: 992px) {
  .slick-slider.half-green-slider .slick-slide .caption {
    width: 50%;
    top: 0;
    padding: 0 50px;
    display: flex;
    justify-content: center;
    flex-direction: column; } }

.slick-dotted.slick-slider {
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .slick-dotted.slick-slider {
      padding-bottom: 160px; } }

.slick-slide:not(.slick-lightbox-slick-item) img {
  width: 100%; }

.slick-slide:not(.slick-lightbox-slick-item) h2 {
  color: #fff;
  margin-bottom: 20px; }

.slick-slide:not(.slick-lightbox-slick-item) p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 22px; }

.slick-slide:not(.slick-lightbox-slick-item) .caption {
  position: relative;
  bottom: 0;
  padding: 40px 15px 66px;
  background: #22AF9A; }
  @media (min-width: 992px) {
    .slick-slide:not(.slick-lightbox-slick-item) .caption {
      position: absolute;
      bottom: -60px;
      padding: 70px 50px 60px; } }

@media (max-width: 991px) {
  .slick-slide:not(.slick-lightbox-slick-item) .container {
    max-width: 100%;
    padding: 0; } }

.slick-dots {
  bottom: 20px;
  left: 15px;
  width: auto; }
  @media (min-width: 992px) {
    .slick-dots {
      left: calc(50% + 30px);
      bottom: 120px; } }
  .slick-dots li {
    width: auto;
    margin: 0 13px 0 0;
    padding: 0;
    transition: opacity .3s ease; }
    @media (min-width: 992px) {
      .slick-dots li {
        margin: 0 25px 0 0; } }
    .slick-dots li button {
      width: 10px;
      height: 10px;
      border: 2px solid rgba(255, 255, 255, 0.3);
      border-radius: 50%;
      background: transparent; }
      @media (min-width: 992px) {
        .slick-dots li button {
          width: 14px;
          height: 14px;
          border: 3px solid #D7D8DA;
          background: transparent; } }
      .slick-dots li button:before {
        content: ""; }
  .slick-dots .slick-active button {
    border: 2px solid #fff; }
    @media (min-width: 992px) {
      .slick-dots .slick-active button {
        border: 3px solid #22AF9A; } }

.customer-list {
  overflow: hidden; }
  @media (max-width: 768px) {
    .customer-list img.long {
      height: auto;
      max-width: 310px;
      width: 100%; } }
  .customer-list .slick-track {
    display: flex;
    align-items: center; }

@media (min-width: 992px) {
  .hero-custom-slider .slick-dots, .half-green-slider .slick-dots {
    bottom: -45px;
    top: auto !important; } }

.hero-custom-slider .slide_bg, .half-green-slider .slide_bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (max-width: 991px) {
    .hero-custom-slider .slide_bg, .half-green-slider .slide_bg {
      background-image: none !important; } }
  @media (min-width: 992px) {
    .hero-custom-slider .slide_bg, .half-green-slider .slide_bg {
      height: calc(100vh - 160px); } }
  @media (min-width: 992px) {
    .hero-custom-slider .slide_bg img, .half-green-slider .slide_bg img {
      display: none; } }

.hero-custom-slider .slide_bg .hero-mobile-slide {
  height: 300px;
  width: 100%;
  background-position: center;
  background-size: cover; }

.common-slider {
  margin-top: 30px; }
  .common-slider.slick-dotted.slick-slider {
    padding-bottom: 0; }
  @media (min-width: 992px) {
    .common-slider {
      margin-top: 50px; } }
  .common-slider .slick-dots {
    position: relative;
    left: 0;
    top: 10px;
    bottom: auto;
    text-align: left; }
    @media (min-width: 992px) {
      .common-slider .slick-dots {
        top: 15px; } }
    .common-slider .slick-dots .slick-active button {
      border: 2px solid #22AF9A; }
      @media (min-width: 992px) {
        .common-slider .slick-dots .slick-active button {
          border: 3px solid #22AF9A; } }
    .common-slider .slick-dots li button {
      border: 2px solid #D7D8DA; }
      @media (min-width: 992px) {
        .common-slider .slick-dots li button {
          border: 3px solid #D7D8DA; } }

@media (max-width: 992px) {
  .line-slider.images-slider button {
    bottom: -80px; } }

@media (max-width: 991px) {
  .line-slider {
    margin-bottom: 50px; } }

.line-slider .slick-list {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px; }

.line-slider .slick-slide {
  padding: 0 15px;
  min-height: 230px;
  position: relative; }
  .line-slider .slick-slide.item {
    margin: 0 15px; }
    .line-slider .slick-slide.item img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.line-slider .slick-prev {
  left: 0;
  right: auto; }
  @media (min-width: 992px) {
    .line-slider .slick-prev {
      left: auto;
      right: 50px; } }

.line-slider .slick-next {
  left: 50px; }
  @media (min-width: 992px) {
    .line-slider .slick-next {
      left: auto;
      right: 0; } }

.line-slider .slick-prev, .line-slider .slick-next {
  position: absolute;
  top: auto;
  bottom: -60px;
  width: 36px;
  height: 36px;
  border: 2px solid #22AF9A;
  transition: all .3s ease; }
  @media (min-width: 992px) {
    .line-slider .slick-prev, .line-slider .slick-next {
      top: -60px;
      width: 40px;
      height: 40px; } }
  .line-slider .slick-prev:hover, .line-slider .slick-next:hover {
    background: #22AF9A; }
  .line-slider .slick-prev:before, .line-slider .slick-next:before {
    opacity: 1;
    background: transparent;
    font-size: 0;
    color: transparent; }

.line-slider .slick-next:before {
  content: url(../img/icons/angle-right.svg);
  left: 2px;
  position: relative; }

.line-slider .slick-next:hover:before {
  content: url(../img/icons/angle-right-white.svg); }

.line-slider .slick-prev:before {
  content: url(../img/icons/angle-left.svg); }

.line-slider .slick-prev:hover:before {
  content: url(../img/icons/angle-left-white.svg); }

.line-slider .project-item-preview {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .line-slider .project-item-preview {
      margin-bottom: 0; } }

.line-slider .video :before {
  content: url(../img/icons/youtube-icon.svg);
  position: absolute;
  display: table;
  top: 50%;
  left: 50%;
  width: 25%;
  height: 25%;
  transform: translate(-50%, -50%);
  z-index: 2; }

.slick-lightbox .slick-lightbox-close {
  height: 30px;
  width: 30px; }
  .slick-lightbox .slick-lightbox-close:before {
    font-size: 30px;
    line-height: 0;
    color: #fff;
    opacity: 1; }

.slick-lightbox .slick-prev {
  left: 65px;
  width: 50px;
  height: 50px;
  border: 2px solid #22AF9A;
  transition: all .3s ease; }
  @media (max-width: 991px) {
    .slick-lightbox .slick-prev {
      bottom: 0;
      top: auto;
      left: calc(50% - 50px - 10px); } }
  .slick-lightbox .slick-prev:before {
    position: relative;
    left: -2px;
    opacity: 1;
    content: url(../img/icons/angle-left.svg); }
  .slick-lightbox .slick-prev:hover {
    background: #22AF9A; }
    .slick-lightbox .slick-prev:hover:before {
      content: url(../img/icons/angle-left-white.svg); }

.slick-lightbox .slick-next {
  right: 65px;
  width: 50px;
  height: 50px;
  border: 2px solid #22AF9A;
  transition: all .3s ease; }
  @media (max-width: 991px) {
    .slick-lightbox .slick-next {
      bottom: 0;
      top: auto;
      right: calc(50% - 50px - 10px); } }
  .slick-lightbox .slick-next:before {
    position: relative;
    left: 2px;
    opacity: 1;
    content: url(../img/icons/angle-right.svg); }
  .slick-lightbox .slick-next:hover {
    background: #22AF9A; }
    .slick-lightbox .slick-next:hover:before {
      content: url(../img/icons/angle-right-white.svg); }

.loader-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #F4F5F6;
  width: 100%;
  height: 100%;
  z-index: 100; }
  .loader-wrap .loader {
    display: block;
    width: 30px;
    height: 30px;
    border: 4px solid #22AF9A;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    transform: translate(-50%, -50%);
    animation: loader 2s infinite ease; }
  .loader-wrap .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #22AF9A;
    animation: loader-inner 2s infinite ease-in; }

@keyframes loader {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(180deg); }
  50% {
    transform: rotate(180deg); }
  75% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes loader-inner {
  0% {
    height: 0%; }
  25% {
    height: 0%; }
  50% {
    height: 100%; }
  75% {
    height: 100%; }
  100% {
    height: 0%; } }

h1 {
  font-size: 58px;
  line-height: 58px;
  font-family: "Min", sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0; }
  @media (min-width: 992px) {
    h1 {
      font-size: 120px;
      line-height: 120px; } }

h2 {
  font-family: "Min", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    h2 {
      font-size: 46px;
      line-height: 46px;
      margin-bottom: 40px; } }

a:hover {
  text-decoration: none; }

ul {
  padding-left: 0; }
  ul li {
    list-style: none;
    padding: 0; }

ul.bulleted-list {
  margin: 20px 0; }
  ul.bulleted-list li {
    position: relative;
    padding-left: 42px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #9D9FA1; }
    @media (min-width: 992px) {
      ul.bulleted-list li {
        font-size: 16px;
        line-height: 24px; } }
    ul.bulleted-list li:before {
      content: '';
      display: block;
      position: absolute;
      left: 20px;
      top: 7px;
      width: 10px;
      height: 10px;
      border: 2px solid #22AF9A;
      border-radius: 50%; }
    ul.bulleted-list li strong, ul.bulleted-list li b {
      color: #6D6E70; }
  ul.bulleted-list.gray-bullet {
    margin-bottom: 0; }
    ul.bulleted-list.gray-bullet li {
      padding-left: 30px; }
      ul.bulleted-list.gray-bullet li:before {
        left: 10px;
        border-color: #6D6E70; }

.m-only {
  display: block; }
  @media (min-width: 992px) {
    .m-only {
      display: none; } }

.d-only {
  display: none; }
  @media (min-width: 992px) {
    .d-only {
      display: block; } }

.bg-green {
  background: #22AF9A; }

.bg-white {
  background: #fff; }

.bg-grey {
  background: #F4F5F6; }

.text-green {
  color: #22AF9A; }

.text-dark {
  color: #4C4C4E; }

.pb40-80 {
  padding-bottom: 40px !important; }
  @media (min-width: 992px) {
    .pb40-80 {
      padding-bottom: 80px !important; } }

@media (min-width: 992px) {
  .pl20 {
    padding-left: 20px; } }

@media (min-width: 992px) {
  .mr20 {
    margin-right: 20px; } }

@media (min-width: 992px) {
  .ml20 {
    margin-left: 20px; } }

@media (min-width: 992px) {
  .pr20 {
    padding-right: 20px; } }

.mt20 {
  margin-top: 20px; }

.pb60-80 {
  padding-bottom: 60px !important; }
  @media (min-width: 992px) {
    .pb60-80 {
      padding-bottom: 80px !important; } }

.p120-60_80 {
  padding: 60px 0 80px; }
  @media (min-width: 992px) {
    .p120-60_80 {
      padding: 120px 0; } }

.p170_0-80_0 {
  padding: 80px 0 0; }
  @media (min-width: 992px) {
    .p170_0-80_0 {
      padding: 170px 0 0; } }

.p170_40-80_20 {
  padding: 80px 0 20px; }
  @media (min-width: 992px) {
    .p170_0-80_0 {
      padding: 170px 0 40px; } }

.p45_80-45_125 {
  padding: 40px 0 80px; }
  @media (min-width: 992px) {
    .p45_80-45_125 {
      padding: 45px 0 125px; } }

.p30_90-80_140 {
  padding: 30px 0 90px; }
  @media (min-width: 992px) {
    .p30_90-80_140 {
      padding: 80px 0 140px; } }

.p60-80 {
  padding: 60px 0; }
  @media (min-width: 992px) {
    .p60-80 {
      padding: 80px 0; } }

.p30-40 {
  padding: 30px 0; }
  @media (min-width: 992px) {
    .p60-80 {
      padding: 40px 0; } }

.p60-120 {
  padding: 60px 0; }
  @media (min-width: 992px) {
    .p60-120 {
      padding: 120px 0; } }

.p80-120 {
  padding: 80px 0; }
  @media (min-width: 992px) {
    .p80-120 {
      padding: 120px 0; } }

.img-fluid {
  width: 100%;
  max-width: 100%;
  display: block; }

.subtitle {
  font-family: "Min", sans-serif;
  font-size: 36px;
  line-height: 38px;
  letter-spacing: 1px;
  color: #4C4C4E; }

.post-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #4C4C4E;
  margin-bottom: 8px;
  letter-spacing: normal;
  text-transform: none;
  font-family: inherit;
}
  @media (min-width: 992px) {
    .post-title {
      font-size: 26px;
      line-height: 34px;
      margin-bottom: 10px; } }
  .post-title a {
    color: inherit;
    text-decoration: none;
    transition: color .3s ease; }
  .post-title:hover a {
    color: #22AF9A; }

.rectangle-link {
  display: inline-block;
  font-size: 13px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFFFFF;
  border: 2px solid #fff;
  padding: 6px 38px;
  transition: all .3s ease; }
  .rectangle-link:hover {
    background: #fff;
    color: #22AF9A;
    text-decoration: none; }
  .rectangle-link.on-green-block {
    font-size: 14px;
    line-height: 24px;
    padding: 6px 35px; }
    @media (min-width: 992px) {
      .rectangle-link.on-green-block {
        font-size: 16px;
        line-height: 24px;
        padding: 11px 55px; } }
  .rectangle-link .green-border {
    border-color: #22AF9A; }
  .rectangle-link.with-icon:before {
    position: relative;
    top: 1px;
    left: -3px;
    display: inline-block;
    margin-right: 7px; }
  .rectangle-link.with-icon.download-icon:before {
    content: url(../img/icons/donwload-icon.svg); }
  .rectangle-link.hover-dark-green:hover {
    color: #fff;
    background: #089E88; }
  .rectangle-link.transparent {
    background: transparent;
    color: #22AF9A;
    border-color: #22AF9A; }
    .rectangle-link.transparent:hover {
      color: #fff;
      background: #22AF9A;
      border-color: #22AF9A; }

.hero-section.heading {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end; }
  @media (min-width: 992px) {
    .hero-section.heading {
      height: 430px; } }
  .hero-section.heading.big {
    height: 300px; }
    @media (min-width: 992px) {
      .hero-section.heading.big {
        height: 500px; } }
    @media (min-width: 1440px) {
      .hero-section.heading.big {
        height: 500px; } }
  .hero-section.heading.small {
    height: 320px; }
    @media (min-width: 992px) {
      .hero-section.heading.small {
        height: 400px; } }
  .hero-section.heading.in-touch {
    background-image: url(../img/in-touch-m.jpg); }
    @media (min-width: 992px) {
      .hero-section.heading.in-touch {
        background-image: url(../img/in-touch-d.jpg); } }
  .hero-section.heading.blog-hero {
    background-image: url(../img/blog-m.jpg); }
    @media (min-width: 992px) {
      .hero-section.heading.blog-hero {
        background-image: url(../img/blog-d.jpg); } }
  .hero-section.heading.projects-hero {
    background-image: url(../img/projects-m.jpg); }
    @media (min-width: 992px) {
      .hero-section.heading.projects-hero {
        background-image: url(../img/projects-d.jpg); } }
  .hero-section.heading.solution-hero {
    background-image: url(../img/solution-m.jpg); }
    @media (min-width: 992px) {
      .hero-section.heading.solution-hero {
        background-image: url(../img/solution-d.jpg); } }
  .hero-section.heading.vr_ar-hero {
    background-image: url(../img/vr_ar-m.jpg); }
    @media (min-width: 992px) {
      .hero-section.heading.vr_ar-hero {
        background-image: url(../img/vr_ar-d.jpg); } }
  .hero-section.heading.smart_city-hero {
    background-image: url(../img/smart_city-m.jpg); }
    @media (min-width: 992px) {
      .hero-section.heading.smart_city-hero {
        background-image: url(../img/smart_city-d.jpg); } }
  .hero-section.heading.ai-hero {
    background-image: url(../img/ai-hero-m.jpg); }
    @media (min-width: 992px) {
      .hero-section.heading.ai-hero {
        background-image: url(../img/ai-hero-d.jpg); } }
  .hero-section.heading.executives-bootcamp-hero {
    background-position: top;
    background-image: url(../img/executives-bootcamp-m.jpg); }
    @media (min-width: 992px) {
      .hero-section.heading.executives-bootcamp-hero {
        background-image: url(../img/executives-bootcamp-d.jpg); } }
  .hero-section.heading.digital-worker-platform-hero {
    background-position: top;
    background-image: url(../img/digital-worker-platform-m.jpg); }
    @media (min-width: 992px) {
      .hero-section.heading.digital-worker-platform-hero {
        background-image: url(../img/digital-worker-platform-d.jpg); } }
  .hero-section.heading.medical-kiosk-hero {
    background-position: top;
    background-image: url(../img/medical-kiosk-m.jpg); }
    @media (min-width: 992px) {
      .hero-section.heading.medical-kiosk-hero {
        background-image: url(../img/medical-kiosk-d.jpg); } }
  .hero-section.heading.industrial-safety-hero {
    background-image: url(../img/industrial-safety-hero-m.jpg); }
    @media (min-width: 992px) {
      .hero-section.heading.industrial-safety-hero {
        background-image: url(../img/industrial-safety-hero-d.jpg); } }
  .hero-section.heading.health-safety-trainings-hero {
    background-image: url(../img/health-safety-trainings-m.jpg); }
    @media (min-width: 992px) {
      .hero-section.heading.health-safety-trainings-hero {
        background-image: url(../img/health-safety-trainings-d.jpg); } }
  .hero-section.heading.drones-hero {
    background-image: url(../img/drones-m.jpg); }
    @media (min-width: 992px) {
      .hero-section.heading.drones-hero {
        background-image: url(../img/drones-d.jpg); } }
  .hero-section.heading.video-hero {
    background-image: url(../img/video-analytics-m.jpg); }
    @media (min-width: 992px) {
      .hero-section.heading.video-hero {
        background-image: url(../img/video-analytics-d.jpg); } }
  .hero-section.heading.products-hero {
    background-image: url(../img/products-m.jpg); }
    @media (min-width: 992px) {
      .hero-section.heading.products-hero {
        background-image: url(../img/products-d.jpg); } }
  .hero-section.heading.ifalcon-face-control-hero {
    background-image: url(../img/ifalcon-face-control-hero-m.jpg); }
    @media (min-width: 992px) {
      .hero-section.heading.ifalcon-face-control-hero {
        background-image: url(../img/ifalcon-face-control-hero-d.jpg); } }
  .hero-section.heading.wayfinder-hero {
    background-image: url(../img/way-finder-hero-m.jpg); }
    @media (min-width: 992px) {
      .hero-section.heading.wayfinder-hero {
        background-image: url(../img/way-finder-hero-d.jpg); } }
  .hero-section.heading.news-hero {
    background-image: url(../img/news-hero-m.jpg); }
    @media (min-width: 992px) {
      .hero-section.heading.news-hero {
        background-image: url(../img/news-hero-d.jpg); } }
  .hero-section.heading.about-hero {
    background-image: url(../img/abouts-hero-m.jpg); }
    @media (min-width: 992px) {
      .hero-section.heading.about-hero {
        background-image: url(../img/abouts-hero-d.jpg); } }
  .hero-section.heading h1 {
    margin-bottom: 32px; }
    @media (min-width: 992px) {
      .hero-section.heading h1 {
        margin-bottom: 70px; } }

.hero-section .solution-item-heading, .hero-section + section .solution-item-heading {
  padding: 40px 0 34px; }
  @media (min-width: 992px) {
    .hero-section .solution-item-heading, .hero-section + section .solution-item-heading {
      position: relative;
      top: 50px;
      padding: 60px 50px 68px;
      margin-right: 20px; } }
  .hero-section .solution-item-heading h1, .hero-section + section .solution-item-heading h1 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .hero-section .solution-item-heading h1, .hero-section + section .solution-item-heading h1 {
        font-size: 58px;
        line-height: 58px;
        margin-bottom: 16px; } }
  .hero-section .solution-item-heading p, .hero-section + section .solution-item-heading p {
    font-size: 14px;
    line-height: 22px; }
    @media (min-width: 992px) {
      .hero-section .solution-item-heading p, .hero-section + section .solution-item-heading p {
        font-size: 16px;
        line-height: 24px; } }
    .hero-section .solution-item-heading p:last-child, .hero-section + section .solution-item-heading p:last-child {
      margin-bottom: 0; }

.hero-section .solution-subitem-heading {
  position: relative;
  bottom: -50%;
  padding: 20px 30px; }
  @media (min-width: 992px) {
    .hero-section .solution-subitem-heading {
      padding: 40px 50px; } }
  .hero-section .solution-subitem-heading h1 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .hero-section .solution-subitem-heading h1 {
        font-size: 80px;
        line-height: 80px; } }

header {
  display: flex;
  align-items: center;
  background: #fff;
  position: sticky;
  border-bottom: 1px solid #F4F5F6;
  top: 0;
  z-index: 10; }
  @media (min-width: 992px) {
    header {
      /*position: relative;
      border-bottom: none;*/
      z-index: 1011; } }
  @media (max-width: 991px) {
    header .container {
      max-width: 100%; } }

@media (max-width: 991px) {
  .product-item-overview .m-reverse {
    flex-direction: column-reverse; }
    .product-item-overview .m-reverse .nav {
      margin-top: 40px;
      margin-bottom: 10px; } }

#map {
  height: 400px;
  width: 100%; }
  @media (min-width: 992px) {
    #map {
      height: 450px; } }

.social-list {
  display: flex;
  padding-left: 0; }
  .social-list li {
    position: relative;
    padding: 0;
    list-style: none;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .social-list li:not(:last-child) {
      margin-right: 14px; }
    @media (min-width: 992px) {
      .social-list li {
        width: 40px;
        height: 40px; } }
    .social-list li a {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
      .social-list li a:hover svg path {
        fill: #22AF9A; }
      .social-list li a svg {
        overflow: visible; }
        .social-list li a svg g {
          clip-path: none; }
        .social-list li a svg path {
          transition: all .3s ease; }

.call-link {
  height: 40px;
  width: 40px;
  background: #F09C21;
  display: flex;
  justify-content: center;
  margin-right: 10px;
  transition: background-color .3s ease; }
  @media (min-width: 992px) {
    .call-link {
      display: none; } }
  .call-link:hover {
    background: #E28B0A; }

.search-form {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  background: #fff;
  left: 0;
  right: 0;
  width: 100%;
  height: 120px;
  z-index: 1012;
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.15);
  display: none; }
  .search-form #searchForm {
    position: relative;
    width: calc(100% - 100px); }
    .search-form #searchForm:before {
      content: url(../img/icons/search-icon.svg);
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2; }
    .search-form #searchForm input {
      position: relative;
      font-weight: 300;
      font-size: 18px;
      line-height: 25px;
      color: #4C4C4E;
      margin-bottom: 0;
      margin-left: 30px;
      z-index: 5; }
      @media (min-width: 992px) {
        .search-form #searchForm input {
          font-size: 24px;
          line-height: 33px; } }
  .search-form .close-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px; }
    .search-form .close-btn span {
      position: absolute;
      top: 50%;
      width: 20px;
      height: 1px;
      background: #6D6E70; }
      @media (min-width: 992px) {
        .search-form .close-btn span {
          width: 26px; } }
      .search-form .close-btn span:first-child {
        transform: rotate(45deg); }
      .search-form .close-btn span:last-child {
        transform: rotate(-45deg); }

.body-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #4C4C4E;
  opacity: .8;
  display: none;
  z-index: 4; }

.with-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .with-filter {
      margin-bottom: 40px; } }
  .with-filter h2 {
    margin-bottom: 0; }
  .with-filter select:not(:first-child) {
    margin-left: 10px; }

.checkbox.error + label + label a:after {
  background: #F02D21; }

.label--checkbox, .label--checkbox {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #C8EBE6;
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 30px; }
  @media (min-width: 992px) {
    .label--checkbox, .label--checkbox {
      font-size: 16px;
      line-height: 19px; } }
  .label--checkbox a, .label--checkbox a {
    position: relative;
    color: #fff;
    font-weight: 400;
    text-decoration: none; }
    @media (min-width: 992px) {
      .label--checkbox a, .label--checkbox a {
        font-weight: 500; } }
    .label--checkbox a:after, .label--checkbox a:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      content: '';
      display: table;
      height: 1px;
      background: #fff;
      transition: width .3s ease; }
    .label--checkbox a:hover:after, .label--checkbox a:hover:after {
      width: 100%; }
  .label--checkbox span.input-text, .label--checkbox span.input-text {
    position: relative;
    top: -2px;
    left: -3px; }
  .label--checkbox.text-gray-green, .label--checkbox.text-gray-green {
    color: #9D9FA1; }
    .label--checkbox.text-gray-green a, .label--checkbox.text-gray-green a {
      color: #22AF9A;
      font-weight: 400; }
      .label--checkbox.text-gray-green a:after, .label--checkbox.text-gray-green a:after {
        background: #22AF9A; }

.checkbox {
  display: none; }
  .checkbox + label:before, .checkbox + label + label:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    left: 0.1875rem;
    top: 0.125rem;
    z-index: 1;
    width: 0.75rem;
    height: 0.375rem;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none; }
  .checkbox + label:after, .checkbox + label + label:after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 18px;
    height: 18px;
    background: #22AF9A;
    border: 2px solid #f2f2f2;
    cursor: pointer; }
  .checkbox:checked + label:before, .checkbox:checked + label + label:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1); }
  .checkbox.gray:checked + label:after, .checkbox.gray:checked + label + label:after {
    background: #22AF9A;
    border: 2px solid #22AF9A; }
  .checkbox.gray + label:after, .checkbox.gray + label + label:after {
    background: transparent;
    border: 2px solid #9D9FA1; }
  .checkbox.gray + label:before, .checkbox.gray + label + label:before {
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none; }
  .checkbox.green-orange:checked + label:after, .checkbox.green-orange:checked + label + label:after {
    background: #F09C21;
    border: 2px solid #F09C21; }
  .checkbox.green-orange + label:after, .checkbox.green-orange + label + label:after {
    background: #22AF9A;
    border: 2px solid #f2f2f2; }
  .checkbox.green-orange + label:before, .checkbox.green-orange + label + label:before {
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none; }
  .checkbox.error + label + label {
    color: #B25445; }
    .checkbox.error + label + label a {
      color: #F02D21; }
    .checkbox.error + label + label:after {
      border-color: #F02D21; }

@media (min-width: 992px) {
  form .inline-inputs {
    display: flex;
    justify-content: space-between; } }

form .inline-inputs > div {
  flex-basis: 100%; }
  @media (min-width: 992px) {
    form .inline-inputs > div:not(:first-child) {
      margin-left: 25px; } }

form input:not([type=checkbox]), form textarea {
  background: #fff;
  font-size: 14px;
  line-height: 19px;
  color: #4C4C4E;
  width: 100%;
  padding: 10px 10px;
  border: none;
  margin-bottom: 20px;
  outline: none;
  transition: all .3s ease; }
  @media (min-width: 992px) {
    form input:not([type=checkbox]), form textarea {
      font-size: 16px;
      line-height: 22px;
      padding: 10px 14px;
      margin-bottom: 30px; } }
  form input:not([type=checkbox]):focus, form textarea:focus {
    box-shadow: inset 0px 0px 0px 2px #F09C21;
    }

  form label:focus{
    outline: none
  }

form input:not([type=checkbox]) {
  height: 40px; }
  @media (min-width: 992px) {
    form input:not([type=checkbox]) {
      height: 50px; } }

form textarea {
  height: 120px; }

form button {
  padding: 7px 69px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  outline: none !important;
  transition: all .3s ease; }
  @media (min-width: 992px) {
    form button {
      font-size: 16px;
      line-height: 24px;
      padding: 12px 90px;
      margin-top: 30px; } }
  form button.green {
    background: #22AF9A;
    color: #fff;
    border: 2px solid #fff; }
    form button.green.hover_white:hover {
      background: #fff;
      color: #22AF9A; }
    form button.green.hover_green:hover {
      background: #089E88;
      border-color: #089E88; }
  form button.green-border {
    border-color: #22AF9A; }

.footer-flex {
  display: flex; }
  footer form label {
    display: none !important; }
  footer form input, footer form button {
    margin: 0;
    height: auto; }
  footer form input[type=email] {
    height: 40px;
    width: 166px;
    font-weight: 300;
    transition: all .3s ease; }
    @media (min-width: 992px) {
      footer form input[type=email] {
        width: 226px; } }
    footer form input[type=email]:focus {
      box-shadow: inset 0px 0px 0px 2px #22AF9A; }
    footer form input[type=email].error {
      box-shadow: inset 0 0 0px 2px red; }
  footer form button {
    height: 40px;
    background: #22AF9A;
    font-weight: bold;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    padding: 0 24px;
    outline: none !important;
    transition: background-color .3s ease; }
    footer form button:hover {
      background-color: #089E88; }

#bottomForm .form-group, #vacanyForm .form-group, #calculatePrice .form-group, #requestDemo .form-group, #contactForm .form-group {
  position: relative; }

#bottomForm label:not(#file-7-error):not(.cv-label):not(.label--checkbox), #vacanyForm label:not(#file-7-error):not(.cv-label):not(.label--checkbox), #calculatePrice label:not(#file-7-error):not(.cv-label):not(.label--checkbox), #requestDemo label:not(#file-7-error):not(.cv-label):not(.label--checkbox), #contactForm label:not(#file-7-error):not(.cv-label):not(.label--checkbox) {
  display: none !important; }

#bottomForm #file-7-error, #vacanyForm #file-7-error, #calculatePrice #file-7-error, #requestDemo #file-7-error, #contactForm #file-7-error {
  position: absolute;
  z-index: 2;
  margin-left: 25px;
  width: auto;
  top: 9px;
  box-shadow: none;
  color: red; }

#bottomForm .error, #vacanyForm .error, #calculatePrice .error, #requestDemo .error, #contactForm .error {
  box-shadow: inset 0 0 0 2px red; }

.posts-wrapper .post-item-primary, .posts-wrapper .post-item-preview {
  position: relative;
  margin-bottom: 30px; }
  .posts-wrapper .post-item-primary .date, .posts-wrapper .post-item-preview .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background: #22AF9A;
    font-family: "Min", sans-serif;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2; }
    @media (min-width: 992px) {
      .posts-wrapper .post-item-primary .date, .posts-wrapper .post-item-preview .date {
        font-size: 22px;
        width: 80px;
        height: 80px; } }
    .posts-wrapper .post-item-primary .date span, .posts-wrapper .post-item-preview .date span {
      display: block;
      font-size: 34px;
      letter-spacing: 2px; }
      @media (min-width: 992px) {
        .posts-wrapper .post-item-primary .date span, .posts-wrapper .post-item-preview .date span {
          font-size: 40px; } }
  .posts-wrapper .post-item-primary .thumb-wrapper, .posts-wrapper .post-item-preview .thumb-wrapper {
    position: relative;
    overflow: hidden;
    height: 250px;
    margin-bottom: 16px; }
    .posts-wrapper .post-item-primary .thumb-wrapper:hover .post-thumb, .posts-wrapper .post-item-preview .thumb-wrapper:hover .post-thumb {
      transform: scale(1.03) scaleZ(1); }
    .posts-wrapper .post-item-primary .thumb-wrapper a, .posts-wrapper .post-item-preview .thumb-wrapper a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 3; }
  .posts-wrapper .post-item-primary .post-thumb, .posts-wrapper .post-item-preview .post-thumb {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s ease; }
  .posts-wrapper .post-item-primary .post-excerpt, .posts-wrapper .post-item-preview .post-excerpt {
    font-size: 13px;
    line-height: 20px;
    color: #9D9FA1; }
    @media (min-width: 992px) {
      .posts-wrapper .post-item-primary .post-excerpt, .posts-wrapper .post-item-preview .post-excerpt {
        font-size: 14px;
        line-height: 22px; } }

.posts-wrapper .post-item-preview {
  background: #fff;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .posts-wrapper .post-item-preview {
      margin-bottom: 50px; } }
  .posts-wrapper .post-item-preview:hover .post-thumb {
    transform: scale(1.03) scaleZ(1); }
  .posts-wrapper .post-item-preview:hover .post-title a {
    color: #22AF9A; }
  .posts-wrapper .post-item-preview .thumb-wrapper {
    height: 220px; }
    @media (min-width: 992px) {
      .posts-wrapper .post-item-preview .thumb-wrapper {
        height: 400px; } }
  .posts-wrapper .post-item-preview .post-thumb {
    height: 220px; }
    @media (min-width: 992px) {
      .posts-wrapper .post-item-preview .post-thumb {
        height: 400px; } }
  .posts-wrapper .post-item-preview .post-item_short-info {
    padding: 15px; }
    @media (min-width: 992px) {
      .posts-wrapper .post-item-preview .post-item_short-info {
        padding: 30px; } }
  .posts-wrapper .post-item-preview .post-category {
    background: #fff;
    color: #4C4C4E;
    padding: 7px 14px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 1px;
    z-index: 3; }
    .posts-wrapper .post-item-preview .post-category.in-preview {
      position: absolute;
      bottom: 15px;
      left: 15px; }
    @media (min-width: 992px) {
      .posts-wrapper .post-item-preview .post-category {
        bottom: 20px;
        left: 30px;
        font-size: 13px;
        line-height: 20px;
        padding: 8px 20px; } }

.posts-wrapper .secondary-news {
  padding: 0; }
  .posts-wrapper .secondary-news li {
    list-style: none;
    padding: 0;
    background: #22AF9A;
    position: relative;
    padding: 20px;
    transition: background-color .3s ease; }
    .posts-wrapper .secondary-news li:not(:last-child) {
      margin-bottom: 30px; }
    .posts-wrapper .secondary-news li:hover {
      background: #089E88; }
    .posts-wrapper .secondary-news li:nth-child(2) {
      background: #F09C21; }
      .posts-wrapper .secondary-news li:nth-child(2):hover {
        background: #E28B0A; }
      .posts-wrapper .secondary-news li:nth-child(2) .date {
        color: #FBE6C7; }
    .posts-wrapper .secondary-news li .date {
      display: block;
      font-weight: 500;
      font-size: 14px;
      line-height: 18px;
      color: #C8EBE6;
      margin-bottom: 6px; }
    .posts-wrapper .secondary-news li .post-title {
      color: #FFFFFF; }
      @media (min-width: 992px) {
        .posts-wrapper .secondary-news li .post-title {
          font-size: 22px;
          line-height: 28px; } }
    .posts-wrapper .secondary-news li a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }

.post-category {
  background: #fff;
  color: #4C4C4E;
  padding: 7px 14px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 1px;
  z-index: 3; }
  .post-category.green {
    display: inline-block;
    margin-bottom: 30px;
    background: #22AF9A;
    color: #fff; }
  .post-category.in-preview {
    position: absolute;
    bottom: 15px;
    left: 15px; }
  .post-category.top {
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: auto; }
  @media (min-width: 992px) {
    .post-category {
      bottom: 20px;
      left: 30px;
      font-size: 13px;
      line-height: 20px;
      padding: 8px 20px; } }

.side-block {
  padding-left: 0; }
  @media (min-width: 992px) {
    .side-block {
      padding-left: 10px; } }
  .side-block:not(:last-child) {
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .side-block:not(:last-child) {
        margin-bottom: 30px; } }

.recent-posts-list .recent-post-item {
  display: flex;
  align-items: center; }
  .recent-posts-list .recent-post-item:not(:last-child) {
    margin-bottom: 20px; }
  .recent-posts-list .recent-post-item .recent-post__thumbnail {
    width: 100%;
    max-width: 110px;
    height: 90px;
    margin-right: 16px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    .recent-posts-list .recent-post-item .recent-post__thumbnail a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
  .recent-posts-list .recent-post-item .recent-post__info {
    font-weight: 500; }
    .recent-posts-list .recent-post-item .recent-post__info .date {
      font-size: 12px;
      line-height: 16px;
      color: #9D9FA1;
      margin-bottom: 6px; }
    .recent-posts-list .recent-post-item .recent-post__info .title {
      font-size: 14px;
      line-height: 20px;
      color: #4C4C4E; }
      @media (min-width: 992px) {
        .recent-posts-list .recent-post-item .recent-post__info .title {
          font-size: 16px;
          line-height: 22px; } }
      .recent-posts-list .recent-post-item .recent-post__info .title:hover a {
        color: #22AF9A; }
      .recent-posts-list .recent-post-item .recent-post__info .title a {
        color: inherit;
        transition: color .3s ease; }

.categories-list ul {
  display: flex;
  flex-wrap: wrap; }

.categories-list li {
  background: #fff;
  color: #4C4C4E;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 1px;
  z-index: 3; }
  @media (min-width: 992px) {
    .categories-list li {
      bottom: 20px;
      left: 30px;
      font-size: 13px;
      line-height: 20px; } }
  .categories-list li:hover a {
    background: #22AF9A;
    color: #fff; }
  .categories-list li a {
    color: inherit;
    padding: 7px 14px;
    display: block;
    transition: all .2s ease; }
    @media (min-width: 992px) {
      .categories-list li a {
        padding: 8px 20px; } }

.pagination ul {
  display: flex;
  align-items: center; }
  .pagination ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #808284;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .pagination ul li {
        font-size: 16px;
        line-height: 19px; } }
    @media (max-width: 991px) {
      .pagination ul li:last-child, .pagination ul li:first-child {
        display: none; } }
    .pagination ul li:first-child a {
      padding-left: 0; }
    .pagination ul li:hover a {
      color: #22AF9A; }
    .pagination ul li.active a {
      background: #22AF9A;
      color: #fff; }
  .pagination ul a {
    padding: 0 14px;
    height: 36px;
    display: flex;
    align-items: center;
    color: inherit;
    transition: all .3s ease; }
    @media (min-width: 992px) {
      .pagination ul a {
        padding: 0 15px;
        height: 40px; } }

@media (max-width: 991px) {
  .blog-posts-wrapper .container > .row {
    flex-direction: column-reverse; } }

@media (max-width: 991px) {
  .blog-post .sidebar {
    margin-top: 60px;
    margin-bottom: 0; } }

@media (max-width: 991px) {
  .sidebar {
    margin-bottom: 20px;
    margin-top: 30px; } }

@media (min-width: 992px) {
  .sidebar {
    position: sticky;
    top: 10px; } }

.post-item_heading .date {
  display: none; }
  @media (min-width: 992px) {
    .post-item_heading .date {
      display: block;
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: #9D9FA1;
      margin-bottom: 10px; } }

.post-item_heading .post-title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .post-item_heading .post-title {
      font-size: 30px;
      line-height: 38px;
      margin-bottom: 18px; } }

.blog-item-post {
  padding: 27px 32px 30px;
  background: #fff; }
  .blog-item-post img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 30px; }

.news-item-wrapper .thumbnail {
  height: 185px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .news-item-wrapper .thumbnail {
      height: 500px;
      margin-bottom: 50px; } }

.post-content {
  position: relative; }
  .post-content p, .post-content ul li {
    font-size: 14px;
    line-height: 22px;
    color: #9D9FA1; }
    @media (min-width: 992px) {
      .post-content p, .post-content ul li {
        font-size: 16px;
        line-height: 24px; } }
    .post-content p strong, .post-content p b, .post-content ul li strong, .post-content ul li b {
      color: #6D6E70; }
  .post-content ul {
    margin: 20px 0; }
    .post-content ul li {
      position: relative;
      padding-left: 42px;
      margin-bottom: 10px; }
      .post-content ul li:before {
        content: '';
        display: block;
        position: absolute;
        left: 20px;
        top: 7px;
        width: 10px;
        height: 10px;
        border: 2px solid #22AF9A;
        border-radius: 50%; }
  .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    color: #22AF9A;
    margin-bottom: 15px;
    font-weight: 500;
    margin-top: 30px; }
  .post-content h1 {
    font-size: 28px;
    line-height: 34px; }
    @media (min-width: 992px) {
      .post-content h1 {
        font-size: 34px;
        line-height: 40px; } }
  .post-content h2 {
    font-size: 22px;
    line-height: 28px; }
    @media (min-width: 992px) {
      .post-content h2 {
        font-size: 28px;
        line-height: 32px; } }
  .post-content h3 {
    font-size: 18px;
    line-height: 24px; }
    @media (min-width: 992px) {
      .post-content h3 {
        font-size: 24px;
        line-height: 28px; } }
  .post-content .qoute {
    padding: 30px 0 30px 55px;
    font-weight: 400; }
    @media (min-width: 992px) {
      .post-content .qoute {
        padding: 45px 0 45px 55px; } }
    .post-content .qoute .position {
      color: #6D6E70; }
    .post-content .qoute .author {
      font-weight: normal; }
  .post-content img {
    width: 100%;
    margin: 20px 0; }

body {
  overflow-x: hidden;
  background: #f4f5f6;
  position: relative;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden; }

.solutions {
  padding: 60px 0; }
  @media (min-width: 992px) {
    .solutions {
      padding: 120px 0; } }
  .solutions .solution-item {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .solutions .solution-item {
        margin-bottom: 30px;
        padding-bottom: 80px; } }


.solutions .solution-item__image .img{
  width: 100%;
  height: 190px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
  @media(min-width: 992px){
    .solutions .solution-item__image .img {
      height: 230px;
    }
  }
  .solutions .subtitle {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #F2F2F5;
    padding: 21px 25px;
    margin-top: -1px;
    z-index: 2;
    transition: all .3s ease; }
    @media (max-width: 991px) {
      .solutions .subtitle {
        font-size: 32px;
        padding: 11px 25px; } }
  .solutions a {
    color: inherit;
    text-decoration: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3; }
  .solutions .solution-item:hover .subtitle {
    background: #22AF9A;
    line-height: 38px;
    color: #fff;
    padding: 26px 25px; }
    @media (min-width: 992px) {
      .solutions .solution-item:hover .subtitle {
        font-size: 38px; } }
    @media (max-width: 991px) {
      .solutions .solution-item:hover .subtitle {
        font-size: 32px;
        padding: 16px 25px; } }

.customers {
  background: #F4F5F6;
  margin-top: 0; }
  .customers h2 {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .customers h2 {
        margin-bottom: 0; } }
  .customers .row {
    align-items: center; }
  .customers .customer-list .slick-slide * {
    padding-right: 30px;
    display: flex;
    align-items: center; }
    @media (min-width: 992px) {
      .customers .customer-list .slick-slide * {
        padding-right: 50px; } }

.contact-information.text-white p {
  color: #C8EBE6; }
  .contact-information.text-white p strong {
    color: #fff; }

.contact-information.text-dark p {
  color: #9D9FA1; }
  .contact-information.text-dark p strong {
    color: #4C4C4E; }

.contact-information .contact-info {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .contact-information .contact-info {
      padding-right: 65px; } }
  .contact-information .contact-info p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 14px; }
    @media (min-width: 992px) {
      .contact-information .contact-info p:first-of-type {
        margin-bottom: 20px; } }
    @media (min-width: 992px) {
      .contact-information .contact-info p {
        font-size: 16px;
        line-height: 24px; } }
    .contact-information .contact-info p strong {
      font-weight: 500; }

.side-block h5 {
  font-family: "Min", sans-serif;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #4C4C4E;
  margin-bottom: 14px;
  margin-top: 0; }

.project-item-preview {
  background: #fff;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .project-item-preview {
      margin-bottom: 50px; } }
  .project-item-preview:hover .post-thumb {
    transform: scale(1.05) scaleZ(1); }
  .project-item-preview:hover a {
    color: #22AF9A; }
  .project-item-preview .thumb-wrapper {
    position: relative;
    height: 260px;
    overflow: hidden; }
    .project-item-preview .thumb-wrapper .post-thumb {
      height: 260px;
      background-repeat: no-repeat;
      background-size: cover;
      transition: all .3s ease; }
    .project-item-preview .thumb-wrapper a {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
  .project-item-preview .post-item_short-info {
    padding: 20px 25px; }
    .project-item-preview .post-item_short-info .project-info_item {
      font-size: 13px;
      line-height: 20px;
      color: #9D9FA1; }
      .project-item-preview .post-item_short-info .project-info_item strong {
        font-weight: 500;
        color: #4C4C4E; }
      @media (min-width: 992px) {
        .project-item-preview .post-item_short-info .project-info_item {
          font-size: 16px;
          line-height: 24px; } }

.green-block h2 {
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 1px;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .green-block h2 {
      font-size: 46px;
      line-height: 60px;
      margin-bottom: 0; } }

.green-block .explore-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  @media (min-width: 992px) {
    .green-block .explore-title {
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }

@media (max-width: 991px) {
  .project-page .m-reversed {
    flex-direction: column-reverse; } }

.project-page .heading h1 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 2px;
  margin-bottom: 12px; }
  @media (min-width: 992px) {
    .project-page .heading h1 {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 20px; } }

.project-page .project-description {
  font-size: 14px;
  line-height: 22px;
  color: #9D9FA1; }
  @media (min-width: 992px) {
    .project-page .project-description {
      font-size: 16px;
      line-height: 24px; } }

.project-page .project-details ul li {
  font-size: 14px;
  line-height: 22px;
  color: #9D9FA1; }
  @media (min-width: 992px) {
    .project-page .project-details ul li {
      font-size: 16px;
      line-height: 34px; } }
  .project-page .project-details ul li strong {
    font-weight: 500;
    color: #4C4C4E; }

.business-form-wrapper .heading h2 {
  margin-bottom: 10px; }

.business-form-wrapper .heading p {
  font-size: 14px;
  line-height: 22px;
  color: #C8EBE6;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .business-form-wrapper .heading p {
      font-size: 16px;
      line-height: 24px; } }

.business-form-wrapper form {
  margin-top: 20px; }
  @media (min-width: 992px) {
    .business-form-wrapper form {
      margin-top: 30px; } }

.solutions-items_content .row {
  align-items: stretch; }
  .solutions-items_content .row:not(:last-child) {
    margin-bottom: 60px; }
    @media (min-width: 992px) {
      .solutions-items_content .row:not(:last-child) {
        margin-bottom: 80px; } }

.solutions-items_content h2 {
  letter-spacing: 1px; }
  @media (min-width: 992px) {
    .solutions-items_content h2 {
      margin-bottom: 20px; } }

.solutions-items_content h2 a {
  color: #212529; }
  .solutions-items_content h2 a:hover {
    color: #000000; }

.solutions-items_content p {
  color: #9D9FA1;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 7px; }
  @media (min-width: 992px) {
    .solutions-items_content p {
      font-size: 16px;
      line-height: 24px; } }
.solutions-items_content a.p {
  color: #9D9FA1;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 7px; }
  .solutions-items_content a.p:hover {
    color: #6D6E70; }
  @media (min-width: 992px) {
    .solutions-items_content a.p {
      font-size: 16px;
      line-height: 24px; } }
  .solutions-items_content p strong, .solutions-items_content p b {
    color: #6D6E70; }

.solutions-items_content .accessory-text {
  padding: 15px 0; }
  .solutions-items_content .accessory-text .rectangle-link {
    margin-top: 5px;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px; }
    @media (min-width: 992px) {
      .solutions-items_content .accessory-text .rectangle-link {
        padding: 11px 35px;
        font-size: 16px;
        line-height: 24px; } }
    .solutions-items_content .accessory-text .rectangle-link:hover {
      background: #089E88;
      color: #fff; }

@media (max-width: 991px) {
  .solutions-items_content .accessory-thumbnail {
    background-image: none !important; } }

@media (min-width: 992px) {
  .solutions-items_content .accessory-thumbnail {
    background-size: cover;
    background-position: center;
    height: 100%; } }

.solutions-items_content .accessory-thumbnail img {
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .solutions-items_content .accessory-thumbnail img {
      display: none; } }

@media (max-width: 991px) {
  .solutions-items_content .qoute {
    margin-bottom: 20px; } }

.solutions-subitems_content {
  padding: 116px 0 80px; }
  @media (min-width: 992px) {
    .solutions-subitems_content {
      padding: 166px 0; } }
  .solutions-subitems_content.pb-80 {
    padding-bottom: 80px; }
  .solutions-subitems_content.pt-0 {
    padding-top: 0; }
  @media (min-width: 992px) {
    .solutions-subitems_content .row:nth-child(even) {
      flex-direction: row-reverse; } }
  .solutions-subitems_content .row:not(:last-child) {
    margin-bottom: 60px; }
    @media (min-width: 992px) {
      .solutions-subitems_content .row:not(:last-child) {
        margin-bottom: 80px; } }
  @media (min-width: 992px) {
    .solutions-subitems_content .row {
      align-items: center; } }
  .solutions-subitems_content .info-wrap {
    padding: 15px 0; }
    .solutions-subitems_content .info-wrap * :last-child {
      margin-bottom: 0; }
  .solutions-subitems_content .sub-block:not(:last-child) {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .solutions-subitems_content .sub-block:not(:last-child) {
        margin-bottom: 30px; } }
  .solutions-subitems_content .sub-block strong {
    font-weight: 500;
    color: #6D6E70; }
  .solutions-subitems_content .sub-block h5 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px; }
    @media (min-width: 992px) {
      .solutions-subitems_content .sub-block h5 {
        font-size: 22px;
        line-height: 28px; } }
  .solutions-subitems_content p.footnote-text {
    font-size: 14px;
    line-height: 20px; }
  .solutions-subitems_content .footnote {
    color: #F09C21; }
  .solutions-subitems_content p, .solutions-subitems_content ul li {
    font-size: 14px;
    line-height: 22px;
    color: #9D9FA1; }
    @media (min-width: 992px) {
      .solutions-subitems_content p, .solutions-subitems_content ul li {
        font-size: 16px;
        line-height: 24px; } }
    .solutions-subitems_content p strong, .solutions-subitems_content ul li strong {
      font-weight: 500; }
  .solutions-subitems_content ul {
    margin: 10px 0; }
    @media (min-width: 992px) {
      .solutions-subitems_content ul {
        margin: 20px 0; } }
    .solutions-subitems_content ul li {
      margin-bottom: 5px; }
      @media (min-width: 992px) {
        .solutions-subitems_content ul li {
          margin-bottom: 10px; } }
  .solutions-subitems_content h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .solutions-subitems_content h4 {
        font-size: 30px;
        line-height: 38px; } }
  .solutions-subitems_content h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #6D6E70;
    margin-bottom: 11px; }
    @media (min-width: 992px) {
      .solutions-subitems_content h5 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 15px; } }
  .solutions-subitems_content .safery-vr-description {
    margin-top: 30px;
    color: #4C4C4E;
    font-size: 14px;
    line-height: 22px; }
    @media (min-width: 992px) {
      .solutions-subitems_content .safery-vr-description {
        font-size: 16px;
        line-height: 24px;
        color: #6D6E70; } }

.benefit-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  @media (min-width: 992px) {
    .benefit-list {
      flex-direction: row; } }
  .benefit-list.column {
    margin: 20px 0;
    flex-direction: column !important; }
    .benefit-list.column .benefit-list__item {
      margin-bottom: 20px; }
      .benefit-list.column .benefit-list__item .benefit-list__item__description h4 {
        font-size: 24px;
        margin-bottom: 5px; }
      .benefit-list.column .benefit-list__item .benefit-list__item__description p {
        font-size: 15px;
        line-height: 18px; }
  .benefit-list > div {
    display: flex;
    align-items: flex-start;
    flex-basis: 50%;
    flex-direction: column; }
    @media (min-width: 768px) {
      .benefit-list > div {
        flex-direction: row; } }
  .benefit-list__item {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .benefit-list__item {
        margin-bottom: 37px; } }
    .benefit-list__item__icon {
      margin-right: 20px;
      background-color: #F4F5F6;
      border-radius: 50%;
      padding: 23px;
      margin-bottom: 14px; }
      @media (min-width: 768px) {
        .benefit-list__item__icon {
          margin-bottom: 0; } }
      .benefit-list__item__icon img {
        width: 54px; }
        @media (min-width: 992px) {
          .benefit-list__item__icon img {
            width: 74px; } }
    @media (min-width: 992px) {
      .benefit-list__item__description {
        padding-right: 30px; } }
    .benefit-list__item__description h4 {
      font-family: "Min", sans-serif;
      font-size: 26px;
      line-height: 26px;
      letter-spacing: 1px;
      color: #4C4C4E;
      margin-bottom: 6px; }
    .benefit-list__item__description p {
      color: #9D9FA1;
      font-size: 14px;
      line-height: 22px; }
    .benefit-list__item.benefit-list__item__icon-small {
      align-items: center; }
      @media (max-width: 991px) {
        .benefit-list__item.benefit-list__item__icon-small {
          margin-bottom: 15px !important; } }
      @media (max-width: 767px) {
        .benefit-list__item.benefit-list__item__icon-small {
          flex-direction: row; } }
      @media (min-width: 992px) {
        .benefit-list__item.benefit-list__item__icon-small {
          margin-bottom: 20px; } }
      .benefit-list__item.benefit-list__item__icon-small .benefit-list__item__icon {
        padding: 15px; }
        @media (max-width: 767px) {
          .benefit-list__item.benefit-list__item__icon-small .benefit-list__item__icon {
            margin-bottom: 0; } }
        .benefit-list__item.benefit-list__item__icon-small .benefit-list__item__icon img {
          width: 50px; }
      .benefit-list__item.benefit-list__item__icon-small .benefit-list__item__description p {
        font-size: 16px;
        line-height: 20px; }
      .benefit-list__item.benefit-list__item__icon-small img {
        width: 50px; }

.secondary-benefits-wrapper {
  padding-bottom: 80px; }
  @media (min-width: 992px) {
    .secondary-benefits-wrapper {
      padding-bottom: 120px; } }
  @media (min-width: 992px) {
    .secondary-benefits-wrapper .row > div:first-child {
      padding-right: 5px; }
    .secondary-benefits-wrapper .row > div:last-child {
      padding-left: 5px; } }

.secondary-benefits {
  padding: 30px;
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .secondary-benefits {
      margin-bottom: 0; } }
  .secondary-benefits h2 {
    font-size: 36px;
    line-height: 36px;
    color: #4C4C4E;
    margin-bottom: 25px; }
  .secondary-benefits .benefit-list .benefit-list__item__icon {
    padding: 0;
    margin-right: 10px; }
  .secondary-benefits .benefit-list .benefit-list__item__description p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0; }

.ai-bootcamp-wrapper {
  padding: 80px 0 120px; }
  .ai-bootcamp-wrapper .ai-bootcamp-picture {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 991px) {
      .ai-bootcamp-wrapper .ai-bootcamp-picture {
        background-image: none !important;
        padding: 0; } }
  .ai-bootcamp-wrapper .ai-bootcamp-info {
    padding: 40px 20px; }
    @media (min-width: 992px) {
      .ai-bootcamp-wrapper .ai-bootcamp-info {
        padding: 73px 50px; } }
    .ai-bootcamp-wrapper .ai-bootcamp-info h2 {
      margin-bottom: 10px; }
    .ai-bootcamp-wrapper .ai-bootcamp-info p {
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 16px; }
      @media (min-width: 992px) {
        .ai-bootcamp-wrapper .ai-bootcamp-info p {
          font-size: 16px;
          line-height: 24px;
          margin-bottom: 20px; } }
  .ai-bootcamp-wrapper img {
    display: block; }
    @media (min-width: 992px) {
      .ai-bootcamp-wrapper img {
        display: none; } }
  .ai-bootcamp-wrapper.for-career .ai-bootcamp-info {
    padding: 40px 20px; }
    @media (min-width: 992px) {
      .ai-bootcamp-wrapper.for-career .ai-bootcamp-info {
        padding: 100px 50px; } }

.qoute {
  padding: 45px 40px 45px 90px; }
  .qoute .cite {
    position: relative;
    font-style: italic;
    font-size: 14px;
    line-height: 22px;
    color: #6D6E70;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .qoute .cite {
        font-size: 18px;
        line-height: 28px; } }
    .qoute .cite:before {
      content: url(../img/icons/quotes.svg);
      position: absolute;
      top: 5px;
      left: -55px; }
  .qoute .author {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px; }
    @media (min-width: 992px) {
      .qoute .author {
        font-size: 16px;
        line-height: 24px; } }

.plain {
  margin-top: 40px; }
  @media (min-width: 992px) {
    .plain {
      margin-top: 50px; } }
  .plain h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #6D6E70;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .plain h3 {
        font-size: 30px;
        line-height: 38px; } }
  .plain h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #22AF9A;
    margin-top: 0;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .plain h4 {
        font-size: 24px;
        line-height: 28px; } }
  .plain .plain-description {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: column; }
    @media (min-width: 992px) {
      .plain .plain-description {
        margin-bottom: 30px;
        flex-direction: row; } }
    .plain .plain-description img {
      max-width: 260px;
      margin-left: 20px;
      margin-top: 15px; }
      @media (min-width: 992px) {
        .plain .plain-description img {
          margin-top: 0; } }

.va-description .va-categories h4 {
  font-size: 28px;
  line-height: 32px;
  font-family: "Min", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #6D6E70;
  padding: 20px;
  text-align: center;
  margin: 0; }
  @media (min-width: 992px) {
    .va-description .va-categories h4 {
      font-size: 32px; } }

.va-description .va-categories ul {
  position: relative;
  margin-top: 0;
  padding-top: 10px; }
  @media (max-width: 991px) {
    .va-description .va-categories ul {
      margin-bottom: 40px; } }
  .va-description .va-categories ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 24px;
    height: calc(100% - 7px);
    width: 2px;
    background: #6D6E70; }
  .va-description .va-categories ul li:before {
    background: #fff; }

.va-description {
  padding: 60px 0 80px; }
  @media (min-width: 992px) {
    .va-description {
      padding: 170px 0 120px; } }
  .va-description img {
    margin-bottom: 20px; }
  .va-description .gray-pad {
    background: #F4F5F6;
    padding: 20px 15px;
    margin-top: 40px; }
    @media (min-width: 992px) {
      .va-description .gray-pad {
        padding: 40px 35px;
        margin-top: 0; } }
  .va-description strong {
    font-weight: 500; }
  .va-description h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #22AF9A; }
    @media (min-width: 992px) {
      .va-description h4 {
        font-size: 30px;
        line-height: 38px; } }
  .va-description .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden; }
    .va-description .embed-responsive:before {
      padding-top: 56.25%; }
    .va-description .embed-responsive iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .va-description h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #4C4C4E; }
    @media (min-width: 992px) {
      .va-description h5 {
        font-size: 22px;
        line-height: 28px;
        color: #6D6E70; } }

@media (min-width: 992px) {
  .products {
    padding: 0 0 60px; } }

.products p.link-wrap {
  margin-bottom: 0; }

.products-page .row {
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    .products-page .row {
      align-items: center;
      margin-bottom: 40px; }
      .products-page .row > div:first-child {
        padding-right: 30px; }
      .products-page .row > div:nth-child(2) {
        padding-left: 30px; }
      .products-page .row:nth-child(even) {
        flex-direction: row-reverse; }
        .products-page .row:nth-child(even) > div:first-child {
          padding-left: 30px; }
        .products-page .row:nth-child(even) > div:nth-child(2) {
          padding-right: 30px; } }

.products-page h2 {
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .products-page h2 {
      margin-bottom: 20px; } }

.products-page p {
  font-size: 14px;
  line-height: 22px;
  color: #9D9FA1;
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .products-page p {
      font-size: 15px;
      line-height: 22px; } }

.products-page img {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .products-page img {
      margin-bottom: 0; } }

.product-item-overview {
  padding: 100px 0 116px; }
  @media (min-width: 992px) {
    .product-item-overview {
      padding: 160px 0 120px; } }
  @media (min-width: 992px) {
    .product-item-overview .left-sidebar {
      position: sticky;
      top: 120px; } }
  .product-item-overview .nav {
    flex-direction: column;
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .product-item-overview .nav {
        margin-bottom: 30px; } }
    .product-item-overview .nav a {
      font-family: "Min", sans-serif;
      line-height: 1;
      letter-spacing: 1px;
      background: #F4F5F6;
      padding: 14px 0 14px 21px;
      margin-right: 20px;
      margin-bottom: 20px;
      text-transform: uppercase;
      color: #4C4C4E;
      transition: all .3s ease; }
      @media (min-width: 992px) {
        .product-item-overview .nav a {
          font-size: 24px; } }
      .product-item-overview .nav a.active, .product-item-overview .nav a:hover {
        box-shadow: inset 6px 0px 0px #22AF9A; }
  .product-item-overview .about-info {
    padding: 20px 21px;
    border: 1px solid #F4F5F6; }
    @media (min-width: 992px) {
      .product-item-overview .about-info {
        margin-right: 20px;
        padding: 24px 26px; } }
    .product-item-overview .about-info h4 {
      font-family: "Min", sans-serif;
      font-size: 26px;
      line-height: 26px;
      letter-spacing: 1px;
      color: #4C4C4E;
      margin-bottom: 10px; }
      @media (min-width: 992px) {
        .product-item-overview .about-info h4 {
          margin-bottom: 20px; } }
    .product-item-overview .about-info p {
      font-size: 13px;
      line-height: 21px;
      color: #6D6E70; }
      @media (min-width: 992px) {
        .product-item-overview .about-info p {
          font-size: 14px;
          line-height: 22px; } }
  .product-item-overview h2 {
    font-family: "Min", sans-serif;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #4C4C4E;
    margin-bottom: 10px;
    text-transform: none; }
    @media (min-width: 992px) {
      .product-item-overview h2 {
        font-size: 58px;
        line-height: 58px;
        margin-bottom: 15px; } }
  .product-item-overview h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #22AF9A; }
    @media (min-width: 992px) {
      .product-item-overview h3 {
        font-size: 24px;
        line-height: 28px; } }
  .product-item-overview p {
    font-size: 14px;
    line-height: 22px;
    color: #9D9FA1;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .product-item-overview p {
        font-size: 16px;
        line-height: 24px; } }
    .product-item-overview p strong {
      font-weight: 500;
      color: #6D6E70; }
  .product-item-overview .bulleted-list {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .product-item-overview .bulleted-list {
        margin-bottom: 30px; } }
  .product-item-overview .benefit-list {
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .product-item-overview .benefit-list {
        margin-bottom: 50px; } }
    .product-item-overview .benefit-list .benefit-list__item__description h4 {
      font-size: 24px;
      margin-bottom: 0; }
    .product-item-overview .benefit-list.column {
      margin-bottom: 0; }
  .product-item-overview .advantages-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 40px;
    justify-content: space-between; }
    @media (min-width: 992px) {
      .product-item-overview .advantages-list {
        flex-wrap: nowrap;
        margin-bottom: 50px; } }
    .product-item-overview .advantages-list .advantage-list-item {
      flex-basis: 45%;
      margin-right: 0; }
      @media (min-width: 992px) {
        .product-item-overview .advantages-list .advantage-list-item {
          flex-basis: 100%; }
          .product-item-overview .advantages-list .advantage-list-item:not(:last-child) {
            margin-right: 30px; } }
    .product-item-overview .advantages-list h3 {
      font-family: "Min", sans-serif;
      font-size: 30px;
      line-height: 30px;
      font-weight: 700;
      letter-spacing: 1px;
      color: #22AF9A;
      margin-bottom: 7px; }
      @media (min-width: 992px) {
        .product-item-overview .advantages-list h3 {
          font-size: 38px;
          line-height: 26px; } }
    .product-item-overview .advantages-list p {
      font-size: 12px;
      line-height: 16px;
      color: #9D9FA1; }
      @media (min-width: 992px) {
        .product-item-overview .advantages-list p {
          font-size: 13px;
          line-height: 18px; } }
  .product-item-overview .product-item-info > img {
    margin: 30px 0; }
  @media (max-width: 992px) {
    .product-item-overview .product-item-info a + a {
      margin-top: 10px; } }
  .product-item-overview .tech-spec .tech-spec-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px; }
    .product-item-overview .tech-spec .tech-spec-item img {
      margin-bottom: 20px; }
    @media (min-width: 992px) {
      .product-item-overview .tech-spec .tech-spec-item {
        margin-bottom: 30px;
        justify-content: space-between;
        align-items: center;
        flex-direction: row; }
        .product-item-overview .tech-spec .tech-spec-item:nth-child(even) {
          flex-direction: row-reverse; }
        .product-item-overview .tech-spec .tech-spec-item:first-child img {
          max-width: 350px;
          margin-right: 35px; }
        .product-item-overview .tech-spec .tech-spec-item:nth-child(2) img {
          max-width: 444px;
          margin-left: 35px; } }
    .product-item-overview .tech-spec .tech-spec-item h4 {
      font-family: inherit;
      font-weight: 500;
      font-size: 18px;
      line-height: 24px;
      color: #4C4C4E;
      margin-bottom: 10px; }
      @media (min-width: 992px) {
        .product-item-overview .tech-spec .tech-spec-item h4 {
          font-size: 20px;
          line-height: 22px;
          margin-bottom: 15px; } }
    .product-item-overview .tech-spec .tech-spec-item ul li {
      font-size: 14px;
      line-height: 22px;
      color: #9D9FA1;
      margin-bottom: 6px; }
      @media (min-width: 992px) {
        .product-item-overview .tech-spec .tech-spec-item ul li {
          font-size: 16px;
          line-height: 24px; } }
      .product-item-overview .tech-spec .tech-spec-item ul li strong {
        font-weight: 500;
        color: #6D6E70; }
    .product-item-overview .tech-spec .tech-spec-item .description {
      flex: 1; }
  .product-item-overview .images-video-slider {
    position: relative;
    padding: 80px 0 0; }
    .product-item-overview .images-video-slider h2 {
      font-size: 36px;
      line-height: 36px; }
      @media (min-width: 992px) {
        .product-item-overview .images-video-slider h2 {
          font-size: 46px;
          line-height: 46px;
          margin-bottom: 35px; } }
  .product-item-overview .visitor .product-item-info h2 + h3 {
    margin-top: 0; }
  .product-item-overview .visitor .product-item-info h3 {
    margin-top: 40px; }
    @media (min-width: 992px) {
      .product-item-overview .visitor .product-item-info h3 {
        margin-top: 50px; } }
  .product-item-overview .consistence-table {
    border: 1px solid #F4F5F6;
    font-size: 7px;
    line-height: 11px; }
    @media (min-width: 992px) {
      .product-item-overview .consistence-table {
        font-size: 16px;
        line-height: 24px; } }
    .product-item-overview .consistence-table-item {
      display: flex;
      border-bottom: 1px solid #F4F5F6;
      color: #9D9FA1; }
      .product-item-overview .consistence-table-item.consistence-table-head {
        background: #F4F5F6;
        font-weight: 500;
        color: #6D6E70;
        font-size: 7px;
        line-height: 11px; }
        @media (min-width: 992px) {
          .product-item-overview .consistence-table-item.consistence-table-head {
            font-size: 16px;
            line-height: 24px; } }
      .product-item-overview .consistence-table-item:first-child > div:nth-child(2) {
        flex: 1; }
      .product-item-overview .consistence-table-item > div:first-child {
        color: #6D6E70;
        flex-basis: 100px; }
        @media (min-width: 992px) {
          .product-item-overview .consistence-table-item > div:first-child {
            flex-basis: 175px; } }
      .product-item-overview .consistence-table-item > div:nth-child(2) {
        flex-basis: 100px; }
        @media (min-width: 992px) {
          .product-item-overview .consistence-table-item > div:nth-child(2) {
            flex-basis: 225px; } }
      @media (max-width: 991px) {
        .product-item-overview .consistence-table-item > div:nth-child(3) {
          flex-basis: 90px; } }
      .product-item-overview .consistence-table-item > div {
        padding: 8px 0 8px 10px; }
        @media (min-width: 992px) {
          .product-item-overview .consistence-table-item > div {
            padding: 16px 0 16px 22px; } }

@media (min-width: 992px) {
  .modal {
    top: 50%;
    transform: translateY(-50%);
    height: auto; } }

.modal .contact-information {
  background: #F4F5F6;
  border-radius: 0;
  border: none;
  padding: 20px 15px; }
  @media (min-width: 992px) {
    .modal .contact-information {
      padding: 56px 50px;
      min-width: 900px; } }
  .modal .contact-information h2 {
    margin-bottom: 20px;
    line-height: 36px;
    margin-top: 20px; }
    @media (min-width: 992px) {
      .modal .contact-information h2 {
        margin-bottom: 20px;
        line-height: 60px;
        margin-top: 0; } }
  .modal .contact-information .close {
    position: absolute;
    top: -16px;
    right: -5px; }
    @media (min-width: 992px) {
      .modal .contact-information .close {
        top: -40px;
        right: -30px; } }
    @media (max-width: 991px) {
      .modal .contact-information .close img {
        max-width: 15px; } }

.about-content {
  padding: 130px 0 0; }
  @media (max-width: 991px) {
    .about-content {
      padding: 60px 0 0; } }
  .about-content h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
    color: #6D6E70; }
    @media (min-width: 992px) {
      .about-content h2 {
        font-size: 50px;
        font-weight: 500;
        line-height: 50px;
        margin-bottom: 30px;} }
.about-announce {
    font-weight: normal;
    font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.03em;
	margin-top: 0;
	margin-bottom: 0.75rem;
	color: #22AF9A;}
@media (min-width: 992px) {
	.about-announce {
		font-size: 26px;
		line-height: 120%;
		margin-bottom: 0.5rem;
} }
  .about-content img {
    width: 100%;
    height: auto;
  }
.about-content .text-big-green {
	font-size: 50px;
	line-height: 66px;
	font-weight: 500;
	letter-spacing: 0.03em;
	color: #22AF9A; }
@media (min-width: 992px) {
	.about-content .text-big-green {
		font-size: 100px;
		line-height: 130px; } }
  .about-content p {
    font-size: 14px;
    line-height: 22px;
    color: #9D9FA1; }
    @media (min-width: 992px) {
      .about-content p {
        font-size: 16px;
        line-height: 24px; } }
  @media (max-width: 991px) {
    .about-content .our-focus {
      display: flex;
      flex-direction: column-reverse; } }
  .about-content.about-content-profile {
    padding: 80px 0 0; }
    @media (min-width: 992px) {
      .about-content.about-content-profile {
        padding: 120px 0 0; } }
    @media (min-width: 992px) {
      .about-content.about-content-profile .row {
        align-items: center; } }
.about-content .innovative-items {
	margin-top: 36px;
	margin-bottom: 65px;
}
@media (min-width: 576px) {
	.about-content .innovative-items {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 73px;
		margin-bottom: 74px;
	}
}
.about-content .innovative-item {
	display: block;
	text-decoration: none;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	max-width: 336px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 576px) {
	.about-content .innovative-item {
		max-width: none;
		margin-left: 0;
		margin-right: 0;
		width: calc((100% - 30px) / 2); } }
@media (min-width: 992px) {
	.about-content .innovative-item {
		margin-bottom: 51px;
		width: calc((100% - 51px * 2) / 3); } }
.about-content .innovative-item.empty {
	height: 0;
	margin-bottom: 0;
}
.about-content .innovative-item__image {
	margin: 0;
}
.about-content .innovative-item__title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 16px 20px;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
@media (min-width: 992px) {
	.about-content .innovative-item__title {
		padding: 22px 30px;
		font-size: 20px; } }

.about-content.about-experience {
	padding-top: 85px;
	padding-bottom: 135px;
}
.about-content .experience-years {
	margin-top: 70px;
	padding: 0 35px;
	position: relative;
}
@media (min-width: 992px) {
	.about-content .experience-years {
		padding: 0 65px; } }
.about-content .experience-years-swiper {
	position: relative;
}
.about-content .experience-years-swiper:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 34px;
	width: 56%;
	left: 22%;
	height: 0;
	line-height: 0;
	border-bottom: solid 1px #9D9FA1;
	opacity: 0.3;
}
@media (min-width: 480px) {
	.about-content .experience-years-swiper:before {
		width: 70%;
		left: 15%; } }
@media (min-width: 768px) {
	.about-content .experience-years-swiper:before {
		width: 80%;
		left: 10%; } }
@media (min-width: 992px) {
	.about-content .experience-years-swiper:before {
		width: 84%;
		left: 8%; } }

.about-content .experience-year {
	width: 70px;
}
.about-content .experience-year-block {
	width: 70px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.about-content .experience-year-block__title {
	text-align: center;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: #212529;
}
.about-content .experience-year-block__marker {
	margin-top: 25px;
	height: 70px;
	background: url(../img/experience-marker.svg) no-repeat center;
}
.about-content .experience-year.current .experience-year-block__title {
	color: #22AF9A;
}
.about-content .experience-year.current .experience-year-block__marker {
	background: url(../img/experience-marker-current.svg) no-repeat center;
}
.swiper-button-green-prev,
.swiper-button-green-next {
	width: 17px;
	height: 30px;
	background: url(../img/arrow-grren-r.svg) no-repeat center;
	position: absolute;
	bottom: 19px;
	z-index: 2;
	cursor: pointer;
}

.swiper-button-green-prev {
	transform: rotate(180deg);
	left: 0;
}
.swiper-button-green-next {
	right: 0;
}

.about-content .experience-years .swiper-button-lock {
	display: block;
	opacity: 0.3;
	cursor: default;
}
.about-content .experience-content-list {
	margin-top: 70px;
}
.about-content .experience-content-item {
	display: none;
}
.about-content .experience-content-item.active {
	display: block;
}
.about-content .experience-content-item,
.about-content .experience-content-item p {
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0.03em;
	color: #212529;
}
.about-content .experience-content-item .text-green {
	color: #22AF9A;
}

.about-content .team-items {
	margin-top: 36px;
	margin-bottom: 65px;
}
@media (min-width: 576px) {
	.about-content .team-items {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 50px;
		margin-bottom: 74px;
	}
}
.about-content .team-item {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	max-width: 336px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 576px) {
	.about-content .team-item {
		max-width: none;
		margin-left: 0;
		margin-right: 0;
		width: calc((100% - 30px) / 2); } }
@media (min-width: 992px) {
	.about-content .team-item {
		margin-bottom: 51px;
		width: calc((100% - 51px * 2) / 3); } }
.about-content .team-item.empty {
	height: 0;
	margin-bottom: 0;
}

.about-content .team-item__photo {
	margin: 0;
}
.about-content .team-item__info {
	margin-top: 30px;
	padding-right: 50px;
	position: relative;
}
.about-content .team-item__linkedin {
	position: absolute;
	right: 0;
	top: 2px;
	width: 40px;
	height: 40px;
	opacity: 0.75;
}
.about-content .team-item__linkedin::before {
	content: url(../img/linkedin.svg);
	width: 40px;
	height: 40px;
}
.about-content .team-item__linkedin:hover {
	opacity: 1;
}

.about-content .team-item__name {
	color: #212529;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}

@media (min-width: 992px) {
	.about-content .team-item__title {
		padding: 22px 30px;
		font-size: 20px; } }

.about-content .team-item__position {
	color: #6D6E70;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	letter-spacing: 0.03em;
	margin-top: 10px;
}
.about-ai-bootcamp {
	padding-bottom: 60px; }

.about-partners {
	padding-top: 60px; }

.partners-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px; }
  @media (min-width: 992px) {
    .partners-list {
      justify-content: flex-start; } }
  .partners-list .partner-item {
    position: relative;
    margin-bottom: 30px; }
    .partners-list .partner-item:hover .partner-item-info {
      opacity: 1;
      z-index: 2; }
    .partners-list .partner-item-info {
      font-style: italic;
      font-size: 12px;
      line-height: 18px;
      color: #9D9FA1;
      position: absolute;
      bottom: calc(100% + 15px);
      left: 0;
      background: #F4F5F6;
      padding: 15px 20px 40px;
      width: 290px;
      opacity: 0;
      z-index: -1;
      transition: all .3s ease;
      transition-delay: .3s; }
      @media (min-width: 992px) {
        .partners-list .partner-item-info {
          width: 380px;
          font-size: 14px;
          line-height: 22px;
          bottom: calc(100% + 30px); } }
      .partners-list .partner-item-info:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -30px;
        right: auto;
        left: 30px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 0 0 50px;
        border-color: #F4F5F6 transparent transparent transparent; }
        @media (min-width: 992px) {
          .partners-list .partner-item-info:after {
            bottom: -35px;
            left: 50px;
            border-width: 35px 0 0 50px; } }
    @media (max-width: 991px) {
      .partners-list .partner-item:nth-child(even) .partner-item-info {
        right: 0;
        left: auto; }
        .partners-list .partner-item:nth-child(even) .partner-item-info:after {
          right: 30px;
          left: auto;
          border-width: 35px 50px 0 0; } }
    @media (min-width: 992px) {
      .partners-list .partner-item:not(:nth-child(5n)) {
        margin-right: 30px; }
      .partners-list .partner-item:nth-child(5n) .partner-item-info, .partners-list .partner-item:nth-child(5n - 1) .partner-item-info, .partners-list .partner-item:nth-child(5n - 2) .partner-item-info {
        right: 0;
        left: auto; }
        .partners-list .partner-item:nth-child(5n) .partner-item-info:after, .partners-list .partner-item:nth-child(5n - 1) .partner-item-info:after, .partners-list .partner-item:nth-child(5n - 2) .partner-item-info:after {
          right: 50px;
          left: auto;
          border-width: 35px 50px 0 0; } }
    @media (min-width: 992px) {
      .partners-list .partner-item {
        width: calc(20% - 30px); } }
    @media (max-width: 767px) {
      .partners-list .partner-item {
        flex-basis: calc(50% - 20px); } }
    .partners-list .partner-item img {
      display: block;
      width: auto;
      max-height: 87px;
      margin-left: auto;
      margin-right: auto;}
  .partners-list .d-show {
    display: none; }
  @media (max-width: 992px) {
    .partners-list .m-show {
      display: none; } }
  .partners-list .show-more-button {
    border-color: #22AF9A;
    color: #22AF9A;
    background: transparent;
    cursor: pointer; }
    .partners-list .show-more-button:hover {
      color: #fff;
      background: #22AF9A; }

@media (min-width: 992px) {
  .vacancy-post .blog-item-post {
    margin-right: 15px; } }

.vacancy-post .post-item_heading .post-title {
  font-family: "Min", sans-serif;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #4C4C4E;
  margin-bottom: 10px;
  font-weight: normal; }
  @media (min-width: 992px) {
    .vacancy-post .post-item_heading .post-title {
      font-size: 58px;
      line-height: 58px;
      margin-bottom: 20px; } }

.vacancy-post .side-block {
  padding: 30px 15px;
  margin: 30px 0 0; }
  @media (min-width: 992px) {
    .vacancy-post .side-block {
      margin: 0 -15px; } }
  .vacancy-post .side-block h5 {
    font-family: "Min", sans-serif;
    font-weight: normal;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #FFFFFF; }
    @media (min-width: 992px) {
      .vacancy-post .side-block h5 {
        font-size: 26px;
        line-height: 30px; } }

.vacancy-post form .inputfile.inputfile-6 {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.vacancy-post form .inputfile + label, .vacancy-post form .inputfile + label + label {
  display: block;
  position: relative;
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0; }

.vacancy-post form .inputfile:focus + label, .vacancy-post form .inputfile:focus + label + label .inputfile.has-focus + label, .vacancy-post form .inputfile.has-focus + label + label {
  outline: none;
  outline: -webkit-focus-ring-color auto 0px; }

.vacancy-post form .inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */ }

.vacancy-post form .inputfile-6 + label, .vacancy-post form .inputfile-6 + label + label {
  color: #757575; }

.vacancy-post form .inputfile-6 + label, .vacancy-post form .inputfile-6 + label + label {
  background-color: #ffffff;
  padding: 0;
  border-radius: 0;
  margin-bottom: 30px; }

.vacancy-post form .inputfile-6:focus + label, .vacancy-post form .inputfile-6:focus + label + label,
.vacancy-post form .inputfile-6.has-focus + label, .vacancy-post form .inputfile-6.has-focus + label + label,
.vacancy-post form .inputfile-6 + label:hover, .vacancy-post form .inputfile-6 + label + label:hover {
  border-color: #E7E7E8; }

.vacancy-post form .inputfile-6 + label svg, .vacancy-post form .inputfile-6 + label + label svg {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%); }
  .vacancy-post form .inputfile-6 + label svg path, .vacancy-post form .inputfile-6 + label + label svg path {
    fill: #9D9FA1; }

.vacancy-post form .inputfile-6 + label span, .vacancy-post form .inputfile-6 + label + label span .inputfile-6 + label strong {
  padding: 0; }

.vacancy-post form .inputfile-6 + label img, .vacancy-post form .inputfile-6 + label + label img {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px; }

.vacancy-post form .inputfile-6 + label span, .vacancy-post form .inputfile-6 + label + label span {
  width: 100%;
  display: inline-flex;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  height: 42px;
  padding-top: 10px;
  padding-left: 25px; }

.vacancy-post form .inputfile-6 + label strong, .vacancy-post form .inputfile-6 + label + label strong {
  height: 100%;
  color: #f1e5e6;
  background-color: #d3394c;
  display: inline-block; }

.vacancy-post form .inputfile-6:focus + label strong, .vacancy-post form .inputfile-6:focus + label + label strong,
.vacancy-post form .inputfile-6.has-focus + label strong,
.vacancy-post form .inputfile-6 + label:hover strong {
  background-color: #722040; }

.vacancy-post form .inputfile-6.valid + label.error + label {
  box-shadow: none; }

.vacancy-post form .inputfile-6 + label.error + label {
  box-shadow: inset 0 0 0 2px red; }
  .vacancy-post form .inputfile-6 + label.error + label span {
    color: red; }
  .vacancy-post form .inputfile-6 + label.error + label svg path {
    fill: red; }

.vacancy-post form .inputfile-6.valid + label + label span, .vacancy-post form .inputfile-6.valid + label span {
  color: #F09C21; }

.vacancy-post form .inputfile-6.valid + label + label svg path, .vacancy-post form .inputfile-6.valid + label svg path {
  fill: #F09C21; }

@media screen and (max-width: 50em) {
  .vacancy-post form .inputfile-6 + label strong, .vacancy-post form .inputfile-6 + label + label strong {
    display: block; } }

.vacancy-post form .checkbox:checked + label:after, .vacancy-post form .checkbox:checked + label + label:after {
  background: #F09C21;
  border-color: #F09C21; }

.vacancy-post form a:hover {
  text-decoration: underline; }

.vacancy-post form button {
  padding-left: 23px;
  padding-right: 23px; }

footer {
  background: #4C4C4E;
  padding: 60px 0 30px; }
  @media (min-width: 992px) {
    footer {
      padding: 100px 0 20px; } }
  @media (max-width: 991px) {
    footer .footer-block {
      margin-bottom: 30px; } }
  footer .footer-block form {
    margin-top: 20px; }
  footer .footer-block p {
    margin-bottom: 14px; }
  footer h4 {
    font-family: "Min", sans-serif;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-bottom: 8px; }
  footer p {
    font-size: 13px;
    line-height: 20px;
    color: #C0C2C5;
    margin-bottom: 0; }
    @media (min-width: 992px) {
      footer p {
        font-size: 14px;
        line-height: 22px; } }
    footer p a {
      display: flex;
      align-items: flex-start;
      color: inherit;
      text-decoration: none;
      transition: all .3s ease; }
      footer p a:hover {
        color: #fff; }
        footer p a:hover svg path {
          fill: #fff;
          transition: fill .3s ease; }
      footer p a svg {
        margin-top: 4px;
        width: 16px;
        height: 16px;
        margin-right: 11px; }
  footer .divider {
    margin: 20px 0 45px;
    background: #fff;
    width: 100%;
    height: 1px;
    opacity: .1; }
    @media (min-width: 992px) {
      footer .divider {
        margin: 50px 0 30px; } }
  footer .footer-bottom p {
    margin-top: 30px; }
  @media (min-width: 992px) {
    footer .footer-bottom {
      display: flex;
      justify-content: space-between; }
      footer .footer-bottom p {
        margin-top: 0; } }
  footer .menu-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    footer .menu-footer li {
      font-size: 14px;
      line-height: 16px;
      color: #FFFFFF; }
      footer .menu-footer li:not(:last-child) {
        margin-right: 24px; }
      @media (max-width: 991px) {
        footer .menu-footer li {
          margin-bottom: 15px; } }
      footer .menu-footer li a {
        position: relative;
        color: inherit; }
        footer .menu-footer li a:after {
          content: '';
          position: absolute;
          bottom: -2px;
          left: 0;
          width: 0;
          height: 1px;
          background: #fff;
          transition: width .3s ease; }
        footer .menu-footer li a:hover:after {
          width: 100%; }
  footer .menu-footer-first {
    margin-top: 0; }
    footer .menu-footer-first li {
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 9px;
      color: #FFFFFF; }
      @media (max-width: 991px) {
        footer .menu-footer-first li {
          margin-bottom: 7px; } }
      footer .menu-footer-first li a {
        color: #C0C2C5; }
        footer .menu-footer-first li a:hover {
          color: #FFFFFF; }

@media (min-width: 992px) {
  .drones-hero + section + section .qoute {
    margin-right: 20px; } }

.search .heading h2 {
  font-family: "Min", sans-serif;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #4C4C4E;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .search .heading h2 {
      font-size: 58px;
      line-height: 58px;
      margin-bottom: 50px; } }

.search .search-list-wrapper .search-list-item {
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .search .search-list-wrapper .search-list-item {
      margin-bottom: 50px; } }
  .search .search-list-wrapper .search-list-item h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #4C4C4E;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .search .search-list-wrapper .search-list-item h3 {
        font-size: 30px;
        line-height: 38px; } }
  .search .search-list-wrapper .search-list-item p {
    font-size: 14px;
    line-height: 22px;
    color: #9D9FA1; }
    @media (min-width: 992px) {
      .search .search-list-wrapper .search-list-item p {
        font-size: 16px;
        line-height: 24px; } }


.error-wrapper {
  margin-top: 75px;
  text-align: center; }
  @media (min-width: 992px) {
    .error-wrapper {
      margin-top: 60px; } }
  .error-wrapper img {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  .error-wrapper p {
    font-size: 14px;
    line-height: 20px;
    color: #9D9FA1;
    margin-bottom: 10px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      .error-wrapper p {
        font-size: 16px;
        line-height: 24px;
        max-width: 100%; } }

@media (min-width: 992px) {
  .for-career .ai-bootcamp-info h2 {
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 20px; } }

.for-career .ai-bootcamp-info p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .for-career .ai-bootcamp-info p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 18px; } }

.for-career .ai-bootcamp-info a.rectangle-link.on-green-block {
  font-size: 12px; }
  @media (min-width: 992px) {
    .for-career .ai-bootcamp-info a.rectangle-link.on-green-block {
      font-size: 13px;
      line-height: 24px;
      padding: 6px 38px; } }

/* Products new (tiling) */
.products-2 {
	padding: 60px 0; }
@media (min-width: 992px) {
	.products-2 {
		padding: 120px 0; } }
.products-2 .product2-item {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px; }
@media (min-width: 992px) {
	.products-2 .product2-item {
		margin-bottom: 30px; } }

.products-2 .product2-item__image .img{
	width: 100%;
	height: 250px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media(min-width: 992px){
	.products-2 .product2-item__image .img {
		height: 310px;
	}
}
.products-2 .subtitle {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #F2F2F5;
	font-size: 30px;
	line-height: 32px;
	padding: 21px 25px;
	margin-top: -1px;
	z-index: 2;
	opacity: 1;
	box-sizing: border-box;
	min-height: 105px;
	transition: all .5s ease; }
@media (max-width: 991px) {
	.products-2 .subtitle {
		font-size: 32px;
		padding: 11px 25px; } }
.products-2 .description {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.6);
	padding: 21px 25px;
	z-index: 2;
	opacity: 0;
	overflow: hidden;
	transition: all .3s ease; }
@media (max-width: 991px) {
	.products-2 .description {
		padding: 11px 25px; } }
.products-2 a {
	color: inherit;
	text-decoration: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 3; }
@media (min-width: 992px) {
	.products-2 .product2-item:hover .subtitle {
		opacity: 0;
		transform: translateY(300px); }
	.products-2 .product2-item:hover .description {
		opacity: 1; } }
@media (max-width: 991px) {
	.products-2 .product2-item:hover .subtitle {
		background: #22AF9A;
		color: #fff; } }

/* / Products new (tiling) */
.text-white p, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white a{
    color: #fff;
}
