.nav .login {
  background: transparent;
  border: 1px solid #4d4d4d;
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #4d4d4d;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 15px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  margin-bottom: 0px !important;
}

.nav .login:hover {
  border: 1px solid #00194c;
  background: #00194c;
  color: #FFFFFF;
}

.nav .buttons .intranet {
  background: transparent;
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #9e9e9e;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 0px;
  margin-right: 15px;
}

.nav .buttons .intranet:hover {
  border-bottom: 1px solid #00194c;
}

.banner-text .text-content .text a, .banner-image .text-content .text a {
  color: #FFFFFF;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
  margin-top: 45px;
  width: 215px;
}

.banner-text .text-content .text a .button, .banner-image .text-content .text a .button {
  border: 1px solid #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 0px;
  width: 215px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

.banner-text .text-content .text a:hover .button, .banner-image .text-content .text a:hover .button {
  color: #00194c;
  background: #FFFFFF;
}

.join a {
  color: #00194c;
  text-decoration: none;
  width: 218px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.join a .button {
  margin: 0px;
  border: 1px solid #00194c;
  text-align: center;
  padding: 18px 0px;
  margin-top: 40px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  width: 218px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

.join a:hover .button {
  color: #FFFFFF;
  background: #00194c;
}

.media .button {
  border: 1px solid #00194c;
  padding: 18px 0px;
  margin-top: 40px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 40px 0px;
}

.media .button:hover {
  color: #FFFFFF !important;
  background: #00194c;
}

.loadMore .button {
  border: 1px solid #00194c;
  width: 268px;
  height: 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

.loadMore .button:hover {
  background: #00194c;
  color: #FFFFFF;
  width: 268px;
}

.team .team-content .team-text a {
  color: #00194c;
  text-decoration: none;
}

.team .team-content .team-text a .button {
  margin: 0px;
  border: 1px solid #00194c;
  text-align: center;
  padding: 18px 0px;
  margin-top: 40px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  width: 218px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

.team .team-content .team-text a:hover .button {
  background: #00194c;
  color: #FFFFFF;
}

.team .item .text-content a {
  width: 100%;
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.team .item .text-content a .button {
  margin: 15px 0px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

.team .item .text-content a:hover .button {
  background: #FFFFFF;
  color: #00194c !important;
}

.downloads .buttons a:hover {
  background: #FFFFFF;
  color: #00194c !important;
}

.downloads .buttons a.join:hover {
  background: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
  color: #00194c !important;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  background: #398f14;
}

div.wpcf7-mail-sent-ng {
  border: 2px solid #ff0000;
  background: #ff0000;
}

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
  background: #ffa500;
}

div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
  background: #f7e700;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-family: 'Poppins', sans-serif;
  color: #00194c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Bottom gradient (optional, but recommended)*/
}

body .menu {
  width: 100%;
  height: auto;
  background: #FFFFFF;
}

body .menu .banner-image {
  width: 100%;
  height: 453px;
  margin-top: 88px;
}

body .menu .banner-image .background {
  width: 100%;
  height: 453px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

body .menu .nav-menu {
  width: 100%;
  height: 88px;
  z-index: 999;
  position: fixed;
  top: 0px;
  background: #FFFFFF;
  border-bottom: 1px solid #ececec;
}

body .menu .container {
  max-width: 844px;
  margin: 0px auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 88px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

body .menu .container .logo {
  height: 26px;
  z-index: 9999;
}

body .menu .container .logo a .svg {
  width: auto;
  height: 100%;
}

body .menu .container .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 844px;
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
}

body .menu .container .nav .menu-primary-menu-container ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 292px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px;
  margin: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  height: 87px;
  position: absolute;
}

body .menu .container .nav .menu-primary-menu-container ul li a {
  font-size: 10px;
  line-height: 27px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #00194c;
  padding-bottom: 5px;
}

body .menu .container .nav .menu-primary-menu-container ul li a:hover {
  border-bottom: 1px solid #00194c;
}

body .menu .container .nav .menu-primary-menu-container ul .current_page_item a {
  border-bottom: 1px solid #00194c;
}

body .menu .container .nav .buttons {
  position: absolute;
  right: 0px;
  height: 88px;
  top: 29px;
}

body .header-map {
  width: 100%;
  height: 425px;
  position: relative;
  margin-top: 88px;
}

body .header-map .background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
}

body .header-map .map-location {
  position: absolute;
  width: 100%;
  height: 100%;
}

body .container, body .container-banner, body .container-map {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 88px;
  z-index: 99;
}

body .container .banner-text, body .container-banner .banner-text, body .container-map .banner-text {
  width: 100%;
  height: auto;
  background: #00194c;
  padding: 120px 0px;
  margin-top: 0px;
}

body .container .banner-text .text-content, body .container-banner .banner-text .text-content, body .container-map .banner-text .text-content {
  margin: 0px auto;
  max-width: 844px;
  width: 100%;
  color: #FFFFFF;
}

body .container .banner-text .text-content .title, body .container-banner .banner-text .text-content .title, body .container-map .banner-text .text-content .title {
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -0.025em;
  margin-bottom: 39px;
  font-weight: 300;
}

body .container .banner-text .text-content .text, body .container-banner .banner-text .text-content .text, body .container-map .banner-text .text-content .text {
  font-size: 16px;
  line-height: 30px;
  padding-right: 185px;
}

body .container .banner-image, body .container-banner .banner-image, body .container-map .banner-image {
  width: 100%;
  height: auto;
  position: relative;
}

body .container .banner-image .text-content, body .container-banner .banner-image .text-content, body .container-map .banner-image .text-content {
  margin: 0px auto;
  max-width: 844px;
  width: 100%;
  position: relative;
}

body .container .banner-image .text-content .title, body .container-banner .banner-image .text-content .title, body .container-map .banner-image .text-content .title {
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -0.025em;
  margin-bottom: 69px;
  font-weight: 300;
  color: #FFFFFF;
}

body .container .banner-image .text-content .text, body .container-banner .banner-image .text-content .text, body .container-map .banner-image .text-content .text {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(55.7%, #00194c), color-stop(55.7%, rgba(0, 14, 50, 0.9)));
  background: linear-gradient(0deg, #00194c 55.7%, rgba(0, 14, 50, 0.9) 55.7%);
  color: #FFFFFF;
  padding: 75px 130px;
  font-size: 16px;
  line-height: 30px;
}

body .container .row, body .container-banner .row, body .container-map .row {
  width: 100%;
  height: auto;
}

body .container .row .content-row, body .container-banner .row .content-row, body .container-map .row .content-row {
  max-width: 844px;
  width: 100%;
  margin: 0px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

body .container .row .content-row .join, body .container-banner .row .content-row .join, body .container-map .row .content-row .join {
  width: 556px;
  padding-top: 122px;
}

body .container .row .content-row .join h3, body .container-banner .row .content-row .join h3, body .container-map .row .content-row .join h3 {
  max-width: 495px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin: 0px;
  margin-bottom: 40px;
}

body .container .row .content-row .join p, body .container-banner .row .content-row .join p, body .container-map .row .content-row .join p {
  max-width: 455px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

body .container .row .content-row .media, body .container-banner .row .content-row .media, body .container-map .row .content-row .media {
  width: 292px;
  height: 100%;
  background: #9e9e9e;
  padding: 44px 0px;
}

body .container .row .content-row .media a, body .container-banner .row .content-row .media a, body .container-map .row .content-row .media a {
  color: #00194c;
  text-decoration: none;
}

body .container .row .content-row .media a .item, body .container-banner .row .content-row .media a .item, body .container-map .row .content-row .media a .item {
  padding: 15px 45px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

body .container .row .content-row .media a .item .content h3, body .container-banner .row .content-row .media a .item .content h3, body .container-map .row .content-row .media a .item .content h3 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0px;
  margin-bottom: 11px;
}

body .container .row .content-row .media a .item .bottom, body .container-banner .row .content-row .media a .item .bottom, body .container-map .row .content-row .media a .item .bottom {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

body .container .row .content-row .media a .item .bottom .line, body .container-banner .row .content-row .media a .item .bottom .line, body .container-map .row .content-row .media a .item .bottom .line {
  width: 27px;
  height: 2px;
  background: #FFFFFF;
  margin-left: 15px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

body .container .row .content-row .media a:hover .item, body .container-banner .row .content-row .media a:hover .item, body .container-map .row .content-row .media a:hover .item {
  background: #b8b8b8;
}

body .container .row .content-row .media a:hover .item .bottom .line, body .container-banner .row .content-row .media a:hover .item .bottom .line, body .container-map .row .content-row .media a:hover .item .bottom .line {
  width: 100px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

body .container .row .team, body .container-banner .row .team, body .container-map .row .team {
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, #ececec), color-stop(70%, #FFFFFF));
  background: linear-gradient(90deg, #ececec 70%, #FFFFFF 70%);
  margin-bottom: 160px;
}

body .container .row .team .team-content, body .container-banner .row .team .team-content, body .container-map .row .team .team-content {
  max-width: 844px;
  width: 100%;
  margin: 0px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

body .container .row .team .team-content .team-text, body .container-banner .row .team .team-content .team-text, body .container-map .row .team .team-content .team-text {
  padding: 120px 0px;
  max-width: 480px;
}

body .container .row .team .team-content .team-text h3, body .container-banner .row .team .team-content .team-text h3, body .container-map .row .team .team-content .team-text h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin: 0px;
  margin-bottom: 40px;
}

body .container .row .team .team-content .team-text p, body .container-banner .row .team .team-content .team-text p, body .container-map .row .team .team-content .team-text p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

body .container .row .team .team-content .team-pic, body .container-banner .row .team .team-content .team-pic, body .container-map .row .team .team-content .team-pic {
  width: 290px;
  height: 398px;
  position: absolute;
  bottom: -90px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .container .row .team .team-content .team-pic .image, body .container-banner .row .team .team-content .team-pic .image, body .container-map .row .team .team-content .team-pic .image {
  width: 100%;
  height: 309px;
  background: #9e9e9e;
  overflow: hidden;
  position: relative;
}

body .container .row .team .team-content .team-pic .image img, body .container-banner .row .team .team-content .team-pic .image img, body .container-map .row .team .team-content .team-pic .image img {
  width: 100%;
  height: auto;
  margin-top: -25px;
}

body .container .row .team .team-content .team-pic .description, body .container-banner .row .team .team-content .team-pic .description, body .container-map .row .team .team-content .team-pic .description {
  height: 90px;
  width: 100%;
  background: #00194c;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body .container .row .team .team-content .team-pic .description .info, body .container-banner .row .team .team-content .team-pic .description .info, body .container-map .row .team .team-content .team-pic .description .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 154px);
  padding: 0px 32px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body .container .row .team .team-content .team-pic .description .info span, body .container .row .team .team-content .team-pic .description .info .bold, body .container-banner .row .team .team-content .team-pic .description .info span, body .container-banner .row .team .team-content .team-pic .description .info .bold, body .container-map .row .team .team-content .team-pic .description .info span, body .container-map .row .team .team-content .team-pic .description .info .bold {
  color: #FFFFFF;
  font-size: 10px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body .container .row .team .team-content .team-pic .description .info span.bold, body .container .row .team .team-content .team-pic .description .info .bold.bold, body .container-banner .row .team .team-content .team-pic .description .info span.bold, body .container-banner .row .team .team-content .team-pic .description .info .bold.bold, body .container-map .row .team .team-content .team-pic .description .info span.bold, body .container-map .row .team .team-content .team-pic .description .info .bold.bold {
  text-transform: none;
  font-size: 14px;
  line-height: 40px;
  font-weight: 600;
}

body .container .row .team .team-content .team-pic .description .play, body .container-banner .row .team .team-content .team-pic .description .play, body .container-map .row .team .team-content .team-pic .description .play {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  right: 0;
  background: #9e9e9e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  cursor: pointer;
}

body .container .row .team .team-content .team-pic .description .play .svg, body .container-banner .row .team .team-content .team-pic .description .play .svg, body .container-map .row .team .team-content .team-pic .description .play .svg {
  height: 36px;
  width: auto;
}

body .container .row .team .team-content .team-pic .description .play .svg polygon, body .container-banner .row .team .team-content .team-pic .description .play .svg polygon, body .container-map .row .team .team-content .team-pic .description .play .svg polygon {
  stroke: #FFFFFF;
}

body .container .row .team .team-content .team-pic .description .play:hover, body .container-banner .row .team .team-content .team-pic .description .play:hover, body .container-map .row .team .team-content .team-pic .description .play:hover {
  background: #00194c;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

body .container .row .team .team-content .team-pic .description .bio-description, body .container-banner .row .team .team-content .team-pic .description .bio-description, body .container-map .row .team .team-content .team-pic .description .bio-description {
  display: none;
}

body .container .row .slider, body .container-banner .row .slider, body .container-map .row .slider {
  max-width: 844px;
  width: 100%;
  margin: 66px auto;
  background: #00194c;
  padding-bottom: 25px;
  height: auto;
}

body .container .row .slider h3, body .container-banner .row .slider h3, body .container-map .row .slider h3 {
  padding: 60px 130px 25px;
  margin: 0px;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

body .container .row .slider .carrousel-content, body .container-banner .row .slider .carrousel-content, body .container-map .row .slider .carrousel-content {
  margin: 0px;
  height: 70%;
  padding: 0px 130px;
}

body .container .row .slider .carrousel-content div .item p, body .container-banner .row .slider .carrousel-content div .item p, body .container-map .row .slider .carrousel-content div .item p {
  color: #FFFFFF;
  margin: 0px;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.02em;
}

body .container .row .slider .carrousel-content div .item .info, body .container-banner .row .slider .carrousel-content div .item .info, body .container-map .row .slider .carrousel-content div .item .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}

body .container .row .slider .carrousel-content div .item .info span, body .container-banner .row .slider .carrousel-content div .item .info span, body .container-map .row .slider .carrousel-content div .item .info span {
  color: #9e9e9e;
  font-size: 12px;
  height: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body .container .row .slider .carrousel-content .owl-prev i, body .container .row .slider .carrousel-content .owl-next i, body .container-banner .row .slider .carrousel-content .owl-prev i, body .container-banner .row .slider .carrousel-content .owl-next i, body .container-map .row .slider .carrousel-content .owl-prev i, body .container-map .row .slider .carrousel-content .owl-next i {
  -webkit-transform: scale(1);
          transform: scale(1);
  color: #FFFFFF;
}

body .container .row .advisers, body .container-banner .row .advisers, body .container-map .row .advisers {
  max-width: 844px;
  width: 100%;
  margin: 0px auto;
  height: auto;
}

body .container .row .advisers h3, body .container-banner .row .advisers h3, body .container-map .row .advisers h3 {
  margin: 0px;
  color: #00194c;
  font-size: 32px;
  line-height: 45px;
  letter-spacing: 0.01em;
  font-weight: 400;
}

body .container .row .advisers .story-advisers, body .container-banner .row .advisers .story-advisers, body .container-map .row .advisers .story-advisers {
  margin-top: 0px;
  background: #FFF;
  margin-bottom: 0px;
}

body .container .row .advisers .story-advisers .content-story .text, body .container-banner .row .advisers .story-advisers .content-story .text, body .container-map .row .advisers .story-advisers .content-story .text {
  color: #00194c;
  padding: 25px 0px 0px;
  max-width: 560px;
}

body .container .row .advisers .advisers_carrousel, body .container-banner .row .advisers .advisers_carrousel, body .container-map .row .advisers .advisers_carrousel {
  margin: 0px;
  height: 70%;
  padding: 40px 75px 90px;
}

body .container .row .advisers .advisers_carrousel div, body .container-banner .row .advisers .advisers_carrousel div, body .container-map .row .advisers .advisers_carrousel div {
  height: 100%;
  width: 100%;
}

body .container .row .advisers .advisers_carrousel .owl-stage-outer, body .container-banner .row .advisers .advisers_carrousel .owl-stage-outer, body .container-map .row .advisers .advisers_carrousel .owl-stage-outer {
  z-index: 9999;
}

body .container .row .advisers .advisers_carrousel div .item, body .container-banner .row .advisers .advisers_carrousel div .item, body .container-map .row .advisers .advisers_carrousel div .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px;
}

body .container .row .advisers .advisers_carrousel div .item a, body .container-banner .row .advisers .advisers_carrousel div .item a, body .container-map .row .advisers .advisers_carrousel div .item a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .container .row .advisers .advisers_carrousel div .item a img, body .container-banner .row .advisers .advisers_carrousel div .item a img, body .container-map .row .advisers .advisers_carrousel div .item a img {
  height: 60px;
  width: auto;
}

body .container .row .advisers .advisers_carrousel .owl-prev i, body .container .row .advisers .advisers_carrousel .owl-next i, body .container-banner .row .advisers .advisers_carrousel .owl-prev i, body .container-banner .row .advisers .advisers_carrousel .owl-next i, body .container-map .row .advisers .advisers_carrousel .owl-prev i, body .container-map .row .advisers .advisers_carrousel .owl-next i {
  -webkit-transform: scale(1);
          transform: scale(1);
  color: #000000 !important;
}

body .container .row .advisers .advisers_carrousel .owl-nav.disabled, body .container-banner .row .advisers .advisers_carrousel .owl-nav.disabled, body .container-map .row .advisers .advisers_carrousel .owl-nav.disabled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  z-index: 99;
}

body .container .row .advisers .advisers_carrousel .owl-nav, body .container-banner .row .advisers .advisers_carrousel .owl-nav, body .container-map .row .advisers .advisers_carrousel .owl-nav {
  left: 0px;
  padding: 0px;
  top: 0px;
  margin-top: 0px !important;
}

body .container .row .advisers .advisers_carrousel .owl-nav .owl-prev, body .container-banner .row .advisers .advisers_carrousel .owl-nav .owl-prev, body .container-map .row .advisers .advisers_carrousel .owl-nav .owl-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0px;
  padding: 0px;
  margin-left: -75px;
  width: auto;
}

body .container .row .advisers .advisers_carrousel .owl-nav .owl-next, body .container-banner .row .advisers .advisers_carrousel .owl-nav .owl-next, body .container-map .row .advisers .advisers_carrousel .owl-nav .owl-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0px;
  padding: 0px;
  margin-right: -75px;
  width: auto;
}

body .container .row .advisers .advisers_carrousel .owl-dots, body .container-banner .row .advisers .advisers_carrousel .owl-dots, body .container-map .row .advisers .advisers_carrousel .owl-dots {
  display: none;
}

body .container .row .advisers .advisers_carrousel .bio-description, body .container-banner .row .advisers .advisers_carrousel .bio-description, body .container-map .row .advisers .advisers_carrousel .bio-description {
  display: none;
}

body .container .row .map-info, body .container-banner .row .map-info, body .container-map .row .map-info {
  max-width: 844px;
  width: 100%;
  margin: 0px auto;
  background: #ececec;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 50px;
}

body .container .row .map-info .content, body .container-banner .row .map-info .content, body .container-map .row .map-info .content {
  width: calc(344px - 90px);
  padding: 60px 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .container .row .map-info .content span, body .container .row .map-info .content .bold, body .container-banner .row .map-info .content span, body .container-banner .row .map-info .content .bold, body .container-map .row .map-info .content span, body .container-map .row .map-info .content .bold {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

body .container .row .map-info .content span.bold, body .container .row .map-info .content .bold.bold, body .container-banner .row .map-info .content span.bold, body .container-banner .row .map-info .content .bold.bold, body .container-map .row .map-info .content span.bold, body .container-map .row .map-info .content .bold.bold {
  font-weight: 600;
}

body .container .row .map-info .content a, body .container-banner .row .map-info .content a, body .container-map .row .map-info .content a {
  text-decoration: none;
  color: #00194c;
}

body .container .row .services, body .container-banner .row .services, body .container-map .row .services {
  max-width: 844px;
  width: 100%;
  margin: 76px auto;
}

body .container .row .services .title, body .container-banner .row .services .title, body .container-map .row .services .title {
  font-size: 32px;
  line-height: 45px;
  letter-spacing: 0.01em;
  font-weight: 400;
  margin-bottom: 17px;
}

body .container .row .services .text, body .container-banner .row .services .text, body .container-map .row .services .text {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 37px;
}

body .container .row .services .services-mobile, body .container-banner .row .services .services-mobile, body .container-map .row .services .services-mobile {
  display: none;
}

body .container .row .services .services-mobile .owl-carousel a, body .container-banner .row .services .services-mobile .owl-carousel a, body .container-map .row .services .services-mobile .owl-carousel a {
  color: #00194c;
  text-decoration: none;
}

body .container .row .services .services-content, body .container-banner .row .services .services-content, body .container-map .row .services .services-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

body .container .row .services .services-content .row-1, body .container .row .services .services-content .row-2, body .container-banner .row .services .services-content .row-1, body .container-banner .row .services .services-content .row-2, body .container-map .row .services .services-content .row-1, body .container-map .row .services .services-content .row-2 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 533px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-left: -58px;
}

body .container .row .services .services-content .row-1 a, body .container .row .services .services-content .row-2 a, body .container-banner .row .services .services-content .row-1 a, body .container-banner .row .services .services-content .row-2 a, body .container-map .row .services .services-content .row-1 a, body .container-map .row .services .services-content .row-2 a {
  text-decoration: none;
  color: #00194c;
}

body .container .row .services .services-content .row-1 .item, body .container .row .services .services-content .row-2 .item, body .container-banner .row .services .services-content .row-1 .item, body .container-banner .row .services .services-content .row-2 .item, body .container-map .row .services .services-content .row-1 .item, body .container-map .row .services .services-content .row-2 .item {
  background: #ececec;
  width: 166px;
  height: calc(163px - 25px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 25px;
  margin: 9px 0px;
}

body .container .row .services .services-content .row-1 .item .svg, body .container .row .services .services-content .row-2 .item .svg, body .container-banner .row .services .services-content .row-1 .item .svg, body .container-banner .row .services .services-content .row-2 .item .svg, body .container-map .row .services .services-content .row-1 .item .svg, body .container-map .row .services .services-content .row-2 .item .svg {
  width: 60px;
  height: 60px;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body .container .row .services .services-content .row-1 .item .svg svg, body .container .row .services .services-content .row-2 .item .svg svg, body .container-banner .row .services .services-content .row-1 .item .svg svg, body .container-banner .row .services .services-content .row-2 .item .svg svg, body .container-map .row .services .services-content .row-1 .item .svg svg, body .container-map .row .services .services-content .row-2 .item .svg svg {
  position: absolute;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  stroke-width: 1.7px;
  left: -15px;
  right: 0;
  top: -10px;
}

body .container .row .services .services-content .row-1 .item span, body .container .row .services .services-content .row-2 .item span, body .container-banner .row .services .services-content .row-1 .item span, body .container-banner .row .services .services-content .row-2 .item span, body .container-map .row .services .services-content .row-1 .item span, body .container-map .row .services .services-content .row-2 .item span {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  padding: 0px 15px;
  margin: 15px 0px;
}

body .container .row .services .services-content .row-1.row-2, body .container .row .services .services-content .row-2.row-2, body .container-banner .row .services .services-content .row-1.row-2, body .container-banner .row .services .services-content .row-2.row-2, body .container-map .row .services .services-content .row-1.row-2, body .container-map .row .services .services-content .row-2.row-2 {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-left: 0px;
}

body .container .row .board, body .container-banner .row .board, body .container-map .row .board {
  max-width: 844px;
  width: 100%;
  margin: 0px auto;
  position: relative;
}

body .container .row .board .text, body .container-banner .row .board .text, body .container-map .row .board .text {
  max-width: 415px;
  margin-bottom: 103px;
}

body .container .row .board .text h3, body .container-banner .row .board .text h3, body .container-map .row .board .text h3 {
  font-size: 32px;
  line-height: 53px;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin: 0px;
  margin-bottom: 24px;
}

body .container .row .board .text p, body .container-banner .row .board .text p, body .container-map .row .board .text p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin: 0px;
}

body .container .row .board .team, body .container-banner .row .board .team, body .container-map .row .board .team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  background: transparent;
}

body .container .row .board .team .item, body .container-banner .row .board .team .item, body .container-map .row .board .team .item {
  width: 202px;
  height: 400px;
  position: relative;
}

body .container .row .board .team .item .img, body .container-banner .row .board .team .item .img, body .container-map .row .board .team .item .img {
  position: relative;
  width: 202px;
  height: 232px;
  overflow: hidden;
}

body .container .row .board .team .item .img img, body .container-banner .row .board .team .item .img img, body .container-map .row .board .team .item .img img {
  width: 100%;
  height: auto;
}

body .container .row .board .team .item .text-content, body .container-banner .row .board .team .item .text-content, body .container-map .row .board .team .item .text-content {
  background: #00194c;
  color: #FFFFFF;
  width: calc(100% - 40px);
  height: calc(130px - 20px);
  padding: 10px 20px;
}

body .container .row .board .team .item .text-content .info, body .container-banner .row .board .team .item .text-content .info, body .container-map .row .board .team .item .text-content .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .container .row .board .team .item .text-content .info .name, body .container .row .board .team .item .text-content .info span, body .container-banner .row .board .team .item .text-content .info .name, body .container-banner .row .board .team .item .text-content .info span, body .container-map .row .board .team .item .text-content .info .name, body .container-map .row .board .team .item .text-content .info span {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.03em;
}

body .container .row .board .team .item .text-content .info .name.name, body .container .row .board .team .item .text-content .info span.name, body .container-banner .row .board .team .item .text-content .info .name.name, body .container-banner .row .board .team .item .text-content .info span.name, body .container-map .row .board .team .item .text-content .info .name.name, body .container-map .row .board .team .item .text-content .info span.name {
  font-weight: 600;
  font-size: 16px;
  line-height: 39px;
  text-transform: none;
}

body .container .row .board .team .item .text-content .bottom, body .container-banner .row .board .team .item .text-content .bottom, body .container-map .row .board .team .item .text-content .bottom {
  padding-top: 20px;
}

body .container .row .board .team .item .text-content .bottom .top a, body .container .row .board .team .item .text-content .bottom .top-open a, body .container-banner .row .board .team .item .text-content .bottom .top a, body .container-banner .row .board .team .item .text-content .bottom .top-open a, body .container-map .row .board .team .item .text-content .bottom .top a, body .container-map .row .board .team .item .text-content .bottom .top-open a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #FFFFFF;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 6px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

body .container .row .board .team .item .text-content .bottom .top a:hover, body .container .row .board .team .item .text-content .bottom .top-open a:hover, body .container-banner .row .board .team .item .text-content .bottom .top a:hover, body .container-banner .row .board .team .item .text-content .bottom .top-open a:hover, body .container-map .row .board .team .item .text-content .bottom .top a:hover, body .container-map .row .board .team .item .text-content .bottom .top-open a:hover {
  color: #9e9e9e;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

body .container .row .board .team .item .text-content .bottom .top a:hover .line, body .container .row .board .team .item .text-content .bottom .top-open a:hover .line, body .container-banner .row .board .team .item .text-content .bottom .top a:hover .line, body .container-banner .row .board .team .item .text-content .bottom .top-open a:hover .line, body .container-map .row .board .team .item .text-content .bottom .top a:hover .line, body .container-map .row .board .team .item .text-content .bottom .top-open a:hover .line {
  background: #9e9e9e;
  width: 60px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

body .container .row .board .team .item .text-content .bottom .top .line, body .container .row .board .team .item .text-content .bottom .top-open .line, body .container-banner .row .board .team .item .text-content .bottom .top .line, body .container-banner .row .board .team .item .text-content .bottom .top-open .line, body .container-map .row .board .team .item .text-content .bottom .top .line, body .container-map .row .board .team .item .text-content .bottom .top-open .line {
  background: #FFFFFF;
  width: 44px;
  height: 2px;
  margin-left: 10px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

body .container .row .board .team .item .text-content .bottom .top-open, body .container-banner .row .board .team .item .text-content .bottom .top-open, body .container-map .row .board .team .item .text-content .bottom .top-open {
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 600;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .container .row .board .team .item .text-content .bottom .top-open a, body .container-banner .row .board .team .item .text-content .bottom .top-open a, body .container-map .row .board .team .item .text-content .bottom .top-open a {
  color: #FFFFFF;
}

body .container .row .board .team .item .text-content .bottom .top-open .line, body .container-banner .row .board .team .item .text-content .bottom .top-open .line, body .container-map .row .board .team .item .text-content .bottom .top-open .line {
  background: #FFFFFF;
  width: 44px;
  height: 2px;
  margin-left: 10px;
}

body .container .row .board .team .item .text-content .bottom .bio-description, body .container-banner .row .board .team .item .text-content .bottom .bio-description, body .container-map .row .board .team .item .text-content .bottom .bio-description {
  display: none;
  background: #9e9e9e;
  z-index: 99999;
  position: absolute;
  left: 0px;
  width: calc(202px - 40px);
  padding: 20px;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .container .row .board .team .item .text-content .bottom .bio-description .contact, body .container-banner .row .board .team .item .text-content .bottom .bio-description .contact, body .container-map .row .board .team .item .text-content .bottom .bio-description .contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .container .row .board .team .item:nth-child(3), body .container .row .board .team .item:nth-child(4), body .container-banner .row .board .team .item:nth-child(3), body .container-banner .row .board .team .item:nth-child(4), body .container-map .row .board .team .item:nth-child(3), body .container-map .row .board .team .item:nth-child(4) {
  margin-top: -186px;
}

body .container .row .story, body .container .row .story-advisers, body .container-banner .row .story, body .container-banner .row .story-advisers, body .container-map .row .story, body .container-map .row .story-advisers {
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, #00194c), color-stop(70%, #FFFFFF));
  background: linear-gradient(90deg, #00194c 70%, #FFFFFF 70%);
  margin-top: 200px;
  margin-bottom: 90px;
}

body .container .row .story .content-story, body .container .row .story-advisers .content-story, body .container-banner .row .story .content-story, body .container-banner .row .story-advisers .content-story, body .container-map .row .story .content-story, body .container-map .row .story-advisers .content-story {
  max-width: 844px;
  width: 100%;
  margin: 0px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

body .container .row .story .content-story .text, body .container .row .story-advisers .content-story .text, body .container-banner .row .story .content-story .text, body .container-banner .row .story-advisers .content-story .text, body .container-map .row .story .content-story .text, body .container-map .row .story-advisers .content-story .text {
  color: #FFFFFF;
  padding: 90px 0px;
  max-width: 575px;
}

body .container .row .story .content-story .text h3, body .container .row .story-advisers .content-story .text h3, body .container-banner .row .story .content-story .text h3, body .container-banner .row .story-advisers .content-story .text h3, body .container-map .row .story .content-story .text h3, body .container-map .row .story-advisers .content-story .text h3 {
  font-size: 32px;
  line-height: 45px;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin: 0px;
}

body .container .row .story .content-story .touch, body .container .row .story-advisers .content-story .touch, body .container-banner .row .story .content-story .touch, body .container-banner .row .story-advisers .content-story .touch, body .container-map .row .story .content-story .touch, body .container-map .row .story-advisers .content-story .touch {
  width: calc(306px - 80px);
  height: calc(306px - 80px);
  background: #a8a8a8;
  position: absolute;
  top: -200px;
  right: 0px;
  padding: 40px;
  color: #FFFFFF;
  position: relative;
}

body .container .row .story .content-story .touch .title, body .container .row .story-advisers .content-story .touch .title, body .container-banner .row .story .content-story .touch .title, body .container-banner .row .story-advisers .content-story .touch .title, body .container-map .row .story .content-story .touch .title, body .container-map .row .story-advisers .content-story .touch .title {
  text-transform: uppercase;
}

body .container .row .story .content-story .touch p, body .container .row .story-advisers .content-story .touch p, body .container-banner .row .story .content-story .touch p, body .container-banner .row .story-advisers .content-story .touch p, body .container-map .row .story .content-story .touch p, body .container-map .row .story-advisers .content-story .touch p {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.02em;
}

body .container .row .story .content-story .touch a, body .container .row .story-advisers .content-story .touch a, body .container-banner .row .story .content-story .touch a, body .container-banner .row .story-advisers .content-story .touch a, body .container-map .row .story .content-story .touch a, body .container-map .row .story-advisers .content-story .touch a {
  color: #FFFFFF;
  text-decoration: none;
}

body .container .row .story .content-story .touch a .bottom, body .container .row .story-advisers .content-story .touch a .bottom, body .container-banner .row .story .content-story .touch a .bottom, body .container-banner .row .story-advisers .content-story .touch a .bottom, body .container-map .row .story .content-story .touch a .bottom, body .container-map .row .story-advisers .content-story .touch a .bottom {
  font-size: 12px;
  line-height: 0px;
  letter-spacing: 0.01em;
  font-weight: 500;
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body .container .row .story .content-story .touch a .bottom .line, body .container .row .story-advisers .content-story .touch a .bottom .line, body .container-banner .row .story .content-story .touch a .bottom .line, body .container-banner .row .story-advisers .content-story .touch a .bottom .line, body .container-map .row .story .content-story .touch a .bottom .line, body .container-map .row .story-advisers .content-story .touch a .bottom .line {
  width: 44px;
  height: 2px;
  background: #ececec;
  margin-left: 35px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

body .container .row .story .content-story .touch a:hover .line, body .container .row .story-advisers .content-story .touch a:hover .line, body .container-banner .row .story .content-story .touch a:hover .line, body .container-banner .row .story-advisers .content-story .touch a:hover .line, body .container-map .row .story .content-story .touch a:hover .line, body .container-map .row .story-advisers .content-story .touch a:hover .line {
  width: 100px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

body .container .row .story-advisers, body .container-banner .row .story-advisers, body .container-map .row .story-advisers {
  margin-top: 0px;
}

body .container .row .news, body .container-banner .row .news, body .container-map .row .news {
  max-width: 864px;
  width: 100%;
  margin: 0px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 113px;
}

body .container .row .news a, body .container-banner .row .news a, body .container-map .row .news a {
  color: #FFFFFF;
  text-decoration: none;
  width: auto;
  margin: 10px;
}

body .container .row .news a .item, body .container .row .news a .item-grey, body .container-banner .row .news a .item, body .container-banner .row .news a .item-grey, body .container-map .row .news a .item, body .container-map .row .news a .item-grey {
  background: #00194c;
  width: calc(268px - 40px);
  height: calc(364px - 40px);
  padding: 20px;
  position: relative;
}

body .container .row .news a .item .date, body .container .row .news a .item-grey .date, body .container-banner .row .news a .item .date, body .container-banner .row .news a .item-grey .date, body .container-map .row .news a .item .date, body .container-map .row .news a .item-grey .date {
  font-size: 12px;
  line-height: 27px;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: absolute;
  top: 10px;
  left: 20px;
}

body .container .row .news a .item .content, body .container .row .news a .item-grey .content, body .container-banner .row .news a .item .content, body .container-banner .row .news a .item-grey .content, body .container-map .row .news a .item .content, body .container-map .row .news a .item-grey .content {
  margin-top: 54px;
}

body .container .row .news a .item .content h3, body .container .row .news a .item-grey .content h3, body .container-banner .row .news a .item .content h3, body .container-banner .row .news a .item-grey .content h3, body .container-map .row .news a .item .content h3, body .container-map .row .news a .item-grey .content h3 {
  margin: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

body .container .row .news a .item .bottom, body .container .row .news a .item-grey .bottom, body .container-banner .row .news a .item .bottom, body .container-banner .row .news a .item-grey .bottom, body .container-map .row .news a .item .bottom, body .container-map .row .news a .item-grey .bottom {
  font-size: 12px;
  line-height: 0px;
  letter-spacing: 0.01em;
  font-weight: 500;
  position: absolute;
  bottom: 30px;
  left: 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body .container .row .news a .item .bottom .line, body .container .row .news a .item-grey .bottom .line, body .container-banner .row .news a .item .bottom .line, body .container-banner .row .news a .item-grey .bottom .line, body .container-map .row .news a .item .bottom .line, body .container-map .row .news a .item-grey .bottom .line {
  width: 44px;
  height: 2px;
  background: #ececec;
  margin-left: 35px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

body .container .row .news a .item-grey, body .container-banner .row .news a .item-grey, body .container-map .row .news a .item-grey {
  background: #ececec !important;
  color: #00194c;
}

body .container .row .news a .item-grey .bottom .line, body .container-banner .row .news a .item-grey .bottom .line, body .container-map .row .news a .item-grey .bottom .line {
  background: #00194c;
}

body .container .row .news a:hover .item .bottom .line, body .container .row .news a:hover .item-grey .bottom .line, body .container-banner .row .news a:hover .item .bottom .line, body .container-banner .row .news a:hover .item-grey .bottom .line, body .container-map .row .news a:hover .item .bottom .line, body .container-map .row .news a:hover .item-grey .bottom .line {
  width: 110px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

body .container .row .loadMore, body .container-banner .row .loadMore, body .container-map .row .loadMore {
  margin: 25px auto;
  max-width: 844px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .container .row .loadMore a, body .container-banner .row .loadMore a, body .container-map .row .loadMore a {
  text-decoration: none;
  color: #00194c;
}

body .container .row .industry-mobile, body .container-banner .row .industry-mobile, body .container-map .row .industry-mobile {
  display: none;
}

body .container .row .industry, body .container-banner .row .industry, body .container-map .row .industry {
  max-width: 864px;
  width: 100%;
  margin: 0px auto;
  margin-top: 15px;
}

body .container .row .industry .title, body .container-banner .row .industry .title, body .container-map .row .industry .title {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 10px;
}

body .container .row .industry .mobile-industry, body .container-banner .row .industry .mobile-industry, body .container-map .row .industry .mobile-industry {
  display: none;
}

body .container .row .industry .news, body .container-banner .row .industry .news, body .container-map .row .industry .news {
  margin-bottom: 84px;
  max-width: 864px;
  margin-top: 20px;
}

body .container .row .industry .news a, body .container-banner .row .industry .news a, body .container-map .row .industry .news a {
  color: #FFFFFF !important;
  text-decoration: none;
}

body .container .row .industry .news .item, body .container-banner .row .industry .news .item, body .container-map .row .industry .news .item {
  width: calc(196px - 40px);
  height: calc(180px - 40px);
  background: #9e9e9e !important;
  padding: 20px;
  margin: 0px;
}

body .container .row .industry .news .item .date, body .container-banner .row .industry .news .item .date, body .container-map .row .industry .news .item .date {
  display: none;
}

body .container .row .industry .news .item .content, body .container-banner .row .industry .news .item .content, body .container-map .row .industry .news .item .content {
  margin: 0px;
}

body .container .row .industry .news .item .content h3, body .container-banner .row .industry .news .item .content h3, body .container-map .row .industry .news .item .content h3 {
  margin: 0px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
}

body .container .row .industry .news .item .bottom, body .container-banner .row .industry .news .item .bottom, body .container-map .row .industry .news .item .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body .container .row .industry .news .item .bottom .line, body .container-banner .row .industry .news .item .bottom .line, body .container-map .row .industry .news .item .bottom .line {
  margin-left: 15px;
}

body .container .row .industry .news .item:hover .bottom .line, body .container-banner .row .industry .news .item:hover .bottom .line, body .container-map .row .industry .news .item:hover .bottom .line {
  width: 70px;
}

body .container .row .article, body .container-banner .row .article, body .container-map .row .article {
  width: 100%;
  margin: 0px auto;
  position: relative;
  background: #ececec;
  padding: 52px 0px;
}

body .container .row .article .item, body .container-banner .row .article .item, body .container-map .row .article .item {
  width: 100%;
  margin: 0px auto;
  position: relative;
  max-width: 844px;
}

body .container .row .article .item .close, body .container-banner .row .article .item .close, body .container-map .row .article .item .close {
  position: absolute;
  right: 0px;
  width: 20px;
  height: 20px;
  z-index: 999;
}

body .container .row .article .item .close a img, body .container-banner .row .article .item .close a img, body .container-map .row .article .item .close a img {
  width: 100%;
  height: auto;
}

body .container .row .article .item .date, body .container-banner .row .article .item .date, body .container-map .row .article .item .date {
  font-size: 12px;
  line-height: 27px;
  letter-spacing: 0.05em;
  font-weight: 400;
}

body .container .row .article .item .title, body .container-banner .row .article .item .title, body .container-map .row .article .item .title {
  margin-top: 26px;
}

body .container .row .article .item .title h3, body .container-banner .row .article .item .title h3, body .container-map .row .article .item .title h3 {
  margin: 0px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  max-width: 520px;
}

body .container .row .article .item .content, body .container-banner .row .article .item .content, body .container-map .row .article .item .content {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 36px;
  padding-left: 177px;
  padding-right: 100px;
}

body .container .row .article .item .content .text, body .container-banner .row .article .item .content .text, body .container-map .row .article .item .content .text {
  -webkit-transition: max-height 1.5s ease;
  transition: max-height 1.5s ease;
  overflow: hidden;
  position: relative;
}

body .container .row .article .item .content .text-open, body .container-banner .row .article .item .content .text-open, body .container-map .row .article .item .content .text-open {
  -webkit-transition: max-height 1s ease;
  transition: max-height 1s ease;
}

body .container .row .article .item .content .bottom, body .container-banner .row .article .item .content .bottom, body .container-map .row .article .item .content .bottom {
  font-size: 12px;
  line-height: 27px;
  letter-spacing: 0.01em;
  font-weight: 600;
  width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #9e9e9e;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
  cursor: pointer;
}

body .container .row .article .item .content .bottom .line, body .container-banner .row .article .item .content .bottom .line, body .container-map .row .article .item .content .bottom .line {
  width: 44px;
  height: 2px;
  background: #9e9e9e;
  margin-left: 15px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

body .container .row .article .item .content .bottom:hover .line, body .container-banner .row .article .item .content .bottom:hover .line, body .container-map .row .article .item .content .bottom:hover .line {
  width: 100px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

body .container .row .article .item .content.active .text, body .container-banner .row .article .item .content.active .text, body .container-map .row .article .item .content.active .text {
  max-height: 100%;
}

body .container .row .employees, body .container-banner .row .employees, body .container-map .row .employees {
  width: 100%;
  padding: 25px 0px;
  height: 350px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(65%, #FFFFFF), color-stop(65%, #ececec));
  background: linear-gradient(0deg, #FFFFFF 65%, #ececec 65%);
  margin-bottom: 70px;
}

body .container .row .employees .item, body .container-banner .row .employees .item, body .container-map .row .employees .item {
  max-width: 844px;
  width: 100%;
  margin: 0px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  min-height: 329px;
}

body .container .row .employees .item .left, body .container-banner .row .employees .item .left, body .container-map .row .employees .item .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body .container .row .employees .item .left .person, body .container-banner .row .employees .item .left .person, body .container-map .row .employees .item .left .person {
  margin-right: 15px;
}

body .container .row .employees .item .left .person .image, body .container-banner .row .employees .item .left .person .image, body .container-map .row .employees .item .left .person .image {
  width: 270px;
  height: 270px;
  margin-bottom: 23px;
  overflow: hidden;
}

body .container .row .employees .item .left .person .image img, body .container-banner .row .employees .item .left .person .image img, body .container-map .row .employees .item .left .person .image img {
  width: 100%;
  height: auto;
  margin-top: -35px;
}

body .container .row .employees .item .left .person .text, body .container-banner .row .employees .item .left .person .text, body .container-map .row .employees .item .left .person .text {
  font-size: 12px;
  line-height: 18px;
  color: #9e9e9e;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 270px;
}

body .container .row .employees .item .left .person .text .name, body .container-banner .row .employees .item .left .person .text .name, body .container-map .row .employees .item .left .person .text .name {
  font-weight: 600;
}

body .container .row .employees .item .right, body .container-banner .row .employees .item .right, body .container-map .row .employees .item .right {
  max-width: 265px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 14px;
  line-height: 22px;
  padding-left: 40px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

body .container .row .employees .item .right .bold, body .container-banner .row .employees .item .right .bold, body .container-map .row .employees .item .right .bold {
  font-weight: 600;
}

body .container .row .employees .item .right span, body .container-banner .row .employees .item .right span, body .container-map .row .employees .item .right span {
  font-weight: 400;
}

body .container .row .videos, body .container-banner .row .videos, body .container-map .row .videos {
  max-width: 864px;
  width: 100%;
  margin: 92px auto 77px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

body .container .row .videos a, body .container-banner .row .videos a, body .container-map .row .videos a {
  text-decoration: none;
  color: #00194c;
  margin: 10px;
}

body .container .row .videos a .item, body .container-banner .row .videos a .item, body .container-map .row .videos a .item {
  width: 268px;
  height: 330px;
  background: #ececec;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .container .row .videos a .item .content, body .container-banner .row .videos a .item .content, body .container-map .row .videos a .item .content {
  padding: 25px 20px;
  width: calc(100% - 40px);
  height: calc(100% - 200px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .container .row .videos a .item .content h3, body .container-banner .row .videos a .item .content h3, body .container-map .row .videos a .item .content h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 0px;
}

body .container .row .videos a .item .content .bottom, body .container-banner .row .videos a .item .content .bottom, body .container-map .row .videos a .item .content .bottom {
  font-size: 12px;
  line-height: 27px;
  letter-spacing: 0.01em;
  font-weight: 600;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #00194c;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

body .container .row .videos a .item .content .bottom .line, body .container-banner .row .videos a .item .content .bottom .line, body .container-map .row .videos a .item .content .bottom .line {
  width: 44px;
  height: 2px;
  background: #00194c;
  margin-left: 15px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

body .container .row .videos a .item .image, body .container-banner .row .videos a .item .image, body .container-map .row .videos a .item .image {
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

body .container .row .videos a .item .image img, body .container-banner .row .videos a .item .image img, body .container-map .row .videos a .item .image img {
  width: 100%;
  height: auto;
}

body .container .row .videos a:hover .item .content .bottom .line, body .container-banner .row .videos a:hover .item .content .bottom .line, body .container-map .row .videos a:hover .item .content .bottom .line {
  width: 100px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

body .container .row .contact, body .container-banner .row .contact, body .container-map .row .contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 67px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, #FFF), color-stop(70%, #00194c));
  background: linear-gradient(90deg, #FFF 70%, #00194c 70%);
}

body .container .row .contact .text-content, body .container-banner .row .contact .text-content, body .container-map .row .contact .text-content {
  max-width: 570px;
  width: 100%;
  margin-top: 82px;
  padding-left: 70px;
}

body .container .row .contact .text-content .title, body .container-banner .row .contact .text-content .title, body .container-map .row .contact .text-content .title {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.01em;
  font-weight: 400;
  margin-bottom: 20px;
}

body .container .row .contact .text-content p, body .container-banner .row .contact .text-content p, body .container-map .row .contact .text-content p {
  max-width: 444px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.01em;
}

body .container .row .wpcf7, body .container-banner .row .wpcf7, body .container-map .row .wpcf7 {
  background: #00194c;
  padding: 46px;
}

body .container .row .wpcf7 .wpcf7-form, body .container-banner .row .wpcf7 .wpcf7-form, body .container-map .row .wpcf7 .wpcf7-form {
  max-width: 245px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .container .row .wpcf7 .wpcf7-form .title, body .container-banner .row .wpcf7 .wpcf7-form .title, body .container-map .row .wpcf7 .wpcf7-form .title {
  color: #FFFFFF;
  margin-bottom: 33px;
}

body .container .row .wpcf7 .wpcf7-form label, body .container-banner .row .wpcf7 .wpcf7-form label, body .container-map .row .wpcf7 .wpcf7-form label {
  margin-bottom: 37px;
}

body .container .row .wpcf7 .wpcf7-form label span, body .container-banner .row .wpcf7 .wpcf7-form label span, body .container-map .row .wpcf7 .wpcf7-form label span {
  color: #FFFFFF;
}

body .container .row .wpcf7 .wpcf7-form label input[type=text], body .container .row .wpcf7 .wpcf7-form label input[type=email], body .container .row .wpcf7 .wpcf7-form label input[type=tel], body .container-banner .row .wpcf7 .wpcf7-form label input[type=text], body .container-banner .row .wpcf7 .wpcf7-form label input[type=email], body .container-banner .row .wpcf7 .wpcf7-form label input[type=tel], body .container-map .row .wpcf7 .wpcf7-form label input[type=text], body .container-map .row .wpcf7 .wpcf7-form label input[type=email], body .container-map .row .wpcf7 .wpcf7-form label input[type=tel] {
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 7px 0px;
  outline: none;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  max-width: 242px;
}

body .container .row .wpcf7 .wpcf7-form label input::-webkit-input-placeholder, body .container-banner .row .wpcf7 .wpcf7-form label input::-webkit-input-placeholder, body .container-map .row .wpcf7 .wpcf7-form label input::-webkit-input-placeholder {
  color: #FFFFFF;
}

body .container .row .wpcf7 .wpcf7-form label input::-moz-placeholder, body .container-banner .row .wpcf7 .wpcf7-form label input::-moz-placeholder, body .container-map .row .wpcf7 .wpcf7-form label input::-moz-placeholder {
  color: #FFFFFF;
}

body .container .row .wpcf7 .wpcf7-form label input:-ms-input-placeholder, body .container-banner .row .wpcf7 .wpcf7-form label input:-ms-input-placeholder, body .container-map .row .wpcf7 .wpcf7-form label input:-ms-input-placeholder {
  color: #FFFFFF;
}

body .container .row .wpcf7 .wpcf7-form label input::placeholder, body .container-banner .row .wpcf7 .wpcf7-form label input::placeholder, body .container-map .row .wpcf7 .wpcf7-form label input::placeholder {
  color: #FFFFFF;
}

body .container .row .wpcf7 .wpcf7-form .message, body .container-banner .row .wpcf7 .wpcf7-form .message, body .container-map .row .wpcf7 .wpcf7-form .message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .container .row .wpcf7 .wpcf7-form .message span, body .container-banner .row .wpcf7 .wpcf7-form .message span, body .container-map .row .wpcf7 .wpcf7-form .message span {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

body .container .row .wpcf7 .wpcf7-form .message textarea, body .container-banner .row .wpcf7 .wpcf7-form .message textarea, body .container-map .row .wpcf7 .wpcf7-form .message textarea {
  border: 1px solid #FFFFFF;
  background: transparent;
  outline: none;
  color: #FFFFFF;
  max-width: 210px;
  padding: 15px;
}

body .container .row .wpcf7 .wpcf7-form .button, body .container-banner .row .wpcf7 .wpcf7-form .button, body .container-map .row .wpcf7 .wpcf7-form .button {
  margin-top: 25px;
  width: 100%;
}

body .container .row .wpcf7 .wpcf7-form .button input[type=submit], body .container-banner .row .wpcf7 .wpcf7-form .button input[type=submit], body .container-map .row .wpcf7 .wpcf7-form .button input[type=submit] {
  background: transparent;
  width: 100%;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 20px 0px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  cursor: pointer;
}

body .container .row .wpcf7 .wpcf7-form .button:hover input, body .container-banner .row .wpcf7 .wpcf7-form .button:hover input, body .container-map .row .wpcf7 .wpcf7-form .button:hover input {
  background: #FFFFFF;
  color: #00194c !important;
}

body .container.container-banner, body .container-banner.container-banner, body .container-map.container-banner {
  margin-top: -360px;
}

body .container.container-map, body .container-banner.container-map, body .container-map.container-map {
  margin-top: -178px;
}

body .container_login {
  padding-top: 88px;
  min-height: calc(100% - 296px);
  height: auto;
  background: #00194c;
}

body .container_login .message, body .container_login .error_login {
  max-width: 844px;
  width: 100%;
  margin: 30px auto 0px;
}

body .container_login .message .error, body .container_login .message .success, body .container_login .error_login .error, body .container_login .error_login .success {
  background: #d32137;
  color: #FFFFFF;
  padding: 15px;
}

body .container_login .message .success, body .container_login .error_login .success {
  background: #64c94f !important;
}

body .container_login #forgot-form {
  max-width: 844px;
  width: 100%;
  margin: 0px auto;
  padding: 48px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .container_login #forgot-form h3 {
  margin: 0px;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}

body .container_login #forgot-form .content .text {
  color: #FFFFFF;
  font-size: 12px;
  letter-spacing: 0.05em;
  max-width: 600px;
  margin-top: 35px;
}

body .container_login #forgot-form .content #user {
  border: 0px;
  background: transparent;
  border-bottom: 1px solid #FFFFFF;
  width: 270px;
  font-size: 12px;
  padding-bottom: 4px;
  outline: none;
  color: #FFFFFF;
}

body .container_login #forgot-form .content #user::-webkit-input-placeholder {
  color: #FFFFFF;
}

body .container_login #forgot-form .content #user::-moz-placeholder {
  color: #FFFFFF;
}

body .container_login #forgot-form .content #user:-ms-input-placeholder {
  color: #FFFFFF;
}

body .container_login #forgot-form .content #user::placeholder {
  color: #FFFFFF;
}

body .container_login #forgot-form .content .button {
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #ffffff;
  width: 145px;
  height: 30px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  cursor: pointer;
}

body .container_login #forgot-form .content .button:hover {
  color: #00194c;
  background: #FFFFFF;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

body .container_login .content {
  width: 100%;
  margin: 0px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .container_login .content .content-form {
  max-width: 844px;
  width: 100%;
  margin: 0px auto;
  padding: 48px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .container_login .content .content-form .forgot {
  color: #FFFFFF;
  font-size: 10px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 95px;
}

body .container_login .content .content-form .forgot:hover {
  text-decoration: underline;
}

body .container_login .content h3 {
  margin: 0px;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}

body .container_login .content span {
  color: #FFFFFF;
}

body .container_login .content #loginform p {
  margin: 37px 0px;
}

body .container_login .content #loginform p label[for="user_login"] {
  display: none;
}

body .container_login .content #loginform p label[for="user_pass"] {
  display: none;
}

body .container_login .content #loginform p input {
  border: 0px;
  background: transparent;
  border-bottom: 1px solid #FFFFFF;
  width: 270px;
  font-size: 12px;
  padding-bottom: 4px;
  outline: none;
  color: #FFFFFF;
}

body .container_login .content #loginform p input::-webkit-input-placeholder {
  color: #FFFFFF;
}

body .container_login .content #loginform p input::-moz-placeholder {
  color: #FFFFFF;
}

body .container_login .content #loginform p input:-ms-input-placeholder {
  color: #FFFFFF;
}

body .container_login .content #loginform p input::placeholder {
  color: #FFFFFF;
}

body .container_login .content #loginform p.login-submit {
  margin: 26px 0px;
  width: 145px;
}

body .container_login .content #loginform p.login-submit input {
  border: 1px solid #FFFFFF;
  width: 145px;
  height: 30px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

body .container_login .content #loginform p.login-submit:hover input {
  background: #FFFFFF;
  color: #00194c;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

body .container_login .content #loginform .login-remember label {
  color: #FFFFFF;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

body .container_login .content #loginform .login-remember input {
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #FFFFFF;
  outline: none;
  margin-left: 0px;
  margin-right: 15px;
}

body .container_login .content #loginform .login-remember input[type="checkbox"]:checked {
  position: relative;
}

body .container_login .content #loginform .login-remember input[type="checkbox"]:checked::after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  top: 0px;
  left: 1px;
  font-size: 12px;
  color: #FFFFFF;
}

body .container_logged {
  min-height: calc(100% - 296px);
  height: auto;
  background: #ececec;
}

body .container_logged .content {
  max-width: 844px;
  width: 100%;
  margin: 0px auto;
  padding: 76px 0px;
}

body .container_logged .content h3 {
  margin: 0px;
  font-size: 32px;
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 35px;
  color: #00194c;
  text-transform: none;
}

body .container_logged .content #user-item {
  margin-bottom: 2px;
}

body .container_logged .content .item .top {
  width: calc(100% - 40px);
  height: 50px;
  background: #00194c;
  padding: 0px 20px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  cursor: pointer;
}

body .container_logged .content .item .top span {
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
  color: #FFFFFF;
}

body .container_logged .content .item .top i {
  font-size: 26px;
}

body .container_logged .content .item .item-content, body .container_logged .content .item .item-open {
  width: 100%;
  margin-bottom: 39px;
  display: none;
}

body .container_logged .content .item .item-content ul, body .container_logged .content .item .item-open ul {
  margin: 0px;
  padding: 18px 0px;
  list-style: none;
  background: #FFFFFF;
}

body .container_logged .content .item .item-content ul li a, body .container_logged .content .item .item-open ul li a {
  color: #00194c;
  padding: 6px 20px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  width: 100%;
}

body .container_logged .content .item .item-content .download-item, body .container_logged .content .item .item-open .download-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 67px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-bottom: 2px;
  background: #FFFFFF;
  padding: 0px 20px;
  width: calc(100% - 40px);
}

body .container_logged .content .item .item-content .download-item h4, body .container_logged .content .item .item-content .download-item span, body .container_logged .content .item .item-open .download-item h4, body .container_logged .content .item .item-open .download-item span {
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
}

body .container_logged .content .item .item-content .download-item span, body .container_logged .content .item .item-open .download-item span {
  text-transform: uppercase;
  color: #00194c;
}

body .container_logged .content .item .item-content .download-item a, body .container_logged .content .item .item-open .download-item a {
  color: #00194c;
  text-decoration: none;
  font-size: 12px;
  line-height: 45px;
  letter-spacing: 0.05em;
  font-weight: 600;
}

body .container_logged .content .item .item-content .download-item a .button, body .container_logged .content .item .item-open .download-item a .button {
  border: 1px solid #00194c;
  width: 145px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

body .container_logged .content .item .item-content .download-item a:hover, body .container_logged .content .item .item-open .download-item a:hover {
  color: #FFFFFF;
}

body .container_logged .content .item .item-content .download-item a:hover .button, body .container_logged .content .item .item-open .download-item a:hover .button {
  background: #00194c;
}

body .container_logged .content .item .item-open {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .container_logged .content #searchbar {
  margin: 0px 0px 15px;
  border: 1px solid #9e9e9e;
  height: 50px;
  position: relative;
}

body .container_logged .content #searchbar #searchform {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .container_logged .content #searchbar #searchform button {
  position: absolute;
  right: 0px;
  border: 0px;
  background: transparent;
  font-size: 24px;
  margin-right: 15px;
}

body .container_logged .content #searchbar #searchform input[type='search'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0px;
  outline: none;
  background: transparent;
  margin: 0px 15px;
  width: calc(100% - 30px);
  font-size: 16px;
  font-weight: 400;
}

body .container_logged .content #searchbar .back {
  position: absolute;
  right: 0px;
  position: absolute;
  right: 0px;
  top: -45px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body .container_logged .content #searchbar .back a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  color: #b3b3b3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
}

body .container_logged .content #searchbar .back a i {
  font-weight: 600;
  font-size: 12px;
  margin-right: 10px;
}

body .container_logged .content .results {
  font-weight: 600;
  font-size: 16px;
  color: #9e9e9e;
  line-height: 40px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .container_logged .content .results .left span {
  color: #9e9e9e;
}

body footer {
  width: 100%;
  background: #9e9e9e;
  height: 217px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

body footer .content {
  max-width: 844px;
  width: 100%;
  margin: 0px auto;
  padding: 54px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body footer .content .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body footer .content .top .downloads {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

body footer .content .top .downloads span {
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 500;
}

body footer .content .top .downloads .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

body footer .content .top .downloads .buttons a, body footer .content .top .downloads .buttons .join {
  width: 130px;
  border: 1px solid #FFFFFF;
  font-size: 10px;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: #FFFFFF;
  text-align: center;
  padding: 11px 0px;
  margin-right: 10px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

body footer .content .top .downloads .buttons a.join, body footer .content .top .downloads .buttons .join.join {
  width: 145px;
  background: #00194c;
  border: 1px solid #00194c;
}

body footer .content .top .details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 325px;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

body footer .content .top .details .left, body footer .content .top .details .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 15px;
  font-weight: 500;
}

body footer .content .top .details .left .bold, body footer .content .top .details .right .bold {
  font-weight: 600;
}

body footer .content .top .details .left a, body footer .content .top .details .right a {
  color: #00194c;
  text-decoration: none;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

body footer .content .top .details .left a:hover, body footer .content .top .details .right a:hover {
  color: #FFFFFF;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

body footer .content .bottom {
  color: #6e6e6e;
  font-size: 10px;
  line-height: 16px;
}

body footer .content .bottom a {
  color: #6e6e6e;
  text-decoration: none;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

body footer .content .bottom a:hover {
  color: #FFF;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

body .dynamic-height-wrap {
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
  width: 100%;
}

body .dynamic-height-active .dynamic-height-wrap:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 249, 255, 0)), to(#ececec));
  background: linear-gradient(to bottom, rgba(240, 249, 255, 0) 0%, #ececec 100%);
  bottom: 0;
  content: '';
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

body .dynamic-height-active .dynamic-show-more {
  display: inline-block;
}

body .dynamic-show-more {
  display: none;
}

body #slvj-window {
  width: 100%;
  min-height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
}

body #slvj-window, body #slvj-window * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body #slvj-background-close {
  width: 100%;
  min-height: 100%;
  z-index: 31;
  position: fixed;
  top: 0;
  left: 0;
}

body #slvj-back-lightbox {
  height: 500px;
  margin: auto;
  z-index: 32;
  max-width: 660px;
}

body .slvj-lightbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
  margin: 0;
  background-color: #FFFFFF;
  z-index: 53;
}

body #slvj-close-icon {
  background-image: url(../img/close-icon.png);
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 551;
  display: none;
}

body #slvj-close-icon:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  body .menu .banner-image {
    margin-top: 70px;
  }
  body .menu .nav-menu {
    width: calc(100% - 40px);
    height: 70px !important;
    padding: 0px 20px;
  }
  body .menu .nav-menu .container {
    height: 70px !important;
  }
  body .menu .nav-menu .container .nav {
    display: none;
  }
  body .menu .nav-menu .container .menu-mobile {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    cursor: pointer;
    z-index: 999;
  }
  body .menu .nav-menu .container .menu-mobile .bar1, body .menu .nav-menu .container .menu-mobile .bar2, body .menu .nav-menu .container .menu-mobile .bar3 {
    width: 20px;
    height: 2px;
    background: #00194c;
  }
  body .change {
    height: 100%;
  }
  body .change .nav-menu {
    height: 100% !important;
    background: #FFFFFF;
  }
  body .change .container {
    position: relative;
  }
  body .change .container .menu-mobile {
    position: absolute;
    right: 2px;
    top: 22px;
    cursor: pointer;
    z-index: 999;
  }
  body .change .container .menu-mobile .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 8px);
    transform: rotate(-45deg) translate(-7px, 8px);
    width: 25px !important;
  }
  body .change .container .menu-mobile .bar2 {
    opacity: 0;
  }
  body .change .container .menu-mobile .bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -6px);
    transform: rotate(45deg) translate(-4px, -6px);
    width: 25px !important;
  }
  body .change .container .nav {
    display: block !important;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    min-width: auto;
  }
  body .change .container .nav .menu-primary-menu-container ul {
    display: block;
    margin-top: 130px;
    width: calc(100% - 50px);
    height: auto;
  }
  body .change .container .nav .menu-primary-menu-container ul li {
    margin: 22px 0px;
  }
  body .change .container .nav .menu-primary-menu-container ul li a {
    font-size: 18px;
    line-height: 27px;
  }
  body .change .container .nav .buttons {
    top: 350px;
    position: relative;
  }
  body .change .container .nav .buttons .intranet, body .change .container .nav .buttons .login {
    width: 100%;
    font-size: 18px;
    line-height: 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 6px 0px;
  }
  body .change .container .nav .buttons .intranet {
    margin: 15px 0px;
  }
  body .change .container .nav .buttons .login {
    margin-top: 15px !important;
  }
}

@media screen and (min-width: 550px) and (max-width: 767px) {
  body .change .container .nav {
    min-width: auto;
  }
  body .change .container .nav .menu-primary-menu-container ul {
    margin-top: 70px;
    height: auto;
  }
  body .change .container .nav .menu-primary-menu-container ul li {
    margin: 15px 0px;
  }
  body .change .container .nav .buttons {
    top: 250px;
  }
  body .change .container .nav .login {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1366px) {
  body {
    height: auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 904px) {
  body .menu .nav-menu .container {
    max-width: 100%;
    padding: 0px 20px;
    width: calc(100% - 40px);
  }
}

@media screen and (min-width: 768px) and (max-width: 904px) {
  body .header-map {
    margin-top: 70px;
  }
  body .container {
    margin-top: 70px;
  }
  body .container .banner-text {
    margin-top: 70px;
    padding: 60px 0px;
  }
  body .container .banner-text .text-content {
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 0px 20px;
  }
  body .container .row .news {
    max-width: 100%;
    width: calc(100% - 10px);
    padding: 0px 5px;
  }
  body .container .row .news a {
    width: calc(33.3% - 10px);
    margin: 5px;
  }
  body .container .row .news a .item {
    width: calc(100% - 40px);
  }
  body .container .row .industry {
    max-width: 100%;
    width: 100%;
    padding: 0px;
  }
  body .container .row .industry .news {
    max-width: 100%;
    width: calc(100% - 10px);
    padding: 0px 5px;
  }
  body .container .row .industry .news a {
    width: calc(25% - 10px);
    margin: 5px;
  }
  body .container .row .industry .news a .item {
    width: calc(100% - 40px);
  }
  body .container .row .article .item {
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 0px 20px;
  }
  body .container .row .article .item .close {
    right: 40px;
  }
  body .container .row .article .item .content {
    padding-right: 25px;
  }
  body .container .row .employees .item {
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 0px 20px;
  }
  body .container .row .videos {
    max-width: 100%;
    width: calc(100% - 10px);
    padding: 0px 5px;
    margin: 60px 0px;
  }
  body .container .row .videos a {
    width: calc(33.3% - 10px);
    margin: 5px;
  }
  body .container .row .videos a .item {
    width: 100%;
  }
  body .container-map .row .map-info {
    max-width: 100%;
    padding: 0px 20px;
    width: calc(100% - 40px);
  }
  body .container-map .row .contact .text-content {
    padding: 0px 25px 0px 20px;
    margin-top: 60px;
  }
  body .container_logged {
    padding: 0px 20px;
    padding-top: 71px;
  }
  body .container_logged .content {
    padding-top: 0px;
  }
  body .container_login {
    padding: 0px 0px;
    padding-top: 88px;
  }
  body .container_login .message, body .container_login .error_login {
    margin: 30px 20px 0px;
    width: calc(100% - 40px);
  }
  body .container_login .content .content-form {
    padding: 48px 20px;
  }
  body .container_login #forgot-form {
    padding: 48px 20px;
    max-width: 100%;
    width: calc(100% - 40px);
  }
  body .container-banner {
    margin-top: -270px;
  }
  body .container-banner .banner-image .text-content .title {
    padding: 0px 20px;
  }
  body .container-banner .banner-image .text-content .text {
    padding: 60px 20px;
    background: #00194c;
  }
  body .container-banner .row .content-row {
    max-width: 100%;
    padding: 0px 20px;
    width: calc(100% - 40px);
    margin-bottom: 0px;
  }
  body .container-banner .row .content-row .join {
    width: auto;
    padding: 60px 25px 60px 0px;
  }
  body .container-banner .row .content-row .media {
    width: auto;
  }
  body .container-banner .row .team {
    background: -webkit-gradient(linear, left top, right top, color-stop(85%, #ececec), color-stop(85%, #FFFFFF));
    background: linear-gradient(90deg, #ececec 85%, #FFFFFF 85%);
  }
  body .container-banner .row .team .team-content {
    max-width: 100%;
    padding: 0px 20px;
    width: calc(100% - 40px);
  }
  body .container-banner .row .team .team-content .team-text {
    padding: 60px 25px 60px 0px;
    max-width: 424px;
  }
  body .container-banner .row .team .team-content .team-pic {
    right: 20px;
  }
  body .container-banner .row .services {
    max-width: 100%;
    padding: 0px 20px;
    width: calc(100% - 40px);
    margin: 60px 0px;
  }
  body .container-banner .row .board {
    max-width: 100%;
    padding: 0px 5px;
    width: calc(100% - 10px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .container-banner .row .board .text {
    padding: 0px 25px 0px 15px;
    margin-bottom: 60px;
    max-width: 347px;
  }
  body .container-banner .row .board .team .item {
    width: calc(25% - 10px);
    margin: 5px;
  }
  body .container-banner .row .board .team .item .img {
    width: auto;
  }
  body .container-banner .row .board .team .item .text-content .info .name {
    font-size: 13px !important;
  }
  body .container-banner .row .board .team .item:nth-child(3), body .container-banner .row .board .team .item:nth-child(4) {
    margin-top: -141px !important;
  }
  body .container-banner .row .story {
    background: -webkit-gradient(linear, left top, right top, color-stop(85%, #00194c), color-stop(85%, #FFFFFF));
    background: linear-gradient(90deg, #00194c 85%, #FFFFFF 85%);
    margin-top: 120px;
  }
  body .container-banner .row .story .content-story {
    max-width: 100%;
    padding: 0px 20px;
    width: calc(100% - 40px);
  }
  body .container-banner .row .story .content-story .text {
    padding: 60px 25px 60px 0px;
  }
  body .container-banner .row .story .content-story .touch {
    top: -160px;
    width: calc(306px - 40px);
    height: calc(306px - 60px);
    padding: 30px 20px;
  }
  body .container-banner .row .story .content-story .touch a .bottom {
    left: 20px;
  }
  body .container-banner .row .advisers {
    max-width: 100%;
    padding: 0px 20px;
    width: calc(100% - 40px);
  }
  body .container-banner .row .advisers .advisers_carrousel {
    z-index: 9999;
  }
  body .container-banner .row .advisers .advisers_carrousel .owl-dots {
    display: none;
  }
  body .container-banner .row .slider {
    margin: 0px;
    max-width: 100%;
    width: 100%;
  }
  body .container-banner .row .slider .carrousel-content .owl-nav {
    left: 0;
    width: calc(100% - 80px);
  }
  body .container-banner .row .slider .carrousel-content .owl-nav .owl-prev {
    position: absolute;
    left: -70px;
  }
  body .container-banner .row .slider .carrousel-content .owl-nav .owl-next {
    position: absolute;
    right: -70px;
  }
  body footer {
    height: auto;
  }
  body footer .content {
    max-width: 100%;
    padding: 54px 20px;
    width: calc(100% - 40px);
  }
  body footer .content .top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body footer .content .top .downloads .buttons {
    margin: 20px 0px;
  }
  body footer .content .top .details {
    width: auto;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 426px) and (max-width: 767px) {
  body {
    height: auto;
  }
  body .slvj-lightbox {
    width: 100% !important;
  }
  body iframe {
    width: 100% !important;
  }
  body .header-map {
    margin-top: 70px;
  }
  body .container {
    margin-top: 70px;
  }
  body .container .banner-text {
    margin-top: 0px;
    padding: 60px 20px;
    width: calc(100% - 40px);
  }
  body .container .banner-text .text-content {
    max-width: 100%;
    width: 100%;
  }
  body .container .banner-text .text-content .text {
    padding-right: 0px;
  }
  body .container .row .news {
    margin: 10px 5px;
    margin-top: 80px;
    max-width: 100%;
    width: calc(100% - 10px);
  }
  body .container .row .news a {
    margin: 5px;
    width: calc(50% - 10px);
  }
  body .container .row .news a .item {
    width: calc(100% - 40px);
  }
  body .container .row .industry {
    margin: 0;
    padding: 0px 5px;
    max-width: 100%;
    width: calc(100% - 10px);
  }
  body .container .row .industry .news {
    margin-bottom: 60px;
  }
  body .container .row .industry .news a {
    width: calc(25% - 10px);
  }
  body .container .row .industry .news a .item {
    width: calc(100% - 20px);
    padding: 10px;
  }
  body .container .row .article .item {
    max-width: 100%;
    padding: 0px 20px;
    width: calc(100% - 40px);
  }
  body .container .row .article .item .close {
    right: 20px;
  }
  body .container .row .article .item .content {
    padding-left: 100px;
    padding-right: 25px;
  }
  body .container .row .employees {
    margin-bottom: 0px;
    height: auto;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(75%, #FFFFFF), color-stop(75%, #ececec));
    background: linear-gradient(0deg, #FFFFFF 75%, #ececec 75%);
  }
  body .container .row .employees .item {
    max-width: 100%;
    padding: 0px 20px;
    width: calc(100% - 40px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .container .row .employees .item .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px auto 20px;
  }
  body .container .row .employees .item .left .person {
    margin: 15px 0px;
  }
  body .container .row .employees .item .right {
    padding-left: 40px;
    position: relative;
  }
  body .container .row .videos {
    margin: 20px auto;
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 0px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .container .row .videos a .item {
    width: 244px;
  }
  body .container_login {
    padding: 0px;
    padding-top: 71px;
  }
  body .container_login .message, body .container_login .error_login {
    margin: 30px 20px 0px;
    width: calc(100% - 40px);
  }
  body .container_login .content .content-form {
    padding: 48px 20px;
  }
  body .container_login #forgot-form {
    padding: 48px 20px;
    max-width: 100%;
    width: calc(100% - 40px);
  }
  body .container_logged {
    padding: 0px 20px;
  }
  body .container_logged .content {
    padding-top: 42px;
  }
  body .container_logged .content #user-item .top span {
    line-height: 18px;
  }
  body .container_logged .content #user-item .item-content .download-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 15px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body .container_logged .content #user-item .item-content .download-item .title {
    margin-bottom: 10px;
  }
  body .container-banner .banner-image .text-content {
    max-width: 100%;
    width: 100%;
  }
  body .container-banner .banner-image .text-content .title {
    padding: 0px 20px;
  }
  body .container-banner .banner-image .text-content .text {
    padding: 60px 20px;
    background: #00194c;
  }
  body .container-banner .row .content-row {
    max-width: 100%;
    padding: 0px 20px;
    width: calc(100% - 40px);
  }
  body .container-banner .row .content-row .join {
    padding-top: 60px;
    width: auto;
    padding-right: 25px;
  }
  body .container-banner .row .content-row .media {
    width: auto;
  }
  body .container-banner .row .content-row .media a .item {
    padding: 15px 20px;
  }
  body .container-banner .row .content-row .media .button {
    margin: 20px 20px 0px;
  }
  body .container-banner .row .team {
    background: -webkit-gradient(linear, left top, right top, color-stop(85%, #ececec), color-stop(85%, #FFFFFF));
    background: linear-gradient(90deg, #ececec 85%, #FFFFFF 85%);
  }
  body .container-banner .row .team .team-content {
    max-width: 100%;
    padding: 0px 20px;
    width: calc(100% - 40px);
  }
  body .container-banner .row .team .team-content .team-text {
    padding: 60px 25px 60px 0px;
    max-width: 83%;
    width: calc(100% - 245px);
  }
  body .container-banner .row .team .team-content .team-pic {
    width: 230px;
    right: 20px;
  }
  body .container-banner .row .team .team-content .team-pic .description {
    height: 60px;
  }
  body .container-banner .row .team .team-content .team-pic .description .info {
    padding: 0px 15px;
    width: calc(100% - 90px);
  }
  body .container-banner .row .team .team-content .team-pic .description .info .bold {
    font-size: 12px !important;
    line-height: 22px !important;
  }
  body .container-banner .row .team .team-content .team-pic .description .info span {
    font-size: 10px;
  }
  body .container-banner .row .team .team-content .team-pic .description .play {
    width: 60px;
    height: 60px;
  }
  body .container-banner .row .slider {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
  }
  body .container-banner .row .slider h3 {
    padding: 20px;
  }
  body .container-banner .row .slider .carrousel-content {
    padding: 0px 20px;
  }
  body .container-banner .row .slider .carrousel-content .owl-carousel .owl-nav {
    display: none;
  }
  body .container-banner .row .services {
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 0px 20px;
    margin: 60px 0px;
  }
  body .container-banner .row .services .services-content .row-1, body .container-banner .row .services .services-content .row-2 {
    margin-left: 0px;
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  body .container-banner .row .board {
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 0px 20px;
  }
  body .container-banner .row .board .text {
    margin-bottom: 44px;
  }
  body .container-banner .row .board .team {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 60px;
  }
  body .container-banner .row .board .team .item {
    margin: 5px;
    width: calc(264px - 10px);
  }
  body .container-banner .row .board .team .item .img {
    width: auto;
  }
  body .container-banner .row .board .team .item .img img {
    margin-top: -20px;
  }
  body .container-banner .row .board .team .item .text-content .info .name {
    font-size: 13px !important;
  }
  body .container-banner .row .board .team .item:nth-child(3), body .container-banner .row .board .team .item:nth-child(4) {
    margin-top: 5px !important;
  }
  body .container-banner .row .story {
    background: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 60px;
  }
  body .container-banner .row .story .content-story {
    max-width: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  body .container-banner .row .story .content-story .text {
    padding: 60px 20px;
    background: #00194c;
    max-width: 100%;
    width: calc(100% - 40px);
  }
  body .container-banner .row .story .content-story .touch {
    top: 0px;
    padding: 30px 20px 40px;
    margin: 20px;
    width: calc(100% - 80px);
    height: auto;
  }
  body .container-banner .row .story .content-story .touch a .bottom {
    left: 0px;
    bottom: 0px;
    position: relative;
    padding-top: 15px;
  }
  body .container-banner .row .advisers {
    margin: 0px 20px;
    max-width: 100%;
    height: auto;
    width: calc(100% - 40px);
  }
  body .container-banner .row .advisers .story-advisers .content-story .text {
    max-width: 100% !important;
    width: calc(100% - 40px);
  }
  body .container-banner .row .advisers .story-advisers .content-story .text p {
    max-width: 100% !important;
  }
  body .container-banner .row .advisers .advisers_carrousel {
    padding: 0px 35px;
    margin: 44px 0px;
    z-index: 9999;
  }
  body .container-banner .row .advisers .advisers_carrousel .owl-carousel .owl-nav .owl-prev {
    margin-left: -30px;
  }
  body .container-banner .row .advisers .advisers_carrousel .owl-carousel .owl-nav .owl-next {
    margin-right: -35px;
  }
  body .container-banner .row .advisers .advisers_carrousel .owl-carousel .owl-dots {
    display: none;
  }
  body .container-map .row .map-info {
    margin: 20px;
    max-width: 100%;
    width: calc(100% - 40px);
  }
  body .container-map .row .map-info .content {
    padding: 25px;
    width: calc(auto - 50px);
  }
  body .container-map .row .contact {
    background: #FFFFFF;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0px;
  }
  body .container-map .row .contact .text-content {
    margin: 40px 0px 60px;
    padding: 0px 20px;
    max-width: 100%;
    width: calc(100% - 40px);
  }
  body .container-map .row .contact .text-content p {
    max-width: 100%;
  }
  body .container-map .row .contact .wpcf7 {
    padding: 25px 20px;
  }
  body .container-map .row .contact .wpcf7 .wpcf7-form {
    max-width: 100%;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  body .container-map .row .contact .wpcf7 .wpcf7-form .title {
    width: 100%;
  }
  body .container-map .row .contact .wpcf7 .wpcf7-form label {
    width: 50%;
  }
  body .container-map .row .contact .wpcf7 .wpcf7-form label span {
    width: 100%;
  }
  body .container-map .row .contact .wpcf7 .wpcf7-form label span input {
    width: 95%;
  }
  body .container-map .row .contact .wpcf7 .wpcf7-form .message {
    width: 100%;
  }
  body .container-map .row .contact .wpcf7 .wpcf7-form .message span textarea {
    max-width: 100%;
    width: calc(100% - 32px);
  }
  body footer {
    height: auto;
  }
  body footer .content {
    padding: 20px;
    max-width: 100%;
    width: calc(100% - 40px);
  }
  body footer .content .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body footer .content .top .downloads .buttons {
    margin: 20px 0px;
  }
  body footer .content .top .details {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 922px) {
  body .container .row .employees {
    height: auto !important;
  }
  body .container .row .employees .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .container .row .employees .item .left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body .container .row .employees .item .left .person {
    margin: 0px 7px;
  }
  body .container .row .employees .item .right {
    padding-left: 10px;
    padding: 40px 0px 40px 10px;
    position: relative;
  }
}

@media screen and (min-width: 610px) and (max-width: 769px) {
  body .container .row .employees .item .left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body .container .row .employees .item .left .person {
    margin: 0px 7px;
  }
  body .container .row .employees .item .right {
    padding-left: 10px;
    position: relative;
  }
}

@media screen and (max-width: 425px) {
  iframe {
    max-width: 100% !important;
    width: 100% !important;
    height: 380px !important;
  }
  #slvj-window {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #slvj-back-lightbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 98%;
    height: auto !important;
  }
  .slvj-lightbox {
    height: 400px !important;
    margin-top: 0px !important;
  }
  body {
    height: auto;
  }
  body .header-map {
    margin-top: 70px;
    display: none;
  }
  body .container-map {
    margin-top: 70px !important;
  }
  body .container-map .row .map-info {
    margin: 20px;
    width: auto;
  }
  body .container-map .row .map-info .content {
    width: auto;
    padding: 40px 20px;
  }
  body .container-map .row .contact {
    max-width: 100%;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #FFFFFF;
    margin: 0px;
  }
  body .container-map .row .contact .text-content {
    padding: 20px;
    width: auto;
    max-width: 100%;
    margin: 0px;
  }
  body .container-map .row .contact .wpcf7 {
    padding: 20px;
  }
  body .container-map .row .contact .wpcf7 .wpcf7-form {
    max-width: 100%;
  }
  body .container-map .row .contact .wpcf7 .wpcf7-form label span input {
    width: 100%;
  }
  body .container-map .row .contact .wpcf7 .wpcf7-form .message textarea {
    width: auto;
    width: calc(100% - 30px);
    max-width: 100% !important;
  }
  body .container {
    margin-top: 70px;
  }
  body .container .banner-text {
    padding: 20px;
    width: calc(100% - 40px);
    margin-top: 0px;
  }
  body .container .banner-text .text-content
.text {
    padding: 0px;
  }
  body .container .row .article .item {
    margin: 20px;
    max-width: 100%;
    width: calc(100% - 40px);
  }
  body .container .row .article .item .content {
    padding: 0px;
  }
  body .container .row .employees {
    height: auto;
    margin: 0px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(75%, #FFFFFF), color-stop(75%, #ececec));
    background: linear-gradient(0deg, #FFFFFF 75%, #ececec 75%);
  }
  body .container .row .employees .item {
    margin: 20px;
    max-width: 100%;
    width: calc(100% - 40px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .container .row .employees .item .left {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .container .row .employees .item .left .person {
    margin: 20px auto;
  }
  body .container .row .employees .item .right {
    position: relative;
  }
  body .container .row .videos {
    margin: 30px;
    max-width: 100%;
    width: calc(100% - 60px);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .container .row .videos a .item {
    max-width: 280px;
  }
  body .container .row .news {
    margin-top: 90px;
  }
  body .container .row .news a {
    margin: 10px 20px;
    width: calc(100% - 40px);
  }
  body .container .row .news a .item, body .container .row .news a .item-grey {
    width: auto;
  }
  body .container .row .industry {
    max-width: 100%;
    width: auto;
    margin: 0px;
  }
  body .container .row .industry .title {
    padding-left: 20px;
  }
  body .container .row .industry .news {
    display: none;
  }
  body .container .row .industry .industry-mobile {
    display: block;
    margin: 10px 20px;
  }
  body .container .row .industry .industry-mobile .owl-carousel div .owl-item a {
    width: 100%;
  }
  body .container .row .industry .industry-mobile .owl-carousel div .owl-item a .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body .container .row .industry .industry-mobile .owl-carousel div .owl-item a .item .content {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  body .container .row .industry .industry-mobile .owl-carousel div .owl-item a .item .bottom {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-size: 12px;
    line-height: 27px;
    letter-spacing: 0.01em;
    font-weight: 600;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .container .row .industry .industry-mobile .owl-carousel div .owl-item a .item .bottom .line {
    width: 44px;
    height: 2px;
    background: #FFF;
    margin-left: 15px;
    -webkit-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
  }
  body .container .row .industry .industry-mobile .owl-carousel .owl-nav {
    width: auto;
    left: 0px;
    position: relative;
    margin-top: 0px;
    top: 0px;
    padding: 0px;
    max-width: 280px;
    margin: 0px auto;
  }
  body .container .row .industry .industry-mobile .owl-carousel .owl-nav .owl-prev, body .container .row .industry .industry-mobile .owl-carousel .owl-nav .owl-next {
    margin: 0px;
    padding: 0px;
  }
  body .container .row .industry .industry-mobile .owl-carousel .owl-nav .owl-prev i, body .container .row .industry .industry-mobile .owl-carousel .owl-nav .owl-next i {
    color: #000000;
  }
  body .container .row .industry .industry-mobile .owl-carousel .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 6px;
    width: 55%;
    margin: 0px auto;
  }
  body .container .row .industry .industry-mobile .owl-carousel .owl-dots .owl-dot span {
    border: 1px solid #00194c;
  }
  body .container .row .industry .industry-mobile .owl-carousel .owl-dots .active span {
    border: 1px solid #00194c;
    background: #00194c;
  }
  body .container .row .industry .industry-mobile .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .container .row .industry .industry-mobile .owl-carousel .owl-stage-outer .owl-stage .owl-item a {
    color: #FFFFFF;
    text-decoration: none;
  }
  body .container .row .industry .industry-mobile .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    width: calc(100% - 40px);
    height: calc(180px - 40px);
    background: #9e9e9e;
    padding: 20px;
    margin: 0px;
  }
  body .container .row .industry .industry-mobile .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .date {
    display: none;
  }
  body .container .row .industry .industry-mobile .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .content {
    margin: 0px;
  }
  body .container .row .industry .industry-mobile .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .content h3 {
    margin: 0px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  body .container .row .industry .industry-mobile .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .bottom {
    display: none;
  }
  body .container_login {
    padding: 0px;
    padding-top: 71px;
  }
  body .container_login .message, body .container_login .error_login {
    margin: 30px 20px 0px;
    width: calc(100% - 40px);
  }
  body .container_login .content .content-form {
    padding: 48px 20px;
  }
  body .container_login #forgot-form {
    padding: 48px 20px;
    max-width: 100%;
    width: calc(100% - 40px);
  }
  body .container_logged {
    padding: 0px;
    padding-top: 71px;
  }
  body .container_logged .content {
    padding-top: 0px;
  }
  body .container_logged .content h3 {
    padding: 0px 20px;
    font-size: 26px !important;
  }
  body .container_logged .content #user-item .top span {
    line-height: 18px;
  }
  body .container_logged .content #user-item .item-content li {
    margin: 10px 20px;
  }
  body .container_logged .content #user-item .item-content li a {
    padding: 6px 0px;
    line-height: 12px;
  }
  body .container_logged .content #user-item .item-content .download-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 15px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 87px;
    height: auto;
  }
  body .container_logged .content #user-item .item-content .download-item .title {
    margin-bottom: 10px;
  }
  body .container_logged .content #user-item .item-content .download-item a {
    width: 100%;
  }
  body .container_logged .content #user-item .item-content .download-item a .button {
    width: 100%;
  }
  body .container-banner .banner-image .text-content {
    max-width: 100%;
    height: auto;
  }
  body .container-banner .banner-image .text-content .title {
    padding: 20px;
  }
  body .container-banner .banner-image .text-content .text {
    padding: 20px;
    height: auto;
    background: #00194c;
  }
  body .container-banner .banner-image .text-content .text a {
    width: 100%;
  }
  body .container-banner .banner-image .text-content .text a .button {
    width: 100%;
  }
  body .container-banner .row .services {
    margin: 20px;
    width: calc(100% - 40px);
    max-width: 100%;
  }
  body .container-banner .row .services .services-content {
    display: none;
  }
  body .container-banner .row .services .services-mobile {
    display: block;
  }
  body .container-banner .row .services .services-mobile .owl-carousel .owl-nav {
    width: auto;
    left: 0px;
    position: relative;
    margin-top: 0px;
    top: 0px;
    padding: 0px;
    max-width: 280px;
    margin: 0px auto;
  }
  body .container-banner .row .services .services-mobile .owl-carousel .owl-nav .owl-prev, body .container-banner .row .services .services-mobile .owl-carousel .owl-nav .owl-next {
    margin: 0px;
    padding: 0px;
  }
  body .container-banner .row .services .services-mobile .owl-carousel .owl-nav .owl-prev i, body .container-banner .row .services .services-mobile .owl-carousel .owl-nav .owl-next i {
    color: #000000;
  }
  body .container-banner .row .services .services-mobile .owl-carousel .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 6px;
    width: 55%;
    margin: 0px auto;
  }
  body .container-banner .row .services .services-mobile .owl-carousel .owl-dots .owl-dot span {
    border: 1px solid #00194c;
  }
  body .container-banner .row .services .services-mobile .owl-carousel .owl-dots .active span {
    border: 1px solid #00194c;
    background: #00194c;
  }
  body .container-banner .row .services .services-mobile .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    width: 100%;
    height: 280px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .container-banner .row .services .services-mobile .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    background: #ececec;
    width: 280px;
    height: calc(280px - 100px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0px;
    margin: 9px 0px;
  }
  body .container-banner .row .services .services-mobile .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .svg {
    width: 100px;
    height: 100px;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body .container-banner .row .services .services-mobile .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .svg svg {
    position: absolute;
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    stroke-width: 1.7px;
    left: 5px;
    right: 0;
    top: 0px;
  }
  body .container-banner .row .services .services-mobile .owl-carousel .owl-stage-outer .owl-stage .owl-item .item span {
    font-size: 21px;
    line-height: 27px;
    letter-spacing: 0.02em;
    font-weight: 500;
    text-align: center;
    padding: 0px 15px;
    margin: 15px 0px;
  }
  body .container-banner .row .board {
    margin: 20px;
    width: calc(100% - 40px);
    max-width: 100%;
  }
  body .container-banner .row .board .text {
    margin-bottom: 20px;
  }
  body .container-banner .row .board .team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .container-banner .row .board .team .item {
    margin: 10px 0px;
    width: 280px;
    max-width: 280px;
  }
  body .container-banner .row .board .team .item .img {
    width: auto;
  }
  body .container-banner .row .board .team .item .img img {
    margin-top: -30px;
  }
  body .container-banner .row .board .team .item:nth-child(3), body .container-banner .row .board .team .item:nth-child(4) {
    margin-top: 10px;
  }
  body .container-banner .row .story {
    width: 100%;
    max-width: 100%;
    margin: 20px 0px;
    background: #FFFFFF;
  }
  body .container-banner .row .story .content-story {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 100%;
    width: 100%;
  }
  body .container-banner .row .story .content-story .touch {
    position: relative;
    top: 0px;
    padding: 40px 20px;
    height: auto;
    width: calc(100% - 40px);
  }
  body .container-banner .row .story .content-story .touch a .bottom {
    position: relative;
    bottom: 0px;
    left: 0px;
    padding-top: 20px;
  }
  body .container-banner .row .story .content-story .text {
    padding: 20px;
    width: calc(100% - 40px);
    background: #00194c;
    max-width: 100%;
  }
  body .container-banner .row .advisers {
    margin: 20px;
    max-width: 100%;
    width: calc(100% - 40px);
    height: auto;
  }
  body .container-banner .row .advisers .advisers_carrousel {
    padding: 0px 20px;
    margin-bottom: 44px;
    z-index: 9999;
  }
  body .container-banner .row .advisers .advisers_carrousel .owl-item {
    margin-top: 50px;
  }
  body .container-banner .row .advisers .advisers_carrousel .owl-nav {
    position: absolute;
  }
  body .container-banner .row .advisers .advisers_carrousel .owl-nav .owl-prev {
    margin-left: -20px;
    margin-top: 15px;
  }
  body .container-banner .row .advisers .advisers_carrousel .owl-nav .owl-next {
    margin-right: -20px;
    margin-top: 15px;
  }
  body .container-banner .row .advisers .advisers_carrousel .owl-dots {
    display: none;
  }
  body .container-banner .row .content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    width: auto;
    margin: 0px;
  }
  body .container-banner .row .content-row .join {
    padding: 20px;
    width: auto;
  }
  body .container-banner .row .content-row .join a {
    width: 100%;
  }
  body .container-banner .row .content-row .join a .button {
    width: 100%;
  }
  body .container-banner .row .content-row .media {
    margin: 20px;
    width: auto;
  }
  body .container-banner .row .team {
    background: #FFFFFF;
    margin-bottom: 10px;
  }
  body .container-banner .row .team .team-content {
    margin: 0px;
    max-width: 100%;
    height: auto;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .container-banner .row .team .team-content .team-text {
    width: auto;
    max-width: 100%;
    background: #ececec;
    padding: 20px;
  }
  body .container-banner .row .team .team-content .team-text a .button {
    width: auto;
  }
  body .container-banner .row .team .team-content .team-pic {
    position: relative;
    width: auto;
    bottom: 0;
    margin: 20px;
  }
  body .container-banner .row .slider {
    margin: 0px;
    max-width: 100%;
    height: auto;
    padding: 20px;
    width: calc(100% - 40px);
  }
  body .container-banner .row .slider h3 {
    padding: 20px 0px;
  }
  body .container-banner .row .slider .carrousel-content {
    padding: 0px;
  }
  body .container-banner .row .slider .carrousel-content div .owl-nav {
    display: none;
  }
  body footer {
    height: auto;
  }
  body footer .content {
    padding: 25px;
    max-width: 100%;
    width: calc(100% - 50px);
  }
  body footer .content .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body footer .content .top .downloads .buttons {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 15px;
  }
  body footer .content .top .downloads .buttons a {
    margin: 0px;
    width: calc(50% - 15px);
  }
  body footer .content .top .downloads .buttons .join {
    width: 100% !important;
    margin: 15px 0px;
  }
  body footer .content .top .details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 30px 0px;
  }
}
