@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*

COLORS:
******
branco: #FFFFFF
azul claro: #658DA3 (título
azul escuro: #2D4450 (texto
bgs (especie cinzento): 101/141/163/0.5
bgs (hover): 45/68/80/0.8

*/
/*
- Fonts: https://fonts.google.com/specimen/IBM+Plex+Sans
Regular 400
Bold 700
Light 300
Medium 500

<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,500,700&display=swap" rel="stylesheet">
font-family: 'IBM Plex Sans', ;

*/
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* BEGIN reset css */
/* remove and neutralize the inconsistent default styling of HTML elements */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

/* END reset css */
html, body {
  background-color: #FFF;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  color: #000000;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: none;
  overflow-anchor: none;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0pt;
  visibility: hidden;
}

img, video {
  border: none;
}
img.responsive, video.responsive {
  max-width: 100%;
  height: auto;
}
img.responsive-full, video.responsive-full {
  max-width: none;
  width: 100%;
  height: auto;
}

::selection {
  background: #000000;
  color: #FFFFFF; /* Safari */
}

::-moz-selection {
  background: #000000;
  color: #FFFFFF; /* Firefox */
}

input, textarea, select {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  margin: 0;
  font-weight: 300;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 700;
}

p {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 28px;
  font-weight: 400;
}

strong, b {
  font-weight: 700;
}

a {
  color: #000000;
  text-decoration: underline;
}
@media (min-width: 992px) {
  a {
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  a:hover, a:focus {
    text-decoration: none;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.no-padding {
  padding: 0;
}

.hidden {
  display: none;
}

.hidden-xs {
  display: none;
}

@media (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1259px) {
  .hidden-lg {
    display: none;
  }
}
@media (min-width: 1260px) {
  .hidden-xl {
    display: none;
  }
}
.visible-xs {
  display: none;
}

.visible-sm {
  display: none;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block;
  }
}
body.in-popup, body.is-in-popup {
  overflow: hidden;
}

#mainWrapper, #main {
  min-width: 320px;
  padding-top: 100px;
}
#mainWrapper.header-light, #main.header-light {
  padding-top: 0 !important;
}
@media (min-width: 992px) {
  #mainWrapper, #main {
    padding-top: 180px;
  }
}

.container {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .container {
    padding: 0 35px;
  }
}

.container-medium {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .container-medium {
    padding: 0 35px;
  }
}

a.btn-primary, a.btn-primary:visited, .button {
  /*
  	display: inline-block;
  	border: 1px solid $theme-secondary;
  	color: $theme-secondary;
  	text-decoration: none;
  	font-weight: 500;
  	font-size: 13px; line-height: 15px;
  	letter-spacing: 2.5px;
  	text-transform: uppercase;
  	padding: 10px 15px;
  	min-width: 95px;
  	@media (min-width: $screen-md-min) {
  		&:hover {
  			cursor: pointer;
  			background-color: #D8D8D8;
  			color: #9B9B9B;
  			@include transition();
  		}
  	}
  */
}

a.btn-secondary, a.btn-secondary:visited {
  /*
  	display: inline-block;
  	width: 35px; height: 35px;
  	background: url($img-svg-url+'btn-arrow.svg') center center no-repeat transparent;
  	background-size: auto auto;
  	border: 2px solid $theme-primary;
  	@include hide-text();
  	@media (min-width: $screen-md-min) {
  		&:hover {
  			position: relative;
  			margin-left: 25px;
  			@include transition();
  		}
  	}
  */
}

a.btn-link, a.btn-link:visited {
  /*
  	position: relative;
  	font-size: 12px; letter-spacing: 1.5px;
  	text-transform: uppercase;
  	text-decoration: none;
  	font-weight: 500;
  	&:before {
  		content: "";
  		display: inline-block;
  		vertical-align: middle;
  		width: 35px; height: 35px;
  		background: url($img-svg-url+'btn-arrow.svg') center center no-repeat transparent;
  		background-size: auto auto;
  		border: 2px solid $theme-primary;
  		margin-right: 18px;
  	}
  	@media (min-width: $screen-md-min) {
  		&:hover {
  			position: relative;
  			padding-left: 25px;
  			@include transition();
  		}
  	}
  */
}

a.full-link, a.full-link:visited {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder {
  color: transparent !important;
} /* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent !important;
} /* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent !important;
} /* IE 10+ */
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

textarea:focus:-moz-placeholder {
  color: transparent !important;
} /* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: transparent !important;
} /* FF 19+ */
textarea:focus:-ms-input-placeholder {
  color: transparent !important;
} /* IE 10+ */
textarea:focus, input:focus {
  outline: none;
}

select {
  outline: none;
}

.swiper-custom-nav span {
  outline: none;
}

.section-content {
  /*
  	margin: 0 auto;
  	max-width: 1260px;
  	padding: 0 30px;
  	margin-bottom: 40px;
  	.section-title {}
  */
}

.go-top {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
}
.go-top.scrolled {
  display: block;
}
.go-top a, .go-top a:visited {
  text-align: center;
  text-decoration: none;
  display: block;
  height: 100%;
  background-color: #084899;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
}
.go-top a span, .go-top a:visited span {
  display: block;
}
.go-top a span.icon, .go-top a:visited span.icon {
  padding-top: 10px;
}
.go-top a span.text, .go-top a:visited span.text {
  margin-top: -5px;
}
.go-top a span img, .go-top a:visited span img {
  width: 20px;
  height: 20px;
}

.page-intro {
  padding-top: 150px;
  margin-bottom: 80px;
}
.page-intro h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 28px;
}
.page-intro p {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-intro {
    padding-top: 140px;
    margin-bottom: 90px;
  }
  .page-intro h2 {
    font-size: 120px;
    line-height: 120px;
    margin-bottom: 50px;
  }
  .page-intro p {
    max-width: 610px;
  }
  .page-intro.long-text p {
    max-width: 900px;
  }
}
.page-intro.no-title {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .page-intro.no-title {
    padding-top: 120px;
    margin-bottom: 100px;
  }
  .page-intro.no-title p {
    max-width: 900px;
  }
}

.top-banner {
  width: 100%;
  height: 450px;
  position: relative;
}
.top-banner .image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-banner .image img {
  display: none;
}
.top-banner .bg-layer {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 68, 80, 0.8);
}
.top-banner .info {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
}
.top-banner .info h2 {
  color: #FFFFFF;
  font-size: 40px;
  line-height: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .top-banner {
    height: 700px;
  }
  .top-banner .info h2 {
    font-size: 120px;
    line-height: 120px;
    padding-bottom: 100px;
  }
}

.load-more a, .load-more a:visited {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 350px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #084899;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #084899;
}
@media (min-width: 992px) {
  .load-more a:hover, .load-more a:visited:hover {
    background-color: #084899;
    color: #FFFFFF;
  }
}

.see-more a, .see-more a:visited {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 200px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #084899;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #084899;
}
@media (min-width: 768px) {
  .see-more a, .see-more a:visited {
    max-width: 350px;
  }
  .see-more a:hover, .see-more a:visited:hover {
    background-color: #084899;
    color: #FFFFFF;
  }
}

.detail-navigation-wrapper ul {
  font-size: 0;
  margin-bottom: 30px;
  text-align: center;
}
.detail-navigation-wrapper ul li {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
.detail-navigation-wrapper ul li a, .detail-navigation-wrapper ul li a:visited {
  display: inline-block;
  width: 120px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #084899;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #084899;
}
@media (min-width: 992px) {
  .detail-navigation-wrapper ul {
    margin-bottom: 70px;
    text-align: right;
  }
  .detail-navigation-wrapper ul li {
    /*margin: 0;
    margin-left: 10px;*/
  }
  .detail-navigation-wrapper ul li a, .detail-navigation-wrapper ul li a:visited {
    width: 190px;
  }
  .detail-navigation-wrapper ul li a:hover, .detail-navigation-wrapper ul li a:visited:hover {
    background-color: #084899;
    color: #FFFFFF;
  }
}
@media (min-width: 1260px) {
  .detail-navigation-wrapper {
    /*ul{ margin-right: -108px; }*/
  }
}

@media (min-width: 992px) {
  .news-detail-wrapper .detail-navigation-wrapper ul {
    margin-bottom: 0;
  }
}
.share-wrapper {
  width: auto;
  display: inline-block;
  position: relative;
}
.share-wrapper .share-list {
  display: none;
  position: absolute;
  bottom: 65px;
  left: 0;
  text-align: center;
  width: 270px;
}
.share-wrapper .share-list input {
  display: none;
}
.share-wrapper .share-list ul {
  text-align: left;
}
.share-wrapper .share-list ul li {
  display: inline-block;
  margin: 0 3px;
  text-align: center;
}
.share-wrapper .share-list ul li a, .share-wrapper .share-list ul li a:visited {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #084899;
  border-radius: 50%;
  font-size: 16px;
  line-height: 28px;
  color: #084899;
}
@media (min-width: 992px) {
  .share-wrapper .share-list ul {
    width: 300px;
  }
  .share-wrapper .share-list ul li {
    margin: 0 5px;
  }
  .share-wrapper .share-list ul li a:hover, .share-wrapper .share-list ul li a:visited:hover {
    background-color: #084899;
    color: #FFFFFF;
  }
}

.dropdown-wrapper .dropdown {
  position: relative;
}
.dropdown-wrapper .dropdown a.dropdown-toggle, .dropdown-wrapper .dropdown a.dropdown-toggle:visited {
  display: block;
  border-bottom: 1px solid #000000;
  font-size: 25px;
  line-height: 32px;
  font-weight: 300;
  text-decoration: none;
  padding-bottom: 22px;
  position: relative;
}
.dropdown-wrapper .dropdown a.dropdown-toggle:after, .dropdown-wrapper .dropdown a.dropdown-toggle:visited:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url("../img/svg/arrow-down.svg") center center no-repeat transparent;
  background-size: contain;
}
.dropdown-wrapper .dropdown ul {
  background-color: #084899;
  display: none;
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  width: 100%;
}
.dropdown-wrapper .dropdown ul li {
  padding: 10px;
}
.dropdown-wrapper .dropdown ul li a, .dropdown-wrapper .dropdown ul li a:visited {
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  text-decoration: none;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .dropdown-wrapper .dropdown a.dropdown-toggle, .dropdown-wrapper .dropdown a.dropdown-toggle:visited {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
  }
  .dropdown-wrapper .dropdown a.dropdown-toggle:after, .dropdown-wrapper .dropdown a.dropdown-toggle:visited:after {
    top: 10px;
  }
  .dropdown-wrapper .dropdown ul li {
    padding: 20px;
  }
  .dropdown-wrapper .dropdown ul li a, .dropdown-wrapper .dropdown ul li a:visited {
    font-size: 25px;
    line-height: 32px;
  }
  .dropdown-wrapper .dropdown ul li a:hover, .dropdown-wrapper .dropdown ul li a:visited:hover {
    text-decoration: underline;
  }
}
.dropdown-wrapper.inactive .dropdown a.dropdown-toggle, .dropdown-wrapper.inactive .dropdown a.dropdown-toggle:visited {
  pointer-events: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}

.mobile-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 3;
  background-color: #084899;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.mobile-layer.opened {
  height: 100%;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
@media (min-width: 992px) {
  .mobile-layer {
    display: none !important;
  }
}

#headerWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
#headerWrapper .header {
  padding: 32px 30px;
  z-index: 2;
  position: relative;
}
#headerWrapper .header h1 {
  float: left;
  margin-left: 0;
}
#headerWrapper .header h1 a, #headerWrapper .header h1 a:visited {
  display: block;
  line-height: 500px;
  overflow: hidden;
  background: url("../img/svg/logo-geotest.svg") center center no-repeat transparent;
  background-size: contain;
  width: 166px;
  height: 38px;
}
#headerWrapper .header a.nav-toggle, #headerWrapper .header a.nav-toggle:visited {
  margin-top: 8px;
  float: right;
  width: 25px;
  height: 25pX;
  background: url("../img/svg/nav-toggle.svg") center center no-repeat transparent;
  background-size: contain;
  z-index: 10;
}
#headerWrapper .header a.nav-toggle.is-active, #headerWrapper .header a.nav-toggle:visited.is-active {
  background: url("../img/svg/nav-toggle-light.svg");
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
@media (min-width: 992px) {
  #headerWrapper .header a.nav-toggle, #headerWrapper .header a.nav-toggle:visited {
    display: none;
  }
}
#headerWrapper .nav-wrapper {
  z-index: 3;
  position: relative;
  display: none;
  clear: both;
  padding: 35px;
  padding-top: 23px;
}
#headerWrapper .nav-wrapper .extra-header-actions {
  font-size: 0;
  margin-bottom: 35px;
}
#headerWrapper .nav-wrapper .extra-header-actions .search-toggle-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#headerWrapper .nav-wrapper .extra-header-actions .search-toggle-wrapper a.search-toggle, #headerWrapper .nav-wrapper .extra-header-actions .search-toggle-wrapper a.search-toggle:visited {
  display: block;
  color: #FFFFFF;
  line-height: 500px;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/svg/search-icon.svg");
  width: 20px;
  height: 20px;
}
#headerWrapper .nav-wrapper .extra-header-actions .lang-toggle-wrapper {
  display: inline-block;
  vertical-align: middle;
}
#headerWrapper .nav-wrapper .extra-header-actions .lang-toggle-wrapper a.lang-toggle, #headerWrapper .nav-wrapper .extra-header-actions .lang-toggle-wrapper a.lang-toggle:visited {
  display: block;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  text-decoration: none;
}
#headerWrapper .nav-wrapper .main-nav {
  margin-bottom: 45px;
}
#headerWrapper .nav-wrapper .main-nav ul li {
  font-size: 25px;
  line-height: 40px;
  font-weight: 400;
}
#headerWrapper .nav-wrapper .main-nav ul li a, #headerWrapper .nav-wrapper .main-nav ul li a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
#headerWrapper .nav-wrapper .main-nav ul li.current-menu-item > a, #headerWrapper .nav-wrapper .main-nav ul li.current-menu-item > a:visited, #headerWrapper .nav-wrapper .main-nav ul li.current-menu-ancestor > a, #headerWrapper .nav-wrapper .main-nav ul li.current-menu-ancestor > a:visited, #headerWrapper .nav-wrapper .main-nav ul li.current_page_parent > a, #headerWrapper .nav-wrapper .main-nav ul li.current_page_parent > a:visited {
  position: relative;
}
#headerWrapper .nav-wrapper .main-nav ul li.current-menu-item > a:before, #headerWrapper .nav-wrapper .main-nav ul li.current-menu-item > a:visited:before, #headerWrapper .nav-wrapper .main-nav ul li.current-menu-ancestor > a:before, #headerWrapper .nav-wrapper .main-nav ul li.current-menu-ancestor > a:visited:before, #headerWrapper .nav-wrapper .main-nav ul li.current_page_parent > a:before, #headerWrapper .nav-wrapper .main-nav ul li.current_page_parent > a:visited:before {
  position: absolute;
  content: "";
  bottom: -2px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
#headerWrapper .nav-wrapper .language-nav {
  display: none;
}
#headerWrapper .nav-wrapper .language-nav ul {
  padding-top: 75px;
  padding-bottom: 100px;
}
#headerWrapper .nav-wrapper .language-nav ul li {
  font-size: 35px;
  line-height: 45px;
  margin: 5px 0;
  font-weight: 300;
}
#headerWrapper .nav-wrapper .language-nav ul li a, #headerWrapper .nav-wrapper .language-nav ul li a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
#headerWrapper .nav-wrapper .language-nav ul li a .lang-short, #headerWrapper .nav-wrapper .language-nav ul li a:visited .lang-short {
  display: none;
}
#headerWrapper .nav-wrapper .language-nav ul li.current-lang {
  font-weight: 700;
}
#headerWrapper .nav-wrapper .language-nav ul li.current-lang a, #headerWrapper .nav-wrapper .language-nav ul li.current-lang a:visited {
  text-decoration: underline;
}
#headerWrapper .nav-wrapper ul.social-links {
  font-size: 0;
  margin-bottom: 30px;
}
#headerWrapper .nav-wrapper ul.social-links li {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 16px;
}
#headerWrapper .nav-wrapper ul.social-links li a, #headerWrapper .nav-wrapper ul.social-links li a:visited {
  color: #FFFFFF;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
}
#headerWrapper .nav-wrapper ul.header-footer-nav {
  font-size: 0;
}
#headerWrapper .nav-wrapper ul.header-footer-nav li {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #FFFFFF;
}
#headerWrapper .nav-wrapper ul.header-footer-nav li:after {
  content: " / ";
  white-space: pre;
}
#headerWrapper .nav-wrapper ul.header-footer-nav li:last-child:after {
  display: none;
}
#headerWrapper .nav-wrapper ul.header-footer-nav li a, #headerWrapper .nav-wrapper ul.header-footer-nav li a:visited {
  text-decoration: none;
  color: #FFFFFF;
}
#headerWrapper .nav-wrapper p.header-copyright {
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 0;
}
#headerWrapper .nav-wrapper p.header-copyright span {
  display: block;
}
#headerWrapper .nav-wrapper p.header-copyright a, #headerWrapper .nav-wrapper p.header-copyright a:visited {
  color: #FFFFFF;
}
#headerWrapper.header-light .header h1 a, #headerWrapper.header-light .header h1 a:visited {
  background-image: url("../img/svg/logo-geotest-light.svg");
}
#headerWrapper.header-light .header a.nav-toggle, #headerWrapper.header-light .header a.nav-toggle:visited {
  background-image: url("../img/svg/nav-toggle-light.svg");
}
#headerWrapper.opened {
  position: fixed;
  height: 100vh;
}
#headerWrapper.opened .mobile-layer {
  height: 100%;
  z-index: 2;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
#headerWrapper.opened .header h1 a, #headerWrapper.opened .header h1 a:visited {
  background-image: url("../img/svg/logo-geotest-light.svg");
}
@media (min-width: 992px) {
  #headerWrapper {
    position: absolute;
    overflow-y: visible;
  }
  #headerWrapper .header-wrapper {
    padding: 0;
    position: relative;
    margin: 0 auto;
    height: auto;
    /*max-width: $container-width;*/
    max-width: 100%;
  }
  #headerWrapper .header {
    padding: 65px;
  }
  #headerWrapper .header h1 a, #headerWrapper .header h1 a:visited {
    width: 259px;
    height: 58px;
  }
  #headerWrapper .nav-wrapper {
    padding: 0;
    position: absolute;
    top: 65px;
    right: 65px;
    text-align: right;
    display: block !important;
    height: auto;
  }
  #headerWrapper .nav-wrapper .extra-header-actions {
    display: none;
  }
  #headerWrapper .nav-wrapper .social-links {
    display: none;
  }
  #headerWrapper .nav-wrapper .header-footer-bottom {
    display: none;
  }
  #headerWrapper .nav-wrapper .header-copyright {
    display: none;
  }
  #headerWrapper .nav-wrapper .main-nav {
    margin-bottom: 15px;
  }
  #headerWrapper .nav-wrapper .main-nav ul li {
    font-size: 16px;
    line-height: 22px;
  }
  #headerWrapper .nav-wrapper .main-nav ul li a, #headerWrapper .nav-wrapper .main-nav ul li a:visited {
    color: #000000;
    position: relative;
  }
  #headerWrapper .nav-wrapper .main-nav ul li a:before, #headerWrapper .nav-wrapper .main-nav ul li a:visited:before {
    position: absolute;
    content: "";
    bottom: -2px;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #000000;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  #headerWrapper .nav-wrapper .main-nav ul li a:hover, #headerWrapper .nav-wrapper .main-nav ul li a:visited:hover {
    margin-right: 10px;
  }
  #headerWrapper .nav-wrapper .main-nav ul li a:hover:before, #headerWrapper .nav-wrapper .main-nav ul li a:visited:hover:before {
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    width: 100%;
  }
  #headerWrapper .nav-wrapper .main-nav ul li.current-menu-item > a:before, #headerWrapper .nav-wrapper .main-nav ul li.current-menu-item > a:visited:before, #headerWrapper .nav-wrapper .main-nav ul li.current-menu-ancestor > a:before, #headerWrapper .nav-wrapper .main-nav ul li.current-menu-ancestor > a:visited:before, #headerWrapper .nav-wrapper .main-nav ul li.current_page_parent > a:before, #headerWrapper .nav-wrapper .main-nav ul li.current_page_parent > a:visited:before {
    width: 100%;
    background-color: #000000;
  }
  #headerWrapper .nav-wrapper .extra-header-actions-desktop {
    font-size: 0;
  }
  #headerWrapper .nav-wrapper .extra-header-actions-desktop .search-toggle-wrapper {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
  }
  #headerWrapper .nav-wrapper .extra-header-actions-desktop .search-toggle-wrapper a.search-toggle, #headerWrapper .nav-wrapper .extra-header-actions-desktop .search-toggle-wrapper a.search-toggle:visited {
    display: block;
    color: #FFFFFF;
    line-height: 500px;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/svg/search-icon-desktop.svg");
    width: 15px;
    height: 15px;
  }
  #headerWrapper .nav-wrapper .extra-header-actions-desktop .lang-toggle-wrapper {
    display: inline-block;
    vertical-align: top;
  }
  #headerWrapper .nav-wrapper .extra-header-actions-desktop .lang-toggle-wrapper a.lang-toggle, #headerWrapper .nav-wrapper .extra-header-actions-desktop .lang-toggle-wrapper a.lang-toggle:visited {
    display: block;
    color: #000000;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none;
    position: relative;
  }
  #headerWrapper .nav-wrapper .extra-header-actions-desktop .lang-toggle-wrapper a.lang-toggle:before, #headerWrapper .nav-wrapper .extra-header-actions-desktop .lang-toggle-wrapper a.lang-toggle:visited:before {
    position: absolute;
    content: "";
    bottom: -2px;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #000000;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  #headerWrapper .nav-wrapper .extra-header-actions-desktop .lang-toggle-wrapper a.lang-toggle:hover, #headerWrapper .nav-wrapper .extra-header-actions-desktop .lang-toggle-wrapper a.lang-toggle:visited:hover {
    margin-right: 10px;
  }
  #headerWrapper .nav-wrapper .extra-header-actions-desktop .lang-toggle-wrapper a.lang-toggle:hover:before, #headerWrapper .nav-wrapper .extra-header-actions-desktop .lang-toggle-wrapper a.lang-toggle:visited:hover:before {
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    width: 100%;
  }
  #headerWrapper .nav-wrapper .extra-header-actions-desktop .language-nav-desktop {
    display: none;
  }
  #headerWrapper .nav-wrapper .extra-header-actions-desktop .language-nav-desktop.show {
    display: inline-block;
    vertical-align: top;
  }
  #headerWrapper .nav-wrapper .extra-header-actions-desktop .language-nav-desktop ul li {
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    margin-bottom: 4px;
  }
  #headerWrapper .nav-wrapper .extra-header-actions-desktop .language-nav-desktop ul li a, #headerWrapper .nav-wrapper .extra-header-actions-desktop .language-nav-desktop ul li a:visited {
    color: #000000;
    text-decoration: none;
  }
  #headerWrapper .nav-wrapper .extra-header-actions-desktop .language-nav-desktop ul li.current-lang {
    font-weight: 700;
  }
  #headerWrapper .nav-wrapper .extra-header-actions-desktop .language-nav-desktop ul li.current-lang a, #headerWrapper .nav-wrapper .extra-header-actions-desktop .language-nav-desktop ul li.current-lang a:visited {
    text-decoration: underline;
  }
  #headerWrapper.header-light {
    /*
    .main-nav ul li {
    	&.current-menu-item,&.current-menu-ancestor {
    		a,a:visited {
    			&:before {
    				background-color: $theme-light;
    			}
    		}
    	}
    }*/
  }
  #headerWrapper.header-light .main-nav ul li a, #headerWrapper.header-light .main-nav ul li a:visited {
    color: #FFFFFF;
  }
  #headerWrapper.header-light .main-nav ul li a:before, #headerWrapper.header-light .main-nav ul li a:visited:before {
    background-color: #FFFFFF;
  }
  #headerWrapper.header-light .extra-header-actions-desktop .search-toggle-wrapper a.search-toggle, #headerWrapper.header-light .extra-header-actions-desktop .search-toggle-wrapper a.search-toggle:visited {
    background-image: url("../img/svg/search-icon.svg");
  }
  #headerWrapper.header-light .extra-header-actions-desktop .lang-toggle-wrapper a.lang-toggle, #headerWrapper.header-light .extra-header-actions-desktop .lang-toggle-wrapper a.lang-toggle:visited {
    color: #FFFFFF;
  }
  #headerWrapper.header-light .extra-header-actions-desktop .language-nav-desktop ul li a, #headerWrapper.header-light .extra-header-actions-desktop .language-nav-desktop ul li a:visited {
    color: #FFFFFF;
  }
}

.popup-search-wrapper {
  /*display: none;*/
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow-y: auto;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.popup-search-wrapper.open {
  /*display: block;*/
  right: 0;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.popup-search-wrapper .logo {
  position: absolute;
  top: 32px;
  left: 30px;
  display: block;
  background: url("../img/svg/logo-geotest-light.svg") center center no-repeat transparent;
  background-size: contain;
  width: 166px;
  height: 38px;
}
.popup-search-wrapper > a.close-popup, .popup-search-wrapper > a.close-popup:visited {
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 25px;
  top: 30px;
  right: 30px;
  background: url("../img/svg/close-popup-light.svg") center center no-repeat transparent;
  background-size: contain;
  line-height: 500px;
  overflow: hidden;
}
.popup-search-wrapper .popup-inner {
  min-height: 100%;
  height: auto;
  background-color: #084899;
}
.popup-search-wrapper .popup-content {
  position: relative;
  padding: 120px 30px;
  max-width: 960px;
  margin: 0 auto;
  color: #FFFFFF;
}
.popup-search-wrapper input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  width: 100%;
  line-height: 23px;
  text-align: left;
  color: #FFFFFF;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 75px;
  padding-bottom: 20px;
}
.popup-search-wrapper input::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.popup-search-wrapper input::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.popup-search-wrapper input:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.popup-search-wrapper input:-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.popup-search-wrapper .search-list .search-result-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 45px;
}
.popup-search-wrapper .search-list .search-result-item a, .popup-search-wrapper .search-list .search-result-item a:visited {
  color: #FFFFFF;
}
.popup-search-wrapper .search-list .search-result-item .info h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.popup-search-wrapper .search-list .search-result-item .info h3 a, .popup-search-wrapper .search-list .search-result-item .info h3 a:visited {
  text-decoration: none;
}
.popup-search-wrapper .search-list .search-result-item .info p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
.popup-search-wrapper .search-empty-wrapper {
  display: none;
}
.popup-search-wrapper .search-empty-wrapper h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.popup-search-wrapper .search-empty-wrapper p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .popup-search-wrapper .popup-content {
    padding-top: 220px;
    padding-bottom: 220px;
  }
  .popup-search-wrapper .logo {
    top: 65px;
    left: 65px;
    width: 259px;
    height: 58px;
  }
  .popup-search-wrapper > a.close-popup, .popup-search-wrapper > a.close-popup:visited {
    top: 65px;
    right: 65px;
  }
  .popup-search-wrapper .search-list .search-result-item {
    max-width: 740px;
    margin-bottom: 65px;
  }
  .popup-search-wrapper .search-list .search-result-item .info h3 a:hover, .popup-search-wrapper .search-list .search-result-item .info h3 a:visited:hover {
    text-decoration: underline;
  }
  .popup-search-wrapper input {
    margin-bottom: 115px;
  }
}

#footer .footer-top {
  padding: 65px 35px;
  padding-bottom: 75px;
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
  font-size: 0;
}
#footer ul.social-links {
  font-size: 0;
  margin-bottom: 35px;
}
#footer ul.social-links li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  font-size: 20px;
}
#footer ul.social-links li a, #footer ul.social-links li a:visited {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 42px;
  border-radius: 50%;
  border: 1px solid #084899;
  color: #084899;
}
#footer ul.footer-nav {
  text-align: center;
  margin-bottom: 95px;
}
#footer ul.footer-nav li {
  font-size: 16px;
  line-height: 20px;
}
#footer ul.footer-nav li a, #footer ul.footer-nav li a:visited {
  text-decoration: none;
}
#footer .subscribe-newsletter-wrapper {
  margin-bottom: 115px;
}
#footer .subscribe-newsletter-wrapper .subscribe-newsletter label {
  font-weight: 700;
  font-size: 25px;
  line-height: 33px;
  display: block;
  margin-bottom: 10px;
}
#footer .subscribe-newsletter-wrapper .subscribe-newsletter input {
  width: 100%;
  border: 0;
  text-align: center;
  border-bottom: 1px solid #000000;
  line-height: 20px;
  font-size: 16px;
  padding: 12px 0;
  color: #000000;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: block;
  margin-bottom: 30px;
}
#footer .subscribe-newsletter-wrapper .subscribe-newsletter input::-webkit-input-placeholder {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
  color: #000000;
}
#footer .subscribe-newsletter-wrapper .subscribe-newsletter input::-moz-placeholder {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
  color: #000000;
}
#footer .subscribe-newsletter-wrapper .subscribe-newsletter input:-ms-input-placeholder {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
  color: #000000;
}
#footer .subscribe-newsletter-wrapper .subscribe-newsletter input:-moz-placeholder {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
  color: #000000;
}
#footer .subscribe-newsletter-wrapper .subscribe-newsletter a, #footer .subscribe-newsletter-wrapper .subscribe-newsletter a:visited {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: 1px solid #000000;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}
#footer .certified-wrapper .image img {
  /*width: 127px;*/
  max-width: 100%;
  height: auto;
}
#footer .certified-wrapper p {
  margin-top: 25px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 0;
}
#footer .footer-bottom {
  position: relative;
  z-index: 21;
  background-color: #084899;
  padding: 40px 20px;
  text-align: center;
}
#footer .logos-2020 {
  margin-bottom: 30px;
  text-align: center;
}
#footer .logos-2020 img {
  display: inline-block;
}
#footer p.copyright {
  padding: 0 15px;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 0;
}
#footer p.copyright span {
  display: block;
}
#footer p.copyright a, #footer p.copyright a:visited {
  color: #FFFFFF;
}
#footer .footer-col.col-2 {
  display: none;
}
@media (min-width: 992px) {
  #footer .footer-top {
    padding: 80px 35px;
    padding-bottom: 64px;
    max-width: 1290px;
    text-align: left;
  }
  #footer .footer-col {
    display: inline-block;
    vertical-align: bottom;
    width: 33.33%;
  }
  #footer .footer-col.col-1 {
    width: 15.4%;
    margin-right: 4.3%;
  }
  #footer .footer-col.col-2 {
    width: 60.6%;
  }
  #footer .footer-col.col-3 {
    width: 15.4%;
    margin-left: 4.3%;
    text-align: right;
  }
  #footer .footer-col.col-1 ul.footer-nav {
    display: none;
  }
  #footer .footer-col.col-2 {
    display: inline-block;
  }
  #footer ul.social-links {
    margin-bottom: 0;
  }
  #footer ul.social-links li {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 5px;
    font-size: 16px;
  }
  #footer ul.social-links li a, #footer ul.social-links li a:visited {
    width: 35px;
    height: 35px;
    line-height: 33px;
  }
  #footer ul.social-links li a:hover, #footer ul.social-links li a:visited:hover {
    background-color: #084899;
    color: #FFFFFF;
  }
  #footer ul.footer-nav {
    text-align: center;
    margin-bottom: 0;
  }
  #footer ul.footer-nav li {
    font-size: 16px;
    line-height: 20px;
    margin: 0 20px;
  }
  #footer .subscribe-newsletter-wrapper {
    margin-bottom: 0;
    position: relative;
  }
  #footer .subscribe-newsletter-wrapper .subscribe-newsletter label {
    margin-bottom: 38px;
  }
  #footer .subscribe-newsletter-wrapper .subscribe-newsletter input {
    text-align: left;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 150px);
    padding-right: 30px;
  }
  #footer .subscribe-newsletter-wrapper .subscribe-newsletter a, #footer .subscribe-newsletter-wrapper .subscribe-newsletter a:visited {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 44px;
    line-height: 44px;
  }
  #footer .subscribe-newsletter-wrapper .subscribe-newsletter a:hover, #footer .subscribe-newsletter-wrapper .subscribe-newsletter a:visited:hover {
    background-color: #000000;
    color: #FFFFFF;
  }
  #footer .certified-wrapper .image img {
    /*width: 120px;*/
  }
  #footer .certified-wrapper p {
    margin-top: 20px;
  }
  #footer .footer-bottom {
    padding-top: 50px;
  }
  #footer .logos-2020 {
    margin-bottom: 40px;
  }
  #footer p.copyright {
    display: inline-block;
    vertical-align: middle;
  }
  #footer p.copyright span {
    display: inline-block;
  }
  #footer p.copyright span:before {
    content: " ";
    white-space: pre;
  }
  #footer p.copyright a, #footer p.copyright a:visited {
    color: #FFFFFF;
  }
}
@media (min-width: 1024px) {
  #footer ul.footer-nav li {
    display: inline-block;
  }
}

.newsletter-popup-wrapper .newsletter-popup {
  display: none;
  position: relative;
}
.newsletter-popup-wrapper .newsletter-popup .message h4 {
  font-weight: 700;
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 25px;
}
.newsletter-popup-wrapper .newsletter-popup .message p {
  max-width: 350px;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}
.newsletter-popup-wrapper .newsletter-popup .btn-wrapper {
  padding-top: 20px;
}
.newsletter-popup-wrapper .newsletter-popup .btn-wrapper a, .newsletter-popup-wrapper .newsletter-popup .btn-wrapper a:visited {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: 1px solid #000000;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}
.newsletter-popup-wrapper .newsletter-popup .btn-wrapper a.disabled, .newsletter-popup-wrapper .newsletter-popup .btn-wrapper a:visited.disabled {
  cursor: not-allowed;
}
.newsletter-popup-wrapper .newsletter-popup .check-agree {
  display: inline-block;
  padding-top: 25px;
}
.newsletter-popup-wrapper .newsletter-popup .check-agree a, .newsletter-popup-wrapper .newsletter-popup .check-agree a:visited {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  text-decoration: none;
}
.newsletter-popup-wrapper .newsletter-popup .check-agree a:before, .newsletter-popup-wrapper .newsletter-popup .check-agree a:visited:before {
  content: "";
  font-size: 20px;
  text-align: center;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #000000;
}
.newsletter-popup-wrapper .newsletter-popup .check-agree.accepted a:before, .newsletter-popup-wrapper .newsletter-popup .check-agree.accepted a:visited:before {
  content: "X";
}
@media (min-width: 992px) {
  .newsletter-popup-wrapper .newsletter-popup .btn-wrapper {
    padding-top: 0;
  }
  .newsletter-popup-wrapper .newsletter-popup .btn-wrapper a, .newsletter-popup-wrapper .newsletter-popup .btn-wrapper a:visited {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 44px;
    line-height: 44px;
  }
  .newsletter-popup-wrapper .newsletter-popup .btn-wrapper a:hover, .newsletter-popup-wrapper .newsletter-popup .btn-wrapper a:visited:hover {
    background-color: #000000;
    color: #FFFFFF;
  }
  .newsletter-popup-wrapper .newsletter-popup .btn-wrapper a.disabled:hover, .newsletter-popup-wrapper .newsletter-popup .btn-wrapper a:visited.disabled:hover {
    background-color: #FFFFFF;
    color: #000000;
  }
}

.fixed-logos-2020 {
  background-color: #084899;
  position: fixed;
  z-index: 20;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.fixed-logos-2020 img {
  display: inline-block;
  max-height: 28px;
  width: auto;
}

.page-not-found {
  text-align: center;
  padding: 150px 0;
}
.page-not-found h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 24px;
}
.page-not-found p {
  margin-bottom: 60px;
}
.page-not-found a, .page-not-found a:visited {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: 1px solid #084899;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #084899;
}
@media (min-width: 768px) {
  .page-not-found {
    padding: 180px 0;
  }
  .page-not-found h2 {
    font-size: 120px;
    line-height: 120px;
    margin-bottom: 20px;
  }
  .page-not-found p {
    margin-bottom: 70px;
  }
  .page-not-found a, .page-not-found a:visited {
    max-width: 350px;
  }
  .page-not-found a:hover, .page-not-found a:visited:hover {
    background-color: #084899;
    color: #FFFFFF;
  }
}

.homepage-wrapper {
  /*.hp-banners-mobile .swiper-container { height: 100vh; }*/
}
.homepage-wrapper .hp-banners, .homepage-wrapper .hp-banners-mobile {
  position: relative;
  /*.swiper-wrapper { height: 700px; }*/
}
.homepage-wrapper .hp-banners .swiper-slide, .homepage-wrapper .hp-banners-mobile .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.homepage-wrapper .hp-banners .swiper-slide .image-item, .homepage-wrapper .hp-banners-mobile .swiper-slide .image-item {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.homepage-wrapper .hp-banners .swiper-slide .image-item img, .homepage-wrapper .hp-banners-mobile .swiper-slide .image-item img {
  display: none;
}
.homepage-wrapper .hp-banners .swiper-slide .info-wrapper, .homepage-wrapper .hp-banners-mobile .swiper-slide .info-wrapper {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 40px 30px;
  padding-bottom: 130px;
}
.homepage-wrapper .hp-banners .swiper-slide .info-wrapper h2, .homepage-wrapper .hp-banners-mobile .swiper-slide .info-wrapper h2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #FFFFFF;
}
.homepage-wrapper .hp-banners .swiper-slide .info-wrapper h2 a, .homepage-wrapper .hp-banners .swiper-slide .info-wrapper h2 a:visited, .homepage-wrapper .hp-banners-mobile .swiper-slide .info-wrapper h2 a, .homepage-wrapper .hp-banners-mobile .swiper-slide .info-wrapper h2 a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.homepage-wrapper .hp-banners .swiper-custom-nav, .homepage-wrapper .hp-banners-mobile .swiper-custom-nav {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 135px;
}
.homepage-wrapper .hp-banners .swiper-custom-nav .swiper-pagination-bullet, .homepage-wrapper .hp-banners-mobile .swiper-custom-nav .swiper-pagination-bullet {
  display: block;
  margin: 0;
  margin-top: 6px;
  width: 12px;
  height: 12px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}
.homepage-wrapper .hp-banners .swiper-custom-nav .swiper-pagination-bullet:nth-child(1), .homepage-wrapper .hp-banners-mobile .swiper-custom-nav .swiper-pagination-bullet:nth-child(1) {
  background-color: rgba(255, 255, 255, 0.2);
}
.homepage-wrapper .hp-banners .swiper-custom-nav .swiper-pagination-bullet:nth-child(2), .homepage-wrapper .hp-banners-mobile .swiper-custom-nav .swiper-pagination-bullet:nth-child(2) {
  background-color: rgba(255, 255, 255, 0.4);
}
.homepage-wrapper .hp-banners .swiper-custom-nav .swiper-pagination-bullet:nth-child(3), .homepage-wrapper .hp-banners-mobile .swiper-custom-nav .swiper-pagination-bullet:nth-child(3) {
  background-color: rgba(255, 255, 255, 0.6);
}
.homepage-wrapper .hp-banners .swiper-custom-nav .swiper-pagination-bullet:nth-child(4), .homepage-wrapper .hp-banners-mobile .swiper-custom-nav .swiper-pagination-bullet:nth-child(4) {
  background-color: rgba(255, 255, 255, 0.8);
}
.homepage-wrapper .hp-banners .swiper-custom-nav .swiper-pagination-bullet:nth-child(5), .homepage-wrapper .hp-banners-mobile .swiper-custom-nav .swiper-pagination-bullet:nth-child(5) {
  background-color: rgb(255, 255, 255);
}
.homepage-wrapper .hp-banners .swiper-custom-nav .swiper-pagination-bullet.swiper-pagination-bullet-active, .homepage-wrapper .hp-banners-mobile .swiper-custom-nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255);
}
.homepage-wrapper .hp-banners a.banners-scroll-arrow, .homepage-wrapper .hp-banners a.banners-scroll-arrow:visited, .homepage-wrapper .hp-banners-mobile a.banners-scroll-arrow, .homepage-wrapper .hp-banners-mobile a.banners-scroll-arrow:visited {
  position: absolute;
  z-index: 1;
  bottom: 60px;
  left: 50%;
  margin-left: -22px;
  width: 44px;
  height: 44px;
  background: url("../img/svg/arrow-down-light.svg") center center no-repeat transparent;
  background-size: contain;
}
.homepage-wrapper .hp-banners {
  display: none;
}
.homepage-wrapper .hp-banners-mobile .swiper-wrapper {
  height: 100vh;
}
@media (min-width: 768px) {
  .homepage-wrapper {
    /*.hp-banners-mobile .swiper-wrapper { height: 100vh; }*/
  }
  .homepage-wrapper .hp-banners, .homepage-wrapper .hp-banners-mobile {
    /*.swiper-wrapper { height: 830px; }*/
  }
}
@media (min-width: 992px) {
  .homepage-wrapper .hp-banners-mobile {
    display: none;
  }
  .homepage-wrapper .hp-banners {
    display: block;
  }
  .homepage-wrapper .hp-banners .swiper-wrapper, .homepage-wrapper .hp-banners-mobile .swiper-wrapper {
    height: 960px;
  }
  .homepage-wrapper .hp-banners .swiper-slide .info-wrapper, .homepage-wrapper .hp-banners-mobile .swiper-slide .info-wrapper {
    padding: 50px 65px;
    padding-bottom: 117px;
  }
  .homepage-wrapper .hp-banners .swiper-slide .info-wrapper h2, .homepage-wrapper .hp-banners-mobile .swiper-slide .info-wrapper h2 {
    font-size: 29px;
    line-height: 40px;
  }
  .homepage-wrapper .hp-banners .swiper-custom-nav, .homepage-wrapper .hp-banners-mobile .swiper-custom-nav {
    right: 75px; /*bottom: 65px;*/
    bottom: 117px;
  }
  .homepage-wrapper .hp-banners a.banners-scroll-arrow, .homepage-wrapper .hp-banners a.banners-scroll-arrow:visited, .homepage-wrapper .hp-banners-mobile a.banners-scroll-arrow, .homepage-wrapper .hp-banners-mobile a.banners-scroll-arrow:visited {
    /*bottom: 55px;*/
    bottom: 107px;
  }
}
.homepage-wrapper .hp-intro {
  padding: 50px 10px;
  padding-bottom: 130px;
  font-size: 0;
}
.homepage-wrapper .hp-intro h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #67AE44;
  margin-bottom: 40px;
}
.homepage-wrapper .hp-intro p {
  margin-bottom: 135px;
}
.homepage-wrapper .hp-intro h3 {
  font-size: 90px;
  line-height: 90px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .homepage-wrapper .hp-intro {
    padding: 100px 0;
    padding-bottom: 100px;
  }
  .homepage-wrapper .hp-intro .info {
    display: inline-block;
    vertical-align: bottom;
    width: 56%;
  }
  .homepage-wrapper .hp-intro .info-date {
    display: inline-block;
    vertical-align: bottom;
    width: 44%;
  }
  .homepage-wrapper .hp-intro p {
    margin-bottom: 0;
  }
  .homepage-wrapper .hp-intro h3 {
    text-align: right;
    font-size: 120px;
    line-height: 120px;
  }
}
.homepage-wrapper .projects-list-wrapper {
  padding: 0;
  padding-bottom: 68px;
}
.homepage-wrapper .projects-list-wrapper h3.list-title {
  font-size: 18px;
  line-height: 24px;
  color: #67AE44;
  font-weight: 400;
  position: relative;
  z-index: 10;
}
.homepage-wrapper .projects-list-wrapper h3.list-title span {
  position: absolute;
  display: inline-block;
  width: 320px;
  transform-origin: top left;
  transform: rotate(-90deg);
  top: 340px;
  left: 5px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.homepage-wrapper .projects-list-wrapper .projects-list {
  margin: 0 0;
  margin-left: 50px;
}
.homepage-wrapper .projects-list-wrapper .projects-list .projects-item {
  display: none;
}
.homepage-wrapper .projects-list-wrapper .projects-list .projects-item:first-child {
  display: block;
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 500px) {
  .homepage-wrapper .projects-list-wrapper .projects-list .projects-item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .homepage-wrapper .projects-list-wrapper {
    padding: 55px 0;
  }
  .homepage-wrapper .projects-list-wrapper .projects-list {
    margin: 0 -10px;
    margin-left: 50px;
  }
  .homepage-wrapper .projects-list-wrapper .projects-list .projects-item {
    display: inline-block;
    width: 33.33%;
  }
  .homepage-wrapper .projects-list-wrapper .projects-list .projects-item:first-child {
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
@media (min-width: 1260px) {
  .homepage-wrapper .projects-list-wrapper h3.list-title {
    left: -58px;
  }
  .homepage-wrapper .projects-list-wrapper .projects-list {
    margin-left: -10px;
  }
}
.homepage-wrapper .news-list-wrapper {
  background-color: transparent;
}
.homepage-wrapper .news-list-wrapper h3.list-title {
  font-size: 18px;
  line-height: 24px;
  color: #67AE44;
  font-weight: 400;
  position: relative;
  z-index: 10;
}
.homepage-wrapper .news-list-wrapper h3.list-title span {
  position: absolute;
  display: inline-block;
  width: 320px;
  transform-origin: top left;
  transform: rotate(-90deg);
  top: 340px;
  left: 5px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.homepage-wrapper .news-list-wrapper .news-list {
  margin: 0 0;
  margin-left: 50px;
}
.homepage-wrapper .news-list-wrapper .news-list .news-item {
  display: none;
}
.homepage-wrapper .news-list-wrapper .news-list .news-item:first-child {
  display: block;
  margin-bottom: 0;
  padding: 0;
}
.homepage-wrapper .news-list-wrapper .news-list .news-item:first-child .info {
  padding-right: 50px;
}
@media (min-width: 500px) {
  .homepage-wrapper .news-list-wrapper .news-list .news-item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .homepage-wrapper .news-list-wrapper .news-list {
    margin: 0 -10px;
    margin-left: 50px;
  }
  .homepage-wrapper .news-list-wrapper .news-list .news-item {
    display: inline-block;
    width: 33.33%;
  }
  .homepage-wrapper .news-list-wrapper .news-list .news-item:first-child {
    margin-bottom: 40px;
    padding: 0 10px;
  }
  .homepage-wrapper .news-list-wrapper .news-list .news-item:first-child .info {
    padding-right: 0;
  }
}
@media (min-width: 1260px) {
  .homepage-wrapper .news-list-wrapper {
    padding-top: 110px;
  }
  .homepage-wrapper .news-list-wrapper h3.list-title {
    left: -58px;
  }
  .homepage-wrapper .news-list-wrapper .news-list {
    margin-left: -10px;
  }
}
.homepage-wrapper .publications-list-wrapper {
  padding: 0;
  padding-bottom: 68px;
}
.homepage-wrapper .publications-list-wrapper h3.list-title {
  font-size: 18px;
  line-height: 24px;
  color: #67AE44;
  font-weight: 400;
  position: relative;
  z-index: 10;
}
.homepage-wrapper .publications-list-wrapper h3.list-title span {
  position: absolute;
  display: inline-block;
  width: 320px;
  transform-origin: top left;
  transform: rotate(-90deg);
  top: 340px;
  left: 5px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.homepage-wrapper .publications-list-wrapper .publications-list {
  margin: 0 0;
  margin-left: 50px;
}
.homepage-wrapper .publications-list-wrapper .publications-list .publications-item {
  display: none;
}
.homepage-wrapper .publications-list-wrapper .publications-list .publications-item:first-child {
  display: block;
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 500px) {
  .homepage-wrapper .publications-list-wrapper .publications-list .publications-item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .homepage-wrapper .publications-list-wrapper {
    padding: 55px 0;
  }
  .homepage-wrapper .publications-list-wrapper .publications-list {
    margin: 0 -10px;
    margin-left: 50px;
  }
  .homepage-wrapper .publications-list-wrapper .publications-list .publications-item {
    display: inline-block;
    width: 33.33%;
  }
  .homepage-wrapper .publications-list-wrapper .publications-list .publications-item:first-child {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
@media (min-width: 1260px) {
  .homepage-wrapper .publications-list-wrapper h3.list-title {
    left: -58px;
  }
  .homepage-wrapper .publications-list-wrapper .publications-list {
    margin-left: -10px;
  }
}

@media (min-width: 992px) {
  .about-wrapper .page-intro p {
    max-width: 1090px;
  }
}

.about-wrapper .about-info {
  background-color: #F8F8F8;
  padding: 70px 0;
  font-size: 0;
}
.about-wrapper .about-info h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #67AE44;
  margin-bottom: 40px;
}
.about-wrapper .about-info p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .about-wrapper .about-info {
    padding: 100px 0;
  }
  .about-wrapper .about-info .info {
    width: 76.7%;
  }
}

.about-wrapper .indicadores-aux {
  background-color: #F8F8F8;
}
.about-wrapper .indicadores-aux h3.list-title {
  font-size: 18px;
  line-height: 24px;
  color: #67AE44;
  font-weight: 400;
  position: relative;
  z-index: 10;
}
.about-wrapper .indicadores-aux h3.list-title span {
  position: absolute;
  display: inline-block;
  width: 320px;
  transform-origin: top left;
  transform: rotate(-90deg);
  top: 220px;
  left: 5px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1260px) {
  .about-wrapper .indicadores-aux h3.list-title span {
    top: 300px;
    left: -40px;
  }
}
.about-wrapper .indicadores-aux .indicadores-wrapper {
  padding: 135px 0;
}
@media (min-width: 992px) {
  .about-wrapper .indicadores-aux .indicadores-wrapper {
    padding: 80px 0;
    padding-bottom: 80px;
  }
}
.about-wrapper .indicadores-aux .indicadores-list {
  text-align: center;
  position: relative;
}
.about-wrapper .indicadores-aux .indicadores-list .swiper-button-disabled {
  display: none;
}
.about-wrapper .indicadores-aux .indicadores-list .swiper-custom-prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 20px;
  width: 42px;
  height: 42px;
  background: url("../img/svg/arrow-left.svg") center center no-repeat transparent;
  background-size: contain;
  z-index: 4;
}
.about-wrapper .indicadores-aux .indicadores-list .swiper-custom-next {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: auto;
  right: 20px;
  width: 42px;
  height: 42px;
  background: url("../img/svg/arrow-right.svg") center center no-repeat transparent;
  background-size: contain;
  z-index: 4;
}
@media (min-width: 1260px) {
  .about-wrapper .indicadores-aux .indicadores-list .swiper-custom-prev {
    left: -42px;
  }
  .about-wrapper .indicadores-aux .indicadores-list .swiper-custom-next {
    right: -42px;
  }
}
.about-wrapper .indicadores-aux .indicadores-list .indicador-item .image {
  margin-bottom: 55px;
}
.about-wrapper .indicadores-aux .indicadores-list .indicador-item .image img {
  height: 80px;
  width: auto;
}
.about-wrapper .indicadores-aux .indicadores-list .indicador-item .info {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 200px;
}
.about-wrapper .indicadores-aux .indicadores-list .indicador-item .info h4 {
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 10px;
}
.about-wrapper .indicadores-aux .indicadores-list .indicador-item .info p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .about-wrapper .indicadores-aux .indicadores-list .indicador-item {
    border-right: 1px solid #000000;
  }
  .about-wrapper .indicadores-aux .indicadores-list .swiper-slide:last-child .indicador-item {
    border-right: 0;
  }
}
@media (min-width: 992px) {
  .about-wrapper .indicadores-aux .indicadores-list .swiper-custom-prev, .about-wrapper .indicadores-aux .indicadores-list .swiper-custom-next {
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .about-wrapper .indicadores-aux .indicadores-list .swiper-custom-prev:hover, .about-wrapper .indicadores-aux .indicadores-list .swiper-custom-next:hover {
    cursor: pointer;
    transform: scale(1.1) translate(0, -50%);
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
}

.history-info {
  padding: 90px 0;
  padding-bottom: 110px;
}
.history-info h3 {
  font-size: 18px;
  line-height: 24px;
  color: #67AE44;
  font-weight: 400;
  margin-bottom: 40px;
}
.history-info p {
  max-width: 840px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .history-info {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}

.history-slider-wrapper {
  background-color: #F8F8F8;
  padding: 100px 0;
  padding-bottom: 75px;
}
.history-slider-wrapper .history-list {
  position: relative;
}
.history-slider-wrapper .history-list .swiper-button-disabled {
  display: none;
}
.history-slider-wrapper .history-list .swiper-custom-prev {
  position: absolute;
  top: 54px;
  left: 0;
  width: 42px;
  height: 42px;
  background: url("../img/svg/arrow-left.svg") center center no-repeat transparent;
  background-size: contain;
  z-index: 4;
}
.history-slider-wrapper .history-list .swiper-custom-next {
  position: absolute;
  top: 54px;
  left: auto;
  right: 0;
  width: 42px;
  height: 42px;
  background: url("../img/svg/arrow-right.svg") center center no-repeat transparent;
  background-size: contain;
  z-index: 4;
}
.history-slider-wrapper .history-item {
  text-align: center;
  position: relative;
}
.history-slider-wrapper .history-item:before {
  content: "";
  background: url("../img/history-sep.png") center left repeat-x transparent;
  z-index: 1;
  position: absolute;
  top: 75px;
  left: 0;
  width: 50%;
  height: 1px;
}
.history-slider-wrapper .history-item:after {
  content: "";
  background: url("../img/history-sep.png") center left repeat-x transparent;
  z-index: 1;
  position: absolute;
  top: 75px;
  right: 0;
  width: 50%;
  height: 1px;
}
.history-slider-wrapper .history-item .date {
  position: relative;
  z-index: 2;
  background-color: #F7F9FA;
  font-size: 25px;
  margin: 0 auto;
  border: 1px solid #000000;
  width: 150px;
  height: 150px;
  line-height: 150px;
  margin-bottom: 30px;
}
.history-slider-wrapper .history-item .info p {
  width: 150px;
  font-size: 14px;
  line-height: 18px;
  margin: 0 auto;
}
.history-slider-wrapper .swiper-slide:first-child .history-item:before {
  display: none;
}
.history-slider-wrapper .swiper-slide:last-child .history-item:after {
  display: none;
}
@media (min-width: 1260px) {
  .history-slider-wrapper {
    padding: 95px 0;
    padding-bottom: 85px;
  }
  .history-slider-wrapper .history-list .swiper-custom-prev {
    left: -42px;
  }
  .history-slider-wrapper .history-list .swiper-custom-next {
    right: -42px;
  }
  .history-slider-wrapper .history-item .date {
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .history-slider-wrapper .history-item:hover {
    cursor: pointer;
  }
  .history-slider-wrapper .history-item:hover .date {
    font-size: 35px;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
}
@media (min-width: 992px) {
  .history-slider-wrapper .history-list .swiper-custom-prev, .history-slider-wrapper .history-list .swiper-custom-next {
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .history-slider-wrapper .history-list .swiper-custom-prev:hover, .history-slider-wrapper .history-list .swiper-custom-next:hover {
    cursor: pointer;
    transform: scale(1.1);
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
}

.about-company-info {
  padding: 105px 0;
  font-size: 0;
}
.about-company-info h2 {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 95px;
}
.about-company-info h3 {
  font-size: 18px;
  line-height: 24px;
  color: #67AE44;
  font-weight: 400;
  margin-bottom: 40px;
}
.about-company-info p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .about-company-info {
    padding: 120px 0;
    padding-bottom: 120px;
  }
  .about-company-info h2 {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 0;
  }
  .about-company-info .info {
    display: inline-block;
    vertical-align: middle;
    width: 55%;
  }
  .about-company-info h3 {
    font-size: 18px;
    line-height: 24px;
    color: #67AE44;
    font-weight: 400;
    margin-bottom: 40px;
  }
  .about-company-info p {
    margin-bottom: 0;
  }
}

.about-gallery {
  position: relative;
  display: none;
}
.about-gallery .swiper-button-disabled {
  display: none;
}
.about-gallery .swiper-custom-prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 42px;
  height: 42px;
  background: url("../img/svg/arrow-left.svg") center center no-repeat transparent;
  background-size: contain;
  z-index: 4;
}
.about-gallery .swiper-custom-next {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: auto;
  right: 0;
  width: 42px;
  height: 42px;
  background: url("../img/svg/arrow-right.svg") center center no-repeat transparent;
  background-size: contain;
  z-index: 4;
}
@media (min-width: 992px) {
  .about-gallery {
    display: block;
    margin: 0 -10px;
    margin-bottom: 100px;
  }
  .about-gallery .image-item {
    margin: 0 10px;
    overflow: hidden;
  }
  .about-gallery .image-item img {
    width: 100%;
    height: auto;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .about-gallery .image-item:hover img {
    transform: scale(1.1);
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .about-gallery .swiper-custom-prev {
    left: -42px;
  }
  .about-gallery .swiper-custom-next {
    right: -42px;
  }
  .about-gallery .swiper-custom-prev, .about-gallery .swiper-custom-next {
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .about-gallery .swiper-custom-prev:hover, .about-gallery .swiper-custom-next:hover {
    cursor: pointer;
    transform: scale(1.1) translate(0, -50%);
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
}

.social-responsability-wrapper {
  background-color: #F8F8F8;
  padding: 95px 0;
}
.social-responsability-wrapper .intro {
  max-width: 840px;
  margin-bottom: 80px;
}
.social-responsability-wrapper .intro h2 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 24px;
}
.social-responsability-wrapper .intro p {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0;
}
.social-responsability-wrapper .social-responsability-list {
  margin: 0 -10px;
  font-size: 0;
}
.social-responsability-wrapper .social-responsability-list .social-responsability-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
}
.social-responsability-wrapper .social-responsability-list .social-responsability-item .aux {
  position: relative;
}
.social-responsability-wrapper .social-responsability-list .social-responsability-item .aux .image {
  width: 100%;
  padding-top: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 20px;
}
.social-responsability-wrapper .social-responsability-list .social-responsability-item .aux .image img {
  display: none;
}
.social-responsability-wrapper .social-responsability-list .social-responsability-item .aux .info span.date {
  font-size: 12px;
  line-height: 15px;
  color: #67AE44;
  display: block;
  margin-bottom: 15px;
}
.social-responsability-wrapper .social-responsability-list .social-responsability-item .aux .info h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
.social-responsability-wrapper .social-responsability-list .social-responsability-item .aux .info h3 a, .social-responsability-wrapper .social-responsability-list .social-responsability-item .aux .info h3 a:visited {
  text-decoration: none;
}
.social-responsability-wrapper .social-responsability-list .social-responsability-item .aux .info p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
.social-responsability-wrapper .social-responsability-list .social-responsability-item.list-hidden {
  display: none;
}
@media (min-width: 500px) {
  .social-responsability-wrapper .social-responsability-list .social-responsability-item {
    width: 50%;
  }
  .social-responsability-wrapper .social-responsability-list .social-responsability-item .aux .image {
    width: 100%;
    padding-top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .social-responsability-wrapper .social-responsability-list .social-responsability-item .aux .image img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .social-responsability-wrapper .social-responsability-list .social-responsability-item {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .social-responsability-wrapper .social-responsability-list .social-responsability-item {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .social-responsability-wrapper {
    padding: 80px 0;
  }
  .social-responsability-wrapper .intro h2 {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 25px;
  }
  .social-responsability-wrapper .intro p {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .social-responsability-wrapper .social-responsability-list {
    padding-bottom: 20px;
  }
  .social-responsability-wrapper .social-responsability-list .social-responsability-item {
    margin-bottom: 50px;
  }
}

.about-partners-wrapper {
  font-size: 0;
  padding-top: 100px;
  padding-bottom: 50px;
}
.about-partners-wrapper h3 {
  font-size: 18px;
  line-height: 24px;
  color: #67AE44;
  font-weight: 400;
  margin-bottom: 50px;
}
.about-partners-wrapper .logo-item {
  text-align: center;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 0 15px;
}
.about-partners-wrapper .logo-item img {
  max-width: 102px;
  width: 100%;
  height: auto;
}
.about-partners-wrapper .sep-logos {
  display: none;
}
@media (min-width: 500px) {
  .about-partners-wrapper .logo-item {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .about-partners-wrapper .logo-item {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .about-partners-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .about-partners-wrapper h3 {
    margin-bottom: 35px;
  }
  .about-partners-wrapper .logo-item {
    width: 20%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
    position: relative;
  }
  .about-partners-wrapper .logo-item img {
    max-width: 150px;
  }
  .about-partners-wrapper .logo-item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    width: 1px;
    height: 50px;
    background-color: #000000;
  }
  .about-partners-wrapper .logo-item.no-border:after {
    display: none;
  }
  .about-partners-wrapper .logo-item:last-child:after {
    display: none;
  }
  .about-partners-wrapper .sep-logos {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #000000;
  }
}

.map-wrapper {
  padding-top: 80px;
}
.map-wrapper h3.list-title {
  font-size: 18px;
  line-height: 24px;
  color: #67AE44;
  font-weight: 400;
  position: relative;
  z-index: 10;
  margin-bottom: 80px;
}
.map-wrapper h3.list-title span {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map-wrapper .image {
  padding: 0 15px;
  padding-bottom: 65px;
  text-align: center;
}
.map-wrapper .image.img-desktop {
  display: none;
}
.map-wrapper .countries-list {
  background-color: #F8F8F8;
  padding: 80px 0;
}
.map-wrapper .countries-list p {
  color: #084899;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .map-wrapper {
    padding-top: 200px;
  }
  .map-wrapper h3.list-title {
    font-size: 18px;
    line-height: 24px;
    color: #67AE44;
    font-weight: 400;
    position: relative;
    z-index: 10;
    margin-bottom: 0;
  }
  .map-wrapper h3.list-title span {
    position: absolute;
    display: inline-block;
    width: 320px;
    transform-origin: top left;
    transform: rotate(-90deg);
    top: 260px;
    left: 5px;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .map-wrapper .image {
    padding-bottom: 120px;
  }
  .map-wrapper .image.img-desktop {
    display: block;
  }
  .map-wrapper .image.img-mobile {
    display: none;
  }
  .map-wrapper .countries-list p {
    font-size: 40px;
    line-height: 52px;
    max-width: 940px;
  }
}
@media (min-width: 1260px) {
  .map-wrapper h3.list-title {
    left: -58px;
  }
}

.contacts-list-wrapper {
  padding: 90px 15px;
}
.contacts-list-wrapper .group-contacts-list {
  font-size: 0;
}
.contacts-list-wrapper .group-contacts-list .contact-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #000000;
}
.contacts-list-wrapper .group-contacts-list .contact-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.contacts-list-wrapper .group-contacts-list .contact-item h3 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #084899;
  margin-bottom: 25px;
}
.contacts-list-wrapper .group-contacts-list .contact-item .image {
  margin-bottom: 30px;
}
.contacts-list-wrapper .group-contacts-list .contact-item p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 18px;
}
.contacts-list-wrapper .group-contacts-list .contact-item p.contacts a, .contacts-list-wrapper .group-contacts-list .contact-item p.contacts a:visited {
  text-decoration: none;
}
.contacts-list-wrapper .group-contacts-list .contact-item p.maps-link {
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contacts-list-wrapper {
    padding: 0;
    padding-bottom: 15px;
  }
  .contacts-list-wrapper .group-contacts-list .contact-item {
    width: 50%;
    margin-bottom: 65px;
    padding-bottom: 0;
    border-bottom: 0;
    border-top: 1px solid #000000;
    padding-top: 55px;
  }
  .contacts-list-wrapper .group-contacts-list .contact-item:nth-child(1), .contacts-list-wrapper .group-contacts-list .contact-item:nth-child(2) {
    border-top: 0;
  }
  .contacts-list-wrapper .group-contacts-list .contact-item .image {
    margin-bottom: 40px;
  }
  .contacts-list-wrapper .group-contacts-list .contact-item h3 {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (min-width: 992px) {
  .contacts-list-wrapper .group-contacts-list .contact-item {
    width: 33.33%;
  }
  .contacts-list-wrapper .group-contacts-list .contact-item:nth-child(3) {
    border-top: 0;
  }
}

.contacts-form-title {
  padding: 80px 15px;
  padding-bottom: 80px;
}
.contacts-form-title h3.list-title {
  font-size: 18px;
  line-height: 24px;
  color: #67AE44;
  font-weight: 400;
  margin-bottom: 30px;
}
.contacts-form-title p {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .contacts-form-title {
    padding-left: 0;
    padding-right: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .contacts-form-title h3.list-title {
    /*
    position: relative;
    z-index: 10;
    span {
    	position: absolute;
    	display: inline-block; width: 320px;
    	transform-origin: bottom right;
    	transform: rotate(-90deg);
    	top: 40px; right: 0;
    	text-align: right;
    	@include box-sizing();
    }*/
  }
  .contacts-form-title p {
    max-width: 800px;
  }
}
@media (min-width: 1260px) {
  .contacts-form-title h3.list-title span {
    right: -130px;
  }
}

.contacts-form {
  padding: 0 15px;
  padding-bottom: 50px;
  font-size: 0;
}
.contacts-form .form-field {
  margin-bottom: 55px;
}
.contacts-form .form-field input {
  border: 0;
  border-bottom: 1px solid #000000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
  line-height: 27px;
  padding-bottom: 22px;
  font-size: 20px;
  font-weight: 400;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  color: #000000;
}
.contacts-form .form-field input::-webkit-input-placeholder {
  color: #000000;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}
.contacts-form .form-field input::-moz-placeholder {
  color: #000000;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}
.contacts-form .form-field input:-ms-input-placeholder {
  color: #000000;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}
.contacts-form .form-field input:-moz-placeholder {
  color: #000000;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}
.contacts-form .form-field select {
  border: 0;
  border-bottom: 1px solid #000000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
  line-height: 27px;
  padding-bottom: 22px;
  font-size: 20px;
  font-weight: 400;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../img/select-arrow.png") right center no-repeat #FFFFFF;
}
.contacts-form .form-field select::-webkit-input-placeholder {
  color: #000000;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}
.contacts-form .form-field select::-moz-placeholder {
  color: #000000;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}
.contacts-form .form-field select:-ms-input-placeholder {
  color: #000000;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}
.contacts-form .form-field select:-moz-placeholder {
  color: #000000;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}
.contacts-form .form-field select:focus, .contacts-form .form-field select:active {
  outline-color: none;
}
.contacts-form .form-field.attachment-wrapper label {
  display: block;
  border-bottom: 1px solid #000000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
  line-height: 27px;
  padding-bottom: 22px;
  font-size: 20px;
  font-weight: 400;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  color: #000000;
  background: url("../img/svg/icon-upload.svg") right center no-repeat #FFFFFF;
}
.contacts-form .form-field.attachment-wrapper span.wpcf7-form-control-wrap.file {
  display: none;
}
.contacts-form .form-bottom {
  font-size: 0;
}
.contacts-form .form-bottom .gdpr-acceptance {
  margin-bottom: 50px;
}
.contacts-form .form-bottom .gdpr-acceptance p {
  font-size: 11px;
  line-height: 14px;
  padding-left: 40px;
  margin-bottom: 0;
  position: relative;
}
.contacts-form .form-bottom .gdpr-acceptance p:before {
  content: "";
  font-size: 20px;
  text-align: center;
  line-height: 25px;
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #000000;
}
.contacts-form .form-bottom .gdpr-acceptance.accepted p:before {
  content: "X";
}
.contacts-form .form-bottom a.form-submit, .contacts-form .form-bottom a.form-submit:visited {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 350px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #000000;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}
.contacts-form .form-bottom a.form-submit.disabled, .contacts-form .form-bottom a.form-submit:visited.disabled {
  cursor: not-allowed;
}
.contacts-form .wpcf7-not-valid-tip {
  display: none !important;
}
.contacts-form .ajax-loader {
  display: none !important;
}
.contacts-form .wpcf7-response-output.wpcf7-validation-errors {
  border: 0;
  padding: 10px;
  margin: 0;
  text-align: center;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #FFFFFF;
  background-color: red;
  margin-bottom: 0;
  margin-top: 20px;
}
.contacts-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  border: 0;
  padding: 10px;
  margin: 0;
  text-align: center;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #FFFFFF;
  background-color: #000000;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .contacts-form {
    margin: 0 -10px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 80px;
  }
  .contacts-form .form-field {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin-bottom: 48px;
    padding: 0 10px;
  }
  .contacts-form .form-bottom {
    padding: 0 10px;
  }
  .contacts-form .form-bottom .gdpr-acceptance {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-bottom: 0;
  }
  .contacts-form .form-bottom .gdpr-acceptance p {
    font-size: 14px;
    line-height: 18px;
  }
  .contacts-form .form-bottom .form-button {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: right;
  }
  .contacts-form .form-bottom a.form-submit, .contacts-form .form-bottom a.form-submit:visited {
    display: inline-block;
    width: auto;
    min-width: 220px;
  }
  .contacts-form .wpcf7-response-output {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
@media (min-width: 992px) {
  .contacts-form .form-field.attachment-wrapper label:hover {
    cursor: pointer;
  }
  .contacts-form .form-bottom a.form-submit:hover, .contacts-form .form-bottom a.form-submit:visited:hover {
    background-color: #000000;
    color: #FFFFFF;
  }
  .contacts-form .form-bottom a.form-submit.disabled:hover, .contacts-form .form-bottom a.form-submit:visited.disabled:hover {
    background-color: #FFFFFF;
    color: #000000;
  }
}

.text-page-wrapper {
  padding-bottom: 65px;
}
.text-page-wrapper .page-intro {
  max-width: 800px;
  margin-bottom: 0;
}
.text-page-wrapper .page-content {
  max-width: 800px;
}
@media (min-width: 992px) {
  .text-page-wrapper {
    padding-bottom: 80px;
  }
  .text-page-wrapper .page-intro {
    margin-bottom: 0;
  }
  .text-page-wrapper .page-intro h2 {
    margin-bottom: 30px;
  }
}

.entry > *:last-child {
  margin-bottom: 0;
}
.team-list-wrapper {
  padding: 70px 0;
  /*@media (min-width: 500px) { .team-list { .team-item { width: 33.33%;} } }*/
  /*@media (min-width: $screen-sm-min) { .team-list { .team-item { width: 25%;} } }*/
  /*@media (min-width: $screen-md-min) { .team-list { .team-item { width: 20%;} } }*/
  /*@media (min-width: $screen-lg-min) { .team-list { .team-item { width: 16.66%;} } }*/
}
.team-list-wrapper .team-list {
  margin: 0 -5px;
  padding-bottom: 50px;
  font-size: 0;
}
.team-list-wrapper .team-list .team-item {
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0 5px;
  vertical-align: top;
  display: inline-block;
}
.team-list-wrapper .team-list .team-item .aux {
  position: relative;
}
.team-list-wrapper .team-list .team-item .aux .image {
  margin-bottom: 24px;
}
.team-list-wrapper .team-list .team-item .aux .image img {
  width: 100%;
  height: auto;
}
.team-list-wrapper .team-list .team-item .aux .info h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}
.team-list-wrapper .team-list .team-item .aux .info h4 {
  color: #084899;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}
.team-list-wrapper .team-list .team-item.list-hidden {
  display: none;
}
@media (min-width: 768px) {
  .team-list-wrapper .team-list .team-item {
    width: 33.33%;
  }
}
@media (min-width: 1024px) {
  .team-list-wrapper .team-list .team-item {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .team-list-wrapper {
    padding: 90px 0;
    padding-bottom: 75px;
  }
  .team-list-wrapper .team-list {
    margin: 0 -7px;
    padding-bottom: 35px;
  }
  .team-list-wrapper .team-list .team-item {
    padding: 0 7px;
    margin-bottom: 40px;
  }
  .team-list-wrapper .team-list .team-item .aux {
    position: relative;
  }
  .team-list-wrapper .team-list .team-item .aux .image {
    position: relative;
    margin-bottom: 24px;
  }
  .team-list-wrapper .team-list .team-item .aux .image img {
    width: 100%;
    height: auto;
  }
  .team-list-wrapper .team-list .team-item .aux .image .bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(45, 68, 80, 0.5);
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
  }
  .team-list-wrapper .team-list .team-item .aux .info h3 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 3px;
  }
  .team-list-wrapper .team-list .team-item .aux .info h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .team-list-wrapper .team-list .team-item.hover-ok:hover .aux .image {
    position: relative;
  }
  .team-list-wrapper .team-list .team-item.hover-ok:hover .aux .image .bg-layer {
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
  }
  .team-list-wrapper .team-list .team-item.hover-ok:hover .aux .info h3 {
    text-decoration: underline;
  }
}

.popup-team-wrapper {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow-y: auto;
}
.popup-team-wrapper .popup-inner {
  min-height: 100%;
  height: auto;
  background-color: #FFFFFF;
}
.popup-team-wrapper a.close-popup, .popup-team-wrapper a.close-popup:visited {
  position: fixed;
  z-index: 2;
  width: 25px;
  height: 25px;
  top: 30px;
  right: 30px;
  background: url("../img/svg/close-popup.svg") center center no-repeat transparent;
  background-size: contain;
  line-height: 500px;
  overflow: hidden;
}
.popup-team-wrapper .popup-content {
  position: relative;
  padding: 170px 30px;
  padding-bottom: 85px;
}
.popup-team-wrapper .popup-content .team-meta {
  margin-bottom: 38px;
}
.popup-team-wrapper .popup-content h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #084899;
  margin-bottom: 25px;
}
.popup-team-wrapper .popup-content h3 {
  font-size: 40px;
  line-height: 40px;
}
.popup-team-wrapper .popup-content p {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .popup-team-wrapper .popup-inner {
    min-height: 100%;
    height: auto;
    background-color: transparent;
    padding: 0;
    background-color: #FFFFFF;
  }
  .popup-team-wrapper a.close-popup, .popup-team-wrapper a.close-popup:visited {
    top: 65px;
    right: 65px;
  }
  .popup-team-wrapper .popup-content {
    margin: 0 auto;
    max-width: 1090px;
    position: relative;
    padding: 215px 25px;
  }
  .popup-team-wrapper .popup-content .team-meta, .popup-team-wrapper .popup-content p {
    max-width: 800px;
  }
  .popup-team-wrapper .popup-content .team-meta {
    margin-bottom: 45px;
  }
  .popup-team-wrapper .popup-content h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .popup-team-wrapper .popup-content h3 {
    font-size: 120px;
    line-height: 120px;
  }
  .popup-team-wrapper .popup-content p {
    font-size: 22px;
    line-height: 28px;
  }
}

.solutions-detail-wrapper {
  background-color: #F8F8F8;
  padding: 80px 0;
  padding-bottom: 40px;
}
.solutions-detail-wrapper .solution-item > h3 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 24px;
}
.solutions-detail-wrapper .solution-item > p {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .solutions-detail-wrapper {
    padding: 80px 0;
    padding-bottom: 40px;
  }
  .solutions-detail-wrapper .solution-item > h3 {
    font-size: 100px;
    line-height: 130px;
    margin-bottom: 14px;
  }
  .solutions-detail-wrapper .solution-item > p {
    max-width: 840px;
    margin-bottom: 0;
  }
}
.solutions-detail-wrapper h3.list-title {
  font-size: 18px;
  line-height: 24px;
  color: #67AE44;
  font-weight: 400;
  position: relative;
  z-index: 10;
}
.solutions-detail-wrapper h3.list-title span {
  position: absolute;
  display: inline-block;
  width: 320px;
  transform-origin: top left;
  transform: rotate(-90deg);
  top: 270px;
  left: 5px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1260px) {
  .solutions-detail-wrapper h3.list-title span {
    top: 240px;
    right: -40px;
  }
}
.solutions-detail-wrapper .solutions-options {
  margin-bottom: 100px;
}
.solutions-detail-wrapper .solutions-options ul {
  text-align: center;
  font-size: 0;
}
.solutions-detail-wrapper .solutions-options ul li {
  display: inline-block;
  vertical-align: top;
  max-width: 250px;
  width: 100%;
  margin: 0 8px;
  margin-bottom: 10px;
}
.solutions-detail-wrapper .solutions-options ul li a, .solutions-detail-wrapper .solutions-options ul li a:visited {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: 1px solid #000000;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}
.solutions-detail-wrapper .solutions-options ul li.selected a, .solutions-detail-wrapper .solutions-options ul li.selected a:visited {
  background-color: #000000;
  color: #FFFFFF;
}
.solutions-detail-wrapper .solution-tab {
  visibility: hidden;
}
.solutions-detail-wrapper .solution-tab-projects {
  visibility: hidden;
}
@media (min-width: 992px) {
  .solutions-detail-wrapper .solutions-options {
    max-width: 798px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .solutions-detail-wrapper .solutions-options ul li {
    margin-bottom: 30px;
  }
  .solutions-detail-wrapper .solutions-options ul li a:hover, .solutions-detail-wrapper .solutions-options ul li a:visited:hover {
    background-color: #000000;
    color: #FFFFFF;
  }
}
.solutions-detail-wrapper .indicadores-wrapper {
  padding-top: 130px;
}
@media (min-width: 992px) {
  .solutions-detail-wrapper .indicadores-wrapper {
    padding-top: 180px;
  }
}
.solutions-detail-wrapper .indicadores-list {
  text-align: center;
  position: relative;
}
.solutions-detail-wrapper .indicadores-list .swiper-button-disabled {
  display: none;
}
.solutions-detail-wrapper .indicadores-list .swiper-custom-prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 20px;
  width: 42px;
  height: 42px;
  background: url("../img/svg/arrow-left.svg") center center no-repeat transparent;
  background-size: contain;
  z-index: 4;
}
.solutions-detail-wrapper .indicadores-list .swiper-custom-next {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: auto;
  right: 20px;
  width: 42px;
  height: 42px;
  background: url("../img/svg/arrow-right.svg") center center no-repeat transparent;
  background-size: contain;
  z-index: 4;
}
@media (min-width: 1260px) {
  .solutions-detail-wrapper .indicadores-list .swiper-custom-prev {
    left: -42px;
  }
  .solutions-detail-wrapper .indicadores-list .swiper-custom-next {
    right: -42px;
  }
}
.solutions-detail-wrapper .indicadores-list .indicador-item .image {
  margin-bottom: 55px;
}
.solutions-detail-wrapper .indicadores-list .indicador-item .image img {
  height: 80px;
  width: auto;
}
.solutions-detail-wrapper .indicadores-list .indicador-item .info {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 200px;
}
.solutions-detail-wrapper .indicadores-list .indicador-item .info h4 {
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 10px;
}
.solutions-detail-wrapper .indicadores-list .indicador-item .info p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .solutions-detail-wrapper .indicadores-list .indicador-item {
    border-right: 1px solid #000000;
  }
  .solutions-detail-wrapper .indicadores-list .swiper-slide:last-child .indicador-item {
    border-right: 0;
  }
}

.activities-wrapper .activity-item {
  margin-bottom: 60px;
}
.activities-wrapper .activity-item > h3 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 24px;
}
.activities-wrapper .activity-item > p {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .activities-wrapper {
    padding: 80px 0;
    padding-bottom: 40px;
  }
  .activities-wrapper .activity-item {
    margin-bottom: 50px;
  }
  .activities-wrapper .activity-item > h3 {
    font-size: 100px;
    line-height: 130px;
    margin-bottom: 14px;
  }
  .activities-wrapper .activity-item > p {
    max-width: 840px;
    margin-bottom: 0;
  }
}
.activities-wrapper .activities-main-options {
  margin-bottom: 60px;
}
.activities-wrapper .activities-main-options ul {
  text-align: center;
  font-size: 0;
}
.activities-wrapper .activities-main-options ul li {
  display: inline-block;
  vertical-align: top;
  max-width: 400px;
  width: 100%;
  margin: 0 8px;
  margin-bottom: 10px;
}
.activities-wrapper .activities-main-options ul li a, .activities-wrapper .activities-main-options ul li a:visited {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: 1px solid #67AE44;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #67AE44;
}
.activities-wrapper .activities-main-options ul li.selected a, .activities-wrapper .activities-main-options ul li.selected a:visited {
  background-color: #67AE44;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .activities-wrapper .activities-main-options {
    margin-bottom: 32px;
  }
  .activities-wrapper .activities-main-options ul {
    text-align: left;
  }
  .activities-wrapper .activities-main-options ul li {
    margin: 0;
    margin-right: 18px;
    margin-bottom: 18px;
    width: auto;
    min-width: 260px;
  }
  .activities-wrapper .activities-main-options ul li a, .activities-wrapper .activities-main-options ul li a:visited {
    padding: 0 30px;
    width: auto;
  }
  .activities-wrapper .activities-main-options ul li a:hover, .activities-wrapper .activities-main-options ul li a:visited:hover {
    background-color: #67AE44;
    color: #FFFFFF;
  }
}
.activities-wrapper .activities-options {
  margin-bottom: 75px;
}
.activities-wrapper .activities-options ul {
  text-align: center;
  font-size: 0;
}
.activities-wrapper .activities-options ul li {
  display: inline-block;
  vertical-align: top;
  max-width: 400px;
  width: 100%;
  margin: 0 8px;
  margin-bottom: 10px;
}
.activities-wrapper .activities-options ul li a, .activities-wrapper .activities-options ul li a:visited {
  box-sizing: border-box;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  line-height: 20px;
  padding: 12px;
  border: 1px solid #084899;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #084899;
}
.activities-wrapper .activities-options ul li.selected a, .activities-wrapper .activities-options ul li.selected a:visited {
  background-color: #084899;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .activities-wrapper .activities-options {
    margin: 0 auto;
    margin-bottom: 120px;
  }
  .activities-wrapper .activities-options ul {
    text-align: left;
  }
  .activities-wrapper .activities-options ul li {
    max-width: none;
    width: auto;
    min-width: 260px;
    margin: 0;
    margin-right: 18px;
    margin-bottom: 18px;
  }
  .activities-wrapper .activities-options ul li a, .activities-wrapper .activities-options ul li a:visited {
    width: auto;
    padding: 12px 30px;
  }
  .activities-wrapper .activities-options ul li a:hover, .activities-wrapper .activities-options ul li a:visited:hover {
    background-color: #084899;
    color: #FFFFFF;
  }
}

.activities-detail-nav {
  display: none;
}

.activities-detail-projects {
  visibility: hidden;
  padding-top: 0 !important;
}
.activities-detail-projects h3.list-title {
  font-size: 18px;
  line-height: 24px;
  color: #67AE44;
  font-weight: 400;
}
@media (min-width: 1260px) {
  .activities-detail-projects h3.list-title {
    position: relative;
    z-index: 10;
  }
  .activities-detail-projects h3.list-title span {
    position: absolute;
    display: inline-block;
    width: 320px;
    transform-origin: top left;
    transform: rotate(-90deg);
    top: 240px;
    left: 5px;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.activities-detail-projects .activity-tab {
  visibility: hidden;
}
.activities-detail-projects .activity-tab-projects {
  visibility: hidden;
}

.projects-list-wrapper h3.list-title.in-solutions,
.projects-list-wrapper h3.list-title.in-activities {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 24px;
  color: #67AE44;
  font-weight: 400;
}
@media (min-width: 1260px) {
  .projects-list-wrapper h3.list-title.in-solutions,
  .projects-list-wrapper h3.list-title.in-activities {
    position: relative;
    z-index: 10;
  }
  .projects-list-wrapper h3.list-title.in-solutions span,
  .projects-list-wrapper h3.list-title.in-activities span {
    position: absolute;
    display: inline-block;
    width: 320px;
    transform-origin: top left;
    transform: rotate(-90deg);
    top: 320px;
    left: -58px;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 50px;
  }
}
.projects-list-wrapper .projects-options {
  position: relative;
  z-index: 5;
  margin-bottom: 95px;
  font-size: 0;
}
.projects-list-wrapper .projects-options .dropdown-wrapper {
  margin-bottom: 35px;
}
.projects-list-wrapper .projects-options .projects-search-wrapper {
  position: relative;
}
.projects-list-wrapper .projects-options .projects-search-wrapper input {
  border: 0;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #000000;
  font-size: 25px;
  line-height: 32px;
  font-weight: 300;
  padding-bottom: 22px;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
}
.projects-list-wrapper .projects-options .projects-search-wrapper input::-webkit-input-placeholder {
  color: #000000;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}
.projects-list-wrapper .projects-options .projects-search-wrapper input::-moz-placeholder {
  color: #000000;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}
.projects-list-wrapper .projects-options .projects-search-wrapper input:-ms-input-placeholder {
  color: #000000;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}
.projects-list-wrapper .projects-options .projects-search-wrapper input:-moz-placeholder {
  color: #000000;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}
.projects-list-wrapper .projects-options .projects-search-wrapper a.search-projects, .projects-list-wrapper .projects-options .projects-search-wrapper a.search-projects:visited {
  position: absolute;
  top: 3px;
  right: 0;
  display: block;
  color: #FFFFFF;
  line-height: 500px;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/svg/search-icon-desktop.svg");
  width: 25px;
  height: 25px;
}
@media (min-width: 992px) {
  .projects-list-wrapper .projects-options {
    margin: 0 -10px;
    margin-bottom: 100px;
  }
  .projects-list-wrapper .projects-options .dropdown-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    margin-bottom: 0;
    padding: 0 10px;
  }
  .projects-list-wrapper .projects-options .projects-search-wrapper {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 10px;
  }
  .projects-list-wrapper .projects-options .projects-search-wrapper input {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
  }
  .projects-list-wrapper .projects-options .projects-search-wrapper a.search-projects, .projects-list-wrapper .projects-options .projects-search-wrapper a.search-projects:visited {
    top: 12px;
    right: 10px;
  }
}

.projects-list-wrapper {
  padding: 80px 0;
  padding-bottom: 90px;
}
.projects-list-wrapper .projects-list {
  margin: 0 -10px;
  padding-bottom: 40px;
  font-size: 0;
}
.projects-list-wrapper .projects-list .projects-item {
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
}
.projects-list-wrapper .projects-list .projects-item .aux {
  position: relative;
}
.projects-list-wrapper .projects-list .projects-item .aux .image {
  width: 100%;
  padding-top: 125%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.projects-list-wrapper .projects-list .projects-item .aux .image img {
  display: none;
}
.projects-list-wrapper .projects-list .projects-item .aux .info {
  position: absolute;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
}
.projects-list-wrapper .projects-list .projects-item .aux .info h3 {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.projects-list-wrapper .projects-list .projects-item .aux .info a.button, .projects-list-wrapper .projects-list .projects-item .aux .info a.button:visited {
  display: none;
}
.projects-list-wrapper .projects-list .projects-item .aux a.full-link, .projects-list-wrapper .projects-list .projects-item .aux a.full-link:visited {
  z-index: 3;
}
.projects-list-wrapper .projects-list .projects-item.to-load {
  display: none;
}
@media (min-width: 500px) {
  .projects-list-wrapper .projects-list .projects-item {
    width: 50%;
  }
  .projects-list-wrapper .projects-list .projects-item .aux .image {
    width: 100%;
    padding-top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .projects-list-wrapper .projects-list .projects-item .aux .image img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .projects-list-wrapper .projects-list .projects-item {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .projects-list-wrapper .projects-list .projects-item {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .projects-list-wrapper {
    padding: 85px 0;
    padding-bottom: 80px;
  }
  .projects-list-wrapper .projects-list .projects-item .aux {
    position: relative;
  }
  .projects-list-wrapper .projects-list .projects-item .aux .image {
    position: relative;
  }
  .projects-list-wrapper .projects-list .projects-item .aux .bg-layer {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #084899;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
  }
  .projects-list-wrapper .projects-list .projects-item .aux .info {
    z-index: 4;
    pointer-events: none;
  }
  .projects-list-wrapper .projects-list .projects-item .aux .info h3 {
    margin-bottom: 25px;
  }
  .projects-list-wrapper .projects-list .projects-item .aux .info a.button, .projects-list-wrapper .projects-list .projects-item .aux .info a.button:visited {
    pointer-events: auto;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
    display: inline-block;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
  }
  .projects-list-wrapper .projects-list .projects-item .aux .info a.button:hover, .projects-list-wrapper .projects-list .projects-item .aux .info a.button:visited:hover {
    text-decoration: underline;
  }
  .projects-list-wrapper .projects-list .projects-item:hover .aux .bg-layer {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
  }
  .projects-list-wrapper .projects-list .projects-item:hover .aux .info a.button, .projects-list-wrapper .projects-list .projects-item:hover .aux .info a.button:visited {
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
  }
}
.projects-list-wrapper .load-more.in-search a, .projects-list-wrapper .load-more.in-search a:visited {
  display: none;
}
.projects-list-wrapper .load-more.is-loading a, .projects-list-wrapper .load-more.is-loading a:visited {
  cursor: not-allowed;
}
@media (min-width: 992px) {
  .projects-list-wrapper .load-more.is-loading a:hover, .projects-list-wrapper .load-more.is-loading a:visited:hover {
    background-color: #FFFFFF;
    color: #000000;
  }
}

.load-more.is-loading a, .load-more.is-loading a:visited {
  cursor: not-allowed;
  pointer-events: none;
}

.project-detail-wrapper {
  padding-top: 75px;
}
@media (min-width: 992px) {
  .project-detail-wrapper {
    padding-top: 160px;
  }
}
.project-detail-wrapper .projects-list-wrapper {
  background-color: #F8F8F8;
  padding: 0;
  padding-bottom: 68px;
}
.project-detail-wrapper .projects-list-wrapper h3.list-title {
  font-size: 18px;
  line-height: 24px;
  color: #67AE44;
  font-weight: 400;
  position: relative;
  z-index: 10;
}
.project-detail-wrapper .projects-list-wrapper h3.list-title span {
  position: absolute;
  display: inline-block;
  width: 320px;
  transform-origin: top left;
  transform: rotate(-90deg);
  top: 340px;
  left: 5px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.project-detail-wrapper .projects-list-wrapper .projects-list {
  margin: 0 0;
  margin-left: 50px;
}
.project-detail-wrapper .projects-list-wrapper .projects-list .projects-item {
  display: none;
}
.project-detail-wrapper .projects-list-wrapper .projects-list .projects-item:first-child {
  display: block;
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 500px) {
  .project-detail-wrapper .projects-list-wrapper .projects-list .projects-item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .project-detail-wrapper .projects-list-wrapper {
    padding: 55px 0;
  }
  .project-detail-wrapper .projects-list-wrapper .projects-list {
    margin: 0 -10px;
    margin-left: 50px;
  }
  .project-detail-wrapper .projects-list-wrapper .projects-list .projects-item {
    display: inline-block;
    width: 33.33%;
  }
  .project-detail-wrapper .projects-list-wrapper .projects-list .projects-item:first-child {
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .project-detail-wrapper .projects-list-wrapper {
    margin-top: 80px;
  }
}
@media (min-width: 1260px) {
  .project-detail-wrapper .projects-list-wrapper {
    padding: 90px 0;
  }
  .project-detail-wrapper .projects-list-wrapper h3.list-title {
    left: -58px;
  }
  .project-detail-wrapper .projects-list-wrapper .projects-list {
    margin-left: -10px;
  }
}

.project-detail-wrapper .image-wrapper {
  position: relative;
}
.project-detail-wrapper .image-wrapper a.btn-gallery, .project-detail-wrapper .image-wrapper a.btn-gallery:visited {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #67AE44;
  color: #FFFFFF;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 992px) {
  .project-detail-wrapper .image-wrapper a.btn-gallery:hover, .project-detail-wrapper .image-wrapper a.btn-gallery:visited:hover {
    background-color: #FFFFFF;
    color: #000000;
  }
  .project-detail-wrapper.detail-type-vertical .image-wrapper a.btn-gallery, .project-detail-wrapper.detail-type-vertical .image-wrapper a.btn-gallery:visited {
    right: auto;
    left: 0;
  }
}

.project-detail-wrapper.detail-type-horizontal {
  font-size: 0;
}
.project-detail-wrapper.detail-type-horizontal .image-wrapper {
  margin: 0 -20px;
  margin-bottom: 45px;
}
.project-detail-wrapper.detail-type-horizontal .container > h2 {
  display: none;
}
.project-detail-wrapper.detail-type-horizontal .project-info-wrapper {
  margin-bottom: 110px;
}
.project-detail-wrapper.detail-type-horizontal .project-info-wrapper ul.details-list {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 40px;
}
.project-detail-wrapper.detail-type-horizontal .project-info-wrapper ul.details-list a, .project-detail-wrapper.detail-type-horizontal .project-info-wrapper ul.details-list a:visited, .project-detail-wrapper.detail-type-horizontal .project-info-wrapper ul.details-list strong {
  font-weight: 700;
}
.project-detail-wrapper.detail-type-horizontal .project-info-wrapper > ul.details-list {
  display: none;
}
.project-detail-wrapper.detail-type-horizontal .project-info-wrapper h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 24px;
}
.project-detail-wrapper.detail-type-horizontal .project-info-wrapper p.description {
  margin-bottom: 70px;
}
.project-detail-wrapper.detail-type-horizontal .project-info-wrapper .share-wrapper > a, .project-detail-wrapper.detail-type-horizontal .project-info-wrapper .share-wrapper > a:visited {
  margin: 0 auto;
  display: inline-block;
  width: 150px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #084899;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #084899;
}
@media (min-width: 992px) {
  .project-detail-wrapper.detail-type-horizontal {
    /*
    		.detail-navigation-wrapper {
    			margin-bottom: -147px;
    			position: relative;
    			z-index: 2;
    			ul {
    				padding-right: 30px;
    			}
    			ul li a,ul li a:visited {
    				border-color: $theme-light;
    				color: $theme-light;
    			}
    		}
    */
  }
  .project-detail-wrapper.detail-type-horizontal > .container {
    position: relative;
    /*max-width: 1198px;*/
  }
  .project-detail-wrapper.detail-type-horizontal .image-wrapper {
    margin: 0;
    margin-bottom: 60px;
  }
  .project-detail-wrapper.detail-type-horizontal .container > h2 {
    display: block;
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 50px;
  }
  .project-detail-wrapper.detail-type-horizontal .project-info-wrapper {
    padding-bottom: 80px;
    margin-bottom: 0;
    position: relative;
  }
  .project-detail-wrapper.detail-type-horizontal .project-info-wrapper ul.details-list {
    margin-bottom: 0;
  }
  .project-detail-wrapper.detail-type-horizontal .project-info-wrapper > ul.details-list {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-right: 2%;
    padding-top: 10px;
  }
  .project-detail-wrapper.detail-type-horizontal .project-info-wrapper .project-content > ul.details-list {
    display: none;
  }
  .project-detail-wrapper.detail-type-horizontal .project-info-wrapper .project-content {
    display: inline-block;
    vertical-align: top;
    width: 64%;
  }
  .project-detail-wrapper.detail-type-horizontal .project-info-wrapper .project-content > h2 {
    display: none;
  }
  .project-detail-wrapper.detail-type-horizontal .project-info-wrapper p.description {
    margin-bottom: 0;
  }
  .project-detail-wrapper.detail-type-horizontal .project-info-wrapper .share-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .project-detail-wrapper.detail-type-horizontal .project-info-wrapper .share-wrapper > a, .project-detail-wrapper.detail-type-horizontal .project-info-wrapper .share-wrapper > a:visited {
    width: 190px;
  }
  .project-detail-wrapper.detail-type-horizontal .project-info-wrapper .share-wrapper > a:hover, .project-detail-wrapper.detail-type-horizontal .project-info-wrapper .share-wrapper > a:visited:hover {
    background-color: #084899;
    color: #FFFFFF;
  }
}
@media (min-width: 1260px) {
  .project-detail-wrapper.detail-type-horizontal {
    /*.image-wrapper { margin-right: -108px; }*/
  }
}

.project-detail-wrapper.detail-type-vertical {
  font-size: 0;
}
.project-detail-wrapper.detail-type-vertical .image-wrapper {
  margin: 0 -20px;
  margin-bottom: 45px;
}
.project-detail-wrapper.detail-type-vertical .container > h2 {
  display: none;
}
.project-detail-wrapper.detail-type-vertical .project-info-wrapper {
  margin-bottom: 110px;
}
.project-detail-wrapper.detail-type-vertical .project-info-wrapper ul.details-list {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 40px;
}
.project-detail-wrapper.detail-type-vertical .project-info-wrapper ul.details-list a, .project-detail-wrapper.detail-type-vertical .project-info-wrapper ul.details-list a:visited, .project-detail-wrapper.detail-type-vertical .project-info-wrapper ul.details-list strong {
  font-weight: 700;
}
.project-detail-wrapper.detail-type-vertical .project-info-wrapper > ul.details-list {
  display: none;
}
.project-detail-wrapper.detail-type-vertical .project-info-wrapper h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 24px;
}
.project-detail-wrapper.detail-type-vertical .project-info-wrapper p.description {
  margin-bottom: 70px;
}
.project-detail-wrapper.detail-type-vertical .project-info-wrapper .share-wrapper > a, .project-detail-wrapper.detail-type-vertical .project-info-wrapper .share-wrapper > a:visited {
  margin: 0 auto;
  display: inline-block;
  width: 150px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #084899;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #084899;
}
@media (min-width: 992px) {
  .project-detail-wrapper.detail-type-vertical > .container {
    position: relative;
    /*max-width: 1198px;*/
  }
  .project-detail-wrapper.detail-type-vertical .image-wrapper {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 80px;
  }
  .project-detail-wrapper.detail-type-vertical .container > h2 {
    display: block;
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 50px;
  }
  .project-detail-wrapper.detail-type-vertical .project-info-wrapper {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 50px;
    padding-bottom: 80px;
    margin-bottom: 0;
  }
  .project-detail-wrapper.detail-type-vertical .project-info-wrapper ul.details-list {
    margin-bottom: 70px;
    column-count: 2;
  }
  .project-detail-wrapper.detail-type-vertical .project-info-wrapper .project-content > h2 {
    display: none;
  }
  .project-detail-wrapper.detail-type-vertical .project-info-wrapper p.description {
    margin-bottom: 0;
    padding-bottom: 60px;
  }
  .project-detail-wrapper.detail-type-vertical .project-info-wrapper .share-wrapper {
    position: absolute;
    bottom: 80px;
    left: calc(50% + 50px);
  }
  .project-detail-wrapper.detail-type-vertical .project-info-wrapper .share-wrapper > a, .project-detail-wrapper.detail-type-vertical .project-info-wrapper .share-wrapper > a:visited {
    width: 190px;
  }
  .project-detail-wrapper.detail-type-vertical .project-info-wrapper .share-wrapper > a:hover, .project-detail-wrapper.detail-type-vertical .project-info-wrapper .share-wrapper > a:visited:hover {
    background-color: #084899;
    color: #FFFFFF;
  }
}
.image-popup-gallery {
  display: none;
}

.lg-outer, .lg-toolbar {
  background-color: #FFFFFF !important;
}

#lg-counter {
  display: none !important;
  color: #000000;
}

.lg-autoplay-button {
  display: none;
}

.lg-outer .lg .lg-toolbar .lg-close {
  position: absolute;
  width: 25px;
  height: 25px;
  padding: 0;
  top: 22px;
  right: 35px;
  background: url("../img/svg/close-popup.svg") center center no-repeat transparent;
  background-size: contain;
}
.lg-outer .lg .lg-toolbar .lg-close:after {
  content: "";
}

.lg-outer .lg-img-wrap {
  padding: 0 !important;
}

.lg-sub-html {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.lg-sub-html p {
  color: #67AE44;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 24px !important;
  margin: 0 !important;
  padding: 5px 10px !important;
}

.lg-outer .lg .lg-actions .lg-prev {
  display: block;
  width: 43px;
  height: 43px;
  padding: 0;
  margin-top: -32px;
  background: url("../img/svg/arrow-left.svg") center center no-repeat transparent;
  background-size: contain;
}
.lg-outer .lg .lg-actions .lg-prev:after {
  content: "";
}
.lg-outer .lg .lg-actions .lg-next {
  display: block;
  width: 43px;
  height: 43px;
  padding: 0;
  margin-top: -32px;
  background: url("../img/svg/arrow-right.svg") center center no-repeat transparent;
  background-size: contain;
}
.lg-outer .lg .lg-actions .lg-next:before {
  content: "";
}

@media (min-width: 768px) {
  /*.lg-outer .lg .lg-toolbar {
  	.lg-close {
  		width: 46px; height: 46px;
  		top: 45px; right: 95px;
  	}
  }*/
  .lg-outer .lg .lg-toolbar .lg-close {
    top: 65px;
    right: 65px;
  }
  .lg-outer .lg .lg-actions .lg-prev {
    display: block;
    width: 43px;
    height: 43px;
    left: 105px;
    padding: 0;
    margin-top: -32px;
    background: url("../img/svg/arrow-left.svg") center center no-repeat transparent;
    background-size: contain;
  }
  .lg-outer .lg .lg-actions .lg-prev:after {
    content: "";
  }
  .lg-outer .lg .lg-actions .lg-next {
    display: block;
    width: 43px;
    height: 43px;
    right: 105px;
    padding: 0;
    margin-top: -32px;
    background: url("../img/svg/arrow-right.svg") center center no-repeat transparent;
    background-size: contain;
  }
  .lg-outer .lg .lg-actions .lg-next:before {
    content: "";
  }
}
.cookies-popup-wrapper {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #67AE44;
  z-index: 10000;
}
.cookies-popup-wrapper .cookies-popup {
  padding: 40px 30px;
}
.cookies-popup-wrapper .cookies-popup .message {
  margin-bottom: 20px;
}
.cookies-popup-wrapper .cookies-popup .message p {
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0;
  color: #FFFFFF;
  font-weight: 400;
}
.cookies-popup-wrapper .cookies-popup .message p a, .cookies-popup-wrapper .cookies-popup .message p a:visited {
  text-decoration: underline;
  color: #FFFFFF;
}
.cookies-popup-wrapper .cookies-popup .btn-wrapper {
  text-align: center;
}
.cookies-popup-wrapper .cookies-popup .btn-wrapper a, .cookies-popup-wrapper .cookies-popup .btn-wrapper a:visited {
  max-width: 320px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 12px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .cookies-popup-wrapper .cookies-popup {
    margin: 0 auto;
    max-width: 1110px;
    position: relative;
    padding: 30px;
  }
  .cookies-popup-wrapper .cookies-popup .message {
    margin-bottom: 0;
  }
  .cookies-popup-wrapper .cookies-popup .message p {
    text-align: left;
    max-width: 750px;
    width: calc(100% - 250px);
    font-size: 16px;
    line-height: 20px;
  }
  .cookies-popup-wrapper .cookies-popup .message p a:hover, .cookies-popup-wrapper .cookies-popup .message p a:visited:hover {
    text-decoration: none;
  }
  .cookies-popup-wrapper .cookies-popup .btn-wrapper {
    position: absolute;
    top: 30px;
    right: 50px;
    width: 100%;
    max-width: 230px;
  }
  .cookies-popup-wrapper .cookies-popup .btn-wrapper a, .cookies-popup-wrapper .cookies-popup .btn-wrapper a:visited {
    max-width: 230px;
  }
}

.page-pt-2020-wrapper {
  padding-bottom: 65px;
}
.page-pt-2020-wrapper .page-intro {
  max-width: 964px;
  margin-bottom: 0;
}
.page-pt-2020-wrapper .page-content {
  max-width: 964px;
}
.page-pt-2020-wrapper .financing-details {
  margin-bottom: 40px;
  margin-top: 100px;
}
.page-pt-2020-wrapper .financing-details ul li {
  padding: 5px 0;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px solid #000000;
}
.page-pt-2020-wrapper .financing-details ul li:first-child {
  padding-top: 0;
}
.page-pt-2020-wrapper .financing-details ul li:last-child {
  padding-bottom: 0;
}
.page-pt-2020-wrapper .financing-details ul li span.title {
  font-weight: 700;
}
.page-pt-2020-wrapper .financing-details ul li:last-child {
  border-bottom: 0;
}
@media (min-width: 992px) {
  .page-pt-2020-wrapper {
    padding-bottom: 80px;
  }
  .page-pt-2020-wrapper .page-intro {
    margin-bottom: 0;
  }
  .page-pt-2020-wrapper .page-intro h2 {
    margin-bottom: 30px;
  }
  .page-pt-2020-wrapper .financing-details {
    margin-bottom: 60px;
    margin-top: 140px;
  }
  .page-pt-2020-wrapper .financing-details ul li {
    padding: 10px 0;
    font-size: 22px;
    line-height: 30px;
  }
  .page-pt-2020-wrapper .financing-details ul li:first-child {
    padding-top: 0;
  }
  .page-pt-2020-wrapper .financing-details ul li:last-child {
    padding-bottom: 0;
  }
}

.entry > *:last-child {
  margin-bottom: 0;
}
/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */

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