@keyframes spinner-border {
  to {
    transform:rotate(360deg)
  }
}
.spinner-border {
  display:inline-block;
  width:2rem;
  height:2rem;
  vertical-align:text-bottom;
  border:.25em solid currentColor;
  border-right-color:transparent;
  border-radius:50%;
  animation:spinner-border .75s linear infinite
}
.spinner-border-sm {
  width:1rem;
  height:1rem;
  border-width:.2em
}
@keyframes spinner-grow {
  0% {
    transform:scale(0)
  }
  50% {
    opacity:1
  }
}
.spinner-grow {
  display:inline-block;
  width:2rem;
  height:2rem;
  vertical-align:text-bottom;
  background-color:currentColor;
  border-radius:50%;
  opacity:0;
  animation:spinner-grow .75s linear infinite
}
.spinner-grow-sm {
  width:1rem;
  height:1rem
}
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */html {
  box-sizing:border-box;
  -ms-overflow-style:scrollbar
}
*,
::after,
::before {
  box-sizing:inherit
}
.container {
  width:100%;
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto
}
@media (min-width:576px) {
  .container {
    max-width:641px
  }
}
@media (min-width:768px) {
  .container {
    max-width:768px
  }
}
@media (min-width:992px) {
  .container {
    max-width:1024px
  }
}
@media (min-width:1200px) {
  .container {
    max-width:1620px;
  }
  .container img {   
  /*  height: auto !important;*/
    max-height: 100%;
    max-width: 100%;
    width: auto;}
}
.container-fluid {
  width:100%;
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto
}
.row {
  display:flex;
  flex-wrap:wrap;
  margin-right:-15px;
  margin-left:-15px
}
.no-gutters {
  margin-right:0;
  margin-left:0
}
.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right:0;
  padding-left:0
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px
}
.col {
  flex-basis:0;
  flex-grow:1;
  max-width:100%
}
.col-auto {
  flex:0 0 auto;
  width:auto;
  max-width:100%
}
.col-1 {
  flex:0 0 8.3333333333%;
  max-width:8.3333333333%
}
.col-2 {
  flex:0 0 16.6666666667%;
  max-width:16.6666666667%
}
.col-3 {
  flex:0 0 25%;
  max-width:25%
}
.col-4 {
  flex:0 0 33.3333333333%;
  max-width:33.3333333333%
}
.col-5 {
  flex:0 0 41.6666666667%;
  max-width:41.6666666667%
}
.col-6 {
  flex:0 0 50%;
  max-width:50%
}
.col-7 {
  flex:0 0 58.3333333333%;
  max-width:58.3333333333%
}
.col-8 {
  flex:0 0 66.6666666667%;
  max-width:66.6666666667%
}
.col-9 {
  flex:0 0 75%;
  max-width:75%
}
.col-10 {
  flex:0 0 83.3333333333%;
  max-width:83.3333333333%
}
.col-11 {
  flex:0 0 91.6666666667%;
  max-width:91.6666666667%
}
.col-12 {
  flex:0 0 100%;
  max-width:100%
}
.order-first {
  order:-1
}
.order-last {
  order:13
}
.order-0 {
  order:0
}
.order-1 {
  order:1
}
.order-2 {
  order:2
}
.order-3 {
  order:3
}
.order-4 {
  order:4
}
.order-5 {
  order:5
}
.order-6 {
  order:6
}
.order-7 {
  order:7
}
.order-8 {
  order:8
}
.order-9 {
  order:9
}
.order-10 {
  order:10
}
.order-11 {
  order:11
}
.order-12 {
  order:12
}
.offset-1 {
  margin-left:8.3333333333%
}
.offset-2 {
  margin-left:16.6666666667%
}
.offset-3 {
  margin-left:25%
}
.offset-4 {
  margin-left:33.3333333333%
}
.offset-5 {
  margin-left:41.6666666667%
}
.offset-6 {
  margin-left:50%
}
.offset-7 {
  margin-left:58.3333333333%
}
.offset-8 {
  margin-left:66.6666666667%
}
.offset-9 {
  margin-left:75%
}
.offset-10 {
  margin-left:83.3333333333%
}
.offset-11 {
  margin-left:91.6666666667%
}
@media (min-width:576px) {
  .col-sm {
    flex-basis:0;
    flex-grow:1;
    max-width:100%
  }
  .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%
  }
  .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%
  }
  .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:100%
  }
  .col-lg-7 {
    flex:0 0 58.3333333333%;
    max-width:58.3333333333%
  }
  .col-lg-8 {
    flex:0 0 66.6666666667%;
    max-width:66.6666666667%
  }
  .col-lg-9 {
    flex:0 0 75%;
    max-width:75%
  }
  .col-lg-10 {
    flex:0 0 83.3333333333%;
    max-width:83.3333333333%
  }
  .col-lg-11 {
    flex:0 0 91.6666666667%;
    max-width:91.6666666667%
  }
  .col-lg-12 {
    flex:0 0 100%;
    max-width:100%
  }
  .order-lg-first {
    order:-1
  }
  .order-lg-last {
    order:13
  }
  .order-lg-0 {
    order:0
  }
  .order-lg-1 {
    order:1
  }
  .order-lg-2 {
    order:2
  }
  .order-lg-3 {
    order:3
  }
  .order-lg-4 {
    order:4
  }
  .order-lg-5 {
    order:5
  }
  .order-lg-6 {
    order:6
  }
  .order-lg-7 {
    order:7
  }
  .order-lg-8 {
    order:8
  }
  .order-lg-9 {
    order:9
  }
  .order-lg-10 {
    order:10
  }
  .order-lg-11 {
    order:11
  }
  .order-lg-12 {
    order:12
  }
  .offset-lg-0 {
    margin-left:0
  }
  .offset-lg-1 {
    margin-left:8.3333333333%
  }
  .offset-lg-2 {
    margin-left:16.6666666667%
  }
  .offset-lg-3 {
    margin-left:25%
  }
  .offset-lg-4 {
    margin-left:33.3333333333%
  }
  .offset-lg-5 {
    margin-left:41.6666666667%
  }
  .offset-lg-6 {
    margin-left:50%
  }
  .offset-lg-7 {
    margin-left:58.3333333333%
  }
  .offset-lg-8 {
    margin-left:66.6666666667%
  }
  .offset-lg-9 {
    margin-left:75%
  }
  .offset-lg-10 {
    margin-left:83.3333333333%
  }
  .offset-lg-11 {
    margin-left:91.6666666667%
  }
}
@media (min-width:1200px) {
  .col-xl {
    flex-basis:0;
    flex-grow:1;
    max-width:100%
  }
  .col-xl-auto {
    flex:0 0 auto;
    width:auto;
    max-width:100%
  }
  .col-xl-1 {
    flex:0 0 8.3333333333%;
    max-width:8.3333333333%
  }
  .col-xl-2 {
    flex:0 0 16.6666666667%;
    max-width:16.6666666667%
  }
  .col-xl-3 {
    flex:0 0 25%;
    max-width:25%
  }
  .col-xl-4 {
    flex:0 0 33.3333333333%;
    max-width:33.3333333333%
  }
  .col-xl-5 {
    flex:0 0 41.6666666667%;
    max-width:41.6666666667%
  }
  .col-xl-6 {
    flex:0 0 50%;
    max-width:50%
  }
  .col-xl-7 {
    flex:0 0 58.3333333333%;
    max-width:58.3333333333%
  }
  .col-xl-8 {
    flex:0 0 66.6666666667%;
    max-width:66.6666666667%
  }
  .col-xl-9 {
    flex:0 0 75%;
    max-width:75%
  }
  .col-xl-10 {
    flex:0 0 83.3333333333%;
    max-width:83.3333333333%
  }
  .col-xl-11 {
    flex:0 0 91.6666666667%;
    max-width:91.6666666667%
  }
  .col-xl-12 {
    flex:0 0 100%;
    max-width:100%
  }
  .order-xl-first {
    order:-1
  }
  .order-xl-last {
    order:13
  }
  .order-xl-0 {
    order:0
  }
  .order-xl-1 {
    order:1
  }
  .order-xl-2 {
    order:2
  }
  .order-xl-3 {
    order:3
  }
  .order-xl-4 {
    order:4
  }
  .order-xl-5 {
    order:5
  }
  .order-xl-6 {
    order:6
  }
  .order-xl-7 {
    order:7
  }
  .order-xl-8 {
    order:8
  }
  .order-xl-9 {
    order:9
  }
  .order-xl-10 {
    order:10
  }
  .order-xl-11 {
    order:11
  }
  .order-xl-12 {
    order:12
  }
  .offset-xl-0 {
    margin-left:0
  }
  .offset-xl-1 {
    margin-left:8.3333333333%
  }
  .offset-xl-2 {
    margin-left:16.6666666667%
  }
  .offset-xl-3 {
    margin-left:25%
  }
  .offset-xl-4 {
    margin-left:33.3333333333%
  }
  .offset-xl-5 {
    margin-left:41.6666666667%
  }
  .offset-xl-6 {
    margin-left:50%
  }
  .offset-xl-7 {
    margin-left:58.3333333333%
  }
  .offset-xl-8 {
    margin-left:66.6666666667%
  }
  .offset-xl-9 {
    margin-left:75%
  }
  .offset-xl-10 {
    margin-left:83.3333333333%
  }
  .offset-xl-11 {
    margin-left:91.6666666667%
  }
}
@media (min-width:1400px) {
  .col-xxl {
    flex-basis:0;
    flex-grow:1;
    max-width:100%
  }
  .col-xxl-auto {
    flex:0 0 auto;
    width:auto;
    max-width:100%
  }
  .col-xxl-1 {
    flex:0 0 8.3333333333%;
    max-width:8.3333333333%
  }
  .col-xxl-2 {
    flex:0 0 16.6666666667%;
    max-width:16.6666666667%
  }
  .col-xxl-3 {
    flex:0 0 25%;
    max-width:25%
  }
  .col-xxl-4 {
    flex:0 0 33.3333333333%;
    max-width:33.3333333333%
  }
  .col-xxl-5 {
    flex:0 0 41.6666666667%;
    max-width:41.6666666667%
  }
  .col-xxl-6 {
    flex:0 0 50%;
    max-width:50%
  }
  .col-xxl-7 {
    flex:0 0 58.3333333333%;
    max-width:58.3333333333%
  }
  .col-xxl-8 {
    flex:0 0 66.6666666667%;
    max-width:66.6666666667%
  }
  .col-xxl-9 {
    flex:0 0 75%;
    max-width:75%
  }
  .col-xxl-10 {
    flex:0 0 83.3333333333%;
    max-width:83.3333333333%
  }
  .col-xxl-11 {
    flex:0 0 91.6666666667%;
    max-width:91.6666666667%
  }
  .col-xxl-12 {
    flex:0 0 100%;
    max-width:100%
  }
  .order-xxl-first {
    order:-1
  }
  .order-xxl-last {
    order:13
  }
  .order-xxl-0 {
    order:0
  }
  .order-xxl-1 {
    order:1
  }
  .order-xxl-2 {
    order:2
  }
  .order-xxl-3 {
    order:3
  }
  .order-xxl-4 {
    order:4
  }
  .order-xxl-5 {
    order:5
  }
  .order-xxl-6 {
    order:6
  }
  .order-xxl-7 {
    order:7
  }
  .order-xxl-8 {
    order:8
  }
  .order-xxl-9 {
    order:9
  }
  .order-xxl-10 {
    order:10
  }
  .order-xxl-11 {
    order:11
  }
  .order-xxl-12 {
    order:12
  }
  .offset-xxl-0 {
    margin-left:0
  }
  .offset-xxl-1 {
    margin-left:8.3333333333%
  }
  .offset-xxl-2 {
    margin-left:16.6666666667%
  }
  .offset-xxl-3 {
    margin-left:25%
  }
  .offset-xxl-4 {
    margin-left:33.3333333333%
  }
  .offset-xxl-5 {
    margin-left:41.6666666667%
  }
  .offset-xxl-6 {
    margin-left:50%
  }
  .offset-xxl-7 {
    margin-left:58.3333333333%
  }
  .offset-xxl-8 {
    margin-left:66.6666666667%
  }
  .offset-xxl-9 {
    margin-left:75%
  }
  .offset-xxl-10 {
    margin-left:83.3333333333%
  }
  .offset-xxl-11 {
    margin-left:91.6666666667%
  }
}
.d-none {
  display:none!important
}
.d-inline {
  display:inline!important
}
.d-inline-block {
  display:inline-block!important
}
.d-block {
  display:block!important
}
.d-table {
  display:table!important
}
.d-table-row {
  display:table-row!important
}
.d-table-cell {
  display:table-cell!important
}
.d-flex {
  display:flex!important
}
.d-inline-flex {
  display:inline-flex!important
}
@media (min-width:576px) {
  .d-sm-none {
    display:none!important
  }
  .d-sm-inline {
    display:inline!important
  }
  .d-sm-inline-block {
    display:inline-block!important
  }
  .d-sm-block {
    display:block!important
  }
  .d-sm-table {
    display:table!important
  }
  .d-sm-table-row {
    display:table-row!important
  }
  .d-sm-table-cell {
    display:table-cell!important
  }
  .d-sm-flex {
    display:flex!important
  }
  .d-sm-inline-flex {
    display:inline-flex!important
  }
}
@media (min-width:768px) {
  .d-md-none {
    display:none!important
  }
  .d-md-inline {
    display:inline!important
  }
  .d-md-inline-block {
    display:inline-block!important
  }
  .d-md-block {
    display:block!important
  }
  .d-md-table {
    display:table!important
  }
  .d-md-table-row {
    display:table-row!important
  }
  .d-md-table-cell {
    display:table-cell!important
  }
  .d-md-flex {
    display:flex!important
  }
  .d-md-inline-flex {
    display:inline-flex!important
  }
}
@media (min-width:992px) {
  .d-lg-none {
    display:none!important
  }
  .d-lg-inline {
    display:inline!important
  }
  .d-lg-inline-block {
    display:inline-block!important
  }
  .d-lg-block {
    display:block!important
  }
  .d-lg-table {
    display:table!important
  }
  .d-lg-table-row {
    display:table-row!important
  }
  .d-lg-table-cell {
    display:table-cell!important
  }
  .d-lg-flex {
    display:flex!important
  }
  .d-lg-inline-flex {
    display:inline-flex!important
  }
}
@media (min-width:1200px) {
  .d-xl-none {
    display:none!important
  }
  .d-xl-inline {
    display:inline!important
  }
  .d-xl-inline-block {
    display:inline-block!important
  }
  .d-xl-block {
    display:block!important
  }
  .d-xl-table {
    display:table!important
  }
  .d-xl-table-row {
    display:table-row!important
  }
  .d-xl-table-cell {
    display:table-cell!important
  }
  .d-xl-flex {
    display:flex!important
  }
  .d-xl-inline-flex {
    display:inline-flex!important
  }
}
@media (min-width:1400px) {
  .d-xxl-none {
    display:none!important
  }
  .d-xxl-inline {
    display:inline!important
  }
  .d-xxl-inline-block {
    display:inline-block!important
  }
  .d-xxl-block {
    display:block!important
  }
  .d-xxl-table {
    display:table!important
  }
  .d-xxl-table-row {
    display:table-row!important
  }
  .d-xxl-table-cell {
    display:table-cell!important
  }
  .d-xxl-flex {
    display:flex!important
  }
  .d-xxl-inline-flex {
    display:inline-flex!important
  }
}
@media print {
  .d-print-none {
    display:none!important
  }
  .d-print-inline {
    display:inline!important
  }
  .d-print-inline-block {
    display:inline-block!important
  }
  .d-print-block {
    display:block!important
  }
  .d-print-table {
    display:table!important
  }
  .d-print-table-row {
    display:table-row!important
  }
  .d-print-table-cell {
    display:table-cell!important
  }
  .d-print-flex {
    display:flex!important
  }
  .d-print-inline-flex {
    display:inline-flex!important
  }
}
.flex-row {
  flex-direction:row!important
}
.flex-column {
  flex-direction:column!important
}
.flex-row-reverse {
  flex-direction:row-reverse!important
}
.flex-column-reverse {
  flex-direction:column-reverse!important
}
.flex-wrap {
  flex-wrap:wrap!important
}
.flex-nowrap {
  flex-wrap:nowrap!important
}
.flex-wrap-reverse {
  flex-wrap:wrap-reverse!important
}
.flex-fill {
  flex:1 1 auto!important
}
.flex-grow-0 {
  flex-grow:0!important
}
.flex-grow-1 {
  flex-grow:1!important
}
.flex-shrink-0 {
  flex-shrink:0!important
}
.flex-shrink-1 {
  flex-shrink:1!important
}
.justify-content-start {
  justify-content:flex-start!important
}
.justify-content-end {
  justify-content:flex-end!important
}
.justify-content-center {
  justify-content:center!important
}
.justify-content-between {
  justify-content:space-between!important
}
.justify-content-around {
  justify-content:space-around!important
}
.align-items-start {
  align-items:flex-start!important
}
.align-items-end {
  align-items:flex-end!important
}
.align-items-center {
  align-items:center!important
}
.align-items-baseline {
  align-items:baseline!important
}
.align-items-stretch {
  align-items:stretch!important
}
.align-content-start {
  align-content:flex-start!important
}
.align-content-end {
  align-content:flex-end!important
}
.align-content-center {
  align-content:center!important
}
.align-content-between {
  align-content:space-between!important
}
.align-content-around {
  align-content:space-around!important
}
.align-content-stretch {
  align-content:stretch!important
}
.align-self-auto {
  align-self:auto!important
}
.align-self-start {
  align-self:flex-start!important
}
.align-self-end {
  align-self:flex-end!important
}
.align-self-center {
  align-self:center!important
}
.align-self-baseline {
  align-self:baseline!important
}
.align-self-stretch {
  align-self:stretch!important
}
@media (min-width:576px) {
  .flex-sm-row {
    flex-direction:row!important
  }
  .flex-sm-column {
    flex-direction:column!important
  }
  .flex-sm-row-reverse {
    flex-direction:row-reverse!important
  }
  .flex-sm-column-reverse {
    flex-direction:column-reverse!important
  }
  .flex-sm-wrap {
    flex-wrap:wrap!important
  }
  .flex-sm-nowrap {
    flex-wrap:nowrap!important
  }
  .flex-sm-wrap-reverse {
    flex-wrap:wrap-reverse!important
  }
  .flex-sm-fill {
    flex:1 1 auto!important
  }
  .flex-sm-grow-0 {
    flex-grow:0!important
  }
  .flex-sm-grow-1 {
    flex-grow:1!important
  }
  .flex-sm-shrink-0 {
    flex-shrink:0!important
  }
  .flex-sm-shrink-1 {
    flex-shrink:1!important
  }
  .justify-content-sm-start {
    justify-content:flex-start!important
  }
  .justify-content-sm-end {
    justify-content:flex-end!important
  }
  .justify-content-sm-center {
    justify-content:center!important
  }
  .justify-content-sm-between {
    justify-content:space-between!important
  }
  .justify-content-sm-around {
    justify-content:space-around!important
  }
  .align-items-sm-start {
    align-items:flex-start!important
  }
  .align-items-sm-end {
    align-items:flex-end!important
  }
  .align-items-sm-center {
    align-items:center!important
  }
  .align-items-sm-baseline {
    align-items:baseline!important
  }
  .align-items-sm-stretch {
    align-items:stretch!important
  }
  .align-content-sm-start {
    align-content:flex-start!important
  }
  .align-content-sm-end {
    align-content:flex-end!important
  }
  .align-content-sm-center {
    align-content:center!important
  }
  .align-content-sm-between {
    align-content:space-between!important
  }
  .align-content-sm-around {
    align-content:space-around!important
  }
  .align-content-sm-stretch {
    align-content:stretch!important
  }
  .align-self-sm-auto {
    align-self:auto!important
  }
  .align-self-sm-start {
    align-self:flex-start!important
  }
  .align-self-sm-end {
    align-self:flex-end!important
  }
  .align-self-sm-center {
    align-self:center!important
  }
  .align-self-sm-baseline {
    align-self:baseline!important
  }
  .align-self-sm-stretch {
    align-self:stretch!important
  }
}
@media (min-width:768px) {
  .flex-md-row {
    flex-direction:row!important
  }
  .flex-md-column {
    flex-direction:column!important
  }
  .flex-md-row-reverse {
    flex-direction:row-reverse!important
  }
  .flex-md-column-reverse {
    flex-direction:column-reverse!important
  }
  .flex-md-wrap {
    flex-wrap:wrap!important
  }
  .flex-md-nowrap {
    flex-wrap:nowrap!important
  }
  .flex-md-wrap-reverse {
    flex-wrap:wrap-reverse!important
  }
  .flex-md-fill {
    flex:1 1 auto!important
  }
  .flex-md-grow-0 {
    flex-grow:0!important
  }
  .flex-md-grow-1 {
    flex-grow:1!important
  }
  .flex-md-shrink-0 {
    flex-shrink:0!important
  }
  .flex-md-shrink-1 {
    flex-shrink:1!important
  }
  .justify-content-md-start {
    justify-content:flex-start!important
  }
  .justify-content-md-end {
    justify-content:flex-end!important
  }
  .justify-content-md-center {
    justify-content:center!important
  }
  .justify-content-md-between {
    justify-content:space-between!important
  }
  .justify-content-md-around {
    justify-content:space-around!important
  }
  .align-items-md-start {
    align-items:flex-start!important
  }
  .align-items-md-end {
    align-items:flex-end!important
  }
  .align-items-md-center {
    align-items:center!important
  }
  .align-items-md-baseline {
    align-items:baseline!important
  }
  .align-items-md-stretch {
    align-items:stretch!important
  }
  .align-content-md-start {
    align-content:flex-start!important
  }
  .align-content-md-end {
    align-content:flex-end!important
  }
  .align-content-md-center {
    align-content:center!important
  }
  .align-content-md-between {
    align-content:space-between!important
  }
  .align-content-md-around {
    align-content:space-around!important
  }
  .align-content-md-stretch {
    align-content:stretch!important
  }
  .align-self-md-auto {
    align-self:auto!important
  }
  .align-self-md-start {
    align-self:flex-start!important
  }
  .align-self-md-end {
    align-self:flex-end!important
  }
  .align-self-md-center {
    align-self:center!important
  }
  .align-self-md-baseline {
    align-self:baseline!important
  }
  .align-self-md-stretch {
    align-self:stretch!important
  }
}
@media (min-width:992px) {
  .flex-lg-row {
    flex-direction:row!important
  }
  .flex-lg-column {
    flex-direction:column!important
  }
  .flex-lg-row-reverse {
    flex-direction:row-reverse!important
  }
  .flex-lg-column-reverse {
    flex-direction:column-reverse!important
  }
  .flex-lg-wrap {
    flex-wrap:wrap!important
  }
  .flex-lg-nowrap {
    flex-wrap:nowrap!important
  }
  .flex-lg-wrap-reverse {
    flex-wrap:wrap-reverse!important
  }
  .flex-lg-fill {
    flex:1 1 auto!important
  }
  .flex-lg-grow-0 {
    flex-grow:0!important
  }
  .flex-lg-grow-1 {
    flex-grow:1!important
  }
  .flex-lg-shrink-0 {
    flex-shrink:0!important
  }
  .flex-lg-shrink-1 {
    flex-shrink:1!important
  }
  .justify-content-lg-start {
    justify-content:flex-start!important
  }
  .justify-content-lg-end {
    justify-content:flex-end!important
  }
  .justify-content-lg-center {
    justify-content:center!important
  }
  .justify-content-lg-between {
    justify-content:space-between!important
  }
  .justify-content-lg-around {
    justify-content:space-around!important
  }
  .align-items-lg-start {
    align-items:flex-start!important
  }
  .align-items-lg-end {
    align-items:flex-end!important
  }
  .align-items-lg-center {
    align-items:center!important
  }
  .align-items-lg-baseline {
    align-items:baseline!important
  }
  .align-items-lg-stretch {
    align-items:stretch!important
  }
  .align-content-lg-start {
    align-content:flex-start!important
  }
  .align-content-lg-end {
    align-content:flex-end!important
  }
  .align-content-lg-center {
    align-content:center!important
  }
  .align-content-lg-between {
    align-content:space-between!important
  }
  .align-content-lg-around {
    align-content:space-around!important
  }
  .align-content-lg-stretch {
    align-content:stretch!important
  }
  .align-self-lg-auto {
    align-self:auto!important
  }
  .align-self-lg-start {
    align-self:flex-start!important
  }
  .align-self-lg-end {
    align-self:flex-end!important
  }
  .align-self-lg-center {
    align-self:center!important
  }
  .align-self-lg-baseline {
    align-self:baseline!important
  }
  .align-self-lg-stretch {
    align-self:stretch!important
  }
}
@media (min-width:1200px) {
  .flex-xl-row {
    flex-direction:row!important
  }
  .flex-xl-column {
    flex-direction:column!important
  }
  .flex-xl-row-reverse {
    flex-direction:row-reverse!important
  }
  .flex-xl-column-reverse {
    flex-direction:column-reverse!important
  }
  .flex-xl-wrap {
    flex-wrap:wrap!important
  }
  .flex-xl-nowrap {
    flex-wrap:nowrap!important
  }
  .flex-xl-wrap-reverse {
    flex-wrap:wrap-reverse!important
  }
  .flex-xl-fill {
    flex:1 1 auto!important
  }
  .flex-xl-grow-0 {
    flex-grow:0!important
  }
  .flex-xl-grow-1 {
    flex-grow:1!important
  }
  .flex-xl-shrink-0 {
    flex-shrink:0!important
  }
  .flex-xl-shrink-1 {
    flex-shrink:1!important
  }
  .justify-content-xl-start {
    justify-content:flex-start!important
  }
  .justify-content-xl-end {
    justify-content:flex-end!important
  }
  .justify-content-xl-center {
    justify-content:center!important
  }
  .justify-content-xl-between {
    justify-content:space-between!important
  }
  .justify-content-xl-around {
    justify-content:space-around!important
  }
  .align-items-xl-start {
    align-items:flex-start!important
  }
  .align-items-xl-end {
    align-items:flex-end!important
  }
  .align-items-xl-center {
    align-items:center!important
  }
  .align-items-xl-baseline {
    align-items:baseline!important
  }
  .align-items-xl-stretch {
    align-items:stretch!important
  }
  .align-content-xl-start {
    align-content:flex-start!important
  }
  .align-content-xl-end {
    align-content:flex-end!important
  }
  .align-content-xl-center {
    align-content:center!important
  }
  .align-content-xl-between {
    align-content:space-between!important
  }
  .align-content-xl-around {
    align-content:space-around!important
  }
  .align-content-xl-stretch {
    align-content:stretch!important
  }
  .align-self-xl-auto {
    align-self:auto!important
  }
  .align-self-xl-start {
    align-self:flex-start!important
  }
  .align-self-xl-end {
    align-self:flex-end!important
  }
  .align-self-xl-center {
    align-self:center!important
  }
  .align-self-xl-baseline {
    align-self:baseline!important
  }
  .align-self-xl-stretch {
    align-self:stretch!important
  }
}
@media (min-width:1400px) {
  .flex-xxl-row {
    flex-direction:row!important
  }
  .flex-xxl-column {
    flex-direction:column!important
  }
  .flex-xxl-row-reverse {
    flex-direction:row-reverse!important
  }
  .flex-xxl-column-reverse {
    flex-direction:column-reverse!important
  }
  .flex-xxl-wrap {
    flex-wrap:wrap!important
  }
  .flex-xxl-nowrap {
    flex-wrap:nowrap!important
  }
  .flex-xxl-wrap-reverse {
    flex-wrap:wrap-reverse!important
  }
  .flex-xxl-fill {
    flex:1 1 auto!important
  }
  .flex-xxl-grow-0 {
    flex-grow:0!important
  }
  .flex-xxl-grow-1 {
    flex-grow:1!important
  }
  .flex-xxl-shrink-0 {
    flex-shrink:0!important
  }
  .flex-xxl-shrink-1 {
    flex-shrink:1!important
  }
  .justify-content-xxl-start {
    justify-content:flex-start!important
  }
  .justify-content-xxl-end {
    justify-content:flex-end!important
  }
  .justify-content-xxl-center {
    justify-content:center!important
  }
  .justify-content-xxl-between {
    justify-content:space-between!important
  }
  .justify-content-xxl-around {
    justify-content:space-around!important
  }
  .align-items-xxl-start {
    align-items:flex-start!important
  }
  .align-items-xxl-end {
    align-items:flex-end!important
  }
  .align-items-xxl-center {
    align-items:center!important
  }
  .align-items-xxl-baseline {
    align-items:baseline!important
  }
  .align-items-xxl-stretch {
    align-items:stretch!important
  }
  .align-content-xxl-start {
    align-content:flex-start!important
  }
  .align-content-xxl-end {
    align-content:flex-end!important
  }
  .align-content-xxl-center {
    align-content:center!important
  }
  .align-content-xxl-between {
    align-content:space-between!important
  }
  .align-content-xxl-around {
    align-content:space-around!important
  }
  .align-content-xxl-stretch {
    align-content:stretch!important
  }
  .align-self-xxl-auto {
    align-self:auto!important
  }
  .align-self-xxl-start {
    align-self:flex-start!important
  }
  .align-self-xxl-end {
    align-self:flex-end!important
  }
  .align-self-xxl-center {
    align-self:center!important
  }
  .align-self-xxl-baseline {
    align-self:baseline!important
  }
  .align-self-xxl-stretch {
    align-self:stretch!important
  }
}
.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:.25rem!important
}
.mt-1,
.my-1 {
  margin-top:.25rem!important
}
.mr-1,
.mx-1 {
  margin-right:.25rem!important
}
.mb-1,
.my-1 {
  margin-bottom:.25rem!important
}
.ml-1,
.mx-1 {
  margin-left:.25rem!important
}
.m-2 {
  margin:.5rem!important
}
.mt-2,
.my-2 {
  margin-top:.5rem!important
}
.mr-2,
.mx-2 {
  margin-right:.5rem!important
}
.mb-2,
.my-2 {
  margin-bottom:.5rem!important
}
.ml-2,
.mx-2 {
  margin-left:.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;font-size:16px;
}
.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:.25rem!important
}
.pt-1,
.py-1 {
  padding-top:.25rem!important
}
.pr-1,
.px-1 {
  padding-right:.25rem!important
}
.pb-1,
.py-1 {
  padding-bottom:.25rem!important
}
.pl-1,
.px-1 {
  padding-left:.25rem!important
}
.p-2 {
  padding:.5rem!important
}
.pt-2,
.py-2 {
  padding-top:.5rem!important
}
.pr-2,
.px-2 {
  padding-right:.5rem!important
}
.pb-2,
.py-2 {
  padding-bottom:.5rem!important
}
.pl-2,
.px-2 {
  padding-left:.5rem!important
}
.p-3 {
  padding:1rem!important
}
.pt-3,
.py-3 {
  padding-top:1rem!important
}
.pr-3,
.px-3 {
  padding-right:1rem!important
}
.pb-3,
.py-3 {
  padding-bottom:1rem!important
}
.pl-3,
.px-3 {
  padding-left:1rem!important
}
.p-4 {
  padding:1.5rem!important
}
.pt-4,
.py-4 {
  padding-top:1.5rem!important
}
.pr-4,
.px-4 {
  padding-right:1.5rem!important
}
.pb-4,
.py-4 {
  padding-bottom:1.5rem!important
}
.pl-4,
.px-4 {
  padding-left:1.5rem!important
}
.p-5 {
  padding:3rem!important
}
.pt-5,
.py-5 {
  padding-top:3rem!important
}
.pr-5,
.px-5 {
  padding-right:3rem!important
}
.pb-5,
.py-5 {
  padding-bottom:3rem!important
}
.pl-5,
.px-5 {
  padding-left:3rem!important
}
.m-n1 {
  margin:-.25rem!important
}
.mt-n1,
.my-n1 {
  margin-top:-.25rem!important
}
.mr-n1,
.mx-n1 {
  margin-right:-.25rem!important
}
.mb-n1,
.my-n1 {
  margin-bottom:-.25rem!important
}
.ml-n1,
.mx-n1 {
  margin-left:-.25rem!important
}
.m-n2 {
  margin:-.5rem!important
}
.mt-n2,
.my-n2 {
  margin-top:-.5rem!important
}
.mr-n2,
.mx-n2 {
  margin-right:-.5rem!important
}
.mb-n2,
.my-n2 {
  margin-bottom:-.5rem!important
}
.ml-n2,
.mx-n2 {
  margin-left:-.5rem!important
}
.m-n3 {
  margin:-1rem!important
}
.mt-n3,
.my-n3 {
  margin-top:-1rem!important
}
.mr-n3,
.mx-n3 {
  margin-right:-1rem!important
}
.mb-n3,
.my-n3 {
  margin-bottom:-1rem!important
}
.ml-n3,
.mx-n3 {
  margin-left:-1rem!important
}
.m-n4 {
  margin:-1.5rem!important
}
.mt-n4,
.my-n4 {
  margin-top:-1.5rem!important
}
.mr-n4,
.mx-n4 {
  margin-right:-1.5rem!important
}
.mb-n4,
.my-n4 {
  margin-bottom:-1.5rem!important
}
.ml-n4,
.mx-n4 {
  margin-left:-1.5rem!important
}
.m-n5 {
  margin:-3rem!important
}
.mt-n5,
.my-n5 {
  margin-top:-3rem!important
}
.mr-n5,
.mx-n5 {
  margin-right:-3rem!important
}
.mb-n5,
.my-n5 {
  margin-bottom:-3rem!important
}
.ml-n5,
.mx-n5 {
  margin-left:-3rem!important
}
.m-auto {
  margin:auto!important
}
.mt-auto,
.my-auto {
  margin-top:auto!important
}
.mr-auto,
.mx-auto {
  margin-right:auto!important
}
.mb-auto,
.my-auto {
  margin-bottom:auto!important
}
.ml-auto,
.mx-auto {
  margin-left:auto!important
}
@media (min-width:576px) {
  .m-sm-0 {
    margin:0!important
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top:0!important
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right:0!important
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom:0!important
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left:0!important
  }
  .m-sm-1 {
    margin:.25rem!important
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top:.25rem!important
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right:.25rem!important
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom:.25rem!important
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left:.25rem!important
  }
  .m-sm-2 {
    margin:.5rem!important
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top:.5rem!important
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right:.5rem!important
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom:.5rem!important
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left:.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:.25rem!important
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top:.25rem!important
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right:.25rem!important
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom:.25rem!important
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left:.25rem!important
  }
  .p-sm-2 {
    padding:.5rem!important
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top:.5rem!important
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right:.5rem!important
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom:.5rem!important
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left:.5rem!important
  }
  .p-sm-3 {
    padding:1rem!important
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top:1rem!important
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right:1rem!important
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom:1rem!important
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left:1rem!important
  }
  .p-sm-4 {
    padding:1.5rem!important
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top:1.5rem!important
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right:1.5rem!important
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom:1.5rem!important
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left:1.5rem!important
  }
  .p-sm-5 {
    padding:3rem!important
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top:3rem!important
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right:3rem!important
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom:3rem!important
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left:3rem!important
  }
  .m-sm-n1 {
    margin:-.25rem!important
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top:-.25rem!important
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right:-.25rem!important
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom:-.25rem!important
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left:-.25rem!important
  }
  .m-sm-n2 {
    margin:-.5rem!important
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top:-.5rem!important
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right:-.5rem!important
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom:-.5rem!important
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left:-.5rem!important
  }
  .m-sm-n3 {
    margin:-1rem!important
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top:-1rem!important
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right:-1rem!important
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom:-1rem!important
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left:-1rem!important
  }
  .m-sm-n4 {
    margin:-1.5rem!important
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top:-1.5rem!important
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right:-1.5rem!important
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom:-1.5rem!important
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left:-1.5rem!important
  }
  .m-sm-n5 {
    margin:-3rem!important
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top:-3rem!important
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right:-3rem!important
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom:-3rem!important
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left:-3rem!important
  }
  .m-sm-auto {
    margin:auto!important
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top:auto!important
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right:auto!important
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom:auto!important
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left:auto!important
  }
}
@media (min-width:768px) {
  .m-md-0 {
    margin:0!important
  }
  .mt-md-0,
  .my-md-0 {
    margin-top:0!important
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right:0!important
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom:0!important
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left:0!important
  }
  .m-md-1 {
    margin:.25rem!important
  }
  .mt-md-1,
  .my-md-1 {
    margin-top:.25rem!important
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right:.25rem!important
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom:.25rem!important
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left:.25rem!important
  }
  .m-md-2 {
    margin:.5rem!important
  }
  .mt-md-2,
  .my-md-2 {
    margin-top:.5rem!important
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right:.5rem!important
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom:.5rem!important
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left:.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:.25rem!important
  }
  .pt-md-1,
  .py-md-1 {
    padding-top:.25rem!important
  }
  .pr-md-1,
  .px-md-1 {
    padding-right:.25rem!important
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom:.25rem!important
  }
  .pl-md-1,
  .px-md-1 {
    padding-left:.25rem!important
  }
  .p-md-2 {
    padding:.5rem!important
  }
  .pt-md-2,
  .py-md-2 {
    padding-top:.5rem!important
  }
  .pr-md-2,
  .px-md-2 {
    padding-right:.5rem!important
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom:.5rem!important
  }
  .pl-md-2,
  .px-md-2 {
    padding-left:.5rem!important
  }
  .p-md-3 {
    padding:1rem!important
  }
  .pt-md-3,
  .py-md-3 {
    padding-top:1rem!important
  }
  .pr-md-3,
  .px-md-3 {
    padding-right:1rem!important
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom:1rem!important
  }
  .pl-md-3,
  .px-md-3 {
    padding-left:1rem!important
  }
  .p-md-4 {
    padding:1.5rem!important
  }
  .pt-md-4,
  .py-md-4 {
    padding-top:1.5rem!important
  }
  .pr-md-4,
  .px-md-4 {
    padding-right:1.5rem!important
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom:1.5rem!important
  }
  .pl-md-4,
  .px-md-4 {
    padding-left:1.5rem!important
  }
  .p-md-5 {
    padding:3rem!important
  }
  .pt-md-5,
  .py-md-5 {
    padding-top:3rem!important
  }
  .pr-md-5,
  .px-md-5 {
    padding-right:3rem!important
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom:3rem!important
  }
  .pl-md-5,
  .px-md-5 {
    padding-left:3rem!important
  }
  .m-md-n1 {
    margin:-.25rem!important
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top:-.25rem!important
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right:-.25rem!important
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom:-.25rem!important
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left:-.25rem!important
  }
  .m-md-n2 {
    margin:-.5rem!important
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top:-.5rem!important
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right:-.5rem!important
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom:-.5rem!important
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left:-.5rem!important
  }
  .m-md-n3 {
    margin:-1rem!important
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top:-1rem!important
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right:-1rem!important
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom:-1rem!important
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left:-1rem!important
  }
  .m-md-n4 {
    margin:-1.5rem!important
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top:-1.5rem!important
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right:-1.5rem!important
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom:-1.5rem!important
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left:-1.5rem!important
  }
  .m-md-n5 {
    margin:-3rem!important
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top:-3rem!important
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right:-3rem!important
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom:-3rem!important
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left:-3rem!important
  }
  .m-md-auto {
    margin:auto!important
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top:auto!important
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right:auto!important
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom:auto!important
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left:auto!important
  }
}
@media (min-width:992px) {
  .m-lg-0 {
    margin:0!important
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top:0!important
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right:0!important
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom:0!important
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left:0!important
  }
  .m-lg-1 {
    margin:.25rem!important
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top:.25rem!important
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right:.25rem!important
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom:.25rem!important
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left:.25rem!important
  }
  .m-lg-2 {
    margin:.5rem!important
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top:.5rem!important
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right:.5rem!important
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom:.5rem!important
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left:.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:.25rem!important
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top:.25rem!important
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right:.25rem!important
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom:.25rem!important
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left:.25rem!important
  }
  .p-lg-2 {
    padding:.5rem!important
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top:.5rem!important
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right:.5rem!important
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom:.5rem!important
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left:.5rem!important
  }
  .p-lg-3 {
    padding:1rem!important
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top:1rem!important
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right:1rem!important
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom:1rem!important
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left:1rem!important
  }
  .p-lg-4 {
    padding:1.5rem!important
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top:1.5rem!important
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right:1.5rem!important
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom:1.5rem!important
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left:1.5rem!important
  }
  .p-lg-5 {
    padding:3rem!important
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top:3rem!important
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right:3rem!important
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom:3rem!important
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left:3rem!important
  }
  .m-lg-n1 {
    margin:-.25rem!important
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top:-.25rem!important
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right:-.25rem!important
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom:-.25rem!important
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left:-.25rem!important
  }
  .m-lg-n2 {
    margin:-.5rem!important
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top:-.5rem!important
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right:-.5rem!important
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom:-.5rem!important
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left:-.5rem!important
  }
  .m-lg-n3 {
    margin:-1rem!important
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top:-1rem!important
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right:-1rem!important
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom:-1rem!important
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left:-1rem!important
  }
  .m-lg-n4 {
    margin:-1.5rem!important
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top:-1.5rem!important
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right:-1.5rem!important
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom:-1.5rem!important
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left:-1.5rem!important
  }
  .m-lg-n5 {
    margin:-3rem!important
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top:-3rem!important
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right:-3rem!important
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom:-3rem!important
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left:-3rem!important
  }
  .m-lg-auto {
    margin:auto!important
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top:auto!important
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right:auto!important
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom:auto!important
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left:auto!important
  }
}
@media (min-width:1200px) {
  .m-xl-0 {
    margin:0!important
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top:0!important
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right:0!important
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom:0!important
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left:0!important
  }
  .m-xl-1 {
    margin:.25rem!important
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top:.25rem!important
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right:.25rem!important
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom:.25rem!important
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left:.25rem!important
  }
  .m-xl-2 {
    margin:.5rem!important
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top:.5rem!important
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right:.5rem!important
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom:.5rem!important
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left:.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:.25rem!important
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top:.25rem!important
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right:.25rem!important
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom:.25rem!important
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left:.25rem!important
  }
  .p-xl-2 {
    padding:.5rem!important
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top:.5rem!important
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right:.5rem!important
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom:.5rem!important
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left:.5rem!important
  }
  .p-xl-3 {
    padding:1rem!important
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top:1rem!important
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right:1rem!important
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom:1rem!important
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left:1rem!important
  }
  .p-xl-4 {
    padding:1.5rem!important
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top:1.5rem!important
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right:1.5rem!important
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom:1.5rem!important
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left:1.5rem!important
  }
  .p-xl-5 {
    padding:3rem!important
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top:3rem!important
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right:3rem!important
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom:3rem!important
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left:3rem!important
  }
  .m-xl-n1 {
    margin:-.25rem!important
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top:-.25rem!important
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right:-.25rem!important
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom:-.25rem!important
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left:-.25rem!important
  }
  .m-xl-n2 {
    margin:-.5rem!important
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top:-.5rem!important
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right:-.5rem!important
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom:-.5rem!important
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left:-.5rem!important
  }
  .m-xl-n3 {
    margin:-1rem!important
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top:-1rem!important
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right:-1rem!important
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom:-1rem!important
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left:-1rem!important
  }
  .m-xl-n4 {
    margin:-1.5rem!important
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top:-1.5rem!important
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right:-1.5rem!important
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom:-1.5rem!important
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left:-1.5rem!important
  }
  .m-xl-n5 {
    margin:-3rem!important
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top:-3rem!important
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right:-3rem!important
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom:-3rem!important
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left:-3rem!important
  }
  .m-xl-auto {
    margin:auto!important
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top:auto!important
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right:auto!important
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom:auto!important
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left:auto!important
  }
}
@media (min-width:1400px) {
  .m-xxl-0 {
    margin:0!important
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top:0!important
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right:0!important
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom:0!important
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left:0!important
  }
  .m-xxl-1 {
    margin:.25rem!important
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top:.25rem!important
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right:.25rem!important
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom:.25rem!important
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left:.25rem!important
  }
  .m-xxl-2 {
    margin:.5rem!important
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top:.5rem!important
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right:.5rem!important
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom:.5rem!important
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left:.5rem!important
  }
  .m-xxl-3 {
    margin:1rem!important
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top:1rem!important
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right:1rem!important
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom:1rem!important
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left:1rem!important
  }
  .m-xxl-4 {
    margin:1.5rem!important
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top:1.5rem!important
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right:1.5rem!important
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom:1.5rem!important
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left:1.5rem!important
  }
  .m-xxl-5 {
    margin:3rem!important
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top:3rem!important
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right:3rem!important
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom:3rem!important
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left:3rem!important
  }
  .p-xxl-0 {
    padding:0!important
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top:0!important
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right:0!important
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom:0!important
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left:0!important
  }
  .p-xxl-1 {
    padding:.25rem!important
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top:.25rem!important
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right:.25rem!important
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom:.25rem!important
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left:.25rem!important
  }
  .p-xxl-2 {
    padding:.5rem!important
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top:.5rem!important
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right:.5rem!important
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom:.5rem!important
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left:.5rem!important
  }
  .p-xxl-3 {
    padding:1rem!important
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top:1rem!important
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right:1rem!important
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom:1rem!important
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left:1rem!important
  }
  .p-xxl-4 {
    padding:1.5rem!important
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top:1.5rem!important
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right:1.5rem!important
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom:1.5rem!important
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left:1.5rem!important
  }
  .p-xxl-5 {
    padding:3rem!important
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top:3rem!important
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right:3rem!important
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom:3rem!important
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left:3rem!important
  }
  .m-xxl-n1 {
    margin:-.25rem!important
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top:-.25rem!important
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right:-.25rem!important
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom:-.25rem!important
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left:-.25rem!important
  }
  .m-xxl-n2 {
    margin:-.5rem!important
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top:-.5rem!important
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right:-.5rem!important
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom:-.5rem!important
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left:-.5rem!important
  }
  .m-xxl-n3 {
    margin:-1rem!important
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top:-1rem!important
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right:-1rem!important
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom:-1rem!important
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left:-1rem!important
  }
  .m-xxl-n4 {
    margin:-1.5rem!important
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top:-1.5rem!important
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right:-1.5rem!important
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom:-1.5rem!important
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left:-1.5rem!important
  }
  .m-xxl-n5 {
    margin:-3rem!important
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top:-3rem!important
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right:-3rem!important
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom:-3rem!important
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left:-3rem!important
  }
  .m-xxl-auto {
    margin:auto!important
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top:auto!important
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right:auto!important
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom:auto!important
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left:auto!important
  }
}
.text-monospace {
  font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important
}
.text-justify {
  text-align:justify!important
}
.text-wrap {
  white-space:normal!important
}
.text-nowrap {
  white-space:nowrap!important
}
.text-truncate {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.text-left {
  text-align:left!important
}
.text-right {
  text-align:right!important
}
.text-center {
  text-align:center!important
}
@media (min-width:576px) {
  .text-sm-left {
    text-align:left!important
  }
  .text-sm-right {
    text-align:right!important
  }
  .text-sm-center {
    text-align:center!important
  }
}
@media (min-width:768px) {
  .text-md-left {
    text-align:left!important
  }
  .text-md-right {
    text-align:right!important
  }
  .text-md-center {
    text-align:center!important
  }
}
@media (min-width:992px) {
  .text-lg-left {
    text-align:left!important
  }
  .text-lg-right {
    text-align:right!important
  }
  .text-lg-center {
    text-align:center!important
  }
}
@media (min-width:1200px) {
  .text-xl-left {
    text-align:left!important
  }
  .text-xl-right {
    text-align:right!important
  }
  .text-xl-center {
    text-align:center!important
  }
}
@media (min-width:1400px) {
  .text-xxl-left {
    text-align:left!important
  }
  .text-xxl-right {
    text-align:right!important
  }
  .text-xxl-center {
    text-align:center!important
  }
}
.text-lowercase {
  text-transform:lowercase!important
}
.text-uppercase {
  text-transform:uppercase!important
}
.text-capitalize {
  text-transform:capitalize!important
}
.font-weight-light {
  font-weight:300!important
}
.font-weight-lighter {
  font-weight:lighter!important
}
.font-weight-normal {
  font-weight:400!important
}
.font-weight-bold {
  font-weight:700!important
}
.font-weight-bolder {
  font-weight:bolder!important
}
.font-italic {
  font-style:italic!important
}
.text-white {
  color:#fff!important
}
.text-primary {
  color:#007bff!important
}
a.text-primary:focus,
a.text-primary:hover {
  color:#0056b3!important
}
.text-secondary {
  color:#6c757d!important
}
a.text-secondary:focus,
a.text-secondary:hover {
  color:#494f54!important
}
.text-success {
  color:#28a745!important
}
a.text-success:focus,
a.text-success:hover {
  color:#19692c!important
}
.text-info {
  color:#17a2b8!important
}
a.text-info:focus,
a.text-info:hover {
  color:#0f6674!important
}
.text-warning {
  color:#ffc107!important
}
a.text-warning:focus,
a.text-warning:hover {
  color:#ba8b00!important
}
.text-danger {
  color:#dc3545!important
}
a.text-danger:focus,
a.text-danger:hover {
  color:#a71d2a!important
}
.text-light {
  color:#f8f9fa!important
}
a.text-light:focus,
a.text-light:hover {
  color:#cbd3da!important
}
.text-dark {
  color:#343a40!important
}
a.text-dark:focus,
a.text-dark:hover {
  color:#121416!important
}
.text-body {
  color:#212529!important
}
.text-muted {
  color:#6c757d!important
}
.text-black-50 {
  color:rgba(0,0,0,.5)!important
}
.text-white-50 {
  color:rgba(255,255,255,.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
}
.float-left {
  float:left!important
}
.float-right {
  float:right!important
}
.float-none {
  float:none!important
}
@media (min-width:576px) {
  .float-sm-left {
    float:left!important
  }
  .float-sm-right {
    float:right!important
  }
  .float-sm-none {
    float:none!important
  }
}
@media (min-width:768px) {
  .float-md-left {
    float:left!important
  }
  .float-md-right {
    float:right!important
  }
  .float-md-none {
    float:none!important
  }
}
@media (min-width:992px) {
  .float-lg-left {
    float:left!important
  }
  .float-lg-right {
    float:right!important
  }
  .float-lg-none {
    float:none!important
  }
}
@media (min-width:1200px) {
  .float-xl-left {
    float:left!important
  }
  .float-xl-right {
    float:right!important
  }
  .float-xl-none {
    float:none!important
  }
}
@media (min-width:1400px) {
  .float-xxl-left {
    float:left!important
  }
  .float-xxl-right {
    float:right!important
  }
  .float-xxl-none {
    float:none!important
  }
}
.w-25 {
  width:25%!important
}
.w-50 {
  width:50%!important
}
.w-75 {
  width:75%!important
}
.w-100 {
  width:100%!important
}
.w-auto {
  width:auto!important
}
.h-25 {
  height:25%!important
}
.h-50 {
  height:50%!important
}
.h-75 {
  height:75%!important
}
.h-100 {
  height:100%!important
}
.h-auto {
  height:auto!important
}
.mw-100 {
  max-width:100%!important
}
.mh-100 {
  max-height:100%!important
}
.min-vw-100 {
  min-width:100vw!important
}
.min-vh-100 {
  min-height:100vh!important
}
.vw-100 {
  width:100vw!important
}
.vh-100 {
  height:100vh!important
}
.tns-outer {
  padding:0!important
}
.tns-outer [hidden] {
  display:none!important
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor:pointer
}
.tns-slider {
  -webkit-transition:all 0s;
  -moz-transition:all 0s;
  transition:all 0s
}
.tns-slider>.tns-item {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box
}
.tns-horizontal.tns-subpixel {
  white-space:nowrap
}
.tns-horizontal.tns-subpixel>.tns-item {
  display:inline-block;
  vertical-align:top;
  white-space:normal
}
.tns-horizontal.tns-no-subpixel:after {
  content:"";
  display:table;
  clear:both
}
.tns-horizontal.tns-no-subpixel>.tns-item {
  float:left
}
.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
  margin-right:-100%
}
.tns-no-calc {
  position:relative;
  left:0
}
.tns-gallery {
  position:relative;
  left:0;
  min-height:1px
}
.tns-gallery>.tns-item {
  position:absolute;
  left:-100%;
  -webkit-transition:transform 0s,opacity 0s;
  -moz-transition:transform 0s,opacity 0s;
  transition:transform 0s,opacity 0s
}
.tns-gallery>.tns-slide-active {
  position:relative;
  left:auto!important
}
.tns-gallery>.tns-moving {
  -webkit-transition:all .25s;
  -moz-transition:all .25s;
  transition:all .25s
}
.tns-autowidth {
  display:inline-block
}
.tns-lazy-img {
  -webkit-transition:opacity .6s;
  -moz-transition:opacity .6s;
  transition:opacity .6s;
  opacity:.6
}
.tns-lazy-img.tns-complete {
  opacity:1
}
.tns-ah {
  -webkit-transition:height 0s;
  -moz-transition:height 0s;
  transition:height 0s
}
.tns-ovh {
  overflow:hidden
}
.tns-visually-hidden {
  position:absolute;
  left:-10000em
}
.tns-transparent {
  opacity:0;
  visibility:hidden
}
.tns-fadeIn {
  opacity:1;
  filter:alpha(opacity=100);
  z-index:0
}
.tns-fadeOut,
.tns-normal {
  opacity:0;
  filter:alpha(opacity=0);
  z-index:-1
}
.tns-vpfix {
  white-space:nowrap
}
.tns-vpfix>div,
.tns-vpfix>li {
  display:inline-block
}
.tns-t-subp2 {
  margin:0 auto;
  width:310px;
  position:relative;
  height:10px;
  overflow:hidden
}
.tns-t-ct {
  width:2333.3333333%;
  width:-webkit-calc(100% * 70 / 3);
  width:-moz-calc(100% * 70 / 3);
  width:2333.3333333333%;
  position:absolute;
  right:0
}
.tns-t-ct:after {
  content:"";
  display:table;
  clear:both
}
.tns-t-ct>div {
  width:1.4285714%;
  width:-webkit-calc(100% / 70);
  width:-moz-calc(100% / 70);
  width:1.4285714286%;
  height:10px;
  float:left
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border:0;
 /* font:inherit;*/
  font-size:16px;
  margin:0;
  padding:0;
  vertical-align:baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display:block
}
body {
  line-height:1
}
ol,
ul {
  list-style:none
}
ol li,
ul li {
  outline:0
}
blockquote,
q {
  quotes:none
}
blockquote::after,
blockquote::before,
q::after,
q::before {
  content:""
}
table {
  border-collapse:collapse;
  border-spacing:0;
  width:100%
}
table td,
table th {
  padding:.3rem 1rem .3rem 0
}
* {
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  box-sizing:border-box
}
iframe,
img,

@media only screen and (max-width: 768px)  {
	
video {
 width:400px;
 height:350;
}
}

p {
  margin:0 0 1rem
}
b,
strong {
  font-family:Roboto-Bold,sans-serif
}
i {
  font-style:italic
}
sup {
  position:relative;
  font-size:10px;
  top:-.5em
}
sub {
  position:relative;
  bottom:-.25em;
  font-size:10px
}
/*字体设置*/
/*字体已删除*/
@font-face {
  font-family:font-awesome;
  src:url(./fonts/font-awesome.eot?gsdhdfghd#iefix) format("embedded-opentype"),
  url(./fonts/font-awesome.ttf?gsdhdfghd) format("truetype"),
  url(./fonts/font-awesome.woff?gsdhdfghd) format("woff"),
  url(./fonts/font-awesome.svg?gsdhdfghd#font-awesome) format("svg");
  font-weight:400;
  font-style:normal;
  font-display:block
}

.icon,
.tns-controls>*,
.video .video-overlay::after,
[style*="background-image: url('')"] {
  font-family:font-awesome,sans-serif;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  line-height:1;
  speak:none;
  outline:0;
  text-transform:none;
  transition:color .15s ease-in-out;
  display:inline-block;
  vertical-align:middle
}
.icon--blue {
  color:#1F5DA0
}
.icon--orange {
  color:#f71
}
.wrapper--blue .icon--orange {
  color:#fff
}
.icon--white {
  color:#fff
}
.icon--arrow-down::before {
  content:"\e900"
}
.icon--arrow-left::before {
  content:"\e901"
}
.icon--arrow-up::before {
  content:"\e902"
}
.icon--arrow-right::before {
  content:"\e903"
}
.icon--search::before {
  content:"\e904"
}
.icon--calendar::before {
  content:"\e905"
}
.icon--clock::before {
  content:"\e906"
}
.icon--globe::before {
  content:"\e907"
}
.icon--text-file::before {
  content:"\e908"
}
.icon--play::before {
  content:"\e909"
}
.icon--bars::before {
  content:"\e90a"
}
.icon--download::before {
  content:"\e90b"
}
.icon--hamburger::before {
  content:"\e90c"
}
.icon--heart::before {
  content:"\e90d"
}
.icon--paper-plane::before {
  content:"\e90e"
}
.icon--email::before {
  content:"\e90f"
}
.icon--phone::before {
  content:"\e910"
}
.icon--road::before {
  content:"\e911"
}
.icon--graduation-cap::before {
  content:"\e912"
}
.icon--user-o::before {
  content:"\e913"
}
.icon--user::before {
  content:"\e914"
}
.icon--facebook::before {
  content:"\e915"
}
.icon--instagram::before {
  content:"\e916"
}
.icon--linkedin::before {
  content:"\e917"
}
.icon--twitter::before {
  content:"\e918"
}
.icon--youtube::before {
  content:"\e919"
}
.icon--home::before {
  content:"\e91a"
}
.icon--close::before,
.nav-opened .menu__item--hamburger .icon::before {
  content:"\e91b"
}
.icon--hook::before {
  content:"\e91c"
}
.icon--plus::before {
  content:"\e91d"
}
.icon--info::before {
  content:"\e91e"
}
.icon--empty-file::before {
  content:"\e91f"
}
.icon--grid::before {
  content:"\e920"
}
.icon--grid-o::before {
  content:"\e921"
}
.icon--list::before {
  content:"\e922"
}
.icon--list-o::before {
  content:"\e923"
}
.icon--lamp-uv::before,
[style*="background-image: url('')"]::before {
  content:"\e924"
}
.icon--zoom-in::before {
  content:"\e925"
}
.icon--request-form::before {
  content:"\e926"
}
.icon--phone-filled::before {
  content:"\e927"
}
.icon--location::before {
  content:"\e928"
}
.icon--external-link:before {
  content:"\e929"
}
.icon--print:before {
  content:"\e92a"
}
.icon+span {
  display:inline-block;
  vertical-align:middle;
  font-size:16px;
}
.desktop a:hover .icon--blue {
  color:#2daaff
}
.desktop a:hover .icon--orange {
  color:#f6a200
}
/**字体设置end**/
.dce li,
.frame-type-html li,
.frame-type-text li,
.frame-type-textmedia li,
.tab-content li,
.text-content li {
  /*margin:.5rem 0 0;*/
  padding:0 0 0 1rem;
  position:relative
}
.dce li:first-child,
.frame-type-html li:first-child,
.frame-type-text li:first-child,
.frame-type-textmedia li:first-child,
.tab-content li:first-child,
.text-content li:first-child {
  margin-top:0
}

@media (max-width:767px) {
  .dce li,
  .dce li *,
  .frame-type-html li,
  .frame-type-html li *,
  .frame-type-text li,
  .frame-type-text li *,
  .frame-type-textmedia li,
  .frame-type-textmedia li *,
  .tab-content li,
  .tab-content li *,
  .text-content li,
  .text-content li * {
    font-size:14px;
  }
}
a {
  display:inline-block;
  position:relative;
  text-decoration:none;
  transition:color .15s ease-in-out
}
.frame-type-text a,
.frame-type-textmedia a,
a.active {
  font-family:Roboto-Bold,sans-serif;
 /* color:#1F5DA0*/
}
.desktop .frame-type-text a:hover,
.desktop .frame-type-textmedia a:hover,
.desktop a.active:hover {
  color:#2daaff
}
.frame-type-text a .icon,
.frame-type-textmedia a .icon,
a.active .icon {
  margin:0 .5rem 0 0
}
a[href*="tel:"] {
  white-space:nowrap
}
a.button {
  padding:.5rem 1rem .7rem
}
a[data-overlay] .icon--close {
  display:none
}
.contact-overlay-opened a[data-overlay] .icon--close {
  display:block
}
.contact-overlay-opened a[data-overlay] .icon:first-child {
  display:none
}
a[target=thePicture] {
  position:relative;
  display:block
}
a[target=thePicture]::after {
  clear:both;
  content:"";
  display:block;
  width:0
}
a[target=thePicture] .round-button {
  position:absolute;
  right:.5rem;
  bottom:-1.8rem
}
a[title*="@"],
a[title^="http://"],
a[title^="https://"],
a[title^="www."] {
  white-space:nowrap
}
a[title*="@"] span,
a[title^="http://"] span,
a[title^="https://"] span,
a[title^="www."] span {
  white-space:normal;
  word-wrap:break-word
}
@media (min-width:768px) {
  a.button {
    padding:.8rem 1rem
  }
}

h1,
h2,
h3 {
  color:#1f1f1f;
  font-family:'微软雅黑';
  line-height:40px;
  margin:0 0 1.5rem;
}
h3 { 
  font-size:16px
}
.h1.white,
.h2.white,
.h3.white,
h1.white,
h2.white,
h3.white {
  color:#fff
}
.h1,
h1 {
  line-height:42px;
  font-size:42px
}
@media (max-width:767px) {
  .h1,
  h1 {
    line-height:30px;
    font-size:30px;
    margin:0 0 1rem
  }
}
.h2,
h2 {
  line-height:35px;
  font-size:35px
}
@media (max-width:767px) {
  .h2,
  h2 {
    line-height:28px;
    font-size:28px;
    margin:0 0 1rem
  }
}

@media (max-width:767px) {
  .h3,
  h3 {
    line-height:32px;
    font-size:16px;
    margin:0 8 1rem
  }
}
.h2+.h2,
.h3+.h3,
h2+h2,
h3+h3 {
  margin-top:-1.5rem
}
.h4,
h4 {
  font-size:22px
}
.h5,
h5 {
  font-size:20px
}
.h4,
.h5,
h4,
h5 {
  color:#1f1f1f;
  margin:0 0 1rem
}
.h4.white,
.h5.white,
h4.white,
h5.white {
  color:#fff
}
@media (max-width:767px) {
  .h4,
  .h5,
  h4,
  h5 {
    font-size:16px
  }
}
.h4+.h4,
.h5+.h5,
h4+h4,
h5+h5 {
  margin-top:-1rem
}
.button {
  position:relative;
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  background:0 0;
  border:2px solid;
  box-shadow:0 3px 5px rgba(31,31,31,.2);
  cursor:pointer;
  display:inline-block;
  font-family:Roboto-Bold,sans-serif;
  font-size:16px;
  outline:0;
  padding:.6rem 1rem .8rem;
  text-transform:uppercase;
  transition:background .15s ease-in-out,border-color .15s ease-in-out
}
.button--lined-orange {
  border-color:#f71;
  color:#fff;
}
.button--lined-orange a:hover 
  border-color:#f71;
  color:#fff;
  text-decoration: none;
}
.desktop .button--lined-orange:hover {
  border-color:#f6a200
}
.button--blue {
  background:#1F5DA0;
  border-color:#1F5DA0;
  color:#fff
}
.desktop .button--blue:hover {
  border-color:#2daaff;
  background:#2daaff
}
.button--green {
  background:#1F5DA0;
  border-color:#1F5DA0;
  color:#fff
}
.desktop .button--green:hover {
  border-color:#becd0a;
  background:#becd0a
}
.button--fullwidth {
  width:100%
}
.button .icon {
  position:absolute;
  left:1rem;
  top:50%;
  transform:translateY(-50%);
  color:#fff;
}
.button .icon+span {
  padding-left:1.5rem;
  vertical-align:initial;
  color:#fff;
}
@media (min-width:768px) {
  .button {
    font-size:20px;
    padding:.8rem 1rem
  }
}
.round-button {
  border:2px solid #fff;
  border-radius:50%;
  box-shadow:0 15px 15px rgba(31,31,31,.2);
  cursor:pointer;
  display:inline-block;
  height:4.5rem;
  position:relative;
  width:4.5rem;
  transition:background .15s ease-in-out
}
.round-button+.round-button {
  margin:0 0 0 .3rem
}
.round-button .icon {
  font-size:1.7rem;
  left:50%;
  position:absolute;
  top:50%;
  transform:translate(-50%,-50%);
}
.round-button--blue {
  background:#1F5DA0
}
.desktop .round-button--blue:hover {
  background:#2daaff
}
.round-button--orange {
  background:#E50012
}
.desktop .round-button--orange:hover {
  background:#f6a200
}
@media (max-width:767px) {
  .round-button {
    height:4rem;
    width:4rem
  }
}
.checkbox-wrapper {
  padding:.8rem 0 0
}
.checkbox {
  margin:0 0 .5rem
}
.checkbox input {
  opacity:0;
  position:absolute;
  z-index:-1
}
.checkbox input:checked+label .icon {
  display:block
}
.checkbox input.is-invalid+label {
  color:#e64430
}
.checkbox input.is-invalid+label::before {
  border-color:#e64430
}
.checkbox label {
  cursor:pointer;
  display:block;
  padding-left:25px;
  position:relative
}
.checkbox label::before {
  border-radius:2px;
  content:"";
  height:15px;
  left:0;
  position:absolute;
  top:6px;
  width:15px;
  background:#fff
}
.checkbox label .icon--hook {
  display:none;
  font-size:.7rem;
  position:absolute;
  left:2px;
  top:7px
}
.checkbox label a {
  color:#1F5DA0;
  font-family:Roboto-Bold,sans-serif;
  transition:color .15s ease-in-out
}
.desktop .checkbox label a:hover {
  color:#2daaff
}
.checkbox p {
  margin:0
}
.checkbox--white label a {
  color:#fff
}
.checkbox--grey label::before {
  border:1px solid #9f9f9f
}
.input,
.textarea {
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  border:0;
  color:#1f1f1f;
  font-size:16px;
  font-family:Roboto,sans-serif;
  height:55px;
  line-height:55px;
  outline:0;
  padding:0 1rem;
  width:100%;
  border-radius:0
}
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color:#9f9f9f
}
.input::-moz-placeholder,
.textarea::-moz-placeholder {
  color:#9f9f9f;
  opacity:1
}
.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color:#9f9f9f
}
.input:-moz-placeholder,
.textarea:-moz-placeholder {
  color:#9f9f9f;
  opacity:1
}
.desktop .input:-webkit-autofill:hover,
.desktop .textarea:-webkit-autofill:hover,
.input:-webkit-autofill,
.input:-webkit-autofill:focus,
.textarea:-webkit-autofill,
.textarea:-webkit-autofill:focus {
  -webkit-box-shadow:0 0 0 1000px #fff inset;
  -webkit-text-fill-color:#1f1f1f
}
.input--bordered,
.textarea--bordered {
  border:1px solid #9f9f9f
}
.input.is-invalid,
.textarea.is-invalid {
  border-color:#e64430
}
@media (max-width:767px) {
  .input,
  .textarea {
    height:50px;
    line-height:50px
  }
}
.textarea {
  padding:1rem;
  height:auto;
  resize:vertical;
  line-height:1.25rem
}
.search-input {
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  background:0 0;
  border:0;
  border-bottom:1px solid #1f1f1f;
  color:#1f1f1f;
  font-size:16px;
  outline:0;
  padding:0 0 .3rem;
  width:100%;
  border-radius:0
}
.search-input::-webkit-input-placeholder {
  color:#9f9f9f
}
.search-input::-moz-placeholder {
  color:#9f9f9f;
  opacity:1
}
.search-input:-ms-input-placeholder {
  color:#9f9f9f
}
.search-input:-moz-placeholder {
  color:#9f9f9f;
  opacity:1
}
.file-wrapper {
  display:inline-block;
  position:relative;
  height:55px;
  line-height:55px;
  border:1px solid #9f9f9f;
  color:#1f1f1f;
  font-size:16px;
  font-family:Roboto,sans-serif;
  padding:0 2rem;
  overflow:hidden
}
.file-wrapper .file-upload {
  cursor:pointer;
  opacity:0;
  position:absolute;
  left:-50%;
  top:-50%;
  width:200%;
  height:200%;
  z-index:1
}
.radio-wrapper {
  padding:.8rem 0
}
.radio-wrapper .radio {
  display:inline-block;
  vertical-align:middle
}
.radio-wrapper .radio:not(:last-child) {
  margin:0 1rem 0 0
}
.radio-wrapper .radio label {
  cursor:pointer
}
.radio-wrapper .radio label>span {
  display:inline-block;
  vertical-align:middle
}
.radio-wrapper .radio input {
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  margin:0;
  opacity:0;
  width:0;
  height:0;
  padding:0;
  position:absolute
}
.radio-wrapper .radio input:checked+.radio__dot::before {
  background:#1F5DA0
}
.radio-wrapper .radio__dot {
  content:"";
  border-radius:50%;
  width:20px;
  height:20px;
  border:1px solid #9f9f9f;
  margin:0 .3rem 0 0;
  position:relative
}
.radio-wrapper .radio__dot::before {
  content:"";
  position:absolute;
  left:2px;
  top:2px;
  border-radius:50%;
  width:14px;
  height:14px;
  transition:background-color .15s ease-in-out;
  background:#fff
}
.select {
  padding:1.2rem 0 0;
  position:relative
}
.select select {
  -webkit-appearance:none;
  appearance:none;
  background:0 0;
  border:1px solid #9f9f9f;
  border-radius:0;
  font-family:Roboto-Light,sans-serif;
  font-size:16px;
  height:55px;
  outline:0;
  padding:0 2.5rem 0 1rem;
  width:100%;
  position:relative;
  z-index:1
}
.select select+label {
  font-size:14px;
  left:0;
  line-height:14px;
  position:absolute;
  top:0
}
.select select::-ms-expand {
  display:none
}
.select select.is-invalid {
  border-color:#e64430
}
.select .icon {
  bottom:1.2rem;
  position:absolute;
  right:1rem;
  z-index:0
}
.form {
  position:relative
}
.form--ext {
  padding-bottom:4rem
}
.form>.row>fieldset:nth-of-type(1)>.row>fieldset+fieldset {
  margin:1.25rem 0 0
}
.form>.row>fieldset:nth-of-type(1)~fieldset>.row>fieldset {
  margin:1.25rem 0 0
}
.form__row {
  padding:.5rem 0
}
.form__cell--input {
  padding:1.2rem 0 0;
  position:relative
}
.form__cell--input>label {
  font-family:Roboto,sans-serif;
  font-size:14px;
  left:0;
  line-height:14px;
  position:absolute;
  top:0
}
.form__cell--search {
  position:relative;
  padding-right:2rem
}
.form__cell--footer {
  max-width:600px
}
.form__group--checkbox+.form__group--checkbox {
  margin:1rem 0 0
}
.form__group[class*=col-][class*="-6"]:nth-child(2)~* {
  margin:15px 0 0
}
.form__fieldset--textarea .form__cell,
.form__fieldset--textarea .form__group,
.form__fieldset--textarea .row {
  height:100%;
  max-height:300px
}
.form__fieldset:nth-of-type(1)>.form__legend,
.form__fieldset:nth-of-type(2)>.form__legend {
  margin-top:0
}
.form__fieldset:nth-of-type(2)>.form__legend.hidden {
  display:none
}
.form__legend {
  min-height:1.6rem;
  font-family:Roboto-Bold,sans-serif;
  font-size:20px;
  margin:0 0 15px
}
.form .static-text label {
  font-family:Roboto,sans-serif;
  font-size:14px;
  line-height:14px
}
.form .actions {
  text-align:right;
  position:absolute;
  right:0;
  bottom:0
}
.form .actions .form-navigation {
  padding:1rem 0 0
}
.form .actions .button {
  min-width:18rem
}
.form--menu-search,
.form--quick-search {
  width:100%
}
.form--menu-search button,
.form--quick-search button {
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  background:0 0;
  border:0;
  border-radius:0;
  cursor:pointer;
  font-size:20px;
  outline:0;
  position:absolute;
  right:0;
  top:0;
  display:block;
  padding:0;
  width:34px;
  text-align:center
}
@media (min-width:1200px) {
  .form {
    padding:0
  }
  .form>.row>fieldset:nth-of-type(1)>.row>fieldset+fieldset {
    margin:0
  }
  .form--menu-search {
    margin:0 auto;
    max-width:300px
  }
  .form__fieldset:nth-of-type(2)>.form__legend.hidden {
    display:block
  }
}
@media (max-width:575px) {
  .form__group[class*=col-][class*="-6"]:nth-child(1)~* {
    margin:15px 0 0
  }
}
.file-error {
  color:#e64430
}
.error.help-block {
  font-weight:700;
  color:#e64430
}
.video {
  position:relative
}
.video::after {
  clear:both;
  content:"";
  display:block;
  width:0
}
.video video {
  float:left;
  outline:0
}
.video .video-embed {
  position:relative;
  padding-bottom:56.25%;
  overflow:hidden;
  width:100%;
  height:auto
}
.video .video-embed iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%
}
.video .video-overlay {
  cursor:pointer;
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
  z-index:10;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat
}
.video .video-overlay::before {
  background:#1f1f1f;
  content:"";
  display:block;
  height:100%;
  opacity:.6;
  width:100%;
  z-index:10
}
.video .video-overlay::after {
  background:#1F5DA0;
  border:2px solid #fff;
  border-radius:50%;
  color:#fff;
  content:"\e909";
  font-size:1.8rem;
  height:4rem;
  left:50%;
  line-height:3.9rem;
  position:absolute;
  text-align:center;
  top:50%;
  transform:translate(-50%,-50%);
  width:4rem
}
.video .video-overlay>.cookie-hint {
  position:absolute;
  top:50%;
  left:0;
  width:100%;
  padding:2rem;
  color:#fff;
  text-align:center
}
.col-xl-3 .video .video-overlay>.cookie-hint {
  top:27%;
  padding:1.5rem 1rem;
  line-height:1.2rem;
  font-size:70%
}
@media (max-width:1499px) {
  .col-lg-4 .video .video-overlay>.cookie-hint {
    top:27%;
    padding:1.5rem 1rem;
    line-height:1.2rem;
    font-size:80%
  }
}
.video .video-overlay--foreign {
  cursor:default
}
.video .video-overlay--foreign::after {
  top:40%;
  left:50%;
  line-height:3.5rem;
  background:#939393;
  border:5px solid #b7b7b7;
  color:#b7b7b7
}
.col-xl-3 .video .video-overlay--foreign::after {
  top:26%;
  height:2.5rem;
  width:2.5rem;
  font-size:1rem;
  line-height:2.2rem;
  border-width:3px
}
@media (max-width:1499px) {
  .col-lg-4 .video .video-overlay--foreign::after {
    top:26%;
    height:2.5rem;
    width:2.5rem;
    font-size:1rem;
    line-height:2.2rem;
    border-width:3px
  }
}
.html-wrapper {
  position:relative
}
.html-wrapper__overlay .cookie-hint {
  color:#fff;
  position:relative;
  z-index:2;
  padding:5vw;
  display:block;
  margin:0 auto;
  text-align:center
}
.html-wrapper__overlay .cookie-hint p:last-child {
  margin-bottom:0
}
@media (min-width:992px) {
  .html-wrapper__overlay .cookie-hint {
    max-width:50%
  }
}
.html-wrapper__overlay::before {
  background:#1f1f1f;
  content:"";
  position:absolute;
  left:0;
  top:0;
  height:100%;
  opacity:.6;
  width:100%;
  z-index:2
}
@media (min-width:992px) {
  .container {
    padding-right:40px;
    padding-left:40px
  }
}
.container .col__inner {
  height:100%;
  font-size:18px;
}
.container .col__inner[class*="--border-"] {
  border-width:1px;
  border-style:solid;
  padding:30px 20px
}
.container .col__inner--border-blue {
  border-color:#1F5DA0
}
.container .col__inner--border-green {
  border-color:#94c11c
}
.row--grid+.row--grid {
  margin-top:30px
}
.col-margin-top {
  margin-top:30px
}
.col-margin-bottom {
  margin-bottom:30px
}
@media (max-width:1399px) {
  .col-xl-margin-top {
    margin-top:30px
  }
}
@media (max-width:1199px) {
  .col-lg-margin-top {
    margin-top:30px
  }
  .col-lg-hidden {
    display:none
  }
}
@media (max-width:991px) {
  .col .frame-type-image,
  .col .frame-type-textmedia {
    margin:1.5rem 0 0
  }
  .col-lg-margin-top,
  .col-md-margin-top {
    margin-top:30px
  }
  .col-md-hidden {
    display:none
  }
  .col-margin-top {
    margin-top:15px
  }
  .wrapper .col-only-image.col-lg-4,
  .wrapper .col-only-image.col-lg-6 {
    order:-1;
    margin:-30px 0 1rem
  }
}
@media (max-width:767px) {
  .col-lg-margin-top,
  .col-md-margin-top,
  .col-sm-margin-top,
  .row--grid+.row--grid {
    margin-top:15px
  }
}
.select2-search__field {
  height:100%;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  position:absolute;
  left:0;
  top:0;
  border:0;
  border-radius:0;
  background:0 0;
  font-family:Roboto-Light,sans-serif;
  font-size:16px;
  outline:0;
  padding:0 1rem;
  width:100%;
  z-index:1;
  cursor:pointer
}
.select2-hidden-accessible {
  height:0;
  z-index:-1;
  position:relative;
  margin:0;
  border:0;
  padding:0;
  float:left
}
.select2-label {
  position:absolute;
  left:0;
  top:0;
  font-family:Roboto-Bold,sans-serif;
  line-height:14px
}
.select2-icon {
  bottom:1.2em;
  position:absolute;
  right:22px;
  z-index:0;
  transition:transform .3s ease-in-out
}
.select2-container--open~.select2-icon {
  transform:rotate(-180deg)
}
.select2-selection {
  outline:0
}
.select2-selection__rendered {
  cursor:pointer;
  padding:0 2.5rem 0 0;
  border:1px solid #9f9f9f;
  border-radius:0;
  font-family:Roboto-Light,sans-serif;
  font-size:16px;
  height:55px;
  outline:0;
  width:100%;
  position:relative;
  z-index:1;
  background:0 0;
  overflow:hidden
}
.select2-selection__rendered>* {
  display:inline-block;
  vertical-align:middle;
  padding:.8rem .5rem .9rem
}
.select2-selection__choice__remove {
  cursor:pointer;
  display:inline-block;
  padding:0 .3rem;
  font-size:22px;
  color:#1F5DA0
}
.select2-selection__choice~.select2-search input {
  padding:0
}
.select-container-wrapper {
  position:relative
}
.select-container-wrapper .select2-container {
  width:100%;
  z-index:99
}
.select-container-wrapper .select2-results {
  display:block;
  max-height:400px;
  overflow-y:auto;
  background:#fff;
  border-width:0 1px 1px;
  border-style:solid;
  border-color:#9f9f9f
}
.select-container-wrapper li {
  cursor:pointer;
  padding:.7rem 1rem
}
.desktop .select-container-wrapper li:hover {
  color:#1F5DA0
}
.select-container-wrapper li[aria-selected=true] {
  font-family:Roboto-Medium,sans-serif;
  color:#1F5DA0
}
.select-container-wrapper li[aria-disabled=true] {
  cursor:default;
  opacity:.4
}
.desktop .select-container-wrapper li[aria-disabled=true]:hover {
  color:#1f1f1f
}
.inline-tab {
  font-family:Roboto-Bold,sans-serif;
  font-size:22px;
  text-transform:uppercase
}
.inline-tab .icon {
  display:none
}
.inline-tab-content+.inline-tab {
  margin:3rem 0 0
}
@media (min-width:992px) {
  .inline-tab {
    hyphens:auto;
    background:#1F5DA0;
    cursor:pointer;
    padding:.8rem 0;
    color:#fff;
    font-size:20px;
    transition:background .15s ease-in-out
  }
  .inline-tab>.container {
    padding-right:5rem;
    position:relative
  }
  .inline-tab .icon {
    display:block;
    position:absolute;
    right:3.5rem;
    top:.2rem;
    transition:transform .15s ease-in-out
  }
  .inline-tab.opened {
    background:#234d82
  }
  .inline-tab.opened .icon {
    transform:rotate(-180deg)
  }
  .inline-tab-content:not(.inline-tab-content--tab-container) {
    padding:.5rem 0 0;
    overflow-y:hidden;
    max-height:0;
    transition-property:max-height,padding;
    transition-duration:.3s;
    transition-timing-function:ease-in-out
  }
  .inline-tab-content:not(.inline-tab-content--tab-container).opened {
    padding:0 0 1rem;
    max-height:15000px
  }
  .inline-tab-content+.inline-tab {
    margin:0
  }
  .inline-tab-content .col-4:nth-child(3)~* {
    margin:30px 0 0
  }
}
.tabs {
  padding:0 0 .5rem
}
.tabs .tab {
  display:inline-block;
  vertical-align:middle
}
.tabs .tab a {
  color:#9f9f9f;
  font-family:Roboto-Medium,sans-serif;
  transition-duration:.15s;
  transition-property:color,background,font-family;
  transition-timing-function:ease-in-out
}
.tabs .tab a.active {
  color:#1F5DA0;
  font-family:Roboto-Bold,sans-serif
}
.tabs .tab:not(:last-child) {
  padding:0 1rem 0 0
}
.tabs--product {
  display:none
}
@media (min-width:992px) {
  .tabs--product {
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    z-index:1;
    padding:0
  }
  .tabs .tab {
    margin:0 5px 0 0
  }
  .tabs .tab:not(:last-child) {
    padding:0
  }
  .tabs .tab a {
    display:block;
    padding:.6rem 1.5rem;
    font-size:16px;
    background:#eff0f2;
    color:#1f1f1f
  }
  .tabs .tab a.active {
    background:#234d82;
    color:#fff
  }
}
@media (min-width:1200px) {
  .tabs .tab a {
    padding:.8rem 2.1rem;
    font-size:22px
  }
}
.tab-content {
  padding:2rem 0 0
}
.tab-content:not(.tab-content--tab-container) {
  overflow:hidden;
  max-height:4000px;
  transition-property:max-height,padding;
  transition-duration:.5s;
  transition-timing-function:cubic-bezier(0,.1,.5,1.25)
}
.tab-content:not(.tab-content--tab-container).hidden {
  overflow-y:hidden;
  max-height:0;
  padding:0
}
.tab-content--tab-container.hidden {
  display:none
}
@media (min-width:992px) {
  .tab-content {
    padding:3rem 0 0
  }
  .tab-content.hidden {
    display:none
  }
}
@media (max-width:991px) {
  .filter-wrapper {
    overflow-y:hidden;
    max-height:0;
    transition-property:max-height,overflow-y;
    transition-duration:.5s;
    transition-timing-function:cubic-bezier(0,.1,.2,1.25)
  }
  .filter-wrapper.opened {
    max-height:500px;
    overflow-y:visible
  }
}
.mobile-tab {
  margin:1rem 0 0;
  background:#1F5DA0;
  box-shadow:0 3px 5px rgba(31,31,31,.2)
}
.mobile-tab__item {
  cursor:pointer;
  padding:.8rem 2rem .8rem 0;
  position:relative;
  text-transform:uppercase;
  font-family:Roboto-Bold,sans-serif;
  color:#fff;
  font-size:20px
}
.mobile-tab__item .icon {
  position:absolute;
  right:.5rem;
  top:1rem;
  transition:transform .15s ease-in-out
}
.mobile-tab.opened {
  background:#234d82
}
.mobile-tab.opened .mobile-tab__item .icon {
  transform:rotate(-180deg)
}
@media (min-width:992px) {
  .mobile-tab {
    display:none
  }
}
.download-pdf {
  display:inline-block;
  vertical-align:top;
  width:300px
}
.download-pdf__icon {
  display:none
}
.download-pdf__label a {
  font-family:Roboto-Bold,sans-serif;
  color:#1F5DA0;
  white-space:nowrap
}
.download-pdf__label a .icon {
  margin:0 .5rem 0 0
}
.download-pdf__label a span {
  word-break:break-word;
  white-space:normal
}
.download-pdf__description {
  padding:0 0 0 1.5rem
}
@media (min-width:992px) {
  .download-pdf__inner {
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap
  }
  .download-pdf__icon {
    display:block;
    flex:1 0 100px;
    margin:0 1rem 0 0
  }
  .download-pdf__label {
    flex:1 1 100%
  }
}
.download-datasheet__name {
  font-family:Roboto-Bold,sans-serif
}
.download-datasheet__item {
  font-family:Roboto-Bold,sans-serif;
  color:#1F5DA0;
  position:relative
}
.download-datasheet__item input {
  display:inline-block;
  vertical-align:middle;
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  border-radius:2px;
  content:"";
  outline:0;
  height:15px;
  width:15px;
  border:1px solid #9f9f9f;
  margin:0 .5rem 0 0;
  cursor:pointer;
  z-index:1;
  position:relative
}
.download-datasheet__item input:checked+.icon--hook {
  display:block
}
.download-datasheet__item .icon--hook {
  z-index:0;
  display:none;
  font-size:.7rem;
  position:absolute;
  left:.15rem;
  top:9px
}
.download-datasheet__item a {
  display:inline-block;
  vertical-align:middle;
  font-family:Roboto-Bold,sans-serif;
  color:#1F5DA0
}
.download-datasheet__item a>* {
  display:inline-block;
  vertical-align:middle
}
.download-datasheet__item a .icon {
  margin:0 0 0 .5rem
}
@media (min-width:640px) {
  .download-datasheet__inner {
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap
  }
  .download-datasheet__name {
    font-family:Roboto-Bold,sans-serif;
    flex:0 1 40%
  }
  .download-datasheet__files {
    flex:0 1 60%;
    padding:0 0 0 2rem
  }
}
@media (max-width:991px) {
  [class$=-slider--mobile-hidden] .tns-ovh {
    overflow:visible
  }
  [class$=-slider--mobile-hidden] .tns-outer {
    margin-right:10vw
  }
  [class$=-slider--mobile-hidden] .tns-outer .tns-item {
    opacity:1;
    transition:opacity .15s ease-in-out
  }
  [class$=-slider--mobile-hidden] .tns-outer .tns-item:not(.tns-slide-active) {
    opacity:.3
  }
}
[class$=-slider-wrapper] {
  position:relative
}
@media (max-width:991px) {
  [class$=-slider-wrapper] {
    padding-bottom:2rem
  }
}
.tns-nav,
[class$=-slider-nav] {
  position:absolute;
  left:0;
  width:100%;
  bottom:0;
  text-align:center
}
.tns-nav [class*=-slider-nav__item],
.tns-nav>button,
[class$=-slider-nav] [class*=-slider-nav__item],
[class$=-slider-nav]>button {
  display:inline-block;
  vertical-align:middle;
  background-color:#fff;
  border-radius:50%;
  height:7px;
  margin:0 .3rem 0 0;
  padding:0;
  transition:background-color .15s ease-in-out;
  width:7px;
  border:1px solid #9f9f9f
}
.tns-nav [class*=-slider-nav__item].hidden,
.tns-nav>button.hidden,
[class$=-slider-nav] [class*=-slider-nav__item].hidden,
[class$=-slider-nav]>button.hidden {
  display:none
}
.tns-nav [class*=-slider-nav__item].tns-nav-active,
.tns-nav>button.tns-nav-active,
[class$=-slider-nav] [class*=-slider-nav__item].tns-nav-active,
[class$=-slider-nav]>button.tns-nav-active {
  background-color:#f71;
  border-color:#f71
}
.gallery-slider {
  position:relative
}
.gallery-slider__item {
  text-align:center
}
.gallery-slider__item img {
  max-height:400px;
  max-width:100%;
  width:auto
}
.gallery-slider__item[data-description]::after {
  content:attr(data-description);
  font-style:italic;
  display:block
}
.gallery-slider .gallery-slider-controls {
  position:absolute;
  right:-2rem;
  top:50%;
  transform:translateY(-50%)
}
.big-gallery-slider {
  position:relative;
  padding:0 0 2rem
}
.big-gallery-slider__item::after {
  clear:both;
  content:"";
  display:block;
  width:0
}
.big-gallery-slider__item:nth-child(2n-1) {
  padding:3rem 0 0
}
.big-gallery-slider__child.bottom,
.big-gallery-slider__child.top {
  float:left;
  width:100%;
  height:300px
}
.big-gallery-slider__child.top {
  margin:0 0 15px
}
.big-gallery-slider__child.bottom {
  margin:15px 0 0
}
.big-gallery-slider__child.left,
.big-gallery-slider__child.right {
  float:left;
  width:50%;
  height:300px
}
.big-gallery-slider__child.left {
  border-right:7.5px solid #fff
}
.big-gallery-slider__child.right {
  border-left:7.5px solid #fff
}
.big-gallery-slider__image {
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  height:100%
}
.big-gallery-slider .big-gallery-slider-controls {
  position:absolute;
  right:-2rem;
  top:50%;
  transform:translateY(-50%)
}
@media (min-width:992px) {
  .big-gallery-slider {
    padding:0
  }
  .big-gallery-slider__child.bottom,
  .big-gallery-slider__child.top {
    height:15vw;
    max-height:300px
  }
  .big-gallery-slider__child.left,
  .big-gallery-slider__child.right {
    height:20vw;
    max-height:350px
  }
}
.gallery-thumbs {
  margin-top:30px
}
[aria-controls][aria-disabled=true] .icon {
  color:#eff0f2
}
.tns-controls>* {
  appearance:none;
  -webkit-appearance:none;
  border:0;
  padding:0;
  display:block;
  background:0 0;
  color:#f71;
  margin:1rem 0;
  cursor:pointer
}
.tns-controls>[data-controls=prev]::before {
  content:"\e901"
}
.tns-controls>[data-controls=next]::before {
  content:"\e903"
}
.image-box__image {
  display:block;
  height:150px;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat
}
.image-box__content {
  padding:1rem;
  border-width:0 1px 1px;
  border-style:solid;
  border-color:#1F5DA0
}
.image-box__teaser {
  display:none
}
@media (min-width:640px) {
  .image-box__teaser {
    display:block
  }
  .image-box__image {
    height:250px
  }
}
.fieldset-container-wrapper {
  padding:4rem 0 3rem
}
.fieldset-container {
  position:relative
}
.fieldset-container__header {
  position:absolute;
  top:-1.3rem;
  left:1rem;
  background:#fff;
  padding:0 1rem;
  z-index:1
}
.fieldset-container__body {
  position:relative;
  padding:3rem 2rem 2rem;
  border:1px solid
}
.fieldset-container__body--green {
  border-color:#94c11c
}
.fieldset-container__body--blue {
  border-color:#1F5DA0
}
.fieldset-container__devider {
  height:1px;
  background:#1F5DA0;
  margin:2rem -2rem
}
.fieldset-container__spacer-v {
  height:1.5rem
}
@media (max-width:767px) {
  .fieldset-container__header {
    top:-1rem
  }
  .fieldset-container__body {
    padding:2rem
  }
}
.pagination {
  padding:1rem 0;
  text-align:center
}
.pagination li {
  display:inline-block
}
.pagination li a,
.pagination li span {
  padding:.3rem .5rem
}
.autocomplete-wrapper {
  position:relative
}
.autocomplete-wrapper .autocomplete {
  max-height:216px;
  overflow-y:auto
}
.form__cell--input .autocomplete-wrapper .autocomplete {
  position:absolute;
  z-index:1;
  left:0;
  top:-2px;
  width:100%;
  background:#fff;
  border-width:0 1px 1px;
  border-style:solid;
  border-color:#9f9f9f
}
.form--menu-search .autocomplete-wrapper .autocomplete {
  position:absolute;
  z-index:1;
  left:0;
  top:-2px;
  width:100%;
  background:#fff;
  box-shadow:0 .5rem 1rem rgba(0,0,0,.15)
}
.autocomplete-wrapper .autocomplete__item {
  padding:.5rem 0
}
.form--menu-search .autocomplete-wrapper .autocomplete__item,
.form__cell--input .autocomplete-wrapper .autocomplete__item {
  padding:.5rem 1rem
}
.autocomplete-wrapper .autocomplete a {
  color:#1f1f1f;
  transition:color .3s ease-in-out;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden
}
.desktop .autocomplete-wrapper .autocomplete a:hover {
  color:#1F5DA0
}
.input-range-wrapper__label {
  font-family:Roboto,sans-serif
}
.input-range-wrapper .input-range>* {
  display:inline-block;
  vertical-align:middle
}
.input-range-wrapper .input-range input[type=range] {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  margin:0 1rem;
  width:100%;
  max-width:350px;
  outline:0
}
.input-range-wrapper .input-range input[type=range]::-webkit-slider-thumb {
  height:19px;
  width:19px;
  border-radius:50%;
  background:#1F5DA0;
  cursor:pointer;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  margin-top:-8px;
  box-shadow:0 3px 9px rgba(31,31,31,.2)
}
.input-range-wrapper .input-range input[type=range]::-moz-range-thumb {
  height:19px;
  width:19px;
  border-radius:50%;
  background:#1F5DA0;
  cursor:pointer;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  margin-top:-8px;
  box-shadow:0 3px 9px rgba(31,31,31,.2)
}
.input-range-wrapper .input-range input[type=range]::-ms-thumb {
  height:19px;
  width:19px;
  border-radius:50%;
  background:#1F5DA0;
  cursor:pointer;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  margin-top:-8px;
  box-shadow:0 3px 9px rgba(31,31,31,.2)
}
.input-range-wrapper .input-range input[type=range]::-webkit-slider-runnable-track {
  width:100%;
  height:3px;
  background:#eff0f2;
  cursor:pointer;
  border-radius:1px
}
.input-range-wrapper .input-range input[type=range]::-moz-range-track {
  width:100%;
  height:3px;
  background:#eff0f2;
  cursor:pointer;
  border-radius:1px
}
.input-range-wrapper .input-range input[type=range]::-ms-track {
  width:100%;
  height:3px;
  background:#eff0f2;
  cursor:pointer;
  border-radius:1px;
  color:transparent
}
@media (max-width:767px) {
  .input-range-wrapper .input-range {
    position:relative;
    padding-bottom:1.5rem
  }
  .input-range-wrapper .input-range input[type=range] {
    max-width:none;
    margin:0
  }
  .input-range-wrapper .input-range__label {
    position:absolute;
    bottom:0
  }
  .input-range-wrapper .input-range__label:first-of-type {
    left:0
  }
  .input-range-wrapper .input-range__label:last-of-type {
    right:0
  }
}
@media (min-width:992px) {
  .input-range-wrapper {
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:center
  }
  .input-range-wrapper__label {
    flex:0 1 250px
  }
  .input-range-wrapper .input-range {
    flex:0 1 100%
  }
}
.hint {
  position:absolute;
  top:0;
  text-align:center;
  width:100%;
  left:0;
  padding:.5rem 15px;
  background-color:#1F5DA0;
  transform:translateY(-50%);
  font-size:16px;
}
.hint p {
  margin-bottom:0
}
.hint * {
  color:#fff
}
.table table {
  min-width:991px
}
.table table * {
  hyphens:auto
}
.table table img {
  max-width:300px
}
.table table p:last-child {
  margin-bottom:0
}
.table table td {
  background-color:#fff;
  padding:1rem .5rem;
  border-bottom:1px solid #9f9f9f
}
.table__inner {
  overflow-x:auto
}
.table--finish-line {
  border-bottom:2px solid #1F5DA0
}
.table--start-line {
  border-top:2px solid #1F5DA0
}
.table--same-width table {
  table-layout:fixed
}
.table--first-row-head tr:first-child {
  font-weight:700;
  color:#1F5DA0
}
.table--first-row-head tr:first-child td {
  vertical-align:bottom;
  border-bottom:2px solid #1F5DA0
}
.table--first-col-head td:first-child {
  font-weight:700;
  color:#1F5DA0
}
.table--colored-rows tr:nth-child(2n) td {
  background-color:#dff2fe
}
@media (max-width:767.98px) {
  .col__inner>.table table {
    min-width:600px
  }
  .container>.table table {
    min-width:991px
  }
  .col__inner>.table--first-col-head td:first-child,
  .container>.table--first-col-head td:first-child {
    position:sticky;
    width:200px;
    left:0
  }
  .col__inner>.table--first-col-head td:first-child::after,
  .container>.table--first-col-head td:first-child::after {
    content:"";
    position:absolute;
    right:0;
    top:0;
    height:100%;
    width:2px;
    background-color:#1F5DA0
  }
}
.modal {
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:1001;
  opacity:0;
  transition-property:opacity,z-index;
  transition-duration:.3s;
  transition-timing-function:ease-in-out
}
.modal::after {
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:1;
  background:rgba(159,159,159,.5)
}
.modal__inner {
  position:relative;
  z-index:2;
  top:10vw
}
.modal__container {
  padding:0 2rem;
  box-shadow:0 3px 5px rgba(31,31,31,.2)
}
.modal__header {
  padding:2.5rem 0;
  background:#fff
}
.modal__header>.container {
  padding-right:6rem;
  position:relative
}
.modal__header h3 {
  margin:0
}
.modal__body {
  overflow-y:auto;
  max-height:65vh;
  background:#fff
}
.modal--full-height .modal__body {
  height:65vh
}
.modal__footer {
  background:#fff
}
.modal__close {
  position:absolute;
  right:3.3rem;
  top:.3rem;
  cursor:pointer
}
.modal__close .icon {
  font-size:1.7rem
}
@media (max-width:639px) {
  .modal__container {
    padding:0
  }
}
.downloads-modal__loading {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(255,255,255,.8);
  text-align:center;
  z-index:99;
  display:none
}
.downloads-modal__loading .spinner-border,
.downloads-modal__loading .spinner-hook {
  position:relative;
  top:48%
}
.downloads-modal__loading .spinner-hook {
  font-size:2rem
}
.downloads-modal__loading>* {
  display:none
}
.downloads-modal__loading.loading {
  display:block
}
.downloads-modal__loading.loading>.spinner-border {
  display:inline-block
}
.downloads-modal__loading.success {
  display:block
}
.downloads-modal__loading.success>.spinner-hook {
  display:inline-block
}
.downloads-modal__container {
  background:#fff;
  box-shadow:0 3px 5px rgba(31,31,31,.2);
  padding:2rem
}
.downloads-modal__header {
  position:relative;
  padding:0 4rem 1rem 0
}
.downloads-modal__item {
  margin:.5rem 0 0;
  white-space:nowrap
}
.downloads-modal__item>* {
  display:inline-block;
  vertical-align:middle
}
.downloads-modal__item-name {
  padding:0 1rem 0 0;
  font-family:Roboto-Bold,sans-serif;
  display:block
}
.downloads-modal__item-remove {
  padding:0 0 0 1rem;
  font-size:.8rem;
  cursor:pointer
}
.downloads-modal__zip {
  display:inline-block;
  cursor:pointer;
  margin:.5rem 0 0;
  font-family:Roboto-Bold,sans-serif;
  color:#1F5DA0
}
.downloads-modal__hint {
  margin:.5rem 0 0;
  color:#f71
}
.downloads-modal__hint span {
  display:inline
}
.downloads-modal .form {
  margin:1.5rem 0 0
}
@media (min-width:640px) {
  .downloads-modal__item-name {
    display:inline-block
  }
}
.overlay-content {
  display:none
}
body>[class$=-overlay] {
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:-1;
  opacity:0;
  transition-property:opacity,z-index;
  transition-duration:.3s;
  transition-timing-function:ease-in-out;
  display:flex;
  flex-direction:row
}
body>[class$=-overlay]::after {
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:1;
  background:rgba(159,159,159,.5)
}
body>[class$=-overlay] [class$=-overlay__inner] {
  margin:0 auto;
  flex:1 1 600px;
  z-index:2;
  position:relative;
  background:#eff0f2;
  width:600px;
  overflow-y:auto
}
body>[class$=-overlay] [class$=-overlay__close] {
  position:absolute;
  right:2rem;
  top:2rem;
  cursor:pointer;
  z-index:2
}
body>[class$=-overlay] [class$=-overlay__close] .icon {
  font-size:1.7rem
}
@media (min-height:992px) and (orientation:landscape) {
  body>[class$=-overlay] {
    align-items:center
  }
  body>[class$=-overlay] [class$=-overlay__inner] {
    flex:0 1 600px
  }
}
@media (min-width:640px) and (orientation:portrait) {
  body>[class$=-overlay] [class$=-overlay__inner] {
    flex:0 1 600px
  }
}
@media (min-width:992px) {
  body>[class$=-overlay] [class$=-overlay__inner] {
    flex:0 1 750px
  }
}
@media (min-width:1200px) {
  body>[class$=-overlay] [class$=-overlay__inner] {
    flex:0 1 1200px
  }
  body>[class$=-overlay] [class$=-overlay__container] {
    display:table;
    width:100%
  }
  body>[class$=-overlay] [class*=simple-overlay__container] {
    display:block
  }
}
.contact {
  display:none;
  background-color:#eff0f2
}
.contact.opened {
  display:block
}
.contact__inner {
  position:relative
}
.contact__infos {
  padding:1rem
}
.contact__email,
.contact__name,
.contact__phone,
.contact__position {
  padding:0 1rem
}
.contact__position {
  margin:0 0 .5rem
}
.contact__name {
  margin:0 0 .5rem;
  font-family:Roboto-Medium,sans-serif
}
@media (min-width:415px) {
  .contact__infos {
    padding:1rem 40% 1rem 1rem
  }
}
@media (min-width:1200px) {
  .contact__infos {
    padding:2rem 0 2rem 3rem
  }
}
.contact-overlay-opened .contact-overlay {
  opacity:1;
  z-index:1001
}
.contact-overlay__success {
  display:none;
  font-family:Roboto-Medium,sans-serif;
  color:#1F5DA0;
  line-height:0
}
.contact-overlay__success.opened {
  display:block;
  line-height:1.5rem;
  margin-top:1rem
}
.contact-overlay__form {
  padding:2rem;
  background:#fff
}
.contact-overlay__infos {
  position:relative
}
.contact-overlay__image {
  display:none
}
@media (min-width:415px) {
  .contact-overlay__image {
    display:block;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    position:absolute;
    right:0;
    top:0;
    height:100%;
    width:40%
  }
  .contact-overlay__image::before {
    content:"";
    position:absolute;
    z-index:1;
    left:0;
    top:0;
    width:80px;
    height:100%;
    background:#eff0f2;
    transform:skew(-9deg) translateX(-50%)
  }
  .contact-overlay__image.fallback {
    background-size:25%
  }
}
@media (min-width:1200px) {
  .contact-overlay__form {
    display:table-cell;
    width:60%;
    vertical-align:top;
    position:relative
  }
  .contact-overlay__form form {
    position:relative;
    z-index:2
  }
  .contact-overlay__form::after {
    content:"";
    position:absolute;
    z-index:1;
    right:0;
    top:0;
    width:100px;
    height:100%;
    background:#fff;
    transform:skew(-9deg) translateX(50%)
  }
  .contact-overlay__infos {
    display:table-cell;
    width:40%;
    vertical-align:bottom;
    background-color:#eff0f2
  }
  .contact-overlay__image {
    height:70%;
    width:100%
  }
  .contact-overlay__image::before {
    display:none
  }
  .contact-overlay__image.fallback {
    background-size:40%
  }
}
.image-overlay-opened .image-overlay {
  opacity:1;
  z-index:1001
}
.download-overlay-opened .download-overlay {
  opacity:1;
  z-index:1001
}
.simple-overlay-opened .simple-overlay {
  opacity:1;
  z-index:1001
}
.simple-overlay__inner {
  overflow-y:inherit
}
.simple-overlay__container {
  max-height:90vh;
  overflow-y:auto;
  padding:2rem 4rem 2rem 2rem;
  font-size:14px;
}
.top-nav {
  position:relative
}
.top-nav .icon {
  font-size:1.2rem
}
.top-nav__language {
  cursor:pointer;
  display:block;
  font-family:Roboto-Medium,sans-serif;
  text-transform:uppercase
}
.top-nav__language+.languages {
  background:#eff0f2;
  position:absolute;
  left:0;
  top:1px;
  z-index:-1;
  width:100%;
  opacity:0;
  margin:0 0 0 1.5rem;
  padding:0 0 0 2rem;
  transition:opacity .3s ease-in-out
}
.top-nav__language.opened+.languages {
  z-index:1;
  opacity:1
}
.top-nav>ul>li>a {
  color:#1f1f1f;
  display:block;
  font-family:Roboto-Medium,sans-serif;
  font-size:16px;
  text-transform:uppercase
}
.top-nav li {
  margin:0 0 1rem
}
.top-nav li .icon {
  margin:0 5px 0 0
}
@media (min-width:1200px) {
  .top-nav li {
    display:inline-block;
    vertical-align:middle;
    margin:0
  }
  .top-nav li:first-child {
    display:none
  }
  .top-nav li:not(:last-of-type) {
    margin:0 1.6rem 0 0
  }
}
@media (min-width:1200px) {
  .top-nav>ul>li>a {
    font-size:15px
  }
}
.bottom-nav {
  padding:1.5rem 0;
  position:relative
}
.bottom-nav nav .icon--home {
  font-size:1.25rem
}
.bottom-nav nav .level2-wrapper {
  position:absolute;
  top:100%;
  z-index:1000;
  overflow-y:hidden;
  padding:0;
  max-height:0;
  transition-property:max-height,overflow-y,padding;
  transition-duration:.5s;
  transition-timing-function:cubic-bezier(-2,0,-5,1);
  box-shadow:0 3px 5px rgba(31,31,31,.2)
}
.bottom-nav nav .level1 {
  position:relative
}

.bottom-nav nav .level1 > li.active > a {
  color: #1F5DA0;
  display: block;
  font-family: Roboto-Medium,sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.bottom-nav nav .level1>li {
  padding:0 0 2.4rem;
  position:relative;
  display:inline-block;
  vertical-align:middle
}
.bottom-nav nav .level1>li>a {
  color:#1f1f1f;
  display:block;
  font-family:Roboto-Medium,sans-serif;
  font-size:16px;
  text-transform:uppercase
}
.bottom-nav nav .level1>li>a>.icon {
  transition:transform .3s ease-in-out
}
.bottom-nav nav .level1>li:nth-child(3) .level2>.column a {
  font-family:Roboto-Medium,sans-serif;
  padding:0 15px;
  display:block;
  margin:0 0 1rem
}
.bottom-nav nav .level1>li:nth-child(3) .level2>.normal>a {
  font-family:Roboto-Medium,sans-serif;
  padding:0 15px;
  display:block;
  margin:0 0 1rem
}
.bottom-nav nav .level1>li:not(:last-of-type) {
  margin:0 1.6rem 0 0
}
.bottom-nav nav .level1>li:not(:last-of-type) .level2-wrapper {
  left:-1.8rem
}
.bottom-nav nav .level1>li:last-of-type .level2-wrapper {
  right:0
}
.bottom-nav nav .level1>li.opened .level2-wrapper {
  max-height:1000px
}
.bottom-nav nav .level1>li.opened>a>.icon:not(.icon--home) {
  transform:rotate(-180deg)
}
.bottom-nav nav .level2 {
  white-space:nowrap;
  background:#fff;
  padding:1.5rem 1rem;
  box-shadow:inset 0 25px 30px -22px rgba(31,31,31,.2)
}
.bottom-nav nav .level2--separator {
  display:flex;
  flex-wrap:nowrap;
  flex-direction:row
}
.bottom-nav nav .level2 .column {
  display:inline-block;
  vertical-align:top
}
.bottom-nav nav .level2 .separator {
  flex:1 0 1px;
  background:#1f1f1f
}
.bottom-nav nav .level3 li {
  padding:0 1rem 0 0
}
.bottom-nav nav .subtitle {
  display:none
}
.bottom-nav nav .normal a {
  color:#1f1f1f;
  font-family:Roboto,sans-serif;
  margin:1rem 0 0;
  display:block;
  font-size:16px;
  padding:0 15px;
  font-family:"微软雅黑";
}
.desktop .bottom-nav nav .normal a:hover {
  color:#1F5DA0
}
.bottom-nav nav .normal.active>a {
  color:#1F5DA0
}
.bottom-nav nav a span {
  display:inline-block;
  vertical-align:middle
}
.bottom-nav nav .icon {
  margin:0 0 0 .3rem
}
.bottom-nav__separator::after {
  content:"|";
  color:#1F5DA0;
}
@media (min-width:1200px) {
  .bottom-nav {
    padding:2.5rem 0 0
  }
  .bottom-nav a {
    font-size:15px
  }
}
.menu {
  bottom:-2.5rem;
  left:15px;
  position:absolute;
  z-index:1001
}
.nav-opened .menu__item--hamburger {
  z-index:1001
}
.quick-search {
  position:absolute;
  z-index:1;
  left:0;
  top:100%;
  width:350px;
  background:#fff;
  padding:0 1rem;
  transition:top .3s ease-in-out;
  box-shadow:inset 0 25px 30px -22px rgba(31,31,31,.2),0 3px 5px rgba(31,31,31,.2);
  overflow-y:hidden;
  max-height:0;
  transition-property:max-height,overflow-y,padding;
  transition-duration:.5s;
  transition-timing-function:cubic-bezier(0,.1,.2,1.25)
}
.search-opened .quick-search {
  max-height:300px;
  overflow-y:visible;
  padding:3.5rem 1rem 1.5rem
}
@media (max-width:639px) {
  .quick-search {
    width:100%
  }
}
.languages li {
  display:inline-block;
  vertical-align:middle
}
.languages li a {
  color:#1f1f1f
}
.languages li a.active {
  font-family:Roboto-Medium,sans-serif;
  color:#1F5DA0
}
.languages li:not(:last-child) {
  margin:0 2rem 0 0
}
.languages li:first-child {
  margin:0 1rem 0 0
}
.languages li .icon {
  font-size:1.2rem
}
.languages img {
  display:inline-block;
  vertical-align:middle;
  width:20px
}
.languages img+span {
  display:inline-block;
  vertical-align:middle
}
.logo {
  display:block;
  max-width:318px
}
.logo::after {
  clear:both;
  content:"";
  display:block;
  width:0
}
.logo img {
  float:left
}
.logo--header {
  margin:0 0 0 auto
}
@media (min-width:1200px) and (max-width:1299px) {
  .logo {
    height:32px;
    max-width:130px;
    padding:6px 0
  }
  .logo--header {
    padding-top:3px;
    margin:0 0 2.1rem
  }
}
@media (min-width:1300px) {
  .logo--header {
    margin:0 0 2.2rem
  }
}
.sidebar {
  height:0;
  bottom:6rem;
  position:fixed;
  right:0;
  width:100%;
  z-index:999
}
.sidebar__list {
  float:right
}
.sidebar__item a {
  display:block;
  height:100%
}
.sidebar__item--mobile {
  display:none
}
.desktop .sidebar__item:hover {
  background:#f6a200
}
@media (max-width:1199px) {
  .sidebar {
    width:auto
  }
  .sidebar .container {
    padding:0 15px
  }
}
@media (max-width:767px) {
	
  .sidebar {
    display:none; /**移动端隐藏sidebar**/
  }
  .sidebar__list {
    position:relative
  }
  .sidebar__item:not(.sidebar__item--mobile) {
    position:absolute;
    right:0;
    transition:right .3s ease-in-out
  }
  .sidebar__item--mobile {
    display:inline-block;
    z-index:3
  }
  .sidebar__item--mobile::after {
    content:"+";
    font-family:Roboto-Bold,sans-serif;
    color:#fff;
    font-size:20px;
    position:absolute;
    right:1.2rem;
    top:.7rem
  }
  .sidebar__item--mobile .icon--close {
    display:none
  }
  .sidebar.opened .sidebar__item:nth-child(1) {
    right:240px
  }
  .sidebar.opened .sidebar__item:nth-child(2) {
    right:160px
  }
  .sidebar.opened .sidebar__item:nth-child(3) {
    right:80px
  }
  .sidebar.opened .sidebar__item--mobile .icon--close {
    display:block
  }
  .sidebar.opened .sidebar__item--mobile .icon--phone,
  .sidebar.opened .sidebar__item--mobile::after {
    display:none
  }
}
.header {
  left:0;
  position:fixed;
  top:0;
  width:100%;
  z-index:999
}
.header__bottom {
  background:#fff;
  box-shadow:0 10px 60px rgba(31,31,31,.2)
}
.header__language {
  margin:1rem 0 0
}
.header__menu .subtitle {
  display:none
}
.header__menu .separator {
  height:1px;
  background:#000;
  width:100%;
  margin:.8rem 0
}
.header__menu .level1>li:first-child .level2>.first>.level3>.normal>a,
.header__menu .level1>li:first-child .level2>.normal>a {
  display:block;
/*  margin:1rem 0 .5rem*/
}
.header .normal.active>a {
  color:#1F5DA0
}
@media (max-width:1199px) {
  .header__top {
    position:fixed;
    left:-350px;
    bottom:0;
    width:350px;
    z-index:2;
    transition:left .3s ease-in-out
  }
  .header__top .container {
    padding:0 15px
  }
  .nav-opened .header__top {
    left:0
  }
  .header__bottom {
    position:relative;
    z-index:2
  }
  .header__language {
    margin:4rem 0 0
  }
  .header__language .col {
    padding:0
  }
  .header__menu {
    position:fixed;
    left:-350px;
    top:0;
    height:100%;
    width:350px;
    z-index:1;
    padding:80px 0 10rem;
    background:#fff;
    box-shadow:5px 0 15px rgba(31,31,31,.2);
    transition:left .3s ease-in-out
  }
  .nav-opened .header__menu {
    left:0
  }
  .header__menu .languages,
  .header__menu .logo {
    display:none
  }
  .header__menu a {
    color:#1f1f1f;
    display:block
  }
  .desktop .header__menu a:hover {
    color:#1F5DA0
  }
  .header__menu .container {
    position:relative;
    height:100%;
    padding:0 15px 2rem;
    -webkit-overflow-scrolling:touch;
    overflow-y:auto
  }
  .header__menu .container::after {
    content:"";
    position:fixed;
    height:2rem;
    bottom:10rem;
    width:350px;
    left:-350px;
    box-shadow:inset 0 -25px 18px -8px #fff;
    z-index:1;
    transition:left .3s ease-in-out
  }
  .nav-opened .header__menu .container::after {
    left:0
  }
  .header__menu .title {
    margin:1.5em 0 0
  }
  .header__menu .title>a {
    position:relative;
    font-family:Roboto-Medium,sans-serif;
    font-size:16px;
    text-transform:uppercase;
    padding:0 2rem 0 0
  }
  .header__menu .title>a>.icon {
    transition:transform .3s ease-in-out
  }
  .header__menu .title>a+.level2 {
    overflow-y:hidden;
    max-height:0;
    transition-property:max-height,overflow-y;
    transition-duration:.5s;
    transition-timing-function:cubic-bezier(0,.1,.5,1.25)
  }
  .header__menu .title>a.opened>.icon {
    transform:rotate(-180deg)
  }
  .header__menu .title>a.opened+.level2 {
    max-height:1000px
  }
  .header__menu .title>a .icon {
    padding:.3rem;
    position:absolute;
    right:.2rem;
    top:0
  }
  .header__menu .normal>a {
    margin:.3rem 0 0;
    font-size:15px
  }
}
@media (min-width:1200px) {
  .header__top {
    position:relative;
    z-index:1;
    background:#eff0f2;
    padding:.3rem 0 .5rem
  }
  .header__menu {
    background:#fff;
    height:0;
    left:0;
    opacity:0;
    overflow:hidden;
    padding:4.55rem 0 0;
    position:fixed;
    top:0;
    transition:opacity .3s ease-in-out,height 0s .3s ease-in-out,z-index 0s .3s ease-in-out;
    width:100%;
    z-index:-1;
    overflow-y:auto
  }
  .nav-opened .header__menu {
    height:100%;
    opacity:1;
    transition:opacity .3s ease-in-out,height 0s 0s ease-in-out,z-index 0s 0s ease-in-out;
    z-index:1000
  }
  .header__menu a {
    color:#1f1f1f;
    display:block;
	font-size:16px;
  }
  .desktop .header__menu a:hover {
    color:#1F5DA0
  }
  .header__menu .title {
    margin:3.5rem 0 0
  }
  .header__menu .title>a {
    color:#1F5DA0;
    font-family:Roboto-Bold,sans-serif;
    font-size:22px;
    margin:0 0 1.5rem;
    text-transform:uppercase
  }
  .header__menu .title>a .icon {
    display:none
  }
  .header__menu .normal>a {
    margin:0 0 .3rem
  }
}
.newsletter {
  color:#fff
}
.socials {
  margin-bottom:2rem
}
.socials .icon {
  font-size:2rem
}
.desktop .socials a:hover .icon {
  color:#f71
}
@media (max-width:991px) {
  .socials {
    margin-top:2rem
  }
}
.footer {
  position:relative;
  z-index:1
}
.footer__newsletter {
  background:linear-gradient(to bottom,#234d82,#18355a);
  position:relative;
  padding:3.5rem 0
}
.footer__newsletter>img {
  position:absolute;
  right:0;
  top:0;
  height:100%;
  width:auto
}
.footer__nav {
  background:#1F5DA0;
  padding:3rem 0 7rem
}
.footer__nav--landing-page {
  padding:3rem 0
}
.footer__legals {
  overflow:hidden
}
.footer__legals .col {
  position:relative
}
.footer__legals .col::after {
  content:"|";
  position:absolute;
  right:-1px;
  top:0;
  color:#fff
}
.footer nav:first-child {
  margin:0 0 3rem
}
.footer nav li a {
  color:#fff;
  font-family:Roboto-Medium,sans-serif;
  text-transform:uppercase
}
.desktop .footer nav li a:hover {
  color:#f71
}
.footer nav li.active a {
  color:#f71
}
@media (max-width:991px) {
  .footer__newsletter img {
    display:none
  }
  .footer nav:first-child {
    margin:0 0 1.5rem
  }
}
.wrapper {
  position:relative;
  background-color:#fff;
  padding: 5rem 0;
}
.main>.wrapper--grey,
.main>.wrapper--white {
 padding:3rem 0;
}
.main>.wrapper--blue {
  padding:2rem 0
}
.wrapper--grey {
  background-color:#eff0f2
}
.wrapper--blue {
  background-color:#1F5DA0;
  color:#fff
}
.wrapper--blue h1,
.wrapper--blue h2,
.wrapper--blue h3,
.wrapper--blue h4,
.wrapper--blue h5 {
  color:#fff
}
.main>.wrapper.no-padding-bottom,
.wrapper.no-padding-bottom {
  padding-bottom:0
}
.wrapper__image {
  margin:-3rem 0 2rem;
  height:300px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center
}
.wrapper.image-left .wrapper__image {
  left:0
}
.wrapper.image-left .wrapper__image::after {
  right:0;
  transform:skew(-9deg) translateX(50%)
}
.wrapper.image-right .wrapper__image {
  right:0
}
.wrapper.image-right .wrapper__image::after {
  left:0;
  transform:skew(-9deg) translateX(-50%)
}
.wrapper--grey .wrapper__image::after {
  background:#eff0f2
}
.wrapper--white .wrapper__image::after {
  background:#fff
}
.wrapper--inline-slider {
  overflow:hidden
}
@media (min-width:992px) {
  .main>.wrapper--grey,
  .main>.wrapper--white {
   padding:5rem 0;
  }
  .main>.wrapper--inline-slider {
    padding:3rem 0
  }
  .main>.wrapper--blue {
    padding:2rem 0
  }
  .wrapper__image {
    margin:0;
    position:absolute;
    top:0;
    height:100%;
    width:50%;
    overflow:hidden
  }
  .wrapper__image::after {
    content:"";
    position:absolute;
    bottom:0;
    width:200px;
    height:100%
  }
}
@media (max-width:767px) {
  .wrapper.hide-mobile {
    display:none
  }
}
body {
  font-family:Roboto-Light,sans-serif;
  font-size:16px;
  line-height:25px;
  color:#1f1f1f;
  background:#fff
}
.contact-overlay-opened body,
.modal-opened body,
.nav-opened body {
  overflow:hidden
}
.contact-overlay-opened body.ios,
.modal-opened body.ios,
.nav-opened body.ios {
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%
}
.modal-opened body .modal {
  opacity:1
}
.contact-overlay-opened body .sidebar {
  z-index:1002
}
.contact-overlay-opened body .header {
  z-index:5
}
@media (max-width:767px) {
  body {
    font-size:15px
  }
}
.main {
  display:block;
  min-height:300px;
  position:relative;
  z-index:2
}
.main>.wrapper.with-slider {
  overflow-x:hidden
}
.main--iframe>.wrapper--grey,
.main--iframe>.wrapper--white {
  padding:1rem 0
}
.main--iframe>.wrapper:first-child {
  padding-top:0
}
[aria-controls] {
  outline:0;
  cursor:pointer
}
[style*="background-image: url('')"] {
  background:#eff0f2;
  position:relative;
  color:#1F5DA0;
  font-size:4rem
}
[style*="background-image: url('')"]::before {
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%)
}
.text-center {
  text-align:center
}
.text-left {
  text-align:left
}
.text-right {
  text-align:right
}
.image::after {
  clear:both;
  content:"";
  display:block;
  width:0
}
.image img {
  float:left
}
.extbase-debugger {
  margin-top:10rem
}
.ce-textpic.ce-intext .ce-gallery {
  margin-bottom:2rem
}
@media (min-width:992px) {
  .ce-textpic.ce-intext .ce-gallery {
    margin-bottom:0
  }
  .ce-textpic.ce-intext.ce-left,
  .ce-textpic.ce-intext.ce-right {
    display:flex;
    flex-wrap:nowrap;
    flex-direction:row;
    justify-content:space-between
  }
  .ce-textpic.ce-intext.ce-left>*,
  .ce-textpic.ce-intext.ce-right>* {
    flex:0 1 48%
  }
  .ce-textpic.ce-intext.ce-right .ce-bodytext {
    order:-1
  }
}
.button-link {
  display:inline-block;
  margin:1rem 1rem 0 0
}
.image-link {
  position:relative
}
.image-link__img {
  display:none
}
.image-link__label {
  position:relative;
  background:#1F5DA0;
  box-shadow:0 3px 5px rgba(31,31,31,.2)
}
.image-link__label a {
  color:#fff;
  display:block;
  padding:.75rem 1rem 1rem 2.5rem;
  font-family:Roboto-Bold,sans-serif;
  font-size:20px;
  text-transform:uppercase;
  hyphens:auto;
  transition:background .15s ease-in-out
}
.desktop .image-link__label a:hover {
  background:#2daaff
}
.image-link__label p {
  margin:0
}
.image-link__label .icon {
  position:absolute;
  top:1rem;
  left:1rem;
  font-size:1.2rem;
  margin:0 .5rem 0 0
}
@media (min-width:768px) {
  .image-link {
    margin:1rem 0 0
  }
}
@media (max-width:767px) {
  .image-link-wrapper>:not(.image-link) {
    display:none
  }
  .image-link-wrapper .image-link__label a {
    font-size:16px
  }
  .image-link-wrapper .image-link__label .icon {
    font-size:1rem
  }
}
@media (min-width:768px) {
  .image-link-wrapper .image-link__label {
    position:absolute;
    right:0;
    bottom:1rem
  }
  .image-link-wrapper .image-link__img {
    display:block
  }
  .image-link-wrapper .image-link__img::after {
    clear:both;
    content:"";
    display:block;
    width:0
  }
  .image-link-wrapper .image-link__img img {
    float:left
  }
}
.icon-link {
  margin:1rem 0 0;
  position:relative
}
.icon-link__label {
  position:absolute;
  right:0;
  bottom:1rem;
  width:100%;
  text-align:center
}
.icon-link__label a {
  color:#1F5DA0;
  font-family:Roboto-Bold,sans-serif;
  text-transform:uppercase;
  font-size:16px;
  transition:background .15s ease-in-out
}
.icon-link__img {
  border:1px solid #1F5DA0;
  text-align:center;
  padding:1rem 0 2rem
}
.icon-link__img img {
  max-width:115px
}
@media (min-width:768px) {
  .desktop .icon-link__label a:hover {
    background:#2daaff
  }
}
@media (min-width:768px) {
  .icon-link-wrapper .icon-link__img {
    padding:3rem 0 5rem
  }
  .icon-link-wrapper .icon-link__label {
    width:auto;
    text-align:right;
    background:#1F5DA0;
    box-shadow:0 3px 5px rgba(31,31,31,.2)
  }
  .icon-link-wrapper .icon-link__label a {
    color:#fff;
    display:block;
    padding:.75rem 1rem 1rem;
    font-size:20px
  }
  .icon-link-wrapper .icon-link__label .icon {
    font-size:1.2rem;
    margin:0 .5rem 0 0
  }
}
@media (max-width:767px) {
  .icon-link-wrapper>:not(.icon-link) {
    display:none
  }
  .icon-link-wrapper .icon-link__label .icon {
    display:none
  }
}
.counter-link {
  padding:0 1rem;
  text-align:center
}
.counter-link__amount {
  border:1px solid #1F5DA0;
  border-radius:50%;
  display:block;
  height:10rem;
  margin:0 auto 2rem;
  position:relative;
  width:10rem;
  background:#fff
}
.counter-link .counter {
  color:#1F5DA0;
  font-family:Roboto-Bold,sans-serif;
  font-size:32px;
  left:50%;
  position:absolute;
  top:50%;
  transform:translate(-50%,-50%)
}
.counter-link .counter::after {
  content:attr(data-process);
  display:block
}
.counter-link .counter--plus::after {
  content:attr(data-process) "+"
}
.counter-link__description {
  font-size:18px;
  margin:0 0 1rem
}
.counter-link__link a {
  color:#1F5DA0;
  font-family:Roboto-Bold,sans-serif;
  transition:color .15s ease-in-out
}
.desktop .counter-link__link a:hover {
  color:#2daaff
}
.counter-link__link a .icon {
  font-size:1rem
}
.card__title {
  font-family:Roboto-Bold,sans-serif
}
@media (max-width:767px) {
  .card__title {
    padding:.8rem 3rem .8rem 1.25rem;
    color:#fff;
    text-transform:uppercase;
    cursor:pointer;
    box-shadow:0 3px 5px rgba(31,31,31,.2);
    position:relative
  }
  .card__title .icon {
    position:absolute;
    right:1.25rem;
    top:1.25rem
  }
  .card__description {
    overflow-y:hidden;
    max-height:0;
    padding:0;
    transition-property:max-height,padding;
    transition-duration:.5s;
    transition-timing-function:cubic-bezier(1,0,0,.25)
  }
  .card__description.opened {
    padding:.5rem 0 0;
    max-height:200px
  }
  .card--blue .card__title {
    background:#1F5DA0
  }
  .card--green .card__title {
    background:#94c11c
  }
}
@media (min-width:768px) {
  .card {
    height:100%;
    border-width:1px;
    border-style:solid;
    padding:30px 20px
  }
  .card__title {
    text-align:center;
    min-height:3rem;
    margin:0 0 1rem;
    font-size:22px
  }
  .card__title .icon {
    display:none
  }
  .card--blue {
    border-color:#1F5DA0
  }
  .card--green {
    border-color:#94c11c
  }
}
.hover-card {
  position:relative
}
.hover-card__image {
  margin:0 auto;
  background-color:#fff;
  background-repeat:no-repeat;
  background-position:center;
  background-size:80%;
  width:20vw;
  height:20vw;
  border-radius:50%;
  border:1px solid #1F5DA0
}
.hover-card__image img {
  display:none
}
.hover-card__description {
  display:none
}
.hover-card__title {
  margin:1rem 0 0;
  padding:0 .5rem;
  font-size:18px;
  font-family:Roboto,sans-serif;
  text-align:center
}
@media (min-width:415px) {
  .hover-card__title {
    font-size:16px
  }
}
@media (min-width:768px) {
  .hover-card__image {
    width:150px;
    height:150px
  }
  .hover-card__title {
    font-size:22px
  }
}
@media (min-width:1200px) {
  .hover-card {
    background:#fff;
    padding:2rem;
    border:1px solid #1F5DA0;
    min-height:300px;
    height:100%
  }
  .hover-card__image {
    left:50%;
    opacity:1;
    position:absolute;
    top:50%;
    height:auto;
    transform:translate(-50%,-50%);
    transition:opacity .15s ease-in-out;
  /*  width:200px;*/
    border:0;
    border-radius:0;
    background-size:0;
    background-color:transparent
  }
  .hover-card__image img {
    display:block
  }
  .hover-card__description {
    display:block;
    opacity:0;
    padding-bottom:3rem;
    transition:opacity .15s ease-in-out
  }
  .hover-card__title {
    position:absolute;
    left:0;
    bottom:1.5rem;
    width:100%;
    font-family:Roboto-Bold,sans-serif;
    font-size:22px
  }
  .desktop .hover-card:hover .hover-card__description {
    opacity:1
  }
  .desktop .hover-card:hover .hover-card__image {
    opacity:0
  }
}
.hero-slider-wrapper {
  position:relative
}
.hero-slider {
  color:#fff;
  font-size:20px;
  overflow:hidden;
  position:relative
}
.hero-slider__helper {
  background:#234d82;
  left:-100px;
  opacity:.7;
  position:absolute;
  bottom:0;
  transform:skew(-9deg);
  z-index:1;
  backdrop-filter:blur(30px)
}
.hero-slider h1,
.hero-slider h2,
.hero-slider h3,
.hero-slider h4 {
  color:#fff
}
.hero-slider h1,
.hero-slider h2,
.hero-slider h3 {
  font-size:30px;
  line-height:35px
}
.hero-slider__image::after {
  clear:both;
  content:"";
  display:block;
  width:0
}
.hero-slider__image img {
  float:left;
  width:auto;
  height:50vw;
  /* min-height:400px; */
  transform:translateX(-50%);
  position:relative;
  left:50%
}
.hero-slider__content {
  left:0;
  padding:3rem 0;
  position:absolute;
  bottom:0;
  width:100%;
  z-index:2
}
.hero-slider__text p {
  display:none
}
@media (min-width:992px) {
  .hero-slider {
    font-size:22px
  }
  .hero-slider h1,
  .hero-slider h2,
  .hero-slider h3 {
    font-size:42px;
    line-height:50px
  }
  .hero-slider__helper {
    top:0;
    bottom:auto
  }
  .hero-slider__image img {
    height:700px
  }
  .hero-slider__content {
    top:50%;
    bottom:auto;
    transform:translateY(-50%)
  }
  .hero-slider__text p {
    display:block
  }
  .hero-slider__button {
    margin:2rem 0 0
  }
}
@media (min-width:1500px) {
  .hero-slider__content {
    padding:5rem 0
  }
  .hero-slider__image img {
    width:100%;
    height:auto;
    transform:none;
    position:relative;
    left:0
  }
}
.hero-slider-nav {
  left:0;
  opacity:0;
  position:absolute;
  top:1rem;
  transition:opacity .15s ease-in-out,top .15s ease-in-out;
  width:100%;
  z-index:2
}
.hero-slider-nav.initialized {
  opacity:1
}
.hero-slider-nav__item {
  display:inline-block;
  vertical-align:middle;
  background-color:#fff;
  border-radius:50%;
  height:7px;
  margin:0 .3rem 0 0;
  transition:background-color .15s ease-in-out;
  width:7px
}
.hero-slider-nav__item.tns-nav-active {
  background-color:#f71
}
.hero-slider-controls {
  left:0;
  padding:0 0 0 1.5rem;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:2
}
.hero-slider-controls__item:first-child {
  margin:0 0 .8rem
}
@media (max-width:1699px) {
  .hero-slider-controls {
    padding:0 0 0 .5rem
  }
}
.social-media-list-range {
  display:none
}
@media (max-width:991px) {
  .social-media-list-range {
    display:block;
    height:35px;
    margin:2rem 0 0
  }
  .social-media-list-range input {
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    width:100%;
    height:3px;
    background:#eff0f2;
    outline:0;
    border-radius:1px
  }
  .social-media-list-range input::-webkit-slider-thumb {
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    width:20px;
    height:20px;
    background:#1F5DA0;
    cursor:pointer;
    border-radius:50%;
    box-shadow:0 3px 5px rgba(31,31,31,.2)
  }
  .social-media-list-range input::-moz-range-thumb {
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    width:20px;
    height:20px;
    background:#1F5DA0;
    cursor:pointer;
    border-radius:50%;
    box-shadow:0 3px 5px rgba(31,31,31,.2)
  }
}
@media (max-width:991px) {
  .social-media-list {
    padding-right:25%
  }
}
.social-media-list-wrapper {
  margin:0 0 3rem;
  position:relative
}
@media (max-width:991px) {
  .social-media-list-wrapper {
    overflow:hidden
  }
  .social-media-list-wrapper .tns-outer {
    margin-right:-35%
  }
  .social-media-list-wrapper .tns-ovh {
    padding:30px;
    margin:-30px
  }
}
.social-media-item--center {
  margin:3rem 0 0
}
.social-media-item--bottom {
  margin:6rem 0 0
}
.social-media {
  align-items:flex-end;
  background-color:#d2e1eb;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  padding:1rem;
  position:relative;
  text-align:center;
  width:100%;
  box-shadow:0 15px 15px rgba(31,31,31,.2)
}
.social-media+.social-media {
  margin:30px 0 0
}
.social-media__icon {
  border-radius:50%;
  height:65px;
  left:1rem;
  position:absolute;
  top:1rem;
  width:65px
}
.social-media__icon .icon {
  left:50%;
  position:absolute;
  top:50%;
  transform:translate(-50%,-50%);
  z-index:1
}
.social-media__icon--facebook {
  background:#21559b;
  font-size:1.8rem
}
.social-media__icon--youtube {
  background:#d81616;
  font-size:2.5rem
}
.social-media__icon--twitter {
  background:#2fcbfb;
  font-size:2.5rem
}
.social-media__icon--instagram {
  background:linear-gradient(45deg,#f0c13f,#f01d33,#6c1af0);
  font-size:2.5rem
}
.social-media__content {
  color:#1F5DA0
}
.social-media-list-controls__item {
  position:absolute;
  top:50%;
  transform:translateY(-50%)
}
.social-media-list-controls__item--prev {
  left:1rem
}
.social-media-list-controls__item--next {
  right:1rem
}
.social-media-list-controls__item[aria-disabled=true] {
  display:none
}
@media (max-width:991px) {
  .card-slider-wrapper {
    display:flex;
    flex-direction:column
  }
  .card-slider-select {
    flex:1 1 100%;
    order:3;
    position:absolute;
    bottom:8rem;
    left:0;
    width:100%;
    z-index:1
  }
  .card-slider-select .form {
    padding-bottom:0
  }
  .card-slider-container {
    flex:1 1 100%;
    order:2
  }
  .card-slider-image-container {
    flex:1 1 400px;
    order:1;
    position:relative;
    margin:0
  }
  .card-slider-image {
    padding:0;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:-1;
    opacity:0;
    transition:opacity .3s ease-in-out
  }
  .card-slider-image__subtitle {
    display:none
  }
  .card-slider-image__helper {
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    width:100%;
    height:100%;
    position:relative
  }
  .card-slider-image.opened {
    z-index:1;
    opacity:1
  }
  .card-slider {
    display:none
  }
  .card-slider__subtitle {
    display:none
  }
  .card-slider.opened {
    display:block
  }
  .card-slider__content {
    padding:2rem 0
  }
  .card-slider__button {
    margin:4.5rem 0 0
  }
}
@media (max-width:639px) {
  .card-slider-image-container {
    flex:1 1 300px
  }
}
@media (min-width:992px) {
  .card-slider-select {
    display:none
  }
  .card-slider-container,
  .card-slider-wrapper {
    overflow:hidden;
    position:relative
  }
  .card-slider {
    background-color:#eff0f2;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:-1
  }
  .card-slider__text {
    position:relative;
	font-size:16px;
  }
  .card-slider__subtitle {
    position:absolute;
    left:0;
    top:-4rem;
    font-size:20px;
    font-family:Roboto-Bold,sans-serif
  }
  .card-slider__subtitle--blue {
    color:#1F5DA0
  }
  .card-slider__subtitle--green {
    color:#1F5DA0
  }
  .card-slider.opened {
    position:relative;
    z-index:1
  }
  .card-slider__content {
    opacity:0;
    padding:6rem 0 4rem;
    transition:opacity .3s ease-in-out;
    min-height:500px
  }
  .card-slider.opened .card-slider__content {
    opacity:1;
    position:relative;
    z-index:2
  }
  .card-slider-image-container {
    height:100%;
    position:absolute;
    right:0;
    text-align:right;
    top:0;
    width:50%;
    z-index:3
  }
  .card-slider-image {
    box-shadow:-3px 0 15px #9f9f9f;
    cursor:pointer;
    display:inline-block;
    height:100%;
    opacity:1;
    overflow:hidden;
    padding:0;
   /* transform:skew(-9deg);*/
    transition:visibility .5s ease-in-out,opacity .5s ease-in-out
  }
  .card-slider-image.opened {
    opacity:0;
    visibility:hidden;
    width:0
  }
  .card-slider-image__subtitle {
    color:#fff;
    font-family:Roboto-Bold,sans-serif;
    font-size:19px;
    margin:1.5rem 0 0 1rem;
    padding:.3rem 1rem;
    position:relative;
    z-index:2;
    min-width:200px;
    text-align:left
  }
  .card-slider-image__subtitle span {
    display:block;
    transform:skew(9deg)
  }
  .card-slider-image__subtitle--blue {
    background:#1F5DA0
  }
  .card-slider-image__subtitle--green {
    background:#94c11c
  }
  .card-slider-image__helper {
    background-position:center top;
    background-repeat:no-repeat;
    background-size:cover;
    height:100%;
    left:0;
    margin-left:-25%;
    position:absolute;
    top:0;
    transform:skew(9deg);
    width:150%
  }
  .card-slider-image:last-child {
    margin-right:-50px
  }
  .card-slider-image:last-child .card-slider-image__subtitle {
    display:inline-block;
    float:left
  }
}
.inline-slider__container {
  width:100%
}
.inline-slide__image {
  overflow:hidden;
  display:block
}
.inline-slide__image img {
  float:left
}
.inline-slide__content {
  padding:.5rem 0 0
}
.inline-slide__content a {
  color:#1F5DA0
}
.inline-slide__content,
.inline-slide__content a {
  font-family:Roboto-Bold,sans-serif
}
.inline-slider-controls__item {
  position:absolute;
  top:50%;
  transform:translateY(-50%)
}
.inline-slider-controls__item--prev {
  left:-2rem
}
.inline-slider-controls__item--next {
  right:-2rem
}
.inline-slider-controls__item[aria-disabled=true] {
  display:none
}
.header-image-text {
  position:relative;
  display:flex;
  flex-direction:column;
  flex-wrap:nowrap;
  background:#1F5DA0
}
.header-image-text.flex-end {
  justify-content:flex-end
}
.header-image-text.flex-center {
  justify-content:center
}
.header-image-text__img {
  order:1;
  flex:1 0 200px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover
}
.header-image-text__label {
  flex:0 1 auto;
  order:2;
  padding:1.5rem 0
}
.header-image-text__label h1,
.header-image-text__label h4 {
  color:#fff;
  position:relative;
  z-index:2
}
.header-image-text__label h1 {
  margin:0;
  text-transform:uppercase
}
.header-image-text__label h4 {
  margin:1rem 0 0;
  font-family:Roboto-Medium,sans-serif
}
.header-image-text__content {
  color:#fff;
  margin:1rem 0 0
}
.header-image-text__button {
  margin:1.5rem 0 0
}
.header-image-text iframe {
  position:relative;
  z-index:10;
  margin:0 0 1.5rem
}
@media (min-width:992px) {
  .header-image-text {
    min-height:400px
  }
  .header-image-text--no-image {
    min-height:0
  }
  .header-image-text--product {
    min-height:300px
  }
  .header-image-text__label {
    padding:3rem 0
  }
  .header-image-text--product .header-image-text__label {
    padding:3rem 0 6rem
  }
  .header-image-text__img {
    position:absolute;
    top:0;
    right:0;
    width:58vw;
    height:100%;
    z-index:1;
    overflow:hidden
  }
  .header-image-text__img::before {
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:200px;
    height:100%;
    background:#1F5DA0;
    transform:skew(-9deg) translateX(-50%)
  }
}
.box-slider {
  padding:0 0 1rem;
  position:relative
}
.box-slider .box-slider-controls {
  position:absolute;
  right:-2rem;
  top:50%;
  transform:translateY(-50%)
}
.box-slider .modal {
  display:none
}
@media (min-width:992px) {
  .box-slider {
    padding:0 0 1rem
  }
}
.tabbed-slider-wrapper {
  overflow:hidden
}
.tabbed-slider-wrapper .tabs {
  bottom:100%
}
.tabbed-slider-wrapper .tabbed-slider-controls {
  position:absolute;
  right:2rem;
  top:50%;
  transform:translateY(-50%)
}
.tabbed-slider-wrapper .tabbed-slider__container {
  display:flex
}
.tabbed-slider-wrapper .tabbed-slide__inner--bordered {
  padding:2rem;
  border:1px solid #1F5DA0
}
@media (min-width:768px) {
  .tabbed-slider-wrapper .tns-outer {
    margin-right:20%
  }
  .tabbed-slider-wrapper .tns-ovh {
    overflow:visible
  }
  .tabbed-slider-wrapper .tns-outer .tns-item {
    opacity:1;
    transition:opacity .15s ease-in-out
  }
  .tabbed-slider-wrapper .tns-outer .tns-item:not(.tns-slide-active) {
    opacity:.3
  }
}
@media (min-width:992px) {
  .tabbed-slider-wrapper {
    padding:0 0 4rem
  }
  .tabbed-slider-wrapper .tns-outer {
    margin-right:40%
  }
  .tabbed-slider-wrapper .tabbed-slider {
    padding:2rem 0 0
  }
}
@media (min-width:1200px) {
  .tabbed-slider-wrapper .tns-outer {
    margin-right:40%
  }
}
.history__list {
  position:relative
}
.history__list::before {
  content:"";
  width:1px;
  background:#1F5DA0;
  position:absolute;
  top:0;
  left:2.815rem;
  height:100%
}
@media (min-width:1200px) {
  .history__list {
    max-width:65rem;
    margin:0 auto
  }
  .history__list::before {
    left:50%
  }
}
.history__point {
  order:-1
}
.history__point-inner {
  width:5.625rem;
  height:5.625rem;
  margin:0 1rem 0 0;
  border-radius:50%;
  border:1px solid #1F5DA0;
  text-align:center;
  color:#1F5DA0;
  background:#fff;
  position:relative;
  z-index:2
}
.history__point-inner--no-icon::after {
  content:"";
  position:absolute;
  width:12px;
  height:12px;
  background:#1F5DA0;
  border-radius:50%;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%)
}
@media (min-width:1200px) {
  .history__point-inner {
    width:8.25rem;
    height:8.25rem;
    position:absolute;
    left:50%;
    top:0;
    transform:translateX(-50%)
  }
}
.history__date {
  font-family:Roboto-Bold,sans-serif;
  color:#1F5DA0;
  font-size:32px;
}
.history__header {
  font-family:Roboto-Bold,sans-serif;
  margin:0 0 .5rem
}
.history__content {
  max-width:24rem;
  white-space:normal;
  font-size:16px;
}
.history__item {
  position:relative;
  display:flex;
  white-space:nowrap;
  flex-direction:row
}
.history__item-wrapper {
  min-height:5.625rem;
  margin:0 0 2rem
}
.history__item-wrapper:nth-child(2n)>.history__item {
  justify-content:flex-end
}
.history__item-wrapper:nth-child(2)~.history__item-wrapper {
  display:none
}
.show-all>.history__item-wrapper:nth-child(2)~.history__item-wrapper {
  display:block
}
.history__item>* {
  flex:0 1 auto
}
@media (min-width:1200px) {
  .history__item {
    text-align:center
  }
  .history__item-wrapper {
    min-height:8.25rem
  }
}
.history__icon {
  position:absolute;
  max-width:26px;
  max-height:26px;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%)
}
.history__image {
  padding-top:56.25%;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat
}
.history__show-all {
  padding:0 0 0 6.625rem
}
@media (min-width:1200px) {
  .history__show-all {
    padding:1rem 0 0;
    text-align:center;
    background:#fff;
    position:relative
  }
}
.news {
  margin:30px 0 0;
  position:relative
}
.news__image {
  margin:0 0 1rem
}
.news__image a {
  display:block
}
.news__image-helper {
  padding-top:56.25%;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat
}
.news--newest .news__image {
  margin:0
}
.news__title a {
  color:#1f1f1f
}
.news--newest .news__title {
  bottom:0;
  left:0;
  padding:1rem 1.5rem;
  position:absolute;
  width:100%;
  margin:0;
  background:rgba(255,255,255,.8)
}
.news__tags {
  display:none
}
.news__more {
  color:#1F5DA0;
  font-family:Roboto-Bold,sans-serif;
  transition:color .15s ease-in-out
}
.desktop .news__more:hover {
  color:#2daaff
}
@media (max-width:991px) {
  .news--top::after {
    clear:both;
    content:"";
    display:block;
    width:0
  }
  .news--top .news__image {
    float:left;
    margin:0 1rem 1rem 0;
    width:40%
  }
}
@media (max-width:639px) {
  .news--newest {
    margin-left:-15px;
    margin-right:-15px
  }
  .news--newest .news__title {
    padding:0 0 0 15px
  }
}
.single-news {
  padding:4rem 0
}
.single-news__back {
  margin:2rem 0
}
.single-news__date {
  margin:0 0 1rem;
  font-style:italic
}
.news-navigation {
  width:100%;
  text-align:center
}
.news-navigation__inner {
  margin:2rem 0;
  display:inline-block
}
.news-navigation__inner>* {
  display:inline-block;
  vertical-align:middle;
  padding:0 .5rem
}
.news-navigation__inner>.active {
  font-weight:700
}
.news-navigation__inner>* a {
  color:#1F5DA0
}
.article__inner {
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap
}
.article--without-image:not(:first-child) {
  margin:1.5rem 0 0
}
.article--with-image .article__body {
  flex:1 1 100%
}
.article--with-image .article__content {
  padding:0 0 0 1rem
}
.article__image {
  flex:1 0 30%
}
.article__image::after {
  clear:both;
  content:"";
  display:block;
  width:0
}
.article__image img,
.article__image video {
  float:left
}
.article__title {
  font-family:Roboto-Medium,sans-serif;
  margin:0 0 .2rem
}
.article__title a {
  color:#1f1f1f
}
.article__date {
  font-size:15px
}
.article__more {
  color:#1F5DA0;
  font-family:Roboto-Bold,sans-serif;
  transition:color .15s ease-in-out
}
.desktop .article__more:hover {
  color:#2daaff
}
@media (min-width:992px) {
  .article--with-image {
    height:100%
  }
  .article__inner {
    flex-direction:column;
    height:100%
  }
  .article__image {
    flex:0 1 280px
  }
  .article--with-image .article__body {
    border-width:0 1px 1px;
    border-style:solid
  }
  .article--with-image .article__body--blue {
    border-color:#1F5DA0
  }
  .article--with-image .article__body--green {
    border-color:#94c11c
  }
  .article--with-image .article__content {
    padding:1rem
  }
}
.job {
  display:flex;
  flex-wrap:nowrap;
  flex-direction:row;
  margin:2rem 0 0
}
.job--hidden {
  display:none
}
.job__icon .icon {
  font-size:1.5rem;
  margin:0 .5rem 0 0
}
.jobs-search-filter .search-button {
  top:.75rem
}
@media (max-width:991px) {
  .jobs-search-filter .jobs-filter {
    margin:1rem 0 0
  }
}
.single-job {
  padding:4rem 0
}
.application-job {
  position:fixed;
  top:0;
  left:0;
  bottom:0;
  right:0;
  width:100%;
  height:100%;
  border:0;
  margin:0;
  padding:0;
  overflow:hidden;
  z-index:999999
}
.event .icon {
  margin:0 .5rem 0 0
}
.event-two-columns {
  padding:2rem 0
}
.event-two-columns__title {
  font-family:Roboto-Bold,sans-serif
}
.event-two-columns__inner {
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap
}
.event-two-columns__logo {
  background-position:center;
  background-repeat:no-repeat;
  background-size:contain;
  flex:1 0 30%;
  margin:0 1rem 0 0
}
.event-two-columns__info {
  flex:1 1 100%
}
.event-two-columns__info>:not(:last-child) {
  margin:0 0 .5rem
}
.event-two-columns__type {
  background:#9f9f9f;
  border-radius:.8rem;
  color:#fff;
  display:inline-block;
  font-family:Roboto-Bold,sans-serif;
  padding:0 1rem .1rem
}
.event-two-columns__link .icon {
  position:absolute;
  top:6px
}
.event-two-columns__link .icon+span {
  padding-left:1.6rem
}
@media (max-width:991px) {
  .event-two-columns {
    padding:1.5rem 0;
    border-bottom:2px solid #eff0f2
  }
  .event-two-columns__times {
    display:none
  }
  .event-two-columns__info>:not(:last-child) {
    margin:0 0 .3rem
  }
}
.event-three-columns__info {
  padding:1rem;
  background:#fff
}
.event-three-columns__title {
  font-size:22px;
  font-family:Roboto-Medium,sans-serif
}
@media (max-width:991px) {
  .event-wrapper--2columns {
    position:relative
  }
  .event-wrapper--2columns::after {
    content:"";
    position:absolute;
    height:3px;
    bottom:-1px;
    background:#fff;
    left:0;
    width:100%
  }
}
.product-list-wrapper {
  margin-top:3rem;
  margin-bottom:3rem
}
@media (max-width:991px) {
  .product-list-wrapper {
    margin-top:0
  }
}
.lazylist-wrapper .nothing-found.hidden {
  display:none
}
.lazylist-wrapper .results-count-container {
  display:none
}
.products-list.box-view {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  margin:-15px
}
.products-list__head {
  display:none
}
.products-list__head-item {
  display:table-cell;
  border-width:0 1px;
  border-style:solid;
  border-color:#1F5DA0;
  background:#1F5DA0;
  color:#fff;
  text-transform:uppercase;
  font-family:Roboto-Medium,sans-serif;
  padding:.8rem 1.5rem
}
.products-list__head-item--image {
  width:300px
}
.products-list__head-item--product {
  width:40%
}
.products-list__head-item:not(:last-child) {
  border-right:2px solid #eff0f2
}
.products-list__head-item:not(:first-child) {
  border-left:0
}
@media (max-width:1199px) {
  .products-list.table-view {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    margin:-15px
  }
}
@media (min-width:1200px) {
  .products-list.table-view {
    display:table;
    width:100%
  }
  .products-list__head {
    display:table-row
  }
  .products-list__head.box-view {
    display:none
  }
}
.products-separator {
  display:none
}
.products-separator:last-of-type .products-separator__cell {
  border-bottom:0
}
@media (max-width:991px) {
  .products-separator {
    display:block;
    flex:1 1 100%;
    border-width:3px 0;
    border-style:solid;
    border-color:#fff
  }
}
@media (min-width:1200px) {
  .products-separator {
    display:table-row
  }
  .products-separator__cell {
    display:table-cell;
    padding:4px 0;
    border-width:1px 0;
    border-style:solid;
    border-color:#1F5DA0
  }
  .products-separator.box-view {
    display:none
  }
}
.loader-wrapper.hidden {
  display:none
}
.products-item.table-view:nth-of-type(2n+1) {
  background:#fafafa
}
.products-item__cell--image,
.products-item__cell--product {
  position:relative
}
.products-item__cell--downloads .modal {
  display:none
}
.products-item__title a {
  color:#1f1f1f;
  hyphens:auto
}
.products-item__title h4 {
  margin:0
}
.products-item__teaser {
  margin:1rem 0 0
}
.products-item__image {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  object-fit:cover
}
.products-item__downloads-link,
.products-item__more-link {
  font-family:Roboto-Bold,sans-serif;
  color:#1F5DA0
}
.products-item__downloads-link .icon,
.products-item__more-link .icon {
  margin:0 .5rem 0 0
}
.products-item__more-link {
  display:inline-block
}
.products-item.box-view .products-item__more-link,
.products-item.table-view .products-item__more-link {
  margin:.5rem 0 0
}
.products-item__downloads-link {
  display:none
}
.products-item .download-link {
  cursor:pointer;
  color:#1F5DA0;
  font-family:Roboto-Bold,sans-serif;
  margin:0 0 .3rem
}
.products-item .download-link .icon {
  margin:0 .3rem 0 0
}
@media (max-width:991px) {
  .products-item.box-view {
    flex:0 1 100%;
    padding:0 15px
  }
  .products-item.box-view .products-item__inner {
    padding:1.5rem;
    height:100%;
    border:1px solid #1F5DA0
  }
  .products-item.box-view .products-item__inner h3 {
    margin:0 0 .5rem
  }
  .products-item.box-view .products-item__cell--product {
    padding-right:3rem
  }
  .products-item.box-view .products-item__cell--product>.icon {
    position:absolute;
    top:0;
    right:0;
    font-size:3rem
  }
  .products-item.box-view .products-item__cell--image {
    height:200px;
    margin:-1.5rem -1.5rem 1rem
  }
  .products-item.box-view .products-item__cell--application-fields,
  .products-item.box-view .products-item__cell--properties {
    display:none
  }
  .products-item.box-view .products-item__cell--abilities {
    padding:1rem 0 0
  }
  .products-item.box-view .products-item__cell--abilities .property {
    display:inline-block;
    vertical-align:middle;
    background:#9f9f9f;
    border-radius:.8rem;
    color:#fff;
    font-family:Roboto-Bold,sans-serif;
    padding:0 1rem .1rem;
    margin:5px 5px 0 0
  }
  .products-item.box-view .products-item__cell--downloads {
    padding:1rem 0 0
  }
  .products-item.box-view .products-item__cell--downloads::after {
    clear:both;
    content:"";
    display:block;
    width:0
  }
  .products-item.box-view .products-item__cell--downloads .download-link {
    float:left;
    width:50%;
    hyphens:auto
  }
  .products-item.table-view {
    flex:0 1 100%;
    padding:0 15px
  }
  .products-item.table-view .products-item__inner {
    padding:1.5rem;
    height:100%;
    border:1px solid #1F5DA0
  }
  .products-item.table-view .products-item__inner h3 {
    margin:0 0 .5rem
  }
  .products-item.table-view .products-item__cell--product {
    padding-right:3rem
  }
  .products-item.table-view .products-item__cell--product>.icon {
    position:absolute;
    top:0;
    right:0;
    font-size:3rem
  }
  .products-item.table-view .products-item__cell--image {
    height:200px;
    margin:-1.5rem -1.5rem 1rem
  }
  .products-item.table-view .products-item__cell--application-fields,
  .products-item.table-view .products-item__cell--properties {
    display:none
  }
  .products-item.table-view .products-item__cell--abilities {
    padding:1rem 0 0
  }
  .products-item.table-view .products-item__cell--abilities .property {
    display:inline-block;
    vertical-align:middle;
    background:#9f9f9f;
    border-radius:.8rem;
    color:#fff;
    font-family:Roboto-Bold,sans-serif;
    padding:0 1rem .1rem;
    margin:5px 5px 0 0
  }
  .products-item.table-view .products-item__cell--downloads {
    padding:1rem 0 0
  }
  .products-item.table-view .products-item__cell--downloads::after {
    clear:both;
    content:"";
    display:block;
    width:0
  }
  .products-item.table-view .products-item__cell--downloads .download-link {
    float:left;
    width:50%;
    hyphens:auto
  }
  .products-item__cell--abilities,
  .products-item__cell--downloads {
    display:none
  }
  .products-item__downloads-link {
    cursor:pointer;
    display:inline-block;
    margin:0 0 0 1.5rem
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .products-item.box-view {
    flex:0 1 50%;
    padding:15px
  }
  .products-item.box-view .products-item__inner {
    padding:1.5rem;
    height:100%;
    border:1px solid #1F5DA0
  }
  .products-item.box-view .products-item__inner h3 {
    margin:0 0 .5rem
  }
  .products-item.box-view .products-item__cell--product {
    padding-right:3rem
  }
  .products-item.box-view .products-item__cell--product>.icon {
    position:absolute;
    top:0;
    right:0;
    font-size:3rem
  }
  .products-item.box-view .products-item__cell--image {
    height:200px;
    margin:-1.5rem -1.5rem 1rem
  }
  .products-item.box-view .products-item__cell--application-fields,
  .products-item.box-view .products-item__cell--properties {
    display:none
  }
  .products-item.box-view .products-item__cell--abilities {
    padding:1rem 0 0
  }
  .products-item.box-view .products-item__cell--abilities .property {
    display:inline-block;
    vertical-align:middle;
    background:#9f9f9f;
    border-radius:.8rem;
    color:#fff;
    font-family:Roboto-Bold,sans-serif;
    padding:0 1rem .1rem;
    margin:5px 5px 0 0
  }
  .products-item.box-view .products-item__cell--downloads {
    padding:1rem 0 0
  }
  .products-item.box-view .products-item__cell--downloads::after {
    clear:both;
    content:"";
    display:block;
    width:0
  }
  .products-item.box-view .products-item__cell--downloads .download-link {
    float:left;
    width:50%;
    hyphens:auto
  }
  .products-item.table-view {
    flex:0 1 50%;
    padding:15px
  }
  .products-item.table-view .products-item__inner {
    padding:1.5rem;
    height:100%;
    border:1px solid #1F5DA0
  }
  .products-item.table-view .products-item__inner h3 {
    margin:0 0 .5rem
  }
  .products-item.table-view .products-item__cell--product {
    padding-right:3rem
  }
  .products-item.table-view .products-item__cell--product>.icon {
    position:absolute;
    top:0;
    right:0;
    font-size:3rem
  }
  .products-item.table-view .products-item__cell--image {
    height:200px;
    margin:-1.5rem -1.5rem 1rem
  }
  .products-item.table-view .products-item__cell--application-fields,
  .products-item.table-view .products-item__cell--properties {
    display:none
  }
  .products-item.table-view .products-item__cell--abilities {
    padding:1rem 0 0
  }
  .products-item.table-view .products-item__cell--abilities .property {
    display:inline-block;
    vertical-align:middle;
    background:#9f9f9f;
    border-radius:.8rem;
    color:#fff;
    font-family:Roboto-Bold,sans-serif;
    padding:0 1rem .1rem;
    margin:5px 5px 0 0
  }
  .products-item.table-view .products-item__cell--downloads {
    padding:1rem 0 0
  }
  .products-item.table-view .products-item__cell--downloads::after {
    clear:both;
    content:"";
    display:block;
    width:0
  }
  .products-item.table-view .products-item__cell--downloads .download-link {
    float:left;
    width:50%;
    hyphens:auto
  }
}
@media (min-width:1200px) {
  .products-item.box-view {
    flex:0 1 33.3333333333%;
    padding:15px
  }
  .products-item.box-view .products-item__inner {
    padding:1.5rem;
    height:100%;
    border:1px solid #1F5DA0
  }
  .products-item.box-view .products-item__inner h3 {
    margin:0 0 .5rem
  }
  .products-item.box-view .products-item__cell--product {
    padding-right:3rem
  }
  .products-item.box-view .products-item__cell--product>.icon {
    position:absolute;
    top:0;
    right:0;
    font-size:3rem
  }
  .products-item.box-view .products-item__cell--image {
    height:200px;
    margin:-1.5rem -1.5rem 1rem
  }
  .products-item.box-view .products-item__cell--application-fields,
  .products-item.box-view .products-item__cell--properties {
    display:none
  }
  .products-item.box-view .products-item__cell--abilities {
    padding:1rem 0 0
  }
  .products-item.box-view .products-item__cell--abilities .property {
    display:inline-block;
    vertical-align:middle;
    background:#9f9f9f;
    border-radius:.8rem;
    color:#fff;
    font-family:Roboto-Bold,sans-serif;
    padding:0 1rem .1rem;
    margin:5px 5px 0 0
  }
  .products-item.box-view .products-item__cell--downloads {
    padding:1rem 0 0
  }
  .products-item.box-view .products-item__cell--downloads::after {
    clear:both;
    content:"";
    display:block;
    width:0
  }
  .products-item.box-view .products-item__cell--downloads .download-link {
    float:left;
    width:50%;
    hyphens:auto
  }
  .products-item.table-view .products-item__more-link {
    margin:1rem 0 0
  }
  .products-item.table-view {
    display:table-row-group
  }
  .products-item.table-view .products-item__inner {
    display:table-row
  }
  .products-item.table-view .products-item__cell {
    display:table-cell;
    vertical-align:top;
    padding:1rem 1.5rem;
    border-width:0 1px;
    border-style:solid;
    border-color:#1F5DA0
  }
  .products-item.table-view .products-item__cell:not(:last-child) {
    border-right:2px solid #eff0f2
  }
  .products-item.table-view .products-item__cell:not(:first-child) {
    border-left:0
  }
  .products-item.table-view .products-item__cell--image {
    width:300px
  }
  .products-item.table-view .products-item__cell--product {
    width:40%;
    padding-right:4.5rem
  }
  .products-item.table-view .products-item__cell--product>.icon {
    position:absolute;
    top:1rem;
    right:1.5rem;
    font-size:3rem
  }
  .products-item.table-view .products-item__cell--abilities .property,
  .products-item.table-view .products-item__cell--application-fields .property,
  .products-item.table-view .products-item__cell--properties .property {
    font-family:Roboto-Bold,sans-serif
  }
  .products-item.table-view .products-item__cell--abilities .property a,
  .products-item.table-view .products-item__cell--application-fields .property a,
  .products-item.table-view .products-item__cell--properties .property a {
    font-family:Roboto-Bold,sans-serif;
    color:#1F5DA0
  }
}
.products-filter-wrapper {
  margin:0 0 2rem
}
.products-filter-wrapper .filter-clear {
  display:none
}
.products-filter-wrapper .products-filter--actions .row {
  height:100%
}
@media (max-width:1199px) {
  .products-filter-wrapper .products-filter--actions {
    display:none
  }
}
@media (max-width:991px) {
  .products-filter-wrapper .products-filter {
    margin:1rem 0 0
  }
}
.products-view-changer {
  float:right;
  font-size:2rem;
  margin:0 0 0 .4rem;
  cursor:pointer
}
.products-view-changer .icon:not([class*=-o]) {
  display:none
}
.products-view-changer.active {
  cursor:default
}
.products-view-changer.active .icon:not([class*=-o]) {
  display:block
}
.products-view-changer.active .icon[class*=-o] {
  display:none
}
.file-selection {
  position:fixed;
  bottom:2rem;
  z-index:1002;
  left:50%;
  transform:translateX(-50%)
}
.file-selection[data-count="0"] {
  display:none
}
.file-selection::before {
  content:attr(data-count)
}
.single-product__header {
  position:relative
}
.single-product__back {
  margin:1rem 0 0
}
.single-product__pdf-files {
  margin:3rem 0
}
.single-product .application-fields {
  padding:2rem 0;
  background-color:#eff0f2
}
.single-product .application-fields .application-field {
  height:140px
}
.single-product .device {
  margin:0 0 30px
}
.single-product .related-products h3 {
  text-transform:uppercase
}
@media (max-width:991px) {
  .single-product__gallery {
    padding:2rem 0 0
  }
  .single-product .device__image {
    display:none
  }
  .single-product .device__content {
    border-top:1px solid #1F5DA0
  }
}
.search-form {
  padding:2rem 0
}
.search-result {
  padding:1.5rem 0
}
.search-result:not(:last-child) {
  border-bottom:1px solid #eff0f2
}
.search-result__title>a {
  color:#1f1f1f
}
.search__no-results {
  padding:2rem 0
}
.login__error {
  color:#e64430
}
.gm-style .gm-style-iw-c {
  padding:0;
  border-radius:0
}
.gm-style .gm-style-iw-d {
  overflow:visible!important
}
.gm-style .gm-style-iw-t::after {
  top:-1px
}
.ttaddress__map {
  overflow-anchor:none
}
.ttaddress__infowindow {
  font-size:16px;
  border:1px solid #1F5DA0;
  max-width:20rem
}
.ttaddress__image {
  height:10rem;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center
}
.ttaddress__content {
  background:#fff;
  padding:1.5rem
}
.ttaddress__item.hidden {
  display:none
}
.captcha {
  max-width:362px;
  position:relative
}
.captcha>img {
  border:1px solid #9f9f9f
}
.captcha__reload {
  position:absolute;
  top:0;
  right:0;
  padding:.5rem;
  margin:0
}
.captcha__reload>svg {
  float:left
}
#CybotCookiebotDialog .CybotCookiebotDialogArrow {
  display:none!important
}
#CybotCookiebotDialog img {
  width:auto
}
.single-news__content {
	
	font-size:16px;
}
 
.flex-band {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 640px)
.flex-band--subtitle {
    max-width: 100%;
}

.flex-band--subtitle {
    max-width: 78%;
    padding-top: 30px;
    margin: 0 0 15px 0;
    font-size: 24px;
    color: #415364;
    font-family: "Arial MT STD",Arial,sans-serif;
    line-height: 30px;
    font-weight: 300;
}


.news__title{
	font-family:"微软雅黑";
	font-size:18px;
}

.new__teaser{
	font-family:"微软雅黑";
	font-size:16px;
}
/*关于我们页面banner*/
.about_ban {  background: url(/themes/cnbootstyle/public/assets/images/images_lby/aboutusimg.jpg) center center no-repeat;}
.ny_ban {  width: 100%;  height: 400px;}.contact_ban{  background: url(/themes/cnbootstyle/public/assets/images/images_lby/contactusimg.jpg) center center no-repeat;}
.products_ban{  background: url(/themes/cnbootstyle/public/assets/images/images_lby/productsimg.jpg) center center no-repeat;}
.cases_ban{  background: url(/themes/cnbootstyle/public/assets/images/images_lby/casesimg.jpg) center center no-repeat;}

.book_ban{  background: url(/themes/cnbootstyle/public/assets/images/images_lby/bookimg.jpg) center center no-repeat;}