@charset "UTF-8";
/*@import "mixins/grid";
@import "mixins/grid-framework";*/
.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, .block_lp .post-item {
  display: flex !important;
}

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

@media (min-width: 520px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 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 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;
  }
}
.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, .jobs-row {
  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;
}

/*    @each $size, $length in $spacers {
      @if $size != 0 {
        .m-n { margin: -$length !important; }
        .mt-n,
        .my-n {
          margin-top: -$length !important;
        }
        .mr-n,
        .mx-n {
          margin-right: -$length !important;
        }
        .mb-n,
        .my-n {
          margin-bottom: -$length !important;
        }
        .ml-n,
        .mx-n {
          margin-left: -$length !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: 520px) {
  .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;
  }
  /*    @each $size, $length in $spacers {
        @if $size != 0 {
          .m-sm-n { margin: -$length !important; }
          .mt-sm-n,
          .my-sm-n {
            margin-top: -$length !important;
          }
          .mr-sm-n,
          .mx-sm-n {
            margin-right: -$length !important;
          }
          .mb-sm-n,
          .my-sm-n {
            margin-bottom: -$length !important;
          }
          .ml-sm-n,
          .mx-sm-n {
            margin-left: -$length !important;
          }
        }
      }*/
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  /*    @each $size, $length in $spacers {
        @if $size != 0 {
          .m-md-n { margin: -$length !important; }
          .mt-md-n,
          .my-md-n {
            margin-top: -$length !important;
          }
          .mr-md-n,
          .mx-md-n {
            margin-right: -$length !important;
          }
          .mb-md-n,
          .my-md-n {
            margin-bottom: -$length !important;
          }
          .ml-md-n,
          .mx-md-n {
            margin-left: -$length !important;
          }
        }
      }*/
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  /*    @each $size, $length in $spacers {
        @if $size != 0 {
          .m-lg-n { margin: -$length !important; }
          .mt-lg-n,
          .my-lg-n {
            margin-top: -$length !important;
          }
          .mr-lg-n,
          .mx-lg-n {
            margin-right: -$length !important;
          }
          .mb-lg-n,
          .my-lg-n {
            margin-bottom: -$length !important;
          }
          .ml-lg-n,
          .mx-lg-n {
            margin-left: -$length !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;
  }
  /*    @each $size, $length in $spacers {
        @if $size != 0 {
          .m-xl-n { margin: -$length !important; }
          .mt-xl-n,
          .my-xl-n {
            margin-top: -$length !important;
          }
          .mr-xl-n,
          .mx-xl-n {
            margin-right: -$length !important;
          }
          .mb-xl-n,
          .my-xl-n {
            margin-bottom: -$length !important;
          }
          .ml-xl-n,
          .mx-xl-n {
            margin-left: -$length !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;
  }
}
.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: 520px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 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;
  }
}
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

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

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

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

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

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

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

.embed-responsive, .block_lp .post-thumbnail {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before, .block_lp .post-thumbnail::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive .block_lp .post-thumbnail img, .block_lp .post-thumbnail .embed-responsive img, .block_lp .post-thumbnail .embed-responsive-item, .block_lp .post-thumbnail img,
.embed-responsive iframe,
.block_lp .post-thumbnail iframe,
.embed-responsive embed,
.block_lp .post-thumbnail embed,
.embed-responsive object,
.block_lp .post-thumbnail object,
.embed-responsive video,
.block_lp .post-thumbnail video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

.embed-responsive-16by9::before, .block_lp .post-thumbnail::before {
  padding-top: 56.25%;
}

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 520px) {
  .container {
    max-width: 520px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 980px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

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

@media (min-width: 520px) {
  .container-sm, .container {
    max-width: 520px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 980px;
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1280px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 520px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 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%;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(38, 38, 38, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 520px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e6e6e6;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f2f2f2;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #1c69d4;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #8e8e8e;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #8e8e8e;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

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

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

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1c69d4;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  text-decoration: none;
  background-color: #e6e6e6;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 105, 212, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #1c69d4;
  border-color: #1c69d4;
}
.page-item.disabled .page-link {
  color: #8e8e8e;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

h1, h2, .type-rekrutacje .entry-content > .section h3:not(:first-child), h3, .type-rekrutacje .entry-content > .section h3:first-child, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

h2, .type-rekrutacje .entry-content > .section h3:not(:first-child), .h2 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  h2, .type-rekrutacje .entry-content > .section h3:not(:first-child), .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

h3, .type-rekrutacje .entry-content > .section h3:first-child, .h3 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  h3, .type-rekrutacje .entry-content > .section h3:first-child, .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

h4, .h4 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 520px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #1c69d4 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(19.075, 71.53125, 144.425) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(63.75, 63.75, 63.75) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(148.75, 148.75, 148.75) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(133.5, 0, 0) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(191.75, 191.75, 191.75) !important;
}

.text-text-link {
  color: #8e8e8e !important;
}

a.text-text-link:hover, a.text-text-link:focus {
  color: rgb(103.75, 103.75, 103.75) !important;
}

.text-dark {
  color: #4d4d4d !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(38.75, 38.75, 38.75) !important;
}

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

.text-muted {
  color: #8e8e8e !important;
}

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

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

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

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

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

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

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.anim {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .anim {
    transition: none;
  }
}

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

@font-face {
  font-family: "BMWNext";
  src: url(fonts/BMWTypeNextPro/BMWTypeNextPro-Thin.woff2) format("woff2");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "BMWNext";
  src: url(fonts/BMWTypeNextPro/BMWTypeNextPro-Thin.woff2) format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BMWNext";
  src: url(fonts/BMWTypeNextPro/BMWTypeNextPro-Light.woff2) format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "BMWNext";
  src: url(fonts/BMWTypeNextPro/BMWTypeNextPro-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BMWNext";
  src: url(fonts/BMWTypeNextPro/BMWTypeNextPro-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "BMWNext";
  src: url(fonts/BMWTypeNextPro/BMWTypeNextPro-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BMWNext";
  src: url(fonts/BMWTypeNextPro/BMWTypeNextPro-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "BMWNext";
  src: url(fonts/BMWTypeNextPro/BMWTypeNextPro-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BMWNext";
  src: url(fonts/BMWTypeNextPro/BMWTypeNextPro-Black.woff2) format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "BMWNext";
  src: url(fonts/BMWTypeNextPro/BMWTypeNextPro-Black.woff2) format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.txt-smaller {
  font-size: 0.87em;
}

body {
  font-size: 15px;
  line-height: 22px;
  color: #262626;
}
body .theme-default .nivo-caption {
  font-family: "BMWNext", Arial, Helvetica, sans-serif !important;
  font-weight: 300;
}
body .entry-content a {
  color: #666666;
}
body .entry-content a:hover {
  color: #1c69d4;
}
body .entry-content a:visited {
  color: #666666;
}

.post-category a, .lwptoc_header a {
  font-weight: bold;
}

html, body, th, td, .button {
  font-family: "BMWNext", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, .type-rekrutacje .entry-content > .section h3:not(:first-child), h3, .type-rekrutacje .entry-content > .section h3:first-child, h4, h5, h6, .display-1, .display-2, .display-3, .display-4, .display-5 {
  text-transform: uppercase;
  font-family: "BMWNext", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1;
  padding: 0px;
  margin: 0px;
  margin-bottom: 15px;
}
h1 strong, h2 strong, .type-rekrutacje .entry-content > .section h3:not(:first-child) strong, h3 strong, .type-rekrutacje .entry-content > .section h3:first-child strong, h4 strong, h5 strong, h6 strong, .display-1 strong, .display-2 strong, .display-3 strong, .display-4 strong, .display-5 strong {
  font-weight: 300 !important;
}

h1, h2, .type-rekrutacje .entry-content > .section h3:not(:first-child), h3, .type-rekrutacje .entry-content > .section h3:first-child, h4, h5, h6, h7 {
  font-weight: 300;
}

.font-bmw-type-web-bold {
  font-family: "BMWNext", Arial, Helvetica, sans-serif;
}

.font-bmw-type-web-bold-uppercase {
  font-family: "BMWNext", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.font-bmw-type-web-light {
  font-family: "BMWNext", Arial, Helvetica, sans-serif;
}

/*.btn,*/
bold, .btn-border, .more_collapser, [class^=btn], [class*=" btn"], input.font-bmw-type-web-light {
  font-weight: bold;
}

input.font-bmw-type-web-light, button.btn-select {
  text-transform: initial;
}

[class^=btn], [class*=" btn"] {
  font-weight: bold;
}

h1, .h1, .nivo-caption, .header-text, body #slidewrapper .theme-default .nivo-caption, body .maxwidth .theme-default .nivo-caption, .display-1 {
  font-size: 35px;
  line-height: 1;
}

h2, .type-rekrutacje .entry-content > .section h3:not(:first-child), .h2, .display-12 {
  font-size: 35px;
  line-height: 42px;
}

h3, .type-rekrutacje .entry-content > .section h3:first-child, .h3, .display-3 {
  font-size: 25px;
  line-height: 32px;
}

h4, .h4, .display-4 {
  font-size: 20px;
  line-height: 27px;
}

h5, .display-5 {
  font-size: 20px;
  line-height: 27px;
}

h6, .display-5 {
  font-size: 1em;
  line-height: 1.3;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-18 {
  font-size: 18px;
}

p {
  margin: 0 0 10px;
}

@media (min-width: 768px) {
  h3, .type-rekrutacje .entry-content > .section h3:first-child, .h3, h4, h5, h6, .display-3, .display-4, .display-5 {
    margin-bottom: 15px;
  }
  h1, h2, .type-rekrutacje .entry-content > .section h3:not(:first-child), .h1, .h2, .display-1, .display-2 {
    margin-bottom: 30px;
  }
  h1, .nivo-caption, .header-text, body #slidewrapper .theme-default .nivo-caption, body .maxwidth .theme-default .nivo-caption, .display-1 {
    font-size: 50px;
    line-height: 1;
  }
  h2, .type-rekrutacje .entry-content > .section h3:not(:first-child), .display-2 {
    font-size: 35px;
    line-height: 42px;
  }
  h3, .type-rekrutacje .entry-content > .section h3:first-child, .display-3 {
    font-size: 35px;
    line-height: 42px;
  }
  h4, .display-4 {
    font-size: 25px;
    line-height: 32px;
  }
  h5, .display-5 {
    font-size: 20px;
    line-height: 27px;
  }
  h6, .display-5 {
    font-size: 1em;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  body #slidewrapper .theme-default .nivoSlider .nivo-caption {
    overflow: visible;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.68);
  }
}
@media (min-width: 1280px) {
  h3, .type-rekrutacje .entry-content > .section h3:first-child, h4, h5, h6, .display-3, .display-4, .display-5 {
    margin-bottom: 15px;
  }
  h1, h2, .type-rekrutacje .entry-content > .section h3:not(:first-child), .display-1, .display-2 {
    margin-bottom: 45px;
  }
  h1, .h1, .nivo-caption, .header-text, body #slidewrapper .theme-default .nivo-caption, body .maxwidth .theme-default .nivo-caption, .display-1 {
    font-size: 60px;
    line-height: 1;
  }
  h2, .type-rekrutacje .entry-content > .section h3:not(:first-child), .h2, .display-2 {
    font-size: 40px;
    line-height: 47px;
  }
  h3, .type-rekrutacje .entry-content > .section h3:first-child, .h3, .display-3 {
    font-size: 35px;
    line-height: 42px;
  }
  h4, .h4, .display-4 {
    font-size: 25px;
    line-height: 32px;
  }
  h5, .h5, .display-5 {
    font-size: 20px;
    line-height: 27px;
  }
  h6, .display-5 {
    font-size: 1em;
    line-height: 1.3;
  }
  h2.wp-block-heading, .type-rekrutacje .entry-content > .section h3.wp-block-heading:not(:first-child) {
    margin-top: 45px;
    margin-bottom: 10px;
  }
}
.display-1 {
  font-size: 6rem;
  font-size: clamp(3.75rem, 2.7966rem + 3.0508vw, 6rem);
}

.d-flex, .block_lp .post-item {
  display: flex;
}

/*.vc_row {
	padding-bottom: 30px;
}*/
#slidewrapper, .entry-header, .single .entry-header {
  margin-bottom: 30px;
}

/*.row-padding-top {
	padding-top: 60px;
}*/
.nivo-caption, .site-info {
  max-width: 1270px;
  margin: 0 auto;
}

.single .site-main {
  margin-top: 0px;
}

.post__date {
  display: none;
}

.post__list .post__item, .post__list .single-post__list-item, .single-post__list .post__item, .single-post__list .single-post__list-item {
  width: 100%;
  list-style: none;
  position: relative;
  padding: 15px;
  border: 1px solid #e6e6e6;
  margin: 0 0 20px 0;
}
.post__list .post__item h6, .post__list .single-post__list-item h6, .single-post__list .post__item h6, .single-post__list .single-post__list-item h6 {
  font-size: 20px;
}

.bg-light {
  background-color: #f2f2f2;
}

.fast-icons {
  margin-bottom: 25px;
}
.fast-icons .icon_box, .fast-icons .describe {
  border-bottom: 4px solid white;
}
.fast-icons .fast-icons-list {
  display: flex;
  flex-direction: column;
}
.fast-icons .icon {
  margin: auto;
  width: 50px;
  height: auto;
}
.fast-icons .describe {
  padding: 1em 1em;
}
.fast-icons .icon_box {
  text-align: center;
  padding: 1em 1em;
}
.fast-icons .icon-text {
  margin-top: 1em;
}
.fast-icons .icon-text a {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .fast-icons {
    margin-bottom: 45px;
  }
  .fast-icons .fast-icons-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .fast-icons .describe {
    flex-grow: 1;
  }
  .fast-icons .icon_box, .fast-icons .describe {
    padding: 2em 2em;
  }
  .fast-icons .fast-icons-list > div:nth-child(1) {
    border-right: 3px solid white;
    width: 50%;
  }
  .fast-icons .fast-icons-list > div:nth-child(2) {
    width: 50%;
  }
  .fast-icons .fast-icons-list > div:nth-child(3) {
    width: 50%;
    border-right: 3px solid white;
  }
  .fast-icons .fast-icons-list > div:nth-child(4) {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .fast-icons {
    margin-bottom: 45px;
  }
  .fast-icons .fast-icons-list {
    display: flex;
    flex-direction: row;
  }
  .fast-icons .describe {
    flex-grow: 1;
  }
  .fast-icons .icon_box, .fast-icons .describe {
    width: 25%;
    border-bottom: 0px solid white;
    padding: 2em 2em;
    border-right: 3px solid white;
  }
  .fast-icons .icon_box {
    text-align: center;
  }
}

.home-slides {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4px !important;
  margin-bottom: 25px;
}
.home-slides .nivo-caption {
  display: none !important;
}
.home-slides .col-md-6 {
  width: 100%;
}
.home-slides .abs-xl .button-abs {
  padding: 0 20px;
  padding-top: 70px;
  padding-bottom: 20px;
  margin-bottom: 5px !important;
  background-color: #1a2b35;
  background: -moz-linear-gradient(0deg, rgb(42, 52, 62) 80%, rgba(26, 26, 26, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(42, 52, 62) 80%, rgba(26, 26, 26, 0) 100%);
  background: linear-gradient(0deg, rgb(42, 52, 62) 80%, rgba(26, 26, 26, 0) 100%);
  margin-top: -50px;
  color: white;
  position: relative;
}
@media (max-width: 991.98px) {
  .home-slides .button-abs {
    padding: 0 20px;
    padding-top: 70px;
    padding-bottom: 20px;
    margin-bottom: 5px !important;
    background-color: #1a2b35;
    background: -moz-linear-gradient(0deg, rgb(42, 52, 62) 80%, rgba(26, 26, 26, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(42, 52, 62) 80%, rgba(26, 26, 26, 0) 100%);
    background: linear-gradient(0deg, rgb(42, 52, 62) 80%, rgba(26, 26, 26, 0) 100%);
    margin-top: -50px;
    color: white;
    position: relative;
  }
}
@media (min-width: 992px) {
  .home-slides {
    margin-bottom: 45px;
  }
  .home-slides .col-md-6 {
    position: relative;
    width: 50%;
  }
  .home-slides .col-md-6:first-child {
    padding-right: 4px;
  }
  .home-slides .button-abs {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 5% 25px 1.5% 25px;
  }
  .home-slides .button-abs h3, .home-slides .button-abs .type-rekrutacje .entry-content > .section h3:first-child, .type-rekrutacje .entry-content > .section .home-slides .button-abs h3:first-child {
    color: white;
  }
}

.slick-slide {
  padding: 0 2px;
}

button.slick-arrow {
  position: absolute;
  top: 50%;
  left: -1px;
  margin: 0;
  font-size: 0;
  line-height: 0;
  transform: translateY(-50%);
  z-index: 3;
  padding: 2px 6px;
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
}
button.slick-arrow:after {
  content: "<";
  line-height: initial;
  font-size: initial;
  font-family: bmw_praca;
  transform: rotate(180deg);
  content: "\e805";
  display: block;
  /* transform: translateX(-30px); */
  font-size: 38px;
  color: #1c69d4;
  transition: all 0.2s ease-in-out;
}
button.slick-arrow:hover, button.slick-arrow:active, button.slick-arrow:visited, button.slick-arrow:focus {
  padding: 2px 6px;
  background-color: #fff;
  color: black;
}
button.slick-arrow.slick-next {
  left: auto;
  right: -1px;
}
button.slick-arrow.slick-next:after {
  transform: rotate(0deg);
}

.bmw_list .wpb_content_element {
  margin-bottom: 0;
}
.bmw_list.d-flex, .block_lp .bmw_list.post-item {
  flex-wrap: wrap;
}
.bmw_list.d-flex .wpb_column, .block_lp .bmw_list.post-item .wpb_column, .bmw_list.d-flex .wpb_column.vc_column_container:last-child {
  margin-bottom: 1em !important;
}
.bmw_list.d-flex .vc_col-sm-4, .block_lp .bmw_list.post-item .vc_col-sm-4, .bmw_list.d-flex .vc_col-sm-3, .block_lp .bmw_list.post-item .vc_col-sm-3, .bmw_list.d-flex .vc_col-md-4, .block_lp .bmw_list.post-item .vc_col-md-4, .bmw_list.d-flex .vc_col-md-3, .block_lp .bmw_list.post-item .vc_col-md-3, .bmw_list.d-flex .vc_col-sm-6, .block_lp .bmw_list.post-item .vc_col-sm-6, .bmw_list.d-flex .vc_col-lg-3, .block_lp .bmw_list.post-item .vc_col-lg-3 {
  float: none;
}
.bmw_list.d-flex .vc_column-inner, .block_lp .bmw_list.post-item .vc_column-inner, .bmw_list.d-flex .wpb_wrapper, .block_lp .bmw_list.post-item .wpb_wrapper {
  height: 100%;
}
.bmw_list.d-flex .vc_single_image-wrapper > a, .block_lp .bmw_list.post-item .vc_single_image-wrapper > a {
  display: block;
  overflow: hidden;
  width: 100%;
}
.bmw_list.d-flex .vc_single_image-wrapper > a img, .block_lp .bmw_list.post-item .vc_single_image-wrapper > a img {
  transform: scale(1.1);
  transition: all 0.25s ease-in-out;
}
.bmw_list.d-flex .vc_single_image-wrapper > a:hover img, .block_lp .bmw_list.post-item .vc_single_image-wrapper > a:hover img {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .bmw_list.d-flex .vc_single_image-wrapper > a, .block_lp .bmw_list.post-item .vc_single_image-wrapper > a {
    height: 300px;
    position: relative;
  }
  .bmw_list.d-flex .vc_single_image-wrapper > a img, .block_lp .bmw_list.post-item .vc_single_image-wrapper > a img {
    /* min-height: 100%; */
    height: 100%;
    width: initial;
    max-width: initial;
    position: relative;
    /* width: 200px; */
    /* width: -webkit-fill-available; */
    /* max-width: 100%; */
    /* overflow: hidden; */
    /* position: absolute; */
    /* z-index: 1111; */
    /* top: 0; */
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .bmw_list.d-flex .vc_single_image-wrapper > a:hover img, .block_lp .bmw_list.post-item .vc_single_image-wrapper > a:hover img {
    transform: scale(1.1) translateX(-45%);
  }
}
@media (min-width: 992px) {
  .bmw_list.d-flex .vc_single_image-wrapper > a, .block_lp .bmw_list.post-item .vc_single_image-wrapper > a {
    height: 230px;
  }
}
@media (min-width: 1280px) {
  .bmw_list.d-flex .vc_single_image-wrapper > a, .block_lp .bmw_list.post-item .vc_single_image-wrapper > a {
    height: 190px;
  }
}

#primary .gray-bar h4 {
  max-width: 100%;
}

.page-template-archive .container {
  display: flex;
  flex-wrap: wrap;
}

.entry-content, .entry-content > .wpb-content-wrapper {
  box-sizing: border-box;
  padding: 0;
}

.rekrutacje .entry-content {
  max-width: 1320px;
  margin: auto;
}
.rekrutacje .entry-content > .section {
  padding-bottom: 3em;
}

.container {
  max-width: 1320px;
  margin: auto;
  clear: both;
}

.entry-content {
  max-width: 1320px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.entry-content > .section {
  max-width: 1320px;
  margin: auto;
}
.wpb-content-wrapper {
  max-width: 1320px;
  margin: auto;
}

.bg-gray {
  background-color: pink;
}

.page-template-archive .container, #slidewrapper, .header-text, body #slidewrapper .theme-default .nivo-caption, body .maxwidth .theme-default .nivo-caption, body .entry-header, body .gray-bar {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 991.98px) {
  .page-template-archive .container, #slidewrapper, .header-text, body #slidewrapper .theme-default .nivo-caption, body .maxwidth .theme-default .nivo-caption, body .entry-header, body .gray-bar {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.bmw_list .wpb_column .vc_column-inner > .wpb_wrapper {
  position: relative;
  padding: 15px;
  border: 1px solid #e6e6e6;
  margin: 0 0 20px 0;
}
.single .post-wrapper {
  max-width: inherit;
  padding: 0;
  margin: auto;
  position: relative;
}

@media (min-width: 768px) {
  .nospacer_md {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .nospacer_md .vc_row {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .nospacer_md .wpb_content_element {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}

.p__first-letter {
  display: none;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .post__list .post__item, .post__list .single-post__list-item, .single-post__list .post__item, .single-post__list .single-post__list-item {
    width: 48.5%;
    margin: 0 1.5% 20px 0;
  }
  .post__list .post__item h6, .post__list .single-post__list-item h6, .single-post__list .post__item h6, .single-post__list .single-post__list-item h6 {
    font-size: 25px;
  }
  .post__list .post__item:nth-child(2n+2), .post__list .single-post__list-item:nth-child(2n+2), .single-post__list .post__item:nth-child(2n+2), .single-post__list .single-post__list-item:nth-child(2n+2) {
    width: 48.5%;
    margin: 0 0 20px 1.5%;
  }
}
.wpb_single_image .vc_figure, .post__item .wp-post-image, .single-post__list-item .wp-post-image, .bmw_list .wpb_text_column, #content .bmw_list .wpb_single_image figure:last-child, #content .bmw_list .vc_row > .wpb_column :last-child, #content .bmw_list .vc_btn3-container :last-child {
  margin-bottom: 15px;
}

.entry-content > .wpb-content-wrapper > .vc_row {
  padding-bottom: 45px;
}

@media (min-width: 1280px) {
  .slidewrapper {
    margin-bottom: 30px;
  }
  .post__list .post__item, .post__list .single-post__list-item, .single-post__list .post__item, .single-post__list .single-post__list-item {
    width: 33.33%;
    margin: 0 0 20px 0;
  }
  .post__list .post__item a:visited, .post__list .post__item a:hover, .post__list .post__item a:active, .post__list .single-post__list-item a:visited, .post__list .single-post__list-item a:hover, .post__list .single-post__list-item a:active, .single-post__list .post__item a:visited, .single-post__list .post__item a:hover, .single-post__list .post__item a:active, .single-post__list .single-post__list-item a:visited, .single-post__list .single-post__list-item a:hover, .single-post__list .single-post__list-item a:active {
    color: #262626;
  }
  .post__list .post__item h6, .post__list .single-post__list-item h6, .single-post__list .post__item h6, .single-post__list .single-post__list-item h6 {
    font-size: 25px;
  }
  .post__list .post__item:nth-child(3n+2), .post__list .single-post__list-item:nth-child(3n+2), .single-post__list .post__item:nth-child(3n+2), .single-post__list .single-post__list-item:nth-child(3n+2) {
    width: 30.33%;
    margin: 0 1.5% 20px 1.5%;
  }
}
.noheader .streifen {
  display: block;
  background-color: #253d55;
  height: 68px;
  margin-bottom: 2em;
  border-bottom: 4px solid #dee2e6;
}
@media (min-width: 768px) {
  .noheader .streifen {
    height: 100px;
  }
}
.noheader .streifen:after {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  background: radial-gradient(circle at 50% 60%, rgba(39, 86, 199, 0.6) 0%, rgba(13, 112, 161, 0.7) 52%, rgba(167, 76, 95, 0.3) 90%);
  mix-blend-mode: lighten;
  position: absolute;
  top: 0;
  left: 0;
  background-position-x: -2000px;
  background-size: 2000px;
  animation-duration: 22s;
  animation-name: slidebg;
  animation-iteration-count: infinite;
}

body #slidewrapper {
  min-height: 68px;
}
body #slidewrapper:after {
  display: none !important;
}

@keyframes slidebg {
  from {
    background-position-x: -2000px;
  }
  to {
    background-position-x: 2000px;
  }
}
table td:nth-child(2):hover {
  text-decoration: none;
}

.clear-fix {
  clear: both;
}

body .metaslider {
  margin-top: 0 !important;
}
@media (max-width: 991.98px) {
  body.home #slidewrapper .theme-default .nivo-caption {
    padding-top: 70px;
    padding-bottom: 45px;
    margin-bottom: 0px !important;
    background-color: #1a2b35;
    background: -moz-linear-gradient(0deg, rgb(22, 40, 56) 80%, rgba(26, 26, 26, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgb(22, 40, 56) 80%, rgba(26, 26, 26, 0) 100%);
    background: linear-gradient(0deg, rgb(22, 40, 56) 80%, rgba(26, 26, 26, 0) 100%);
    margin-top: -50px;
    color: white;
  }
}
body .nivo-caption h1 {
  margin-bottom: 0;
}
body .nivo-caption, body #slidewrapper .header-text, body #slidewrapper .theme-default .nivo-caption, body .maxwidth .theme-default #slidewrapper .nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
body #slidewrapper, body .maxwidth {
  margin-top: 0;
  max-width: 1920px;
  width: 100%;
  padding: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
body #slidewrapper .header-text, body #slidewrapper .theme-default .nivo-caption, body .maxwidth .theme-default #slidewrapper .nivo-caption, body .maxwidth .header-text, body .maxwidth .theme-default .nivo-caption {
  background: none;
  opacity: 1;
  bottom: 10%;
  left: 5%;
  text-transform: uppercase;
  padding: 0 20px;
  margin: auto;
  margin-top: 35px;
}
@media (max-width: 991.98px) {
  body #slidewrapper .header-text, body #slidewrapper .theme-default .nivo-caption, body .maxwidth .theme-default #slidewrapper .nivo-caption, body .maxwidth .header-text, body .maxwidth .theme-default .nivo-caption {
    position: relative;
    color: #262626;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  body #slidewrapper .header-text, body #slidewrapper .theme-default .nivo-caption, body .maxwidth .theme-default #slidewrapper .nivo-caption, body .maxwidth .header-text, body .maxwidth .theme-default .nivo-caption {
    text-shadow: 0px 0px 0px #000;
  }
}
@media (min-width: 992px) {
  body #slidewrapper .header-text, body #slidewrapper .theme-default .nivo-caption, body .maxwidth .theme-default #slidewrapper .nivo-caption, body .maxwidth .header-text, body .maxwidth .theme-default .nivo-caption {
    margin-top: auto;
  }
}
@media (min-width: 992px) {
  body #slidewrapper:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 160px;
    z-index: 0;
    /* background-color: black; */
  }
}

body .metaslider .theme-default .nivo-caption > div {
  font-family: "BMWNext", Arial, Helvetica, sans-serif;
}

.admin-bar {
  /*.top-nav {
  	margin-top: 46px !important;
  	@include media-breakpoint-up(md) {
  		margin-top: 32px !important;
  	}
  }*/
}

.main-navigation {
  background-color: rgba(255, 255, 255, 0);
  clear: both;
  margin: 0 auto;
  max-width: 1320px;
  min-height: 45px;
}
@media (max-width: 991.98px) {
  .main-navigation {
    position: relative;
    /*		overflow-x: hidden;
    		overflow-y: visible;*/
    overflow: hidden;
  }
  .main-navigation.toggled-on {
    min-height: calc(100vh - 0px);
  }
}

.level-1 a {
  border-bottom-width: 2px;
}
.level-1 a span {
  padding: 8px 0px;
  display: block;
}

.ul-0 {
  padding: 0;
  margin: 0;
}
.ul-0 .submenu-picture {
  display: none;
}
@media (min-width: 992px) {
  .ul-0 li {
    width: 45%;
  }
  .ul-0 li.submenu-picture {
    display: block;
    position: relative;
    float: right;
    width: 35%;
    margin-right: 25px;
  }
}

@keyframes menu-slide {
  from {
    background-color: red;
  }
  to {
    background-color: yellow;
  }
}
.item-title-box, .item-title-box-lvl0 {
  flex-grow: 1;
}

.item-title-box-lvl0 {
  padding: 20px;
  flex-grow: 1;
}

.menu-bar {
  display: flex;
}
@media (min-width: 992px) {
  .menu-bar {
    float: right;
  }
  .nav-list > .menu-bar {
    display: none;
  }
  .menu-bar .item-title-box span {
    display: none;
  }
  .menu-bar .item-left {
    display: none;
  }
  .menu-bar .close-btn-0, .menu-bar .left-btn {
    position: relative;
    top: -20px;
    right: -30px;
  }
}
.sub-menu .menu-bar {
  margin: -20px;
  margin-bottom: 20px;
  padding: 20px;
  border-bottom: 2px solid #444;
}

@media (max-width: 991.98px) {
  /* border: 2px solid red; */
  .menu-bar {
    background-color: white;
    display: none;
    position: relative;
  }
  .menu-bar:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    height: 1px;
    background-color: #f2f2f2;
    transform: translateX(-50%);
  }
  .level-0 .submenu .menu-bar {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.23);
    transform: translateY(-50px);
    transition: all 0.9s ease-in-out;
    transition-delay: 1s;
    z-index: 1;
    align-items: center;
  }
  .level-0 .submenu .menu-bar .item-title-box {
    text-align: center;
  }
  .level-0 .submenu .menu-bar .item-title-box span {
    display: inline-block;
    padding: 1em;
    border-bottom: 4px solid #1c69d4;
  }
  .level-0.menu-item-on .submenu .menu-bar {
    animation-name: example;
    animation-duration: 0.6s;
    animation-delay: 0.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
  }
}
@keyframes example {
  from {
    transform: translateY(-50px);
  }
  to {
    transform: translateY(0px);
  }
}
@media (max-width: 991.98px) {
  .submenu-picture {
    display: none;
  }
  .nav-menus .nav-list {
    transform: translateX(-100%);
    transition: all 0.2s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .nav-menus .nav-list {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .menu-on .navbar {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .menu-on .topbox {
    background-image: url(images/BMW_Grey-Colour_RGB_prod.svg);
  }
  .menu-on .nav-menus .nav-list {
    transform: translateX(0);
  }
  .main-navigation {
    max-width: 1216px;
    margin: 0 auto;
  }
  .main-navigation.toggled-on button.menu-toggle {
    color: #666666;
  }
  .main-navigation.toggled-on button.menu-toggle:active {
    color: #666666;
  }
  .main-navigation.toggled-on button.menu-toggle:hover {
    color: #262626;
  }
  .main-navigation.toggled-on .nav-menus li a {
    color: #262626;
  }
  .main-navigation button.menu-toggle {
    color: #fff;
    display: inline-block;
    background: none;
    border: none;
    color: #141412;
    padding: 12px 0 12px 20px;
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
  }
  .main-navigation button.menu-toggle:after {
    content: "\f500";
    vertical-align: 2px;
    font-size: 12px;
    padding-left: 8px;
  }
  .main-navigation button.menu-toggle:hover, .main-navigation button.menu-toggle:active, .main-navigation button.menu-toggle:focus {
    color: #fff;
  }
}
.top-nav .navbar {
  width: 100%;
  height: auto;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .top-nav .navbar {
    transition: none;
  }
}
.top-nav .navbar:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  transition: all 0.5s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .top-nav .navbar:after {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .top-nav .navbar:after {
    height: 60px;
  }
  .menu-on .top-nav .navbar:after {
    background: #fff;
  }
}

.home-link {
  display: block;
  height: 100%;
  padding: 0 20px;
}
.home-link .logo {
  height: 100%;
  /* vertical-align: middle; */
  display: flex;
  align-items: center;
}

.topbox {
  background-image: url(images/BMW_White-Colour_web.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 53px;
  width: 53px;
}

@media (max-width: 991.98px) {
  .slidecontainer .home-link {
    padding: 12px 20px;
  }
  .topbox {
    height: 36px;
    width: 36px;
  }
}
.streifen {
  display: block;
  height: 30px;
  background-color: #008BD2;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-repeat: repeat-x;
}

.navbar {
  background: none;
  max-width: 100%;
  position: absolute;
  width: 100%;
  z-index: 222;
}

.nav-menus .nav-list {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.nav-menus .nav-list li a {
  font-size: 15px;
  font-family: "BMWNext", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  display: block;
  line-height: 1.5;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  border-bottom: 4px solid transparent;
}
.nav-menus .nav-list li a:hover, .nav-menus .nav-list li a:focus {
  border-bottom-color: #1c69d4;
}
.nav-menus .nav-list li .submenu li a {
  border-bottom-width: 2px;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .nav-menus .nav-list li a {
    border-bottom: 1px solid #dee2e6;
    display: flex;
    height: 65px;
    align-items: center;
  }
  .nav-menus .nav-list li a:hover {
    border-bottom: 1px solid #dee2e6;
  }
  .nav-menus .nav-list li a span {
    flex-grow: 1;
  }
  .nav-menus .nav-list li a:after {
    font-family: "bmw_praca";
    content: "\e805";
    font-size: 2em;
  }
  .nav-menus .nav-list li.level-1 a:after {
    display: none;
  }
  .nav-menus .nav-list li .submenu li a {
    border-bottom-width: 1px;
  }
}
.nav-menus .nav-list li:hover > a, .nav-menus .nav-list li a:hover, .nav-menus .nav-list li:focus > a, .nav-menus .nav-list li a:focus {
  background-color: transparent;
  outline: 0;
  -webkit-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}
.nav-menus .level-0 .menu-item.itemlvl-0 > .item-in {
  padding: 1em 0px 1em 0px;
}
.nav-menus .level-0 .menu-item .item-in {
  display: block;
}
@media (max-width: 991.98px) {
  .nav-menus .level-0 .menu-item .item-in {
    padding: 12px 7px;
  }
}
.nav-menus .current_page_item > a, .nav-menus .current_page_ancestor > a, .nav-menus .current-menu-item > a, .nav-menus .current-menu-ancestor > a {
  color: #008BD2;
  font-style: normal;
}
.nav-menus .sub-menu, .nav-menus .children {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: rgb(255, 255, 255);
  border-color: -moz-use-text-color #008BD2 #008BD2;
  border-image: none;
  border-style: none solid solid;
  border-width: 0 0px 0px;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  left: -2px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  z-index: 99999;
}
.nav-menus ul a, .nav-menus ul ul a {
  color: #141412;
  margin: 0;
  padding: 8px 15px;
  font-size: 0.95em;
}
.nav-menus ul a:hover, .nav-menus ul ul a:hover, .nav-menus ul a:focus, .nav-menus ul ul a:focus {
  background-color: transparent;
}

.menu-item.menu-item-type-post_type.menu-item-object-page {
  border-right: medium none;
}

.sub-menu {
  padding-top: 16px !important;
}

/* Hover Lehre Link*/
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-396:hover::after {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  border: 1px solid #ddd;
  content: "LINK Zu BMW-Lehre.at ";
  font-size: 1em;
  left: 6px;
  padding: 5px;
  position: absolute;
  top: 37px;
  width: 142px;
}

/** {
	background-color: rgba(255, 0, 0, 0.16);
}*/
* {
  box-sizing: border-box;
}

.nav-menus {
  flex-grow: 1;
  display: flex;
  justify-content: right;
  align-items: center;
}
.nav-menus .nav-list {
  justify-content: right;
  display: flex;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .nav-menus .nav-list {
    flex-direction: column;
  }
}
.nav-menus .nav-list > li {
  position: initial;
  display: inline-block;
}
@media (min-width: 992px) {
  .nav-menus .nav-list > li {
    display: inline;
    display: flex;
    align-items: center;
  }
  .nav-menus .nav-list > li a {
    padding: 0.3em 0.8em;
  }
}
@media (min-width: 992px) {
  .nav-menus .header-icons {
    border-width: 0;
    margin-right: 10px;
  }
}
.nav-menus .submenu {
  display: none;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-menus .submenu > li {
  display: block;
  position: initial;
}

.menu-cnt {
  /*	> * {
  		&:last-child{
  			border: 3px solid red;
  		}
  	}*/
}
@media (min-width: 992px) {
  .menu-cnt .menu-btn.ul-icons {
    display: none;
  }
}

.navbar {
  /*&:after {
  	content: "";
  	display: block;
  	position: absolute;
  	height: 100%;

  	width: 100%;
  	top: 0;
  	z-index: -1;
  	background-color: transparent;
  }*/
}

.navbar .menu-cnt {
  display: flex;
  flex-wrap: nowrap;
}

@media (max-width: 519.98px) {
  .navbar .menu-cnt .nav-menus {
    width: 100vw;
  }
  .navbar .menu-cnt .header-icons {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .submenu-picture {
    display: none;
  }
  .navbar .menu-cnt .menu-btn {
    flex-grow: 1;
    justify-content: right;
    padding: 8px 0px;
  }
  .navbar .menu-cnt .nav-menus {
    flex-basis: 100%;
    flex: 100%;
    order: 2;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 1em;
  }
  .navbar .menu-cnt .nav-menus .nav-list {
    order: 1;
    margin: 0 auto;
    width: 100%;
  }
  .navbar .menu-cnt .nav-menus .header-icons {
    order: 0;
    padding-top: 1em;
    padding-bottom: 1.5em;
    align-self: end;
    display: block;
  }
  .menu-on {
    overflow: hidden;
    height: 100vh;
  }
  .menu-on.admin-bar {
    height: calc(100vh - 46px);
  }
  .menu-on .navbar .main-navigation.toggled-on .nav-menus .submenu-cnt {
    position: absolute;
    width: 100%;
    top: 0;
    transform: translateX(100%);
  }
  .menu-on .navbar .main-navigation.toggled-on .nav-menus .menu-item-on .submenu-cnt {
    transform: translateX(0%);
    background-color: #fff;
    height: 100%;
    transition: all 0.2s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .menu-on .navbar .main-navigation.toggled-on .nav-menus .menu-item-on .submenu-cnt {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .menu-on .navbar .main-navigation.toggled-on .nav-menus .menu-item-on .submenu {
    display: block;
    position: absolute;
    top: 0;
  }
  .menu-on .navbar .main-navigation.toggled-on .menu-cnt .nav-menus a {
    font-weight: 300;
  }
  .nav-menus {
    background-color: #fff;
    height: calc(100vh - 61px);
    right: -100%;
    position: absolute;
    top: 61px;
    width: 100vw;
    transition: right 0.3s ease;
  }
  .menu-on .nav-menus {
    height: calc(100vh - 61px);
    right: 0;
  }
  .nav-menus .submenu {
    top: 0;
    background-color: transparent;
    float: none;
    margin-left: 0;
    left: auto;
    top: auto;
  }
}
.menu-second {
  left: 0;
  top: 99px;
  width: 100%;
  background-color: #e6e6e6;
  max-height: 0;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .menu-second {
    height: 0;
    position: absolute;
    height: 0;
    overflow: hidden;
    min-height: 0;
  }
}
.menu-on .menu-second {
  display: block;
  max-height: 100vh;
}
@media (min-width: 992px) {
  .menu-on .menu-second {
    position: absolute;
    height: auto;
    height: 70vh;
    min-height: 300px;
  }
}

@media (min-width: 992px) {
  body:not(.menu-desktop-on) .main-navigation:after {
    /*content: '';
    display: block;
    position: absolute;
    width: calc( 100% - 0px );
    height: 1px;
    background-color: rgba($white,.4);
    bottom: 1px;
    left: 0;
    z-index: -1;*/
  }
  .navbar .menu-cnt {
    flex-wrap: nowrap;
    /*	.header-icons {
    		right: 0;
    	}*/
  }
  .navbar .menu-cnt .slidecontainer {
    left: 0;
    height: 99px;
    z-index: 1;
  }
  .navbar .menu-cnt .menu-btn {
    height: 99px;
  }
  .navbar .menu-cnt .header-icons {
    right: 99px;
  }
  .submenu {
    display: none;
  }
  .menu-desktop-on {
    overflow: hidden;
    height: 100vh;
  }
  .menu-desktop-on.admin-bar {
    height: calc(100vh - 32px);
  }
  .menu-desktop-on .nav-list > li a {
    color: #4d4d4d;
  }
  .menu-desktop-on .menu-mask {
    display: block;
    position: absolute;
    height: 100vh;
    width: 100%;
    z-index: -1;
  }
  .menu-desktop-on .topbox {
    background-image: url(images/BMW_group_BMW_MINI.svg);
  }
  .menu-desktop-on .menu-item-on .submenu {
    display: block;
    background-color: #f2f2f2;
    padding: 3em;
    z-index: -1;
    min-height: 400px;
  }
  .menu-desktop-on .top-nav .navbar {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: auto;
  }
  .menu-desktop-on .top-nav .navbar:after {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  }
}
.menu-mask {
  display: none;
}

footer a, .footer_btm a {
  text-decoration: none;
}
footer ul.nav-menu, .footer_btm ul.nav-menu {
  margin-top: 0.6em;
  margin-bottom: 1.6em;
  font-weight: 300;
}
footer ul.nav-menu .submenu-container, .footer_btm ul.nav-menu .submenu-container {
  display: none !important;
}
footer .nav-menu, .footer_btm .nav-menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  footer .nav-menu, .footer_btm .nav-menu {
    flex-direction: row;
  }
  footer .nav-menu .menu-item:not(:last-child), .footer_btm .nav-menu .menu-item:not(:last-child) {
    padding-right: 1em;
  }
}
footer .nav-menu .menu-item, .footer_btm .nav-menu .menu-item {
  margin-right: 1.3em;
}

ul.nav-menu {
  position: relative;
}
ul.nav-menu .submenu-container {
  position: absolute;
}
ul.nav-menu .sub-menu-wrap {
  width: 100%;
  max-width: unset;
  position: relative;
  margin: 0;
}
ul.nav-menu .focus .submenu-container, ul.nav-menu li:hover .submenu-container {
  /* position: fixed; */
  display: block;
  left: 0;
  top: 0;
}

.nav-menus .sub-menu {
  position: relative;
}

.site-footer {
  text-align: left;
}

body {
  /*	@include media-breakpoint-down(sm) {
  		background-size: 300%;
  		background-position: right bottom;
  	}*/
}

.footer_btm {
  padding: 1.8em 0;
}

footer {
  background-color: #f2f2f2;
  margin-top: 2em;
  padding: 2.5em 0;
}
footer .entry-content hr {
  border-top: 1px solid #bbbbbb;
  margin-top: 24px;
}
footer .entry-content .site-links {
  display: flex;
  flex-direction: column;
}
footer .entry-content .p-1 {
  padding-bottom: 1em;
}
footer .entry-content a {
  display: inline-block;
  font-weight: bold;
  color: #666666;
}
footer .entry-content a:visited {
  color: #666666;
}
footer .entry-content a:hover, footer .entry-content a:active {
  color: #262626;
  text-decoration: none;
}
footer .footerleft {
  width: 300px;
  width: auto;
  padding-bottom: 0.3em;
}
footer .footerright {
  margin: 0;
  padding: 0;
}

.bmw-btn-layout, button, input[type=submit], input[type=button], input[type=reset] {
  font-size: 14px;
  padding: 15px 25px;
  font-weight: bold;
  text-transform: none;
  border: 0;
  border-radius: 0;
  line-height: 1.3;
  white-space: normal;
}
.bmw-btn-layout:active, button:active, input[type=submit]:active, input[type=button]:active, input[type=reset]:active {
  padding: 15px 25px;
}

.bmw-btn {
  background-color: #1c69d4;
}

button, input[type=submit], input[type=button], input[type=reset] {
  border: 0;
}
button:active, input[type=submit]:active, input[type=button]:active, input[type=reset]:active {
  border-top: 0px solid transparent;
}

button, input[type=submit], input[type=button] {
  background-color: #1c69d4;
  background-image: none;
}
button:focus, button:active, button:hover, input[type=submit]:focus, input[type=submit]:active, input[type=submit]:hover, input[type=button]:focus, input[type=button]:active, input[type=button]:hover {
  background-color: #0653B6;
}

input[type=reset] {
  background-color: #666666;
  font-width: bold;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .tnp-subscription input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-weight: bold;
  padding: 8px 6px;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, body .tnp-subscription input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8e8e8e;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, body .tnp-subscription input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder { /* Firefox 19+ */
  color: #8e8e8e;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, body .tnp-subscription input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder { /* IE 10+ */
  color: #8e8e8e;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder, body .tnp-subscription input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder { /* Firefox 18- */
  color: #8e8e8e;
}
body .gform_wrapper .gfield_contains_required:not(.format-zgoda), body .tnp-subscription .gfield_contains_required:not(.format-zgoda) {
  margin-top: 30px;
}
body .gform_wrapper .gform_fields .phone-custom-field-pref .ginput_container, body .tnp-subscription .gform_fields .phone-custom-field-pref .ginput_container {
  width: 40px;
}
body .gform_wrapper .gform_fields .phone-custom-field-pref .ginput_container_phone input, body .tnp-subscription .gform_fields .phone-custom-field-pref .ginput_container_phone input {
  border-right: 0px !important;
}
body .gform_wrapper .gfield_checkbox input[type=checkbox], body .tnp-subscription .gfield_checkbox input[type=checkbox] {
  position: absolute;
  z-index: -2;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 26px !important;
  width: 26px !important;
  background-size: 16px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
body .gform_wrapper .gfield_checkbox li input[type=checkbox]:checked + label, body .tnp-subscription .gfield_checkbox li input[type=checkbox]:checked + label {
  color: #262626;
}
body .gform_wrapper .gfield_checkbox li label:before, body .tnp-subscription .gfield_checkbox li label:before {
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  left: 9px;
  top: 6px;
}
body .gform_wrapper .gfield_checkbox label, body .gform_wrapper .gfield_checkbox .checkbox-group label, body .tnp-subscription .gfield_checkbox label, body .tnp-subscription .gfield_checkbox .checkbox-group label {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  padding-bottom: 10px;
  padding-top: 5px;
  width: auto !important;
  color: #262626;
  /* font-size: 12px; */
  /* max-width: 100%; */
}
body .gform_wrapper .gfield_checkbox .dealer-checkbox, body .tnp-subscription .gfield_checkbox .dealer-checkbox {
  padding-left: 20px !important;
}
body .gform_wrapper .gfield_checkbox .dealer-checkbox.invisible, body .tnp-subscription .gfield_checkbox .dealer-checkbox.invisible {
  display: none;
}

.font-w-300, .gfield_checkbox li label {
  font-weight: 300;
}

.checkbox-group input[type=checkbox]:checked + label:after, .gfield_checkbox li input[type=checkbox]:checked + label:after {
  background-color: #1c69d4;
  border-color: #1c69d4;
}

.gfield_checkbox li label:after {
  width: 25px;
  height: 25px;
  left: 0;
  top: 2px;
  z-index: 0;
  background-color: #fff;
  border: 2px solid #bbbbbb;
}
.gfield_checkbox li.not-all-checked input[type=checkbox]:checked + label:after {
  background-color: #8e8e8e;
  border-color: #8e8e8e;
}

@media (max-width: 767.98px) {
  .gform_wrapper textarea.medium {
    width: 100% !important;
  }
}

.custom-rate [type=radio]:checked + label:after {
  background-color: #1c69d4;
  border-color: #1c69d4;
}

.tnp-button, .tnp form .tnp-field input[type=submit] {
  margin-top: 15px;
  width: 100%;
  /*.page-template-bewerbung_page & {
  	//min-width: 250px;
  }*/
  /*.vc_col-sm-6 & {
  	width: 70%;
  }*/
}
@media (min-width: 520px) {
  .tnp-button, .tnp form .tnp-field input[type=submit] {
    width: 50%;
    min-width: 300px;
  }
  .tnp-button a, .tnp form .tnp-field input[type=submit] a {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .tnp-button, .tnp form .tnp-field input[type=submit] {
    width: 33.3333333333%;
    min-width: 300px;
  }
  .tnp-button a, .tnp form .tnp-field input[type=submit] a {
    width: 100%;
  }
}

.tnp {
  display: block;
  margin: 15px auto;
  max-width: 500px;
  width: 100%;
}
.tnp form .tnp-field > label {
  font-weight: bold;
  padding: 5px 0;
  font-size: 1em;
}
.tnp form .tnp-field .tnp-btn-link {
  display: block;
  padding-top: 0;
}
.tnp form .tnp-field .tnp-btn-link:before {
  top: 0;
}
.tnp form .tnp-field input[type=submit] {
  background-color: #1c69d4;
  background-image: none;
  font-size: 14px;
  padding: 15px 25px;
  font-weight: bold;
  text-transform: none;
  border: 0;
  border-radius: 0;
  line-height: 1.3;
  white-space: normal;
}
.tnp form .tnp-field input[type=text], .tnp form .tnp-field input[type=email] {
  width: 100%;
  border: 2px solid #d4d0ba;
  font-family: inherit;
  padding: 5px;
  background-color: #fff;
  padding: 12px 8px;
  font-size: 1em;
}

.gform_validation_error.gform_wrapper div.validation_error {
  border-color: #d20000;
  color: #d20000;
}
.gform_validation_error.gform_wrapper li.gfield.gfield_error {
  background-color: #d20000;
}
.gform_validation_error.gform_wrapper li.gfield.gfield_error .gfield_label {
  color: #d20000;
}
.gform_validation_error.gform_wrapper li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_validation_error.gform_wrapper li.gfield.gfield_error textarea {
  border: 2px solid #d20000;
}
.gform_validation_error.gform_wrapper li.gfield.gfield_error ul.gfield_checkbox, .gform_validation_error.gform_wrapper li.gfield.gfield_error ul.gfield_radio {
  color: inherit;
}
.gform_validation_error.gform_wrapper li.gfield.gfield_error ul.gfield_checkbox input:not(:checked) + label:after {
  border: 2px solid #d20000;
}

/*.checkbox-group {
	label {
		&:after {

			width: 25px;
			height: 25px;

			left: 0;
			top: 2px;
			z-index: 0;
			background-color: #fff;
			border: 2px solid $gray-500;

		}
	}

}*/
.search_form label {
  width: 100%;
  display: block;
}
.search_form input {
  font-size: 15px;
}
.search_form input.search-field {
  width: 33vw;
  min-width: 200px;
  max-width: 500px;
}
.search_form input.search-submit {
  width: 33.3333333333%;
  min-width: 200px;
  max-width: 500px;
}

.checkbox-group > input[type=checkbox] {
  /* display: none; */
  position: absolute;
  /* opacity: 0; */
  /* pointer-events: none; */
  width: 0;
  height: 0;
}
.checkbox-group input[type=checkbox]:checked + label {
  font-weight: bold;
  color: #262626;
}
.checkbox-group input[type=checkbox]:checked + label:before {
  opacity: 1;
}
.checkbox-group input[type=checkbox]:checked + label:after {
  background-color: #1c69d4;
  border: 2px solid #1c69d4;
}
.checkbox-group label {
  display: inline-block;
  font-weight: bold;
  color: #8e8e8e;
  position: relative;
  padding-left: 35px;
  font-size: 12px;
  max-width: 100%;
  padding-top: 4px;
  margin: 5px 10px 10px 5px;
}
.checkbox-group label:after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 0;
  background-color: #fff;
  border: 2px solid #bbbbbb;
}
.checkbox-group label:before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  left: 10px;
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
  transition: all 100ms;
}

.gform_wrapper .gfield.column-3.dealers-list ul {
  width: 100%;
}

.gform_wrapper .gfield.column-3.dealers-list .ginput_container_checkbox {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 16px;
    margin-bottom: 16px;
  }
  .gform_wrapper .gfield.column-3.dealers-list ul {
    width: 50%;
  }
  .gform_wrapper .gfield.column-3.dealers-list .ginput_container_checkbox {
    display: flex;
  }
}
@media (min-width: 992px) {
  .gform_wrapper .gfield.column-3.dealers-list ul {
    width: 33%;
  }
}
.gform_wrapper .left_label .gfield_description, .gform_wrapper .left_label .instruction, .gform_wrapper .right_label .gfield_description, .gform_wrapper .right_label .instruction {
  margin-left: 0%;
}

.page-template-jobalarm_page .dealers-list .wojewodztwo-checkbox .expand {
  position: absolute;
  /* right: 20px; */
  top: 0;
  margin-left: 4px;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}

.page-template-jobalarm_page .dealers-list .wojewodztwo-checkbox .expand:after {
  content: "";
  width: 8px;
  height: 8px;
  /* background-color: red; */
  /* border-left: 6px solid transparent; */
  /* border-right: 2px solid transparent; */
  /* border-top: 6px solid #008bd2; */
  /* border-width: 2px; */
  position: absolute;
  top: 9px;
  right: 9px;
  content: "";
  z-index: 98;
  cursor: pointer;
  border: solid #696969;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#jobresults .select_box {
  width: 100%;
}
#jobresults .select_box select {
  width: 100%;
  min-width: 100px;
}

#jobs tr th {
  border-bottom: 3px solid #dee2e6;
}
#jobs .job-item td a {
  line-height: inherit;
}

.checkbox-group {
  display: flex;
  flex-wrap: wrap;
}
.checkbox-group > strong {
  flex-grow: 1;
  width: 100%;
  padding-bottom: 1em;
}
.checkbox-group.dzialy-filter input {
  display: none;
}
.checkbox-group.dzialy-filter label.checkbox {
  width: 100%;
}
@media (min-width: 768px) {
  .checkbox-group.dzialy-filter label.checkbox {
    width: 45%;
  }
}
@media (min-width: 1280px) {
  .checkbox-group.dzialy-filter label.checkbox {
    width: 47%;
  }
}
.checkbox-group.wojewodztwa-filter input {
  display: none;
}
.checkbox-group.wojewodztwa-filter label.checkbox {
  width: 100%;
}
@media (min-width: 768px) {
  .checkbox-group.wojewodztwa-filter label.checkbox {
    width: 45%;
  }
}
@media (min-width: 1280px) {
  .checkbox-group.wojewodztwa-filter label.checkbox {
    width: 30%;
  }
}

#page #main #primary .dealer-form .gfield .gfield_label {
  font-size: 12px;
  font-weight: 500;
  padding: 0;
  margin-top: 3px;
  float: left;
  width: 29%;
  padding-right: 25px;
}
#page #main #primary .dealer-form .gfield_checkbox li {
  padding-left: 10px !important;
}

.tnp-subscription.newsletter_form input[type=email], .tnp-subscription.newsletter_form input[type=text] {
  border: 2px solid #bbbbbb;
  font-family: inherit;
  padding: 5px;
  background-color: #fff;
  padding: 12px 8px;
  font-size: 1em;
}
.tnp-subscription.newsletter_form button, .tnp-subscription.newsletter_form input[type=submit], .tnp-subscription.newsletter_form input[type=button] {
  padding: 15px 25px;
  background-color: #1c69d4;
  background-image: none;
}
.tnp-subscription.newsletter_form button:focus, .tnp-subscription.newsletter_form button:active, .tnp-subscription.newsletter_form button:hover, .tnp-subscription.newsletter_form input[type=submit]:focus, .tnp-subscription.newsletter_form input[type=submit]:active, .tnp-subscription.newsletter_form input[type=submit]:hover, .tnp-subscription.newsletter_form input[type=button]:focus, .tnp-subscription.newsletter_form input[type=button]:active, .tnp-subscription.newsletter_form input[type=button]:hover {
  background-color: #0653B6;
}

.newsletter_form {
  display: block;
  margin: 15px auto;
  max-width: 500px;
  width: 100%;
}
.newsletter_form .tnp-field {
  margin-bottom: 0.7em;
}
.newsletter_form input {
  width: 100%;
}
.newsletter_form input[type=email] {
  width: 100%;
}
.newsletter_form label {
  display: block;
  color: inherit;
  /* font-size: 14px; */
  font-weight: 700;
  line-height: normal;
  padding: 5px;
  margin: 0;
}
.newsletter_form .tnp-field-checkbox {
  position: relative;
}
.newsletter_form .tnp-field-checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  padding-bottom: 10px;
  padding-top: 5px;
  width: auto !important;
  color: #262626;
}
.newsletter_form .tnp-field-checkbox label:before, .newsletter_form .tnp-field-checkbox label:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 12px;
}
.newsletter_form .tnp-field-checkbox label:after {
  width: 25px;
  height: 25px;
  left: 0;
  top: 2px;
  z-index: 0;
  background-color: #fff;
  border: 2px solid #bbbbbb;
}
.newsletter_form .tnp-field-checkbox label:before {
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  left: 10px;
  top: 6px;
  z-index: 2;
  transform: rotate(45deg);
}
.newsletter_form .tnp-field-checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  z-index: -2;
  height: 26px !important;
  width: 26px !important;
  background-size: 16px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.newsletter_form .tnp-field-checkbox input:checked + label:after {
  background-color: #0068ce;
  border-color: #0068ce;
}

.breadcrumb {
  display: none;
  padding-bottom: 1em;
}
.breadcrumb .crumb-item:first-child {
  display: none;
}
.breadcrumb .crumb-item {
  display: inline-block;
  font-weight: bold;
  color: #8e8e8e;
}
.breadcrumb .crumb-item.current-page {
  color: #262626;
  font-weight: bold;
  padding-left: 8px;
}
.breadcrumb .crumb-item a {
  color: #8e8e8e;
  padding: 0 8px;
}
.breadcrumb .crumb-item a:visited {
  color: #8e8e8e;
}
.breadcrumb .crumb-item a:hover {
  text-decoration: none;
  color: #1c69d4;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 20px;
}

.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0;
}

.gform_wrapper .gform_footer:not(.top_label) input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  line-height: 1.3;
  min-height: auto;
  width: 100%;
}

.formularz-powiadomienia_wrapper .phone-custom-field-pref .gfield_label {
  display: none !important;
}
.formularz-powiadomienia_wrapper .phone-custom-field-pref, .formularz-powiadomienia_wrapper .phone-custom-field {
  margin-top: -20px !important;
  padding-right: 0 !important;
}

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  overflow: visible;
}

.vc_btn3-container {
  min-width: auto;
  width: 100%;
  /* *:not(.vc_col-sm-3) & , *:not(.vc_col-sm-6) & {


  	 width: calc( 100% );
  	 min-width: 250px;

   }*/
}
.vc_btn3-container a {
  width: 100%;
}
.bmw_list .vc_btn3-container {
  width: 100%;
  min-width: auto;
}
.vc_col-sm-3 .vc_btn3-container {
  width: 100%;
  min-width: auto;
}

.vc_col-sm-6 .vc_btn3-container {
  width: 100%;
}

@media (min-width: 520px) {
  *:not(.vc_col-sm-3) .gform_wrapper .gform_footer:not(.top_label) {
    margin-left: 0;
    width: 50%;
  }
  *:not(.vc_col-sm-3) .gform_wrapper .gform_footer:not(.top_label) input[type=button], *:not(.vc_col-sm-3) .gform_wrapper .gform_footer:not(.top_label) input[type=reset] {
    width: 100%;
  }
  .vc_btn3-container a {
    width: 100%;
  }
  .vc_col-sm-6 .vc_btn3-container {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .vc_col-sm-6 .vc_btn3-container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  *:not(.vc_col-sm-3) .gform_wrapper .gform_footer:not(.top_label) {
    margin-left: 0;
    width: 33.3333333333%;
  }
  .vc_btn3-container {
    width: 33.3333333333%;
    min-width: 300px;
  }
  .vc_btn3-container a {
    width: 100%;
  }
  .vc_col-sm-6 .vc_btn3-container {
    width: 70%;
  }
}
.d-hide {
  display: none;
}

.wp-post-image {
  width: 100%;
  height: auto;
}

.wpb_column img {
  width: 100%;
  height: auto;
}

.search .entry-header {
  padding: 0;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .search .entry-header {
    max-width: 30vw;
  }
}
.search .entry-meta {
  display: none;
}
.search .entry-thumbnail {
  clip-path: none;
  height: auto;
}
.search article {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .search article {
    flex-direction: row;
  }
}
.search .paging-navigation .nav-links > div {
  padding: 0 10px;
}

/*.d-none {
	display: none !important;
}*/
.site-header {
  background: none !important;
}

.header-content {
  position: relative;
}
.header-content .header-media {
  position: relative;
  height: 100vh;
  height: 100dvh;
  min-height: 635px;
  max-height: 860px;
}
.header-content .header-media video, .header-content .header-media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.header-content .header-abs {
  position: absolute;
  bottom: 2em;
  top: auto;
  left: 0%;
  text-align: left;
  width: 100%;
  color: white;
}
.header-content .header-abs .header-container {
  max-width: 1320px;
  margin: auto;
}
@media (min-width: 768px) {
  .header-content .header-abs .head-h1-1 {
    margin-left: -1em;
  }
  .header-content .header-abs .head-h1-2 {
    margin-left: 1.4em;
  }
}
.header-content .header-abs .header-container {
  padding: 0 1em;
}

.nivo-main-image {
  min-height: 150px;
}

#slidewrapper .metaslider {
  margin-bottom: 3em !important;
}

@media (min-width: 768px) {
  .main-img-margin {
    margin-top: -12%;
  }
}

.entry-thumbnail {
  height: 75vh;
  min-height: 300px;
  overflow: hidden;
  position: relative;
}
.entry-thumbnail:after {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  background: rgb(63, 94, 251);
  background: radial-gradient(circle at 50% 300%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 52%, rgba(0, 0, 0, 0) 90%);
  /*background: rgb(131,58,180);
  background: linear-gradient(324deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 29%, rgba(252,176,69,1) 64%, rgba(131,58,180,1) 100%);*/
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
}
.entry-thumbnail img {
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}

.rekrutacje-template-default .entry-content .section h3:last-child, .rekrutacje-template-default .entry-content .section h2:last-child {
  margin-top: 30px;
}

.obj-cover {
  object-fit: cover;
}

.wp-block-video video {
  height: 100%;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

@media (min-width: 768px) {
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
}
@media (min-width: 992px) {
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
}
.block_lp .post-item {
  align-items: center;
  margin: 3em 0;
  flex-direction: column;
}
.block_lp .post-item .post-img {
  width: 100%;
}
.block_lp .post-item .post-col {
  width: 100%;
}
.block_lp .post-item .post-text {
  padding: 3em;
}
@media (min-width: 768px) {
  .block_lp .post-item {
    flex-direction: row;
  }
  .block_lp .post-item .post-col {
    width: 50%;
  }
  .block_lp .post-item:nth-child(even) .post-img {
    order: 1;
  }
  .block_lp .post-item:nth-child(even) .post-text {
    order: 0;
  }
}
.wpb-content-wrapper > .vc_row {
  margin-bottom: 2em;
  padding-top: 2em;
}

.home-block {
  background-size: contain;
  z-index: 1;
  margin-top: 2em;
  position: relative;
  /*	&:before {
  	 content: '';
  		display: block;
  		width: 50%;
  		height: 250px;
  		background-color: $white;
  		top: 0;
  		left: 0;
  		position: absolute;
  		z-index: -1;
  		transform: skew(0deg, 5deg);


  	}*/
  /*	&:after {
  		content: '';
  		display: block;
  		width: 70%;
  		height: 250px;
  		background-color: $white;
  		top: 0;
  		left: auto;
  		right: 0;
  		position: absolute;
  		z-index: -1;
  		transform: skew(0deg, -5deg);


  	}*/
  /*@include media-breakpoint-down(sm) {
  	&:after,&:before {
  		width:50%;
  	}
  }*/
}

.p-5 {
  padding: 5em;
}

.p-4, .jobs-row {
  padding: 3.4em;
}

.p-3 {
  padding: 2.5em;
}

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

@media (min-width: 768px) {
  .text-md-right {
    text-align: right;
  }
}
blockquote {
  display: block;
  width: 70%;
  margin: auto;
  font-size: 1.2em;
  text-align: left;
  margin-bottom: 1em;
  position: relative;
  font-weight: 100;
  line-height: 1.7;
  padding: 1em;
  min-height: 100px;
}
blockquote:before {
  content: "";
  opacity: 1;
  /*	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chat-quote' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M2.678 11.894a1 1 0 0 1 .287.801 11 11 0 0 1-.398 2c1.395-.323 2.247-.697 2.634-.893a1 1 0 0 1 .71-.074A8 8 0 0 0 8 14c3.996 0 7-2.807 7-6s-3.004-6-7-6-7 2.808-7 6c0 1.468.617 2.83 1.678 3.894m-.493 3.905a22 22 0 0 1-.713.129c-.2.032-.352-.176-.273-.362a10 10 0 0 0 .244-.637l.003-.01c.248-.72.45-1.548.524-2.319C.743 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7-3.582 7-8 7a9 9 0 0 1-2.347-.306c-.52.263-1.639.742-3.468 1.105'/%3E%3Cpath fill='%23ffffff' d='M7.066 6.76A1.665 1.665 0 0 0 4 7.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 0 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 7.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 0 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z'/%3E%3C/svg%3E");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-quote' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M12 12a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1h-1.388q0-.527.062-1.054.093-.558.31-.992t.559-.683q.34-.279.868-.279V3q-.868 0-1.52.372a3.3 3.3 0 0 0-1.085.992 4.9 4.9 0 0 0-.62 1.458A7.7 7.7 0 0 0 9 7.558V11a1 1 0 0 0 1 1zm-6 0a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1H4.612q0-.527.062-1.054.094-.558.31-.992.217-.434.559-.683.34-.279.868-.279V3q-.868 0-1.52.372a3.3 3.3 0 0 0-1.085.992 4.9 4.9 0 0 0-.62 1.458A7.7 7.7 0 0 0 3 7.558V11a1 1 0 0 0 1 1z'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100px;
  height: 130px;
  top: -10%;
  left: -10px;
  display: block;
  position: absolute;
  padding-left: 2em;
}
blockquote strong {
  display: block;
  font-weight: 600;
  font-size: 1rem;
}
blockquote:nth-child(odd) {
  margin-left: 100px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 0 100px 100px 0;
}
blockquote:nth-child(odd):before {
  left: -110px;
  right: auto;
  transform: scaleX(-1);
}
blockquote:nth-child(even) {
  text-align: right;
  margin-right: 100px;
  margin-left: auto;
  padding-right: 2em;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 100px 0 0 100px;
}
blockquote:nth-child(even):before {
  top: -10%;
  left: auto;
  right: -110px;
}
@media (max-width: 991.98px) {
  blockquote {
    font-size: 1em;
  }
  blockquote:nth-child(odd) {
    border-radius: 0 50px 50px 0;
  }
  blockquote:nth-child(even) {
    border-radius: 50px 0 0 50px;
  }
}
@media (max-width: 767.98px) {
  blockquote {
    font-size: 0.9em;
  }
  blockquote:nth-child(odd) {
    border-radius: 0 30px 30px 0;
  }
  blockquote:nth-child(even) {
    border-radius: 30px 0 0 30px;
  }
}

.btn-link, .tnp form .tnp-field .tnp-btn-link {
  padding: 15px 25px;
  font-weight: bold;
  border: 0;
  text-align: left;
  padding: 0;
  padding-left: 20px;
  color: #262626;
  transition: all 0.2s ease-in-out;
  padding-top: 4px;
  position: relative;
}
.btn-link:before, .tnp form .tnp-field .tnp-btn-link:before {
  font-family: bmw_praca;
  content: "\e805";
  display: block;
  position: absolute;
  /* transform: translateX(-30px); */
  left: -8px;
  top: -3px;
  font-size: 30px;
  color: #1c69d4;
  transition: all 0.2s ease-in-out;
}
.btn-link:active, .tnp form .tnp-field .tnp-btn-link:active, .btn-link:focus, .tnp form .tnp-field .tnp-btn-link:focus {
  background-color: transparent;
  color: #1c69d4;
}
.btn-link:active:before, .tnp form .tnp-field .tnp-btn-link:active:before, .btn-link:focus:before, .tnp form .tnp-field .tnp-btn-link:focus:before {
  left: -4px;
}
.btn-link:hover, .tnp form .tnp-field .tnp-btn-link:hover {
  background-color: transparent;
  color: #1c69d4;
}
.btn-link:hover:before, .tnp form .tnp-field .tnp-btn-link:hover:before {
  left: -4px;
}

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.jobalarm-button {
  background-color: #1c69d4;
  border: 0px solid #1c69d4;
  height: auto;
  width: 130px;
  padding: 1em 1em 1em;
  background: rgb(0, 192, 179);
  font-size: 1.17em;
  border-radius: 15px 0 0 15px;
  background: linear-gradient(90deg, rgb(0, 192, 179) 0%, rgb(0, 139, 204) 100%);
}
.jobalarm-button:hover {
  background-color: #0653B6;
}
.jobalarm-button p {
  font-family: "BMWNext", Arial, Helvetica, sans-serif;
}
.jobalarm-button span {
  display: none;
}

.buttonimg {
  background: url(images/jobalarmbutton_white.png);
  background-size: 50px 54.5px;
  width: 50px;
  height: 54.5px;
  margin: 5px auto;
}

.btn-padding, .vc_general.vc_btn3.vc_btn3-size-lg, .vc_general.vc_btn3.vc_btn3-size-md, .vc_general.vc_btn3.vc_btn3-size-sm, .vc_general.vc_btn3, .btn-main, .vc_general.vc_btn3.vc_btn3-style-outline, .vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-outline-gray, .vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-outline-white, .vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-color-primary, .vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey, .block_lp .post-item .post-text .more-link, .cc-cookies a.cc-cookie-accept {
  padding: 1em 1.2em !important;
  margin-bottom: 1em;
  text-align: left;
}
.header-content .btn-padding, .header-content .vc_general.vc_btn3, .header-content .btn-main, .header-content .vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-outline-gray, .header-content .vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-outline-white, .header-content .vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-color-primary, .header-content .vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey, .header-content .block_lp .post-item .post-text .more-link, .block_lp .post-item .post-text .header-content .more-link, .header-content .cc-cookies a.cc-cookie-accept, .cc-cookies .header-content a.cc-cookie-accept {
  text-align: center;
}

.btn-size, body .entry-content a.btn-aplikuj, .vc_general.vc_btn3 {
  font-family: "BMWNext", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px !important;
}

.btn, .block_lp .post-item .post-text .more-link {
  border-radius: 0;
  border: none;
  text-align: center;
}
.vc_btn3-color-grey:not(.vc_btn3-style-custom) {
  background-color: #4d4d4d !important;
  outline-offset: 10px;
}
.vc_btn3-color-grey:not(.vc_btn3-style-custom):hover, .vc_btn3-color-grey:not(.vc_btn3-style-custom):active, .vc_btn3-color-grey:not(.vc_btn3-style-custom):visited, .vc_btn3-color-grey:not(.vc_btn3-style-custom):focus {
  color: #fff !important;
  background-color: #262626 !important;
}

.vc_btn3-container .btn, .vc_btn3-container .block_lp .post-item .post-text .more-link, .block_lp .post-item .post-text .vc_btn3-container .more-link {
  display: block;
}

.more-link {
  display: block;
  width: fit-content;
  margin-top: 1em;
}

.bg-blue .more-link, .block-blue .more-link {
  font-family: "BMWNext", Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 1em 1.2em;
  color: #262626;
  background-color: #fff;
}

.btn-main-color, .vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-color-primary, .vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  background-color: #1c69d4;
  text-transform: none;
}
.btn-main-color:hover, .vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-color-primary:hover, .vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:hover, .btn-main-color:focus, .vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-color-primary:focus, .vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus {
  background-color: #0653B6;
}

.btn-outline-gray, .vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-outline-gray {
  background-color: transparent !important;
  text-transform: none;
  border: 2px solid #666666;
  color: #666666;
}
.btn-outline-gray.vc_btn3-style-outline, .vc_btn3-style-outline.vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-outline-gray {
  border: none !important;
}
.btn-outline-gray:hover, .vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-outline-gray:hover, .btn-outline-gray:focus, .vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-outline-gray:focus {
  background-color: transparent;
  border: 2px solid #262626;
  color: #262626;
}

.vc_btn3-container .vc_general.vc_btn3 {
  width: 100%;
}

.btn-outline-white, .vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-outline-white {
  background-color: transparent;
  text-transform: none;
  border: 2px solid white;
  color: white;
}
.btn-outline-white:hover, .vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-outline-white:hover, .btn-outline-white:focus, .vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-outline-white:focus {
  background-color: transparent;
  border: 2px solid #e6e6e6;
  color: #e6e6e6;
}
.btn-outline-white.active, .active.vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-outline-white {
  background-color: #fff;
  color: #262626;
}

.btn-aplikuj {
  max-width: 100%;
}
@media (min-width: 520px) {
  .btn-aplikuj {
    width: 50vw;
  }
}
@media (min-width: 768px) {
  .btn-aplikuj {
    width: 33.3333333333vw;
  }
}
@media (min-width: 992px) {
  .btn-aplikuj {
    width: 25vw;
  }
}
@media (min-width: 1280px) {
  .btn-aplikuj {
    width: 20vw;
  }
}

.vc_general.vc_btn3 {
  min-width: 20vw;
}
@media (min-width: 992px) {
  .vc_general.vc_btn3 {
    max-width: 25vw;
  }
}
@media (min-width: 1280px) {
  .vc_general.vc_btn3 {
    max-width: 20vw;
  }
}
.vc_general.vc_btn3button {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.vc_general.vc_btn3.vc_btn3-style-modern {
  background-image: none !important;
}
.vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  color: #262626;
  border-width: 0;
  background-color: #dee2e6;
}
.vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-outline-white {
  outline-offset: -1px;
}
.vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-outline-white:not(.active):hover {
  background-color: rgba(255, 255, 255, 0.25);
  outline: 2px solid #fff;
  outline-offset: -3px;
}
.vc_general.vc_btn3.vc_btn3-shape-rounded {
  border-radius: 0 !important;
}
.vc_general.vc_btn3.vc_btn3-style-custom {
  padding: 0 !important;
  background-image: none;
  background-color: transparent !important;
  display: inline-block;
  width: auto;
  min-width: auto;
  color: #262626;
  display: flex;
  text-align: left;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.vc_general.vc_btn3.vc_btn3-style-custom:before {
  content: "";
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 32 32'%3E%3Cscript xmlns=''/%3E%3Cpath d='M10.5859 26L20.5859 16L10.5859 6H13.4144L23.4144 16L13.4143 26H10.5859Z' fill='%23000000' class='bmwfcol'/%3E%3Ctitle%3Earrow-chevron-right_rg_48%3C/title%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0px;
  height: 1.5em;
  padding-right: 2em;
  display: block;
}
.vc_general.vc_btn3.vc_btn3-style-custom:hover {
  color: rgba(38, 38, 38, 0.7);
}
.bg-blue .vc_general.vc_btn3.vc_btn3-style-custom:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 32 32'%3E%3Cscript xmlns=''/%3E%3Cpath d='M10.5859 26L20.5859 16L10.5859 6H13.4144L23.4144 16L13.4143 26H10.5859Z' fill='%23ffffff' class='bmwfcol'/%3E%3Ctitle%3Earrow-chevron-right_rg_48%3C/title%3E%3C/svg%3E");
}
.bg-blue .vc_general.vc_btn3.vc_btn3-style-custom:hover {
  color: rgba(255, 255, 255, 0.8);
}
.vc_btn3-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

body .entry-content a.btn-aplikuj {
  position: relative;
  text-decoration: none;
  background-color: #1c69d4;
  color: #fff;
  text-align: center;
  padding-left: 2em;
  padding-right: 2em;
  /*&:after {
  	position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
  	content: '';
  	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 32 32'%3E%3Cscript xmlns=''/%3E%3Cpath d='M10.5859 26L20.5859 16L10.5859 6H13.4144L23.4144 16L13.4143 26H10.5859Z' fill='%23ffffff' class='bmwfcol'/%3E%3Ctitle%3Earrow-chevron-right_rg_48%3C/title%3E%3C/svg%3E");
  	left: auto;
  	right: 1em;
  	width: 2em;
  	height: 1em;
  	background-position: center;
  	background-size: cover;
  }*/
}
body .entry-content a.btn-aplikuj:hover {
  background-color: #0653B6;
}

.vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-color-primary.show-jobs, .btn-gradient .vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-color-primary {
  background-image: radial-gradient(circle at 30% center, #1c69d4 0%, rgb(61.55, 131.8125, 229.45) 100%) !important;
  border: none;
  transition: all 0.6s ease;
  background-size: 100%;
  background-position: center;
}
.vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-color-primary.show-jobs:hover, .btn-gradient .vc_general.vc_btn3.vc_btn3-style-modern.vc_btn3-color-primary:hover {
  background-size: 300%;
}

.share-item img {
  max-width: 30px;
}

.error404 footer {
  margin-top: 0;
}
.error404 .page-header {
  background-color: transparent;
  padding-top: 70vh;
  /*margin: auto;
  padding: 0px 18%;*/
}
.error404 .site-content {
  background-color: #666666;
  background-image: url("images/error_404.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.error404 .page-wrapper {
  /*	background-color: rgb(255 255 255 / 0.52);
  	backdrop-filter: blur(20px);*/
  background-color: #fff;
}
.error404 .page-wrapper, .error404 .page-header {
  margin: auto;
  padding-left: 8%;
  padding-right: 8%;
}
@media (min-width: 768px) {
  .error404 .page-wrapper, .error404 .page-header {
    margin: auto;
    padding-left: 18%;
    padding-right: 18%;
  }
}
.error404 .page-title {
  color: #fff;
}
.error404 .page-title:before {
  color: #fff;
}

.content-area {
  overflow-y: visible;
}

.bootstrap-select {
  font-family: "BMWNext", Arial, Helvetica, sans-serif;
}
.bootstrap-select button {
  margin-top: 0;
  font-family: "BMWNext", Arial, Helvetica, sans-serif;
}
.bootstrap-select .btn-group button {
  background-color: white;
  color: #888;
  cursor: pointer;
}
.bootstrap-select .btn-group button:hover {
  color: #262626;
}
.bootstrap-select input.form-control {
  padding: 0.8em 0.2em;
  font-family: "BMWNext", Arial, Helvetica, sans-serif;
}
.bootstrap-select .dropdown-toggle {
  background-color: #fff;
  border: 1px solid #262626;
  color: #262626;
}
.bootstrap-select .dropdown-toggle:hover {
  background-color: inherit;
  border: 1px solid #262626;
  color: inherit;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none;
}
.bootstrap-select .dropdown-toggle.btn-light:hover {
  background-color: #fff;
  color: #262626;
}
.bootstrap-select .dropdown-menu {
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1882352941);
}
.bootstrap-select .dropdown-menu li a {
  box-sizing: border-box;
  padding: 0.6em 1em;
}
.bootstrap-select .dropdown-menu li a:active {
  background-color: rgba(28, 105, 212, 0.2);
}
.bootstrap-select .dropdown-menu li.active a:hover {
  color: white;
  background-color: rgb(21.455, 80.45625, 162.445);
}
.bootstrap-select .dropdown-menu .selected .check-mark {
  padding: 0.3em;
}

.block-blue {
  background-color: #002554;
  position: relative;
  color: #fff;
}
.entry-content .block-blue a:not(.btn):not(.more-link) {
  color: #fff;
  text-decoration: none;
}
.block-blue:after {
  content: "";
  display: block;
  position: absolute;
  width: 40%;
  height: 60%;
  top: 10%;
  left: 50%;
  background-color: #003e6f;
  z-index: 0;
  filter: blur(200px);
}
.block-blue .block-cnt {
  position: relative;
  z-index: 1;
}

.bg-blue {
  background-color: #002554;
  color: #fff;
}
.bg-blue a:not(.btn):not(.more-link) {
  color: #fff;
  text-decoration: none;
}

body .vc_tta-tabs.vc_tta-color-grey .vc_tta-tabs-container {
  background: none;
}

.vc_tta-tabs.vc_tta-color-grey .vc_tta-tabs-container {
  border-bottom: 2px solid #ced4da;
  background-color: #e6e6e6;
  padding-top: 2em;
  background: linear-gradient(0deg, rgb(242, 242, 242) 66%, rgba(255, 255, 255, 0) 100%);
}
.vc_tta-tabs.vc_tta-color-grey .vc_tta-tabs-container .vc_tta-tabs-list {
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .vc_tta-tabs.vc_tta-color-grey .vc_tta-tab a {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .vc_tta-tabs.vc_tta-color-grey .vc_tta-tab {
    width: 40%;
    font-size: 1em;
  }
}
.vc_tta-tabs.vc_tta-color-grey .vc_tta-tab.vc_active > a {
  background-color: #fff;
  background-color: #1c69d4 !important;
  color: #fff !important;
}
.vc_tta-tabs.vc_tta-color-grey .vc_tta-tab.vc_active > a:before {
  display: none;
  content: "";
  height: 3px;
  width: 0 !important;
  width: 100% !important;
  height: 3px !important;
  left: 0 !important;
  top: 0 !important;
  bottom: auto !important;
  background-color: rgb(22.05, 82.6875, 166.95);
}
.vc_tta-tabs.vc_tta-color-grey .vc_tta-tab > a {
  border-radius: 0 !important;
  background-color: #f2f2f2 !important;
  border: none !important;
  position: relative;
  margin-bottom: -1px;
}
.vc_tta-tabs.vc_tta-color-grey .vc_tta-tab > a:before {
  display: none !important;
  content: "";
  height: 3px !important;
  width: 0 !important;
  width: 0 !important;
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  bottom: auto !important;
  background-color: #4d4d4d;
  transition: all 0.3s ease !important;
}
.vc_tta-tabs.vc_tta-color-grey.vc_tta.vc_general .vc_tta-panel-title > a {
  text-align: left !important;
}

#jobs table {
  border-spacing: 0;
}
#jobs td a {
  padding: 0;
}
.bg-green {
  color: white;
  background: rgb(0, 188, 162);
  background: linear-gradient(to right, rgba(62, 82, 122, 0.8), rgba(62, 82, 122, 0.4));
}

.stretched-link {
  position: unset !important;
}
.stretched-link:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.offer-row {
  position: relative;
  display: grid;
  column-gap: 1em;
  grid-template-columns: 1fr;
  padding: 0.7em 0;
  border-bottom: 3px solid #dee2e6;
  align-items: center;
}
.offer-row .bold {
  font-weight: bold;
}
@media (min-width: 768px) {
  .offer-row {
    grid-template-columns: 10fr 3fr 2fr 75px;
  }
}
@media (min-width: 992px) {
  .offer-row {
    grid-template-columns: 70% 2fr 1fr 75px;
  }
}
.offer-row .offer-col.offer-1, .offer-row .offer-col.offer-2 {
  padding-left: 0.8em;
}
@media (max-width: 767.98px) {
  .offer-row .offer-col.offer-1, .offer-row .offer-col.offer-2 {
    padding-right: 75px;
  }
}
.offer-row .offer-col.offer-3 {
  text-align: right;
}
.offer-row .offer-col.offer-3 a {
  text-align: right;
  position: relative;
}
.offer-row .offer-col.offer-3 a:hover:before {
  background-color: #dee2e6;
}
.offer-row .offer-col.offer-3 a:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 32 32'%3E%3Cscript xmlns=''/%3E%3Cpath d='M10.5859 26L20.5859 16L10.5859 6H13.4144L23.4144 16L13.4143 26H10.5859Z' fill='%23000000' class='bmwfcol'/%3E%3Ctitle%3Earrow-chevron-right_rg_48%3C/title%3E%3C/svg%3E");
  background-size: 30px;
  background-position: center;
  background-color: #white;
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  width: 75px;
  height: 100%;
  /* padding-right: 2em; */
  display: block;
  text-align: center;
}

.overflow-auto {
  overflow: auto;
}

.overflow-auto.fit-screen {
  max-height: unset;
  min-height: unset;
  height: 100%;
  position: relative;
  transition: all 0.5s ease;
}
.overflow-auto.fit-screen.active {
  height: 90vh;
  min-height: 700px;
  overflow: hidden;
}
.overflow-auto.fit-screen.active:after {
  content: "";
  display: block;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  width: 100%;
  height: 100px;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.overflow-auto.fit-screen.active + .more {
  display: block;
}
.overflow-auto.fit-screen + .more {
  display: none;
}

.timeline.vert > .vc_column_container {
  position: relative;
}
.timeline.vert > .vc_column_container:after0 {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  left: calc(50% - 2px);
  top: 0;
  position: absolute;
  background-color: deeppink;
}
.timeline.vert .wpb_wrapper0 {
  padding-top: 2em;
  position: relative;
}
.timeline.vert .wpb_wrapper0 > .wpb_row {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  margin-top: -10%;
  margin-bottom: -10%;
}
.timeline.vert .wpb_wrapper0 > .wpb_row > .wpb_column {
  order: 0;
  text-align: left !important;
}
.timeline.vert .wpb_wrapper0 > .wpb_row:nth-child(odd) > .wpb_column:last-child {
  transform: translateX(-10%);
  background-color: red;
  border: 1px solid pink;
}
.timeline.vert .wpb_wrapper0 > .wpb_row:nth-child(even) > .wpb_column {
  text-align: right !important;
}
.timeline.vert .wpb_wrapper0 > .wpb_row:nth-child(even) > .wpb_column:first-child {
  order: 1;
  text-align: right !important;
}
.timeline.vert .wpb_wrapper0 > .wpb_row:nth-child(even) > .wpb_column:last-child {
  transform: translateX(10%);
  background-color: red;
  border: 1px solid pink;
}
@media (min-width: 768px) {
  .timeline.vert {
    max-width: 80vw;
    margin: auto;
  }
  .timeline.vert .wpb_wrapper {
    margin-bottom: 0;
    position: relative;
  }
  .timeline.vert .wpb_wrapper > div {
    padding: 1.2em;
    margin-bottom: 0;
  }
  .timeline.vert .wpb_wrapper > .wpb_row {
    display: flex;
    flex-flow: wrap;
    align-items: stretch;
    padding-bottom: 0;
  }
  .timeline.vert .wpb_wrapper > .wpb_row > .wpb_column {
    order: 0;
    text-align: left !important;
  }
  .timeline.vert .wpb_wrapper > .wpb_row > .wpb_column:last-child {
    background-color: #e6e6e6;
    display: flex;
    align-items: center;
  }
  .timeline.vert .wpb_wrapper > .wpb_row:nth-child(odd) > .wpb_column:last-child {
    transform: translateX(-10%);
  }
  .timeline.vert .wpb_wrapper > .wpb_row:nth-child(even) > .wpb_column {
    text-align: right !important;
  }
  .timeline.vert .wpb_wrapper > .wpb_row:nth-child(even) > .wpb_column:first-child {
    order: 1;
    text-align: right !important;
  }
  .timeline.vert .wpb_wrapper > .wpb_row:nth-child(even) > .wpb_column:last-child {
    transform: translateX(10%);
  }
}
@media (min-width: 992px) {
  .timeline.vert {
    max-width: 70vw;
    margin: auto;
  }
}
@media (min-width: 1280px) {
  .timeline.vert {
    max-width: 60vw;
    margin: auto;
  }
}
@media (max-width: 767.98px) {
  .timeline .wpb_single_image img {
    max-width: 75%;
    margin-bottom: -16%;
  }
}

.blog-grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}
@media (min-width: 520px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog-grid a {
  text-decoration: none;
}
.blog-grid > div .grid_img {
  padding-bottom: 1em;
}
.blog-grid.one_in7 > div:nth-child(7n+1) {
  display: grid;
  grid-template-rows: auto auto;
  gap: 15px;
}
@media (min-width: 768px) {
  .blog-grid.one_in7 > div:nth-child(7n+1) {
    grid-template-columns: calc(33.33% - 7.5px) calc(66.67% - 7.5px);
    grid-column: 1/-1;
  }
  .blog-grid.one_in7 > div:nth-child(7n+1) .grid_img {
    padding-bottom: 0;
    grid-column: 2;
    grid-row: 1;
  }
}
@media (min-width: 768px) {
  .blog-grid.one_in7 > div:nth-child(7n+1) {
    align-items: center;
  }
}

.sidebar__list {
  position: sticky;
  top: 50px;
}

.blog-cnt .wp-post-image {
  object-fit: cover;
}
.blog-cnt aside {
  order: 0;
  width: 100%;
}
.blog-cnt aside .sidebar__list {
  margin-top: 0;
  padding: 0;
}
.blog-cnt aside .sidebar__list .sidebar__item {
  text-align: left;
}
.blog-cnt .main-content {
  order: 1;
  width: 100%;
}

.nav-links {
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  padding: 2em 0 3em 0;
}

@media (max-width: 767.98px) {
  .nav-links {
    justify-content: center;
    width: 100%;
  }
}
.nav-links .prev, .nav-links .next {
  display: none;
}
.nav-links .page-numbers {
  padding: 8px 16px;
  margin: 0 0;
  color: #666666;
  text-decoration: none;
}
.nav-links .page-numbers + a.page-numbers {
  transition: background-color 0.3s ease, color 0.3s ease;
}
.nav-links .page-numbers + a.page-numbers:hover {
  background-color: rgb(17.885, 67.06875, 135.415);
  color: #fff;
}
.nav-links .page-numbers.current {
  background-color: #1c69d4;
  color: #fff;
}
.nav-links .page-numbers.dots {
  margin: 0;
  padding: 8px 8px;
  border: none;
}

.site-main .lwptoc-baseItems .lwptoc_items {
  font-size: 1em;
}

.blog_button a {
  display: inline-block;
  padding: 0.8em 0.8em 0.8em;
  position: relative;
  text-transform: initial;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 0.8em;
}
.blog_button a span {
  font-size: 0.8em;
  display: inline-block;
  background-color: #666666;
  padding: 0.05em 0.5em;
  border-radius: 2px;
  color: #fff;
}
.blog_button.active a {
  color: #1c69d4;
  /*	&:after {
  		content: "";
  		position: absolute;
  		top: 0;
  		right: 4px;
  		width: 24px;
  		height: 100%;
  		background-size: 24px;
  		//background-color: $gray_800;
  		//background-size: cover;
  		background-position: center;
  		background-repeat: no-repeat;
  		//background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 32 32'%3E%3Cscript xmlns=''/%3E%3Cpath d='M26.7072 10.7072L13.0001 24.4143L5.29297 16.7072L6.70718 15.293L13.0001 21.5859L25.2929 9.29297L26.7072 10.7072Z' fill='%23000000' class='bmwfcol'/%3E%3Ctitle%3Echeckmark_rg_48%3C/title%3E%3C/svg%3E");
  	}*/
}
.blog_button.active a span {
  background-color: #1c69d4;
}
.blog_button.icon_plus a {
  padding-right: 2em;
  min-width: 220px;
}
.blog_button.icon_plus a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 4px;
  width: 24px;
  height: 100%;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 32 32'%3E%3Cscript xmlns=''/%3E%3Cpath d='M16.7539 15V4H14.7539V15H3.75391V17H14.7539V28H16.7539V17H27.7539V15H16.7539Z' fill='%23000000' class='bmwfcol'/%3E%3Ctitle%3Eplus_rg_48%3C/title%3E%3C/svg%3E");
}

body.page-template-archive aside h2, body.page-template-archive aside .type-rekrutacje .entry-content > .section h3:not(:first-child), .type-rekrutacje .entry-content > .section body.page-template-archive aside h3:not(:first-child) {
  display: block;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .blog_aside .collapse:not(.show) {
    display: none;
  }
}

.vc_tta-color-grey.vc_tta-style-classic.accordion-custom .vc_tta-panel .vc_tta-panel-heading {
  border-color: transparent;
  background-color: transparent;
}
.vc_tta-color-grey.vc_tta-style-classic.accordion-custom .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #666666;
}
.vc_tta-color-grey.vc_tta-style-classic.accordion-custom .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #fff;
}
.vc_tta-color-grey.vc_tta-style-classic.accordion-custom .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon:before, .vc_tta-color-grey.vc_tta-style-classic.accordion-custom .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon:after {
  border-color: #fff;
}

.table-artefakta {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table-artefakta thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table-artefakta td, .table-artefakta th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table-artefakta-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-artefakta thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table-artefakta td, .table-artefakta th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table-artefakta-bordered {
  border: 1px solid #dee2e6;
  border-collapse: collapse;
  border-spacing: 0px;
}

.table-artefakta-bordered td, .table-artefakta-bordered th {
  border: 1px solid #dee2e6;
}

.table-responsive {
  overflow: auto;
}
.table-responsive td {
  font-size: clamp(12px, 3vw, 15px);
}
.table-responsive td h5 {
  font-size: clamp(15px, 3vw, 20px);
}

.strict-height .top-ms-block .input-locator .form-control {
  padding: 1em 2.3em 1em 1em;
  margin: 0.5em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-geo-alt-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10m0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 97% center;
  /*	@include media-breakpoint-down(sm) {
  		margin-left: 0;
  	}*/
}

.ul-icons {
  margin: 0;
  padding: 0;
  height: 100%;
}
.ul-icons .menu-icons {
  display: inline-block;
}
.ul-icons .menu-icons a, .ul-icons .menu-icons button {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: row-reverse;
  padding: 0;
  margin: 0 0 0 1em;
}
.ul-icons .menu-icons a:hover, .ul-icons .menu-icons button:hover {
  border-bottom: 2px solid transparent;
}
.ul-icons .menu-icons a:before, .ul-icons .menu-icons button:before {
  font-size: 2em;
}
.ul-icons .menu-icons a span, .ul-icons .menu-icons button span {
  display: none;
}
.ul-icons .menu-icons button {
  background-color: transparent;
}
.ul-icons .icon-burger_menu:after {
  display: none;
}
@media (max-width: 991.98px) {
  .menu-desktop-on .ul-icons .menu-icons a, .menu-on .ul-icons .menu-icons a {
    color: #666666;
  }
  .menu-desktop-on .ul-icons .menu-icons a:hover, .menu-on .ul-icons .menu-icons a:hover {
    color: #262626;
  }
}
.menu-desktop-on .ul-icons a {
  color: #262626;
}

.header-icons .ul-icons a {
  margin: 0 0.3em;
}
.header-icons .ul-icons li:first-child {
  margin-left: 0.7em;
}
.header-icons .ul-icons li:last-child {
  margin-right: 0.7em;
}

.menu-btn.ul-icons {
  display: flex;
}
.menu-btn.ul-icons .menu-toggle:before {
  font-size: 50px;
}

.share-items-block {
  text-align: right;
}

.share-items-list {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding-left: 0;
}
.share-items-list .share-item {
  display: inline-block;
  margin-right: 20px;
}
.share-items-list .share-item:last-child {
  margin-right: 0;
}

.share-items-list {
  margin: 0;
}

@font-face {
  font-family: "bmw_praca";
  src: url("font/bmw_praca.eot?36471223");
  src: url("font/bmw_praca.eot?36471223#iefix") format("embedded-opentype"), url("font/bmw_praca.woff2?36471223") format("woff2"), url("font/bmw_praca.woff?36471223") format("woff"), url("font/bmw_praca.ttf?36471223") format("truetype"), url("font/bmw_praca.svg?36471223#bmw_praca") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'bmw_praca';
    src: url('../font/bmw_praca.svg?45306880#bmw_praca') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "bmw_praca";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-burger_menu:before {
  content: "\e800";
} /* '' */
.icon-download:before {
  content: "\e801";
} /* '' */
.icon-location:before {
  content: "\e802";
} /* '' */
.icon-reminder:before {
  content: "\e803";
} /* '' */
.icon-arrow-up:before {
  content: "\e804";
} /* '' */
.icon-arrow-right:before {
  content: "\e805";
} /* '' */
.icon-arrow-down:before {
  content: "\e806";
} /* '' */
.icon-arrow-left:before {
  content: "\e807";
} /* '' */
.icon-close_x:before {
  content: "\e808";
} /* '' */
.icon-a_right_xl:before {
  content: "\e809";
} /* '' */
.icon-info_i:before {
  content: "\e80a";
} /* '' */
.icon-mybmw:before {
  content: "\e80b";
} /* '' */
.icon-profile:before {
  content: "\e80c";
} /* '' */
.icon-search2:before {
  content: "\e80d";
} /* '' */
.icon-grid-view:before {
  content: "\e80e";
} /* '' */
.icon-dealer-locator:before {
  content: "\e80f";
} /* '' */
.icon-my-notepad:before {
  content: "\e810";
} /* '' */
.icon-user:before {
  content: "\e811";
} /* '' */
.streifen {
  display: none;
}

html, body {
  font-family: "BMWNext", Arial, Helvetica, sans-serif;
}
html p a, html footer a, body p a, body footer a {
  font-family: "BMWNext", Arial, Helvetica, sans-serif !important;
}
html footer a, body footer a {
  font-family: "BMWNext", Arial, Helvetica, sans-serif !important;
  font-weight: 300 !important;
}
html .site-footer a, body .site-footer a {
  padding: 2px 0;
}
html h1, html h2, html .type-rekrutacje .entry-content > .section h3:not(:first-child), .type-rekrutacje .entry-content > .section html h3:not(:first-child), html h3, html .type-rekrutacje .entry-content > .section h3:first-child, .type-rekrutacje .entry-content > .section html h3:first-child, html h4, html h5, html input, html select, html textarea, body h1, body h2, body .type-rekrutacje .entry-content > .section h3:not(:first-child), .type-rekrutacje .entry-content > .section body h3:not(:first-child), body h3, body .type-rekrutacje .entry-content > .section h3:first-child, .type-rekrutacje .entry-content > .section body h3:first-child, body h4, body h5, body input, body select, body textarea {
  font-family: "BMWNext", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
html .font-title, body .font-title {
  font-family: "BMWNext", Arial, Helvetica, sans-serif;
  font-weight: 300;
}

a {
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -ms-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #262626;
}

a:hover, a:focus, a:active {
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -ms-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #0653B6;
}

a:visited {
  color: #262626;
}

.entry-content a, .comment-content a {
  color: inherit;
}
.entry-content a:hover, .comment-content a:hover {
  text-decoration: none;
  color: inherit;
}

.logo {
  z-index: 900;
}

/*.logo, .homelogo {
	position: absolute;
	left: 43px;
	top: 43px;
}*/
/*.homelogo {
	left: auto;
	right: 43px;
	z-index: 1;
	img {
		width: 84px;
		height: auto;
	}
}*/
/*.logo img {
	width: 150px;
	height: auto;
	//box-shadow: 0 0 5px #cecece;
}*/
nav .container {
  position: relative;
}

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