@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,600,700,800");
/*!
 * Bootstrap Grid v4.1.1 (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: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          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 {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.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: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 4.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 27, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

* {
  box-sizing: border-box; }

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  -webkit-font-smoothing: antialiased; }

html > body {
  background: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  min-width: 320px;
  overflow-y: scroll;
  position: relative;
  overflow: hidden;
  -ms-overflow-style: none; }
  @media (min-width: 992px) {
    html > body {
      padding-top: 60px; } }
  html > body .wrapper {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -ms-overflow-style: auto; }
    html > body .wrapper--without-overflow {
      overflow-y: initial; }

@media (min-width: 992px) {
  html.topnav-open,
  html.topnav-open > body,
  html.phone-open,
  html.phone-open > body {
    overflow: hidden; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #00162A;
  font-family: "Open Sans", sans-serif; }

h1 {
  font-size: 40px;
  font-weight: 100;
  word-break: break-word; }
  @media (min-width: 992px) {
    h1 {
      font-size: 50px; } }

.content {
  background: #F4F7F9;
  padding: 0 0 32px 0;
  margin: 0 auto;
  min-height: calc(100% - 168px); }
  .topnav-open .content,
  .phone-open .content {
    min-height: calc(100% - 243px); }
  #scPageExtendersForm ~ .content {
    padding-top: 0; }
  .template-home .content {
    min-height: calc(100% - 196px); }
  .content .scEnabledChrome {
    border: 1px #aaa dotted;
    padding: 20px; }
  .content .scEmptyPlaceholder {
    width: 100%; }

.breadcrumb {
  max-width: 1320px; }
  .breadcrumb .col {
    padding-top: 15px;
    padding-bottom: 15px; }
  .breadcrumb__container {
    background: #F4F7F9; }
  .template-home .breadcrumb {
    display: none; }
  .breadcrumb,
  .breadcrumb a {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #00162A; }
  .breadcrumb span {
    opacity: 0.5;
    display: inline-block;
    margin: 0 10px;
    font-size: 15px;
    line-height: 12px;
    font-weight: bold; }

.col {
  padding-top: 0;
  padding-bottom: 0; }
  @media (min-width: 992px) {
    .col {
      padding-top: 15px;
      padding-bottom: 15px; } }

.line {
  background: transparent;
  border: 0;
  border-top: 1px #EEE solid;
  margin: 32px auto;
  max-width: 1380px; }
  .line--nobottom {
    margin-bottom: 0; }
  .line--ligher {
    border-color: #eeeeee; }

p {
  font-size: 14px; }
  @media (min-width: 576px) {
    p {
      font-size: 16px; } }
  @media (min-width: 992px) {
    p {
      font-size: 18px; } }

.header .back button {
  width: 31px;
  margin-top: 2px; }

@media (min-width: 992px) {
  body:not(.template-launcher) .header .back {
    display: none; } }

.header .back .fa {
  font-size: 21px;
  color: #0E3560; }
  .template-launcher .header .back .fa {
    color: #ffffff; }

.template-welcome header,
.template-welcome footer,
.template-welcome .breadcrumb__container {
  display: none; }

.template-welcome .content {
  background: #ffffff; }

.welcome__header {
  min-height: 260px;
  background-size: cover;
  margin-bottom: 10px;
  position: relative; }
  .welcome__header > .col {
    color: #ffffff !important; }
  .welcome__header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(14, 53, 96, 0.4); }

.welcome .language {
  display: block;
  margin: 0; }
  .welcome .language__selected {
    color: #0E3560;
    font-weight: 500;
    font-size: 16px;
    border: 0;
    padding: 10px;
    margin: 10px 0; }
    .welcome .language__selected:before {
      display: none; }
  .welcome .language > ul {
    margin: 0 0 30px 0;
    position: static;
    top: 60px; }

.welcome .col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 100;
  padding-left: 28px;
  padding-right: 28px;
  color: #0E3560; }
  .welcome .col img {
    width: 168px;
    margin-bottom: 10px;
    display: block; }

.welcome a {
  font-size: 15px;
  color: #0E3560;
  font-weight: 500; }

.welcome .button {
  border-radius: 40px;
  border: 2px #23ACD8 solid;
  background: transparent;
  font-size: 17px;
  font-weight: bold;
  padding: 15px 50px;
  color: #0E3560;
  margin: 30px 0; }
  .welcome .button.disabled {
    pointer-events: none;
    opacity: 0.5;
    background: #CCC;
    border-color: #666;
    color: #666; }

.welcome .disclaimer__text {
  margin-top: 20px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #0E3560;
  font-weight: 500; }

.home-button {
  padding-left: 5px;
  display: none; }
  .home-button span {
    display: none; }

.template-launcher {
  background: #0E3560; }
  html .template-launcher {
    padding-top: 0; }
  .template-launcher header {
    position: relative;
    background-color: transparent;
    box-shadow: none; }
  .template-launcher .home-button {
    display: inherit;
    color: #fff;
    text-transform: uppercase;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px; }
  .template-launcher .home-button {
    display: none; }
  .template-launcher .term {
    text-align: center;
    display: none;
    padding-top: 32px; }
  .template-launcher footer {
    display: none; }
  .template-launcher,
  .template-launcher h1,
  .template-launcher h2,
  .template-launcher h3,
  .template-launcher h4,
  .template-launcher h5,
  .template-launcher h6 {
    color: #ffffff; }
  .template-launcher .topnav-menu__launcher > ul > li {
    width: 100%;
    min-width: 50%; }
    @media (min-width: 576px) {
      .template-launcher .topnav-menu__launcher > ul > li {
        min-width: 33%; } }
    @media (min-width: 768px) {
      .template-launcher .topnav-menu__launcher > ul > li {
        min-width: 25%; } }
    @media (min-width: 992px) {
      .template-launcher .topnav-menu__launcher > ul > li {
        min-width: 20%; } }
    .template-launcher .topnav-menu__launcher > ul > li > a {
      min-width: 160px; }
  .template-launcher .topnav-menu__launcher {
    margin-top: 0;
    margin-bottom: 0; }
    .template-launcher .topnav-menu__launcher ul {
      display: block; }
    .template-launcher .topnav-menu__launcher li:not(.topnav-system__welcome) {
      display: block;
      border-top: 1px rgba(255, 255, 255, 0.5) solid;
      position: relative; }
      .template-launcher .topnav-menu__launcher li:not(.topnav-system__welcome) .update-date {
        font-size: 12px;
        position: absolute;
        left: 70px;
        bottom: 7px; }
    .template-launcher .topnav-menu__launcher li {
      margin-top: 0;
      margin-bottom: 0;
      max-width: 100%; }
    .template-launcher .topnav-menu__launcher .topnav-system__image {
      width: 36px;
      height: 36px;
      border-radius: 0;
      -webkit-flex: 0 0 36px;
          -ms-flex: 0 0 36px;
              flex: 0 0 36px;
      margin: 0;
      background-color: transparent;
      background-size: cover; }
    .template-launcher .topnav-menu__launcher .topnav-system__welcome .topnav-system__image {
      background-color: #ffffff;
      overflow: hidden;
      border: 2px #fff solid;
      border-radius: 100%;
      width: 42px;
      height: 42px;
      -webkit-flex: 0 0 42px;
          -ms-flex: 0 0 42px;
              flex: 0 0 42px; }
    .template-launcher .topnav-menu__launcher .topnav-system__welcome .topnav-system__link {
      padding: 20px 10px; }
    .template-launcher .topnav-menu__launcher .topnav-system__link {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      padding: 20px 15px; }
    .template-launcher .topnav-menu__launcher .topnav-system__text {
      margin-left: 20px;
      font-size: 18px;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: left; }
    .template-launcher .topnav-menu__launcher .topnav-system__arrow {
      -webkit-flex: 0;
          -ms-flex: 0;
              flex: 0; }
  .template-launcher .breadcrumb {
    display: none; }
  .template-launcher .language {
    display: block; }
    .template-launcher .language__selected:before {
      display: none; }
    .template-launcher .language ul {
      right: 0;
      background: #fff; }
      .template-launcher .language ul a {
        color: #00162A; }
        .template-launcher .language ul a:hover {
          color: #ffffff; }
  .template-launcher .header {
    padding-left: 16px;
    padding-right: 16px; }
    .template-launcher .header > .row:first-child > .col-auto:nth-child(4) {
      display: none !important; }
  .template-launcher .logo {
    margin: 10px auto; }
  .template-launcher .topnav-system__image {
    border-radius: 15px;
    background-size: 101%; }
  .template-launcher .topnav button {
    margin-left: 20px; }
  .template-launcher .topnav button:first-child {
    margin-left: 10px; }
  .template-launcher .content {
    background: #0E3560;
    min-height: 0;
    padding: 0; }
  .template-launcher .footer {
    padding: 0; }
  .template-launcher .header-clone .col-auto:not(.back) {
    display: none; }
  .template-launcher .header-clone .row {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .template-launcher .header-clone .home-button {
    width: auto; }
    .template-launcher .header-clone .home-button span {
      margin-left: 10px;
      display: inline-block;
      line-height: 1.3; }
  .template-launcher .footer .footer-copyright {
    font-size: 12px; }
  .template-launcher .topnav-system__link {
    font-size: 12px; }
  .template-launcher .richtext p {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin: 20px 12px; }
  .template-launcher .richtext h1 {
    font-size: 24px;
    line-height: 33px;
    margin: 20px 0;
    text-align: center;
    font-weight: 500; }
  .template-launcher .utility-phones h2,
  .template-launcher .files h2,
  .template-launcher .template-crisis-management h2 {
    margin: 0 0 5px 0;
    font-size: 18px; }
  .template-launcher .utility-phones > .container,
  .template-launcher .files > .container,
  .template-launcher .template-crisis-management > .container {
    border-top: 1px rgba(255, 255, 255, 0.5) solid; }
  .template-launcher .utility-phones > .container > .row,
  .template-launcher .files > .container > .row,
  .template-launcher .template-crisis-management > .container > .row {
    border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
    padding-top: 16px;
    padding-bottom: 16px; }
  .template-launcher .utility-phones .button,
  .template-launcher .files .button,
  .template-launcher .template-crisis-management .button {
    border-radius: 40px;
    border: 2px #23ACD8 solid;
    background: transparent;
    padding: 7px 21px;
    font-size: 12px; }
  .template-launcher .files .button {
    margin-top: 10px; }
  .template-launcher .files a {
    color: #ffffff;
    text-decoration: none; }
  .template-launcher .files .date-update {
    font-size: 12px;
    width: 100%;
    margin-left: 15px; }
  .open-term .template-launcher .file, .open-term
  .template-launcher .file--read {
    display: none; }
  .template-launcher .file > *,
  .template-launcher .file--read > * {
    pointer-events: none; }
  .template-launcher .file.active + .term,
  .template-launcher .file--read.active + .term {
    display: block; }

.loading {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }
  .loading__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

.loading div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #fff;
  -webkit-animation: loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
          animation: loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; }

.loading--invert div {
  background: #00162A; }

.loading div:nth-child(1) {
  left: 6px;
  -webkit-animation-delay: -0.24s;
          animation-delay: -0.24s; }

.loading div:nth-child(2) {
  left: 26px;
  -webkit-animation-delay: -0.12s;
          animation-delay: -0.12s; }

.loading div:nth-child(3) {
  left: 45px;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

@-webkit-keyframes loading {
  0% {
    top: 6px;
    height: 51px; }
  50%,
  100% {
    top: 19px;
    height: 26px; } }

@keyframes loading {
  0% {
    top: 6px;
    height: 51px; }
  50%,
  100% {
    top: 19px;
    height: 26px; } }

span[scfieldtype="rich text"][contenteditable="true"] {
  width: 100%;
  min-height: 200px !important; }

#yammer-feed {
  height: 100%; }

.hidden {
  display: none; }

body #chat-main {
  width: 200px;
  height: 240px;
  bottom: 0;
  right: 1%; }
  body #chat-main #message-animate {
    width: 50%;
    right: 0; }
  body #chat-main .message-ballon {
    background: black;
    border-radius: 45px;
    left: inherit;
    right: 10px;
    width: 100px;
    height: 130px; }
    body #chat-main .message-ballon::after {
      border-color: black black transparent transparent;
      top: auto;
      bottom: -18px;
      left: 34px; }
    body #chat-main .message-ballon p {
      padding: 10px 15px;
      line-height: 16px;
      max-height: 100%;
      text-align: center;
      font-size: 14px; }
  body #chat-main .ball-pulse-sync {
    display: none; }
  body #chat-main .icon-robot {
    box-shadow: none;
    background: url(/assets/intranet/Images/nio_chatbot.png) no-repeat scroll center center;
    background-size: contain;
    width: 100px;
    right: 10px;
    top: auto;
    bottom: 20px; }
    body #chat-main .icon-robot img {
      visibility: hidden; }

body .btn-close-chat {
  background-color: #000;
  width: 40px;
  height: 40px;
  bottom: 10px; }
  body .btn-close-chat p {
    font-size: 20px; }

body .frame-chat, body .loader-frame-chat {
  right: 10px;
  bottom: 60px;
  max-width: calc(100% - 20px);
  max-height: 89vh; }

body .hide-chat {
  display: none !important; }

body .swiper-button-prev, body .swiper-button-next {
  background-size: 22px 37px; }

.button {
  border: 0;
  display: inline-block;
  background: #23ACD8;
  border-radius: 4px;
  padding: 12px 28px;
  color: #FFFFFF;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.35s ease; }
  @media (min-width: 992px) {
    .button {
      padding: 15px 36px; }
      .button:hover {
        color: #FFFFFF;
        background: #00162A;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); } }
  .button:link {
    text-decoration: none; }
  .button--naked {
    border: 0 !important; }
  .button--inverted {
    background: #fff;
    color: #00162A; }
  .button--header {
    color: #FFF;
    padding: 11px 32px; }
  .button--disabled {
    opacity: .7;
    cursor: not-allowed; }
    .button--disabled:hover {
      color: #fff;
      background: #23ACD8; }

button {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  outline: none; }

.heading {
  padding: 40px 0 16px 0;
  text-align: center;
  color: #00162A; }
  .heading--inverted {
    color: #FFF; }
  .heading__title, .heading__description {
    margin: 0 auto; }
  .heading__title, .heading__description {
    font-weight: 300; }
  .heading__title {
    font-size: 28px;
    letter-spacing: -0.41px;
    line-height: 28px; }
  .heading__description {
    font-size: 14px;
    line-height: 18px; }
  .heading--hero {
    text-align: center;
    color: #00162A; }
    .heading--hero .heading__title {
      font-size: 28px;
      font-weight: 300;
      letter-spacing: -0.94px;
      line-height: 38px; }
      @media (min-width: 768px) {
        .heading--hero .heading__title {
          font-size: 48px;
          line-height: 58px; } }
      @media (min-width: 1200px) {
        .heading--hero .heading__title {
          font-size: 64px;
          line-height: 74px; } }
  @media (min-width: 768px) {
    .heading__description {
      font-size: 16px;
      line-height: 28px; } }
  @media (min-width: 992px) {
    .heading {
      padding: 80px 0 80px 0; }
      .heading__title {
        font-size: 48px;
        letter-spacing: -0.7px;
        line-height: 60px; }
      .heading__description {
        font-size: 18px;
        line-height: 28px; } }

.tabs {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  .tabs__header {
    border-bottom: 1px solid #D8D8D8; }
    .tabs__header .swiper-button-prev, .tabs__header .swiper-button-next {
      display: none; }
    @media (max-width: 575.98px) {
      .tabs__header .swiper-button-prev, .tabs__header .swiper-button-next {
        display: block !important;
        background-size: 27px 15px; } }
  .tabs__item {
    padding: 14px 0;
    border-bottom-color: transparent;
    color: #00162A;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    width: 100% !important;
    transition: border-bottom-color .800s ease-out; }
    .tabs__item.swiper-slide-active {
      padding-bottom: 10px;
      border-bottom: 4px solid #23ACD8; }
  .tabs__content {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .400s ease-out; }
    .tabs__content--visible {
      opacity: 1;
      height: auto; }
    .tabs__content > .container {
      margin-top: 40px;
      margin-bottom: 40px; }
  @media (min-width: 992px) {
    .tabs__header {
      text-align: center; }
      .tabs__header-wrapper {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: auto; }
    .tabs__item {
      padding: 20px 0;
      margin: 0 24px;
      font-size: 18px;
      line-height: 24px;
      width: auto !important; }
      .tabs__item.swiper-slide-active {
        padding-bottom: 16px; } }

.scEnabledChrome .tabs__header {
  display: none; }

.scEnabledChrome .tabs__content {
  opacity: 1;
  height: auto; }

.scEnabledChrome .tabs {
  padding: 45px;
  border: 1px #F1F1F1 solid; }

.tag {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 3px #7ED321 solid;
  color: #777777;
  line-height: 25px;
  display: inline-block; }
  @media (min-width: 992px) {
    .tag {
      font-size: 12px; } }
  .updates .tag,
  .management .tag {
    border-bottom: 0; }
  .management .tag {
    border: 0; }
  .tag__bullet {
    display: block;
    width: 10px;
    height: 10px;
    float: left;
    margin-right: 5px; }

.link-bar {
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #C9C9C9;
  padding-bottom: 15px; }
  .link-bar a {
    margin-right: 40px;
    display: inline-block;
    margin-top: 10px;
    width: 100%; }
    .link-bar a:last-child {
      margin-right: 0; }
    @media (min-width: 768px) {
      .link-bar a {
        width: auto; } }

.heading-banner {
  width: 100%;
  margin-bottom: -5px;
  position: relative; }
  .heading-banner * {
    font-family: "Open Sans", sans-serif; }
  .heading-banner.text-clear h1 {
    color: white; }
  .heading-banner.text-dark h1 {
    color: #00162A; }
  .heading-banner img {
    width: 150%;
    margin-left: -45%; }
    @media (min-width: 992px) {
      .heading-banner img {
        width: 100%;
        margin: 0;
        height: auto; } }
  .heading-banner h1 {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
    font-size: 28px;
    margin: 0;
    text-align: center; }
    @media (min-width: 992px) {
      .heading-banner h1 {
        font-size: 52px; } }

.text-description {
  margin-top: 35px; }
  @media (min-width: 992px) {
    .text-description {
      margin-top: 80px; } }
  .text-description p {
    color: #656A70;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 35px; }
    @media (min-width: 992px) {
      .text-description p {
        font-size: 16px; } }

.title-default {
  width: 100%;
  text-align: center;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .title-default {
      margin-bottom: 80px; } }
  .title-default h1 {
    color: #00162A;
    font-family: "Open Sans";
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .title-default h1 {
        font-size: 48px; } }
    @media (min-width: 992px) {
      .title-default h1 {
        font-size: 64px; } }

.image-full img {
  width: 100%; }

.quote {
  width: 100%;
  text-align: center; }
  .quote P {
    color: #00162A;
    font-size: 30px;
    font-style: italic;
    font-weight: 300; }

.date-publish {
  font-size: 13px;
  color: #656A70; }

.article-category {
  width: 100%;
  font-size: 13px;
  color: #656A70; }

.iframe {
  max-width: 100%;
  height: 100%;
  max-height: 572px;
  height: 50vw;
  width: 100%;
  border: 0;
  box-shadow: 0 2.5vw 7.5vmin rgba(4, 23, 41, 0.5);
  min-height: 1488px; }

.cafeteria-menu {
  margin-top: 32px;
  border-top: 1px #eeeeee solid; }
  .cafeteria-menu .row {
    border-bottom: 1px #eeeeee solid; }
    .cafeteria-menu .row.today {
      background: #bae4f1; }

/**
 * Fractal patterns
 */
.cookie-banner {
  padding: 30px 40px;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #FFF;
  z-index: 999;
  padding: 30px 40px; }
  .cookie-banner__close {
    float: right;
    cursor: pointer; }
  .cookie-banner__content {
    padding-top: 20px; }
  .cookie-banner button {
    margin-top: 20px; }

.logo {
  color: #fff;
  display: block;
  text-decoration: none;
  max-height: 24px;
  max-width: 132px; }
  .logo img {
    display: block;
    width: 132px;
    height: 24px; }

.menu {
  min-height: 44px;
  min-width: 44px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .menu img {
    height: 24px;
    width: 24px; }

.tooltip-search {
  position: relative; }
  .tooltip-search .tooptip-launcher {
    display: none;
    background-color: white;
    color: #0E3560;
    padding: 10px;
    position: absolute;
    top: 125px;
    width: 200px;
    text-align: left;
    font-size: 12px;
    opacity: 0.9;
    z-index: 10; }
    .tooltip-search .tooptip-launcher:before {
      border: 10px solid transparent;
      border-bottom-color: white;
      content: "";
      left: 82px;
      position: absolute;
      top: -20px; }

@media (min-width: 1024px) {
  .open-tip .tooptip-launcher {
    display: block; } }

.search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .search > .row {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
  @media (min-width: 576px) {
    .search {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .search__button {
    min-height: 44px;
    min-width: 44px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .search__button img {
      height: 24px;
      width: 24px; }
  .search__box {
    background: transparent;
    border: 0;
    display: none;
    outline: none;
    color: #fff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif; }
    .search__box::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .search__box:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .search__box::placeholder {
      color: rgba(255, 255, 255, 0.5); }
  .search__go {
    display: none; }

.search--open .logo {
  display: none; }
  @media (min-width: 576px) {
    .search--open .logo {
      display: initial; } }

.search--open .search--hidden {
  display: none !important; }

.search--open .search__box {
  display: initial;
  max-width: 140px; }
  @media (min-width: 576px) {
    .search--open .search__box {
      max-width: 100%; } }

@media (min-width: 768px) {
  .search--open .search__go {
    display: initial; } }

.language {
  font-size: 15px;
  position: relative;
  margin: -14px;
  white-space: nowrap;
  z-index: 4; }
  @media (min-width: 768px) {
    .language {
      min-width: 80px; } }
  .language img, .language svg {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 12px; }
    .template-launcher .language img, .template-launcher .language svg {
      margin: 0 20px; }
  .language__selected {
    display: block;
    padding: 26px 0;
    cursor: default;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
    position: relative; }
    @media (min-width: 992px) {
      .language__selected:before {
        background: #D8D8D8;
        content: "";
        position: absolute;
        right: 0;
        top: 28px;
        width: 1px;
        height: 27px; } }
  .language ul, .language li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .language ul {
    display: none;
    position: absolute;
    background-color: #0e3560;
    min-width: 132px;
    box-shadow: 0 16px 64px rgba(0, 0, 0, 0.25);
    z-index: 10;
    margin-left: -16px;
    top: 72px; }
    .language ul a {
      display: block;
      text-decoration: none;
      color: #fff;
      padding: 10px 16px;
      font-size: 15px;
      text-transform: capitalize; }
      .language ul a:hover {
        background-color: #23ACD8;
        cursor: pointer; }
  .language:hover > ul {
    display: block; }

.partner-footer {
  padding-top: 32px;
  padding-bottom: 32px;
  background: #fff; }
  @media (min-width: 992px) {
    .partner-footer {
      padding-top: 64px;
      padding-bottom: 64px; } }
  .partner-footer__heading {
    text-align: center;
    padding: 0 30px; }
    .partner-footer__heading h2 {
      font-size: 28px;
      font-weight: bold;
      margin: 16px 0 16px; }
      @media (min-width: 768px) {
        .partner-footer__heading h2 {
          font-size: 36px; } }
      @media (min-width: 992px) {
        .partner-footer__heading h2 {
          font-size: 48px; } }
    .partner-footer__heading p {
      color: #3A3A3A;
      font-weight: 300;
      line-height: 28px;
      margin: 16px 0; }
  .partner-footer__section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #00162A;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.33px;
    border-bottom: 2px #00162A solid;
    padding-bottom: 24px;
    margin-top: 48px;
    margin-bottom: 24px; }
    @media (min-width: 576px) {
      .partner-footer__section {
        font-size: 32px; } }
    .partner-footer__section > img {
      width: 32px;
      height: 32px;
      margin-right: 24px; }
      @media (min-width: 576px) {
        .partner-footer__section > img {
          width: 48px;
          height: 48px; } }
  .partner-footer ul, .partner-footer li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .partner-footer ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
  .partner-footer li {
    width: 100%; }
    @media (min-width: 576px) {
      .partner-footer li {
        width: 50%; } }
    .partner-footer li, .partner-footer li a {
      color: #00162A;
      text-decoration: none;
      padding: 2px 0;
      font-family: "Open Sans";
      font-size: 15px;
      line-height: 32px;
      display: inline-block; }

.video {
  padding: 0 30px 10vmin; }
  .video .col {
    position: relative;
    padding: 0 15px; }
    .video .col .play {
      position: absolute;
      top: calc(50% - 50px);
      left: calc(50% - 50px);
      width: 100px;
      height: 100px;
      background: #23ACD8;
      border-radius: 100%; }
  .video--playing .play {
    display: none; }
  .video iframe {
    max-width: 100%;
    height: 100%;
    max-height: 572px;
    height: 50vw;
    width: 100%;
    border: 0;
    box-shadow: 0 2.5vw 7.5vmin rgba(4, 23, 41, 0.5); }
    @media (min-width: 992px) {
      .video iframe {
        height: 35vw; } }

@media (min-width: 1200px) {
  .banner-ambiance.container-fluid .col {
    min-height: 540px; } }

.banner-ambiance .col {
  min-height: 28vw; }
  @media (min-width: 992px) {
    .banner-ambiance .col {
      min-height: 400px; } }

.banner-ambiance .row {
  display: block; }
  @media (min-width: 992px) {
    .banner-ambiance .row {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

@media (min-width: 992px) {
  .banner-ambiance--right .banner-ambiance__content {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; } }

.banner-ambiance--gradient {
  position: relative; }
  @media (min-width: 1200px) {
    .banner-ambiance--gradient .col {
      min-height: 540px; } }
  .banner-ambiance--gradient:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 25vw;
    background: linear-gradient(318.35deg, #6BD8B2 0%, #4DC79D 100%); }
    @media (min-width: 992px) {
      .banner-ambiance--gradient:before {
        width: 50%;
        height: 100%; } }
  .banner-ambiance--gradient .banner-ambiance__image {
    position: relative; }
    @media (min-width: 992px) {
      .banner-ambiance--gradient .banner-ambiance__image {
        max-width: 52%;
        left: 7.5vw;
        margin: 48px 0; } }
  @media (min-width: 992px) {
    .banner-ambiance--gradient .banner-ambiance__content {
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1;
      max-width: 31%;
      position: relative;
      right: -7vw; } }
  .banner-ambiance--gradient .banner-ambiance__content h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 28px;
    letter-spacing: -0.33px;
    max-width: 520px;
    text-align: center;
    line-height: 1; }
    @media (min-width: 992px) {
      .banner-ambiance--gradient .banner-ambiance__content h2 {
        text-align: left;
        font-size: 48px;
        line-height: 60px; } }
  .banner-ambiance--gradient .banner-ambiance__content p {
    max-width: 520px; }

.banner-ambiance--overlay {
  background: linear-gradient(318.35deg, #4DC79D 0%, #6BD8B2 100%); }
  @media (min-width: 992px) {
    .banner-ambiance--overlay .banner-ambiance__image {
      background-size: 100%; } }
  @media (min-width: 992px) {
    .banner-ambiance--overlay .banner-ambiance__content {
      padding: 0 80px; } }
  .banner-ambiance--overlay .banner-ambiance__content .tag, .banner-ambiance--overlay .banner-ambiance__content h2, .banner-ambiance--overlay .banner-ambiance__content p, .banner-ambiance--overlay .banner-ambiance__content .button {
    color: #ffffff; }
  .banner-ambiance--overlay .banner-ambiance__content .button {
    border-color: #ffffff; }
    @media (min-width: 992px) {
      .banner-ambiance--overlay .banner-ambiance__content .button:hover {
        color: #00162A; } }

.banner-ambiance--inverted {
  background: #001426; }
  .banner-ambiance--inverted .banner-ambiance__image {
    margin: 0;
    background-size: cover;
    position: relative; }
    .banner-ambiance--inverted .banner-ambiance__image:after {
      content: "";
      position: absolute;
      background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #001426 100%);
      right: 0;
      bottom: 0;
      width: 100%;
      height: 8vw; }
      @media (min-width: 992px) {
        .banner-ambiance--inverted .banner-ambiance__image:after {
          top: 0;
          width: 128px;
          height: 100%;
          background: linear-gradient(to right, rgba(125, 185, 232, 0) 0%, #001426 100%); } }
  .banner-ambiance--inverted .banner-ambiance__content h2 {
    color: #F1F1F1;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 28px;
    letter-spacing: -0.33px;
    max-width: 520px;
    text-align: center;
    line-height: 1; }
    @media (min-width: 992px) {
      .banner-ambiance--inverted .banner-ambiance__content h2 {
        text-align: left;
        font-size: 48px;
        line-height: 60px; } }
  .banner-ambiance--inverted .banner-ambiance__content p {
    color: #F1F1F1;
    max-width: 520px; }
  .banner-ambiance--inverted .banner-ambiance__content .button {
    color: #fff; }
    @media (min-width: 992px) {
      .banner-ambiance--inverted .banner-ambiance__content .button:hover {
        color: #0e3560; }
      .banner-ambiance--inverted .banner-ambiance__content .button--naked:hover {
        color: #23ACD8; } }

.banner-ambiance__image {
  background: transparent none no-repeat scroll center center;
  background-size: contain;
  margin: 32px 0; }
  @media (min-width: 992px) {
    .banner-ambiance__image {
      margin: 80px 0; } }

.banner-ambiance__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px 0; }
  @media (min-width: 992px) {
    .banner-ambiance__content {
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin: 80px 0; } }
  .banner-ambiance__content h2 {
    color: #00162A;
    font-family: "Open Sans", sans-serif;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -0.33px;
    line-height: 60px;
    margin: 8px 0 16px;
    text-align: center; }
    @media (min-width: 992px) {
      .banner-ambiance__content h2 {
        line-height: 44px; } }
  .banner-ambiance__content p {
    color: #00162A;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    line-height: 28px;
    margin: 0 0 48px;
    text-align: center; }
    @media (min-width: 992px) {
      .banner-ambiance__content p {
        text-align: left; } }

.banner-ambiance__actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .banner-ambiance__actions .button {
    margin-bottom: 16px; }
  @media (min-width: 992px) {
    .banner-ambiance__actions {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .banner-ambiance__actions .button {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .banner-ambiance--gradient .banner-ambiance__actions {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .banner-ambiance--gradient .banner-ambiance__actions .button {
        margin-bottom: 16px; } }
  @media (min-width: 1200px) {
    .banner-ambiance--gradient .banner-ambiance__actions {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      position: relative;
      min-width: 50vw; }
      .banner-ambiance--gradient .banner-ambiance__actions .button {
        margin-bottom: 0; } }

.banner-ambiance.banner-ambiance--left .banner-ambiance__content, .banner-ambiance.banner-ambiance--right .banner-ambiance__content {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .banner-ambiance.banner-ambiance--left .banner-ambiance__content p, .banner-ambiance.banner-ambiance--right .banner-ambiance__content p {
    text-align: center; }

.banner-2column {
  background: #F1F1F1;
  padding-bottom: 48px; }
  @media (min-width: 992px) {
    .banner-2column {
      padding-bottom: 120px; } }
  .banner-2column__items {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 32px 0;
    box-shadow: 0 2vw 5vmin rgba(4, 23, 41, 0.25); }
    @media (min-width: 576px) {
      .banner-2column__items {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media (min-width: 992px) {
      .banner-2column__items {
        margin: 0; } }
  .banner-2column__content {
    color: #FFFFFF;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-size: contain;
    background: linear-gradient(225deg, #1EB8E1 0%, #0D81BF 100%);
    min-height: 30vw;
    padding: 30px 0; }
    @media (min-width: 576px) {
      .banner-2column__content {
        -webkit-flex-basis: 0;
            -ms-flex-preferred-size: 0;
                flex-basis: 0; } }
    @media (min-width: 992px) {
      .banner-2column__content {
        min-height: 375px;
        padding: 0; } }
    .banner-2column__content h2 {
      font-size: 24px;
      font-weight: bold;
      letter-spacing: -0.33px;
      line-height: 36px;
      margin: 0;
      max-width: 83.3333%;
      text-align: center; }
      @media (min-width: 576px) {
        .banner-2column__content h2 {
          font-size: 24px; } }
      @media (min-width: 992px) {
        .banner-2column__content h2 {
          font-size: 32px;
          line-height: 56px; } }
    .banner-2column__content p {
      margin: 16px 0;
      max-width: 83.3333%; }
    .banner-2column__content .action {
      display: block;
      margin-top: 12px;
      background: transparent url("/assets/intranet/Images/Right.svg") no-repeat scroll center center;
      width: 40px;
      height: 40px;
      text-indent: -9999px; }

.banner-full {
  background: transparent none no-repeat scroll center bottom;
  background-size: 100%; }
  .banner-full--overlay {
    background: transparent none no-repeat scroll center center;
    background-size: cover;
    position: relative; }
    .banner-full--overlay:before {
      content: "";
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      position: absolute;
      z-index: 0;
      left: 0; }
    .banner-full--overlay .banner-full__content {
      margin: 0;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      z-index: 1; }
      .banner-full--overlay .banner-full__content h2, .banner-full--overlay .banner-full__content p, .banner-full--overlay .banner-full__content .button, .banner-full--overlay .banner-full__content .tag {
        color: #fff; }
  .banner-full__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 32px 0;
    min-height: 540px;
    text-align: center;
    padding: 0 30px; }
    @media (min-width: 992px) {
      .banner-full__content {
        margin: 32px 0 0 0;
        min-height: 700px;
        background-size: 120%; } }
    .banner-full__content h2 {
      color: #00162A;
      font-family: "Open Sans", sans-serif;
      font-size: 32px;
      font-weight: 300;
      letter-spacing: -0.7px;
      margin: 8px 0 16px;
      max-width: 83.3333%; }
      @media (min-width: 992px) {
        .banner-full__content h2 {
          max-width: 50%;
          font-size: 48px;
          line-height: 60px; } }
    .banner-full__content p {
      color: #00162A;
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      line-height: 28px;
      margin: 0 0 48px;
      max-width: 50%;
      text-align: center;
      max-width: 83.3333%; }
      @media (min-width: 992px) {
        .banner-full__content p {
          max-width: 50%; } }
  .banner-full__actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .banner-full__actions .button {
      margin-bottom: 16px; }
    @media (min-width: 992px) {
      .banner-full__actions {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; }
        .banner-full__actions .button {
          margin-bottom: 0; } }

.banner-topics {
  background: #F1F1F1;
  padding-top: 48px;
  padding-bottom: 48px; }
  @media (min-width: 992px) {
    .banner-topics {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .banner-topics__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
    text-align: center;
    padding: 0 30px; }
    .banner-topics__header h2 {
      color: #00162A;
      font-family: "Open Sans", sans-serif;
      font-size: 32px;
      font-weight: 300;
      letter-spacing: -0.33px;
      max-width: 83.3333%;
      margin: 0 0 48px 0; }
      @media (min-width: 992px) {
        .banner-topics__header h2 {
          max-width: 50%;
          font-size: 48px;
          line-height: 60px;
          margin: 0 0 80px 0; } }
    .banner-topics__header p {
      color: #00162A;
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      line-height: 28px;
      margin: 0 0 48px;
      max-width: 50%;
      text-align: center;
      max-width: 83.3333%; }
      @media (min-width: 992px) {
        .banner-topics__header p {
          max-width: 50%; } }
  .banner-topics__items {
    display: block; }
    @media (min-width: 768px) {
      .banner-topics__items {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .banner-topics__item {
    text-align: center;
    margin: 16px 0 48px; }
    @media (min-width: 768px) {
      .banner-topics__item {
        margin: 0; } }
    .banner-topics__item img {
      max-width: 60px;
      margin-bottom: 18px; }
      @media (min-width: 992px) {
        .banner-topics__item img {
          max-width: 80px;
          margin-bottom: 36px; } }
    .banner-topics__item h3 {
      color: #00162A;
      font-family: "Open Sans", sans-serif;
      font-size: 24px;
      font-weight: 500;
      letter-spacing: -0.33px;
      margin: 0 0 12px;
      height: 87px; }
      @media (min-width: 992px) {
        .banner-topics__item h3 {
          font-size: 32px;
          margin: 0 0 24px;
          line-height: 44px; } }
    .banner-topics__item p {
      color: #00162A;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 28px;
      max-width: 83.3333%;
      margin: 0 auto; }
      @media (min-width: 992px) {
        .banner-topics__item p {
          max-width: 100%; } }
  .banner-topics .container-fluid .banner-topics__item {
    margin: 16px 0 48px; }
    @media (min-width: 1200px) {
      .banner-topics .container-fluid .banner-topics__item {
        margin: 0; } }
  .banner-topics .container-fluid .banner-topics__items {
    display: block; }
    @media (min-width: 992px) {
      .banner-topics .container-fluid .banner-topics__items {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .banner-topics .button {
    margin-top: 18px; }

.carousel-slider-item {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff none no-repeat scroll right bottom;
  background-size: 712px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 991.98px) {
    .carousel-slider-item {
      background-image: none !important; } }
  @media (min-width: 992px) {
    .carousel-slider-item {
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .carousel-slider-item h1, .carousel-slider-item h3 {
    font-weight: 200;
    font-size: 32px;
    line-height: 1;
    margin: 0;
    color: #00162A; }
    @media (min-width: 992px) {
      .carousel-slider-item h1, .carousel-slider-item h3 {
        font-size: 48px;
        line-height: 60px; } }
  .carousel-slider-item h3 {
    font-size: 24px;
    margin: 30px 0 45px;
    line-height: 1; }
    @media (min-width: 992px) {
      .carousel-slider-item h3 {
        font-size: 32px;
        line-height: 44px; } }
  .carousel-slider-item__content {
    padding: 15px;
    width: 100%;
    text-align: center; }
    @media (min-width: 992px) {
      .carousel-slider-item__content {
        text-align: left;
        padding: 45px; } }
  .carousel-slider-item--right {
    background: #ffffff none no-repeat scroll left bottom;
    background-size: 712px; }
  .carousel-slider-item--right .carousel-slider-item__content, .carousel-slider-item--right .carousel-slider-item__logo {
    text-align: center; }
    @media (min-width: 992px) {
      .carousel-slider-item--right .carousel-slider-item__content, .carousel-slider-item--right .carousel-slider-item__logo {
        text-align: right; } }
  .carousel-slider-item__logo {
    padding: 15px;
    width: 100%;
    text-align: center; }
    @media (min-width: 992px) {
      .carousel-slider-item__logo {
        text-align: left;
        padding: 45px; } }
    .carousel-slider .swiper-slide .carousel-slider-item__logo img {
      width: auto;
      height: auto; }

.carousel-generic {
  width: 100%;
  height: 100%;
  position: relative; }
  .carousel-generic .swiper-wrapper {
    position: relative; }
  .carousel-generic .swiper-slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .carousel-generic .swiper-pagination-bullet {
    border: 1px rgba(0, 0, 0, 0.2) solid;
    background: white;
    opacity: 1;
    width: 9px;
    height: 9px; }
  .carousel-generic .swiper-pagination-bullet-active {
    background: #043360; }
  .carousel-generic .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 15%;
    padding: 0 20px;
    width: 100%;
    max-width: 1200px;
    position: absolute;
    left: calc(50% - 600px);
    margin: 0 auto;
    text-align: left; }

.headquarters {
  max-width: 100%;
  padding: 32px 24px;
  background: #fff;
  margin-bottom: 32px;
  margin-top: 32px;
  box-shadow: 0px 5px 20px 0px rgba(0, 22, 42, 0.2); }
  @media (min-width: 992px) {
    .headquarters {
      max-width: 298px;
      margin-top: 0; } }
  .headquarters h4, .headquarters h3 {
    margin: 0; }
  .headquarters h4, .headquarters li {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px; }
  .headquarters h3 {
    font-size: 18px;
    margin-bottom: 3px;
    color: #00162A;
    font-weight: 600;
    line-height: 24px; }
  .headquarters h4 {
    color: #88867F; }
  .headquarters ul {
    padding-left: 0;
    margin-top: 32px; }
    .headquarters ul li {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      color: #5d6268;
      margin-bottom: 32px; }
      .headquarters ul li a {
        text-decoration: none;
        color: #5d6268; }
      .headquarters ul li img {
        margin-right: 16px;
        -webkit-align-self: baseline;
            -ms-flex-item-align: baseline;
                align-self: baseline; }

.sales-by-region {
  max-width: 100%;
  min-width: 298px;
  padding: 32px 24px;
  margin-bottom: 32px;
  box-shadow: 0px 5px 20px 0px rgba(0, 22, 42, 0.2); }
  @media (min-width: 992px) {
    .sales-by-region {
      max-width: 298px; } }
  .sales-by-region h4, .sales-by-region h3 {
    margin: 0; }
  .sales-by-region h4, .sales-by-region li {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px; }
  .sales-by-region h3 {
    font-size: 18px;
    margin-bottom: 3px;
    color: #00162A;
    font-weight: 600;
    line-height: 24px; }
  .sales-by-region h4 {
    color: #88867F; }
  .sales-by-region .countries ul {
    border: 1px solid #C9C9C9;
    margin-bottom: 48px; }
    .sales-by-region .countries ul li {
      border-bottom: 1px solid #C9C9C9;
      margin-bottom: 0; }
      .sales-by-region .countries ul li a {
        padding: 12px 18px;
        width: 100%;
        text-align: center;
        color: #00162A;
        font-weight: normal;
        cursor: pointer; }
      .sales-by-region .countries ul li:last-child {
        border-bottom: none; }
      .sales-by-region .countries ul li.tabs--expanded {
        background-color: #23ACD8; }
        .sales-by-region .countries ul li.tabs--expanded a {
          color: white; }
  .sales-by-region ul {
    padding-left: 0;
    margin-top: 32px; }
    .sales-by-region ul li {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      color: #5d6268;
      margin-bottom: 32px; }
      .sales-by-region ul li a {
        text-decoration: none;
        color: #5d6268; }
      .sales-by-region ul li img {
        margin-right: 16px;
        -webkit-align-self: baseline;
            -ms-flex-item-align: baseline;
                align-self: baseline; }

.accordion {
  padding-bottom: 32px; }
  .accordion__item {
    color: #00162A;
    font-weight: 300;
    border-top: 1px solid #D8D8D8; }
    .accordion__item:first-child {
      border: none; }
    .accordion__item--open > .accordion__item-description {
      height: auto;
      opacity: 1;
      padding-right: calc(18px + 29px);
      padding-bottom: 22px;
      padding-left: calc(18px + 29px); }
    .accordion__item-title {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 20px 0;
      font-size: 18px;
      letter-spacing: -0.33px;
      line-height: 22px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .accordion__item-title > :first-child {
        margin-right: 29px; }
      .accordion__item-title > :last-child {
        margin-left: auto; }
    .accordion__item-description {
      height: 0;
      overflow: hidden;
      opacity: 0;
      transition: opacity .400s ease-in; }
  .accordion__icon, .accordion__icon:before {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: 2px; }
  .accordion__icon:before {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    content: ""; }
  .accordion__icon--check:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT45RkQxQTgyNS03MzI3LTREMTMtOThENy1GNzIyMzJEMzgxODc8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+ICAgIDxkZWZzPiAgICAgICAgPHBhdGggZD0iTTE5LjI5MzI1LDUuMjkzMjUgTDkuMDAwMjUsMTUuNTg2MjUgTDQuNzA3MjUsMTEuMjkzMjUgQzQuMzE2MjUsMTAuOTAyMjUgMy42ODQyNSwxMC45MDIyNSAzLjI5MzI1LDExLjI5MzI1IEMyLjkwMjI1LDExLjY4NDI1IDIuOTAyMjUsMTIuMzE2MjUgMy4yOTMyNSwxMi43MDcyNSBMOC4yOTMyNSwxNy43MDcyNSBDOC40ODgyNSwxNy45MDIyNSA4Ljc0NDI1LDE4LjAwMDI1IDkuMDAwMjUsMTguMDAwMjUgQzkuMjU2MjUsMTguMDAwMjUgOS41MTIyNSwxNy45MDIyNSA5LjcwNzI1LDE3LjcwNzI1IEwyMC43MDcyNSw2LjcwNzI1IEMyMS4wOTgyNSw2LjMxNjI1IDIxLjA5ODI1LDUuNjg0MjUgMjAuNzA3MjUsNS4yOTMyNSBDMjAuMzE2MjUsNC45MDIyNSAxOS42ODQyNSw0LjkwMjI1IDE5LjI5MzI1LDUuMjkzMjUiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iSG9tZS1wYWdlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJDb21wb25lbnRzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzIwLjAwMDAwMCwgLTQwNzIuMDAwMDAwKSI+ICAgICAgICAgICAgPGcgaWQ9IkNvbXBvbmVudC9DUDYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAzODQxLjAwMDAwMCkiPiAgICAgICAgICAgICAgICA8ZyBpZD0iSXRlbnMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMyMC4wMDAwMDAsIDIzMS4wMDAwMDApIj4gICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC00Ij4gICAgICAgICAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsLTYiIHN0cm9rZT0iIzIzQUNEOCIgc3Ryb2tlLXdpZHRoPSIyIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTUiPjwvY2lyY2xlPiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJJY29ucy9GZWF0aGVyL2NoZWNrL2NoZWNrIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0LjAwMDAwMCwgNS4wMDAwMDApIj4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIGlkPSJNYXNrIiBmaWxsPSIjMDAwMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iTWl4aW4vRmlsbC9MaWdodC1CbHVlIiBtYXNrPSJ1cmwoI21hc2stMikiIGZpbGw9IiMyM0FDRDgiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgIDwvZz4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==); }
  .accordion__icon--arrow-down:before, .accordion__icon--arrow-up:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNnB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAyNiAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5ENzY1QkZENy01NDNBLTQ1MTktQUM0MS03OTEyMTQ1RjI2NTk8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+ICAgIDxkZWZzPiAgICAgICAgPHBhdGggZD0iTTEzLjA3MDUwODUsMTMuOTYwNjI1IEMxMi44OTEwMTc1LDEzLjk2MDAxMzUgMTIuNzE5Mzg3NiwxMy44ODc0MzkxIDEyLjU5NDU3NjMsMTMuNzU5Mzc1IEwwLjYyNTc2MjcxMiwxLjU1MzEyNSBDMC4zNzM1MTkyOTQsMS4yOTA4NzM1OSAwLjM3OTQwMDE0MSwwLjg3NjM0NDU4IDAuNjM4OTgzMDUxLDAuNjIxMjUgQzAuODk4MDQ4NzEzLDAuMzY3NzM3MzU4IDEuMzE0MTU0NjgsMC4zNjc3MzczNTggMS41NzMyMjAzNCwwLjYyMTI1IEwxMy4wNzA1MDg1LDEyLjM2Mzc1IEwyNC41NjMzODk4LDAuNjM0Mzc1IEMyNC44MTg5Mzg1LDAuMzc0NjI4NTc5IDI1LjIzODE5NzMsMC4zNjk3MzE2OTMgMjUuNDk5ODMwNSwwLjYyMzQzNzUgQzI1Ljc2MTQ2MzcsMC44NzcxNDMzMDcgMjUuNzY2Mzk2MiwxLjI5MzM3ODU4IDI1LjUxMDg0NzUsMS41NTMxMjUgTDEzLjU0MjAzMzksMTMuNzU5Mzc1IEMxMy40MTg1NzgzLDEzLjg4Njc3MjkgMTMuMjQ4NTcxNSwxMy45NTkzMzI4IDEzLjA3MDUwODUsMTMuOTYwNjI1IFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iSG9tZS1wYWdlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJDb21wb25lbnRzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTMwOS4wMDAwMDAsIC02MjI4LjAwMDAwMCkiPiAgICAgICAgICAgIDxnIGlkPSJGQVEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxOS4wMDAwMDAsIDU1MzkuMDAwMDAwKSI+ICAgICAgICAgICAgICAgIDxnIGlkPSJpY19hcnJvd19kb3duIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDkwLjAwMDAwMCwgNjg5LjAwMDAwMCkiPiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Im5vdW5fMTcwODM3MV9jYyI+ICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkNvbG9ycy9EYXJrLUdyYXkiPiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L21hc2s+ICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgaWQ9Ik1hc2siIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+ICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDb2xvcnMvRGFyayIgbWFzaz0idXJsKCNtYXNrLTIpIiBmaWxsPSIjNDQ0NDQ0Ij4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNiIgaGVpZ2h0PSIxNCI+PC9yZWN0PiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+); }
  .accordion__icon--arrow-up:before {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1); }
  @media (min-width: 992px) {
    .accordion__item-title {
      padding: 40px 0;
      font-size: 32px;
      letter-spacing: -0.33px;
      line-height: 44px;
      cursor: pointer; }
      .accordion__item-title > :first-child {
        margin-right: 58px; }
    .accordion__item--open > .accordion__item-description {
      padding-right: calc(32px + 59px);
      padding-bottom: 40px;
      padding-left: calc(32px + 59px); }
    .accordion__icon, .accordion__icon:before {
      width: 32px;
      height: 32px; } }

.scEnabledChrome .accordion__item-description {
  height: auto !important;
  opacity: 1 !important; }

.download-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .download-list__item {
    color: #00162A;
    font-size: 18px;
    padding: 0 28px 23px 0; }
    .download-list__item-icon {
      display: inline-block;
      width: 18px;
      height: 18px;
      margin-right: 12px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%; }
    .download-list__item-title {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: bold;
      line-height: 24px;
      padding-bottom: 12px; }
    .download-list__item-description {
      font-weight: 300;
      line-height: 28px;
      margin-left: calc(18px + 12px); }
  @media (min-width: 1200px) {
    .download-list__item {
      -webkit-flex: auto;
          -ms-flex: auto;
              flex: auto;
      max-width: 50%;
      padding: 0 56px 46px 0; }
      .download-list__item-icon {
        width: 32px;
        height: 32px;
        margin-right: 24px; }
      .download-list__item-description {
        margin-left: calc(32px + 24px); } }

.tabs-default__content__pane {
  display: none; }
  .tabs-default__content__pane.tabs--expanded {
    display: block; }

.simple-link {
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  color: #00162A; }

.safety-datasheet {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 64px; }
  .safety-datasheet__col {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .safety-datasheet__col, .safety-datasheet__row {
    background-color: #FFF; }
  .safety-datasheet__row > .safety-datasheet__col {
    left: -100%;
    width: 100%;
    height: 100%;
    margin-left: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity .250s ease-in-out; }
  .safety-datasheet__row--active > .safety-datasheet__col {
    left: 0;
    z-index: auto;
    opacity: 1; }
  .safety-datasheet__row--active ~ .safety-datasheet__row {
    display: none; }
  .safety-datasheet__title {
    font-weight: 600;
    background-color: #EEE; }
  .safety-datasheet__title-close {
    margin-right: 8px;
    opacity: .5; }
    .safety-datasheet__title-close, .safety-datasheet__title-close:before {
      display: inline-block;
      width: 18px;
      height: 18px; }
    .safety-datasheet__title-close:before {
      content: "";
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPiAgPHRpdGxlPjFCMUVBMjg2LUEzNTItNDA2NC1CMzYxLURDQjYzOTQ0NDM1RjwvdGl0bGU+IDxkZXNjPkNyZWF0ZWQgd2l0aCBza2V0Y2h0b29sLjwvZGVzYz4gPGRlZnM+ICA8cGF0aCBpZD0icGF0aC0xIiBkPSJtMjAuOTIyNzksMTEuNjE3MzJjLTAuMDUxLC0wLjEyMiAtMC4xMjQsLTAuMjMzIC0wLjIxNiwtMC4zMjVsLTYsLTZjLTAuMzksLTAuMzkgLTEuMDIzLC0wLjM5IC0xLjQxNCwwYy0wLjM5MSwwLjM5MSAtMC4zOTEsMS4wMjQgMCwxLjQxNGw0LjI5Myw0LjI5M2wtMTMuNTg2LDBjLTAuNTUyLDAgLTEsMC40NDggLTEsMWMwLDAuNTUzIDAuNDQ4LDEgMSwxbDEzLjU4NiwwbC00LjI5Myw0LjI5M2MtMC4zOTEsMC4zOTEgLTAuMzkxLDEuMDI0IDAsMS40MTRjMC4xOTUsMC4xOTYgMC40NTEsMC4yOTMgMC43MDcsMC4yOTNjMC4yNTYsMCAwLjUxMiwtMC4wOTcgMC43MDcsLTAuMjkzbDYsLTUuOTk5YzAuMDkyLC0wLjA5MiAwLjE2NSwtMC4yMDMgMC4yMTYsLTAuMzI1YzAuMTAxLC0wLjI0NSAwLjEwMSwtMC41MiAwLC0wLjc2NSIvPiA8L2RlZnM+IDxnPiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPiAgPHJlY3QgZmlsbD0ibm9uZSIgaWQ9ImNhbnZhc19iYWNrZ3JvdW5kIiBoZWlnaHQ9IjQwMiIgd2lkdGg9IjU4MiIgeT0iLTEiIHg9Ii0xIi8+IDwvZz4gPGc+ICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+ICA8ZyB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDIwLDIwKSAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0ibm9uZSIgaWQ9IkhvbWUtcGFnZSI+ICAgPGcgaWQ9IkNvbXBvbmVudHMiPiAgICA8ZyBpZD0iQ29tcG9uZW50L0NQNSI+ICAgICA8ZyBpZD0iR3JvdXAtNC1Db3B5Ij4gICAgICA8ZyBpZD0iSWNvbnMvRmVhdGhlci9hcnJvdy9hcnJvdy1yaWdodCI+ICAgICAgIDxtYXNrIHRyYW5zZm9ybT0idHJhbnNsYXRlKDgsOCkgdHJhbnNsYXRlKDMwMiwzNDMpIHRyYW5zbGF0ZSgxNTYsMzE2NSkgdHJhbnNsYXRlKC00NTgsLTM1MDgpICIgaWQ9Im1hc2stMiI+ICAgICAgICA8dXNlIGlkPSJzdmdfMSIgeGxpbms6aHJlZj0iI3BhdGgtMSIvPiAgICAgICA8L21hc2s+ICAgICAgIDx1c2UgeD0iOCIgeT0iOCIgeGxpbms6aHJlZj0iI3BhdGgtMSIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMDAwMDAwIiBpZD0iTWFzayIvPiAgICAgICA8ZyBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwMDAwMDAiIG1hc2s9InVybCgjbWFzay0yKSIgaWQ9Ik1peGluL0ZpbGwvV2hpdGUiPiAgICAgICAgPHJlY3QgaGVpZ2h0PSIyNCIgd2lkdGg9IjI0IiB5PSI4IiB4PSI4IiBpZD0iQm94Ii8+ICAgICAgIDwvZz4gICAgICA8L2c+ICAgICAgPGcgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiMwMDAwMDAiIGlkPSJPdmFsLTMiPiAgICAgICA8Y2lyY2xlIGlkPSJzdmdfMiIgcj0iMTkiIGN5PSIyMCIgY3g9IjIwIi8+ICAgICAgPC9nPiAgICAgPC9nPiAgICA8L2c+ICAgPC9nPiAgPC9nPiA8L2c+PC9zdmc+); }
  .safety-datasheet__title, .safety-datasheet__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #00162A;
    padding: 16px;
    border-bottom: 1px solid #EEE; }
    .safety-datasheet__title:hover, .safety-datasheet__item:hover {
      cursor: pointer; }
  .safety-datasheet__item-icon {
    margin-left: auto; }
    .safety-datasheet__item-icon, .safety-datasheet__item-icon:before {
      display: inline-block;
      width: 18px;
      height: 18px; }
    .safety-datasheet__item-icon:before {
      content: "";
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPiA8dGl0bGU+RDc2NUJGRDctNTQzQS00NTE5LUFDNDEtNzkxMjE0NUYyNjU5PC90aXRsZT4gPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPiA8ZGVmcz4gIDxwYXRoIGlkPSJwYXRoLTEiIGQ9Im0xMy4wNzA1MSwxMy45NjA2M2MtMC4xNzk0OSwtMC4wMDA2MiAtMC4zNTExMiwtMC4wNzMxOSAtMC40NzU5MywtMC4yMDEyNWwtMTEuOTY4ODIsLTEyLjIwNjI2Yy0wLjI1MjI0LC0wLjI2MjI1IC0wLjI0NjM2LC0wLjY3Njc4IDAuMDEzMjIsLTAuOTMxODdjMC4yNTkwNywtMC4yNTM1MSAwLjY3NTE3LC0wLjI1MzUxIDAuOTM0MjQsMGwxMS40OTcyOSwxMS43NDI1bDExLjQ5Mjg4LC0xMS43MjkzN2MwLjI1NTU1LC0wLjI1OTc1IDAuNjc0ODEsLTAuMjY0NjUgMC45MzY0NCwtMC4wMTA5NGMwLjI2MTYzLDAuMjUzNyAwLjI2NjU3LDAuNjY5OTQgMC4wMTEwMiwwLjkyOTY5bC0xMS45Njg4MiwxMi4yMDYyNWMtMC4xMjM0NSwwLjEyNzM5IC0wLjI5MzQ2LDAuMTk5OTUgLTAuNDcxNTIsMC4yMDEyNXoiLz4gPC9kZWZzPiA8Zz4gIDx0aXRsZT5iYWNrZ3JvdW5kPC90aXRsZT4gIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSIyOCIgd2lkdGg9IjI4IiB5PSItMSIgeD0iLTEiLz4gPC9nPiA8Zz4gIDx0aXRsZT5MYXllciAxPC90aXRsZT4gIDxnIHRyYW5zZm9ybT0icm90YXRlKC05MCAxMy4wMDAwMDAwMDAwMDAwMDIsMTMpICIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSJub25lIiBpZD0iSG9tZS1wYWdlIj4gICA8ZyBpZD0iQ29tcG9uZW50cyI+ICAgIDxnIGlkPSJGQVEiPiAgICAgPGcgaWQ9ImljX2Fycm93X2Rvd24iPiAgICAgIDxnIGlkPSJub3VuXzE3MDgzNzFfY2MiPiAgICAgICA8ZyBpZD0iQ29sb3JzL0RhcmstR3JheSI+ICAgICAgICA8bWFzayB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLDYpIHRyYW5zbGF0ZSgxMDkwLDY4OSkgdHJhbnNsYXRlKDIxOSw1NTM5KSB0cmFuc2xhdGUoLTEzMDksLTYyMjgpICIgaWQ9Im1hc2stMiI+ICAgICAgICAgPHVzZSBpZD0ic3ZnXzEiIHhsaW5rOmhyZWY9IiNwYXRoLTEiLz4gICAgICAgIDwvbWFzaz4gICAgICAgIDx1c2UgeD0iMCIgeT0iNiIgeGxpbms6aHJlZj0iI3BhdGgtMSIgZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjRTZFNkU2IiBpZD0iTWFzayIvPiAgICAgICAgPGcgZmlsbD0iI0U2RTZFNiIgbWFzaz0idXJsKCNtYXNrLTIpIiBpZD0iQ29sb3JzL0RhcmsiPiAgICAgICAgIDxyZWN0IGhlaWdodD0iMTQiIHdpZHRoPSIyNiIgeT0iNiIgeD0iMCIgaWQ9IlJlY3RhbmdsZSIvPiAgICAgICAgPC9nPiAgICAgICA8L2c+ICAgICAgPC9nPiAgICAgPC9nPiAgICA8L2c+ICAgPC9nPiAgPC9nPiA8L2c+PC9zdmc+); }
  .safety-datasheet__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    padding: 64px 16px;
    background-color: #23ACD8; }
    .safety-datasheet__link > a {
      color: #FFF;
      text-decoration: none;
      text-align: center; }
      .safety-datasheet__link > a > img {
        margin-bottom: 12px; }
      .safety-datasheet__link > a > span {
        display: block;
        line-height: 28px; }
        .safety-datasheet__link > a > span:nth-child(2) {
          font-size: 18px;
          font-weight: 600; }
  @media (min-width: 992px) {
    .safety-datasheet__col {
      width: calc(25% - 32px); }
    .safety-datasheet__row > .safety-datasheet__col {
      left: 0;
      margin-left: 32px; }
    .safety-datasheet__row--active > .safety-datasheet__col {
      left: 100%;
      z-index: auto; }
    .safety-datasheet__row--active ~ .safety-datasheet__row {
      display: block; }
    .safety-datasheet__row--active > .safety-datasheet__item {
      color: #23ACD8; }
    .safety-datasheet__row--active > .safety-datasheet__item > .safety-datasheet__item-icon:before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPiA8dGl0bGU+RDc2NUJGRDctNTQzQS00NTE5LUFDNDEtNzkxMjE0NUYyNjU5PC90aXRsZT4gPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPiA8ZGVmcz4gIDxwYXRoIGlkPSJwYXRoLTEiIGQ9Im0xMy4wNzA1MSwxMy45NjA2M2MtMC4xNzk0OSwtMC4wMDA2MiAtMC4zNTExMiwtMC4wNzMxOSAtMC40NzU5MywtMC4yMDEyNWwtMTEuOTY4ODIsLTEyLjIwNjI2Yy0wLjI1MjI0LC0wLjI2MjI1IC0wLjI0NjM2LC0wLjY3Njc4IDAuMDEzMjIsLTAuOTMxODdjMC4yNTkwNywtMC4yNTM1MSAwLjY3NTE3LC0wLjI1MzUxIDAuOTM0MjQsMGwxMS40OTcyOSwxMS43NDI1bDExLjQ5Mjg4LC0xMS43MjkzN2MwLjI1NTU1LC0wLjI1OTc1IDAuNjc0ODEsLTAuMjY0NjUgMC45MzY0NCwtMC4wMTA5NGMwLjI2MTYzLDAuMjUzNyAwLjI2NjU3LDAuNjY5OTQgMC4wMTEwMiwwLjkyOTY5bC0xMS45Njg4MiwxMi4yMDYyNWMtMC4xMjM0NSwwLjEyNzM5IC0wLjI5MzQ2LDAuMTk5OTUgLTAuNDcxNTIsMC4yMDEyNXoiLz4gPC9kZWZzPiA8Zz4gIDx0aXRsZT5iYWNrZ3JvdW5kPC90aXRsZT4gIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSIyOCIgd2lkdGg9IjI4IiB5PSItMSIgeD0iLTEiLz4gPC9nPiA8Zz4gIDx0aXRsZT5MYXllciAxPC90aXRsZT4gIDxnIHRyYW5zZm9ybT0icm90YXRlKC05MCAxMy4wMDAwMDAwMDAwMDAwMDIsMTMpICIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSJub25lIiBpZD0iSG9tZS1wYWdlIj4gICA8ZyBpZD0iQ29tcG9uZW50cyI+ICAgIDxnIGlkPSJGQVEiPiAgICAgPGcgaWQ9ImljX2Fycm93X2Rvd24iPiAgICAgIDxnIGlkPSJub3VuXzE3MDgzNzFfY2MiPiAgICAgICA8ZyBpZD0iQ29sb3JzL0RhcmstR3JheSI+ICAgICAgICA8bWFzayB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLDYpIHRyYW5zbGF0ZSgxMDkwLDY4OSkgdHJhbnNsYXRlKDIxOSw1NTM5KSB0cmFuc2xhdGUoLTEzMDksLTYyMjgpICIgaWQ9Im1hc2stMiI+ICAgICAgICAgPHVzZSBpZD0ic3ZnXzEiIHhsaW5rOmhyZWY9IiNwYXRoLTEiLz4gICAgICAgIDwvbWFzaz4gICAgICAgIDx1c2UgeD0iMCIgeT0iNiIgeGxpbms6aHJlZj0iI3BhdGgtMSIgZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjNDhCQURGIiBpZD0iTWFzayIvPiAgICAgICAgPGcgZmlsbD0iIzQ4QkFERiIgbWFzaz0idXJsKCNtYXNrLTIpIiBpZD0iQ29sb3JzL0RhcmsiPiAgICAgICAgIDxyZWN0IGhlaWdodD0iMTQiIHdpZHRoPSIyNiIgeT0iNiIgeD0iMCIgaWQ9IlJlY3RhbmdsZSIvPiAgICAgICAgPC9nPiAgICAgICA8L2c+ICAgICAgPC9nPiAgICAgPC9nPiAgICA8L2c+ICAgPC9nPiAgPC9nPiA8L2c+PC9zdmc+); }
    .safety-datasheet__title {
      display: none; }
    .safety-datasheet__item {
      padding: 20px; } }

.link-bar h2 {
  font-size: 48px;
  font-weight: bold;
  margin: 16px 0 48px;
  color: #00162A;
  font-weight: 300;
  letter-spacing: -0.33px;
  line-height: 60px; }
  @media (min-width: 768px) {
    .link-bar h2 {
      font-size: 36px; } }
  @media (min-width: 992px) {
    .link-bar h2 {
      font-size: 48px; } }

.secondary-footer {
  color: #041629;
  text-align: center;
  margin: 32px 0; }
  .secondary-footer__heading {
    margin-bottom: 32px; }
    .secondary-footer__heading h2,
    .secondary-footer__heading p,
    .secondary-footer__heading img {
      margin: 8px auto; }
    .secondary-footer__heading h2 {
      font-size: 28px;
      line-height: 40px; }
    .secondary-footer__heading p {
      font-size: 18px;
      font-weight: 300;
      line-height: 28px; }
  .secondary-footer__body ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0; }
    .secondary-footer__body ul > li {
      font-weight: 600;
      padding: 4px 0; }
      .secondary-footer__body ul > li,
      .secondary-footer__body ul > li > a {
        font-size: 16px;
        line-height: 32px; }
      .secondary-footer__body ul > li > a {
        color: inherit;
        text-decoration: none; }
  @media (min-width: 992px) {
    .secondary-footer {
      color: #041629;
      text-align: left;
      margin: 64px 0; }
      .secondary-footer__wrapper {
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .secondary-footer__wrapper > .col:first-child {
          border-right: 2px solid #D3D3D3; }
      .secondary-footer__heading {
        padding-right: 64px;
        margin-bottom: auto; }
        .secondary-footer__heading h2,
        .secondary-footer__heading p,
        .secondary-footer__heading img {
          margin: 16px auto; }
        .secondary-footer__heading h2 {
          font-size: 32px;
          line-height: 44px; }
      .secondary-footer__body {
        padding-left: 64px; }
        .secondary-footer__body ul {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-flow: row wrap;
              -ms-flex-flow: row wrap;
                  flex-flow: row wrap; }
          .secondary-footer__body ul > li {
            width: 50%;
            padding: 8px 0; } }

.banner-imagem {
  display: block;
  width: 100%; }
  .banner-imagem > img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 100%; }

@media (min-width: 992px) {
  .menu-open-custom {
    overflow-x: hidden; }
    .menu-open-custom header {
      position: relative; } }

@media screen and (min-width: 1619px) {
  .menu-open-custom {
    margin: -20px; } }

.header__nav {
  display: none; }
  .header__nav * {
    font-family: "Open Sans"; }

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
  .header__nav.hb-open {
    position: absolute;
    width: 100%;
    max-width: 1600px;
    height: 100%;
    z-index: 999;
    top: 0;
    background-color: #003460;
    display: block;
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out; }
    .header__nav.hb-open .itens-menu-container {
      background-color: #003460;
      padding-bottom: 60px; }
  .header__nav .section-header {
    padding-top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 1200px) {
      .header__nav .section-header {
        box-shadow: none;
        position: relative; } }
    .header__nav .section-header .logo, .header__nav .section-header .language {
      width: 130px;
      margin: 0 auto;
      padding-left: 20px;
      padding-top: 6px; }
      .header__nav .section-header .logo path, .header__nav .section-header .language path {
        fill: #ffffff; }
    .header__nav .section-header .logo {
      display: none; }
      @media (min-width: 1200px) {
        .header__nav .section-header .logo {
          display: block; } }
    @media (min-width: 1200px) {
      .header__nav .section-header .language {
        display: none; } }
    .header__nav .section-header .language .language__selected {
      padding-top: 0;
      color: white; }
      .header__nav .section-header .language .language__selected g {
        stroke: white; }
    .header__nav .section-header .language ul {
      z-index: 10; }

.close-menu {
  width: 60px;
  text-align: left;
  color: white;
  margin-top: -11px; }
  .close-menu:after {
    content: "\00d7";
    font-size: 35px;
    cursor: pointer; }

@media (min-width: 1200px) {
  .itens-menu-container {
    margin-top: 60px; } }

.itens-menu-container * {
  color: white; }

.itens-menu-container a {
  text-decoration: none; }

.itens-menu-container .sub-ul a {
  font-size: 16px;
  color: #C9C9C9; }
  @media (min-width: 1200px) {
    .itens-menu-container .sub-ul a {
      font-size: 18px; } }

.itens-menu-container .item-menu {
  padding: 0px 30px 0px 30px; }
  .itens-menu-container .item-menu .__title {
    width: 238px; }
    .itens-menu-container .item-menu .__title .line-marker {
      display: none; }
    @media (min-width: 1200px) {
      .itens-menu-container .item-menu .__title {
        width: 100%; }
        .itens-menu-container .item-menu .__title .line-marker {
          display: block;
          width: 30%;
          border: none;
          border-bottom: 1px solid #3F5D78;
          margin-left: 0;
          margin-top: 0; }
          .itens-menu-container .item-menu .__title .line-marker.active {
            border-bottom: 1px solid #23ACD8; } }
    .itens-menu-container .item-menu .__title h3 {
      font-size: 18px;
      font-weight: normal;
      padding-bottom: 16px;
      width: 90%;
      display: inline-block;
      border-bottom: 2px solid #23ACD8;
      margin-bottom: 0;
      margin-top: 50px; }
      @media (min-width: 1200px) {
        .itens-menu-container .item-menu .__title h3 {
          text-transform: uppercase;
          font-weight: 600;
          line-height: 28px;
          margin-bottom: 10px;
          border-bottom: none; } }
    .itens-menu-container .item-menu .__title .arrow-r {
      width: 10%; }
      .itens-menu-container .item-menu .__title .arrow-r::after {
        content: '\279C'; }
  .itens-menu-container .item-menu ul, .itens-menu-container .item-menu li {
    margin-top: 22px; }
  .itens-menu-container .item-menu ul {
    padding-left: 0px; }
    .itens-menu-container .item-menu ul li {
      list-style: none;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600;
      border: none; }
      .itens-menu-container .item-menu ul li .sub-ul {
        padding-left: 36px; }
        @media (min-width: 992px) {
          .itens-menu-container .item-menu ul li .sub-ul {
            padding-left: 60px; } }
        .itens-menu-container .item-menu ul li .sub-ul li {
          text-transform: none;
          font-weight: 300;
          color: #A8B5BA;
          margin-left: 0px;
          position: relative; }
          .itens-menu-container .item-menu ul li .sub-ul li ~ li {
            margin-top: 15px; }
          .itens-menu-container .item-menu ul li .sub-ul li::before {
            content: ''; }
          @media (min-width: 1200px) {
            .itens-menu-container .item-menu ul li .sub-ul li.active::before {
              background-color: #23ACD8;
              border-radius: 50%;
              content: "";
              height: 6px;
              width: 6px;
              position: absolute;
              top: 10px;
              left: -20px; } }
      .itens-menu-container .item-menu ul li .accordion__item-title {
        padding: 0;
        font-size: 14px;
        display: inline-block;
        cursor: pointer; }
      .itens-menu-container .item-menu ul li .accordion__item-title {
        display: inline-block;
        font-weight: 600;
        padding: 0; }
        @media (min-width: 992px) {
          .itens-menu-container .item-menu ul li .accordion__item-title {
            line-height: 1; } }
        .itens-menu-container .item-menu ul li .accordion__item-title .accordion__icon {
          margin-right: 15px; }
          @media (min-width: 992px) {
            .itens-menu-container .item-menu ul li .accordion__item-title .accordion__icon {
              width: 18px;
              height: 18px; } }
          .itens-menu-container .item-menu ul li .accordion__item-title .accordion__icon--arrow-down:before {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg width='14px' height='14px' viewBox='0 0 14 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch --%3e%3ctitle%3eIcon_plus%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg id='Mobile' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='00----Menu-Mobile' transform='translate(-30.000000, -228.000000)' fill='%23D8D8D8'%3e%3cg id='Group-2' transform='translate(30.000000, 154.000000)'%3e%3cg id='Icon_plus' transform='translate(0.000000, 74.000000)'%3e%3crect id='Rectangle' x='7' y='0' width='1' height='14'%3e%3c/rect%3e%3crect id='Rectangle' x='0' y='7' width='14' height='1'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }
            @media (min-width: 1200px) {
              .itens-menu-container .item-menu ul li .accordion__item-title .accordion__icon--arrow-down:before {
                background-image: none; } }
          .itens-menu-container .item-menu ul li .accordion__item-title .accordion__icon--arrow-up:before {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg width='14px' height='1px' viewBox='0 0 14 1' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch --%3e%3ctitle%3eicon_minus%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg id='Mobile' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='00----Menu-Mobile' transform='translate(-30.000000, -289.000000)' fill='%23D8D8D8'%3e%3cg id='Group-2' transform='translate(30.000000, 154.000000)'%3e%3cg id='Group' transform='translate(0.000000, 135.000000)'%3e%3crect id='icon_minus' x='0' y='0' width='14' height='1'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }
            @media (min-width: 1200px) {
              .itens-menu-container .item-menu ul li .accordion__item-title .accordion__icon--arrow-up:before {
                background-image: none; } }
          .itens-menu-container .item-menu ul li .accordion__item-title .accordion__icon:before {
            width: 18px;
            height: 18px; }
            @media (min-width: 1200px) {
              .itens-menu-container .item-menu ul li .accordion__item-title .accordion__icon:before {
                width: 18px;
                height: 18px; } }
      .itens-menu-container .item-menu ul li.accordion__item--open .sub-ul {
        height: auto;
        opacity: 1; }
  .itens-menu-container .item-menu .sub-ul {
    margin-top: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .400s ease-in; }
    @media (min-width: 1200px) {
      .itens-menu-container .item-menu .sub-ul {
        height: auto;
        opacity: 1; } }

@media (min-width: 1200px) {
  .dn-xl {
    display: none; } }

.menu-search-container {
  display: none;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 120px; }
  @media (min-width: 1200px) {
    .menu-search-container {
      display: block; } }
  .menu-search-container input {
    width: 97.5%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    color: white;
    font-size: 28px;
    font-weight: 300;
    padding-right: 55px; }
    .menu-search-container input::-webkit-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: white;
      opacity: 1;
      /* Firefox */ }
    .menu-search-container input:-ms-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: white;
      opacity: 1;
      /* Firefox */ }
    .menu-search-container input::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: white;
      opacity: 1;
      /* Firefox */ }
    .menu-search-container input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: white; }
    .menu-search-container input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: white; }
    .menu-search-container input:focus {
      outline: none; }
  .menu-search-container button {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 45px;
    top: 5px;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s; }
    .menu-search-container button:hover {
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }
    .menu-search-container button.search svg {
      zoom: 1.6;
      -moz-transform: scale(1.6); }
    .menu-search-container button.search path {
      fill: #ffffff; }

.advanced-search {
  padding-top: 32px; }
  .advanced-search > .container > .row > .col-lg-3 {
    display: none; }
  .advanced-search__form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 6px;
    margin-bottom: 5px; }
    .advanced-search__form > input[type="text"],
    .advanced-search__form > button {
      font-family: "Open Sans";
      outline: none; }
    .advanced-search__form > input[type="text"] {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      width: 100%;
      font-size: 16px;
      font-weight: 300;
      letter-spacing: -0.25px;
      line-height: 30px;
      border: 0;
      padding: 0;
      margin: 0 6px 0 12px; }
      .advanced-search__form > input[type="text"]:placeholder {
        color: #B1AFA7; }
    .advanced-search__form > button {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      color: #00162A;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 2px;
      line-height: 18px;
      text-align: center;
      text-transform: uppercase;
      border: 2px solid #23ACD8;
      border-radius: 24px;
      padding: 4px 19px;
      margin: 0;
      margin-left: auto; }
    .advanced-search__form > span, .advanced-search__form > span:before {
      display: block;
      width: 24px;
      height: 24px; }
    .advanced-search__form > span:before {
      content: "";
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E %3Cg%3E %3Ctitle%3EIcon%3C/title%3E %3Cg stroke='null' fill='none' fill-rule='evenodd' id='svg_1'%3E %3Cg stroke='null' fill='%23B1AFA7' id='svg_2'%3E %3Cg stroke='null' id='svg_3'%3E %3Cg stroke='null' id='svg_4'%3E %3Cpath stroke='null' d='m6.84867,14.28415c0,-4.09973 3.33561,-7.43534 7.43534,-7.43534c4.09973,0 7.43534,3.33561 7.43534,7.43534c0,2.04758 -0.83161,3.90298 -2.17455,5.24935c-0.00229,0.00114 -0.00457,0.00229 -0.00686,0.00457c-0.00229,0.00114 -0.00229,0.00457 -0.00457,0.00686c-1.34637,1.34294 -3.20292,2.17455 -5.24935,2.17455c-4.09973,0 -7.43534,-3.33561 -7.43534,-7.43534l-0.00001,0.00001zm15.06286,6.01004c1.30862,-1.65522 2.09562,-3.74055 2.09562,-6.01004c0,-5.36145 -4.36168,-9.72314 -9.72314,-9.72314c-5.36145,0 -9.72314,4.36168 -9.72314,9.72314c0,5.36145 4.36168,9.72314 9.72314,9.72314c2.26835,0 4.35482,-0.787 6.01004,-2.09562l5.19216,5.19216c0.22306,0.22306 0.5159,0.33517 0.80874,0.33517c0.29284,0 0.58567,-0.11211 0.80874,-0.33517c0.44726,-0.44726 0.44726,-1.17021 0,-1.61747l-5.19216,-5.19216z' id='Mask'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E"); }
  .advanced-search__description {
    color: #00162A;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.17px;
    line-height: 36px;
    margin-bottom: 16px; }
  @media (min-width: 992px) {
    .advanced-search {
      padding-top: 0; }
      .advanced-search > .container > .row > .col-lg-3,
      .advanced-search > .container > .row > .col-lg-9 {
        padding-top: 64px; }
      .advanced-search > .container > .row > .col-lg-3 {
        display: block;
        padding-right: 32px;
        border-right: 1px solid #D8D8D8; }
      .advanced-search > .container > .row > .col-lg-9 {
        padding-left: 64px; }
      .advanced-search__form {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        border-bottom: 1px solid #D8D8D8;
        padding-bottom: 6px;
        margin-bottom: 10px; }
        .advanced-search__form > input[type="text"] {
          font-size: 24px;
          line-height: 44px;
          margin: 0 12px 0 24px; }
        .advanced-search__form > button {
          font-size: 13px;
          font-weight: 600;
          line-height: 18px;
          border-radius: 24px;
          padding: 8px 38px; }
        .advanced-search__form > span, .advanced-search__form > span:before {
          display: block;
          width: 32px;
          height: 32px; }
      .advanced-search__description {
        font-size: 16px;
        line-height: 44px;
        margin-bottom: 50px; } }

.advanced-search-result {
  margin-bottom: 16px; }
  .advanced-search-result__thumbnail {
    display: none; }
  .advanced-search-result__title {
    display: block;
    color: #00162A;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-decoration: none; }
    .advanced-search-result__title:hover {
      text-decoration: underline; }
  .advanced-search-result__description {
    color: #777777;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px; }
  @media (min-width: 992px) {
    .advanced-search-result {
      margin-bottom: 34px; }
      .advanced-search-result:after {
        content: "";
        clear: both;
        display: table; }
      .advanced-search-result__thumbnail {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        float: left;
        width: 128px;
        height: 128px;
        margin-right: 24px;
        background-color: #FAFAFA; }
      .advanced-search-result__title {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 4px; }
        .advanced-search-result__title:hover {
          text-decoration: underline; }
      .advanced-search-result__description {
        color: #777777;
        font-size: 16px;
        font-weight: 300;
        line-height: 26px; } }

.advanced-search-filter__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  margin-bottom: 24px; }

.advanced-search-filter__title {
  color: #00162A;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px; }

.advanced-search-filter__reset {
  color: #656A70;
  font-size: 16px;
  line-height: 16px;
  text-decoration: underline;
  margin-left: auto;
  cursor: pointer; }
  .advanced-search-filter__reset--disabled {
    opacity: .5;
    cursor: default; }

.advanced-search-filter__body > span:first-child {
  color: #00162A;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.17px;
  line-height: 44px; }

.paginator {
  color: #00162A;
  font-size: 16px;
  letter-spacing: -0.17px;
  line-height: 16px;
  text-align: center;
  border-top: 1px solid #D8D8D8;
  padding: 16px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .paginator__button {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 32px;
    cursor: pointer; }
    .paginator__button--control {
      padding: 0 calc(32px / 2); }
    .paginator__button--page {
      width: 32px; }
    .paginator__button--active {
      color: #23ACD8; }
    .paginator__button--disabled {
      opacity: .5;
      cursor: default; }
  @media (min-width: 992px) {
    .paginator {
      font-size: 16px;
      line-height: 16px;
      padding: 60px 0; }
      .paginator__button {
        height: 32px; }
        .paginator__button--control {
          padding: 0 calc(32px / 2); }
        .paginator__button--page {
          width: 32px; } }

.cbmm-text-image {
  padding-bottom: 60px;
  padding-top: 60px; }
  .cbmm-text-image * {
    font-family: "Open Sans", sans-serif; }
  .cbmm-text-image .text-image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-flex-flow: column-reverse nowrap;
        -ms-flex-flow: column-reverse nowrap;
            flex-flow: column-reverse nowrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 20rem;
    margin: 0 auto; }
    .cbmm-text-image .text-image h1 {
      font-size: 28px;
      font-weight: 300;
      line-height: 1.2;
      letter-spacing: 1px;
      margin-bottom: 29px;
      margin-top: 0; }
      @media (min-width: 992px) {
        .cbmm-text-image .text-image h1 {
          font-size: 48px; } }
    .cbmm-text-image .text-image p {
      font-size: 16px;
      line-height: 1.67;
      font-weight: 300; }
      @media (min-width: 992px) {
        .cbmm-text-image .text-image p {
          font-size: 18px; } }
    .cbmm-text-image .text-image__image, .cbmm-text-image .text-image__content {
      width: 100%; }
      @media (min-width: 992px) {
        .cbmm-text-image .text-image__image, .cbmm-text-image .text-image__content {
          width: 50%; } }
    .cbmm-text-image .text-image__content {
      padding: 1rem; }
      @media (min-width: 992px) {
        .cbmm-text-image .text-image__content {
          padding: 3rem; } }
    .cbmm-text-image .text-image--right {
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap; }
      @media (min-width: 992px) {
        .cbmm-text-image .text-image--right {
          -webkit-flex-flow: row-reverse nowrap;
              -ms-flex-flow: row-reverse nowrap;
                  flex-flow: row-reverse nowrap; } }
    .cbmm-text-image .text-image--left {
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap; }
      @media (min-width: 992px) {
        .cbmm-text-image .text-image--left {
          -webkit-flex-flow: wrap-reverse;
              -ms-flex-flow: wrap-reverse;
                  flex-flow: wrap-reverse; } }

.news-destaque {
  margin-top: 128px;
  padding-bottom: 20px;
  width: 100%; }
  .news-destaque a {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #00162A; }
    .news-destaque a h1 {
      margin: 0;
      margin-top: 50px;
      margin-bottom: 22px;
      font-size: 22px; }
      @media (min-width: 992px) {
        .news-destaque a h1 {
          font-size: 2em; } }
    .news-destaque a p {
      color: #141a1f;
      margin-bottom: 40px; }
  .news-destaque::after {
    content: " ";
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #d7d7d7; }

.news-listagem {
  width: 100%; }
  .news-listagem a {
    text-decoration: none; }
  .news-listagem h3, .news-listagem p {
    margin: 0;
    color: #00162A; }
  .news-listagem ul {
    padding: 0; }
    .news-listagem ul li {
      list-style: none;
      margin-right: 10px;
      margin-bottom: 40px; }
  .news-listagem .listagem-filter {
    margin-top: 30px; }
    .news-listagem .listagem-filter ul li {
      display: -ms-grid;
      display: grid;
      margin-bottom: 15px; }
      @media (min-width: 576px) {
        .news-listagem .listagem-filter ul li {
          display: inline-block;
          margin-bottom: 40px; } }
      .news-listagem .listagem-filter ul li.active a {
        background-color: #23ACD8;
        color: white; }
      .news-listagem .listagem-filter ul li:last-child {
        margin-right: 0;
        margin-bottom: 40px; }
  .news-listagem .listagem-result li {
    display: inline-block; }
    @media (min-width: 768px) {
      .news-listagem .listagem-result li {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    .news-listagem .listagem-result li .flex-group-container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .news-listagem .listagem-result li .col-flex-2 {
      min-width: 188px;
      margin-right: 40px; }
      .news-listagem .listagem-result li .col-flex-2 img {
        width: 100%; }
        @media (min-width: 768px) {
          .news-listagem .listagem-result li .col-flex-2 img {
            width: 188px; } }
    .news-listagem .listagem-result li .listagem-title {
      margin-bottom: 5px; }
      .news-listagem .listagem-result li .listagem-title h3 {
        font-size: 18px;
        display: inline-block;
        margin-right: 10px;
        line-height: 24px; }
      .news-listagem .listagem-result li .listagem-title span {
        font-size: 16px;
        line-height: 26px;
        color: #C9C9C9; }
    .news-listagem .listagem-result li .tag {
      font-size: 14px;
      letter-spacing: 1.17px; }
    .news-listagem .listagem-result li p {
      line-height: 28px;
      font-size: 18px;
      font-weight: 300; }
  .news-listagem::after {
    content: " ";
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #d7d7d7; }
  .news-listagem .paginator {
    border-top: none; }
    .news-listagem .paginator .navdesk {
      display: none; }
      @media (min-width: 992px) {
        .news-listagem .paginator .navdesk {
          display: inline-block; } }
    .news-listagem .paginator .navmobo {
      display: inline-block;
      color: #00162A; }
      @media (min-width: 992px) {
        .news-listagem .paginator .navmobo {
          display: none; } }
  .news-listagem .painel-fade-enter, .news-listagem .panel-fade-leave-active {
    opacity: 0; }
  .news-listagem .painel-fade-enter-active, .news-listagem .panel-fade-leave-active {
    transition: opacity 1s; }

.media-library {
  width: 100%; }
  @media (min-width: 992px) {
    .media-library {
      padding-left: 125px;
      padding-right: 125px; } }
  .media-library a {
    text-decoration: none; }
  .media-library h3, .media-library p {
    margin: 0;
    color: #00162A; }
  .media-library ul {
    padding: 0; }
    .media-library ul li {
      list-style: none;
      margin-right: 10px;
      margin-bottom: 15px; }
  .media-library .listagem-filter {
    margin-top: 30px; }
    .media-library .listagem-filter .filter-type {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-top: -4px; }
      .media-library .listagem-filter .filter-type h4 {
        margin: 0;
        margin-right: 20px;
        max-width: 200px;
        font-size: 14px;
        margin-top: 2px; }
      .media-library .listagem-filter .filter-type ul {
        margin: 0;
        max-width: 100%; }
        .media-library .listagem-filter .filter-type ul li {
          height: auto;
          margin-bottom: 0;
          margin-right: 20px;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex; }
          .media-library .listagem-filter .filter-type ul li a {
            font-size: 13px;
            color: #00162A;
            padding-bottom: 2px; }
            .media-library .listagem-filter .filter-type ul li a:hover {
              text-decoration: none; }
      .media-library .listagem-filter .filter-type .allFilter {
        font-size: 13px;
        margin-right: 20px;
        margin-top: 3px;
        cursor: pointer; }
        .media-library .listagem-filter .filter-type .allFilter.active_allFilter {
          border-bottom: 2px solid #23ACD8;
          font-weight: bold; }
    .media-library .listagem-filter ul li {
      padding-left: 5px;
      padding-right: 5px;
      display: -ms-grid;
      display: grid;
      margin-bottom: 15px; }
      @media (min-width: 576px) {
        .media-library .listagem-filter ul li {
          display: inline-block; } }
      .media-library .listagem-filter ul li.active_media_category a {
        background-color: #23ACD8;
        color: white; }
      .media-library .listagem-filter ul li.active_type {
        border-bottom: 2px solid #23ACD8;
        font-weight: bold; }
      .media-library .listagem-filter ul li:last-child {
        margin-right: 0; }
  .media-library .listagem-result ul {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .media-library .listagem-result ul li {
      width: 100%;
      margin-bottom: 40px;
      margin-right: 20px; }
      @media (min-width: 576px) {
        .media-library .listagem-result ul li {
          max-width: 252px; } }
      .media-library .listagem-result ul li:last-child {
        margin-right: 0; }
      .media-library .listagem-result ul li .media-library-img a {
        display: block; }
        .media-library .listagem-result ul li .media-library-img a img {
          width: 100%;
          height: 144px; }
      .media-library .listagem-result ul li .media-library-description h2 {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 18px; }
      .media-library .listagem-result ul li .media-library-description p {
        height: 85px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        font-size: 14px; }
      .media-library .listagem-result ul li .flex-group-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
      .media-library .listagem-result ul li .col-flex-2 {
        min-width: 188px;
        margin-right: 40px; }
        .media-library .listagem-result ul li .col-flex-2 img {
          width: 188px; }
          @media (min-width: 768px) {
            .media-library .listagem-result ul li .col-flex-2 img {
              width: 100%; } }
      .media-library .listagem-result ul li .listagem-title {
        margin-bottom: 5px; }
        .media-library .listagem-result ul li .listagem-title h3 {
          font-size: 18px;
          display: inline-block;
          margin-right: 10px;
          line-height: 24px; }
        .media-library .listagem-result ul li .listagem-title span {
          font-size: 16px;
          line-height: 26px;
          color: #C9C9C9; }
      .media-library .listagem-result ul li .tag {
        font-size: 14px;
        letter-spacing: 1.17px; }
      .media-library .listagem-result ul li p {
        line-height: 28px;
        font-size: 18px;
        font-weight: 300; }
  .media-library::after {
    content: " ";
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #d7d7d7; }

.news {
  background: transparent none no-repeat scroll center center;
  background-size: cover;
  position: relative; }
  .news:beforex {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 0;
    left: 0; }
  .news .news__content {
    margin: 0;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
    position: relative; }
    .news .news__content:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4); }
    .news .news__content a, .news .news__content h2, .news .news__content p, .news .news__content .button, .news .news__content .tag {
      color: #fff;
      text-decoration: none;
      position: relative; }
  .news__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 32px 0;
    min-height: 280px;
    height: 320px;
    max-height: 60vh;
    text-align: center;
    padding: 32px 48px;
    background: #00162A; }
    @media (min-width: 992px) {
      .news__content {
        padding: 20px 64px 55px;
        margin: 32px 0 0 0;
        background-size: cover; } }
    .news__content h2 {
      color: #00162A;
      font-family: "Open Sans", sans-serif;
      font-size: 22px;
      font-weight: 100;
      letter-spacing: -0.7px;
      margin: 8px 0 8px;
      max-width: 1024px;
      letter-spacing: 0.4px; }
      @media (min-width: 576px) {
        .news__content h2 {
          font-size: 28px; } }
    .news__content p {
      color: #00162A;
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      line-height: 28px;
      margin: 0 0 48px;
      max-width: 50%;
      text-align: center;
      max-width: 83.3333%; }
      @media (min-width: 992px) {
        .news__content p {
          max-width: 50%; } }
  .news__actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .news__actions .button {
      margin-bottom: 16px; }
    @media (min-width: 992px) {
      .news__actions {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; }
        .news__actions .button {
          margin-bottom: 0; } }
  .news__items {
    position: relative;
    z-index: 2;
    max-width: 1103px; }
    .news__items > .row > .col {
      padding-right: 0;
      padding-left: 0;
      margin: 15px 0; }
      @media (min-width: 576px) {
        .news__items > .row > .col {
          padding-right: 15px;
          padding-left: 15px; } }
      @media (min-width: 992px) {
        .news__items > .row > .col {
          margin-bottom: 0; } }
  .news__item {
    position: relative;
    display: block;
    background: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    height: 100%;
    overflow: hidden; }
    .news__item:hover {
      box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2); }
    .news__item .news__image, .news__item .news__image img {
      display: block;
      width: 100%;
      height: 160px;
      background: transparent none no-repeat scroll center center;
      background-size: cover; }
    .news__item .news__info {
      padding: 15px; }
    .news__item .news__title {
      font-size: 16px;
      line-height: 30px;
      margin-top: 10px; }
      @media (min-width: 992px) {
        .news__item .news__title {
          font-size: 20px; } }
    .news__item .news__date {
      color: #777777;
      font-size: 12px;
      text-transform: uppercase;
      margin-top: 10px; }
  @media (max-width: 767.98px) {
    .news .news__image, .news .news__image img {
      height: 200px; }
    .news__info {
      position: absolute;
      z-index: 9999;
      bottom: 0;
      left: 0;
      color: white; }
    .news__item::after {
      content: "";
      position: absolute;
      background: black;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.896796) 0%, rgba(0, 0, 0, 0.476628) 42%, rgba(255, 255, 255, 0) 100%);
      z-index: 1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .news__item .news__tag .tag,
    .news__item .news__title,
    .news__item .news__date {
      color: white; } }
  .newscenter .news-filter {
    margin-top: 16px;
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .newscenter .news-filter {
        margin-right: 30px; } }
    .newscenter .news-filter h4 {
      margin: 0 5px; }
    .newscenter .news-filter ul, .newscenter .news-filter li {
      margin: 0;
      padding: 0;
      list-style: none; }
    .newscenter .news-filter ul {
      background: #ffffff;
      box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
      border-radius: 4px;
      overflow: hidden;
      padding: 10px 0; }
    .newscenter .news-filter li {
      color: #777777;
      border-bottom: 0;
      min-width: 220px;
      padding: 10px 15px; }
      .newscenter .news-filter li.active {
        background: #23ACD8;
        color: #ffffff; }
      .newscenter .news-filter li.type, .newscenter .news-filter li.cat {
        cursor: pointer; }
      .newscenter .news-filter li.type:hover, .newscenter .news-filter li.cat:hover {
        background: #0e3560;
        color: #ffffff; }
  .newscenter .news-actions {
    padding: 0 16px; }
  @media (min-width: 992px) {
    .newscenter .news-items {
      padding-left: 0;
      padding-right: 0; } }
  .newscenter .news-items a.row {
    text-decoration: none;
    transition: all 0.4s ease;
    border-radius: 4px;
    overflow: hidden;
    margin: -10px -10px 32px;
    padding: 10px; }
    .newscenter .news-items a.row:hover {
      background: #ffffff; }
  .newscenter .news-items .news-item {
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .newscenter .news-items .news-item {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .newscenter .news-items .news-item__photo img {
      display: block; }
      @media (min-width: 992px) {
        .newscenter .news-items .news-item__photo img {
          width: 240px !important; } }
    @media (min-width: 992px) {
      .newscenter .news-items .news-item__photo {
        margin-right: 30px;
        margin-bottom: 0; } }
    .newscenter .news-items .news-item h2 {
      font-size: 20px;
      line-height: 30px;
      font-weight: 500; }
    .newscenter .news-items .news-item__info p {
      font-size: 16px !important;
      font-weight: 300 !important;
      line-height: 26px !important; }

.featured-news {
  background: #00162A;
  margin: 0 -15px; }
  @media (min-width: 992px) {
    .featured-news {
      margin: -15px; } }
  .featured-news .swiper-button-next,
  .featured-news .swiper-button-prev {
    background: transparent none; }
  @media (min-width: 992px) {
    .featured-news__container + .news__items {
      margin-top: -95px; } }
  .featured-news p {
    margin: 0 0 8px;
    display: none; }
    @media (min-width: 992px) {
      .featured-news p {
        display: block; } }
  .featured-news .button {
    border-radius: 30px;
    border: 2px #fff solid;
    background: transparent; }
  .featured-news__container {
    margin-bottom: 15px; }

.news-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 15px;
  padding-right: 15px; }
  .rss .news-item {
    margin-bottom: 0; }
    .rss .news-item a:hover {
      opacity: 0.75; }
  .news-item .news-item__photo {
    padding: 0;
    margin-bottom: 16px;
    overflow: hidden; }
    .news-item .news-item__photo img {
      border-radius: 4px;
      width: 100%; }
  .news-item .news-item__info h2 {
    color: #00162A;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 28px;
    margin: 5px 0; }
    .news-item .news-item__info h2 a {
      color: #00162A;
      text-decoration: none; }
  .news-item .news-item__info p {
    color: #B1AFA7;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin: 0; }
  .news-item .news-item__info .tag {
    border-color: #23ACD8;
    min-width: 120px; }
  .news-item__date {
    color: #777777;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    margin-top: 10px; }

.carousel-birthdays-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80vw;
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .carousel-birthdays-item {
      width: 33.3333%; } }
  .carousel-birthdays-item__date {
    margin-right: 0; }
  .carousel-birthdays-item__day {
    font-size: 22px;
    height: 36px;
    color: #fff;
    font-weight: bold;
    display: block;
    line-height: 30px;
    text-align: center;
    width: 100%; }
    @media (min-width: 992px) {
      .carousel-birthdays-item__day {
        font-size: 32px; } }
    .carousel-birthdays-item__day img {
      width: 37px;
      height: 34px;
      display: block;
      margin: 0 auto; }
  .carousel-birthdays-item__month {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center; }
  .carousel-birthdays-item__profile {
    display: table; }
  .carousel-birthdays-item__secondary {
    font-size: 14px;
    opacity: 0.75; }
  .carousel-birthdays-item__photo {
    margin-right: 20px; }
    .carousel-birthdays-item__photo > img {
      border-radius: 100%;
      width: 40px;
      height: 40px;
      margin: 5px auto 0 auto;
      display: block; }
      @media (min-width: 992px) {
        .carousel-birthdays-item__photo > img {
          width: 56px;
          height: 56px; } }
  .carousel-birthdays-item__info {
    margin-right: 30px;
    display: table-cell;
    vertical-align: middle; }
    .carousel-birthdays-item__info, .carousel-birthdays-item__info a {
      color: #fff;
      text-decoration: none;
      font-size: 15px; }
    .carousel-birthdays-item__info a:hover {
      opacity: 0.8; }

.carousel-wall-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
  position: relative;
  width: 100%; }
  @media (min-width: 576px) {
    .carousel-wall-item {
      max-width: calc(100% - 128px); } }
  .carousel-wall-item__date {
    margin-right: 20px; }
  .carousel-wall-item__day {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    display: block;
    line-height: 30px;
    text-align: center; }
  .carousel-wall-item__month {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center; }
  .carousel-wall-item__profile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-top: 40px;
    margin-left: 0px;
    margin-right: 0px;
    min-height: 60px; }
    .carousel-wall-item__profile:hover {
      opacity: 0.8; }
  .carousel-wall-item__photo {
    margin-right: 20px; }
    .carousel-wall-item__photo img {
      width: 56px;
      height: 56px;
      border-radius: 100%; }
  .carousel-wall-item__text {
    min-height: 150px;
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    max-height: 200px;
    padding-right: 2px;
    margin-bottom: 20px; }
  .home-2column__col .carousel-wall-item__text {
    height: 190px;
    font-size: 16px; }
    @media (min-width: 576px) {
      .home-2column__col .carousel-wall-item__text {
        height: 150px;
        font-size: 18px; } }
  .carousel-wall-item__quote {
    background: #23ACD8;
    color: #fff;
    position: relative;
    border-radius: 5px; }
    .carousel-wall-item__quote a.like-container {
      background-color: transparent;
      min-width: auto;
      margin-top: 0;
      padding: 0;
      font-size: 1.5em;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      margin-right: auto; }
      @media (min-width: 576px) {
        .carousel-wall-item__quote a.like-container {
          margin-right: 0; } }
    .carousel-wall-item__quote a.like-container:hover {
      background-color: transparent; }
    .carousel-wall-item__quote a.like-container > span {
      display: none; }
    .carousel-wall-item__quote .like-container .fa {
      margin: 0; }
    .carousel-wall-item__quote .like-status {
      margin-left: auto;
      margin-right: 15px; }
    .carousel-wall-item__quote svg:first-of-type {
      margin-right: 3px; }
    .carousel-wall-item__quote svg:last-of-type {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      margin-left: 3px; }
    @media (min-width: 576px) {
      .carousel-wall-item__quote {
        padding: 15px; } }
    .carousel-wall-item__quote:after {
      content: "";
      border: 12px #23ACD8 solid;
      border-bottom-color: transparent;
      border-right-color: transparent;
      position: absolute;
      left: 35px;
      bottom: -24px;
      display: block;
      width: 1px;
      height: 1px; }
    .carousel-wall-item__quote > p {
      font-size: 16px;
      white-space: pre-wrap; }
    .carousel-wall-item__quote > svg {
      top: 32px;
      left: 32px; }

.carousel-peopleevents-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 48px;
  position: relative; }
  .carousel-peopleevents-item__date {
    margin-right: 20px; }
  .carousel-peopleevents-item__day {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    display: block;
    line-height: 30px;
    text-align: center; }
  .carousel-peopleevents-item__month {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center; }
  .carousel-peopleevents-item__profile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    min-height: 60px;
    margin: 30px 0; }
    .carousel-peopleevents-item__profile:hover {
      opacity: 0.8; }
  .carousel-peopleevents-item__photo {
    margin-right: 20px; }
    .carousel-peopleevents-item__photo img {
      width: 56px;
      height: 56px;
      border-radius: 100%; }
  .carousel-peopleevents-item__quote {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #23ACD8;
    padding: 22px;
    color: #fff;
    position: relative;
    width: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    min-height: 315px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto; }
    .home2-column .carousel-peopleevents-item__quote {
      max-width: calc(100% - 128px); }
    .carousel-peopleevents-item__quote > p {
      max-height: 112px;
      font-size: 16px;
      white-space: pre-wrap;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      margin: 0;
      margin-bottom: 15px;
      width: 100%;
      min-height: 86px; }
    .carousel-peopleevents-item__quote > svg {
      top: 32px;
      left: 32px; }
    .swiper-slide-active .carousel-peopleevents-item__quote {
      padding: 15px; }

.latestwall.widget {
  margin-left: auto;
  margin-right: auto; }

.widget {
  background: #fff;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  height: 100%; }
  @media (min-width: 768px) {
    :not(.content) > .widget {
      max-width: calc(100% - 5px); }
    .widget .line {
      margin: 15px auto; }
    .widget .col .line {
      margin-bottom: 0; } }
  .widget h2 {
    color: #23ACD8;
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0; }
  .widget.yammer {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .widget.yammer .yammer__container {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      min-height: 400px; }
      .article .widget.yammer .yammer__container {
        min-height: 320px; }
  .widget > .row:first-child > .col {
    padding-top: 0; }
  .col .widget > .row:last-child > .col {
    padding-bottom: 0; }
  .widget > .row:last-child > .col {
    padding-bottom: 15px; }

.poll h3 {
  color: #00162A;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px; }

.poll__item {
  line-height: 32px; }

.poll__results .poll__item {
  line-height: 24px;
  position: relative; }

.poll__result {
  margin-bottom: 10px;
  line-height: 24px;
  position: relative;
  z-index: 2; }

.poll__votes {
  font-size: 12px;
  text-align: right;
  display: block;
  background: rgba(35, 172, 216, 0.7);
  color: #fff;
  padding-right: 5px; }

.poll__bar {
  display: inline-block;
  height: 24px;
  background: #00162a;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0; }

.article {
  max-width: 878px;
  padding-top: 16px;
  padding-bottom: 16px; }
  @media (min-width: 768px) {
    .article {
      padding-top: 64px;
      padding-bottom: 64px; } }
  .article h1 {
    color: #00162A;
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
    margin: 16px 0; }
  .article h2 {
    color: #B1AFA7;
    font-family: "Open Sans";
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -1px; }
  .article h3 {
    color: #003460;
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 300;
    line-height: 38px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .article__date {
    color: #777777;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    margin-top: 10px; }
  .article__content {
    margin-top: 64px; }
  .article p {
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 32px;
    font-weight: 400; }

.article img, .richtext img {
  max-width: 100%;
  height: auto !important; }

.pesquisa {
  background-color: white;
  padding: 30px;
  margin: 0 auto;
  border-radius: 4px;
  box-shadow: 0px 0px 5px 0px #f4f7f9; }
  .pesquisa * {
    font-family: "Open Sans";
    font-weight: normal; }
  .pesquisa strong {
    font-weight: 600; }
  .pesquisa .poll-sucess {
    text-align: center; }
    .pesquisa .poll-sucess img {
      width: 36px;
      height: 33px; }
  .pesquisa .poll-true strong, .pesquisa .poll-sucess strong {
    color: #39B54A;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    display: inline-block; }
  .pesquisa .poll-true span, .pesquisa .poll-sucess span {
    font-size: 16px;
    line-height: 21px; }
  .pesquisa .page-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 25px;
    margin-bottom: 25px; }
    .pesquisa .page-title h1 {
      margin: 0;
      color: #3faad5;
      font-weight: normal;
      font-size: 1.8rem;
      display: inline-block; }
    .pesquisa .page-title img {
      width: 32px;
      height: 32px; }
  .pesquisa .contact-form-header {
    background-color: #F6F6F6;
    padding: 15px;
    position: relative; }
    .pesquisa .contact-form-header h2 {
      font-size: 1.5rem;
      margin: 0; }
  .pesquisa .fa-header-poll {
    font-size: 50px;
    color: #F6F6F6;
    margin-top: -32px;
    display: inherit;
    margin-left: 20px;
    margin-bottom: 10px; }
  .pesquisa .contact-form-footer {
    margin: -10px 0;
    padding: 24px 17px 24px 17px;
    background-color: #F6F6F6; }
    .pesquisa .contact-form-footer .post-error {
      margin-top: 7px;
      color: #df5566; }
  .pesquisa label em {
    color: #df5566; }
  .pesquisa .radio--group {
    margin-top: 10px;
    margin-bottom: 15px; }
  .pesquisa .container-poll {
    margin-top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .pesquisa .container-poll .anonymous-poll {
      font-size: 14px; }
      .pesquisa .container-poll .anonymous-poll .lbl-anonimato {
        text-transform: uppercase;
        color: #39B54A;
        font-weight: bold;
        width: 100%;
        display: inline-block; }
    .pesquisa .container-poll img {
      width: 36px;
      height: 36px !important;
      margin-right: 8px; }
  .pesquisa .lin-space {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 15px; }
  .pesquisa .input-group {
    position: relative;
    margin-bottom: 15px;
    display: block;
    line-height: normal; }
    .pesquisa .input-group--label {
      position: relative; }
      .pesquisa .input-group--label .input-group--checkbox {
        position: absolute;
        top: 0;
        width: auto;
        right: 0; }
        .pesquisa .input-group--label .input-group--checkbox span {
          position: relative; }
    .pesquisa .input-group input,
    .pesquisa .input-group textarea,
    .pesquisa .input-group label,
    .pesquisa .input-group span {
      display: block;
      width: 100%;
      position: relative;
      margin-bottom: 6px;
      outline: none;
      font-size: rem(14); }
      .pesquisa .input-group input.prefield,
      .pesquisa .input-group textarea.prefield,
      .pesquisa .input-group label.prefield,
      .pesquisa .input-group span.prefield {
        width: auto;
        margin-right: 10px; }
      .pesquisa .input-group input[disabled],
      .pesquisa .input-group textarea[disabled],
      .pesquisa .input-group label[disabled],
      .pesquisa .input-group span[disabled] {
        background-color: #eeeeee; }
    .pesquisa .input-group label {
      margin-bottom: 6px; }
    .pesquisa .input-group input, .pesquisa .input-group textarea {
      border-radius: 5px;
      border: 1px solid #9da9b9;
      padding: 8px 12px;
      display: block;
      color: #5d6d7b;
      min-height: 40px; }
      .pesquisa .input-group input::-ms-reveal, .pesquisa .input-group textarea::-ms-reveal {
        display: none; }
      .pesquisa .input-group input:focus, .pesquisa .input-group textarea:focus {
        border-color: #3faad5;
        border-width: 2px; }
      .pesquisa .input-group input.error, .pesquisa .input-group textarea.error {
        border-color: #df5566;
        padding-right: 40px; }
    .pesquisa .input-group textarea {
      width: 100%;
      height: 100px; }
    .pesquisa .input-group .placehholder-error, .pesquisa .input-group .placehholder-icon {
      display: none;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 38px;
      right: 10px;
      margin: 0;
      padding: 0;
      content: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0{fill:%23E24141;}%3C/style%3E%3Cpath class='st0' d='M25,3.8C13.3,3.8,3.8,13.3,3.8,25S13.3,46.2,25,46.2S46.2,36.7,46.2,25S36.7,3.8,25,3.8z M27.7,37.3 c-0.4,0.7-1,1.2-1.8,1.5c0,0,0,0,0,0c-1.6,0.5-3.3-0.4-3.8-2c-0.2-0.8-0.2-1.6,0.2-2.3c0.4-0.7,1-1.2,1.8-1.5c0,0,0,0,0,0 c1.6-0.5,3.3,0.4,3.8,2C28.1,35.8,28.1,36.6,27.7,37.3z M26.8,31.3c0,0.2-0.2,0.3-0.4,0.3h-2.9c-0.2,0-0.4-0.2-0.4-0.3L22,12.6 c0-0.2,0.2-0.3,0.4-0.3h5.3c0.2,0,0.4,0.2,0.4,0.3L26.8,31.3z'/%3E%3C/svg%3E"); }
    .pesquisa .input-group .placehholder-success, .pesquisa .input-group .placehholder-icon {
      display: none;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 33px;
      right: 10px;
      margin: 0;
      padding: 0; }
      .pesquisa .input-group .placehholder-success.show, .pesquisa .input-group .placehholder-icon.show {
        display: inline-block;
        color: #9eb356; }
        .pesquisa .input-group .placehholder-success.show .errornumber, .pesquisa .input-group .placehholder-icon.show .errornumber {
          display: none; }
    .pesquisa .input-group .input-group-elements {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .pesquisa .input-group .placehholder-icon {
      content: ''; }
    .pesquisa .input-group .visibility {
      font-size: rem(13);
      color: #5d6d7b; }
      .pesquisa .input-group .visibility input[type="checkbox"] {
        display: none; }
      .pesquisa .input-group .visibility:after {
        display: block;
        content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%235D6D7B;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M46.7,24.1C46.3,23.6,37,11,25,11S3.7,23.6,3.3,24.1s-0.4,1.2,0,1.7C3.7,26.4,13,39,25,39 s21.3-12.6,21.7-13.2C47.1,25.3,47.1,24.7,46.7,24.1z M25,36.1c-8.8,0-16.4-8.4-18.7-11.1c2.3-2.7,9.9-11.1,18.7-11.1 S41.4,22.3,43.7,25C41.4,27.7,33.8,36.1,25,36.1z'/%3E%3C/g%3E%3C/g%3E%3Crect x='4' y='23' transform='matrix(0.775 -0.632 0.632 0.775 -9.641 21.8565)' class='st0' width='43.7' height='3'/%3E%3Cpath class='st0' d='M19.2,25c0-3.2,2.6-5.8,5.8-5.8c1.8,0,3.5,0.9,4.5,2.2l2.2-1.8c-1.6-2-4-3.3-6.8-3.3c-4.8,0-8.7,3.9-8.7,8.7 c0,2.1,0.8,4.1,2,5.6l2.2-1.8C19.7,27.7,19.2,26.4,19.2,25z'/%3E%3C/svg%3E");
        margin-left: 5px;
        width: 15px;
        height: 15px; }
      .pesquisa .input-group .visibility.visible:after {
        content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%235D6D7B;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M46.7,24.1C46.3,23.6,37,11,25,11S3.7,23.6,3.3,24.1c-0.4,0.5-0.4,1.2,0,1.7C3.7,26.4,13,39,25,39 s21.3-12.6,21.7-13.2C47.1,25.3,47.1,24.7,46.7,24.1z M25,36.1c-8.8,0-16.4-8.4-18.7-11.1c2.3-2.7,9.9-11.1,18.7-11.1 c8.8,0,16.4,8.4,18.7,11.1C41.4,27.7,33.8,36.1,25,36.1z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M25,16.3c-4.8,0-8.7,3.9-8.7,8.7s3.9,8.7,8.7,8.7s8.7-3.9,8.7-8.7S29.8,16.3,25,16.3z M25,30.8 c-3.2,0-5.8-2.6-5.8-5.8s2.6-5.8,5.8-5.8c3.2,0,5.8,2.6,5.8,5.8S28.2,30.8,25,30.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .pesquisa .input-group label > span {
      position: absolute;
      right: 0;
      top: 0;
      width: auto;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0; }
      .pesquisa .input-group label > span .form-element {
        position: relative;
        top: 7px;
        right: -10px; }
      .pesquisa .input-group label > span:hover {
        cursor: pointer;
        color: #3faad5; }
  .pesquisa span.error {
    color: #df5566;
    font-size: rem(13);
    display: none;
    text-align: left; }
    .pesquisa span.error.show {
      display: block; }
  .pesquisa .error-message {
    color: #df5566;
    font-size: rem(13);
    display: none;
    text-align: left;
    background-color: #fbeeef;
    padding: 10px;
    border-radius: 5px; }
    .pesquisa .error-message.show {
      display: block; }
  .pesquisa .icon .checkbox-wrapper label {
    padding-left: 0;
    display: none; }
  .pesquisa .form-checkbox.label {
    color: #4a4a4a;
    text-align: left;
    padding-top: 0;
    white-space: normal; }
  .pesquisa .checkbox-wrapper {
    padding: 20px;
    padding-left: 0;
    border-radius: 5px;
    line-height: 24px; }
    .pesquisa .checkbox-wrapper .form-element .checkbox-wrapper {
      border: none;
      padding: 0; }
    .pesquisa .checkbox-wrapper .form-checkbox {
      display: block;
      position: relative;
      padding-left: 25px;
      margin-bottom: 0;
      cursor: pointer;
      font-size: rem(16);
      line-height: rem(24);
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .pesquisa .checkbox-wrapper .form-checkbox i {
        display: none; }
      .pesquisa .checkbox-wrapper .form-checkbox .label, .pesquisa .checkbox-wrapper .form-checkbox label {
        text-align: left;
        color: #3c3c3c; }
      .pesquisa .checkbox-wrapper .form-checkbox .input-label a {
        color: #3faad5; }
      .pesquisa .checkbox-wrapper .form-checkbox.disabled .input-label {
        color: #9da9b9; }
      .pesquisa .checkbox-wrapper .form-checkbox.disabled .checkmark {
        background-color: #eeeeee; }
      .pesquisa .checkbox-wrapper .form-checkbox:hover:not(.disabled) .label {
        color: #3faad5; }
      .pesquisa .checkbox-wrapper .form-checkbox:hover:not(.disabled) .checkmark {
        border-color: #3faad5;
        border-width: 2px; }
      .pesquisa .checkbox-wrapper .form-checkbox input {
        position: absolute;
        cursor: pointer;
        width: 15px;
        height: 15px;
        color: transparent;
        border: none;
        left: 0;
        top: 5px;
        -webkit-appearance: button;
           -moz-appearance: button;
                appearance: button; }
        .pesquisa .checkbox-wrapper .form-checkbox input[type="radio"], .pesquisa .checkbox-wrapper .form-checkbox input[type="checkbox"] {
          margin-top: 0;
          top: 0;
          opacity: 0; }
        .pesquisa .checkbox-wrapper .form-checkbox input:checked ~ .checkmark {
          background-color: #2875d4 !important;
          cursor: pointer;
          border: none; }
          .pesquisa .checkbox-wrapper .form-checkbox input:checked ~ .checkmark:after {
            display: block; }
        .pesquisa .checkbox-wrapper .form-checkbox input:checked:hover ~ .checkmark:after {
          top: 3px;
          left: 6px; }
        .pesquisa .checkbox-wrapper .form-checkbox input:disabledtext ~ .checkmark {
          cursor: auto;
          border-color: #9da9b9;
          border-width: 1px;
          background-color: black;
          opacity: 0.2; }
          .pesquisa .checkbox-wrapper .form-checkbox input:disabledtext ~ .checkmark:hover {
            color: #9da9b9; }
        .pesquisa .checkbox-wrapper .form-checkbox input:disabledtext ~ .label {
          color: #9da9b9; }
      .pesquisa .checkbox-wrapper .form-checkbox .checkmark {
        position: absolute;
        top: 2px;
        left: 0;
        height: 17px;
        width: 17px;
        background-color: white;
        border: 2px solid #727272;
        border-radius: 2px; }
        .pesquisa .checkbox-wrapper .form-checkbox .checkmark:after {
          content: '';
          position: absolute;
          display: none;
          left: 6px;
          top: 3px;
          width: 5px;
          height: 8px;
          border: solid white;
          border-width: 0 2px 2px 0;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
      .pesquisa .checkbox-wrapper .form-checkbox:hover input:not([disabled]) ~ .checkmark {
        background-color: white;
        cursor: auto; }
  .pesquisa input::-ms-clear {
    display: none; }
  .pesquisa html[lang=en] .input-number .placehholder-icon {
    left: 10px;
    right: auto; }

.radio-component input {
  opacity: 0;
  position: absolute; }
  .radio-component input + .input-box {
    display: inline-block;
    border: 2px solid #727272;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 1.2em;
    height: 1.2em;
    background: #fff;
    overflow: hidden;
    vertical-align: -5%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-bottom: 10px; }
    .radio-component input + .input-box .input-box-circle {
      display: block;
      margin: 50%;
      width: 0%;
      height: 0%;
      background: #2875d4;
      border-radius: 50%;
      opacity: 0;
      transition: width 0.15s ease-in, height 0.15s ease-in, margin 0.15s ease-in; }
  .radio-component input:checked + .input-box .input-box-circle {
    opacity: 1;
    margin: 14%;
    width: 70%;
    height: 70%; }
  .radio-component input:disabled {
    opacity: 0.7; }

.radio-component .label {
  color: #4a4a4a;
  font-size: rem(14); }

.radio-component label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .radio-component label .label {
    margin-left: 5px; }

.scroll-to-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem;
  border-radius: 50%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 998;
  background-color: #0e3560;
  border: 2px solid #23ACD8;
  color: #FFF;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s linear, opacity 0.2s linear; }
  .scroll-to-top::after {
    content: "";
    background: url(/assets/intranet/Images/up-arrow.svg) no-repeat center center;
    width: 22px;
    height: 22px;
    background-size: contain; }
  .scroll-to-top.aLeft {
    left: 20px !important; }
  .scroll-to-top__active {
    visibility: visible;
    opacity: 1;
    cursor: pointer;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  @media (min-width: 1200px) {
    .scroll-to-top {
      display: none; } }

header {
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 10; }
  @media (min-width: 992px) {
    header {
      position: fixed;
      background-color: #fff;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02);
      top: 0;
      z-index: 99; }
      .topnav-open header .phone-search, .topnav-open header .topnav-menu,
      .phone-open header .phone-search,
      .phone-open header .topnav-menu {
        max-height: calc(100vh - 60px);
        overflow-y: auto;
        overflow-x: hidden; } }
  header.scroll {
    position: relative;
    margin-top: -74px; }

.header {
  max-width: 1103px; }
  .header > .row {
    height: 60px; }
  .header--home {
    background-color: #fff;
    border-bottom: 1px #e6e6e6 solid; }
  .header > .row {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 1200px) {
      .header > .row {
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .header > .row > .col {
    padding: 0 15px; }

#scPageExtendersForm ~ header {
  position: static; }

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  font-weight: 300; }
  .footer .footer-copyright {
    color: #B1AFA7;
    font-size: 14px;
    line-height: 24px;
    text-align: center; }

.home, .partner, .innovate {
  min-height: 100vh;
  background: transparent none no-repeat scroll center top;
  background-size: 150vw;
  min-height: 100vh; }
  @media (min-width: 576px) {
    .home, .partner, .innovate {
      background-size: 125vw; } }
  @media (min-width: 992px) {
    .home, .partner, .innovate {
      background-size: contain; } }
  .home-3column, .partner-3column, .innovate-3column {
    max-width: 1103px; }
    .home-3column__col, .partner-3column__col, .innovate-3column__col {
      margin: 15px 0; }
      @media (min-width: 992px) {
        .home-3column__col, .partner-3column__col, .innovate-3column__col {
          margin: 0; } }
  .home__hero, .partner__hero, .innovate__hero {
    margin: 28vw 0 12vw;
    text-align: center;
    color: #00162A;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px; }
    @media (min-width: 1200px) {
      .home__hero, .partner__hero, .innovate__hero {
        margin: 340px 0 106px; } }
    .home__hero .heading, .partner__hero .heading, .innovate__hero .heading {
      padding: 0; }
    .home__hero h2, .partner__hero h2, .innovate__hero h2 {
      font-size: 64px;
      font-weight: 300;
      letter-spacing: -0.94px;
      line-height: 74px;
      text-align: center;
      margin: 0 0 16px; }
    .home__hero p, .partner__hero p, .innovate__hero p {
      margin: 0; }
    .home__hero .button, .partner__hero .button, .innovate__hero .button {
      margin-top: 48px; }

.home-2column {
  max-width: 1103px; }
  .home-2column__col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    padding-top: 15px; }

.topnav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .topnav [rel] {
    display: none;
    color: #fff;
    font-size: 15px; }
    .topnav-menu .topnav [rel] {
      display: inline-block; }
    .topnav [rel][rel='profile'] {
      margin-left: 0 !important;
      margin-top: -3px; }
      .topnav [rel][rel='profile'] > ul {
        margin-left: 0; }
    .topnav [rel][rel='navigation'] {
      display: inline-block; }
      @media (min-width: 992px) {
        .topnav [rel][rel='navigation'] {
          margin-right: 50px; } }
    @media (min-width: 768px) {
      .topnav [rel] {
        display: inline-block;
        margin-left: 50px; } }
    .topnav [rel]:hover svg {
      opacity: 0.5; }
    .topnav [rel]:first-child {
      margin-left: 35px;
      color: #0e3560;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 16px; }
      @media (min-width: 768px) {
        .topnav [rel]:first-child {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
    .topnav [rel], .topnav [rel]:link {
      text-decoration: none; }
    .topnav [rel].active {
      opacity: 1; }
    .topnav [rel]:active {
      color: #23acd8;
      opacity: 1; }
  .topnav .menu-nav {
    display: inline-block;
    margin-top: -14px;
    margin-bottom: -16px; }
    @media (min-width: 768px) {
      .topnav .menu-nav {
        padding: 0; } }
    .topnav .menu-nav[rel='phones'] > *, .topnav .menu-nav[rel='navigation'] > * {
      pointer-events: none; }
    .topnav .menu-nav > ul,
    .topnav .menu-nav > ul li {
      list-style: none;
      padding: 0;
      margin: 0; }
    .topnav .menu-nav__profile .image-wrap {
      width: 28px;
      height: 28px;
      margin-left: 16px;
      border-radius: 100%;
      border: 2px solid #23acd8;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
      background: #fff;
      overflow: hidden;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .topnav .menu-nav__profile img {
      width: 100%; }
    .topnav .menu-nav > ul {
      background-color: #0e3560;
      min-width: 132px;
      box-shadow: 0 16px 64px rgba(0, 0, 0, 0.5);
      z-index: 10;
      top: 62px;
      left: 0; }
      @media (min-width: 768px) {
        .topnav .menu-nav > ul {
          display: none;
          position: absolute; } }
      .topnav .menu-nav > ul a {
        display: block;
        white-space: nowrap;
        text-decoration: none;
        color: #fff;
        padding: 10px 16px;
        font-size: 15px;
        text-align: left; }
        .topnav .menu-nav > ul a:hover {
          background-color: #23acd8; }
    .topnav .menu-nav:hover > ul {
      display: block; }
    .topnav .menu-nav.active > ul {
      display: block; }
  .topnav-menu {
    display: none;
    position: absolute;
    top: 60px;
    max-height: calc(100vh - 60px);
    left: 0;
    background: #00162a;
    width: 100%;
    z-index: 3;
    min-height: 320px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.3);
    overflow: auto; }
    .topnav-menu ul,
    .topnav-menu li {
      list-style: none;
      padding: 0;
      margin: 0; }
    .topnav-menu svg {
      overflow: hidden; }
    .topnav-open .topnav-menu {
      display: block; }
    .topnav-menu > .container-fluid {
      max-width: 1288px; }
    .topnav-menu__searchbox {
      margin: 0 0 32px;
      display: inline-block;
      position: relative;
      padding: 0; }
      @media (min-width: 768px) {
        .topnav-menu__searchbox {
          margin-top: 64px;
          margin-bottom: 32px; } }
      .topnav-menu__searchbox input {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        outline: none;
        width: 100%;
        border: 0;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 45px;
        color: #fff;
        padding: 12px 64px 12px 24px; }
        .topnav-menu__searchbox input::-webkit-input-placeholder {
          color: rgba(255, 255, 255, 0.5); }
        .topnav-menu__searchbox input:-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.5); }
        .topnav-menu__searchbox input::placeholder {
          color: rgba(255, 255, 255, 0.5); }
      .topnav-menu__searchbox button {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        color: #fff;
        border-radius: 45px;
        background: rgba(255, 255, 255, 0.05);
        width: 60px;
        height: 45px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding-right: 5px;
        padding-top: 1px; }
    .topnav-menu__tabs--mobile {
      margin-top: 32px; }
      @media (min-width: 768px) {
        .topnav-menu__tabs--mobile {
          display: none; } }
      .topnav-menu__tabs--mobile button {
        opacity: 1 !important;
        margin-right: 0 !important; }
    .topnav-menu__tabs button {
      color: #fff;
      font-family: 'Open Sans', sans-serif;
      font-size: 12px;
      letter-spacing: 1.5px;
      font-weight: 600;
      text-transform: uppercase;
      border-bottom: 3px #ffffff solid;
      line-height: 25px;
      display: inline-block;
      opacity: 0.5;
      margin-right: 32px; }
      .topnav-menu__tabs button.topnav-active {
        opacity: 1; }
    .topnav-menu__item {
      color: #fff;
      margin-top: 32px; }
      @media (min-width: 768px) {
        .topnav-menu__item {
          margin-bottom: 64px; } }
      .topnav-menu__item--static {
        display: block;
        margin: 32px 0; }
        @media (min-width: 768px) {
          .topnav-menu__item--static {
            display: none; } }
        .topnav-menu__item--static li {
          color: rgba(255, 255, 255, 0.5);
          text-align: center; }
      .topnav-menu__item.topnav-active {
        display: block; }
      .topnav-menu__item a {
        color: #fff;
        text-decoration: none; }
        .topnav-menu__item a:hover {
          opacity: 0.75; }
      .topnav-menu__item > ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; }
        .topnav-menu__item > ul > li {
          line-height: 48px;
          -webkit-flex: 1 0 100%;
              -ms-flex: 1 0 100%;
                  flex: 1 0 100%;
          margin-bottom: 16px; }
          @media (min-width: 768px) {
            .topnav-menu__item > ul > li {
              max-width: 50%;
              -webkit-flex-basis: 50%;
                  -ms-flex-preferred-size: 50%;
                      flex-basis: 50%; } }
          @media (min-width: 1200px) {
            .topnav-menu__item > ul > li {
              max-width: 25%;
              -webkit-flex-basis: 25%;
                  -ms-flex-preferred-size: 25%;
                      flex-basis: 25%; } }
          .topnav-menu__item > ul > li ul {
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            line-height: 36px; }
    .topnav-menu__new {
      font-size: 12px;
      font-style: italic;
      color: #3faad5;
      font-weight: bold; }
    .topnav-menu__anchor {
      font-size: 16px;
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .topnav-menu__anchor--title {
        display: inline-block; }
      .topnav-menu__anchor--chevron {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-transform-origin: center center;
                transform-origin: center center; }
      .topnav-menu__anchor--wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        padding: 0.25em 15px; }
        .topnav-menu__anchor--wrapper:last-child .topnav-menu__anchor--chevron {
          display: none; }
      .topnav-menu__anchor--expandable:not(.topnav-menu__anchor--no-link) > .topnav-menu__anchor--wrapper {
        border-bottom: solid 1px #23acd8;
        width: calc(100% - 30px);
        padding: 0;
        margin: 0 15px; }
        .topnav-menu__anchor--expandable:not(.topnav-menu__anchor--no-link) > .topnav-menu__anchor--wrapper .topnav-menu__anchor--chevron {
          display: none; }
      .topnav-menu__anchor--expandable:not(.topnav-menu__anchor--no-link) > .topnav-menu__submenu--wrapper {
        max-height: unset; }
      .topnav-menu__anchor--expanded .topnav-menu__anchor--chevron {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      .topnav-menu__anchor--no-link {
        cursor: pointer; }
    .topnav-menu__submenu {
      background: rgba(127, 127, 127, 0.1);
      -webkit-transform-origin: top center;
              transform-origin: top center;
      margin-left: 15px; }
      .topnav-menu__submenu--wrapper {
        max-width: 100%;
        display: inline-block;
        position: relative;
        max-height: 0;
        overflow: hidden;
        transition: max-height 500ms ease; }
      .topnav-menu__submenu--expanded {
        max-height: 700px; }
  .topnav-system li {
    text-align: center; }
  .topnav-system__link {
    font-size: 16px;
    display: inline-block; }
  .topnav-system__image {
    border-radius: 4px;
    display: block;
    width: 80px;
    height: 80px;
    background: #fff none no-repeat scroll center center;
    background-size: contain;
    margin: 0 auto 10px; }
  .topnav-menu .topnav-menu__language {
    display: block; }
  .topnav-menu__language a {
    display: inline-block;
    overflow: hidden;
    height: 24px;
    border: 2px transparent solid;
    position: relative;
    bottom: -6px; }
  .topnav-menu__language img,
  .topnav-menu__language svg {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: relative;
    top: -5px; }
  .topnav-menu__language--active {
    border-color: #ffffff !important; }
  .topnav-menu__ext > ul, .topnav-menu__launcher > ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .topnav-menu__ext > ul:after, .topnav-menu__launcher > ul:after {
      content: '';
      -webkit-flex: auto;
          -ms-flex: auto;
              flex: auto; }
    .topnav-menu__ext > ul > li, .topnav-menu__launcher > ul > li {
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 20%;
      min-width: 125px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 32px;
      text-align: center;
      line-height: 1.2; }
  .topnav-menu__launcher {
    display: block; }

#userbutton {
  text-align: center;
  padding: 0; }
  #userbutton > span {
    position: relative;
    display: inline-block;
    cursor: pointer; }
    #userbutton > span > span {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-left: 0;
      padding-right: 0;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  #userbutton .loading {
    margin-left: 35px; }
  #userbutton span.menu-nav.menu-nav__profile {
    padding: 18px 0; }

.language__col {
  display: none; }
  .template-launcher .language__col {
    display: block; }
  @media (min-width: 992px) {
    .language__col {
      display: block; } }

.topnav__col .topnav > *:not([rel='navigation']) {
  display: none; }
  @media (min-width: 992px) {
    .topnav__col .topnav > *:not([rel='navigation']) {
      display: inline-block; } }

.topnav__col .topnav > *[rel='favorites'] {
  display: none;
  position: relative;
  top: 0px;
  padding: 26px 0; }
  .topnav__col .topnav > *[rel='favorites'] > ul {
    top: 70px; }
  @media (min-width: 992px) {
    .topnav__col .topnav > *[rel='favorites'] {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.phone-search {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  background: #00162A;
  width: 100%;
  z-index: 3;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.3); }
  .topnav-menu .phone-search {
    display: block;
    position: static; }
    @media (min-width: 768px) {
      .topnav-menu .phone-search {
        display: none; } }
  .phone-open .phone-search {
    display: block; }
  .phone-search > .container-fluid {
    max-width: 1288px; }
  .phone-search__searchbox {
    position: relative;
    padding: 0;
    margin-top: 32px;
    margin-bottom: 64px; }
    @media (min-width: 768px) {
      .phone-search__searchbox {
        margin-top: 64px; } }
    .phone-search__searchbox input {
      font-family: 'Open Sans', sans-serif;
      font-size: 16px;
      outline: none;
      width: 100%;
      border: 0;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 45px;
      color: #fff;
      padding: 12px 24px; }
      .phone-search__searchbox input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .phone-search__searchbox input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .phone-search__searchbox input::placeholder {
        color: rgba(255, 255, 255, 0.5); }
    .phone-search__searchbox button {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      color: #fff;
      border-radius: 45px;
      background: rgba(255, 255, 255, 0.05);
      width: 60px;
      height: 45px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      padding-right: 5px;
      padding-top: 1px; }
  .phone-search__tabs button {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 3px #ffffff solid;
    line-height: 25px;
    display: inline-block;
    opacity: 0.2;
    margin-right: 32px; }
    .phone-search__tabs button.topnav-active {
      opacity: 1; }
  .phone-search__item {
    color: #fff;
    margin-top: 32px;
    margin-bottom: 32px; }
    .phone-search__item > .hidden {
      display: block !important; }
    .phone-search__item ul,
    .phone-search__item li {
      list-style: none;
      padding: 0;
      margin: 0; }
    .phone-search__item a {
      color: #fff;
      text-decoration: none; }
      .phone-search__item a:hover {
        opacity: 0.75; }
    .phone-search__item > ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .phone-search__item > ul > li {
        line-height: 48px;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        font-size: 21px; }
        .phone-search__item > ul > li ul {
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          font-size: 18px;
          line-height: 36px; }
  .phone-search__nav {
    margin-bottom: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
    @media (min-width: 768px) {
      .phone-search__nav {
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        margin-top: 32px;
        border-left: 2px rgba(255, 255, 255, 0.1) solid;
        padding: 24px 32px; } }
    .phone-search__nav li ul b {
      font-size: 16px;
      padding: 1px 5px;
      border-radius: 4px; }
      .phone-search__nav li ul b a {
        color: #23ACD8; }
  .phone-search .phone-items {
    margin: 16px; }
    @media (min-width: 992px) {
      .phone-search .phone-items {
        max-height: 50vh;
        overflow-y: auto; } }
  .phone-search .phone-item {
    margin: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid; }
    .phone-search .phone-item__profile {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .phone-search .phone-item__info,
    .phone-search .phone-item__info > div > a {
      color: #fff;
      text-decoration: none; }
    .phone-search .phone-item__info > div > a {
      font-weight: bold; }
    .phone-search .phone-item__photo, .phone-search .phone-item__icon {
      border-radius: 100%;
      background: #ffffff;
      border: 2px #ffffff solid;
      margin-right: 16px;
      width: 51px;
      height: 51px; }
      .phone-search .phone-item__photo img, .phone-search .phone-item__icon img {
        border-radius: 100%;
        width: 47px;
        height: 47px;
        display: block; }
    .phone-search .phone-item__icon {
      font-size: 30px;
      background: #000;
      color: #fff;
      text-align: center;
      line-height: 51px; }
    .phone-search .phone-item__number {
      color: #23ACD8;
      font-weight: bold;
      text-decoration: none;
      margin-top: 5px;
      display: inline-block;
      margin-right: 10px; }
      .phone-search .phone-item__number .fa {
        background: #23ACD8;
        width: 16px;
        height: 16px;
        border-radius: 100%;
        text-align: center;
        color: #FFFFFF;
        font-size: 11px;
        line-height: 18px;
        position: relative;
        top: -1px; }
      .phone-search .phone-item__number .fa.fa-mobile {
        font-size: 13px;
        line-height: 17px; }
  .phone-search .phone-viewmore,
  .phone-search .phone-toomany {
    text-align: right;
    padding: 5px 15px 0;
    font-size: 14px; }
    .phone-search .phone-viewmore a,
    .phone-search .phone-toomany a {
      color: #23adc8;
      font-size: 14px;
      font-weight: bold; }
  .phone-search .phone-toomany {
    color: #ffffff;
    text-align: left;
    padding: 15px; }

.subnav {
  background: #fff;
  display: none;
  border-bottom: 1px #E6E6E6 solid; }
  @media (min-width: 992px) {
    .subnav {
      display: block; } }
  .subnav__logo {
    margin: 0 17px;
    min-width: 147px; }
    .subnav__logo img {
      display: block;
      max-width: 120px; }
  .subnav__items {
    margin-left: 20px; }
  .subnav .col {
    padding-top: 0;
    padding-bottom: 0; }
  .subnav a {
    display: inline-block;
    color: #00162A;
    padding: 25px 0 20px;
    margin: 0 43px 0 7px;
    border-bottom: 4px #FFF solid;
    font-size: 15px; }
    .subnav a, .subnav a:link {
      text-decoration: none; }
    .subnav a.active {
      border-bottom-color: #23ACD8; }
    .subnav a:active {
      color: #23ACD8;
      opacity: 1; }

.map {
  width: 100%;
  background: #021224; }
  .map .gm-style-pbc {
    z-index: 501 !important;
    pointer-events: none; }
  .map__container {
    width: 100%;
    height: 768px; }
    .map__container.map--fullscreen .gm-style-pbc + div > div:first-child {
      background-image: url(/assets/intranet/Images/Mapbg-full.svg) !important; }
  .map__popup > div {
    background: rgba(0, 13, 25, 0.91) !important;
    color: #fff;
    width: 320px !important; }
    .map__popup > div > div > div:nth-child(3) {
      display: none; }
  .map__popup * {
    background-color: transparent !important; }
  .map__info {
    padding: 10px;
    width: 280px; }
    .map__info h6 {
      font-size: 15px;
      font-weight: 500;
      margin: 0 0 15px 0; }
  .map__line {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px; }
  .map__link {
    margin-top: 30px; }
    .map__link a {
      color: #23ACD8;
      text-decoration: none;
      font-size: 15px;
      font-weight: 400;
      line-height: 24px; }
      .map__link a:hover {
        color: #ffffff; }
      .map__link a img {
        margin-bottom: -2px;
        margin-left: 10px; }
  .map .gm-style-iw + div {
    background: transparent url(/assets/intranet/Images/Close.svg) no-repeat scroll -7px -7px !important;
    background-size: 13px 13px;
    width: 16px !important;
    height: 16px !important;
    opacity: 1 !important; }
    .map .gm-style-iw + div > img {
      visibility: hidden; }
  .map .gm-style-pbc {
    background: url(/assets/intranet/Images/Mapbg.svg) repeat scroll left center !important;
    z-index: 1 !important;
    opacity: 1 !important; }
  .map .gmnoprint {
    position: absolute !important;
    opacity: 1 !important; }
  .map .gmnoprint[style*='55px'] {
    z-index: 250 !important; }
  .map .gmnoprint > img {
    position: absolute !important;
    opacity: 1 !important; }

.carousel-slider {
  width: 100%;
  height: 100%;
  position: relative; }
  @media (min-width: 992px) {
    .carousel-slider {
      margin-top: -32px; } }
  .carousel-slider .swiper-wrapper {
    padding-top: 32px;
    position: relative; }
  .carousel-slider .swiper-slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1068px;
    max-height: 540px;
    height: 100%; }
    .carousel-slider .swiper-slide img {
      width: 100%;
      height: 100%;
      max-height: 540px;
      height: 60vw; }
  .carousel-slider .swiper-slide-active {
    max-height: 610px; }
    .carousel-slider .swiper-slide-active img {
      max-height: 610px; }
  .carousel-slider .swiper-pagination-bullet {
    border: 1px rgba(255, 255, 255, 0.1) solid;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1; }
  .carousel-slider .swiper-pagination-bullet-active {
    background: #043360; }
  .carousel-slider .swiper-button-next,
  .carousel-slider .swiper-button-prev {
    display: none; }
    @media (min-width: 1200px) {
      .carousel-slider .swiper-button-next,
      .carousel-slider .swiper-button-prev {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .carousel-slider .swiper-button-next {
    right: 0; }
  .carousel-slider .swiper-button-prev {
    left: 0; }
  .carousel-slider .swiper-button-next,
  .carousel-slider .swiper-button-prev {
    width: 16.6666%;
    max-width: calc((100% - 1068px) / 2);
    height: 540px;
    top: 32px;
    margin-top: 0;
    background: transparent none;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .carousel-slider .swiper-button-next img,
  .carousel-slider .swiper-button-prev img {
    width: 64px;
    height: 64px;
    border-radius: 64px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2); }
  @media (min-width: 992px) {
    .carousel-slider .swiper-slide:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 22, 42, 0.8);
      width: 100%;
      height: 100%;
      z-index: 1; }
    .carousel-slider .swiper-slide-active {
      height: 610px;
      position: relative;
      top: -32px;
      margin-bottom: 64px; }
    .carousel-slider .swiper-slide-active:before {
      display: none; }
    .carousel-slider .swiper-pagination-fraction,
    .carousel-slider .swiper-pagination-custom,
    .carousel-slider .swiper-container-horizontal > .swiper-pagination-bullets {
      bottom: 106px; } }
  @media (min-width: 992px) {
    .carousel-slider .swiper-slide-active:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 95%;
      z-index: -2;
      /*box-shadow: 0 30px 50px rgba(0,0,0,0.2);*/
      box-shadow: 0 40px 80px rgba(4, 23, 41, 0.2); } }

.form {
  box-shadow: 0 5px 20px 0 rgba(0, 22, 42, 0.2);
  padding: 64px 40px; }
  @media (min-width: 992px) {
    .form {
      padding: 64px 128px; } }
  .form-label {
    display: inline-block;
    margin-bottom: 16px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0e3560;
    border-bottom: 3px #0e3560 solid;
    position: relative; }
  .form-validation-error {
    color: red;
    display: block;
    margin-top: -25px; }
  .form-input, .form-dropdown, .form-multiline {
    width: 100%;
    border: 1px #C9C9C9 solid;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    padding: 11px 15px;
    margin-bottom: 24px; }
  .form-dropdown {
    height: 52px;
    background: #fff;
    border-radius: 0; }
  .form-input::-webkit-input-placeholder, .form-multiline::-webkit-input-placeholder {
    color: #C9C9C9; }
  .form-input:-ms-input-placeholder, .form-multiline:-ms-input-placeholder {
    color: #C9C9C9; }
  .form-input::placeholder, .form-multiline::placeholder {
    color: #C9C9C9; }
  .form .button[type=submit] {
    width: 100%; }
  .form-mandatory:after {
    position: absolute;
    right: -20px;
    top: 3px;
    content: "\f069";
    font-family: FontAwesome;
    color: red;
    font-size: 10px; }

.birthdays {
  margin: 15px 0;
  background: #23ACD8;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 532px; }
  .template-birthdays .birthdays {
    margin-top: 0;
    margin-bottom: 0; }
  .birthdays h2 {
    color: #ffffff;
    font-size: 40px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500; }
  .birthdays h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    text-align: center;
    display: block;
    font-size: 28px;
    position: relative;
    margin: 0; }
    .birthdays h3 > span {
      display: inline-block;
      padding: 0 10px;
      background: #23ACD8;
      position: relative;
      z-index: 1; }
    .birthdays h3:after {
      content: "";
      width: 100%;
      height: 1px;
      background: rgba(255, 255, 255, 0.5);
      position: absolute;
      left: 0;
      top: 20px;
      z-index: 0; }
  .birthdays .bdays__container {
    padding-top: 0;
    padding-bottom: 0; }

.new-birthdays * {
  font-family: 'Open Sans', sans-serif; }

.new-birthdays h2 {
  padding-bottom: 10px; }

.new-birthdays .lin-spacer {
  width: 90%;
  height: 2px;
  background-color: #91cfe4;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-bottom: 30px; }

.new-birthdays h4 {
  font-size: 14px;
  color: white;
  font-weight: 600;
  margin: 0;
  padding: 0; }
  @media (max-width: 991.98px) {
    .new-birthdays h4 {
      color: #333;
      font-weight: normal; } }

.new-birthdays ul {
  padding: 0;
  margin-top: 5px; }
  .new-birthdays ul li {
    width: 100%;
    display: inline-block;
    color: #91cfe4;
    font-size: 14px;
    cursor: pointer; }
    .new-birthdays ul li:hover {
      text-decoration: underline; }

.new-birthdays .alingCenter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.new-birthdays .new-bdays-container {
  margin-top: 30px; }

.new-birthdays .container-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .new-birthdays .container-title {
      display: none; } }
  .new-birthdays .container-title h2 {
    font-size: 24px;
    color: #333333;
    width: 80%;
    font-weight: 660; }
    @media only screen and (max-width: 400px) {
      .new-birthdays .container-title h2 {
        font-size: 21px; } }
  .new-birthdays .container-title svg {
    position: relative;
    top: 26px;
    left: 7px; }
  .new-birthdays .container-title.active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.new-birthdays .perpage {
  cursor: pointer;
  background-color: #1c86a8;
  margin-top: 30px; }

.new-birthdays .filter-diver {
  margin-bottom: 20px; }

.new-birthdays .birthdays-item {
  margin-bottom: 20px; }

.new-birthdays .organizing-result h4 {
  margin-bottom: 10px; }

.new-birthdays .organizing-result .container-title svg {
  position: relative;
  top: 26px;
  left: 7px; }

.new-birthdays .organizing-result select {
  color: white;
  background-color: #23acd8;
  border: none;
  font-size: 14px;
  width: 100%;
  background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, #23ACD8, #23acd8);
  background-position: calc(90% - 20px) calc(1em + -7px), calc(90% - 15px) calc(1em + -7px), 100% 0;
  background-size: 5px 5px, 5px 7px, 2.5em 2.5em;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.new-birthdays .organizing-result ul {
  margin-left: -15px;
  margin-right: -15px; }
  .new-birthdays .organizing-result ul li {
    height: 55px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #dddddd;
    padding-left: 30px;
    color: #333333; }
    .new-birthdays .organizing-result ul li:last-child {
      border-bottom: 1px solid #dddddd; }
    .new-birthdays .organizing-result ul li.active {
      position: relative; }
      .new-birthdays .organizing-result ul li.active::before {
        content: '';
        background-color: #23ACD8;
        width: 4px;
        height: 100%;
        position: absolute;
        left: 0; }

.new-birthdays .organizing-result::-ms-expand {
  display: none;
  /* remove default arrow on ie10 and ie11 */ }

.new-birthdays .organizing-result.active {
  display: block; }

.new-birthdays .search-name {
  position: relative; }
  .new-birthdays .search-name .container-title svg {
    position: relative;
    top: 26px; }
  .new-birthdays .search-name .container-filter {
    position: relative; }
    @media (max-width: 991.98px) {
      .new-birthdays .search-name .container-filter {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (max-width: 991.98px) {
      .new-birthdays .search-name .container-filter svg {
        left: 22px; } }
  .new-birthdays .search-name input {
    background-color: #5ac1e2;
    outline: none;
    font-size: 14px;
    width: 100%;
    border: 0;
    color: #fff;
    padding: 7px;
    padding-left: 35px; }
    @media (max-width: 991.98px) {
      .new-birthdays .search-name input {
        background-color: #23ACD8;
        font-size: 16px;
        height: 60px;
        padding-left: 58px; } }
    .new-birthdays .search-name input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: white; }
    .new-birthdays .search-name input::-moz-placeholder {
      /* Firefox 19+ */
      color: white; }
    .new-birthdays .search-name input:-ms-input-placeholder {
      /* IE 10+ */
      color: white; }
    .new-birthdays .search-name input:-moz-placeholder {
      /* Firefox 18- */
      color: white; }
  .new-birthdays .search-name svg {
    position: absolute;
    top: 7px;
    left: 7px; }
    @media (max-width: 991.98px) {
      .new-birthdays .search-name svg {
        top: 19px; } }
  .new-birthdays .search-name.active {
    display: block; }

@media (max-width: 991.98px) {
  .new-birthdays .filter-month ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

.new-birthdays .filter-month ul li {
  color: white;
  border: 1px solid #FFFFFF;
  width: 40px;
  text-align: center;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 2px; }
  @media (max-width: 991.98px) {
    .new-birthdays .filter-month ul li {
      color: #23acd8;
      border-color: #23acd8;
      width: 80px;
      height: 40px;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: 5px;
      margin-bottom: 5px; } }
  .new-birthdays .filter-month ul li.select {
    color: #23acd8;
    background-color: white; }
    @media (max-width: 991.98px) {
      .new-birthdays .filter-month ul li.select {
        color: white;
        background-color: #23acd8; } }

.new-birthdays .filter-month.active {
  display: block; }

.new-birthdays .filter-departament ul li div.select, .new-birthdays .filter-company ul li div.select {
  color: #23acd8;
  background-color: white;
  border-radius: 30px;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer; }
  .new-birthdays .filter-departament ul li div.select::after, .new-birthdays .filter-company ul li div.select::after {
    content: "";
    width: 24px;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20px' height='20px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 475.2 475.2' style='enable-background:new 0 0 475.2 475.2;'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M342.3,132.9c-5.3-5.3-13.8-5.3-19.1,0l-85.6,85.6L152,132.9c-5.3-5.3-13.8-5.3-19.1,0c-5.3,5.3-5.3,13.8,0,19.1 l85.6,85.6l-85.6,85.6c-5.3,5.3-5.3,13.8,0,19.1c2.6,2.6,6.1,4,9.5,4s6.9-1.3,9.5-4l85.6-85.6l85.6,85.6c2.6,2.6,6.1,4,9.5,4 c3.5,0,6.9-1.3,9.5-4c5.3-5.3,5.3-13.8,0-19.1l-85.4-85.6l85.6-85.6C347.6,146.7,347.6,138.2,342.3,132.9z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%2323acd8'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    cursor: pointer; }

.new-birthdays .filter-departament.active, .new-birthdays .filter-company.active {
  display: block; }

.new-birthdays .filter-departament span, .new-birthdays .filter-company span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: black;
  font-size: 14px;
  cursor: pointer;
  margin-top: 15px; }
  @media (min-width: 992px) {
    .new-birthdays .filter-departament span, .new-birthdays .filter-company span {
      color: white; } }

.new-birthdays .filter-departament ul {
  margin-bottom: 0;
  height: 300px;
  overflow: hidden; }
  .new-birthdays .filter-departament ul.active {
    height: auto; }

.new-birthdays .section-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.new-birthdays .carousel-birthdays-item {
  display: inline-block; }
  @media (max-width: 991.98px) {
    .new-birthdays .carousel-birthdays-item {
      width: 50%; } }
  @media (max-width: 767.98px) {
    .new-birthdays .carousel-birthdays-item {
      width: 100%; } }

.new-birthdays .container-filter-mobo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: white; }
  @media (min-width: 992px) {
    .new-birthdays .container-filter-mobo {
      display: none; } }
  .new-birthdays .container-filter-mobo .item-menu {
    font-size: 14px;
    color: #cecece;
    padding: 0;
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media only screen and (max-width: 400px) {
      .new-birthdays .container-filter-mobo .item-menu {
        padding: 10px;
        height: 80px; } }
    .new-birthdays .container-filter-mobo .item-menu div {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      border-right: 1px solid #cccccc;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media only screen and (max-width: 400px) {
        .new-birthdays .container-filter-mobo .item-menu div {
          height: 100%; } }
      .new-birthdays .container-filter-mobo .item-menu div.last-filter {
        border: none; }
      .new-birthdays .container-filter-mobo .item-menu div svg {
        margin-right: 5px;
        fill: #cecece; }
      .new-birthdays .container-filter-mobo .item-menu div.active {
        color: #23acd8; }
        .new-birthdays .container-filter-mobo .item-menu div.active svg {
          fill: #23acd8; }
    .new-birthdays .container-filter-mobo .item-menu:nth-child(2) {
      margin-left: -15px; }
  .new-birthdays .container-filter-mobo .item-select {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .new-birthdays .container-filter-mobo .item-select ul .groupItem {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .new-birthdays .container-filter-mobo .item-select ul .groupItem .titleGroup {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-left: 15px;
        color: #333333;
        font-size: 17px;
        font-weight: 600;
        text-decoration: underline;
        padding-bottom: 7px; }
      .new-birthdays .container-filter-mobo .item-select ul .groupItem .item {
        padding: 7px 5px 7px 15px;
        background-color: #f5f5f5;
        color: #666666;
        border-radius: 25px;
        margin: 0px 0px 15px 15px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .new-birthdays .container-filter-mobo .item-select ul .groupItem .item::after {
          content: "";
          width: 24px;
          height: 20px;
          background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20px' height='20px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 475.2 475.2' style='enable-background:new 0 0 475.2 475.2;'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M342.3,132.9c-5.3-5.3-13.8-5.3-19.1,0l-85.6,85.6L152,132.9c-5.3-5.3-13.8-5.3-19.1,0c-5.3,5.3-5.3,13.8,0,19.1 l85.6,85.6l-85.6,85.6c-5.3,5.3-5.3,13.8,0,19.1c2.6,2.6,6.1,4,9.5,4s6.9-1.3,9.5-4l85.6-85.6l85.6,85.6c2.6,2.6,6.1,4,9.5,4 c3.5,0,6.9-1.3,9.5-4c5.3-5.3,5.3-13.8,0-19.1l-85.4-85.6l85.6-85.6C347.6,146.7,347.6,138.2,342.3,132.9z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%66666a'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
          background-repeat: no-repeat;
          margin-left: 7px; }

.new-birthdays .container-full-filter-mobo ul {
  margin-left: -15px;
  margin-right: -15px; }
  .new-birthdays .container-full-filter-mobo ul.active {
    display: block; }
  .new-birthdays .container-full-filter-mobo ul li .title {
    position: relative;
    height: 55px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #dddddd;
    padding-left: 30px;
    color: #333333; }
    .new-birthdays .container-full-filter-mobo ul li .title::after {
      content: '';
      border: solid #23ACD8;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      position: absolute;
      right: 40px; }
  .new-birthdays .container-full-filter-mobo ul li .filter-diver {
    display: none;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 25px; }
    .new-birthdays .container-full-filter-mobo ul li .filter-diver ul li {
      padding: 10px; }
      .new-birthdays .container-full-filter-mobo ul li .filter-diver ul li .select {
        background-color: #23acd8;
        color: white; }
        .new-birthdays .container-full-filter-mobo ul li .filter-diver ul li .select::after {
          background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20px' height='20px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 475.2 475.2' style='enable-background:new 0 0 475.2 475.2;'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M342.3,132.9c-5.3-5.3-13.8-5.3-19.1,0l-85.6,85.6L152,132.9c-5.3-5.3-13.8-5.3-19.1,0c-5.3,5.3-5.3,13.8,0,19.1 l85.6,85.6l-85.6,85.6c-5.3,5.3-5.3,13.8,0,19.1c2.6,2.6,6.1,4,9.5,4s6.9-1.3,9.5-4l85.6-85.6l85.6,85.6c2.6,2.6,6.1,4,9.5,4 c3.5,0,6.9-1.3,9.5-4c5.3-5.3,5.3-13.8,0-19.1l-85.4-85.6l85.6-85.6C347.6,146.7,347.6,138.2,342.3,132.9z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23ffffff'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
          background-repeat: no-repeat; }
  .new-birthdays .container-full-filter-mobo ul li.js-li-filter.active .title {
    border-bottom: 1px solid #dddddd; }
    .new-birthdays .container-full-filter-mobo ul li.js-li-filter.active .title::before {
      content: '';
      background-color: #23ACD8;
      width: 4px;
      height: 100%;
      position: absolute;
      left: 0; }
    .new-birthdays .container-full-filter-mobo ul li.js-li-filter.active .title::after {
      content: '';
      border: solid #23ACD8;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);
      position: absolute;
      right: 40px; }
  .new-birthdays .container-full-filter-mobo ul li.js-li-filter.active .filter-diver {
    display: block; }

.new-birthdays .hidden-lg {
  display: none; }
  @media (max-width: 991.98px) {
    .new-birthdays .hidden-lg {
      display: block; } }

.new-birthdays .hidden-sm {
  display: none; }
  @media (min-width: 992px) {
    .new-birthdays .hidden-sm {
      display: block; } }

@media (max-width: 991.98px) {
  .new-birthdays .bg-color {
    background-color: white; } }

.carousel-birthdays {
  width: 100%;
  height: 100%;
  position: relative; }
  .carousel-birthdays .swiper-wrapper {
    padding-top: 15px;
    position: relative; }
  .carousel-birthdays .swiper-slide {
    width: auto;
    margin-left: 32px;
    margin-right: 32px;
    height: 100%;
    opacity: 0.5;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (min-width: 992px) {
      .carousel-birthdays .swiper-slide {
        max-height: 540px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        max-width: 1068px;
        margin-left: 0;
        margin-right: 0;
        width: 100%; } }
  .carousel-birthdays .swiper-pagination-bullet {
    border: 1px rgba(255, 255, 255, 0.1) solid;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1; }
  .carousel-birthdays .swiper-pagination-bullet-active {
    background: #043360; }
  .carousel-birthdays .swiper-button-next,
  .carousel-birthdays .swiper-button-prev {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .carousel-birthdays .swiper-button-next {
    right: 0; }
    @media (max-width: 767.98px) {
      .carousel-birthdays .swiper-button-next svg {
        margin-right: -40px; } }
  .carousel-birthdays .swiper-button-prev {
    left: 0; }
    @media (max-width: 767.98px) {
      .carousel-birthdays .swiper-button-prev svg {
        margin-left: -40px; } }
  .carousel-birthdays .swiper-button-next,
  .carousel-birthdays .swiper-button-prev {
    min-width: 60px;
    width: 16.6666%;
    max-width: calc((100% - 1068px) / 2);
    height: 100%;
    top: 32px;
    margin-top: 0;
    background: transparent none;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .carousel-birthdays .swiper-button-next img,
  .carousel-birthdays .swiper-button-prev img {
    width: 64px;
    height: 64px;
    border-radius: 64px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2); }
  .carousel-birthdays .swiper-slide-active {
    position: relative;
    opacity: 1; }
  .carousel-birthdays .swiper-slide-active:before {
    display: none; }
  .carousel-birthdays .swiper-pagination-fraction,
  .carousel-birthdays .swiper-pagination-custom,
  .carousel-birthdays .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 40px; }

.carousel-wall, .carousel-peopleevents {
  width: 100%;
  height: 100%;
  position: relative; }
  .carousel-wall .swiper-wrapper, .carousel-peopleevents .swiper-wrapper {
    position: relative; }
  .carousel-wall .swiper-slide-active, .carousel-peopleevents .swiper-slide-active {
    opacity: 1 !important; }
  .carousel-wall .swiper-slide, .carousel-peopleevents .swiper-slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0; }
  .carousel-wall .swiper-pagination-bullet, .carousel-peopleevents .swiper-pagination-bullet {
    border: 1px rgba(255, 255, 255, 0.1) solid;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1; }
  .carousel-wall .swiper-pagination-bullet-active, .carousel-peopleevents .swiper-pagination-bullet-active {
    background: #043360; }
  .carousel-wall .swiper-button-next,
  .carousel-wall .swiper-button-prev, .carousel-peopleevents .swiper-button-next,
  .carousel-peopleevents .swiper-button-prev {
    height: 100%;
    top: 0;
    outline: none;
    margin-top: 0;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-position-y: 200px; }
  .carousel-wall .swiper-button-next img,
  .carousel-wall .swiper-button-prev img, .carousel-peopleevents .swiper-button-next img,
  .carousel-peopleevents .swiper-button-prev img {
    width: 64px;
    height: 64px;
    border-radius: 64px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2); }
  @media (min-width: 992px) {
    .carousel-wall .swiper-slide-active, .carousel-peopleevents .swiper-slide-active {
      position: relative; }
    .carousel-wall .swiper-slide-active:before, .carousel-peopleevents .swiper-slide-active:before {
      display: none; }
    .carousel-wall .swiper-pagination-fraction,
    .carousel-wall .swiper-pagination-custom,
    .carousel-wall .swiper-container-horizontal > .swiper-pagination-bullets, .carousel-peopleevents .swiper-pagination-fraction,
    .carousel-peopleevents .swiper-pagination-custom,
    .carousel-peopleevents .swiper-container-horizontal > .swiper-pagination-bullets {
      bottom: 40px; } }

.profile__container {
  padding: 30px;
  position: relative; }
  @media (min-width: 992px) {
    .profile__container {
      margin-top: 30px;
      padding: 0; }
      .profile__container:before {
        content: "";
        position: absolute;
        top: 0;
        left: 90px;
        background: rgba(35, 172, 216, 0.2);
        width: 1px;
        height: calc(100vh - 272px); } }

.profile h1,
.profile h2,
.profile h3 {
  color: #00162A;
  margin: 0; }

.profile h1 {
  font-weight: 900; }

.profile h3 {
  font-weight: 400; }

.profile .col {
  padding: 0; }

.profile__header h2 {
  color: #23ACD8;
  font-weight: 400; }

.profile__edit {
  text-align: right;
  margin-bottom: 15px;
  position: absolute;
  top: -40px;
  right: 30px; }
  @media (min-width: 992px) {
    .profile__edit {
      position: static; } }
  .profile__edit label {
    padding: 10px;
    letter-spacing: 0;
    cursor: pointer; }
    @media (min-width: 992px) {
      .profile__edit label {
        letter-spacing: 2px;
        padding: 12px 28px; } }

@media only screen and (min-width: 768px) {
  .profile__edit {
    float: right;
    text-align: left;
    margin-bottom: 0; } }

.profile__item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  word-break: break-all; }

.profile__header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  min-height: 220px;
  text-align: center; }

@media only screen and (min-width: 768px) {
  .profile__header {
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    text-align: left; } }

.profile__header {
  font-family: Washelm-Pro-Regular, sans-serif;
  color: rgba(0, 0, 0, 0.5); }

@media (min-width: 992px) {
  .profile__sidebar {
    margin-right: 30px; } }

.profile__picture {
  margin: 0 auto;
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  overflow: hidden;
  background: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 768px) {
    .profile__picture {
      margin-right: 30px; } }
  @media (min-width: 992px) {
    .profile__picture {
      margin-right: auto; } }
  .profile__picture > img {
    width: 100%; }

.profile__picture img {
  display: block;
  width: 100%; }

.profile__picture {
  width: 180px;
  border: 2px #23ACD8 solid; }

.profile__details {
  margin-bottom: 30px; }

@media only screen and (min-width: 768px) {
  .profile__details {
    margin-left: 210px; } }

.profile__section {
  margin-bottom: 30px;
  position: relative; }
  .profile__section h2 {
    margin: 20px 0; }

.profile__section {
  margin-bottom: 15px; }

.profile__lists {
  margin-top: 30px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch; }

.profile__list {
  width: 100%;
  word-break: break-word;
  -webkit-column-break-inside: avoid;
          break-inside: avoid; }
  .profile__list h2 {
    font-size: 19px;
    color: #00162A;
    font-weight: bold; }
  .profile__list ul,
  .profile__list li {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #00162A;
    line-height: 32px; }
  .profile__list .fa {
    color: #ffffff;
    background: #00aeef;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    border-radius: 100%; }
  .profile__list .fa-envelope {
    font-size: 12px; }
  .profile__list a {
    text-decoration: none;
    color: #00162A; }
    .profile__list a:hover {
      color: #00aeef; }
  .profile__list span {
    white-space: nowrap;
    max-width: 85vw;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block; }

.profile__details {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 300;
  color: black; }

.profile__details {
  margin-bottom: 15px !important; }

.profile__details {
  border-bottom: 0 !important; }

.profile__card {
  line-height: 1.5;
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.5); }

.profile__designer {
  background: white;
  color: #000; }

.profile__section {
  margin-bottom: 10px;
  float: left;
  width: 50%;
  min-width: 250px; }

.profile__clear {
  clear: both;
  float: none;
  width: 100%; }

.profile__label {
  display: block;
  margin-bottom: 5px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: Calibri, sans-serif;
  font-weight: 500; }

.profile__section {
  padding: 2px;
  font-size: 12px;
  width: calc(100% - 100px); }

.profile__field {
  padding: 2px 3px 3px;
  margin: 0; }

.profile__section {
  margin-bottom: 0; }
  .profile__section p {
    font-size: 14px; }

.profile__section .fa {
  display: none;
  position: absolute;
  top: 12px;
  left: -140px;
  background: #fff;
  color: #23ACD8;
  font-size: 20px;
  padding: 10px;
  border-radius: 100%;
  border: 1px #23ACD8 solid;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 25px; }
  @media (min-width: 992px) {
    .profile__section .fa {
      display: inline-block; } }

.container.feature-images {
  max-width: 918px; }
  .container.feature-images > .row > .col {
    padding: 15px; }

.featured-images__container {
  display: block;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 768px) {
    .featured-images__container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 992px) {
    .featured-images__container {
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .featured-images__container[data-layout="1"] .featured-images__item:first-child {
        height: 480px;
        width: 100%;
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; }
      .featured-images__container[data-layout="3"] {
        height: 400px;
        -webkit-flex-flow: column wrap;
            -ms-flex-flow: column wrap;
                flex-flow: column wrap; }
        .featured-images__container[data-layout="3"] .featured-images__item {
          width: calc(35% - 4px);
          -webkit-flex: 1 1 33.33%;
              -ms-flex: 1 1 33.33%;
                  flex: 1 1 33.33%; }
          .featured-images__container[data-layout="3"] .featured-images__item:first-child {
            width: calc(65% - 4px);
            -webkit-flex-basis: 65%;
                -ms-flex-preferred-size: 65%;
                    flex-basis: 65%; }
      .featured-images__container[data-layout="5"] .featured-images__item:first-child {
        width: 100%;
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; } }

.featured-images__item {
  display: block;
  -webkit-flex: 0 1 49.825%;
      -ms-flex: 0 1 49.825%;
          flex: 0 1 49.825%;
  margin: 2px 0;
  border-radius: 4px;
  background: #424242 none no-repeat scroll bottom center;
  background-size: cover;
  height: 50vw; }
  @media (min-width: 576px) {
    .featured-images__item {
      height: 180px; } }

.tile__container {
  padding-top: 40px;
  padding-bottom: 40px; }
  .tile__container > .row {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 576px) {
      .tile__container > .row {
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }

.tile__item {
  background: #0e3560 none no-repeat scroll center center;
  background-size: cover;
  max-width: 265px;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  min-height: 220px;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none; }
  @media (min-width: 576px) {
    .tile__item {
      -webkit-flex-basis: calc(50% - 5px);
          -ms-flex-preferred-size: calc(50% - 5px);
              flex-basis: calc(50% - 5px); } }
  @media (min-width: 768px) {
    .tile__item {
      -webkit-flex-basis: calc(33.33% - 5px);
          -ms-flex-preferred-size: calc(33.33% - 5px);
              flex-basis: calc(33.33% - 5px); } }
  @media (min-width: 992px) {
    .tile__item {
      -webkit-flex-basis: calc(25% - 5px);
          -ms-flex-preferred-size: calc(25% - 5px);
              flex-basis: calc(25% - 5px); } }
  @media (min-width: 1200px) {
    .tile__item {
      -webkit-flex-basis: calc(20% - 5px);
          -ms-flex-preferred-size: calc(20% - 5px);
              flex-basis: calc(20% - 5px); } }
  .tile__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(14, 53, 96, 0.8) 100%); }
  .tile__item:hover:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(14, 53, 96, 0.4) 100%); }

.tile__text {
  color: #ffffff;
  padding: 15px 0;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 18px; }

.dc textarea {
  width: 100%;
  height: 180px;
  font-size: 18px; }

.dc input[type=file] {
  display: block; }

.dc input[type="submit"].disabled {
  opacity: 0.5;
  color: #003460;
  cursor: not-allowed;
  pointer-events: none; }

.dc .radio-container {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  -webkit-column-count: 1;
          column-count: 1;
  /**********************************
    = Estilos para o radio button
    **********************************/
  /***********************************
    = Fim dos estilos para o radio button
    ***********************************/ }
  .dc .radio-container.channels-columns-two {
    -webkit-column-count: 2;
            column-count: 2; }
  .dc .radio-container.channels-columns-three {
    -webkit-column-count: 3;
            column-count: 3; }
  .dc .radio-container.channels-columns-four-and-more {
    -webkit-column-count: 4;
            column-count: 4; }
  @media (max-width: 991.98px) {
    .dc .radio-container {
      -webkit-column-count: 2 !important;
              column-count: 2 !important; } }
  @media (max-width: 575.98px) {
    .dc .radio-container {
      -webkit-column-count: 1 !important;
              column-count: 1 !important; } }
  .dc .radio-container li label {
    display: block;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    padding-left: 18px; }
    .dc .radio-container li label input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    .dc .radio-container li label span {
      position: absolute;
      top: 0;
      left: 0;
      height: 16px;
      width: 16px;
      border-radius: 50%;
      background-color: #ccc;
      margin-top: 4px; }
    .dc .radio-container li label:hover input ~ .checkmark {
      background-color: #23ACD8; }
    .dc .radio-container li label input:checked ~ .checkmark {
      background-color: #003460; }
    .dc .radio-container li label .checkmark {
      transition: all 0.50s ease; }
      .dc .radio-container li label .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        top: 3px;
        left: 3px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: white; }
    .dc .radio-container li label input:checked ~ .checkmark:after {
      display: block; }
  .dc .radio-container .radio-item {
    font-size: 18px;
    text-align: left;
    margin-bottom: 9px;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    /* Firefox */
    break-inside: avoid;
    /* IE 10+ */ }

.dc .col {
  padding-top: 15px;
  padding-bottom: 15px; }

.results__url {
  display: inline-block;
  color: #23ACD8;
  font-size: 15px;
  word-break: break-all; }

.results__result {
  margin: 0 0 32px; }
  .results__result p {
    color: rgba(0, 0, 0, 0.4);
    margin: 8px 0;
    font-size: 14px; }
  .results__result h3 {
    margin: 0; }

.results__title {
  color: #00162A;
  text-decoration: none;
  font-size: 25px;
  font-weight: 800; }

.results .topnav-menu__searchbox {
  margin: 0 0 32px;
  width: 100%;
  max-width: 600px; }
  .results .topnav-menu__searchbox input {
    width: 100%;
    max-width: 600px;
    color: #00162A;
    background-color: #ffffff; }
  .results .topnav-menu__searchbox svg path {
    fill: #00162A; }

.gallery {
  max-width: 1103px; }
  .gallery__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap; }
    @media (min-width: 768px) {
      .gallery__container {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .gallery__container:after {
      -webkit-flex: auto;
          -ms-flex: auto;
              flex: auto; }
  .gallery__item {
    margin: 2.5px;
    width: 100%;
    height: 310px;
    background: #00162A; }
    @media (min-width: 768px) {
      .gallery__item {
        width: calc(50% - 5px); } }
    @media (min-width: 992px) {
      .gallery__item {
        width: calc(25% - 5px); } }
    @media (min-width: 992px) {
      .gallery__item:first-child, .gallery__item:nth-child(6), .gallery__item:nth-child(8) {
        width: calc(50% - 5px); } }
    .gallery__item video {
      width: 100%;
      height: 100%;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease;
      position: relative; }
  .gallery__movie {
    color: #ffffff;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    position: relative;
    cursor: pointer; }
    @media (min-width: 992px) {
      .gallery__movie:hover {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
        z-index: 100;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.2); } }
    .gallery__movie:after {
      content: "\f04b";
      font-size: 30px;
      width: 80px;
      height: 80px;
      left: calc(50% - 40px);
      top: calc(50% - 40px);
      font-family: FontAwesome;
      position: absolute;
      color: #000000;
      background: #ffffff;
      border-radius: 100%;
      text-align: center;
      padding: 10px 5px 10px 10px;
      line-height: 60px;
      z-index: 2; }
    .gallery__movie:before {
      content: "";
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      pointer-events: none;
      z-index: 1; }
  .gallery__thumb {
    cursor: pointer;
    width: 100%;
    height: 100%;
    color: #ffffff;
    background: #00162A none no-repeat scroll center center;
    background-size: cover;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 30px;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .gallery__thumb:before {
      content: "";
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      pointer-events: none; }
    @media (min-width: 992px) {
      .gallery__thumb:hover {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
        z-index: 100;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.2); } }
  .gallery__content {
    position: relative; }
    .gallery__content h2 {
      font-size: 19px;
      color: #ffffff;
      margin: 0; }
  .gallery__open .gallery__wrapper {
    background: #00162A;
    padding-bottom: 30px; }
  .gallery__album:after {
    content: "\f0c5";
    font-size: 50px;
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    font-family: FontAwesome;
    position: absolute; }
  .gallery__video {
    position: relative;
    height: 100%; }
  .gallery__video .gallery__content {
    position: absolute;
    padding: 30px;
    bottom: 0px;
    z-index: 3;
    word-break: break-word; }
  .gallery__area {
    background: rgba(0, 0, 0, 0.5); }
  .gallery__preview img,
  .gallery__preview video {
    max-height: 60vh;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-height: 1px; }
  .gallery__preview h1 {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
    margin: 16px 0; }
  .gallery__preview a {
    color: #ffffff; }
    .gallery__preview a .fa {
      font-size: 30px; }
  .gallery__preview .swiper-wrapper {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .gallery__preview .swiper-button-prev,
  .gallery__preview .swiper-button-next {
    top: 47%;
    background: transparent none; }
  .gallery__preview .swiper-pagination {
    bottom: 0; }
  .gallery__preview .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.8); }
  .gallery__preview .swiper-pagination-bullet-active {
    background: #ffffff; }
  .gallery__preview .gallery__content {
    text-align: center;
    background: #00162A;
    padding: 30px 0; }
    .gallery__preview .gallery__content h2 {
      margin: 0;
      font-weight: 300; }
  .gallery__close {
    cursor: pointer; }
  .gallery .btn-more-itens {
    text-align: center;
    padding: 15px; }
  .gallery .row > .col {
    padding-top: 15px;
    padding-bottom: 15px; }
  .gallery .vdp-datepicker__calendar header {
    position: relative;
    background-color: #fff;
    box-shadow: none;
    top: auto;
    z-index: 99; }
  .gallery input.filter-control {
    padding: 11px;
    width: 100%;
    font-size: 1em;
    border: solid 1px #ccc;
    border-radius: 5px;
    margin: 5px 0;
    outline: none; }
  .gallery .button.button-filter {
    margin: 5px 0;
    width: 100%; }
  .gallery .filter-title {
    padding-bottom: 0;
    font-size: 1.2em; }

.jobs .btn-back {
  display: none; }

.jobs__title {
  display: inline-block;
  letter-spacing: -1px;
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
  font-weight: bold; }

.jobs .invalid {
  color: red;
  font-weight: bold; }

.jobs a {
  text-decoration: none;
  color: #00162A;
  font-weight: bold; }

.jobs i {
  color: #23ACD8; }

.jobs__container .job {
  padding: 30px;
  background: #ffffff;
  margin: 15px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); }
  @media (min-width: 992px) {
    .jobs__container .job {
      width: calc(33.3333% - 30px); } }

.jobs__summary {
  margin: 20px 0;
  color: #B1AFA7;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  line-height: 24px; }

.jobs__bar {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  .jobs__bar > div {
    border: 1px #eee solid;
    margin: 8px 0;
    padding: 5px;
    text-align: center; }

.jobs__actions {
  padding: 30px 0 20px;
  text-align: center; }
  .jobs__actions .button {
    color: #ffffff; }

.jobs__detail {
  padding: 30px;
  background: #ffffff;
  margin: 15px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); }
  .jobs__detail .jobs__bar {
    margin: 30px 0; }
  .jobs__detail .btn-back {
    text-align: center;
    display: block; }

.jobs .applied {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0; }

.jobs .applied > i {
  font-size: 40px; }

.classifieds .btn-back {
  display: none; }

.classifieds__title {
  display: inline-block;
  letter-spacing: -1px;
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
  font-weight: 400; }

.classifieds__price {
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
  text-align: center; }

.classifieds__donation {
  color: green; }

.classifieds__add {
  margin-right: 30px; }

.classifieds__images {
  margin: 30px -30px 0;
  background: #f6fbff; }
  .classifieds__images .swiper-slide {
    width: auto; }
  .classifieds__images img {
    display: block;
    height: 360px; }

.classifieds__approval {
  color: #23acd8;
  background: rgba(35, 172, 216, 0.1);
  border: 1px rgba(35, 172, 216, 0.5) solid;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 30px;
  margin-bottom: 15px;
  font-size: 13px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .classifieds__approval {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.classifieds__detail .classifieds__approval {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .classifieds__detail .classifieds__approval button {
    margin-right: -25px;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .classifieds__detail .classifieds__approval button {
        margin-top: 0; } }

.classifieds__empty {
  text-align: center;
  padding: 30px; }

.classifieds .classifieds__delete {
  padding-top: 25px;
  text-align: center; }
  .classifieds .classifieds__delete a {
    color: #ff0000; }

.classifieds__image {
  height: 220px;
  background: #f6fbff none no-repeat scroll center center;
  background-size: cover;
  width: calc(100% + 60px);
  margin: 30px -30px 0;
  position: relative; }
  .classifieds__image span {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    font-size: 12px;
    padding: 3px 7px;
    text-transform: uppercase; }

.classifieds .invalid {
  color: red;
  font-weight: bold; }

.classifieds a, .classifieds__title {
  text-decoration: none;
  color: #00162A;
  font-weight: bold; }

.classifieds i {
  color: #23ACD8; }

.classifieds__container .classified {
  padding: 30px;
  background: #ffffff;
  margin: 15px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); }
  @media (min-width: 992px) {
    .classifieds__container .classified {
      width: calc(33.3333% - 30px); } }

.classifieds .msg-files {
  width: 100%;
  font-size: 14px; }
  .classifieds .msg-files--extensions {
    font-style: italic; }

.classifieds .error-in-file {
  color: red;
  font-size: 14px; }

.classifieds .dc input, .classifieds .dc textarea, .classifieds .dc select {
  font-size: 16px; }

.classifieds .dc input[type=text] {
  display: block; }

.classifieds .dc input[name=title] {
  width: 100%; }

.classifieds .dc input[type=radio] {
  margin-left: 30px; }

.classifieds .dc input[name=price] {
  width: 100px; }

.classifieds .dc select {
  width: 100px;
  display: block; }

.classifieds .dc label {
  display: block; }
  @media (min-width: 768px) {
    .classifieds .dc label {
      display: inline-block; } }

.classifieds__container .classified > h4, .classifieds__detail .classified > h4 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative; }
  .classifieds__container .classified > h4:after, .classifieds__detail .classified > h4:after {
    content: "";
    width: calc(100% - 75px);
    height: 1px;
    top: 8px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0; }

.classifieds__container h5, .classifieds__detail h5 {
  margin: 0; }

.classifieds__detail .classified > h4 {
  margin: 30px 0; }

.classifieds__summary {
  margin: 20px 0;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  line-height: 24px; }

.classifieds__bar {
  border: 1px #eee solid;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  .classifieds__bar > div {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 5px;
    text-align: center; }
    .classifieds__bar > div:first-child {
      border-right: 1px #eee solid; }

.classifieds__actions {
  margin-bottom: 15px;
  text-align: center; }
  @media (min-width: 768px) {
    .classifieds__actions {
      position: absolute;
      right: 0;
      top: -70px; } }
  @media (min-width: 992px) {
    .classifieds__actions {
      top: -100px; } }
  .classifieds__actions .button {
    color: #ffffff; }
  .classifieds__actions--form {
    margin-top: 60px;
    text-align: center; }
    .classifieds__actions--form .button {
      margin-right: 30px;
      color: #ffffff; }

.classifieds__detail {
  padding: 30px;
  background: #ffffff;
  margin: 15px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); }
  .classifieds__detail .classifieds__bar {
    margin: 30px 0; }
  .classifieds__detail .btn-back {
    text-align: right;
    display: block; }
    .classifieds__detail .btn-back a {
      margin: 20px 0;
      color: #ffffff; }

.classifieds .applied {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0; }

.classifieds .applied > i {
  font-size: 40px; }

.classifieds__profile {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  cursor: pointer;
  min-height: 60px;
  float: left; }
  .classifieds__profile:hover {
    opacity: 0.8; }

.classifieds__photo {
  margin-right: 20px; }
  .classifieds__photo img {
    width: 56px;
    height: 56px;
    border-radius: 100%; }

.events .btn-back {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }
  .events .btn-back a {
    color: #ffffff; }

.events__title {
  display: block;
  letter-spacing: -1px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold; }

.events__empty {
  text-align: center; }

.events .invalid {
  color: red;
  font-weight: bold; }

.events a {
  text-decoration: none;
  color: #00162A;
  font-weight: bold; }

.events i {
  color: #23ACD8; }

.events .event {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.events__container .event {
  padding: 30px;
  background: #ffffff;
  height: auto;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); }

.events h4 {
  margin-bottom: 0; }

.events__date {
  background: #00162A;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  margin-top: 5px;
  margin-right: 20px;
  -webkit-flex: 0;
      -ms-flex: 0;
          flex: 0; }

.events__info {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.events__month {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1; }

.events__day {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-top: 5px; }

.events__detail {
  padding: 30px;
  background: #ffffff;
  margin: 0;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); }
  .events__detail .events__bar {
    margin: 30px 0; }
  .events__detail .btn-back {
    text-align: center; }
  .events__detail .swiper-button-next,
  .events__detail .swiper-button-prev {
    display: none; }
  .events__detail .swiper-container {
    margin: 0 !important; }

.events .applied {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0; }

.events .applied > i {
  font-size: 40px; }

.events .swiper-pagination-bullets {
  bottom: 0; }

.events .swiper-container {
  margin: 0 30px; }

.directory {
  padding: 0 20px;
  color: #00162A; }
  .topnav-menu .directory {
    display: block;
    position: static; }
    @media (min-width: 768px) {
      .topnav-menu .directory {
        display: none; } }
  .phone-open .directory {
    display: block; }
  .directory > .container-fluid {
    max-width: 1288px; }
  .directory__searchbox {
    position: relative;
    padding: 0;
    margin-top: 32px;
    margin-bottom: 64px; }
    @media (min-width: 768px) {
      .directory__searchbox {
        margin-top: 64px; } }
    .directory__searchbox input,
    .directory__searchbox select {
      font-family: 'Open Sans', sans-serif;
      font-size: 16px;
      outline: none;
      border: 0;
      background: rgba(4, 51, 96, 0.08);
      color: #000;
      padding: 10px 12px;
      background: #e1e8ed none no-repeat scroll 90% center; }
      .directory__searchbox input::-webkit-input-placeholder,
      .directory__searchbox select::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.3); }
      .directory__searchbox input:-ms-input-placeholder,
      .directory__searchbox select:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.3); }
      .directory__searchbox input::placeholder,
      .directory__searchbox select::placeholder {
        color: rgba(0, 0, 0, 0.3); }
    .directory__searchbox select {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      .directory__searchbox select::-ms-expand {
        display: none; }
    .directory__searchbox input {
      margin-right: 12px;
      margin-bottom: 20px;
      width: 100%; }
      @media (min-width: 768px) {
        .directory__searchbox input {
          margin-bottom: 0;
          width: 300px; } }
    .directory__searchbox button {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      color: #000;
      background: rgba(0, 50, 90, 0.05);
      width: 42px;
      height: 42px; }
  .directory__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .directory__dropdown {
    display: inline-block;
    margin-right: 16px;
    position: relative;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 768px) {
      .directory__dropdown {
        margin-bottom: 0;
        width: 180px; } }
    .directory__dropdown:last-child {
      margin-right: 0; }
    .directory__dropdown:after {
      content: "\f078";
      font-family: 'FontAwesome';
      font-size: 12px;
      position: absolute;
      top: 0;
      right: 0;
      background: #e1e8ed;
      width: 36px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      pointer-events: none; }
    .directory__dropdown select {
      width: 100%; }
  .directory__error {
    color: #b20808;
    padding: 20px;
    border: 1px #b20808 solid; }
  .directory__filters__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 1200px) {
      .directory__filters__container {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .directory__item {
    color: #000;
    margin-top: 32px;
    margin-bottom: 32px; }
    .directory__item > .hidden {
      display: block !important; }
    .directory__item ul,
    .directory__item li {
      list-style: none;
      padding: 0;
      margin: 0; }
    .directory__item a {
      color: #000;
      text-decoration: none; }
      .directory__item a:hover {
        opacity: 0.75; }
    .directory__item > ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .directory__item > ul > li {
        line-height: 48px;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        font-size: 21px; }
        .directory__item > ul > li ul {
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          font-size: 18px;
          line-height: 36px; }
  .directory .refiners {
    background: #ffffff;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    width: 270px;
    margin-top: 12px;
    margin-right: 24px;
    border-radius: 4px;
    padding: 20px;
    color: #777777;
    -webkit-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-flex-basis: 270px;
        -ms-flex-preferred-size: 270px;
            flex-basis: 270px;
    display: none; }
    @media (min-width: 1200px) {
      .directory .refiners {
        display: block; } }
    .directory .refiners h3 {
      margin: 8px 0; }
    .directory .refiners .refiner:first-child h3 {
      margin-top: 0; }
    .directory .refiners .refinement {
      position: relative; }
    .directory .refiners .refine {
      padding: 10px 50px 10px 20px;
      margin: 0 -20px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      cursor: pointer; }
      .directory .refiners .refine:not(.nohover):hover {
        background: #0e3560;
        color: #ffffff; }
        .directory .refiners .refine:not(.nohover):hover ~ .count {
          background: rgba(255, 255, 255, 0.1);
          color: #ffffff; }
      .directory .refiners .refine.selected {
        background: #23ACD8;
        color: #ffffff; }
    .directory .refiners .count, .directory .refiners .more {
      background: #e1e8ed;
      color: #00162A;
      position: absolute;
      right: 0;
      top: 9px;
      font-size: 12px;
      font-weight: bold;
      padding: 4px;
      border-radius: 4px;
      min-width: 20px;
      text-align: center; }
    .directory .refiners .more {
      position: static;
      display: inline-block;
      text-transform: uppercase;
      font-weight: normal;
      padding: 4px 8px; }
      .directory .refiners .more:hover {
        background: #0e3560;
        color: #ffffff; }
      .directory .refiners .more .fa {
        margin-right: 2px; }
  .directory .loading {
    margin-top: 72px; }
  .directory .phone-items {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 16px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .directory .phone-item {
    width: 100%;
    min-height: 240px;
    background: #ffffff;
    margin: 0;
    padding: 32px;
    margin-bottom: 24px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    @media (min-width: 1200px) {
      .directory .phone-item {
        width: calc(50% - 12px); } }
    .directory .phone-item__profile {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      margin-bottom: 16px; }
      .directory .phone-item__profile .__cbmm {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .directory .phone-item__profile .__cbmm .-company, .directory .phone-item__profile .__cbmm .-departament, .directory .phone-item__profile .__cbmm .-office {
          margin-bottom: 0;
          margin-right: 15px; }
    .directory .phone-item__phone, .directory .phone-item__phone + div {
      text-align: center;
      margin-bottom: 0; }
      .directory .phone-item__phone div div, .directory .phone-item__phone + div div div {
        margin: 10px 0 40px; }
    .directory .phone-item__phone .phone-item__name {
      margin: 0; }
    .directory .phone-item__info,
    .directory .phone-item__info > div > a {
      color: #0e3560;
      text-decoration: none; }
    .directory .phone-item__info {
      width: 100%;
      margin-left: 24px; }
    .directory .phone-item__info > div > a,
    .directory .phone-item__info > div > b {
      font-weight: 900;
      font-size: 20px; }
    .directory .phone-item__name {
      margin: 16px 0; }
    .directory .phone-item__photo {
      -webkit-flex-basis: 75px;
          -ms-flex-preferred-size: 75px;
              flex-basis: 75px; }
    .directory .phone-item__photo, .directory .phone-item__icon {
      border-radius: 100%;
      background: #ffffff;
      width: 60px;
      height: 60px; }
      .directory .phone-item__photo img, .directory .phone-item__icon img {
        border-radius: 100%;
        display: block;
        border: 2px #23ACD8 solid;
        width: 60px;
        height: 60px; }
    .directory .phone-item__icon {
      font-size: 30px;
      text-align: center;
      line-height: 51px; }
    .directory .phone-item__email {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .directory .phone-item__props {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .directory .phone-item__props > div {
        -webkit-flex-basis: calc(50% - 10px);
            -ms-flex-preferred-size: calc(50% - 10px);
                flex-basis: calc(50% - 10px);
        width: calc(50% - 10px);
        padding: 2px 5px;
        color: #0e3560; }
      .directory .phone-item__props a {
        text-decoration: none;
        color: #0e3560; }
      .directory .phone-item__props .fa {
        width: 16px;
        text-align: center; }
      .directory .phone-item__props .fa-envelope {
        font-size: 12px; }
    .directory .phone-item__phones {
      margin: 0 auto;
      min-width: 100px;
      text-align: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 15px;
      margin-bottom: 0 !important;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 576px) {
        .directory .phone-item__phones {
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row; } }
    .directory .phone-item__number {
      white-space: nowrap;
      border: 1px #e1e8ed solid;
      color: #00162A;
      text-decoration: none;
      padding: 5px 20px; }
      @media (min-width: 576px) {
        .directory .phone-item__number {
          -webkit-flex-basis: auto;
              -ms-flex-preferred-size: auto;
                  flex-basis: auto; } }
      .directory .phone-item__number:last-child {
        margin-left: -1px; }
      .directory .phone-item__number .fa {
        width: 16px;
        height: 16px;
        border-radius: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        position: relative; }
      .directory .phone-item__number .fa.fa-mobile {
        font-size: 18px; }
  .directory .empty {
    padding: 32px 0;
    text-align: center;
    font-size: 21px;
    width: 100%; }
  .directory .toomany {
    margin-left: 290px;
    text-align: center;
    font-size: 21px; }

.tooltip {
  display: block !important;
  z-index: 10000;
  max-width: 350px; }
  .tooltip .tooltip-inner {
    background: black;
    color: white;
    border-radius: 4px;
    padding: 5px 10px 4px; }
  .tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: black;
    z-index: 1; }
  .tooltip[x-placement^="top"] {
    margin-bottom: 5px; }
    .tooltip[x-placement^="top"] .tooltip-arrow {
      border-width: 5px 5px 0 5px;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      bottom: -5px;
      left: calc(50% - 5px);
      margin-top: 0;
      margin-bottom: 0; }
  .tooltip[x-placement^="bottom"] {
    margin-top: 5px; }
    .tooltip[x-placement^="bottom"] .tooltip-arrow {
      border-width: 0 5px 5px 5px;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      border-top-color: transparent !important;
      top: -5px;
      left: calc(50% - 5px);
      margin-top: 0;
      margin-bottom: 0; }
  .tooltip[x-placement^="right"] {
    margin-left: 5px; }
    .tooltip[x-placement^="right"] .tooltip-arrow {
      border-width: 5px 5px 5px 0;
      border-left-color: transparent !important;
      border-top-color: transparent !important;
      border-bottom-color: transparent !important;
      left: -5px;
      top: calc(50% - 5px);
      margin-left: 0;
      margin-right: 0; }
  .tooltip[x-placement^="left"] {
    margin-right: 5px; }
    .tooltip[x-placement^="left"] .tooltip-arrow {
      border-width: 5px 0 5px 5px;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      right: -5px;
      top: calc(50% - 5px);
      margin-left: 0;
      margin-right: 0; }
  .tooltip[aria-hidden='true'] {
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s, visibility .15s; }
  .tooltip[aria-hidden='false'] {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s; }

.like-container {
  background-color: #4267b2;
  padding: 7px;
  color: white;
  min-width: 100px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  margin-top: 20px; }
  .like-container .fa {
    color: white;
    margin-right: 5px; }
  .like-container .lbl-like {
    text-decoration: none;
    color: white;
    text-transform: capitalize; }
  .like-container:hover {
    background-color: #365899; }

.like-status {
  display: inline-block;
  font-size: 12px;
  color: black; }

.popup-modal__overlay {
  position: fixed;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
  opacity: 1; }

.popup-modal__close {
  font-size: 20px;
  cursor: pointer;
  color: black;
  position: absolute;
  right: 15px;
  top: 10px; }

.popup-modal__content {
  top: 140px;
  left: 980px;
  width: 600px;
  height: 300px;
  position: relative;
  overflow: hidden auto;
  box-sizing: border-box;
  top: 30vh !important;
  height: 60vh !important;
  max-width: 23vw !important;
  min-width: 290px;
  left: auto !important;
  margin-left: auto;
  margin-right: auto;
  transition: width .2s ease-in-out,height .2s ease-in-out, top .2s ease-in-out;
  background-color: #f4f7f9;
  text-align: left;
  border-radius: 3px;
  box-shadow: 0 20px 60px -2px rgba(27, 33, 58, 0.4);
  padding: 0; }

.popup-modal #popup-modal_wholiked_profiles {
  overflow: auto;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  bottom: 0; }

.popup-modal .wholiked__counter {
  padding: 17px;
  font-size: 12px;
  color: black; }

.popup-modal .wholiked__profile {
  margin: 10px 10px 10px 10px;
  min-height: 62px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .popup-modal .wholiked__profile__picture {
    width: 46px;
    height: 46px;
    border-width: 2px;
    border-style: solid;
    border-color: #23acd8;
    border-image: initial;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100%;
    overflow: hidden;
    background: white;
    margin: 0vh 1vh 0vh 1vh; }
  .popup-modal .wholiked__profile__data {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .popup-modal .wholiked__profile__data__nome {
      color: #0e3560;
      font-weight: 900;
      font-size: 15px;
      padding-top: 2px; }
    .popup-modal .wholiked__profile__data__area {
      color: #00162A;
      font-size: 14px; }

.wall {
  background: #fff;
  border-radius: 4px;
  padding: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  height: 100%;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative; }
  .wall > .row > .col {
    position: static; }
  .wall-container {
    padding-bottom: 45px; }
  .wall__container {
    margin: 0 auto;
    width: 100%;
    max-width: 1288px;
    padding-left: 0;
    padding-right: 0; }
    .wall__container-wrapper-button {
      width: 100%;
      text-align: center; }
  .wall a, .wall__title {
    text-decoration: none;
    color: #00162A; }
  .wall .invalid {
    color: red;
    font-weight: bold; }
  .wall__empty {
    text-align: center;
    padding: 30px; }
  .wall__delete {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0px;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 100%;
    padding: 25px 10px 5px 15px;
    padding-right: 10px;
    padding-top: 25px; }
    .wall__delete .button {
      color: #fff;
      background: #ff0000;
      padding: 8px 12px;
      letter-spacing: 0; }
  .wall__approval {
    color: white;
    background: rgba(255, 255, 255, 0.1);
    border: 1px rgba(25, 255, 255, 0.5) solid;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px 30px;
    margin-bottom: 15px;
    font-size: 13px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .wall__approval {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .wall__approval {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .wall__approval button {
      background: rgba(0, 0, 0, 0.5);
      margin-right: -25px;
      margin-top: 10px;
      padding: 8px 16px; }
      @media (min-width: 768px) {
        .wall__approval button {
          margin-top: 0; } }
  .wall__item {
    margin: 0 20px 60px;
    width: calc(100% - 40px); }
    @media (min-width: 768px) {
      .wall__item {
        width: calc(33.33% - 40px); } }
  .wall__actions, .wall__actions--widget {
    text-align: center; }
    @media (min-width: 768px) {
      .wall__actions, .wall__actions--widget {
        position: absolute;
        right: 20px;
        top: -70px; } }
    @media (min-width: 992px) {
      .wall__actions, .wall__actions--widget {
        top: -100px;
        right: 40px; } }
    .wall__actions .button, .wall__actions--widget .button {
      color: #ffffff;
      margin: 5px;
      padding: 12px 9px;
      font-size: 11px; }
      @media (min-width: 576px) {
        .wall__actions .button, .wall__actions--widget .button {
          padding: 12px 28px;
          font-size: 13px; } }
      @media (min-width: 768px) {
        .wall__actions .button, .wall__actions--widget .button {
          margin: 0;
          padding: 15px 36px; } }
    .wall__actions--form, .wall__actions--widget--form {
      margin-top: 30px;
      margin-bottom: 60px;
      text-align: center; }
      .wall__actions--form .button, .wall__actions--widget--form .button {
        margin-right: 30px;
        color: #ffffff; }
  .wall__actions--widget {
    position: absolute;
    text-align: center;
    bottom: 15px;
    right: 0;
    left: 0;
    top: auto; }
  .wall__more {
    padding: 30px;
    text-align: center; }
  .container .col .wall {
    width: 100%;
    margin: 0; }
  .wall .title__container {
    max-width: none; }
  .wall .line {
    margin-top: 15px;
    margin-bottom: 0; }
  .wall > .row > .col {
    padding-bottom: 0;
    padding-top: 15px; }

.title-wall {
  padding: 0; }
  .title-wall h2 {
    color: #23ACD8;
    font-size: 30px;
    font-weight: normal;
    margin: 0; }

.peopleevents {
  position: relative;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  height: 100%;
  width: calc(100% - 36px);
  max-width: 1073px;
  margin-top: 30px; }
  .peopleevents.widget {
    margin-top: 15px;
    margin-bottom: 30px;
    padding-bottom: 0; }
    .peopleevents.widget .line {
      margin-top: 15px;
      margin-bottom: 0; }
  .peopleevents.peopleevents-widget {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .peopleevents.peopleevents-widget > .row {
      height: 100%; }
    .peopleevents.peopleevents-widget .swiper-container.swiper-container-horizontal {
      margin-bottom: 60px; }
    .peopleevents.peopleevents-widget .peopleevents__more {
      position: absolute;
      bottom: 15px;
      right: 0;
      left: 0; }
  .col .peopleevents.widget {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px; }
  .peopleevents .swiper-slide-active {
    opacity: 1; }
  .peopleevents .swiper-wrapper {
    padding: 0; }
  .peopleevents .peopleevents-container {
    padding-top: 15px; }
  .peopleevents__container {
    margin: 0 auto;
    width: 100%;
    max-width: 1288px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .peopleevents__container__item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      margin-right: 5px;
      margin-left: 15px;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .peopleevents__container__item {
          width: 47%; } }
      @media (min-width: 992px) {
        .peopleevents__container__item {
          width: 31%; } }
  .peopleevents .flexalign-hor {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .peopleevents .flexalign-mosa {
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start; }
  .peopleevents a, .peopleevents__title {
    text-decoration: none;
    color: #ffffff; }
  .peopleevents .invalid {
    color: red;
    font-weight: bold; }
  .peopleevents__empty {
    text-align: center;
    padding: 30px; }
  .peopleevents .peopleevents__delete {
    padding-top: 25px; }
    .peopleevents .peopleevents__delete .button {
      color: #fff;
      background: #ff0000;
      padding: 8px 12px;
      letter-spacing: 0; }
  .peopleevents__approval {
    color: white;
    background: rgba(255, 255, 255, 0.1);
    border: 1px rgba(25, 255, 255, 0.5) solid;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 5px 30px;
    margin-bottom: 15px;
    font-size: 13px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .peopleevents__approval {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .peopleevents__approval {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .peopleevents__approval button {
      background: rgba(0, 0, 0, 0.5);
      margin-right: -25px;
      margin-top: 10px;
      padding: 8px 16px; }
      @media (min-width: 768px) {
        .peopleevents__approval button {
          margin-top: 0; } }
  .peopleevents__item:not(.no-widget) {
    width: 100%; }
    @media (min-width: 576px) {
      .peopleevents__item:not(.no-widget) {
        max-width: calc(100% - 128px); } }
  .home-2column .peopleevents__item {
    margin: 0; }
  .peopleevents__item .peopleevents__image--box {
    display: block;
    padding-bottom: 0px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .peopleevents__item .peopleevents__image--box .peopleevents__image {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 168px;
      height: 168px;
      border-radius: 50%;
      background: transparent none no-repeat scroll center center;
      background-size: cover; }
  .peopleevents__item h3 {
    margin: -10px 0 20px;
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
    text-align: center;
    position: relative; }
    .peopleevents__item h3 span {
      background: #23ACD8;
      display: inline-block;
      position: relative;
      padding: 0 5px; }
    .peopleevents__item h3:before {
      content: "";
      width: calc(100% + 64px);
      height: 1px;
      background: rgba(255, 255, 255, 0.2);
      position: absolute;
      left: -32px;
      top: 10px;
      z-index: 0; }
  .peopleevents__actions {
    margin-bottom: 15px;
    text-align: center; }
    @media (min-width: 768px) {
      .peopleevents__actions {
        position: absolute;
        right: 20px;
        top: -70px; } }
    @media (min-width: 992px) {
      .peopleevents__actions {
        top: -100px;
        right: 40px; } }
    .peopleevents__actions .button {
      color: #ffffff; }
    .peopleevents__actions--form {
      margin-top: 30px;
      margin-bottom: 60px;
      text-align: center; }
      .peopleevents__actions--form .button {
        margin-right: 30px;
        color: #ffffff; }
  .peopleevents__more {
    padding: 0;
    text-align: center;
    padding: 15px 0;
    padding-bottom: 0; }
  .peopleevents .title__container {
    max-width: none; }
  .peopleevents .title-people {
    padding: 0; }
    .peopleevents .title-people h2 {
      margin: 0;
      color: #23ACD8;
      font-size: 30px;
      font-weight: normal; }
  .peopleevents .title-colaboradores {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px; }
    .peopleevents .title-colaboradores img {
      width: 30px;
      height: 30px;
      margin-right: 5px; }
    .peopleevents .title-colaboradores h2 {
      color: white;
      font-size: 22px; }

.lostandfound .btn-back {
  display: none; }

.lostandfound__title {
  display: inline-block;
  letter-spacing: -1px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400; }

.lostandfound__date {
  font-size: 0.8em;
  color: #aaa;
  margin: 0 0 20px 0; }

.lostandfound__icon {
  height: 20px;
  width: 20px;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 20px; }

.lostandfound__donation {
  color: green; }

.lostandfound__add {
  margin-right: 30px; }

.lostandfound__lost {
  border: solid 2px #93750b;
  background-color: rgba(147, 117, 11, 0.1) !important;
  padding: 20px; }
  .lostandfound__lost .lostandfound__icon {
    background-image: url("/assets/intranet/Images/lost_icon.png"); }
  .lostandfound__lost .type {
    color: #93750b; }

.lostandfound__found {
  border: solid 2px #076146;
  background-color: rgba(7, 97, 70, 0.1) !important;
  padding: 20px; }
  .lostandfound__found .lostandfound__icon {
    background-image: url("/assets/intranet/Images/found_icon.png"); }
  .lostandfound__found .type {
    color: #076146; }

.lostandfound__images {
  margin: 0;
  background: #f6fbff; }
  .lostandfound__images .swiper-slide {
    width: 100%;
    overflow: hidden; }
  .lostandfound__images img {
    display: block;
    height: 360px;
    margin: 0 auto; }

.lostandfound__approval {
  color: #23acd8;
  background: rgba(35, 172, 216, 0.1);
  border: 1px rgba(35, 172, 216, 0.5) solid;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 30px;
  margin-bottom: 15px;
  font-size: 13px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .lostandfound__approval {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .lostandfound__approval--link {
    cursor: pointer; }

.lostandfound__detail .lostandfound__approval {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .lostandfound__detail .lostandfound__approval button {
    margin-right: -25px;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .lostandfound__detail .lostandfound__approval button {
        margin-top: 0; } }

.lostandfound__empty {
  text-align: center;
  padding: 30px; }

.lostandfound .lostandfound__delete {
  padding-top: 25px;
  text-align: center; }
  .lostandfound .lostandfound__delete a {
    color: #ff0000; }

.lostandfound__image {
  height: 220px;
  background: #f6fbff none no-repeat scroll center center;
  background-size: cover;
  position: relative; }
  .lostandfound__image span {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    font-size: 12px;
    padding: 3px 7px;
    text-transform: uppercase; }

.lostandfound .invalid {
  color: red;
  font-weight: bold; }

.lostandfound a, .lostandfound__title {
  text-decoration: none;
  color: #00162A;
  font-weight: bold; }

.lostandfound i {
  color: #23ACD8; }

.lostandfound__container .lostandfounditem {
  padding: 20px;
  background: #ffffff;
  width: calc(100% - 30px);
  margin: 15px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); }
  @media (min-width: 576px) {
    .lostandfound__container .lostandfounditem {
      width: calc(50% - 30px); } }
  @media (min-width: 992px) {
    .lostandfound__container .lostandfounditem {
      width: calc(33.3333% - 30px); } }

.lostandfound .dc input,
.lostandfound .dc textarea,
.lostandfound .dc select {
  font-size: 16px; }

.lostandfound .dc input[type=text] {
  display: block; }

.lostandfound .dc input[name=title] {
  width: 100%; }

.lostandfound .dc input[type=radio] {
  margin-left: 30px; }

.lostandfound .dc input[name=price] {
  width: 100px; }

.lostandfound .dc select {
  width: 100px;
  display: block; }

.lostandfound .dc label {
  display: block; }
  @media (min-width: 768px) {
    .lostandfound .dc label {
      display: inline-block; } }

.lostandfound__container .lostandfounditem > h4, .lostandfound__detail .lostandfounditem > h4 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative; }
  .lostandfound__container .lostandfounditem > h4:after, .lostandfound__detail .lostandfounditem > h4:after {
    content: "";
    width: calc(100% - 75px);
    height: 1px;
    top: 8px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0; }

.lostandfound__container .lostandfounditem .type, .lostandfound__detail .lostandfounditem .type {
  padding-bottom: 20px;
  font-size: 0.8em; }

.lostandfound__container h5, .lostandfound__detail h5 {
  margin: 0; }

.lostandfound__detail .lostandfounditem > h4 {
  margin: 30px 0; }

.lostandfound__summary {
  margin: 20px 0;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  line-height: 24px; }

.lostandfound__bar {
  border: 1px #eee solid;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  .lostandfound__bar > div {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 5px;
    text-align: center; }
    .lostandfound__bar > div:first-child {
      border-right: 1px #eee solid; }

.lostandfound__actions {
  margin-bottom: 15px;
  text-align: right;
  background-color: #003460;
  position: fixed;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  z-index: 1000;
  bottom: 40px;
  right: 40px;
  padding: 20px; }
  @media (min-width: 768px) {
    .lostandfound__actions {
      width: 90px;
      height: 90px; } }
  .lostandfound__actions a {
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
    background-image: url("/assets/intranet/Images/plus.png");
    background-size: cover; }
  .lostandfound__actions--form {
    margin-top: 60px;
    text-align: center; }
    .lostandfound__actions--form .button {
      margin-right: 30px;
      color: #ffffff; }

.lostandfound__detail {
  padding: 30px;
  background: #ffffff;
  margin: 15px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); }
  .lostandfound__detail .lostandfound__bar {
    margin: 30px 0; }
  .lostandfound__detail .btn-back {
    text-align: right;
    display: block; }
    .lostandfound__detail .btn-back a {
      margin: 20px 0;
      color: #ffffff; }

.lostandfound .applied {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0; }

.lostandfound .applied > i {
  font-size: 40px; }

.lostandfound__photo {
  margin-right: 20px; }
  .lostandfound__photo img {
    width: 56px;
    height: 56px;
    border-radius: 100%; }

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .flex__center {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .flex__space-between {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.template-cipa .home-2column__col {
  display: block; }

.template-cipa .home-2column__col:not(:first-child) .widget {
  height: auto; }

.template-milestones {
  /*@include media-breakpoint-up(md){
        .peopleevents__item{
            width: 48%;
        }
    }

    @media(min-width:1140px){
        .peopleevents__item{
            width: 32%;
        }
    }*/ }
  .template-milestones .peopleevents__item .peopleevents__image--box .peopleevents__image {
    max-width: 60vw;
    max-height: 60vw; }
  .template-milestones .peopleevents__item {
    max-width: none;
    width: 100%;
    float: left;
    margin-bottom: 20px; }

.template-home .wall {
  width: calc(100% - 36px);
  max-width: 1073px;
  margin-top: 15px;
  margin-bottom: 30px; }

.col .template-home .wall {
  margin-bottom: 15px; }

@media (min-width: 992px) {
  .template-home #vue-container > .container > .row > .col {
    margin: 0; } }

@media (max-width: 1199.98px) {
  .template-home .latestnews .button, .template-home .updates .button, .template-home .management .button {
    margin-top: 15px; } }

.template-talktopresident .row-header {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.template-talktopresident .col-picture {
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
      flex-grow: 0; }

.template-talktopresident .col-title {
  white-space: nowrap; }

.template-talktopresident .picture {
  margin-right: 20px; }
  .template-talktopresident .picture img {
    width: 100px;
    height: 100px;
    border-radius: 100%; }

.template-talktopresident .title {
  white-space: nowrap;
  font-size: 200%; }

.template-talktopresident .kiosk-auth .breadcrumb {
  list-style: none;
  overflow: hidden;
  font: 18px Helvetica, Arial, Sans-Serif;
  padding: 0;
  text-transform: uppercase; }
  .template-talktopresident .kiosk-auth .breadcrumb li {
    float: left; }
    .template-talktopresident .kiosk-auth .breadcrumb li a {
      color: #5c8db7;
      text-decoration: none;
      padding: 0 1px 0 40px;
      background: #fff;
      position: relative;
      display: block;
      float: left;
      line-height: 39px;
      font-weight: bold;
      margin: 0 0 0 0;
      pointer-events: none;
      cursor: default; }
      .template-talktopresident .kiosk-auth .breadcrumb li a span {
        background: #5c8db7;
        border-radius: 10px;
        margin: 5px 7px 0 0;
        display: block;
        float: left;
        padding: 5px 6px;
        color: #ffffff;
        font-size: 16px;
        line-height: 17px; }
      .template-talktopresident .kiosk-auth .breadcrumb li a:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 30px solid #ffffff;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        left: 100%;
        z-index: 2; }
      .template-talktopresident .kiosk-auth .breadcrumb li a:before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 30px solid white;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        margin-left: 1px;
        left: 100%;
        z-index: 1; }
    .template-talktopresident .kiosk-auth .breadcrumb li:first-child a {
      padding-left: 10px; }
    .template-talktopresident .kiosk-auth .breadcrumb li.active a {
      background: #5c8db7;
      color: #ffffff; }
      .template-talktopresident .kiosk-auth .breadcrumb li.active a span {
        background: #ffffff;
        color: #5c8db7; }
      .template-talktopresident .kiosk-auth .breadcrumb li.active a:after {
        border: 0; }
      .template-talktopresident .kiosk-auth .breadcrumb li.active a:before {
        border-left-color: #5c8db7;
        left: 99%; }
  @media only screen and (max-width: 850px) {
    .template-talktopresident .kiosk-auth .breadcrumb li {
      clear: left; }
      .template-talktopresident .kiosk-auth .breadcrumb li a {
        padding: 0 12px; }
      .template-talktopresident .kiosk-auth .breadcrumb li a:after,
      .template-talktopresident .kiosk-auth .breadcrumb li a:before {
        display: none; } }
  .template-talktopresident .kiosk-auth .breadcrumb__row {
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center; }
  .template-talktopresident .kiosk-auth .breadcrumb__col-left {
    text-align: right; }

.template-talktopresident .kiosk-auth .identityaccept .data-row {
  margin-left: 10px; }

.template-talktopresident .kiosk-auth .identityaccept .col {
  padding: 10px 0px 0px 0px; }

.template-talktopresident .identityaccept .profile {
  margin: 0px 10px 0px 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .template-talktopresident .identityaccept .profile .picture {
    width: 46px;
    height: 46px;
    border-width: 2px;
    border-style: solid;
    border-color: #23acd8;
    border-image: initial;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100%;
    overflow: hidden;
    background: white;
    margin: 0vh 1vh 0vh 1vh; }
  .template-talktopresident .identityaccept .profile .data {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .template-talktopresident .identityaccept .profile .data__nome {
      color: #0e3560;
      font-weight: 900;
      font-size: 15px;
      padding-top: 2px; }
    .template-talktopresident .identityaccept .profile .data__area {
      color: #00162A;
      font-size: 14px; }

.template-talktopresident .identityaccept input[type=text] {
  display: block; }

.template-talktopresident .form-error-message {
  opacity: 1;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 600; }

.template-talktopresident textarea {
  width: 100%;
  height: 180px;
  font-size: 18px; }

.template-talktopresident input[type=file] {
  display: block; }

@media (max-width: 500px) {
  .template-talktopresident .title {
    white-space: nowrap;
    font-size: 150%;
    font-weight: bold; }
  .template-talktopresident .col-picture {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center; }
  .template-talktopresident .kiosk-auth .breadcrumb__col-left {
    text-align: center; } }

.template-directconnection .row-header {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.template-directconnection .col-picture {
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
      flex-grow: 0; }

.template-directconnection .col-title {
  white-space: nowrap; }

.template-directconnection .picture {
  margin-right: 20px; }
  .template-directconnection .picture img {
    width: 100px;
    height: 100px;
    border-radius: 100%; }

.template-directconnection .title {
  white-space: nowrap;
  font-size: 200%; }

.template-directconnection .kiosk-auth .breadcrumb {
  list-style: none;
  overflow: hidden;
  font: 18px Helvetica, Arial, Sans-Serif;
  padding: 0;
  text-transform: uppercase; }
  .template-directconnection .kiosk-auth .breadcrumb li {
    float: left; }
    .template-directconnection .kiosk-auth .breadcrumb li a {
      color: #5c8db7;
      text-decoration: none;
      padding: 0 1px 0 40px;
      background: #fff;
      position: relative;
      display: block;
      float: left;
      line-height: 39px;
      font-weight: bold;
      margin: 0 0 0 0;
      pointer-events: none;
      cursor: default; }
      .template-directconnection .kiosk-auth .breadcrumb li a span {
        background: #5c8db7;
        border-radius: 10px;
        margin: 5px 7px 0 0;
        display: block;
        float: left;
        padding: 5px 6px;
        color: #ffffff;
        font-size: 16px;
        line-height: 17px; }
      .template-directconnection .kiosk-auth .breadcrumb li a:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 30px solid #ffffff;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        left: 100%;
        z-index: 2; }
      .template-directconnection .kiosk-auth .breadcrumb li a:before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 30px solid white;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        margin-left: 1px;
        left: 100%;
        z-index: 1; }
    .template-directconnection .kiosk-auth .breadcrumb li:first-child a {
      padding-left: 10px; }
    .template-directconnection .kiosk-auth .breadcrumb li.active a {
      background: #5c8db7;
      color: #ffffff; }
      .template-directconnection .kiosk-auth .breadcrumb li.active a span {
        background: #ffffff;
        color: #5c8db7; }
      .template-directconnection .kiosk-auth .breadcrumb li.active a:after {
        border: 0; }
      .template-directconnection .kiosk-auth .breadcrumb li.active a:before {
        border-left-color: #5c8db7;
        left: 99%; }
  @media only screen and (max-width: 850px) {
    .template-directconnection .kiosk-auth .breadcrumb li {
      clear: left; }
      .template-directconnection .kiosk-auth .breadcrumb li a {
        padding: 0 12px; }
      .template-directconnection .kiosk-auth .breadcrumb li a:after,
      .template-directconnection .kiosk-auth .breadcrumb li a:before {
        display: none; } }
  .template-directconnection .kiosk-auth .breadcrumb__row {
    -webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center; }
  .template-directconnection .kiosk-auth .breadcrumb__col-left {
    text-align: right; }

.template-directconnection .kiosk-auth .identityaccept .data-row {
  margin-left: 10px; }

.template-directconnection .kiosk-auth .identityaccept .col {
  padding: 10px 0px 0px 0px; }

.template-directconnection .identityaccept .profile {
  margin: 0px 10px 0px 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .template-directconnection .identityaccept .profile .picture {
    width: 46px;
    height: 46px;
    border-width: 2px;
    border-style: solid;
    border-color: #23acd8;
    border-image: initial;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100%;
    overflow: hidden;
    background: white;
    margin: 0vh 1vh 0vh 1vh; }
  .template-directconnection .identityaccept .profile .data {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .template-directconnection .identityaccept .profile .data__nome {
      color: #0e3560;
      font-weight: 900;
      font-size: 15px;
      padding-top: 2px; }
    .template-directconnection .identityaccept .profile .data__area {
      color: #00162A;
      font-size: 14px; }

.template-directconnection .identityaccept input[type=text] {
  display: block; }

.template-directconnection .form-error-message {
  opacity: 1;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 600; }

.template-directconnection textarea {
  width: 100%;
  height: 180px;
  font-size: 18px; }

.template-directconnection input[type=file] {
  display: block; }

.template-directconnection .radio-container {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  -webkit-column-count: 1;
          column-count: 1;
  /**********************************
    = Estilos para o radio button
    **********************************/
  /***********************************
    = Fim dos estilos para o radio button
    ***********************************/ }
  .template-directconnection .radio-container.channels-columns-two {
    -webkit-column-count: 2;
            column-count: 2; }
  .template-directconnection .radio-container.channels-columns-three {
    -webkit-column-count: 3;
            column-count: 3; }
  .template-directconnection .radio-container.channels-columns-four-and-more {
    -webkit-column-count: 4;
            column-count: 4; }
  @media (max-width: 991.98px) {
    .template-directconnection .radio-container {
      -webkit-column-count: 2 !important;
              column-count: 2 !important; } }
  @media (max-width: 575.98px) {
    .template-directconnection .radio-container {
      -webkit-column-count: 1 !important;
              column-count: 1 !important; } }
  .template-directconnection .radio-container li label {
    display: block;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    padding-left: 18px; }
    .template-directconnection .radio-container li label input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    .template-directconnection .radio-container li label span {
      position: absolute;
      top: 0;
      left: 0;
      height: 16px;
      width: 16px;
      border-radius: 50%;
      background-color: #ccc;
      margin-top: 4px; }
    .template-directconnection .radio-container li label:hover input ~ .checkmark {
      background-color: #23ACD8; }
    .template-directconnection .radio-container li label input:checked ~ .checkmark {
      background-color: #003460; }
    .template-directconnection .radio-container li label .checkmark {
      transition: all 0.50s ease; }
      .template-directconnection .radio-container li label .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        top: 3px;
        left: 3px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: white; }
    .template-directconnection .radio-container li label input:checked ~ .checkmark:after {
      display: block; }
  .template-directconnection .radio-container .radio-item {
    font-size: 18px;
    text-align: left;
    margin-bottom: 9px;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    /* Firefox */
    break-inside: avoid;
    /* IE 10+ */ }

@media (max-width: 500px) {
  .template-directconnection .title {
    white-space: nowrap;
    font-size: 150%;
    font-weight: bold; }
  .template-directconnection .col-picture {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center; }
  .template-directconnection .kiosk-auth .breadcrumb__col-left {
    text-align: center; } }

/**
 * Instead of bloating existing files with dirty changes
 * and forget to clean it up, add you modifications here,
 * you'll then remember to review it later
 */
