@charset "UTF-8";
/* Arial @font-face usuniety 2026-06-15 — Arial = font Monotype, self-hosting webfontu wymaga licencji.
   Tekst korzysta z systemowego stacka Arial / Liberation Sans / Helvetica (reguly font-family ponizej). */
/* Outfit - zamiana za Brandon */

body,
h1, h2, h3, h4, h5, h6,
p, a, span, li, button, input, textarea {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
}


@font-face {
  font-family: "custom-font";
  src: url("../fonts/custom-font.eot");
  src: url("../fonts/custom-font.eot?#iefix") format("eot"), url("../fonts/custom-font.woff2") format("woff2"), url("../fonts/custom-font.woff") format("woff"), url("../fonts/custom-font.ttf") format("truetype"), url("../fonts/custom-font.svg#custom-font") format("svg");
}
.icon-arrow-blue:before, .icon-arrow-gray:before, .icon-arrow-white:before, .icon-carousel-nav:before, .icon-down:before, .icon-download:before, .icon-facebook:before, .icon-home:before, .icon-icon-right:before, .icon-linkedin:before, .icon-map:before, .icon-menu-arrow:before, .icon-menu:before, .icon-nav:before, .icon-next:before, .icon-open:before, .icon-pdf-white:before, .icon-pdf:before, .icon-phone:before, .icon-pin:before, .icon-portfolio-arrow:before, .icon-search:before, .icon-select:before, .icon-sign:before, .icon-slider:before, .icon-top:before, .icon-up:before, .icon-youtube:before {
  font-family: "custom-font";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-arrow-blue:before {
  content: "";
}

.icon-arrow-gray:before {
  content: "";
}

.icon-arrow-white:before {
  content: "";
}

.icon-carousel-nav:before {
  content: "";
}

.icon-down:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-icon-right:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-map:before {
  content: "";
}

.icon-menu-arrow:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-nav:before {
  content: "";
}

.icon-next:before {
  content: "";
}

.icon-open:before {
  content: "";
}

.icon-pdf-white:before {
  content: "";
}

.icon-pdf:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-pin:before {
  content: "";
}

.icon-portfolio-arrow:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-select:before {
  content: "";
}

.icon-sign:before {
  content: "";
}

.icon-slider:before {
  content: "";
}

.icon-top:before {
  content: "";
}

.icon-up:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

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

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

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 576px;
  }
}
@media (min-width: 769px) {
  .container, .container-sm, .container-md {
    max-width: 769px;
  }
}
@media (min-width: 1024px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1280px;
  }
}
@media (min-width: 1700px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1700px;
  }
}
@media (min-width: 1900px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    max-width: 1900px;
  }
}
.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, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl,
.col-xxxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 769px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1700px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1900px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 769px) {
  .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: 1024px) {
  .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: 1280px) {
  .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 (min-width: 1700px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1900px) {
  .d-xxxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 769px) {
  .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: 1024px) {
  .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: 1280px) {
  .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;
  }
}
@media (min-width: 1700px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1900px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-5 {
  margin: 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: 769px) {
  .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: 1024px) {
  .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: 1280px) {
  .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;
  }
}
@media (min-width: 1700px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1900px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }
}
/*!
 * Bootstrap Reboot v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(12, 38, 54, 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", "Liberation 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:not(:focus-visible) {
  outline: 0 !important;
}

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .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: #009FE3;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #006997;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

header {
  background-color: #F3F3F3;
  box-shadow: 0px 3px 20px #00000029;
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  align-items: center;
}
@media (min-width: 769px) {
  header {
    padding: 15px 30px;
  }
}
header .wig {
  text-transform: uppercase;
  position: relative;
  margin-right: 30px;
}
@media (min-width: 769px) {
  header .wig {
    display: flex;
    justify-content: flex-end;
  }
}
header .wig:after {
  content: '';
  display: block;
  width: 1px;
  height: 24px;
  background-color: #C5C5C7;
  position: absolute;
  right: -15px;
  top: -2px;
}
@media (min-width: 1024px) {
  header .wig:after {
    right: 0;
    top: 3px;
  }
}
header .wig .wig-for-mobile {
  display: none;
  position: fixed;
  width: 100%;
  padding-left: 105px;
  left: 0;
  top: 50px;
  z-index: 100;
  background-color: #F3F3F3;
  padding: 0 50px 0 150px;
}
header .wig .wig-for-mobile article {
  margin-bottom: 10px;
  margin-top: 10px;
}
header .wig article {
  margin-right: 30px;
}
header .wig article.mobile-hidden {
  display: none;
}
@media (min-width: 1024px) {
  header .wig article.mobile-hidden {
    display: block;
    padding-top: 7px;
  }
}
header .wig article.show-wig-mobile {
  position: relative;
  margin-right: 40px;
}
@media (min-width: 1024px) {
  header .wig article.show-wig-mobile {
    cursor: pointer;
    pointer-events: none;
    padding-top: 7px;
    margin-right: 0;
  }
}
header .wig article.show-wig-mobile.active:after {
  transform: rotate(-90deg);
  top: 3px;
}
header .wig article.show-wig-mobile:after {
  content: '';
  display: block;
  width: 9px;
  height: 14px;
  background-image: url("../../assets/svg/next.svg");
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 4px;
  right: -24px;
  transform: rotate(90deg);
  transition: .3s;
}
@media (min-width: 1024px) {
  header .wig article.show-wig-mobile:after {
    display: none;
  }
}
header .wig article span {
  color: #7B7B7A;
}
header .wig article strong {
  color: #0C2636;
}
header .wig article strong.tr {
  display: none;
}
@media (min-width: 1024px) {
  header .wig article strong.tr {
    display: inline-block;
  }
}
header .wig .down {
  color: #ED1A3A;
  margin-right: 30px;
  position: relative;
}


header .wig .up {
  color: #009FE3;
  margin-right: 30px;
  position: relative;
}

header .wig a {
  color: #0C2636;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}
header .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
header .menu li {
  margin-left: 10px;
}
header .menu li.wpml-ls-current-language a {
  opacity: 1;
}
header .menu li a {
  display: block;
  width: 30px;
  height: 30px;
  color: #083673;
  background-color: #fff;
  box-shadow: 0px 0px 6px #00000014;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.5;
  border-bottom-right-radius: 10px;
}
header .menu li a:hover {
  opacity: 1;
}

.page-nav {
  position: fixed;
  width: 84px;
  background-color: rgba(0, 159, 227, 0.85);
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 10001;
  flex-direction: column;
  justify-content: space-between;
  display: none;
  transition: .3s;
}

.page-nav.opened {
  background-color: #009fe3;
  box-shadow: 0 0 30px #083673;
}
.page-nav.opened:after {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 769px) {
  .page-nav {
    display: flex;
  }
}
.page-nav .home-link {
  margin: 18px 0 0 29px;
  position: relative;
  z-index: 30;
}
.page-nav .main-menu {
  text-align: center;
}
.page-nav .main-menu .menu > li {
  width: 100%;
  display: block;
  text-align: center;
  height: 300px;
}
.page-nav .main-menu .menu > li:hover > ul li:hover a {
  border-color: #fff;
}
.page-nav .main-menu .menu > li > a {
  transform: rotate(-90deg) translate(-190px);
  display: block;
  color: #fff;
  position: relative;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  left: -28px;
  text-align: center;
  position: relative;
  width: 90px;
  z-index: 10;
}
.page-nav .main-menu .menu > li > a.opened:before {
  transform: rotate(-90deg);
}
.page-nav .main-menu .menu > li > a:before {
  content: '';
  display: block;
  width: 11px;
  height: 18px;
  background-image: url("../../assets/svg/icon-right.svg");
  background-size: cover;
  background-position: center;
  position: absolute;
  right: -15px;
  top: 8px;
  transform: rotate(90deg);
  z-index: 8;
}
.page-nav .main-menu .menu > li > a:after {
  content: '';
  display: block;
  width: 100vh;
  height: 100px;
  position: absolute;
  left: -50vh;
  top: -20px;
  z-index: -1;
}
.page-nav .main-menu .menu > li > ul {
  visibility: visible;
  opacity: 1;
  transition: .4s;
  display: flex;
  height: 100vh;
  width: 210px;
  position: fixed;
  top: 0;
  left: 84px;
  justify-content: center;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
.page-nav .main-menu .menu > li > ul.op {
  display: flex;
}
.page-nav .main-menu .menu > li > ul.op > li.home-menu a {
  animation: none;
  opacity: 1;
}
.page-nav .main-menu .menu > li > ul.op > li > a {
  animation: menuAnimation2 0.5s ease-out forwards;
}
.page-nav .main-menu .menu > li > ul > li {
  text-align: left;
  transition: .3s;
}
.page-nav .main-menu .menu > li > ul > li a {
  opacity: 0;
}
.page-nav .main-menu .menu > li > ul > li.small > ul {
  align-content: center;
}
.page-nav .main-menu .menu > li > ul > li.home-menu:before {
  display: none;
}
.page-nav .main-menu .menu > li > ul > li.home-menu a {
  font-size: 0;
  position: relative;
}
.page-nav .main-menu .menu > li > ul > li.home-menu a:after {
  content: '';
  display: block;
  width: 149px;
  height: 38px;
  background-size: contain;
  background-position: center;
  background-image: url("../../assets/images/logo.svg");
  position: fixed;
  top: 20px;
  left: 125px;
}
.page-nav .main-menu .menu > li > ul > li.slogan {
  display: none;
}
.page-nav .main-menu .menu > li > ul > li.slogan a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 30px;
  position: relative;
  letter-spacing: 4px;
  line-height: 1.3;
  pointer-events: none;
}
@media (min-width: 1700px) {
  .page-nav .main-menu .menu > li > ul > li.slogan a {
    position: absolute;
    left: 44px;
    bottom: 50px;
    font-size: 50px;
  }
}
.page-nav .main-menu .menu > li > ul > li a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  border-bottom: 0px solid transparent;
  font-family: "Outfit", sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 0 5px #0c2636;
}
.page-nav .main-menu .menu > li > ul > li a span {
  position: relative;
}
.page-nav .main-menu .menu > li > ul > li a span.underlined:after, .page-nav .main-menu .menu > li > ul > li a span.comp:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.page-nav .main-menu .menu > li > ul > li > ul {
  visibility: visible;
  opacity: 1;
  display: flex;
  height: 100vh;
  width: 706px;
  position: fixed;
  top: 0;
  left: 294px;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 40px;
  transition: .4s;
  font-size: 0;
  align-content: flex-start;
  display: none;
  overflow-y: auto;
}
.page-nav .main-menu .menu > li > ul > li > ul::-webkit-scrollbar {
  width: 6px;
}
.page-nav .main-menu .menu > li > ul > li > ul::-webkit-scrollbar-track {
  background-color: #009FE3;
}
.page-nav .main-menu .menu > li > ul > li > ul::-webkit-scrollbar-thumb {
  background-color: #fff;
}
.page-nav .main-menu .menu > li > ul > li > ul.op {
  display: flex;
}
.page-nav .main-menu .menu > li > ul > li > ul li {
  width: 33%;
  padding: 0 13px;
  height: 125px;
  display: inline-block;
  vertical-align: middle;
  animation: menuAnimation 0.5s ease-out forwards;
}
@media (min-width: 1700px) {
  .page-nav .main-menu .menu > li > ul > li > ul li {
    height: 160px;
  }
}
.page-nav .main-menu .menu > li > ul > li > ul li:hover img {
  transform: scale(1.1);
}
.page-nav .main-menu .menu > li > ul > li > ul li img {
  width: 100%;
  height: 85px;
  object-fit: cover;
  border-radius: 0px 0px 20px 0px;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  transition: .3s;
}
@media (min-width: 1700px) {
  .page-nav .main-menu .menu > li > ul > li > ul li img {
    height: 107px;
  }
}
.page-nav .main-menu .menu > li > ul > li > ul li a {
  font-size: 14px;
  text-align: left;
  font-family: Arial, "Liberation Sans", "Helvetica Neue", Helvetica, Arimo, sans-serif;
  display: block;
  border: 0 !important;
  line-height: 1.1;
  text-transform: none;
  text-shadow: none;
  opacity: 1;
}
.page-nav .main-menu .menu > li > ul > li > ul li a span {
  font-size: 14px;
  padding: 0 !important;
}
.page-nav .social {
  position: relative;
  z-index: 30;
  width: 84px;
}
.page-nav .social a {
  display: block;
  text-align: center;
}
.page-nav .social a img {
  display: inline-block;
  margin-bottom: 35px;
}

#hamburger {
  width: 24px;
  height: 28px;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 999999;
  display: block;
  z-index: 140;
  display: block;
  position: fixed;
  top: 14px;
  left: 18px;
}
#hamburger:before {
  content: '';
  display: block;
  width: 60px;
  height: 50px;
  background-color: #009FE3;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  transition: .3s;
}
@media (min-width: 769px) {
  #hamburger {
    display: none;
  }
}
#hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  transition: .4s ease-in-out;
}
#hamburger span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}
#hamburger span:nth-child(2) {
  top: 10px;
  transform-origin: left center;
  width: 50%;
}
#hamburger span:nth-child(3) {
  top: 20px;
  transform-origin: left center;
}
#hamburger.open:before {
  width: 100%;
}
#hamburger.open span:nth-child(1) {
  transform: rotate(45deg);
  left: 3px;
  top: 2px;
}
#hamburger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
  left: 3px;
}

.page-nav-mobile {
  position: fixed;
  left: 0;
  top: 50px;
  background-color: rgba(0, 159, 227, 0.9);
  z-index: 3333;
  width: 100%;
  height: calc(100vh - 50px);
  overflow-y: auto;
  display: none;
}
.page-nav-mobile .search-form {
  display: block;
  width: 100%;
  padding: 0 20px;
}
.page-nav-mobile .search-form button {
  right: 23px;
}
@media (min-width: 769px) {
  .page-nav-mobile {
    display: none;
  }
}
.page-nav-mobile .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-nav-mobile .menu > li > a {
  display: none;
  z-index: 3000;
  text-indent: -9999px;
  position: relative;
}
.page-nav-mobile .menu > li > a:before {
  content: '';
  display: block;
  width: 20px;
  height: 21px;
  background-image: url("../../assets/svg/menu.svg");
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 20px;
}
.page-nav-mobile .menu > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
}
.page-nav-mobile .menu > li ul li {
  display: block;
  margin: 0 0 40px 0;
  position: relative;
}
.page-nav-mobile .menu > li ul li.home-menu, .page-nav-mobile .menu > li ul li.slogan {
  display: none;
}
.page-nav-mobile .menu > li ul li:nth-child(2) {
  padding-top: 50px;
}
.page-nav-mobile .menu > li ul li:nth-child(2):before {
  top: 56px !important;
}
.page-nav-mobile .menu > li ul li.menu-item-has-children.active:before {
  transform: rotate(270deg);
}
.page-nav-mobile .menu > li ul li.menu-item-has-children:before {
  content: '';
  display: block;
  width: 7px;
  height: 14px;
  background-image: url("../../assets/svg/menu-arrow.svg");
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 6px;
  transform: rotate(180deg);
  transition: .3s;
}
.page-nav-mobile .menu > li ul li a {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}
.page-nav-mobile .menu > li ul li ul {
  display: none;
  font-size: 0;
  padding: 0 20px;
}
.page-nav-mobile .menu > li ul li ul li {
  width: calc(50% - 20px);
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 18px 10px;
}
.page-nav-mobile .menu > li ul li ul li:nth-child(1), .page-nav-mobile .menu > li ul li ul li:nth-child(2) {
  margin-top: 30px;
}
.page-nav-mobile .menu > li ul li ul li:nth-child(2) {
  padding-top: 0;
}
.page-nav-mobile .menu > li ul li ul li img {
  width: 100%;
  height: 84px;
  border-radius: 0px 0px 15px 0px;
  margin-bottom: 6px;
  object-fit: cover;
  padding: 0 !important;
}
.page-nav-mobile .menu > li ul li ul li a {
  font-size: 15px;
  text-transform: none;
}
.page-nav-mobile .menu > li ul li ul li .menu-image-title-after.menu-image-title {
  padding-left: 0;
}
.page-nav-mobile .social {
  position: fixed;
  width: calc(100% - 70px);
  height: 50px;
  z-index: 40;
  right: 0;
  top: 0;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.page-nav-mobile .social.active {
  opacity: 1;
  visibility: visible;
}
.page-nav-mobile .social a {
  display: block;
  margin-left: 25px;
}
.page-nav-mobile .social a.facebook {
  width: 20px;
}
.page-nav-mobile .social a.youtube {
  width: 20px;
}
.page-nav-mobile .social a.linkedin {
  width: 20px;
}
.page-nav-mobile .social .logo {
  position: fixed;
  left: 64px;
  top: 11px;
  width: 113px;
  height: 29px;
}
@media (min-width: 769px) {
  .page-nav-mobile {
    display: none;
  }
}

@media (min-width: 769px) {
  header:after {
    content: '';
    display: block;
    width: 21px;
    height: 100vh;
    background-image: url("../../assets/svg/slider.svg");
    background-repeat: repeat-y;
    position: fixed;
    left: 84px;
    top: 0;
    z-index: 300;
  }
  header:before {
    content: '';
    display: block;
    width: 21px;
    height: 100vh;
    background-image: url("../../assets/svg/slider.svg");
    background-repeat: repeat-y;
    position: fixed;
    left: 1000px;
    top: 0;
    z-index: 300;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
  }
  header.menu-opened:before {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes menuAnimation {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes menuAnimation2 {
  0% {
    transform: scale(0.5);
    opacity: 0;
    padding: 0 50px 0 39px;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    padding: 15px 50px 45px 39px;
  }
}
.search-form {
  position: relative;
  border: 0;
  width: 250px;
  margin-top: -7px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: none;
}
@media (min-width: 769px) {
  .search-form {
    display: block;
  }
}
@media (min-width: 769px) {
  .search-form {
    margin-top: -7px;
    margin-bottom: 0;
  }
}
.search-form input[type="search"] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: 0px;
  text-indent: 10px;
  outline: none;
  font-size: 14px;
}
.search-form button {
  position: absolute;
  right: 3px;
  top: 3px;
  background-color: #083673;
  border: 0;
  transition: .3s;
  height: 24px;
}
.search-form button:hover {
  background-color: #009FE3;
}

.otgs-development-site-front-end {
  display: none;
}

footer {
  padding: 60px 0;
  background-color: #F3F3F3;
  font-size: 14px;
  position: relative;
}
@media (min-width: 769px) {
  footer .site-by {
    position: absolute;
    right: 0;
    bottom: -25px;
    margin: 0;
  }
}
footer .site-by a {
  text-decoration: none;
  color: #C5C5C7;
}
footer .site-by a:hover {
  color: #083673;
}
footer .site-by p {
  color: #C5C5C7;
}
footer h4 {
  color: #707070;
  font-size: 16px;
  margin: 0 0 7px 0;
  font-weight: 700;
  text-transform: uppercase;
}
footer p {
  font-size: 14px;
  margin: 0;
  color: #707070;
}
footer a {
  color: #707070;
}
footer a:hover {
  color: #009FE3;
}
footer .logo {
  position: relative;
  top: 0;
  display: block;
  width: 200px;
  height: 51px;
  text-indent: -9999px;
  background-size: contain;
  background-position: center;
  background-image: url("../../assets/images/logo-footer.svg");
  z-index: 808;
  margin-bottom: 30px;
  left: 0;
}
@media (min-width: 769px) {
  footer .logo {
    margin-bottom: 30px;
    left: 0;
  }
}
@media (min-width: 1700px) {
  footer .logo {
    width: 253px;
    height: 50px;
  }
}
@media (min-width: 1700px) {
  footer .address {
    padding-left: 40px;
  }
}
@media (min-width: 1700px) {
  footer .address > .wp-block-group p {
    margin-right: 60px;
  }
}
@media (min-width: 769px) {
  footer .address > .wp-block-group > .wp-block-group__inner-container {
    display: flex;
  }
}
footer .address > .wp-block-group > .wp-block-group__inner-container .wp-block-group {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  footer .address > .wp-block-group > .wp-block-group__inner-container .wp-block-group {
    padding-right: 20px;
    margin-bottom: 0;
  }
}
footer .siteby {
  position: relative;
}
@media (min-width: 769px) {
  footer .siteby {
    padding-top: 28px;
  }
}
footer .siteby a {
  text-decoration: none;
}
footer .siteby a.offteam {
  text-decoration: none;
  color: #C5C5C7;
}
footer .siteby p {
  color: #C5C5C7;
}

#toTop {
  position: fixed;
  bottom: 1%;
  right: 1%;
  display: none;
  z-index: 10002;
  border-radius: 5px;
}
#toTop img {
  width: 40px;
  height: auto;
}

.slider-container {
  position: relative;
  overflow-x: hidden;
}
.slider-container.menu-opened .logo {
  opacity: 0;
}
@media (min-width: 769px) {
  .slider-container.menu-opened .logo {
    opacity: 1;
    animation: logoAnimation22 0.7s ease-out forwards;
  }
}
.slider-container.menu-opened h1 {
  opacity: 0;
}
@media (min-width: 769px) {
  .slider-container.menu-opened h1 {
    opacity: 1;
    animation: h1Animation 0.7s ease-out forwards;
  }
}
.slider-container .logo {
  z-index: 30;
}
@media (min-width: 769px) {
  .slider-container .logo {
    left: 155px;
  }
}
.slider-container .owl-nav {
  display: none !important;
}
.slider-container .slider img {
  width: 100%;
  height: calc(100vh - 60px);
  object-fit: cover;
}
.slider-container .owl-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 303;
}
.slider-container .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 5px;
}
.slider-container .owl-dots .owl-dot.active, .slider-container .owl-dots .owl-dot:hover {
  background-color: #fff;
}
.slider-container h1 {
  position: absolute;
  left: 20px;
  bottom: 10px;
  text-align: left;
  padding: 0 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  z-index: 909;
  width: 100%;
  display: block;
  letter-spacing: 4px;
  line-height: 1;
  transition: .7s;
  text-shadow: 0 0 7px #0C2636;
}

@media (min-width: 1921px) {
  .slider-container h1 {
    left: 15%;
    line-height: 1.3;
  }
}

@media (max-width: 1920px) {
  .slider-container h1 {
    left: 10%;
    line-height: 1.3;
  }
}
.slider-container h1:before {
  display: none;
}
.slider-container h1 span {
  position: relative;
  margin-bottom: 15px;
  display: block;
  text-align: left;
  letter-spacing: 4px;
}
@media (min-width: 769px) {
  .slider-container h1 span {
    margin-right: 80px;
    margin-bottom: 0;
  }
}

@keyframes logoAnimation22 {
  0% {
    left: 155px;
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  11% {
    opacity: 0;
    left: calc(100vw - 300px);
  }
  100% {
    opacity: 1;
    left: calc(100vw - 300px);
  }
}
@keyframes h1Animation {
  0% {
    opacity: 1;
  }
  1% {
    opacity: 0;
  }
  11% {
    opacity: 0;
    left: calc(100vw - 300px);
  }
  100% {
    opacity: 1;
    left: calc(100vw - 300px);
  }
}
.competences {
  position: relative;
  padding: 50px 0;
}
@media (min-width: 769px) {
  .competences {
    padding: 100px 0 0 0;
    min-height: 740px;
  }
}
.competences:before {
  content: '';
  width: 100%;
  height: calc(100% + 300px);
  left: 0;
  top: -200px;
  background-color: #F8F8F8;
  position: absolute;
  display: block;
  z-index: -1;
}
@media (min-width: 769px) {
  .competences:before {
    width: 173px;
    height: calc(100% + 200px);
    left: 0;
  }
}
@media (min-width: 769px) {
  .competences:after {
    content: '';
    width: 280px;
    height: 740px;
    right: 0;
    top: 0;
    background-color: #EEEEEE;
    position: absolute;
    display: block;
    z-index: -1;
    opacity: 0.3;
  }
}
.competences h2 {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .competences h2 {
    margin-bottom: 60px;
  }
}
.competences .competences-carousel {
  padding: 0 40px;
  position: relative;
  overflow-x: hidden;
}
@media (min-width: 769px) {
  .competences .competences-carousel {
    padding: 0;
  }
}
.competences .owl-item {
  transition: .5s;
}
.competences .owl-item.half-visable {
  opacity: 0.2;
}
.competences .item {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px 50px 20px;
  box-shadow: 0px 0px 20px #0000000D;
  margin-bottom: 15px;
  height: calc(100% - 15px);
  border-bottom-right-radius: 40px;
}
.competences .item .icon {
  width: 100px;
  height: 100px;
  background-size: contain;
  margin: 0 auto 28px auto;
  display: block;
}
.competences .item h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.competences .item p {
  text-align: center;
}
.competences .item .more {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.competences .owl-carousel .owl-stage {
  display: inline-flex;
  overflow: hidden;
}

.owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background-image: url("../../assets/svg/nav.svg");
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  text-indent: -9999px;
}
.owl-nav .owl-prev {
  left: -40px;
}
@media (min-width: 769px) {
  .owl-nav .owl-prev {
    left: 10%;
  }
}
.owl-nav .owl-next {
  right: 40px;
  transform: rotate(180deg);
}
@media (min-width: 769px) {
  .owl-nav .owl-next {
    right: 10%;
  }
}

.fp-news {
  overflow: hidden;
  margin-bottom: 50px;
}
.fp-news.desktop {
  display: none;
}
@media (min-width: 769px) {
  .fp-news.desktop {
    display: block;
  }
}
.fp-news.mobile h2 {
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .fp-news.mobile {
    display: none;
  }
}
.fp-news.mobile .owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.fp-news.mobile .owl-carousel .owl-nav .owl-next {
  right: 0;
}
.fp-news.mobile .news-card article {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .fp-news {
    margin: 80px 0;
    display: block;
  }
}
.fp-news .news-card {
  margin-bottom: 50px;
}
.fp-news .news-card .img-container {
  position: relative;
}
.fp-news .news-card .img-container img {
  width: 100%;
  height: 250px;
  margin: 0 0 35px 0;
  object-fit: cover;
}
.fp-news .news-card .img-container h5 {
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  right: 20px;
  bottom: 45px;
  color: #fff;
}
.fp-news .news-card h3 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 50px;
  position: relative;
  padding: 0 42px;
}
.fp-news .news-card h3:after {
  content: '';
  display: block;
  width: 70%;
  height: 8px;
  background-color: #009FE3;
  position: absolute;
  left: 42px;
  bottom: -28px;
}
.fp-news .news-card p {
  padding: 0 42px;
}
.fp-news .news-card article {
  position: relative;
  box-shadow: 0px 0px 20px #0000003B;
  border-bottom-right-radius: 40px;
  height: 100%;
  padding-bottom: 30px;
}
.fp-news .news-card article.no-img {
  padding-top: 40px;
}
.fp-news .news-card .more {
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  position: absolute;
  text-transform: uppercase;
}

.button-container {
  text-align: center;
  margin-bottom: 10px;
}

.realizations {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}
.realizations.desktop {
  display: none;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .realizations.desktop {
    display: block;
  }
}
@media (min-width: 769px) {
  .realizations.mobile {
    display: none;
  }
}
.realizations.mobile .owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.realizations.mobile .owl-carousel .owl-nav .owl-next {
  right: 0;
}
.realizations.mobile .realization-card article {
  margin-top: 20px;
}
.realizations.mobile:before, .realizations.mobile:after {
  display: none;
}
@media (min-width: 1700px) {
  .realizations .container {
    width: 1400px;
  }
}
.realizations h2 {
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .realizations h2 {
    margin-bottom: 70px;
  }
}
.realizations:before {
  content: '';
  width: 305px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #EEEEEE;
  position: absolute;
  display: block;
  z-index: -1;
}
.realizations:after {
  content: '';
  width: 280px;
  height: 100%;
  right: 0;
  bottom: 0;
  background-color: #F8F8F8;
  position: absolute;
  display: block;
  z-index: -1;
}
.realizations .realization-card article {
  background-color: #fff;
  box-shadow: 0px 0px 20px #0000003B;
  position: relative;
  padding-bottom: 40px;
  border-radius: 0;
  margin-bottom: 60px;
  border-bottom-right-radius: 40px;
}
.realizations .realization-card article img {
  width: 100%;
  height: 305px;
  object-fit: cover;
  margin: 0 0 22px 0;
}
.realizations .realization-card article .more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.realizations .realization-card article .more img {
  width: 100%;
  height: 14px;
  position: absolute;
  transform: rotate(180deg);
  object-fit: contain;
}
.realizations .realization-card article p {
  padding: 0 38px;
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .about {
    display: flex;
    margin-bottom: 100px;
  }
}
.about .img-container {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: #009FE3;
  position: relative;
  overflow: hidden;
  min-height: 300px;
}
@media (min-width: 769px) {
  .about .img-container {
    margin-bottom: 50px;
  }
}
.about .img-container:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #009FE3;
  opacity: .55;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 769px) {
  .about .img-container {
    width: 50%;
    margin-left: 0;
  }
}
.about .img-container:after {
  content: '';
  display: block;
  width: 21px;
  height: 100%;
  background-image: url("../../assets/svg/slider.svg");
  background-repeat: repeat-y;
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 300;
  transform: scale(4);
  opacity: 0.55;
}
.about .description {
  width: 100%;
  padding: 50px 25px 0 25px;
}
@media (min-width: 769px) {
  .about .description {
    width: 50%;
    padding: 50px 0 0 25px;
  }
}
@media (min-width: 1280px) {
  .about .description {
    width: 550px;
    padding: 100px 0 0 50px;
  }
}
.about .description ul {
  padding: 0;
  margin: 50px 0;
  width: 100%;
  list-style: none;
}
@media (min-width: 769px) {
  .about .description ul {
    position: relative;
  }
}
.about .description ul li {
  background-color: #fff;
  margin-bottom: 18px;
  box-shadow: 0px 3px 6px #00000026;
  padding: 20px 26px;
  border-radius: 0px 0px 40px 0px;
}
.about .description ul li a {
  display: block;
  color: #0C2636;
}
.about .description ul li a:hover {
  color: #083673;
}
.about .description ul li img {
  display: inline-block;
  margin-right: 35px;
  vertical-align: middle;
  width: 45px;
  height: 54px;
  object-fit: contain;
}
.about .description ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  width: calc(100% - 80px);
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .about .description ul li span {
    font-size: 24px;
  }
}

.group {
  margin-top: 50px;
}
@media (min-width: 769px) {
  .group {
    margin-top: 0;
  }
}
.group h2 {
  display: none;
}
.group .logo-card {
  text-align: center;
  display: block;
}
.group .logo-card:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.group .logo-card span {
  box-shadow: 0px 0px 20px rgba(12, 38, 54, 0.15);
  height: 150px;
  margin-bottom: 25px;
  display: flex;
}
@media (min-width: 769px) {
  .group .logo-card span {
    height: 217px;
  }
}
.group .logo-card img {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: auto;
  transition: .3s;
  filter: grayscale(100);
  opacity: 0.8;
}
@media (min-width: 769px) {
  .group .logo-card img {
    width: 60%;
  }
}

.home .group h2 {
  display: block;
}

@media (min-width: 1024px) {
  .board {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.board article {
  padding: 0 30px 30px 0;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .board article {
    display: flex;
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .board article {
    width: 50%;
  }
}
.board article .pic {
  width: 130px;
  margin-right: 30px;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .board article .pic {
    margin-bottom: 0;
  }
}
.board article .pic img {
  width: 100%;
  height: auto;
  border-radius: 0px 0px 20px 0px;
}
@media (min-width: 769px) {
  .board article .desc {
    width: calc(100% - 160px);
  }
}
.board article h3 {
  color: #009FE3;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 3px 0;
  color: #0C2636;
  font-weight: 600;
}
.board article h4 {
  color: #0C2636;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 7px 0;
}
.board article p {
  margin: 0;
}

@media (min-width: 769px) {
  .children-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 20% 0 0;
  }
}
.children-menu a {
  display: block;
  width: 100%;
  margin: 0 25px 25px 0;
  border-radius: 0px 0px 20px 0px;
  background-color: #009FE3;
  color: #fff;
}
.children-menu a:hover {
  background-color: #083673;
}
@media (min-width: 769px) {
  .children-menu a {
    width: calc(50% - 25px);
  }
}
@media (min-width: 1024px) {
  .children-menu a {
    width: calc(33.3% - 25px);
  }
}
.children-menu a span {
  display: block;
  text-align: center;
  color: #fff;
  padding: 12px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
}
.children-menu a img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.page-text-wrapper .accordion-nav {
  display: block;
  padding: 23px 26px;
  color: #fff;
  background-color: #083673;
  margin-top: 10px;
  font-weight: bold;
  position: relative;
}
.page-text-wrapper .accordion-nav:after {
  content: '';
  display: block;
  position: absolute;
  right: 40px;
  top: 28px;
  transform: rotate(-90deg);
  width: 8px;
  height: 14px;
  background-image: url("../../assets/svg/menu-arrow.svg");
  background-position: center;
  background-size: cover;
  z-index: 5;
}
.page-text-wrapper .accordion-nav.open:after {
  transform: rotate(90deg);
}
.page-text-wrapper .accordion-nav:hover {
  background-color: #052043;
  color: #fff;
}
.page-text-wrapper .accordion-element {
  display: none;
}
.page-text-wrapper .accordion-element .accordion-nav {
  background-color: #7EC240;
  padding: 15px 26px;
  margin-top: 0;
  border-bottom: 4px solid #fff;
}
.page-text-wrapper .accordion-element .accordion-nav:after {
  top: 20px;
}
.page-text-wrapper .accordion-element-list {
  margin: 0;
}
.page-text-wrapper .accordion-element-list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 19px 26px;
  margin: 0;
  align-items: center;
}
.page-text-wrapper .accordion-element-list li:nth-child(even) {
  background-color: #EFEFEF;
}
.page-text-wrapper .accordion-element-list li:before {
  display: none;
}
.page-text-wrapper .accordion-element-list li .date {
  width: 100%;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
@media (min-width: 769px) {
  .page-text-wrapper .accordion-element-list li .date {
    width: 20%;
  }
}
.page-text-wrapper .accordion-element-list li .title {
  width: 90%;
  color: #083673;
}
@media (min-width: 769px) {
  .page-text-wrapper .accordion-element-list li .title.no-date {
    width: 90%;
  }
}
@media (min-width: 769px) {
  .page-text-wrapper .accordion-element-list li .title {
    width: 70%;
  }
}
.page-text-wrapper .accordion-element-list li .title a {
  color: #0C2636;
}
.page-text-wrapper .accordion-element-list li .title a:hover {
  color: #009FE3;
}
.page-text-wrapper .accordion-element-list li .file {
  width: 10%;
  text-align: right;
}
.page-text-wrapper .accordion-element-list li .portfolio-title {
  width: calc(100% - 39px);
}
.page-text-wrapper .accordion-element-list li .link {
  width: 39px;
  height: 35px;
  background-color: #7EC240;
  border-radius: 3px;
  box-shadow: 0px 0px 30px #00000029;
  transition: .3s;
  margin-right: -15px;
}
.page-text-wrapper .accordion-element-list li .link:hover {
  background-color: #009FE3;
}
.page-text-wrapper .accordion-element-list li .link a {
  display: flex;
  width: 100%;
  height: 100%;
}
.page-text-wrapper .accordion-element-list li .link img {
  margin: auto;
  display: block;
}

.files-list article {
  background-color: #EFEFEF;
  padding: 10px 10px 10px 25px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  align-items: center;
}
.files-list article .title {
  color: #083673;
  width: calc(100% - 41px);
}
.files-list article .file a {
  display: block;
  background-color: #fff;
  border-radius: 3px;
  display: flex;
}
.files-list article .file a img {
  margin: auto;
}

.teaser {
  background-color: #EFEFEF;
  border-radius: 0 0 40px 0;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 20px #0000000D;
  min-height: 290px;
  flex-wrap: wrap;
}
.teaser div {
  width: 100%;
}
@media (min-width: 1024px) {
  .teaser div {
    width: 50%;
  }
}
.teaser div.photo {
  background-position: center;
  background-size: cover;
  order: 1;
  height: 200px;
}
@media (min-width: 1024px) {
  .teaser div.photo {
    order: 2;
    height: auto;
    border-radius: 0 0 40px 0;
  }
}
.teaser div.desc {
  display: flex;
  position: relative;
  order: 2;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .teaser div.desc {
    order: 1;
    padding-bottom: 0;
  }
}
.teaser div.desc-wrapper {
  margin: auto;
  padding: 30px;
  width: 100%;
}
.teaser div.desc-wrapper h3, .teaser div.desc-wrapper h4 {
  text-align: center;
  margin: 0;
  font-size: 22px;
}
.teaser div.desc-wrapper h3 {
  color: #009FE3;
  margin-bottom: 5px;
}
.teaser div.desc a {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.icons {
  margin-top: -100px;
}
.icons.with-bg {
  padding: 90px 0 0 0;
}
@media (min-width: 769px) {
  .icons .desc {
    padding-right: 20%;
  }
}
@media (min-width: 769px) {
  .icons-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.icons-wrapper .left {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .icons-wrapper .left {
    width: 40%;
    margin-bottom: 0;
  }
}
.icons-wrapper .left a {
  display: block;
  position: relative;
  padding: 14px 14px 14px 50px;
  box-shadow: 0px 0px 20px #0000000D;
  margin: 0 40px 8px 40px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: #0C2636;
  font-size: 16px;
  background-color: #fff;
}
@media (min-width: 769px) {
  .icons-wrapper .left a {
    margin: 0 20px 8px 20px;
    padding: 24px 24px 24px 110px;
    font-size: 20px;
  }
}
.icons-wrapper .left a:hover {
  color: #009FE3;
}
.icons-wrapper .left a.active {
  background-color: #009FE3;
  padding: 14px 14px 14px 70px;
  margin: 0 0 8px 0;
  border-radius: 0 0 20px 0;
  color: #fff;
  pointer-events: none;
  font-size: 18px;
}
@media (min-width: 769px) {
  .icons-wrapper .left a.active {
    padding: 28px 24px 28px 150px;
    margin: 0 0 8px 0;
    font-size: 24px;
  }
}
.icons-wrapper .left a.active:hover {
  color: #fff;
}
.icons-wrapper .left a.active img {
  left: 24px;
}
@media (min-width: 769px) {
  .icons-wrapper .left a.active img {
    left: 64px;
  }
}
.icons-wrapper .left a.active img.active {
  opacity: 1;
}
.icons-wrapper .left a.active img.normal {
  opacity: 0;
}
.icons-wrapper .left a img {
  position: absolute;
  width: 20px;
  height: 20px;
  object-fit: contain;
  top: 50%;
  margin-top: -10px;
  left: 12px;
}
@media (min-width: 769px) {
  .icons-wrapper .left a img {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    left: 24px;
  }
}
.icons-wrapper .left a img.active {
  opacity: 0;
}
.icons-wrapper .left a img.normal {
  opacity: 1;
}
@media (min-width: 769px) {
  .icons-wrapper .right {
    width: 60%;
    padding-left: 70px;
  }
}
.icons-wrapper .right .tab {
  display: none;
}
.icons-wrapper .right .tab.active {
  display: block;
}

.reference {
  padding: 20px;
  border-radius: 0 0 40px 0;
  box-shadow: 0px 0px 20px #0000000D;
  margin-bottom: 80px;
}
@media (min-width: 769px) {
  .reference {
    padding: 38px;
  }
}
.reference .top {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .reference .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.reference .top img {
  width: 150px;
  height: 126px;
  object-fit: cover;
  margin: 0 38px 15px 0;
}
@media (min-width: 769px) {
  .reference .top img {
    margin-bottom: 0;
  }
}
.reference .top h3 {
  font-size: 22px;
  color: #009FE3;
  margin: 0;
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .reference .top h3 {
    width: calc(100% - 188px);
  }
}
.reference .top h3:after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background-color: #009FE3;
  position: absolute;
  left: 0;
  bottom: -30px;
}
.reference .desc p:last-of-type {
  margin-bottom: 0;
}

#shareholders-chart {
  width: 650px;
  height: 650px;
  margin-top: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0 0 25px 0;
  color: #0C2636;
  line-height: 1.3;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 769px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 40px;
  }
}

h1, h2 {
  font-size: 24px;
  position: relative;
  padding-left: 70px;
  color: #0C2636;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  h1, h2 {
    font-size: 39px;
  }
}
h1:before, h2:before {
  content: '';
  display: block;
  width: 46px;
  height: 11px;
  background-image: url("../../assets/svg/sign.svg");
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 11px;
}
@media (min-width: 769px) {
  h1:before, h2:before {
    top: 20px;
  }
}
h1.regular, h2.regular {
  text-transform: none;
  padding-left: 0;
  font-size: 28px;
  margin: 0 0 30px 0;
}
h1.regular:before, h2.regular:before {
  display: none;
}

.date {
  display: block;
  font-size: 15px;
  color: #0C2636;
  margin-bottom: 25px;
}

h1 {
  margin: 0 0 25px -12px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
  margin: 0 0 10px 0;
}

h6 {
  font-size: 18px;
  margin: 0 0 5px 0;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
  color: #0C2636;
  font-weight: 300;
}
p.small {
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  p {
    margin-bottom: 40px;
  }
}

li {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

ul {
  margin: 0 0 25px 25px;
  padding: 0;
}

strong {
  font-weight: 700;
}

.has-text-color.has-blue-color {
  color: #009FE3;
}
.has-text-color.has-navy-color {
  color: #083673;
}
.has-text-color.has-green-color {
  color: #7EC240;
}
.has-text-color.has-gray-color {
  color: #707070;
}
.has-text-color.has-black-color {
  color: #0C2636;
}
.has-text-color.has-white-color {
  color: #fff;
}
.has-text-color.has-light-gray-color {
  color: #EFEFEF;
}

.has-background.has-blue-background-color {
  background-color: #009FE3;
}
.has-background.has-navy-background-color {
  background-color: #083673;
}
.has-background.has-green-background-color {
  background-color: #7EC240;
}
.has-background.has-gray-background-color {
  background-color: #707070;
}
.has-background.has-black-background-color {
  background-color: #0C2636;
}
.has-background.has-white-background-color {
  background-color: #fff;
}
.has-background.has-light-gray-background-color {
  background-color: #EFEFEF;
}

.has-big-font-size {
  font-size: 20px;
}

.wp-block-button__link {
  height: 45px;
  line-height: 45px;
  min-width: 250px;
  text-align: center;
  background-color: #083673;
  color: #fff;
  padding: 2px 41px 0 26px;
  display: inline-block;
  border-radius: 0;
  box-shadow: 0px 0px 30px #00000029;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}
.wp-block-button__link:after {
  content: '';
  display: block;
  background-image: url("../../assets/svg/menu-arrow.svg");
  transform: rotate(180deg);
  width: 9px;
  height: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
}
.wp-block-button__link:hover {
  background-color: #009FE3;
  color: #fff;
}

.pdf .wp-block-button__link {
  height: 45px;
  line-height: 45px;
  min-width: 250px;
  text-align: center;
  background-color: #fff;
  color: #009FE3;
  padding: 2px 28px 0 51px;
  display: inline-block;
  border-radius: 0;
  box-shadow: 0px 0px 30px #00000029;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}
.pdf .wp-block-button__link:after {
  content: '';
  display: block;
  background-image: url("../../assets/svg/pdf.svg");
  background-position: center;
  background-size: cover;
  transform: rotate(0);
  width: 18px;
  height: 14px;
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -7px;
}
.pdf .wp-block-button__link:hover {
  background-color: #009FE3;
  color: #fff;
}
.pdf .wp-block-button__link:hover:after {
  background-image: url("../../assets/svg/pdf-white.svg");
}

.more {
  height: 45px;
  line-height: 45px;
  background-color: #083673;
  color: #fff;
  min-width: 250px;
  text-align: center;
  padding: 2px 41px 0 26px;
  display: inline-block;
  border-radius: 0;
  box-shadow: 0px 0px 30px #00000029;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}
.more:hover {
  background-color: #009FE3;
  color: #fff;
}
.more img {
  width: 100%;
  height: 14px;
  position: absolute;
  right: -38px;
  top: 17px;
  transform: rotate(180deg);
}

.home .more {
  min-width: 10px;
}

.all {
  background-color: #fff;
  height: 45px;
  line-height: 45px;
  font-size: 13px;
  font-weight: 300;
  color: #0C2636;
  padding: 0 24px;
  box-shadow: 0px 3px 6px #00000029;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}
.all:hover {
  background-color: #009FE3;
  color: #fff;
}

.breadcrumbs {
  padding: 40px 0;
  color: #009FE3;
  font-size: 14px;
}
.breadcrumbs a {
  color: #C5C5C7;
}
.breadcrumbs a:hover {
  color: #707070;
}
.breadcrumbs .spacer {
  color: #C5C5C7;
  padding: 0 5px;
}

.page-text-wrapper {
  padding-left: 60px;
  margin-bottom: 100px;
}
.page-text-wrapper h2 {
  margin-left: -60px;
}
.page-text-wrapper ul {
  padding: 0;
  margin: 0 0 25px 0;
  list-style: none;
}
@media (min-width: 769px) {
  .page-text-wrapper ul {
    margin: 0 0 50px 0;
  }
}
.page-text-wrapper ul li {
  padding-left: 50px;
  position: relative;
  margin-bottom: 15px;
}
.page-text-wrapper ul li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #009FE3;
  position: absolute;
  left: 25px;
  top: 8px;
}
.page-text-wrapper .wp-block-image img {
  width: 100%;
  height: auto;
  border-radius: 0px 0px 40px 0px;
  margin: 0 0 25px 0;
}
@media (min-width: 769px) {
  .page-text-wrapper .wp-block-image img {
    margin: 0 0 50px 0;
  }
}
.page-text-wrapper .wp-block-gallery ul li {
  padding: 0;
}
.page-text-wrapper .wp-block-gallery ul li:before {
  display: none;
}
.page-text-wrapper .wp-block-gallery ul li img {
  border-radius: 0px 0px 20px 0px;
}

.table-wrapper {
  overflow-x: auto;
  width: 100%;
  margin-bottom: 55px;
}

table {
  width: 100%;
}
table th {
  background-color: #083673;
  color: #fff;
  padding: 23px 10px;
  font-weight: 700;
}
table tr:first-child td {
  background-color: #083673;
  color: #fff;
  padding: 23px 10px;
  font-weight: 700;
}
table tr:nth-child(even) {
  background-color: #EFEFEF;
}
table td {
  padding: 18px 10px;
}
table td span {
  position: relative;
}
table td .up {
  color: #7EC240;
}
table td .up:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #7EC240 transparent;
  position: absolute;
  right: -15px;
  top: 6px;
}
table td .down {
  color: #ED1A3A;
}
table td .down:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #ED1A3A transparent transparent transparent;
  position: absolute;
  right: -15px;
  top: 6px;
}

.header-image {
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .header-image.menu-opened .logo {
    animation: logoAnimation 0.7s ease-out forwards;
  }
}
.header-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0px 0px 40px 0px;
}
@media (min-width: 769px) {
  .header-image img {
    width: calc(100% - 30px);
    height: auto;
  }
}

@keyframes logoAnimation {
  0% {
    left: 155px;
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  11% {
    left: 1065px;
  }
  100% {
    opacity: 1;
    left: 1065px;
  }
}
.logo {
  position: absolute;
  left: 28px;
  top: 28px;
  width: 253px;
  height: 64px;
  text-indent: -9999px;
  background-size: contain;
  background-position: center;
  background-image: url("../../assets/images/logo.svg");
  z-index: 30;
}
@media (min-width: 769px) {
  .logo {
    left: 155px;
  }
}

.wp-block-image img {
  height: auto;
}

.contact-details {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .contact-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 90px;
  }
}
@media (min-width: 1024px) {
  .contact-details .left {
    width: calc(40% - 20px);
  }
}
.contact-details .right {
  width: 100%;
  margin-top: 0;
  padding: 15px 20px;
  background-color: #EFEFEF;
  position: relative;
  border-radius: 0px 0px 40px 0px;
  box-shadow: 0px 0px 20px #0000000D;
}
@media (min-width: 1024px) {
  .contact-details .right {
    width: calc(60% - 20px);
    margin-top: -100px;
    padding: 45px 80px;
  }
}
.contact-details .right h2 {
  font-size: 22px;
  margin-left: 0 !important;
}
@media (min-width: 1024px) {
  .contact-details .right h2 {
    font-size: 28px;
  }
}
.contact-departaments {
  margin-bottom: 40px;
}
.contact-departaments p {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .contact-departaments p {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .contact-departaments {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .contact-departaments .left, .contact-departaments .right {
    width: calc(50% - 20px);
  }
}
.contact-departaments h3 {
  position: relative;
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 25px 0 0 0;
}
.contact-departaments h3:before {
  content: '';
  display: block;
  width: 37px;
  height: 37px;
  background-image: url("../../assets/svg/phone.svg");
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 32px;
  left: -60px;
}

.map-container {
  margin-bottom: -106px;
}
.map-container iframe {
  filter: grayscale(100);
  pointer-events: none;
}

form input[type="text"], form input[type="email"], form textarea {
  display: block;
  width: 100%;
  color: #0C2636;
  height: 45px;
  line-height: 45px;
  text-indent: 20px;
  border: 0;
  outline: none;
  margin-bottom: 10px;
}
form label {
  color: #0C2636;
  display: block;
  padding: 0;
}
form label a {
  color: #0C2636;
  text-decoration: underline;
}
form label a:hover {
  color: #083673;
  text-decoration: none;
}
form ::placeholder {
  color: rgba(12, 38, 54, 0.4);
}
form :-ms-input-placeholder {
  color: rgba(12, 38, 54, 0.4);
}
form ::-ms-input-placeholder {
  color: rgba(12, 38, 54, 0.4);
}
form textarea {
  height: 128px;
  text-indent: 0;
  padding: 20px 0 0 20px;
  line-height: 1.4;
}
form h2 {
  padding: 0;
  font-size: 28px;
  text-transform: none;
  margin: 0 0 10px 0;
}
form h2:before {
  display: none;
}
form .acceptance-434 .wpcf7-list-item-label {
  padding-left: 10px;
  display: block;
}
form .acceptance-434 label {
  position: relative;
}
form .acceptance-434 input[type="checkbox"] {
  position: absolute;
  left: -14px;
  top: 4px;
}
form input[type='checkbox'] {
  margin-right: 15px;
  position: relative;
}
form input[type='checkbox']:after {
  width: 18px;
  height: 18px;
  top: -1px;
  left: -2px;
  position: relative;
  background-color: #fff;
  border: 0;
  content: '';
  display: inline-block;
  visibility: visible;
  opacity: 1;
  z-index: 5;
  border-radius: 2px;
}
form input[type='checkbox']:checked:before {
  content: '';
  display: block;
  width: 8px;
  height: 6px;
  top: 5px;
  left: 3px;
  position: absolute;
  z-index: 10;
  border: 0;
  visibility: visible;
  opacity: 1;
  z-index: 10;
  background-color: #009FE3;
  background-size: cover;
  background-position: center;
}
form input[type='checkbox']:checked:after {
  width: 18px;
  height: 18px;
  top: -1px;
  left: -2px;
  position: relative;
  background-color: #009FE3;
  content: '';
  display: inline-block;
  visibility: visible;
  opacity: 1;
  z-index: 5;
}
form input[type='radio'] {
  margin-right: 15px;
  position: relative;
}
form input[type='radio']:after {
  width: 18px;
  height: 18px;
  top: -1px;
  left: -2px;
  position: relative;
  background-color: #fff;
  border: 0;
  content: '';
  display: inline-block;
  visibility: visible;
  opacity: 1;
  z-index: 5;
  border-radius: 50%;
}
form input[type='radio']:checked:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  top: 3px;
  left: 2px;
  position: absolute;
  z-index: 10;
  border: 0;
  visibility: visible;
  opacity: 1;
  z-index: 10;
  background-color: #009FE3;
  border-radius: 50%;
}
form .btn-container {
  position: absolute;
  bottom: -15px;
  right: 50px;
}
form .btn-container input[type="submit"] {
  height: 40px;
  line-height: 40px;
  background-color: #083673;
  color: #fff;
  padding: 0 30px 0 20px;
  display: inline-block;
  border-radius: 0;
  box-shadow: 0px 0px 30px #00000029;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  border: 0;
  outline: none;
}
form .btn-container input[type="submit"]:hover {
  background-color: #009FE3;
}
form .btn-container:after {
  content: '';
  display: block;
  background-image: url("../..//assets/svg/menu-arrow.svg");
  background-position: center;
  background-size: cover;
  width: 7px;
  height: 13px;
  position: absolute;
  right: 83px;
  top: 13px;
  transform: rotate(180deg);
  z-index: 300;
}

.news-list .pick-a-date {
  text-align: right;
  font-size: 14px;
  margin-top: -20px;
  margin-bottom: 40px;
}
.news-list .pick-a-date select {
  height: 39px;
  line-height: 37px;
  border: 1px solid #C5C5C7;
  padding: 0 47px 0 24px;
  appearance: none;
  margin-left: 10px;
  font-size: 14px;
  background-image: url("../../assets/svg/select.svg");
  background-repeat: no-repeat;
  background-position: right;
  outline: none;
}
.news-list p.empty {
  text-align: center;
}
.news-list article {
  box-shadow: 0px 0px 20px #0000000D;
  border-radius: 0px 0px 40px 0px;
  margin: 0 0 57px 0;
  position: relative;
}
@media (min-width: 769px) {
  .news-list article {
    display: flex;
    justify-content: space-between;
    text-align: center;
  }
}
.news-list article .photo {
  width: 100%;
  border-radius: 0px 0px 40px 0px;
  background-position: center;
  background-size: cover;
  height: 150px;
  background-color: #EFEFEF;
}
@media (min-width: 769px) {
  .news-list article .photo {
    width: 260px;
    margin-right: 40px;
    height: auto;
  }
}
.news-list article .desc {
  padding: 20px 20px 40px 20px;
  width: 100%;
  text-align: left;
}
@media (min-width: 769px) {
  .news-list article .desc {
    width: calc(100% - 300px);
    padding: 47px 47px 67px 0;
  }
}
.news-list article .desc.full {
  width: 100%;
  padding: 20px;
}
@media (min-width: 769px) {
  .news-list article .desc.full {
    padding: 47px;
  }
}
.news-list article .desc.no-more-link {
  padding: 20px 20px 40px 20px;
}
@media (min-width: 769px) {
  .news-list article .desc.no-more-link {
    padding: 47px;
  }
}
.news-list article .desc h5 {
  font-weight: 400;
  font-size: 14px;
}
.news-list article .desc h3 {
  color: #083673;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  margin: 0 0 50px 0;
}
.news-list article .desc h3:after {
  content: '';
  display: block;
  width: 72px;
  height: 5px;
  background-color: #009FE3;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.news-list article .desc p {
  margin: 0;
  text-align: left;
}
.news-list article .more {
  position: absolute;
  right: 60px;
  bottom: -20px;
}

.pagination {
  width: 100%;
  text-align: center;
}
.pagination a {
  width: 39px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  color: #0C2636;
}
.pagination a.prev {
  text-indent: -9999px;
  position: relative;
}
.pagination a.prev:after {
  content: '';
  display: block;
  width: 14px;
  height: 7px;
  background-image: url("../../assets/svg/arrow-blue.svg");
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 15px;
  transform: scale(1.5) rotate(90deg);
}
.pagination a.next {
  text-indent: -9999px;
  position: relative;
}
.pagination a.next:after {
  content: '';
  display: block;
  width: 14px;
  height: 7px;
  background-image: url("../../assets/svg/arrow-blue.svg");
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 15px;
  transform: scale(1.5) rotate(270deg);
}
.pagination span.current {
  width: 39px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  background-color: #009FE3;
  box-shadow: 0px 0px 30px #00000029;
  color: #fff;
}

.portfolio-slider {
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .portfolio-slider {
    padding-right: 10%;
    margin-bottom: 55px;
  }
}
.portfolio-slider #sync1 {
  position: relative;
}
.portfolio-slider #sync1 .item {
  margin: 0 15px 15px 0;
}
.portfolio-slider #sync1 .item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0 0 40px 0;
}
@media (min-width: 769px) {
  .portfolio-slider #sync1 .item img {
    height: 453px;
  }
}
.portfolio-slider #sync1 .owl-nav {
  width: calc(100% - 15px);
  position: absolute;
  height: 40px;
  background: none;
}
.portfolio-slider #sync1 .owl-nav .owl-prev, .portfolio-slider #sync1 .owl-nav .owl-next {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-image: url("../../assets/svg/carousel-nav.svg");
  background-size: cover;
  background-position: center;
}
.portfolio-slider #sync1 .owl-nav .owl-prev {
  left: -29px;
  transform: rotate(180deg);
}
.portfolio-slider #sync1 .owl-nav .owl-next {
  right: -29px;
  transform: rotate(0);
}
.portfolio-slider #sync2 {
  display: none;
}
@media (min-width: 769px) {
  .portfolio-slider #sync2 {
    display: block;
  }
}
.portfolio-slider #sync2 .item {
  margin: 0 15px 0 0;
}
.portfolio-slider #sync2 .item img {
  width: 100%;
  height: 84px;
  object-fit: cover;
  border-radius: 0 0 20px 0;
}
.portfolio-slider #sync2 .owl-nav {
  display: none !important;
}
.portfolio-description p {
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  color: #083673;
  font-weight: 500;
}
@media (min-width: 769px) {
  .portfolio-info {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .portfolio-info article {
    width: calc(50% - 25px);
  }
}
.portfolio-info article h4 {
  font-family: Arial, "Liberation Sans", "Helvetica Neue", Helvetica, Arimo, sans-serif;
  color: #009FE3;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 7px 0;
}
.portfolio-info article li {
  padding-left: 20px;
}
.portfolio-info article li:before {
  left: 0;
}
@media (min-width: 769px) {
  .portfolio-details {
    display: flex;
    justify-content: space-between;
  }
}
.portfolio-details .map {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 769px) {
  .portfolio-details .map {
    width: 386px;
  }
}
.portfolio-details .info {
  width: 100%;
  padding-top: 20px;
}
@media (min-width: 769px) {
  .portfolio-details .info {
    width: calc(100% - 386px);
    padding-left: 75px;
  }
}
.portfolio-details .info.full {
  width: 100%;
  padding-left: 0;
}
@media (min-width: 769px) {
  .portfolio-details .info .info-container {
    display: flex;
    justify-content: space-between;
  }
}
.portfolio-details .info article {
  width: 100%;
}
@media (min-width: 769px) {
  .portfolio-details .info article {
    width: calc(50% - 40px);
  }
}
.portfolio-details .info article h4 {
  font-family: Arial, "Liberation Sans", "Helvetica Neue", Helvetica, Arimo, sans-serif;
  color: #009FE3;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 7px 0;
}

.info-title {
  margin: 0;
  margin-left: 0 !important;
  padding: 18px;
  color: #fff;
  background-color: #083673;
  text-align: center;
  font-size: 22px;
  text-transform: none;
}
@media (min-width: 769px) {
  .info-title {
    width: 100%;
    margin-left: 0;
  }
}
.info-title:before {
  display: none;
}

.rewards-list-wrapper {
  padding-right: 10%;
}
.rewards-list .pick-a-date {
  text-align: right;
  font-size: 14px;
  margin-top: -20px;
  margin-bottom: 40px;
}
.rewards-list .pick-a-date select {
  height: 39px;
  line-height: 37px;
  border: 1px solid #C5C5C7;
  padding: 0 47px 0 24px;
  appearance: none;
  margin-left: 10px;
  font-size: 14px;
  background-image: url("../../assets/svg/select.svg");
  background-repeat: no-repeat;
  background-position: right;
  outline: none;
}
.rewards-list p.empty {
  text-align: center;
}
.rewards-list article {
  box-shadow: 0px 0px 20px #0000000D;
  border-radius: 0px 0px 40px 0px;
  margin: 0 0 57px 0;
  padding: 15px 20px;
  text-align: center;
}
@media (min-width: 769px) {
  .rewards-list article {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 30px 50px;
  }
}
.rewards-list article .photo {
  width: 130px;
  margin-right: 40px;
  border-radius: 0px 0px 40px 0px;
  background-position: center;
  background-size: cover;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .rewards-list article .photo {
    margin-bottom: 0;
  }
}
.rewards-list article .photo img {
  width: 100%;
  height: auto;
}
.rewards-list article .desc {
  text-align: left;
}
@media (min-width: 769px) {
  .rewards-list article .desc {
    width: calc(100% - 170px);
  }
}
.rewards-list article .desc h5 {
  font-weight: 400;
  font-size: 14px;
}
.rewards-list article .desc h3 {
  color: #009FE3;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  margin: 0 0 50px 0;
}
.rewards-list article .desc h3:after {
  content: '';
  display: block;
  width: 72px;
  height: 5px;
  background-color: #009FE3;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.rewards-list article .desc p {
  margin: 0;
  text-align: left;
}
.rewards-list article .more {
  position: absolute;
  right: 60px;
  bottom: -20px;
}

.career-form-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 90px;
}
.career-form-container form {
  width: 100%;
  background-color: #EFEFEF;
  padding: 15px 15px;
  border-radius: 0 0 40px 0;
  box-shadow: 0px 0px 20px #0000000D;
  position: relative;
  z-index: 10;
}
@media (min-width: 1024px) {
  .career-form-container form {
    width: calc(100% - 611px);
    padding: 20px 30px;
  }
}
.career-form-container form .label-container {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.career-form-container form .label-container label {
  margin-right: 30px;
}
.career-form-container form .label-container label:first-of-type {
  font-weight: 700;
}
.career-form-container form select {
  height: 45px;
  line-height: 45px;
  padding: 0 0 0 10px;
  font-size: 14px;
  color: #0C2636;
  border: 0;
  margin-bottom: 20px;
  width: 100%;
  appearance: none;
  background-image: url("../../assets/svg/select.svg");
  background-repeat: no-repeat;
  background-position: right;
  outline: none;
}
.career-form-container form .half-container {
  display: flex;
  justify-content: space-between;
}
.career-form-container form .half-container > div {
  width: calc(50% - 10px);
}
@media (min-width: 1024px) {
  .career-form-container form .bottom-container {
    display: flex;
    justify-content: space-between;
  }
}
.career-form-container form .bottom-container input[type="text"] {
  width: 100%;
}
@media (min-width: 1024px) {
  .career-form-container form .bottom-container input[type="text"] {
    width: calc(100% - 150px);
  }
}
.career-form-container form .bottom-container button {
  background-color: #083673;
  height: 45px;
  line-height: 45px;
  width: 100%;
  text-align: center;
  color: #fff;
  border: 0;
  outline: none;
  transition: .3s;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 1024px) {
  .career-form-container form .bottom-container button {
    width: 130px;
  }
}
.career-form-container form .bottom-container button:hover {
  background-color: #009FE3;
}
.career-form-container .map {
  width: 611px;
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 3;
  display: none;
}
@media (min-width: 1024px) {
  .career-form-container .map {
    display: block;
  }
}
.career-form-container .map-career-container {
  position: relative;
  z-index: 10;
}
.career-form-container .map a {
  position: relative;
  z-index: 400;
}
.career-form-container .map .map-info {
  pointer-events: none;
}
.career-form-container .map .map-info, .career-form-container .map .map-info-inter {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  z-index: 0;
  line-height: 30px;
  position: absolute;
  cursor: pointer;
}
.career-form-container .map .map-info#dolnoslaskie, .career-form-container .map .map-info-inter#dolnoslaskie {
  margin-left: 70px;
  margin-top: 25px;
}
.career-form-container .map .map-info#kujawsko-pomorskie, .career-form-container .map .map-info-inter#kujawsko-pomorskie {
  margin-left: 50px;
  margin-top: 25px;
}
.career-form-container .map .map-info#lodzkie, .career-form-container .map .map-info-inter#lodzkie {
  margin-left: 60px;
  margin-top: 25px;
}
.career-form-container .map .map-info#lubelskie, .career-form-container .map .map-info-inter#lubelskie {
  margin-left: 50px;
  margin-top: 50px;
}
.career-form-container .map .map-info#lubuskie, .career-form-container .map .map-info-inter#lubuskie {
  margin-left: 30px;
  margin-top: 35px;
}
.career-form-container .map .map-info#malopolskie, .career-form-container .map .map-info-inter#malopolskie {
  margin-left: 50px;
  margin-top: 20px;
}
.career-form-container .map .map-info#mazowieckie, .career-form-container .map .map-info-inter#mazowieckie {
  margin-left: 80px;
  margin-top: 60px;
}
.career-form-container .map .map-info#opolskie, .career-form-container .map .map-info-inter#opolskie {
  margin-left: 40px;
  margin-top: 10px;
}
.career-form-container .map .map-info#podkarpackie, .career-form-container .map .map-info-inter#podkarpackie {
  margin-left: 40px;
  margin-top: 35px;
}
.career-form-container .map .map-info#pomorskie, .career-form-container .map .map-info-inter#pomorskie {
  margin-left: 60px;
  margin-top: 25px;
}
.career-form-container .map .map-info#slaskie, .career-form-container .map .map-info-inter#slaskie {
  margin-left: 33px;
  margin-top: 25px;
}
.career-form-container .map .map-info#swietokrzyskie, .career-form-container .map .map-info-inter#swietokrzyskie {
  margin-left: 40px;
  margin-top: 15px;
}
.career-form-container .map .map-info#warminsko-mazurskie, .career-form-container .map .map-info-inter#warminsko-mazurskie {
  margin-left: 70px;
  margin-top: 20px;
}
.career-form-container .map .map-info#wielkopolskie, .career-form-container .map .map-info-inter#wielkopolskie {
  margin-left: 60px;
  margin-top: 75px;
}
.career-form-container .map .map-info#zachodniopomorskie, .career-form-container .map .map-info-inter#zachodniopomorskie {
  margin-left: 65px;
  margin-top: 45px;
}
.career-form-container .map .map-info#podlaskie, .career-form-container .map .map-info-inter#podlaskie {
  margin-left: 60px;
  margin-top: 55px;
}
.career-form-container .map .map-info#dolnoslaskie, .career-form-container .map .map-info-inter#dolnoslaskie {
  margin-left: 70px;
  margin-top: 25px;
}
.career-form-container .map .map-info#zagranica, .career-form-container .map .map-info-inter#zagranica {
  margin-left: -70px;
  margin-top: 125px;
}

.job-offers {
  width: 100%;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 769px) {
  .job-offers {
    width: calc(100% + 55px);
  }
}
.job-offers:after {
  content: '';
  display: block;
  border-bottom: 1px solid rgba(123, 123, 123, 0.39);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 769px) {
  .job-offers:after {
    width: calc(100% - 55px);
  }
}
.job-offers article {
  width: 100%;
  box-shadow: 0px 0px 20px #0000000D;
  position: relative;
  overflow: hidden;
}
.job-offers article.hidden {
  display: none;
}
.job-offers article h3 {
  font-family: Arial, "Liberation Sans", "Helvetica Neue", Helvetica, Arimo, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.job-offers .show-all-offers {
  display: block;
  text-align: center;
  width: 100%;
}
.job-offers .show-all-offers span {
  position: relative;
}
.job-offers .show-all-offers span:after {
  content: '';
  display: block;
  width: 14px;
  height: 7px;
  background-image: url("../../assets/svg/arrow-blue.svg");
  background-position: center;
  background-size: cover;
  position: absolute;
  right: -22px;
  top: 8px;
}

.job-item {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.job-item__title {
  margin-bottom: 0.5rem;
}
.job-item a.more {
  min-width: unset;
  font-size: 0.8rem;
  padding: 10px 15px;
  line-height: 1;
  height: inherit;
}
.job-item__details {
  display: flex;
  font-size: 0.8rem;
  column-gap: 0.75rem;
  color: #909090;
}
.job-item__right {
  min-width: 150px;
  display: flex;
  justify-content: end;
}
.job-item__city {
  font-family: Arial, "Liberation Sans", "Helvetica Neue", Helvetica, Arimo, sans-serif;
  font-weight: 700;
  padding-left: 25px;
  position: relative;
  color: #009FE3;
  margin: 0;
}
.job-item__city:before {
  content: '';
  display: block;
  width: 19px;
  height: 25px;
  background-image: url("../../assets/svg/pin.svg");
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.job-country,
.job-region {
  margin-bottom: 40px;
}
.job-country__name,
.job-region__name {
  margin-bottom: 25px;
}

.job-item__is-new {
  background: #7fb649;
  color: white;
  padding: 2px 10px;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-left: 10px;
}

.single-career-main-info {
  position: relative;
}
.single-career-main-info .page-text-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
}
.single-career-main-info .address {
  color: #009FE3;
  position: relative;
  padding-left: 25px;
  margin-right: 80px;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .single-career-main-info .address {
    margin-bottom: 0;
  }
}
.single-career-main-info .address:before {
  content: '';
  display: block;
  width: 19px;
  height: 25px;
  background-image: url("../../assets/svg/pin.svg");
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0px;
}
.single-career-main-info .more {
  position: absolute;
  right: 50px;
  top: -10px;
}
.single-career-main-info .more img {
  right: -66px;
}
@media (min-width: 769px) {
  .single-career-desc {
    display: flex;
    justify-content: space-between;
  }
}
.single-career-desc ul {
  padding: 0;
  margin: 0 0 25px 0;
  list-style: none;
}
@media (min-width: 769px) {
  .single-career-desc ul {
    margin: 0 0 50px 0;
  }
}
.single-career-desc ul li {
  padding-left: 50px;
  position: relative;
  margin-bottom: 15px;
}
.single-career-desc ul li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #009FE3;
  position: absolute;
  left: 25px;
  top: 8px;
}
.single-career-desc > div {
  width: 100%;
  margin-right: 50px;
  box-shadow: 0px 3px 12px #00000017;
  padding: 34px 28px 0 64px;
  position: relative;
  border-radius: 0 0 40px 0;
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .single-career-desc > div {
    width: calc(50% - 50px);
  }
}
.single-career-desc > div:after {
  content: '';
  display: block;
  width: 15px;
  height: 100%;
  background-color: #009FE3;
  position: absolute;
  left: 0;
  top: 0;
}
.single-career-desc > div.right h3 {
  color: #7EC240;
}
.single-career-desc > div.right:after {
  background-color: #7EC240;
}
.single-career-desc > div.right ul li:before {
  background-color: #7EC240;
}
.single-career-desc > div h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  color: #009FE3;
}
.single-career-desc > div p:first-of-type {
  font-weight: 700;
  font-size: 22px;
  position: relative;
  z-index: 300;
}
.single-career-desc > div p:first-of-type:before {
  content: '';
  display: block;
  width: 30px;
  height: calc(100% + 60px);
  background-color: #fff;
  position: absolute;
  left: -65px;
  top: -35px;
}
@media (min-width: 769px) {
  .single-career-desc > div p:first-of-type:before {
    height: calc(100% + 80px);
  }
}
.single-career-offer {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 20px;
}
@media (min-width: 769px) {
  .single-career-offer {
    padding-left: 60px;
  }
}
.single-career-offer article {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .single-career-offer article {
    width: 33.3%;
    padding: 0 30px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .single-career-offer article {
    width: 25%;
    padding: 0 30px;
  }
}
@media (min-width: 1700px) {
  .single-career-offer article {
    padding: 0 80px;
    margin-bottom: 60px;
  }
}
.single-career-offer article img {
  display: block;
  margin: 0 auto 30px auto;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.single-career-offer article h4 {
  font-family: Arial, "Liberation Sans", "Helvetica Neue", Helvetica, Arimo, sans-serif;
  font-weight: 400;
  text-align: center;
  color: #0C2636;
  font-size: 16px;
}
.single-career-offer article h4 span {
  color: #009FE3;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.single-career-apply {
  text-align: center;
  padding-bottom: 30px;
}
.single-career-apply h3 {
  font-size: 22px;
  text-align: center;
  color: #009FE3;
  margin-bottom: 40px;
}
.single-career-apply p {
  padding: 0 10%;
  text-align: center;
  color: #707070;
}
.single-career-apply .more {
  position: relative;
  margin-bottom: 40px;
}
.single-career-apply .more img {
  right: -66px;
}
.single-career-movie {
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .single-career-movie {
    padding: 0 10%;
  }
}
@media (min-width: 769px) {
  .single-career-movie-description {
    padding: 0 10%;
  }
}
.single-career-movie-description p {
  margin-bottom: 15px;
}
.single-career-movie-description ul {
  margin-bottom: 15px;
}
.single-career-movie-description ul li {
  margin-bottom: 5px;
}
.single-career-social {
  margin-bottom: 110px;
}
@media (min-width: 769px) {
  .single-career-social {
    padding-left: 60px;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .single-career-social > div {
    width: 50%;
  }
}
.single-career-social > div .slider-career {
  position: relative;
}
@media (min-width: 769px) {
  .single-career-social > div .slider-career {
    margin-top: -100px;
  }
}
.single-career-social > div .slider-career img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media (min-width: 769px) {
  .single-career-social > div .slider-career img {
    height: 444px;
  }
}
.single-career-social > div .slider-career .owl-nav {
  display: none !important;
}
.single-career-social > div .slider-career .owl-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: -35px;
}
.single-career-social > div .slider-career .owl-dots .owl-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 1px solid #009FE3;
  border-radius: 50%;
  margin: 0 5px;
}
.single-career-social > div .slider-career .owl-dots .owl-dot:hover, .single-career-social > div .slider-career .owl-dots .owl-dot.active {
  background-color: #009FE3;
}
.single-career-social > div h4 {
  font-family: Arial, "Liberation Sans", "Helvetica Neue", Helvetica, Arimo, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #009FE3;
}
.single-career-social > div a {
  display: block;
  height: 45px;
  margin-bottom: 15px;
  line-height: 45px;
  width: 100%;
  padding-left: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  position: relative;
}
@media (min-width: 769px) {
  .single-career-social > div a {
    width: 250px;
  }
}
.single-career-social > div a:before {
  content: '';
  display: block;
  position: absolute;
  left: 17px;
  background-position: center;
  background-size: cover;
}
.single-career-social > div a.linkedin {
  background-color: #009EE3;
}
.single-career-social > div a.linkedin:hover {
  background-color: #007bb0;
}
.single-career-social > div a.linkedin:before {
  width: 21px;
  height: 21px;
  background-image: url("../../assets/svg/linkedin.svg");
  top: 10px;
}
.single-career-social > div a.facebook {
  background-color: #3A579D;
}
.single-career-social > div a.facebook:hover {
  background-color: #2c4278;
}
.single-career-social > div a.facebook:before {
  width: 20px;
  height: 20px;
  background-image: url("../../assets/svg/facebook.svg");
  top: 12px;
}
.single-career-social > div a.youtube {
  background-color: #E93013;
}
.single-career-social > div a.youtube:hover {
  background-color: #ba260f;
}
.single-career-social > div a.youtube:before {
  width: 26px;
  height: 18px;
  background-image: url("../../assets/svg/youtube.svg");
  top: 14px;
}

.search-result {
  box-shadow: 0px 0px 20px #0000000D;
  border-radius: 0px 0px 40px 0px;
  margin: 0 0 57px 0;
  position: relative;
  padding: 50px;
}
.search-result p {
  margin-bottom: 0;
}
.search-result .more {
  position: absolute;
  bottom: -20px;
  right: 60px;
}

.search-title span {
  color: #009FE3;
}

.search-count {
  margin-bottom: 20px;
  margin-top: -20px;
}

/*!
 * Cookie Bar component (https://github.com/kovarp/jquery.cookieBar)
 * Version 1.2.4
 *
 * Copyright 2020 Pavel Kovář - Frontend developer [www.pavelkovar.cz]
 * Licensed under MIT (https://github.com/kovarp/jquery.cookieBar/blob/master/LICENSE)
 */
/* Cookie Bar styles */
.cookie-bar__inner {
  background-color: #0C2636;
  color: #fff;
  padding: .375rem .5rem;
  text-align: center;
}

.cookie-bar__buttons {
  display: block;
  margin-top: .375rem;
}

.cookie-bar__btn {
  background-color: #009FE3;
  color: #fff;
  border: none;
  margin: 0 .875rem;
  padding: .125rem .875rem;
  transition: background-color .3s;
  cursor: pointer;
}
.cookie-bar__btn:hover {
  background-color: #008dca;
}
.cookie-bar__btn:active {
  background-color: #0086bf;
}

.cookie-bar__link {
  margin: 0 .5rem;
}

.cookie-bar a {
  color: #fff;
  text-decoration: underline;
}
.cookie-bar a:hover {
  text-decoration: none;
}

/* Privacy popup */
.cookie-bar-privacy-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cookie-bar-privacy-popup.cookie-bar-privacy-popup--hidden {
  display: none;
}

.cookie-bar-privacy-popup__dialog {
  background-color: white;
  width: 100%;
  max-width: 50rem;
  max-height: 90vh;
  overflow: auto;
  padding: 2rem 1.5rem 1.5rem;
  position: relative;
}

.cookie-bar-privacy-popup__dialog__close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  color: white;
  display: block;
  width: 2rem;
  height: 2rem;
  border: none;
  cursor: pointer;
}
.cookie-bar-privacy-popup__dialog__close:before, .cookie-bar-privacy-popup__dialog__close:after {
  content: '';
  display: block;
  width: 1rem;
  height: .25rem;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 25%;
  transform-origin: center center;
  margin-top: -.125rem;
}
.cookie-bar-privacy-popup__dialog__close:before {
  transform: rotate(45deg);
}
.cookie-bar-privacy-popup__dialog__close:after {
  transform: rotate(-45deg);
}

.cookie-bar-privacy-popup__dialog p:last-child {
  margin-bottom: 0;
}

/* Cookie Bar layouts */
.cookie-bar--bottom-left,
.cookie-bar--bottom-right,
.cookie-bar--bottom {
  z-index: 100;
  position: fixed;
}

.cookie-bar--bottom {
  right: 0;
  bottom: 0;
  left: 0;
}

.cookie-bar--bottom-left {
  left: 15px;
}

.cookie-bar--bottom-right {
  right: 15px;
}

.cookie-bar--bottom-right,
.cookie-bar--bottom-left {
  bottom: 15px;
}

.cookie-bar--bottom-right .cookie-bar__inner,
.cookie-bar--bottom-left .cookie-bar__inner {
  line-height: 1.3;
}

.has-big-font-size {
  font-size: 1.25rem;
}
.has-medium-font-size {
  font-size: 1.125rem;
}
.has-normal-font-size {
  font-size: 0.875rem;
}
.has-small-font-size {
  font-size: 0.75rem;
}
.has-white-color {
  color: #fff;
}
.has-black-color {
  color: #0C2636;
}
.has-gray-light-gray {
  color: #e9ecef;
}
.has-gray-color {
  color: #343a40;
}
.has-pink-color {
  color: #FBDADC;
}
.has-red-color {
  color: #ED1A3A;
}
.has-red-background-color {
  background-color: #ED1A3A;
}
.has-pink-background-color {
  background-color: #FBDADC;
}
.has-gray-background-color {
  background-color: #343a40;
}
.has-gray-light-background-color {
  background-color: #e9ecef;
}
.has-black-background-color {
  background-color: #0C2636;
}
.has-white-background-color {
  background-color: #fff;
}

html,
body {
  min-height: 100vh;
  font-family: Arial, "Liberation Sans", "Helvetica Neue", Helvetica, Arimo, sans-serif;
  font-weight: 400;
  color: #0C2636;
  font-size: 16px;
}
html.menu-opened,
body.menu-opened {
  overflow: hidden;
}

html {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(12px + 4 * ((100vw - 320px) / 448));
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

a {
  transition: .3s;
}
a:hover {
  text-decoration: none;
}

.site-content {
  flex: 1 0 auto;
}

.entry-content .alignwide {
  margin-left: -80px;
  margin-right: -80px;
}
.entry-content .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
.entry-content .alignfull img {
  width: 100vw;
}

.container {
  max-width: 90% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 576px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1090px !important;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1280px !important;
  }
}

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

