.slick-dots {
  display: flex;
  justify-content: center;
  padding-top: 10px; }
  .slick-dots li:before {
    display: none; }
  .slick-dots li button {
    cursor: pointer;
    background: #1c3865;
    border: none;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    font-size: 0;
    margin: 0 10px;
    padding: 0;
    opacity: 0.5;
    transition: all .25s; }
  .slick-dots li.slick-active button {
    opacity: 1; }

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 640px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1366px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  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: none; }

.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: 640px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .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: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1366px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .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%; } }
.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: 640px) {
  .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: 1024px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1366px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.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: 640px) {
  .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: 1024px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1366px) {
  .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; } }
html,
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

*,
*:before,
*:after {
  box-sizing: inherit; }

img {
  display: inline-block;
  max-width: 100%; }

*:hover,
*:focus {
  outline: none !important;
  box-shadow: none !important; }

body {
  border-top: 8px solid #1c3865; }

.container-fluid {
  padding-left: 100px;
  padding-right: 100px; }

html,
body {
  font-family: 'Muli', sans-serif;
  color: #0f0f0f; }

a,
a:hover {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; }

h1,
h2,
h3 {
  font-size: 32px; }

p {
  font-size: 20px;
  line-height: 1.75em; }

a {
  color: inherit; }

.text-center {
  text-align: center; }

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0; }

ul li {
  padding-left: 20px;
  position: relative;
  font-size: 20px;
  line-height: 1.75em;
  margin: 10px 0; }
  ul li:before {
    position: absolute;
    left: 0;
    top: -2px;
    content: '-';
    font-size: 20px; }

.header-main {
  background: #fff;
  border-bottom: 5px solid #f7f7f7; }
  .header-main .header-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 17px 40px; }
    @media screen and (max-width: 768px) {
      .header-main .header-top {
        padding: 5px 20px; } }
    .header-main .header-top .group {
      margin-right: 30px;
      font-size: 22px; }
      @media screen and (max-width: 768px) {
        .header-main .header-top .group {
          margin-right: 0; } }
    .header-main .header-top .lang-menu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .header-main .header-top .lang-menu a {
      display: flex;
      align-items: center;
      text-decoration: none;
      color: #262626;
      font-size: 24px;
      line-height: 1; }
    .header-main .header-top .lang-menu img {
      margin-right: 9px; }
    .header-main .header-top .lang-menu span {
      padding-right: 9px;
      border-right: 2px solid #262626; }
    .header-main .header-top .lang-menu li {
      display: inline-block;
      padding-left: 9px; }
      .header-main .header-top .lang-menu li:before {
        display: none; }
      .header-main .header-top .lang-menu li:last-child span {
        border: none; }
  .header-main .header-bottom {
    padding: 0 90px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 992px) {
      .header-main .header-bottom {
        padding-left: 20px;
        padding-right: 20px; }
        .header-main .header-bottom .menu-wrapper,
        .header-main .header-bottom .search-wrapper {
          flex: 1 0 25%; }
        .header-main .header-bottom .logo-wrapper {
          flex: 1 0 50%;
          text-align: center; } }
    .header-main .header-bottom .menu-wrapper .menu-toggle {
      cursor: pointer;
      font-size: 28px;
      display: flex;
      align-items: center;
      line-height: 1; }
      .header-main .header-bottom .menu-wrapper .menu-toggle .icon-menu {
        font-size: 32px;
        width: 34px;
        height: 34px;
        margin-right: 10px; }
      .header-main .header-bottom .menu-wrapper .menu-toggle .text-menu {
        display: block; }
        @media screen and (max-width: 768px) {
          .header-main .header-bottom .menu-wrapper .menu-toggle .text-menu {
            display: none; } }
    .header-main .header-bottom .menu-wrapper .main-menu-background {
      background: rgba(46, 46, 46, 0.79);
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: none;
      z-index: 10; }
      .menu-open .header-main .header-bottom .menu-wrapper .main-menu-background {
        display: flex; }
      .header-main .header-bottom .menu-wrapper .main-menu-background .main-menu-content {
        background: #eaeaea;
        width: 450px;
        padding: 25px 0;
        overflow: auto; }
        .header-main .header-bottom .menu-wrapper .main-menu-background .main-menu-content .menu-close {
          margin-right: 25px;
          position: relative;
          display: block;
          width: 30px;
          height: 30px; }
          .header-main .header-bottom .menu-wrapper .main-menu-background .main-menu-content .menu-close:before, .header-main .header-bottom .menu-wrapper .main-menu-background .main-menu-content .menu-close:after {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            height: 4px;
            background: #000;
            margin-top: -2px;
            border-radius: 2px; }
          .header-main .header-bottom .menu-wrapper .main-menu-background .main-menu-content .menu-close:before {
            transform: rotate(-45deg); }
          .header-main .header-bottom .menu-wrapper .main-menu-background .main-menu-content .menu-close:after {
            transform: rotate(45deg); }
        .header-main .header-bottom .menu-wrapper .main-menu-background .main-menu-content ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          .header-main .header-bottom .menu-wrapper .main-menu-background .main-menu-content ul li:before {
            display: none; }
        .header-main .header-bottom .menu-wrapper .main-menu-background .main-menu-content .menu-main-container {
          clear: both;
          padding-top: 45px; }
        .header-main .header-bottom .menu-wrapper .main-menu-background .main-menu-content .menu > li {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          margin: 0;
          padding: 9px 0; }
          .header-main .header-bottom .menu-wrapper .main-menu-background .main-menu-content .menu > li > a {
            flex: 0 1 auto;
            color: #262626;
            font-size: 25px;
            font-weight: 600;
            padding: 5px 0 5px 55px; }
          .header-main .header-bottom .menu-wrapper .main-menu-background .main-menu-content .menu > li .submenu-toggle {
            flex: 1 0 auto;
            cursor: pointer;
            padding-right: 55px; }
            .header-main .header-bottom .menu-wrapper .main-menu-background .main-menu-content .menu > li .submenu-toggle:after {
              content: '';
              display: block;
              float: right;
              border-bottom: 2px solid #262626;
              border-left: 2px solid #262626;
              width: 14px;
              height: 14px;
              transform: rotate(-45deg);
              transition: all 0.2s; }
          .header-main .header-bottom .menu-wrapper .main-menu-background .main-menu-content .menu > li > ul {
            display: none;
            flex: 1 0 100%;
            width: 100%; }
            .header-main .header-bottom .menu-wrapper .main-menu-background .main-menu-content .menu > li > ul li {
              margin: 0;
              padding: 0; }
              .header-main .header-bottom .menu-wrapper .main-menu-background .main-menu-content .menu > li > ul li a {
                background: #dbdbdb;
                color: #262626;
                display: block;
                padding: 12px 55px;
                font-size: 20px; }
                .header-main .header-bottom .menu-wrapper .main-menu-background .main-menu-content .menu > li > ul li a:hover {
                  background: #d1d1d1; }
          .header-main .header-bottom .menu-wrapper .main-menu-background .main-menu-content .menu > li.submenu-open .submenu-toggle:after {
            transform: rotate(135deg);
            margin-top: 5px; }
          .header-main .header-bottom .menu-wrapper .main-menu-background .main-menu-content .menu > li.submenu-open > ul {
            display: block; }
        .header-main .header-bottom .menu-wrapper .main-menu-background .main-menu-content .follow {
          margin-top: 20px;
          padding: 0 55px; }
          .header-main .header-bottom .menu-wrapper .main-menu-background .main-menu-content .follow p {
            font-size: 25px; }
          .header-main .header-bottom .menu-wrapper .main-menu-background .main-menu-content .follow .icons {
            display: flex; }
            .header-main .header-bottom .menu-wrapper .main-menu-background .main-menu-content .follow .icons a {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 54px;
              height: 54px;
              border: 2px solid #262626;
              border-radius: 50%;
              margin-right: 15px;
              color: #262626;
              font-size: 2em; }
    .header-main .header-bottom .menu-wrapper .menu-close {
      cursor: pointer;
      float: right; }
    .header-main .header-bottom .logo-wrapper img {
      display: inline-block; }
    .header-main .header-bottom .search-wrapper {
      line-height: 1; }
      .header-main .header-bottom .search-wrapper form {
        display: flex;
        align-items: stretch; }
      .header-main .header-bottom .search-wrapper .btn-search {
        border: none;
        background: #fff;
        color: #1c3865;
        cursor: pointer;
        font-size: 28px; }
      .header-main .header-bottom .search-wrapper .input-search {
        border: none;
        background: #fff;
        font-size: 28px;
        max-width: 220px; }

.footer-main {
  background: #fff;
  border-top: 8px solid #f7f7f7; }
  .footer-main .container-fluid {
    padding-left: 150px;
    padding-right: 150px; }
    @media screen and (max-width: 768px) {
      .footer-main .container-fluid {
        padding-left: 40px;
        padding-right: 40px; } }
  .footer-main .footer-top {
    background: #fff;
    padding-top: 25px;
    padding-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .footer-main .footer-top {
        text-align: center; } }
  .footer-main .footer-bottom {
    background: #f7f7f7;
    padding-top: 80px;
    padding-bottom: 80px; }
  .footer-main .footer-blocks {
    display: flex;
    flex-wrap: wrap; }
    .footer-main .footer-blocks > .block {
      flex: 1 0 calc(100% / 3);
      width: calc(100% / 3); }
      @media screen and (max-width: 768px) {
        .footer-main .footer-blocks > .block {
          flex: 1 0 50%;
          width: 50%; }
          .footer-main .footer-blocks > .block:last-child {
            margin-top: 40px;
            width: 100%; } }
  .footer-main h3 {
    margin: 0 0 35px; }
  .footer-main p {
    margin: 0 0 40px; }
    .footer-main p:last-child {
      margin: 0; }
  .footer-main .icons {
    display: flex; }
  .footer-main .icon {
    color: inherit;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0f0f0f;
    border-radius: 50%;
    margin-right: 12px;
    text-decoration: none; }

.btn, .wpcf7-form-control.wpcf7-submit {
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  border-radius: 13px;
  border: none;
  padding: 8px 55px; }
  @media screen and (max-width: 768px) {
    .btn, .wpcf7-form-control.wpcf7-submit {
      font-size: 31px;
      border-radius: 16px;
      padding: 14px 85px; } }
  .btn-lg {
    font-size: 32px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .btn-primary {
    background-color: #fff;
    border-color: #fff;
    color: #1c3865; }
  .btn-secondary, .wpcf7-form-control.wpcf7-submit {
    background-color: #1c3865;
    border-color: #1c3865;
    color: #fff; }

.wpcf7-form-control.wpcf7-submit {
  font-family: inherit; }

.vc_btn3.vc_btn3-size-md {
  font-size: 24px;
  padding: 8px 55px; }
  @media screen and (max-width: 768px) {
    .vc_btn3.vc_btn3-size-md {
      font-size: 31px;
      padding: 14px 85px; } }
.vc_btn3.vc_btn3-shape-rounded {
  border-radius: 13px; }
  @media screen and (max-width: 768px) {
    .vc_btn3.vc_btn3-shape-rounded {
      border-radius: 16px; } }
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  background-color: #1c3865;
  background-image: none;
  border-color: #1c3865;
  color: #fff; }
  .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background-color: #1c3865;
    border-color: #1c3865;
    color: #fff; }

.breadcrumbs {
  padding: 32px 90px; }
  .breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .breadcrumbs ul li {
      display: inline-block;
      color: #0f0f0f;
      font-size: 20px;
      font-weight: 600;
      margin: 0 25px 0 0;
      padding: 0; }
      .breadcrumbs ul li:before {
        display: none; }
      .breadcrumbs ul li:not(:last-child):after {
        content: '>';
        display: inline-block;
        color: #919191;
        margin-left: 25px; }
      .breadcrumbs ul li a {
        display: inline-block;
        color: #919191; }

.form-control {
  width: 100%;
  background: #f2f2f2;
  border: none;
  color: #000;
  font-size: 20px;
  padding: 0 40px;
  line-height: 68px;
  font-family: inherit; }

textarea.form-control {
  height: 215px;
  resize: none; }

.file-upload {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  margin: 20px 0; }
  .file-upload .faker {
    cursor: pointer;
    background: url("../img/icon-upload.png") no-repeat scroll left center;
    display: inline-block;
    padding: 10px 10px 10px 50px; }
  .file-upload input {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 20px;
  margin: 1em 0; }
  table th,
  table td {
    text-align: left;
    padding: 5px 30px; }
  table th {
    font-weight: 600; }
  table tbody tr:nth-child(odd) td {
    background: #eaeaea; }

.module-welcome {
  text-align: center;
  padding: 50px 0; }
  .module-welcome h1,
  .module-welcome h2 {
    color: #1c3865;
    line-height: 1;
    margin: 0; }
  .module-welcome h1 {
    font-size: 62px;
    font-weight: 600; }
  .module-welcome h2 {
    font-size: 40px;
    font-weight: 400; }
  .module-welcome .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .module-welcome .menu a {
      display: block;
      margin: 0 42px;
      font-size: 25px;
      font-weight: 600;
      color: #0f0f0f; }
  .module-welcome .menu-main-container {
    margin: 40px 0 0; }
    .module-welcome .menu-main-container li:before {
      display: none; }

.module-slider.slick-initialized .slick-slide {
  display: flex; }
.module-slider .slide {
  display: flex; }
  @media screen and (max-width: 768px) {
    .module-slider .slide {
      flex-wrap: wrap; } }
  .module-slider .slide-left {
    background: #1c3865;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 100px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .module-slider .slide-left {
        padding-left: 40px;
        padding-right: 40px;
        flex: 1 0 100%;
        width: 100%;
        order: 2; } }
    .module-slider .slide-left h3 {
      font-size: 42px;
      font-weight: 600;
      margin: 0 0 20px; }
    .module-slider .slide-left h4 {
      font-size: 20px;
      font-weight: 400;
      margin: 1em 0 2em; }
      @media screen and (max-width: 768px) {
        .module-slider .slide-left h4 {
          font-size: 28px; } }
  .module-slider .slide-right {
    flex: 1 1 auto; }
    @media screen and (max-width: 768px) {
      .module-slider .slide-right {
        flex: 1 0 100%;
        width: 100%;
        order: 1; } }
.module-slider img {
  display: block;
  min-height: 100%;
  max-width: none; }
.module-slider.solution-detail .slide-left {
  background: #ea7f29; }
.module-slider.case-detail .slide-left {
  background: #2e2e2e; }

.module-news-list {
  padding-top: 50px;
  padding-bottom: 100px; }
  .module-news-list.container-fluid {
    padding-left: 60px;
    padding-right: 60px; }
    @media screen and (max-width: 768px) {
      .module-news-list.container-fluid {
        padding-left: 0;
        padding-right: 0; } }
  .module-news-list h2.module-title {
    text-align: center;
    margin: 0 0 1em; }
    @media screen and (max-width: 768px) {
      .module-news-list h2.module-title {
        font-size: 45px; } }
  .module-news-list .news-list {
    margin: 0; }
    .module-news-list .news-list .item {
      background: #f2f2f2;
      display: flex;
      margin-bottom: 50px;
      padding: 0; }
      @media screen and (max-width: 768px) {
        .module-news-list .news-list .item {
          margin-bottom: 15px; } }
      .module-news-list .news-list .item .image {
        flex: 1 0 38%;
        width: 38%;
        display: flex; }
        .module-news-list .news-list .item .image img {
          display: block; }
      .module-news-list .news-list .item .text {
        padding: 30px;
        flex: 1 0 62%;
        width: 62%; }
        .module-news-list .news-list .item .text p {
          font-size: 20px;
          line-height: 1; }
        .module-news-list .news-list .item .text .date,
        .module-news-list .news-list .item .text .category {
          color: #5c5c5c;
          font-size: 18px; }
        .module-news-list .news-list .item .text .date {
          margin: 0 0 1.5em; }
        .module-news-list .news-list .item .text .category {
          margin: 1.5em 0 0; }
        .module-news-list .news-list .item .text h5 {
          font-size: 25px;
          font-weight: 600;
          margin: 1em 0 0; }
  .module-news-list .read-more {
    font-size: 20px;
    font-weight: 600; }

.module-contact-us {
  margin: 0; }
  .module-contact-us .left {
    background: #1c3865;
    color: #fff;
    padding: 60px 40px 0; }
    @media screen and (min-width: 1366px) {
      .module-contact-us .left {
        padding: 70px 150px; } }
    .module-contact-us .left h2 {
      font-size: 42px;
      font-weight: 600; }
    .module-contact-us .left p {
      font-size: 28px; }
      @media screen and (min-width: 1366px) {
        .module-contact-us .left p {
          font-size: 20px; } }
    .module-contact-us .left b {
      font-weight: 600; }
  .module-contact-us .right {
    background: #1c3865;
    display: flex;
    padding: 20px 40px 80px; }
    @media screen and (min-width: 1366px) {
      .module-contact-us .right {
        background: #13305f;
        padding: 0;
        align-items: center;
        justify-content: center; } }

.module-postcards-list .module-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin: 2em 0; }
.module-postcards-list .postcards-list {
  align-items: baseline; }
  .module-postcards-list .postcards-list .item {
    margin-bottom: 45px;
    text-align: center; }
    .module-postcards-list .postcards-list .item .icon {
      background: #1c3865;
      color: #fff;
      line-height: 1;
      font-size: 15em;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 40px 0; }
    .module-postcards-list .postcards-list .item .text {
      padding: 50px;
      text-align: left; }
      .module-postcards-list .postcards-list .item .text .buttons {
        margin-top: 60px;
        text-align: center; }

.module-careers-list {
  text-align: center; }
  .module-careers-list .careers-list {
    border-bottom: 2px solid #b2b2b2;
    padding-bottom: 20px; }
    .module-careers-list .careers-list .item {
      margin: 30px 0; }
      .module-careers-list .careers-list .item a {
        display: inline-block;
        font-size: 20px;
        font-weight: 600; }
        .module-careers-list .careers-list .item a:after {
          content: '>';
          color: #b2b2b2;
          margin-left: 20px; }

.module-download-link a {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  margin: 1em 0; }
  .module-download-link a:before {
    content: '\e911';
    font-family: 'icomoon';
    display: inline-block;
    font-size: 40px;
    transform: rotate(180deg); }
  .module-download-link a span {
    text-decoration: underline;
    text-decoration-color: #b2b2b2; }
  table .module-download-link a {
    margin: 0;
    text-decoration: none; }

.module-large-icon {
  background: #1c3865;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 400px;
  padding: 30px; }

.vc_tta-accordion .vc_tta-panel {
  margin: 6px 0; }
  .vc_tta-accordion .vc_tta-panel-heading {
    background-color: #f2f2f2 !important;
    border-color: #f2f2f2 !important;
    border-radius: 0 !important;
    font-size: 20px;
    font-weight: 500; }
  .vc_tta-accordion .vc_tta-panel-title > a {
    color: #000 !important;
    padding: 27px 45px !important; }
  .vc_tta-accordion .vc_tta-panel-body {
    background: none !important;
    border: none !important;
    padding: 35px 45px !important; }

.wpb-js-composer .vc_tta .vc_tta-controls-icon {
  width: 16px;
  height: 16px; }

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: #b2b2b2; }
