@charset "UTF-8";
@import url("//cdn.web-fonts.ge/fonts/bpg-le-studio-02/css/bpg-le-studio-02.min.css");
@import url("//cdn.web-fonts.ge/fonts/bpg-le-studio-02/css/bpg-le-studio-02.min.css");
@import "fa/css/all.min.css";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

section {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  position: relative;
  width: 100%;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1a1a1a;
  background-color: #f9f9f9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

img, svg {
  vertical-align: middle;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: rgba(1, 1, 1, 0.2);
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(1, 1, 1, 0.4);
}

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

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

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

:active, :hover, :focus {
  outline: 0;
  outline-offset: 0;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  outline: none;
}
a:focus {
  text-decoration: none;
  outline: none;
}
a:active {
  text-decoration: none;
  outline: none;
}

.visible, .visible-md, .visible-sm, .visible-lg, .visible-xxl {
  display: none;
}

.hidden, .hidden-md, .hidden-sm, .hidden-lg, .hidden-xxl {
  display: block;
}

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

@media (min-width: 576px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .visible-md, .visible {
    display: block !important;
  }
  .hidden-md {
    display: none !important;
  }
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg, .visible {
    display: block !important;
  }
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
  .visible-xl, .visible {
    display: block !important;
  }
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .hidden-xxl {
    display: none !important;
  }
  .visible-xxl, .visible {
    display: block !important;
  }
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.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: -ms-flexbox !important;
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

.ps-5 {
  padding-left: 3rem !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;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !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;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

header {
  position: absolute;
  display: flex;
  height: 80px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  color: #fff;
  z-index: 1000;
  width: 100%;
  transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 420px) {
  header {
    height: 70px;
  }
}
header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  opacity: 0;
  background-color: #fff;
  animation: slideDown 0.4s ease forwards;
  box-shadow: 0 3px 15px 0 rgba(65, 69, 88, 0.1), 0 9px 6px 0 rgba(0, 0, 0, 0.05);
}

.logo {
  position: relative;
}
.logo img {
  width: 200px;
  padding: 13px 0;
}
@media (max-width: 992px) {
  .logo img {
    width: 160px;
    padding: 19px 0;
  }
}
@media (max-width: 420px) {
  .logo img {
    width: 140px;
    padding: 12px 0;
  }
}

.logo,
.menu-logo {
  font-weight: bold;
  font-size: 24px;
  color: #1f2a35;
}

nav#mainNav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
nav#mainNav .menu-header {
  display: none;
}
nav#mainNav .menu-header img {
  width: 170px;
}
nav#mainNav ul.nav-menu {
  display: flex;
  flex-direction: row;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
nav#mainNav ul.nav-menu li {
  position: relative;
}
nav#mainNav ul.nav-menu li > a {
  color: #1f2a35;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 500;
  display: block;
  padding: 8px 0;
}
nav#mainNav ul.nav-menu li > a:hover, nav#mainNav ul.nav-menu li > a.current-menu-item, nav#mainNav ul.nav-menu li > a[aria-current=page] {
  color: #2164bd;
}
nav#mainNav ul.nav-menu li.menu-item-has-children > a::after {
  content: " ▼";
  font-size: 0.8em;
  margin-left: 6px;
}
nav#mainNav ul.nav-menu li.menu-item-has-children .nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 8px 0;
  min-width: 180px;
  z-index: 999;
}
nav#mainNav ul.nav-menu li.menu-item-has-children .nav-dropdown li a {
  padding: 8px 16px;
  white-space: nowrap;
  font-size: 0.95em;
  border-bottom: 1px solid #eee;
}
nav#mainNav ul.nav-menu li.menu-item-has-children .nav-dropdown li a:hover {
  background-color: #f9f9f9;
  color: #2164bd;
}
nav#mainNav ul.nav-menu li.menu-item-has-children .nav-dropdown li:last-child a {
  border-bottom: none;
}
nav#mainNav ul.nav-menu li.menu-item-has-children:hover .nav-dropdown {
  display: block;
}
@media (max-width: 900px) {
  nav#mainNav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    height: 100vh;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;
    transition: left 0.3s ease;
    z-index: 1000;
  }
  nav#mainNav.active {
    left: 0;
  }
  nav#mainNav .menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  nav#mainNav .menu-header .menu-logo {
    font-size: 22px;
    color: #1f2a35;
  }
  nav#mainNav .menu-header .close-btn {
    font-size: 28px;
    cursor: pointer;
    user-select: none;
    color: #1f2a35;
  }
  nav#mainNav ul.nav-menu {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  nav#mainNav ul.nav-menu li {
    width: 100%;
  }
  nav#mainNav ul.nav-menu li > a {
    padding: 12px 0;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  nav#mainNav ul.nav-menu li.menu-item-has-children > a::after {
    display: none;
  }
  nav#mainNav ul.nav-menu li.menu-item-has-children ul.nav-dropdown {
    display: block !important;
    position: static;
    background: #f9f9f9;
    padding: 0;
  }
  nav#mainNav ul.nav-menu li.menu-item-has-children ul.nav-dropdown li a {
    padding: 8px 0 8px 15px;
    font-size: 0.95em;
    border-bottom: 1px solid #eee;
  }
}
@media (min-width: 901px) {
  nav#mainNav .menu-header {
    display: none;
  }
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 900px) {
  .header-tools {
    gap: 12px;
  }
  .header-tools .language-selector .current-lang {
    padding: 8px 10px;
    font-size: 13px;
  }
}

.language-selector {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
  font-size: 14px;
}
.language-selector .current-lang {
  background-color: #f0f0f0;
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  color: #1f2a35;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background-color 0.3s;
}
.language-selector .current-lang i {
  font-size: 14px;
  color: #1f2a35;
}
.language-selector .current-lang:hover {
  background-color: #e0e0e0;
}
.language-selector .lang-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 6px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: all 0.25s ease;
}
.language-selector .lang-dropdown a {
  display: block;
  padding: 10px 16px;
  text-decoration: none;
  color: #1f2a35;
  white-space: nowrap;
}
.language-selector .lang-dropdown a:hover {
  background-color: #f5f5f5;
}
.language-selector:hover .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.burger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 4px;
}
.burger span {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #1f2a35;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
}
.overlay.active {
  display: block;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 900px) {
  .burger {
    display: flex;
  }
}
@media (min-width: 901px) {
  nav .menu-header {
    display: none;
  }
}
section.home-banner {
  position: relative;
  overflow: hidden;
  height: 700px;
  display: flex;
  align-items: center;
}
section.home-banner .container {
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
section.home-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 30%), url("../images/home-maps.svg");
  background-size: cover;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
section.home-banner .home-banner-text h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #27353f;
}
section.home-banner .home-banner-text h1 span {
  font-size: 33px;
}
section.home-banner .home-banner-text p {
  font-size: 18px;
  line-height: 1.6;
  color: #27353f;
  margin-bottom: 32px;
}
section.home-banner .home-banner-text .btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
section.home-banner .home-banner-text .btn-group .btn {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}
section.home-banner .home-banner-text .btn-group .btn.btn-primary {
  background-color: #2164bd;
  color: #fff;
}
section.home-banner .home-banner-text .btn-group .btn.btn-primary:hover {
  background-color: #0056b3;
}
section.home-banner .home-banner-text .btn-group .btn.btn-outline {
  background-color: #fff;
  color: #333;
}
section.home-banner .home-banner-text .btn-group .btn.btn-outline:hover {
  background-color: #f0f0f0;
}

section.services {
  padding: 60px 0 30px 0;
  background-color: #fff;
  z-index: 3;
  box-shadow: 0 -47px 35px -52px rgba(65, 69, 88, 0.15);
}
section.services .services-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
section.services .services-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #2d68ad;
  margin-top: 10px;
  border-radius: 2px;
}
section.services .service-item {
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  padding: 32px 16px;
  text-align: center;
  transition: 0.3s ease;
  height: 100%;
}
section.services .service-item i {
  font-size: 32px;
  color: #2d68ad;
  display: block;
  margin-bottom: 16px;
}
section.services .service-item p {
  margin: 0;
  font-size: 16px;
  color: #1a1a1a;
}
section.services .service-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
}

.testimonial-swiper {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  user-select: none;
  cursor: grab;
}
.testimonial-swiper .swiper-wrapper {
  display: flex;
}
.testimonial-swiper .swiper-slide {
  width: 100% !important;
  flex-shrink: 0;
  display: flex;
  align-items: stretch;
}
.testimonial-swiper .testimonial-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.testimonial-swiper .testimonial-image {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  user-select: none;
  pointer-events: none;
}
.testimonial-swiper .testimonial-text {
  margin-top: 16px;
  font-size: 16px;
  font-style: italic;
  color: #1a1a1a;
  line-height: 1.6;
}

section.audience-section {
  background-color: #fff;
  padding: 60px 0;
  box-shadow: 0 0 28px 0 rgba(65, 69, 88, 0.1);
  z-index: 2;
}
section.audience-section .audience-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
section.audience-section .audience-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #2d68ad;
  margin-top: 10px;
  border-radius: 2px;
}
section.audience-section .col-12 {
  margin-bottom: 16px;
  padding-left: 0;
}
@media (max-width: 576px) {
  section.audience-section .col-12 {
    padding-right: 0;
  }
}
section.audience-section .audience-box {
  background-color: #f5f7fa;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
  transition: box-shadow 0.3s ease;
}
section.audience-section .audience-box i {
  font-size: 36px;
  color: #63767b;
  flex-shrink: 0;
}
section.audience-section .audience-box h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #202020;
}
section.audience-section .audience-box p {
  font-size: 15px;
  margin: 0;
  color: #555;
}
section.audience-section .audience-box:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}
section.audience-section .testimonial-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.audience-section .testimonial-block .testimonial-image {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 16px;
  object-fit: cover;
  object-position: top;
}
section.audience-section .testimonial-block .testimonial-text {
  font-size: 16px;
  font-style: italic;
  color: #1a1a1a;
  line-height: 1.6;
  margin: 0;
}

.about-split .about-split-left {
  color: #fff;
  padding: 0;
  display: flex;
  align-items: center;
}
.about-split .about-split-left .about-content {
  background-color: #1e2b50;
  padding: 60px;
}
.about-split .about-split-left .about-content h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.about-split .about-split-left .about-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #d0d3e0;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .about-split .about-split-left {
    text-align: center;
  }
}
.about-split .about-split-right {
  background-color: #fff;
  padding: 40px 40px;
  box-shadow: -1px 20px 15px 0 rgba(65, 69, 88, 0.1), 0 9px 6px 0 rgba(0, 0, 0, 0.05);
  z-index: 2;
}
@media (max-width: 768px) {
  .about-split .about-split-right {
    padding: 40px 20px;
  }
}
.about-split .col-sm-6 {
  margin-bottom: 15px;
}
.about-split .about-feature {
  background: #f5f7fa;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  height: 100%;
  align-items: center;
  gap: 20px;
}
.about-split .about-feature i {
  color: #007b8f;
  margin-bottom: 12px;
  font-size: 36px;
  flex-shrink: 0;
}
.about-split .about-feature h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #101010;
}
.about-split .about-feature p {
  font-size: 14px;
  color: #555;
  margin: 0;
}
.about-split .geo-box {
  margin-top: 40px;
  display: flex;
  gap: 16px;
  background-color: #e8f3f6;
  border-radius: 12px;
  padding: 24px;
}
.about-split .geo-box i {
  font-size: 24px;
  color: #007b8f;
  margin-top: 4px;
}
.about-split .geo-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #202020;
}
.about-split .geo-box p {
  margin: 0;
  font-size: 15px;
  color: #333;
}

.section-error {
  padding: 8% 0 15% 0;
}
.section-error .container {
  padding: 0 20px;
}
.section-error .title-error .text-center {
  text-align: center !important;
}
.section-error .title-error .text-center h3 {
  font-size: 15em;
  line-height: 260px;
  font-weight: 100;
  color: #1a1a1a;
}
@media (max-width: 1200px) {
  .section-error .title-error .text-center h3 {
    font-size: 12em;
  }
}
@media (max-width: 996px) {
  .section-error .title-error .text-center h3 {
    font-size: 10em;
  }
}
@media (max-width: 996px) {
  .section-error .title-error .text-center h3 {
    font-size: 8em;
  }
}
.section-error .content-error {
  max-width: 500px;
  margin-top: 15px;
}
.section-error .content-error h3 {
  font-size: 2em;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.section-error .content-error p {
  margin-bottom: 25px;
  color: #444;
  letter-spacing: 0.1px;
  line-height: 24px;
}
.section-error .btn-error {
  background-color: #fff;
  color: #343a40;
  border: 1px solid #343a40;
  flex: 1;
  padding: 7px 25px;
  font-size: 0.9em;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  margin: 0;
}
.section-error .btn-error:hover {
  background-color: #343a40;
  color: #fff;
}

main.page-logistic .audience-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
main.page-logistic .audience-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #2d68ad;
  margin-top: 10px;
  border-radius: 2px;
}
main.page-logistic section.page-header {
  position: relative;
  overflow: hidden;
  height: 300px;
  display: flex;
  align-items: center;
  padding-top: 70px;
}
main.page-logistic section.page-header .container {
  position: relative;
  z-index: 2;
}
main.page-logistic section.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 30%), url("../images/home-maps.svg");
  background-size: cover;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
main.page-logistic section.page-header .home-banner-text h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #27353f;
}
main.page-logistic section.page-header .home-banner-text h1 span {
  font-size: 33px;
}
main.page-logistic section.page-header .home-banner-text p {
  font-size: 18px;
  line-height: 1.6;
  color: #27353f;
  margin-bottom: 32px;
}
main.page-logistic section.page-header .home-banner-text .btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
main.page-logistic section.page-header .home-banner-text .btn-group .btn {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}
main.page-logistic section.page-header .home-banner-text .btn-group .btn.btn-primary {
  background-color: #2164bd;
  color: #fff;
}
main.page-logistic section.page-header .home-banner-text .btn-group .btn.btn-primary:hover {
  background-color: #0056b3;
}
main.page-logistic section.page-header .home-banner-text .btn-group .btn.btn-outline {
  background-color: #fff;
  color: #333;
}
main.page-logistic section.page-header .home-banner-text .btn-group .btn.btn-outline:hover {
  background-color: #f0f0f0;
}
main.page-logistic section.dynamic-example {
  background-color: #fff;
  padding: 64px 0;
}
main.page-logistic section.dynamic-example p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 0;
}
main.page-logistic section.dynamic-example ul {
  margin-top: 24px;
}
main.page-logistic section.dynamic-example ul li {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  color: #333;
}
main.page-logistic section.dynamic-example ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 4px;
  color: #007b8f;
  font-size: 16px;
  line-height: 1;
}
main.page-logistic section.dynamic-example .part-images img {
  width: 100%;
  height: auto;
  display: block;
}
main.page-logistic section.block-icons {
  background-color: #f8f9f9;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 0;
}
main.page-logistic section.block-icons .d-flex {
  align-items: center;
}
main.page-logistic section.block-icons i {
  margin-right: 20px;
  font-size: 2.5em;
  color: #2d68ad;
}
main.page-logistic section.block-icons h6 {
  font-weight: 400;
  font-size: 1em;
  padding: 2px 0 2px;
  color: #555;
  display: block;
}
main.page-logistic section.block-icons p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #666;
  line-height: 1.35em;
}
@media (max-width: 767.98px) {
  main.page-logistic section.block-icons i {
    max-width: 40px;
  }
  main.page-logistic section.block-icons .d-flex {
    margin-bottom: 20px;
  }
}
main.page-logistic section.services {
  background-color: #fff;
  padding: 60px 0;
  box-shadow: 0 0 28px 0 rgba(65, 69, 88, 0.1);
  z-index: 3;
}
main.page-logistic section.services .col-sm-6 {
  margin-bottom: 15px;
  padding-left: 0;
}
main.page-logistic section.services .about-feature {
  background: #f5f7fa;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  height: 100%;
  align-items: center;
  gap: 20px;
}
main.page-logistic section.services .about-feature i {
  color: #007b8f;
  margin-bottom: 12px;
  font-size: 36px;
  flex-shrink: 0;
}
main.page-logistic section.services .about-feature h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #101010;
}
main.page-logistic section.services .about-feature p {
  font-size: 14px;
  color: #555;
  margin: 0;
}
main.page-logistic section.report-example {
  background: #f8f9fa;
}
main.page-logistic section.report-example img {
  width: 100%;
  height: auto;
  display: block;
}
main.page-logistic section.report-example .case-card {
  background-color: #fff;
  padding: 70px 40px;
  box-shadow: -1px 20px 15px 0 rgba(65, 69, 88, 0.1), 0 9px 6px 0 rgba(0, 0, 0, 0.05);
  z-index: 3;
  position: relative;
}
main.page-logistic section.report-example .case-card p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 0;
}
main.page-logistic section.report-example .case-card ul {
  margin-top: 24px;
}
main.page-logistic section.report-example .case-card ul li {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  color: #333;
}
main.page-logistic section.report-example .case-card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 4px;
  color: #007b8f;
  font-size: 16px;
  line-height: 1;
}

main.page-partners .audience-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
main.page-partners .audience-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #2d68ad;
  margin-top: 10px;
  border-radius: 2px;
}
main.page-partners section.page-header {
  position: relative;
  overflow: hidden;
  height: 300px;
  display: flex;
  align-items: center;
  padding-top: 70px;
}
main.page-partners section.page-header .container {
  position: relative;
  z-index: 2;
}
main.page-partners section.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 30%), url("../images/home-maps.svg");
  background-size: cover;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
main.page-partners section.page-header .home-banner-text h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #27353f;
}
main.page-partners section.page-header .home-banner-text h1 span {
  font-size: 33px;
}
main.page-partners section.page-header .home-banner-text p {
  font-size: 18px;
  line-height: 1.6;
  color: #27353f;
  margin-bottom: 32px;
}
main.page-partners section.page-header .home-banner-text .btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
main.page-partners section.page-header .home-banner-text .btn-group .btn {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}
main.page-partners section.page-header .home-banner-text .btn-group .btn.btn-primary {
  background-color: #2164bd;
  color: #fff;
}
main.page-partners section.page-header .home-banner-text .btn-group .btn.btn-primary:hover {
  background-color: #0056b3;
}
main.page-partners section.page-header .home-banner-text .btn-group .btn.btn-outline {
  background-color: #fff;
  color: #333;
}
main.page-partners section.page-header .home-banner-text .btn-group .btn.btn-outline:hover {
  background-color: #f0f0f0;
}
main.page-partners section.partners-intro {
  padding: 60px 0 30px 0;
  z-index: 3;
  box-shadow: 0 -47px 35px -52px rgba(65, 69, 88, 0.15);
  background-color: #f9f9f9;
}
main.page-partners section.partners-intro .col-lg-4 {
  margin-bottom: 20px;
  padding-left: 0;
}
main.page-partners section.partners-intro .icon-box {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}
main.page-partners section.partners-intro .icon-box i {
  font-size: 32px;
  color: #007b8f;
  margin-bottom: 16px;
}
main.page-partners section.partners-intro .icon-box h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #202020;
}
main.page-partners section.partners-intro .icon-box p {
  font-size: 14px;
  color: #555;
  margin: 0;
}
main.page-partners section.partner-info {
  background-color: #fff;
  padding: 60px 0;
  box-shadow: 0 0 28px rgba(65, 69, 88, 0.1);
  z-index: 5;
}
main.page-partners section.partner-info .summary-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1e1e1e;
}
main.page-partners section.partner-info .summary-charts .chart-block {
  padding-left: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
main.page-partners section.partner-info .summary-charts .chart-block img {
  width: 100%;
  height: auto;
  display: block;
}
main.page-partners section.partner-info .summary-charts .chart-block .partner-block .col-md-12, main.page-partners section.partner-info .summary-charts .chart-block .partner-block col-lg-6 {
  margin-bottom: 15px;
}
main.page-partners section.partner-info .summary-charts .chart-block .partner-block .about-feature {
  background: #f5f7fa;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  height: 100%;
  align-items: center;
  gap: 20px;
}
main.page-partners section.partner-info .summary-charts .chart-block .partner-block .about-feature i {
  color: #007b8f;
  margin-bottom: 12px;
  font-size: 36px;
  flex-shrink: 0;
}
main.page-partners section.partner-info .summary-charts .chart-block .partner-block .about-feature h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #101010;
}
main.page-partners section.partner-info .summary-charts .chart-block .partner-block .about-feature p {
  font-size: 14px;
  color: #555;
  margin: 0;
}
main.page-partners section.audience-section {
  background-color: #f8f9f9;
  padding: 60px 0;
}
main.page-partners section.audience-section .col-md-4 {
  margin-bottom: 20px;
}
main.page-partners section.audience-section .icon-box {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
main.page-partners section.audience-section .icon-box i {
  font-size: 32px;
  color: #007b8f;
  margin-bottom: 16px;
}
main.page-partners section.audience-section .icon-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #202020;
}
main.page-partners section.audience-section .icon-box p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

main.page-cf {
  background: #fff;
}
main.page-cf section.page-header {
  position: relative;
  overflow: hidden;
  height: 300px;
  display: flex;
  align-items: center;
  padding-top: 70px;
}
main.page-cf section.page-header .container {
  position: relative;
  z-index: 2;
}
main.page-cf section.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 30%), url("../images/home-maps.svg");
  background-size: cover;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
main.page-cf section.page-header .home-banner-text h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #27353f;
}
main.page-cf section.page-header .home-banner-text h1 span {
  font-size: 33px;
}
main.page-cf section.page-header .home-banner-text p {
  font-size: 18px;
  line-height: 1.6;
  color: #27353f;
  margin-bottom: 32px;
}
main.page-cf section.page-header .home-banner-text .btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
main.page-cf section.page-header .home-banner-text .btn-group .btn {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}
main.page-cf section.page-header .home-banner-text .btn-group .btn.btn-primary {
  background-color: #2164bd;
  color: #fff;
}
main.page-cf section.page-header .home-banner-text .btn-group .btn.btn-primary:hover {
  background-color: #0056b3;
}
main.page-cf section.page-header .home-banner-text .btn-group .btn.btn-outline {
  background-color: #fff;
  color: #333;
}
main.page-cf section.page-header .home-banner-text .btn-group .btn.btn-outline:hover {
  background-color: #f0f0f0;
}

main.page-contacts .audience-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
main.page-contacts .audience-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #2d68ad;
  margin-top: 10px;
  border-radius: 2px;
}
main.page-contacts section.page-header {
  position: relative;
  overflow: hidden;
  height: 300px;
  display: flex;
  align-items: center;
  padding-top: 70px;
}
main.page-contacts section.page-header .container {
  position: relative;
  z-index: 2;
}
main.page-contacts section.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 30%), url("../images/home-maps.svg");
  background-size: cover;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
main.page-contacts section.page-header .home-banner-text h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #27353f;
}
main.page-contacts section.page-header .home-banner-text h1 span {
  font-size: 33px;
}
main.page-contacts .cf-list-block {
  position: relative;
  z-index: 2;
}
main.page-contacts .cf-list-block .contact-ico {
  display: flex;
  align-items: center;
  cursor: pointer;
}
main.page-contacts .cf-list-block .contact-ico:not(:first-child) {
  margin-top: 25px;
}
main.page-contacts .cf-list-block .contact-ico:hover .cf-icon-block:after {
  bottom: -50%;
}
main.page-contacts .cf-list-block .contact-ico .cf-icon-block {
  position: relative;
  flex-shrink: 0;
  width: 37px;
  height: 37px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2164ca;
  overflow: hidden;
  z-index: 1;
  transition: all 400ms ease;
}
main.page-contacts .cf-list-block .contact-ico .cf-icon-block:after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  background-color: #1e5399;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
main.page-contacts .cf-list-block .contact-ico .cf-icon-block i {
  font-size: 0.9em;
  color: #fff;
}
main.page-contacts .cf-list-block .contact-ico span {
  margin: 0;
  padding: 9px 11px 10px 11px;
  font-size: 1em;
  color: #fff;
  line-height: 18px;
  background-color: RGBA(255, 255, 255, 0.2);
}
main.page-contacts .cf-list-block .contact-ico span a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 300ms ease;
}
main.page-contacts .cf-list-block .contact-ico span a:hover {
  background-size: 100% 1px;
}
main.page-contacts section.cf-block .wpcf7-not-valid-tip {
  font-size: 0;
  height: 2px;
  background: #dc3232;
  margin-top: -2px;
}
main.page-contacts section.cf-block .wpcf7-response-output {
  margin-top: 0 !important;
}
main.page-contacts section.cf-block input {
  display: block;
  width: 100%;
  background-color: transparent;
  color: #7A736A;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  border: none;
  outline: none;
  padding-bottom: 8px;
  border-bottom: 1px solid #DED8D3;
  transition: all 300ms ease;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}
main.page-contacts section.cf-block input:active, main.page-contacts section.cf-block input:focus {
  border-bottom: 1px solid #2164bd;
}
main.page-contacts section.cf-block select {
  display: block;
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  color: #7A736A;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  border: none;
  outline: none;
  padding-bottom: 8px;
  border-bottom: 1px solid #DED8D3;
  transition: all 300ms ease;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}
main.page-contacts section.cf-block textarea {
  height: 100px;
  border: none;
  margin-bottom: 0;
  display: block;
  width: 100%;
  background-color: rgba(234, 234, 242, 0.5098039216);
  color: #6a6c7a;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  outline: none;
  padding-bottom: 8px;
  transition: all 300ms ease;
  padding-top: 15px;
  padding-left: 20px;
}
main.page-contacts section.cf-block .wpcf7-submit {
  background-color: #2164bd;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
main.page-contacts section.cf-block .wpcf7-submit:hover {
  background-color: #21579f;
}
main.page-contacts section.cf-block .wpcf7-submit::before, main.page-contacts section.cf-block .wpcf7-submit::after {
  top: 0;
  left: 0;
  right: auto;
  content: "";
  background-color: #2B1E16;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
main.page-contacts section.cf-block .col-md-6 {
  margin-bottom: 35px;
}
main.page-contacts section.cf-block .about-split-left {
  color: #fff;
  padding: 0;
  display: flex;
  align-items: center;
}
main.page-contacts section.cf-block .about-split-left .about-content {
  background-color: #1e2b50;
  padding: 40px;
}
main.page-contacts section.cf-block .about-split-left .about-content h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
main.page-contacts section.cf-block .about-split-left .about-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #d0d3e0;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  main.page-contacts section.cf-block .about-split-left {
    text-align: center;
  }
}
main.page-contacts section.cf-block .about-split-right {
  background-color: #fff;
  padding: 100px 40px;
  box-shadow: -1px 20px 15px 0 rgba(65, 69, 88, 0.1), 0 9px 6px 0 rgba(0, 0, 0, 0.05);
  z-index: 2;
}
@media (max-width: 768px) {
  main.page-contacts section.cf-block .about-split-right {
    padding: 40px 20px;
  }
}

.footer {
  background-color: #040836;
  color: #cfd3e2;
  font-size: 14px;
  overflow: hidden;
}
.footer .row > div {
  padding: 50px 15px;
}
@media (max-width: 768px) {
  .footer .row > div {
    padding: 35px 15px;
  }
}
.footer .link-groups {
  padding-left: 25px;
}
.footer h4 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
}
.footer a {
  color: #cfd3e2;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-links-list li {
  margin-bottom: 10px;
}
.footer .footer-links-list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #cfd3e2;
  font-size: 14px;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.footer .footer-links-list li a i {
  width: 18px;
  text-align: center;
  color: #adb5bd;
  font-size: 14px;
}
.footer .footer-links-list li a:hover {
  transform: translateX(6px);
}
.footer .footer-logo {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
}
.footer .footer-logo img {
  width: 230px;
}
.footer .footer-description {
  margin-top: 10px;
  line-height: 1.6;
  color: #dadada;
}
.footer .f-contacts {
  position: relative;
  z-index: 0;
}
.footer .f-contacts::before {
  content: "";
  position: absolute;
  left: -50px;
  top: -50px;
  height: 500%;
  width: 500%;
  background: #1e2b50;
  z-index: -1;
  overflow: hidden;
}
.footer .f-contacts h4 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
}
.footer .f-contacts .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}
.footer .f-contacts .contact-item .icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border: 1px dashed #5c6fa5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .f-contacts .contact-item .icon i {
  color: #ffffff;
  font-size: 14px;
}
.footer .f-contacts .contact-item .text {
  line-height: 1.5;
}
.footer .f-contacts .contact-item .text strong {
  display: inline-block;
  margin-bottom: 4px;
  color: #ffffff;
}
.footer .f-contacts .contact-item .text a {
  color: #dadada;
  font-weight: 600;
  text-decoration: none;
}
.footer .f-contacts .contact-item .text a:hover {
  text-decoration: underline;
}
.footer .footer-bottom {
  border-top: 1px solid #1d2345;
  margin-top: 30px;
  padding-top: 20px;
  z-index: 1;
  position: relative;
  background: #040836;
  font-size: 13px;
}
.footer .footer-bottom .container {
  display: flex;
  padding-bottom: 20px;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-bottom p {
  margin: 0;
}
.footer .footer-bottom .footer-links a {
  margin-left: 20px;
  color: #cfd3e2;
}
.footer .footer-bottom .footer-links a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=all.css.map */
