/*!**************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/font-awesome/css/font-awesome.css ***!
  \**************************************************************************************************/
/*!
 *  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(../js/fontawesome-webfont.8b43027f47b20503057d.eot);
  src: url(../js/fontawesome-webfont.8b43027f47b20503057d.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../js/fontawesome-webfont.20fd1704ea223900efa9.woff2) format('woff2'), url(../js/fontawesome-webfont.f691f37e57f04c152e23.woff) format('woff'), url(../js/fontawesome-webfont.1e59d2330b4c6deb84b3.ttf) format('truetype'), url(../js/fontawesome-webfont.c1e38fd9e0e74ba58f7a.svg#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.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .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: #ffffff;
}
/* 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;
}

/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/stylus-loader/dist/cjs.js!./src/styles/main.styl ***!
  \*****************************************************************************************************************/
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@font-face {
  font-family: 'Utem Sans';
  src: url(../js/utemsans-regular-webfont.5b2f918c8029858305fe.woff2) format('woff2'), url(../js/utemsans-regular-webfont.24a60e11c70f400a2fe6.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Utem Sans';
  src: url(../js/utemsans-bold-webfont.4b2e8c84f548ca6dfbdb.woff2) format('woff2'), url(../js/utemsans-bold-webfont.bf9b2fb1f2beeb4904aa.woff) format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Utem Sans';
  src: url(../js/utemsans-light-webfont.e601b4724dff49cb7f16.woff2) format('woff2'), url(../js/utemsans-light-webfont.931c7b44f06384159f44.woff) format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Utem Sans';
  src: url(../js/utemsans-medium-webfont.7ee777a2598e9528eaf7.woff2) format('woff2'), url(../js/utemsans-medium-webfont.19a60afe8789a7dc9e65.woff) format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@-moz-keyframes slideLeft {
  0% {
    transform: translate(100%, 0);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    transform: translate(100%, 0);
  }
}
@-o-keyframes slideLeft {
  0% {
    transform: translate(100%, 0);
  }
}
@keyframes slideLeft {
  0% {
    transform: translate(100%, 0);
  }
}
@-moz-keyframes slideLeftOut {
  100% {
    transform: translate(100%, 0);
  }
}
@-webkit-keyframes slideLeftOut {
  100% {
    transform: translate(100%, 0);
  }
}
@-o-keyframes slideLeftOut {
  100% {
    transform: translate(100%, 0);
  }
}
@keyframes slideLeftOut {
  100% {
    transform: translate(100%, 0);
  }
}
@-moz-keyframes slideRight {
  0% {
    transform: translate(-100%, 0);
  }
}
@-webkit-keyframes slideRight {
  0% {
    transform: translate(-100%, 0);
  }
}
@-o-keyframes slideRight {
  0% {
    transform: translate(-100%, 0);
  }
}
@keyframes slideRight {
  0% {
    transform: translate(-100%, 0);
  }
}
@-moz-keyframes slideRightOut {
  100% {
    transform: translate(-100%, 0);
  }
}
@-webkit-keyframes slideRightOut {
  100% {
    transform: translate(-100%, 0);
  }
}
@-o-keyframes slideRightOut {
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes slideRightOut {
  100% {
    transform: translate(-100%, 0);
  }
}
@-moz-keyframes scaleFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
}
@-webkit-keyframes scaleFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
}
@-o-keyframes scaleFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
}
@keyframes scaleFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
}
@-moz-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes slideFadeLeft {
  0% {
    opacity: 0;
    transform: translateX(28px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes slideFadeLeft {
  0% {
    opacity: 0;
    transform: translateX(28px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes slideFadeLeft {
  0% {
    opacity: 0;
    transform: translateX(28px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideFadeLeft {
  0% {
    opacity: 0;
    transform: translateX(28px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  background-color: #e7edf3;
/*padding 20px
    @media (min-width: $tablet)
        padding 30px
    */
}
body,
button,
input,
textarea,
select {
  font-family: 'Utem Sans', Arial, sans-serif;
  font-size: 15px;
  color: #0b2341;
}
a {
  color: #0b2341;
  text-decoration: none;
  transition: 0.2s ease;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 0 0 20px;
  padding: 0;
}
p:last-child {
  margin-bottom: 0;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0 0 20px;
  line-height: 1.1;
}
h1,
.h1 {
  font-size: 2.25em;
}
@media (min-width: 480px) {
  h1,
  .h1 {
    font-size: 3em;
  }
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 4em;
  }
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 4.2em;
  }
}
.h1s {
  font-size: 2.25em;
}
@media (min-width: 480px) {
  .h1s {
    font-size: 3em;
  }
}
@media (min-width: 768px) {
  .h1s {
    font-size: 3.4em;
  }
}
h2,
.h2 {
  font-size: 1.6em;
}
@media (min-width: 480px) {
  h2,
  .h2 {
    font-size: 1.8em;
  }
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 2.2em;
  }
}
@media (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 2.6em;
  }
}
.h2s {
  font-size: 1.6em;
}
@media (min-width: 480px) {
  .h2s {
    font-size: 1.8em;
  }
}
h3,
.h3 {
  font-size: 1.2em;
}
@media (min-width: 480px) {
  h3,
  .h3 {
    font-size: 1.4em;
  }
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 1.6em;
  }
}
h4,
.h4 {
  font-size: 1em;
}
@media (min-width: 480px) {
  h4,
  .h4 {
    font-size: 1.1em;
  }
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 1.2em;
  }
}
img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}
video {
  display: block;
  width: 100%;
}
audio {
  display: inline-block;
  vertical-align: middle;
}
button {
  user-select: none;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible,
[role="button"]:focus-visible {
  outline: 2px solid #0068e3;
  outline-offset: 2px;
}
.fa {
  display: inline-block;
  vertical-align: middle;
}
.h--400,
.text--400 {
  font-weight: 400;
}
.text--center {
  text-align: center;
}
.grad--1 {
  background-color: #003368;
  background-image: radial-gradient(100% 100% at 0% 0%, #004eaa, transparent), radial-gradient(100% 40% at 50% 0%, #e3f5cd, transparent), radial-gradient(100% 100% at 100% 0%, #78bf26, transparent);
}
.filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.filter--blue-green {
  background-image: linear-gradient(100deg, #004eaa 20%, transparent), radial-gradient(70% 50% at 50% 0%, #e3f5cd, transparent), radial-gradient(100% 100% at 100% 0%, #78bf26, transparent);
  background-blend-mode: hard-light;
  opacity: 0.9;
}
.filter--blue-transparent {
  background-image: linear-gradient(100deg, #004eaa 20%, transparent);
  background-blend-mode: hard-light;
  opacity: 0.9;
}
.filter--blue-transparent-y {
  background-image: linear-gradient(20deg, #003368 40%, transparent);
  opacity: 0.6;
}
.filter--blue-green-light {
  background-image: linear-gradient(100deg, #003368, #004eaa), radial-gradient(70% 70% at 70% 0%, #8cd835, transparent);
  background-blend-mode: hard-light;
  opacity: 0.8;
}
.filter--blue {
  background-image: linear-gradient(100deg, #003368, #004eaa);
  background-blend-mode: hard-light;
  opacity: 0.8;
}
.filter--blue-d-green {
  background-image: linear-gradient(100deg, #003368 20%, transparent), radial-gradient(50% 50% at 50% 0%, #e3f5cd, transparent), radial-gradient(100% 100% at 100% 0%, #78bf26, transparent);
  background-blend-mode: hard-light;
  opacity: 0.9;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
/*&::after
        display block
        content ""
        clear both
    */
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row>div {
  margin-bottom: 20px;
}
.row:last-child {
  margin-bottom: -20px;
}
.row .col-xs-1,
.row .col-xs-2,
.row .col-xs-3,
.row .col-xs-4,
.row .col-xs-5,
.row .col-xs-6,
.row .col-xs-7,
.row .col-xs-8,
.row .col-xs-9,
.row .col-xs-10,
.row .col-xs-11,
.row .col-xs-12 {
  float: left;
}
.row .col-xs-12 {
  width: 100%;
}
.row .col-xs-11 {
  width: 91.66666666666666%;
}
.row .col-xs-10 {
  width: 83.33333333333334%;
}
.row .col-xs-9 {
  width: 75%;
}
.row .col-xs-8 {
  width: 66.66666666666666%;
}
.row .col-xs-7 {
  width: 58.333333333333336%;
}
.row .col-xs-6 {
  width: 50%;
}
.row .col-xs-5 {
  width: 41.66666666666667%;
}
.row .col-xs-4 {
  width: 33.33333333333333%;
}
.row .col-xs-3 {
  width: 25%;
}
.row .col-xs-2 {
  width: 16.666666666666664%;
}
.row .col-xs-1 {
  width: 8.333333333333332%;
}
.row .col-xs-pull-12 {
  right: 100%;
}
.row .col-xs-pull-11 {
  right: 91.66666666666666%;
}
.row .col-xs-pull-10 {
  right: 83.33333333333334%;
}
.row .col-xs-pull-9 {
  right: 75%;
}
.row .col-xs-pull-8 {
  right: 66.66666666666666%;
}
.row .col-xs-pull-7 {
  right: 58.333333333333336%;
}
.row .col-xs-pull-6 {
  right: 50%;
}
.row .col-xs-pull-5 {
  right: 41.66666666666667%;
}
.row .col-xs-pull-4 {
  right: 33.33333333333333%;
}
.row .col-xs-pull-3 {
  right: 25%;
}
.row .col-xs-pull-2 {
  right: 16.666666666666664%;
}
.row .col-xs-pull-1 {
  right: 8.333333333333332%;
}
.row .col-xs-pull-0 {
  right: auto;
}
.row .col-xs-push-12 {
  left: 100%;
}
.row .col-xs-push-11 {
  left: 91.66666666666666%;
}
.row .col-xs-push-10 {
  left: 83.33333333333334%;
}
.row .col-xs-push-9 {
  left: 75%;
}
.row .col-xs-push-8 {
  left: 66.66666666666666%;
}
.row .col-xs-push-7 {
  left: 58.333333333333336%;
}
.row .col-xs-push-6 {
  left: 50%;
}
.row .col-xs-push-5 {
  left: 41.66666666666667%;
}
.row .col-xs-push-4 {
  left: 33.33333333333333%;
}
.row .col-xs-push-3 {
  left: 25%;
}
.row .col-xs-push-2 {
  left: 16.666666666666664%;
}
.row .col-xs-push-1 {
  left: 8.333333333333332%;
}
.row .col-xs-push-0 {
  left: auto;
}
.row .col-xs-offset-12 {
  margin-left: 100%;
}
.row .col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.row .col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.row .col-xs-offset-9 {
  margin-left: 75%;
}
.row .col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.row .col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.row .col-xs-offset-6 {
  margin-left: 50%;
}
.row .col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.row .col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.row .col-xs-offset-3 {
  margin-left: 25%;
}
.row .col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.row .col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.row .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .row .col-sm-1,
  .row .col-sm-2,
  .row .col-sm-3,
  .row .col-sm-4,
  .row .col-sm-5,
  .row .col-sm-6,
  .row .col-sm-7,
  .row .col-sm-8,
  .row .col-sm-9,
  .row .col-sm-10,
  .row .col-sm-11,
  .row .col-sm-12 {
    float: left;
  }
  .row .col-sm-12 {
    width: 100%;
  }
  .row .col-sm-11 {
    width: 91.66666666666666%;
  }
  .row .col-sm-10 {
    width: 83.33333333333334%;
  }
  .row .col-sm-9 {
    width: 75%;
  }
  .row .col-sm-8 {
    width: 66.66666666666666%;
  }
  .row .col-sm-7 {
    width: 58.333333333333336%;
  }
  .row .col-sm-6 {
    width: 50%;
  }
  .row .col-sm-5 {
    width: 41.66666666666667%;
  }
  .row .col-sm-4 {
    width: 33.33333333333333%;
  }
  .row .col-sm-3 {
    width: 25%;
  }
  .row .col-sm-2 {
    width: 16.666666666666664%;
  }
  .row .col-sm-1 {
    width: 8.333333333333332%;
  }
  .row .col-sm-pull-12 {
    right: 100%;
  }
  .row .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .row .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .row .col-sm-pull-9 {
    right: 75%;
  }
  .row .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .row .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .row .col-sm-pull-6 {
    right: 50%;
  }
  .row .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .row .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .row .col-sm-pull-3 {
    right: 25%;
  }
  .row .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .row .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .row .col-sm-pull-0 {
    right: auto;
  }
  .row .col-sm-push-12 {
    left: 100%;
  }
  .row .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .row .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .row .col-sm-push-9 {
    left: 75%;
  }
  .row .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .row .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .row .col-sm-push-6 {
    left: 50%;
  }
  .row .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .row .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .row .col-sm-push-3 {
    left: 25%;
  }
  .row .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .row .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .row .col-sm-push-0 {
    left: auto;
  }
  .row .col-sm-offset-12 {
    margin-left: 100%;
  }
  .row .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .row .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .row .col-sm-offset-9 {
    margin-left: 75%;
  }
  .row .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .row .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .row .col-sm-offset-6 {
    margin-left: 50%;
  }
  .row .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .row .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .row .col-sm-offset-3 {
    margin-left: 25%;
  }
  .row .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .row .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .row .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .row .col-md-1,
  .row .col-md-2,
  .row .col-md-3,
  .row .col-md-4,
  .row .col-md-5,
  .row .col-md-6,
  .row .col-md-7,
  .row .col-md-8,
  .row .col-md-9,
  .row .col-md-10,
  .row .col-md-11,
  .row .col-md-12 {
    float: left;
  }
  .row .col-md-12 {
    width: 100%;
  }
  .row .col-md-11 {
    width: 91.66666666666666%;
  }
  .row .col-md-10 {
    width: 83.33333333333334%;
  }
  .row .col-md-9 {
    width: 75%;
  }
  .row .col-md-8 {
    width: 66.66666666666666%;
  }
  .row .col-md-7 {
    width: 58.333333333333336%;
  }
  .row .col-md-6 {
    width: 50%;
  }
  .row .col-md-5 {
    width: 41.66666666666667%;
  }
  .row .col-md-4 {
    width: 33.33333333333333%;
  }
  .row .col-md-3 {
    width: 25%;
  }
  .row .col-md-2 {
    width: 16.666666666666664%;
  }
  .row .col-md-1 {
    width: 8.333333333333332%;
  }
  .row .col-md-pull-12 {
    right: 100%;
  }
  .row .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .row .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .row .col-md-pull-9 {
    right: 75%;
  }
  .row .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .row .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .row .col-md-pull-6 {
    right: 50%;
  }
  .row .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .row .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .row .col-md-pull-3 {
    right: 25%;
  }
  .row .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .row .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .row .col-md-pull-0 {
    right: auto;
  }
  .row .col-md-push-12 {
    left: 100%;
  }
  .row .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .row .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .row .col-md-push-9 {
    left: 75%;
  }
  .row .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .row .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .row .col-md-push-6 {
    left: 50%;
  }
  .row .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .row .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .row .col-md-push-3 {
    left: 25%;
  }
  .row .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .row .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .row .col-md-push-0 {
    left: auto;
  }
  .row .col-md-offset-12 {
    margin-left: 100%;
  }
  .row .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .row .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .row .col-md-offset-9 {
    margin-left: 75%;
  }
  .row .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .row .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .row .col-md-offset-6 {
    margin-left: 50%;
  }
  .row .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .row .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .row .col-md-offset-3 {
    margin-left: 25%;
  }
  .row .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .row .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .row .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .row .col-lg-1,
  .row .col-lg-2,
  .row .col-lg-3,
  .row .col-lg-4,
  .row .col-lg-5,
  .row .col-lg-6,
  .row .col-lg-7,
  .row .col-lg-8,
  .row .col-lg-9,
  .row .col-lg-10,
  .row .col-lg-11,
  .row .col-lg-12 {
    float: left;
  }
  .row .col-lg-12 {
    width: 100%;
  }
  .row .col-lg-11 {
    width: 91.66666666666666%;
  }
  .row .col-lg-10 {
    width: 83.33333333333334%;
  }
  .row .col-lg-9 {
    width: 75%;
  }
  .row .col-lg-8 {
    width: 66.66666666666666%;
  }
  .row .col-lg-7 {
    width: 58.333333333333336%;
  }
  .row .col-lg-6 {
    width: 50%;
  }
  .row .col-lg-5 {
    width: 41.66666666666667%;
  }
  .row .col-lg-4 {
    width: 33.33333333333333%;
  }
  .row .col-lg-3 {
    width: 25%;
  }
  .row .col-lg-2 {
    width: 16.666666666666664%;
  }
  .row .col-lg-1 {
    width: 8.333333333333332%;
  }
  .row .col-lg-pull-12 {
    right: 100%;
  }
  .row .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .row .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .row .col-lg-pull-9 {
    right: 75%;
  }
  .row .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .row .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .row .col-lg-pull-6 {
    right: 50%;
  }
  .row .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .row .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .row .col-lg-pull-3 {
    right: 25%;
  }
  .row .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .row .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .row .col-lg-pull-0 {
    right: auto;
  }
  .row .col-lg-push-12 {
    left: 100%;
  }
  .row .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .row .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .row .col-lg-push-9 {
    left: 75%;
  }
  .row .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .row .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .row .col-lg-push-6 {
    left: 50%;
  }
  .row .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .row .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .row .col-lg-push-3 {
    left: 25%;
  }
  .row .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .row .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .row .col-lg-push-0 {
    left: auto;
  }
  .row .col-lg-offset-12 {
    margin-left: 100%;
  }
  .row .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .row .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .row .col-lg-offset-9 {
    margin-left: 75%;
  }
  .row .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .row .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .row .col-lg-offset-6 {
    margin-left: 50%;
  }
  .row .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .row .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .row .col-lg-offset-3 {
    margin-left: 25%;
  }
  .row .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .row .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .row .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.row--g0 {
  margin-right: 0;
  margin-left: 0;
}
.row--g0:before,
.row--g0:after {
  display: table;
  content: " ";
}
.row--g0:after {
  clear: both;
}
.row--g0>div {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.row--g0:last-child {
  margin-bottom: 0;
}
.row--g05 {
  margin-right: -5px;
  margin-left: -5px;
}
.row--g05:before,
.row--g05:after {
  display: table;
  content: " ";
}
.row--g05:after {
  clear: both;
}
.row--g05>div {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.row--g05:last-child {
  margin-bottom: -10px;
}
@media (max-width: 480px) {
  .row--scroll {
    margin: 0 -30px;
    padding: 0 20px 0;
    white-space: nowrap;
    overflow: scroll;
  }
  .row--scroll>div {
    display: inline-block;
    width: 280px;
    white-space: normal;
  }
  .row--scroll>div:last-child {
    margin-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .row--testimonies > div:nth-child(n+4) {
    display: none;
  }
}
.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid.grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.grid--catalog {
    grid-template-columns: repeat(3, minmax(300px, 1fr));
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.flex.flex--auto {
  flex-wrap: nowrap;
}
.flex>div,
.flex>article {
  width: 100%;
}
@media (min-width: 768px) {
  .flex>div,
  .flex>article {
    width: calc(50% - 10px);
  }
}
@media (min-width: 768px) {
  .flex .flex__20 {
    width: 20%;
  }
  .flex .flex__25 {
    width: 25%;
  }
  .flex .flex__30 {
    width: 30%;
  }
  .flex .flex__33 {
    width: 33.33%;
  }
  .flex .flex__35 {
    width: 35%;
  }
  .flex .flex__40 {
    width: 40%;
  }
  .flex .flex__45 {
    width: 45%;
  }
  .flex .flex__50 {
    width: 50%;
  }
  .flex .flex__55 {
    width: 55%;
  }
  .flex .flex__60 {
    width: 60%;
  }
  .flex .flex__65 {
    width: 65%;
  }
  .flex .flex__66 {
    width: 66.66%;
  }
  .flex .flex__70 {
    width: 70%;
  }
  .flex .flex__75 {
    width: 75%;
  }
  .flex .flex__80 {
    width: 80%;
  }
}
label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
input,
select {
  vertical-align: middle;
  line-height: 20px;
  background-color: #e7edf3;
  border: 2px solid #dbe4ed;
  padding: 10px 15px;
  border-radius: 8px;
  color: #0b2341;
  display: block;
  width: 100%;
  transition: 0.25s ease;
  outline: 0;
}
input::placeholder,
select::placeholder {
  color: #a6b7ca;
}
input:focus,
select:focus {
  border-color: #0068e3;
  box-shadow: 0 0 5px #2892ff;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  background-color: #e7edf3;
  border: 2px solid #dbe4ed;
  border-radius: 3px;
  cursor: pointer;
  padding: 0;
}
input[type="checkbox"]:checked {
  background-color: #004eaa;
  border-color: #004eaa;
}
input[type="checkbox"]:checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin: 0 3px;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 15px;
  padding-right: 35px;
  text-overflow: ellipsis;
  min-width: 120px;
  background: url(../js/select.be3c28bb6571eadd4bfb.png) right center no-repeat;
  background-size: 30px;
}
.input--border,
input.input--border {
  background-color: transparent;
  border-color: rgba(219,228,237,0.4);
  color: #fff;
}
.input--border::placeholder,
input.input--border::placeholder {
  color: rgba(255,255,255,0.6);
}
.input--border:focus,
input.input--border:focus {
  border-color: #fff;
  box-shadow: none;
}
.input--lg,
input.input--lg {
  font-size: 1.1em;
  padding: 14px 18px;
}
.btn {
  display: inline-block;
  user-select: none;
  background: #0068e3;
  color: #fff;
  padding: 10px 25px;
  border: 2px solid transparent;
  -webkit-appearance: none;
  font-weight: bold;
  cursor: pointer;
  border-radius: 30px;
  transition: 0.2s ease;
  vertical-align: middle;
  text-align: center;
  line-height: 20px;
}
.btn:hover {
  text-decoration: none;
  background-color: #2892ff;
  color: #fff;
}
.btn:hover svg path {
  fill: #fff;
}
.btn svg {
  display: inline-block;
  max-height: 16px;
  max-width: 16px;
  vertical-align: -4px;
  margin: 0 5px 0 0;
}
.btn .fa {
  vertical-align: middle;
}
.btn.btn--white {
  background: #fff;
  border-color: #fff;
  color: #0068e3;
}
.btn.btn--white:hover {
  color: #2892ff;
  box-shadow: 0 0 10px #2892ff;
}
.btn.btn--green {
  background: #78bf26;
  border-color: #78bf26;
}
.btn.btn--green:hover {
  background: #8cd835;
  border-color: #8cd835;
}
.btn.btn--neutral {
  background: #e7edf3;
  color: #004eaa;
}
.btn.btn--neutral:hover {
  background: #0068e3;
  color: #fff;
}
.btn.btn--block {
  display: block;
  width: 100%;
  margin: 0;
}
.btn.btn--link {
  border: 0;
  background: transparent;
  padding: 2px 0;
  color: #0068e3;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
.btn.btn--link:hover {
  color: #2892ff;
  text-decoration: underline;
}
.btn.btn--link.btn--discrete {
  opacity: 0.4;
  color: #003368;
}
.btn.btn--link.btn--discrete:hover {
  opacity: 0.6;
}
.btn.btn--md {
  padding: 12px 25px;
}
.btn.btn--sm {
  padding: 8px 15px;
  font-weight: 500;
  font-size: 14px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 20px;
  z-index: 100;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0,51,104,0.15);
  color: #004eaa;
}
header a {
  color: #004eaa;
}
.admin-bar header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar header {
    top: 46px;
  }
}
header .header__wrap {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
header .header__bar {
  padding: 10px 20px;
  height: 70px;
}
@media (min-width: 768px) {
  header .header__bar {
    padding: 20px;
    height: 90px;
  }
}
header .header__logo {
  font-weight: bold;
  margin: 0;
  float: left;
  margin-top: -8px;
}
@media (min-width: 768px) {
  header .header__logo {
    margin: -22px 20px -22px 0;
  }
}
header .header__logo a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 10px;
}
@media (min-width: 768px) {
  header .header__logo a {
    padding: 15px 10px;
  }
}
header .header__logo a img {
  width: auto;
  height: 45px;
  display: block;
}
@media (min-width: 768px) {
  header .header__logo a img {
    height: 64px;
  }
}
header .header__nav {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
@media (max-width: 768px) {
  header .header__nav {
    float: right;
  }
}
header .header__nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header .header__nav ul li {
  position: relative;
  margin: 0;
  display: inline-block;
}
header .header__nav ul li a {
  text-decoration: none;
  display: block;
  padding: 15px 10px;
}
@media (max-width: 1200px) {
  header .header__nav ul li a {
    padding: 15px 5px;
  }
}
header .header__nav ul li a:hover {
  color: #0068e3;
}
header .header__nav ul li.current-menu-item,
header .header__nav ul li.current-page-ancestor {
  font-weight: bold;
}
header .header__left {
  display: none;
}
@media (min-width: 1000px) {
  header .header__left {
    display: block;
    float: left;
  }
}
header .header__right {
  float: right;
}
header .header__item {
  vertical-align: middle;
  cursor: pointer;
  padding: 15px 10px;
  position: relative;
  display: none;
}
header .header__item:hover {
  color: #0068e3;
}
header .header__item a {
  text-decoration: none;
}
header .header__item a:hover {
  color: #0068e3;
}
@media (min-width: 1000px) {
  header .header__item {
    display: inline-block;
  }
}
@media (max-width: 1000px) {
  header .header__item.header__item--search {
    display: inline-block;
    margin-right: -5px;
  }
  header .header__item.header__item--search .header__icn {
    margin: -4px 4px 0 0;
  }
  header .header__item.header__item--hamburger {
    display: inline-block;
  }
}
header .header__item .header__item__nav {
  position: absolute;
  top: 100%;
  left: 0%;
  background: #fff;
  box-shadow: 0 8px 14px rgba(0,51,104,0.15);
  padding: 10px 0;
  border-radius: 12px;
  display: none;
  animation: fadeIn 0.5s ease;
}
header .header__item .header__item__nav li a {
  display: block;
  padding: 8px 20px;
}
header .header__item .header__item__nav li a:hover {
  color: #0068e3;
}
header .header__item._open .fa {
  transform: rotate(180deg);
}
header .header__item._open .header__item__nav {
  display: block;
}
header .header__item .header__txt {
  display: inline-block;
  vertical-align: middle;
}
header .header__item .header__icn {
  display: inline-block;
  vertical-align: middle;
}
header .header__item .header__icn .fa {
  margin: -5px 0;
  margin-left: 2px;
  position: relative;
}
header .header__item .header__icn .fa.fa-angle-down {
  font-size: 1.8em;
}
@media (min-width: 1024px) {
  header .header__item .header__icn .fa.fa-search {
    top: -2px;
  }
}
header .header__item .header__hamburger {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  display: inline-block;
}
header .header__item .header__hamburger div {
  width: 18px;
  height: 2px;
  background: #004eaa;
  margin: 2px 0;
  transition: 0.2s ease;
}
header .header__item.header__item--hamburger:hover .header__hamburger div {
  background: #0068e3;
}
header .header__gob {
  display: flex;
  position: absolute;
  top: 0;
  right: 30px;
  width: 152px;
}
header .header__gob .header__gob__blue {
  background: #2d6cb2;
  height: 5px;
  width: 50%;
}
header .header__gob .header__gob__red {
  background: #dc504b;
  height: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  header .header__gob .header__gob__blue,
  header .header__gob .header__gob__red {
    height: 10px;
  }
}
header .header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  overflow: hidden;
}
header .header__menu._open {
  display: block;
}
header .header__menu._closing .header__menu__bg {
  animation: fadeOut 0.5s ease both;
}
header .header__menu._closing .header__menu__wrap {
  animation: slideLeftOut 0.5s ease both;
}
header .header__menu .header__menu__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,51,104,0.6);
  animation: fadeIn 0.5s ease;
}
header .header__menu .header__menu__wrap {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow: auto;
  animation: slideLeft 0.5s 0.1s ease backwards;
  padding: 20px 30px;
  width: 100%;
}
@media (min-width: 768px) {
  header .header__menu .header__menu__wrap {
    width: 400px;
  }
}
header .header__menu .header__menu__close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 15px 20px;
  cursor: pointer;
  opacity: 0.6;
  background: none;
  border: 0;
  color: inherit;
  appearance: none;
}
header .header__menu .header__menu__close:hover {
  opacity: 1;
}
header .header__menu .header__menu__logo {
  margin-bottom: 20px;
}
header .header__menu .header__menu__logo a {
  display: inline-block;
}
header .header__menu .header__menu__logo img {
  height: 60px;
}
@media (min-width: 1024px) {
  header .header__menu .header__menu__logo img {
    height: 70px;
  }
}
header .header__menu .header__menu__nav {
  border-bottom: 1px solid #dbe4ed;
  margin-bottom: 20px;
}
header .header__menu .header__menu__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .header__menu .header__menu__nav ul li {
  position: relative;
  padding: 0;
  margin: 0;
  border-top: 1px solid #dbe4ed;
  transition: 0.2s ease;
}
header .header__menu .header__menu__nav ul li.menu-item-219 {
  display: none;
}
header .header__menu .header__menu__nav ul li a {
  display: block;
  padding: 12px 0;
  margin-right: 30px;
  text-decoration: none;
}
header .header__menu .header__menu__nav ul li a .icon--target {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  opacity: 0.5;
  margin-top: -2px;
  margin-left: 2px;
  transition: 0.2s ease;
}
header .header__menu .header__menu__nav ul li a:hover {
  color: #0068e3;
  text-decoration: underline;
}
header .header__menu .header__menu__nav ul li a:hover .icon--target {
  opacity: 1;
}
header .header__menu .header__menu__nav ul li a .match {
  background: #e3f5cd;
  color: #0068e3;
  border-radius: 4px;
}
header .header__menu .header__menu__nav ul li ul {
  margin-left: 0px;
  overflow: hidden;
  max-height: 0px;
  transition: 0.2s ease;
}
header .header__menu .header__menu__nav ul li ul li {
  border-left: 2px solid #dbe4ed;
  border-top: 0;
}
header .header__menu .header__menu__nav ul li ul li a {
  padding: 8px 0;
  padding-left: 10px;
  color: rgba(0,51,104,0.6);
}
header .header__menu .header__menu__nav ul li ul li a .icon--target {
  opacity: 1;
}
header .header__menu .header__menu__nav ul li ul li a:hover {
  color: #0068e3;
  opacity: 1;
}
header .header__menu .header__menu__nav ul li ul li ul {
  margin-left: 12px;
}
header .header__menu .header__menu__nav ul li ul li .header__menu__collapse {
  height: 32px;
  padding: 5px 0;
}
header .header__menu .header__menu__nav ul li._open>.header__menu__collapse {
  transform: rotate(180deg);
}
header .header__menu .header__menu__nav ul li._open>ul {
  transition: 0.6s ease;
  display: block;
  max-height: 600px;
  padding-bottom: 10px;
}
header .header__menu .header__menu__nav .header__menu__collapse {
  display: block;
  width: 40px;
  height: 42px;
  cursor: pointer;
  margin-left: 5px;
  transition: 0.2s ease background;
  opacity: 0.6;
  padding: 10px 0;
  text-align: center;
  margin-bottom: -2px;
  position: absolute;
  top: 0;
  right: 0;
}
header .header__menu .header__menu__nav .header__menu__collapse::after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 1.5em;
}
header .header__menu .header__menu__nav .header__menu__collapse:hover {
  opacity: 1;
  background: #e7edf3;
}
header .header__menu .header__menu__nav .message {
  padding: 15px 20px;
  margin-bottom: 20px;
}
header .header__menu .header__menu__nav._filtered .header__menu__collapse {
  display: none;
}
header .header__menu .header__menu__search {
  margin-bottom: 20px;
}
header .header__menu .header__menu__fixitems {
  overflow: hidden;
  font-weight: bold;
}
header .header__menu .header__menu__fixitems ul li a {
  display: inline-block;
  padding: 4px 0;
}
header .header__menu .header__menu__fixitems ul li a:hover {
  color: #0068e3;
}
header .header__menu .header__menu__networks {
  border-top: 1px solid #dbe4ed;
  padding: 10px 0;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
header .header__menu .header__menu__networks a {
  padding: 5px;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  color: #004eaa;
  opacity: 0.8;
  transition: opacity 0.2s;
  text-decoration: none;
}
header .header__menu .header__menu__networks a:hover {
  color: #0068e3;
  opacity: 1;
}
header .header__menu .header__menu__networks a .fa {
  font-size: 20px;
  line-height: 1;
}
header .header__menu .header__menu__networks a svg {
  display: block;
}
main {
  padding-top: 70px;
  position: relative;
  z-index: 50;
}
@media (min-width: 768px) {
  main {
    padding-top: 90px;
    padding-bottom: 20px;
  }
}
#body.page--inicio section.section--slider {
  margin-bottom: -70px;
  height: 600px;
}
@media (min-width: 768px) {
  #body.page--inicio section.section--slider {
    margin-bottom: -95px;
  }
}
#body.page--inicio section.section--slider .swiper .swiper-slide {
  padding-bottom: 80px;
}
#body.page--inicio section.section--numbers .section__title {
  color: #fff;
}
#body.page--inicio section:last-child .section__body {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 30px;
  margin-bottom: -30px;
}
#body.page--inicio section:last-child .section__title {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 40px;
  max-width: none;
  color: #fff;
}
#body.page--inicio section:last-child article {
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(0,51,104,0.2);
  border-top-left-radius: 0;
}
#body.page--inicio section:last-child article .article__icon {
  background: rgba(0,0,0,0.1);
  filter: hue-rotate(-150deg) brightness(2);
}
#body.page--inicio section:last-child article .article__title a {
  color: #fff;
}
#body.page--inicio section:last-child article .icon.icon-target {
  filter: hue-rotate(-150deg) brightness(2);
}
#body.page--inicio footer .footer__bg {
  height: 230%;
}
@media (min-width: 768px) {
  #body.page--inicio footer .footer__bg {
    height: 240%;
  }
}
#body.page--admision section.section--slider {
  padding-bottom: 120px;
  margin-bottom: -100px;
}
#body.page--admision section.section--admisionnetwork .section__title {
  color: #fff;
}
#body.page--admision section.section--organizations .section__title {
  color: #fff;
}
#body.page--admision footer .footer__bg {
  height: 260%;
}
#body.page--post-type-carreras footer .footer__bg {
  height: 115%;
}
@media (min-width: 768px) {
  section.section--header,
  section.section--slider {
    margin-bottom: 20px;
  }
}
footer {
  margin: 0;
  color: #fff;
  background-color: #003368;
  position: relative;
  z-index: 10;
}
footer .footer__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .footer__wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 20px;
  position: relative;
}
footer a {
  color: #fff;
}
footer h4 {
  text-transform: uppercase;
  font-size: 1.1em;
}
footer .footer__logos {
  padding: 20px 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  footer .footer__logos {
    text-align: left;
  }
}
footer .footer__logos .footer__logos__acreditacion a {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0;
  margin: 0 10px;
}
footer .footer__logos .footer__logos__acreditacion a img {
  max-width: 160px;
  max-height: 80px;
}
@media (min-width: 768px) {
  footer .footer__logos .footer__logos__acreditacion a {
    margin-right: 20px;
  }
  footer .footer__logos .footer__logos__acreditacion a img {
    max-width: 200px;
    max-height: 90px;
  }
}
footer .footer__logos .footer__logos__acreditacion a:first-child img {
  max-width: 300px;
}
footer .footer__nav {
  padding: 20px 0;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
@media (min-width: 768px) {
  footer .footer__nav {
    padding: 40px 0;
    display: block;
  }
}
footer .footer__nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .footer__nav ul li a {
  opacity: 0.6;
  display: block;
  padding: 4px 0;
}
@media (max-width: 768px) {
  footer .footer__nav ul li a {
    font-size: 0.95em;
  }
}
footer .footer__nav ul li a:hover {
  opacity: 1;
}
footer .footer__end {
  padding-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  footer .footer__end {
    padding-top: 30px;
    text-align: left;
  }
}
footer .footer__end .footer__social {
  align-items: center;
}
footer .footer__end .footer__social a {
  display: inline-flex;
  align-items: center;
  padding: 5px 0;
  margin-right: 16px;
  color: #fff;
  opacity: 0.8;
  transition: opacity 0.2s;
  text-decoration: none;
}
footer .footer__end .footer__social a:hover {
  opacity: 1;
}
footer .footer__end .footer__social a .fa {
  font-size: 20px;
  line-height: 1;
}
footer .footer__end .footer__social a svg {
  display: block;
  position: relative;
  top: 2px;
}
@media (min-width: 768px) {
  footer .footer__end .footer__endlinks {
    text-align: right;
  }
}
footer .footer__end .footer__endlinks a {
  display: inline-block;
  padding: 5px 0;
  margin-left: 5px;
  text-decoration: none;
}
section {
  position: relative;
/*
    margin-bottom 20px
    &:last-child
        margin-bottom 0
    */
/*    
    &.section--numbers,
    &:last-child
        .section__title
            color white
    */
}
section .section__wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px;
}
section .section__wrap.section__wrap--md {
  max-width: 768px;
}
@media (min-width: 768px) {
  section .section__wrap__body {
    padding: 0 40px;
  }
}
section .section__breadcrumb {
  margin-bottom: 10px;
  opacity: 0.8;
}
@media (max-width: 480px) {
  section .section__breadcrumb {
    font-size: 0.9em;
  }
}
section .section__breadcrumb a {
  display: inline-block;
  color: #fff;
}
section .section__breadcrumb ul {
  list-style: none;
  padding: 0;
}
section .section__breadcrumb ul li {
  display: inline-block;
}
section .section__breadcrumb ul li a {
  display: inline-block;
  color: #fff;
}
section .section__breadcrumb ul li::after {
  content: ">";
  display: inline-block;
  padding: 0 5px;
}
section .section__breadcrumb ul li:last-child::after {
  display: none;
}
section .section__title {
  font-weight: 300;
  opacity: 0.7;
  color: #004eaa;
  max-width: 900px;
}
section .section__title:last-child {
  margin-bottom: 0;
}
section .section__title strong {
  font-weight: bold;
  color: #e3f5cd;
  display: inline;
}
section .section__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
section .section__head .section__title {
  margin-bottom: 0;
}
section .section__head .btn--link {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  section .section__head .btn--link {
    display: none;
  }
}
section .section__news__more {
  text-align: right;
}
@media (min-width: 768px) {
  section .section__news__more {
    display: none;
  }
}
section .section__description {
  font-size: 1.2em;
  max-width: 800px;
  line-height: 1.4;
}
section .section__description:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  section .section__content.section__content--p {
    padding: 0 40px;
  }
}
section .section__pagination {
  margin-top: 30px;
}
section .section__pagination a,
section .section__pagination span {
  background: #c9d6e3;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 8px;
}
section .section__pagination a.current,
section .section__pagination span.current {
  font-weight: bold;
}
section.section--neutral-1 {
  background: #e7edf3;
}
section.section--neutral-2 {
  background: #dbe4ed;
}
section.section--neutral-3 {
  background: #c9d6e3;
}
section.section--neutral-4 {
  background: #a6b7ca;
}
section.section--header {
  background-color: #003368;
  color: #fff;
  padding: 20px 0;
}
@media (min-width: 480px) {
  section.section--header {
    padding: 40px 0;
  }
}
section.section--header .section__title {
  color: #fff;
  opacity: 1;
}
@media (min-width: 1024px) {
  section.section--header .section__download {
    margin-top: 60px;
  }
}
section.section--header .section__bar {
  height: 4px;
  width: 100px;
  margin-bottom: 10px;
}
section.section--header .section__date {
  margin-top: 10px;
  opacity: 0.8;
  font-size: 0.95em;
}
section.section--header.section--header-carrera .section__bg {
  width: 80%;
  left: 20%;
  opacity: 1;
}
section.section--header.section--header-carrera .section__bg .bg__filter {
  opacity: 1;
}
section.section--slider {
  background-color: #003368;
  color: #fff;
  padding: 20px 0;
}
@media (min-width: 480px) {
  section.section--slider {
    padding: 40px 0;
  }
}
@media (min-width: 1024px) {
  section.section--slider {
    padding: 100px 0;
  }
}
section.section--slider .section__title {
  color: #fff;
  opacity: 1;
}
section.section--slider .swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.section--slider .swiper .swiper-slide {
  height: 100%;
}
section.section--slider .swiper .swiper-slide-wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px;
  height: 100%;
  display: flex;
  align-items: center;
}
section.section--slider .swiper-slide-active .section__header__content > * {
  animation: slideFadeLeft 0.5s ease both;
}
section.section--slider .swiper-slide-active .section__header__content > *:nth-child(1) {
  animation-delay: 0.4s;
}
section.section--slider .swiper-slide-active .section__header__content > *:nth-child(2) {
  animation-delay: 0.5s;
}
section.section--slider .swiper-slide-active .section__header__content > *:nth-child(3) {
  animation-delay: 0.6s;
}
section.section--slider .swiper-slide-active .section__header__content > *:nth-child(4) {
  animation-delay: 0.7s;
}
section.section--slider .swiper-slide-active .section__header__content > *:nth-child(5) {
  animation-delay: 0.8s;
}
section .section__facultad {
  margin-bottom: 50px;
}
@media (min-width: 480px) {
  section .section__facultad {
    padding-left: 20px;
  }
}
section .section__facultad:last-child {
  margin-bottom: 0;
}
section .section__facultad .section__title {
  color: #003368;
  max-width: 580px;
  padding-left: 40px;
}
section .section__facultad .section__facultad_color {
  display: block;
  margin-left: -40px;
  float: left;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-top: 4px;
  vertical-align: baseline;
}
section.section--carrera h2 {
  font-weight: normal;
  text-transform: uppercase;
}
section.section--carrera h3 {
  font-weight: normal;
  opacity: 0.6;
}
@media (min-width: 768px) {
  section.section--carrera h2.section__carrera__title {
    font-size: 2em;
  }
}
@media (min-width: 1024px) {
  section.section--carrera h2.section__carrera__title {
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  section.section--carrera .section__carrera__body {
    padding: 0 40px;
  }
}
section.section--carrera .section__carrera__group {
  border-bottom: 1px solid #c9d6e3;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
section.section--carrera .section__carrera__group:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
section.section--carrera .section__card {
  display: block;
  padding: 30px;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0,51,104,0.1);
  border-radius: 12px;
  line-height: 1.6em;
}
section.section--carrera .section__card .section__card__title {
  color: #0068e3;
  text-transform: uppercase;
  display: block;
  opacity: 1;
}
section.section--carrera .section__card strong.section__card__title {
  margin-bottom: 5px;
}
section.section--carrera .section__card.section__card--semestre {
  animation: fadeIn 0.5s 0.1s ease backwards;
}
section.section--carrera .section__card.section__card--semestre ul li {
  padding: 6px 0;
  border-top: 1px solid #dbe4ed;
}
section.section--carrera .section__card p {
  margin-bottom: 10px;
}
section.section--carrera .section__card p:last-child {
  margin-bottom: 0;
}
section.section--carrera .section__carditems {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
section.section--carrera .section__carditems li {
  display: block;
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0,51,104,0.1);
  border-radius: 12px;
  width: 48%;
  height: 150px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media (min-width: 768px) {
  section.section--carrera .section__carditems li {
    width: 31%;
  }
}
section.section--carrera .section__carditems li span {
  font-size: 1.6em;
  color: #0068e3;
  font-weight: 300;
}
section.section--carrera .section__carditems li strong {
  font-weight: normal;
  font-size: 0.9em;
}
section.section--carrera .section__carditems li strong span {
  display: none;
}
section.section--admisionnetwork .article__title {
  margin-bottom: 20px;
}
section.section--admisionnetwork .section__card {
  display: block;
  padding: 30px;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0,51,104,0.1);
  border-radius: 12px;
}
section.section--admisionnetwork .admisionnetwork {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}
section.section--admisionnetwork .admisionnetwork .admisionnetwork__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 1 100%;
}
@media (min-width: 600px) {
  section.section--admisionnetwork .admisionnetwork .admisionnetwork__col {
    flex: 1 1 calc(50% - 10px);
  }
}
@media (min-width: 1024px) {
  section.section--admisionnetwork .admisionnetwork .admisionnetwork__col {
    flex: 1 1 calc(25% - 15px);
  }
}
section.section--admisionnetwork .admisionnetwork .article--admisionnetwork {
  flex: 1 1 auto;
  height: auto;
  margin-bottom: 0;
}
section.section--admisionnetwork .admisionnetwork .admisionnetwork__social {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
section.section--admisionnetwork .admisionnetwork .admisionnetwork__social .article--admisionnetwork-social {
  flex: 1 1 calc(50% - 10px);
  height: 110px;
}
@media (min-width: 768px) {
  section.section--carrera-actions {
    margin-bottom: -20px;
    padding: 20px 0;
  }
}
section.section--carrera-actions .section__carrera-actions {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0,51,104,0.15);
  margin-bottom: -50px;
}
section.section--autoridades .section__group {
  margin-bottom: 30px;
}
section.section--autoridades .flex > article {
  width: 100%;
}
@media (min-width: 1024px) {
  section.section--autoridades .flex > article {
    width: calc(50% - 10px);
  }
}
section.section--autoridades .flex > article.article--lg,
section.section--autoridades .flex > article.article--mdx {
  width: 100% !important;
}
section.section--comunication .section__box {
  position: relative;
  border-radius: 20px;
  padding: 30px;
  color: #fff;
  background: #e3f5cd;
  z-index: 2;
  border: 1px solid #8cd835;
  box-shadow: 0 0 20px #8cd835;
}
section.section--comunication .section__box .section__title {
  color: #003368;
  margin-bottom: 5px;
}
section.section--comunication .section__box .section__content {
  margin-bottom: 10px;
  color: #003368;
}
section.section--comunication .section__box .section__image {
  border-radius: 20px;
  overflow: hidden;
}
section .section__modularcontent__part {
  margin-bottom: 30px;
}
section .section__modularcontent__part:last-child {
  margin: 0;
}
section .section__rrss iframe {
  width: 100%;
}
@media (max-width: 480px) {
  section .section__aside {
    margin-top: 40px;
  }
}
section .section__aside h4 {
  text-transform: uppercase;
  font-size: 1em;
}
@media (max-width: 1024px) {
  section .section__aside.section__aside--carreraleft {
    display: none;
  }
}
section .section__aside.section__aside--carrera {
  line-height: 1.25em;
}
@media (max-width: 480px) {
  section .section__aside.section__aside--carrera {
    margin-top: 30px;
  }
}
section .section__aside.section__aside--carrera ul li {
  margin: 0;
  padding: 6px 0;
}
section .section__aside.section__aside--carrera ul li a {
  text-transform: uppercase;
  display: block;
  padding: 4px 0;
  margin: 0;
}
section .section__aside.section__aside--carrera ul li.nav-facultad {
  border-top: 1px solid #c9d6e3;
}
section .section__aside.section__aside--carrera ul li.nav-facultad .nav-facultad__link {
  font-size: 0.85em;
  font-weight: normal;
  color: #0b2341;
  padding-right: 18px;
  text-transform: uppercase;
}
section .section__aside.section__aside--carrera ul li.nav-facultad .aside__collapse {
  margin-right: -15px;
  margin-top: 0;
}
section .section__aside.section__aside--carrera ul li.nav-facultad-active>a {
  border-color: #004eaa;
}
section .section__aside.section__aside--carrera ul li ul {
  margin-left: 0px;
}
section .section__aside.section__aside--carrera ul li ul li {
  margin: 0;
  padding: 0;
  border-top: 0;
}
section .section__aside.section__aside--carrera ul li ul li a {
  text-transform: none;
  border-left: 3px solid #c9d6e3;
  padding: 4px 0;
  padding-left: 15px;
  opacity: 0.6;
}
section .section__aside.section__aside--carrera ul li ul li.nav-carrera-active>a {
  font-weight: bold;
  border-color: #004eaa;
  opacity: 1;
}
section .section__aside .aside__nav--internal {
  margin-bottom: 20px;
}
section .section__aside .aside__nav--internal ul li a {
  border-left: 3px solid #c9d6e3;
  padding-left: 15px !important;
}
section .section__aside .aside__nav--internal ul li a._active {
  border-color: #0068e3;
}
aside h4 {
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 15px;
}
aside>ul>li>a {
  text-transform: uppercase;
  font-weight: bold;
  color: #004eaa;
  margin-bottom: 8px;
}
aside ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
aside ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
aside ul li a {
  display: inline-block;
  padding: 6px 0;
}
aside ul li.current_page_item>a {
  font-weight: bold;
  border-color: #004eaa;
}
aside ul li ul li {
  border-top: 1px solid #c9d6e3;
  padding: 5px 0;
}
aside ul li ul li ul li {
  border: 0;
  padding: 0;
  margin: 0;
}
aside ul li ul li ul li a {
  padding-left: 20px;
  border-left: 3px solid #c9d6e3;
}
aside ul li ul li ul li ul {
  padding-left: 20px;
  border-left: 3px solid #c9d6e3;
}
aside.aside--collapsable .aside__collapse {
  display: block;
  width: 40px;
  height: 36px;
  cursor: pointer;
  margin-left: 5px;
  transition: 0.2s ease background;
  opacity: 0.6;
  padding: 8px 0;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  color: #004eaa;
}
aside.aside--collapsable .aside__collapse::after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 1.5em;
}
aside.aside--collapsable .aside__collapse:hover {
  opacity: 1;
}
aside.aside--collapsable ul li ul {
  max-height: 0px;
  transition: 0.2s ease;
  overflow: hidden;
}
aside.aside--collapsable ul li ul li a {
  padding-right: 30px;
}
aside.aside--collapsable ul li ul li ul li .aside__collapse {
  height: 26px;
  padding: 2px 0;
}
aside.aside--collapsable ul li.current_page_item>a {
  border-color: #004eaa;
}
aside.aside--collapsable ul li._open>.aside__collapse {
  transform: rotate(180deg) translate(0, -2px);
}
aside.aside--collapsable ul li._open>ul {
  transition: 0.6s ease;
  display: block;
  max-height: 680px;
}
@media (min-width: 768px) {
  aside.aside--autoridades {
    padding-right: 20px;
  }
}
aside.aside--related {
  margin-bottom: 40px;
}
aside.aside--related>ul>li {
  border-top: 1px solid #c9d6e3;
}
aside.aside--related>ul>li>a {
  display: block;
  text-transform: none;
  font-weight: normal;
  padding: 6px 0 0;
  word-break: break-word;
}
aside.aside--files>ul>li {
  border-top: 1px solid #c9d6e3;
  margin: 0;
}
aside.aside--files>ul>li>a {
  display: block;
  text-transform: none;
  font-weight: normal;
  padding: 6px 0 0;
  padding-left: 26px;
  position: relative;
  word-break: break-word;
}
aside.aside--files>ul>li>a .fa {
  position: absolute;
  left: 0;
  top: 9px;
  color: #004eaa;
  font-size: 1.2em;
}
aside.aside--files>ul>li>a .file__size {
  display: block;
  font-size: 0.8em;
  opacity: 0.6;
}
article {
  background: #e7edf3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 14px rgba(0,51,104,0.15);
  position: relative;
  overflow: hidden;
}
article .article__title {
  margin: 0;
}
article .article__title a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300%;
}
article .article__description {
  font-size: 1.2em;
}
article .article__subdomain {
  font-size: 0.9em;
  margin-top: 2px;
  opacity: 0.6;
  color: #004eaa;
}
article .article__body {
  padding: 25px;
}
@media (min-width: 768px) {
  article .article__body {
    padding: 30px;
  }
}
article .article__header {
  padding: 25px;
}
@media (min-width: 768px) {
  article .article__header {
    padding: 30px;
  }
}
article.article--page {
  transition: 0.5s ease;
  height: 150px;
}
@media (min-width: 480px) {
  article.article--page {
    height: 190px;
  }
}
article.article--page .article__icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: #e7edf3;
}
article.article--page .article__body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-right: 45px;
}
@media (min-width: 768px) {
  article.article--page .article__body {
    padding-right: 50px;
  }
}
article.article--page .article__title {
  font-weight: normal;
}
article.article--page .article__title a {
  color: #004eaa;
  text-decoration: none;
  display: block;
}
article.article--page .article__title a::after {
  z-index: 2;
}
article.article--page .article__subdomain {
  overflow: hidden;
  text-overflow: ellipsis;
}
article.article--page .icon-target {
  position: absolute;
  bottom: 22px;
  right: 20px;
  opacity: 0.5;
  transition: 0.5s ease;
}
@media (min-width: 768px) {
  article.article--page .icon-target {
    bottom: 27px;
    right: 25px;
  }
}
article.article--page:hover {
  box-shadow: 0 0 20px rgba(0,104,227,0.5);
}
article.article--page:hover .icon-target {
  opacity: 1;
}
article.article--ofertaacademica {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  article.article--ofertaacademica {
    height: 370px;
  }
}
article.article--ofertaacademica .article__header {
  margin-bottom: 15px;
  position: relative;
  background: #003368;
  border: 2px solid #fff;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 768px) {
  article.article--ofertaacademica .article__header {
    height: 140px;
  }
}
article.article--ofertaacademica .article__header .article__bg {
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: luminosity;
}
article.article--ofertaacademica .article__header .article__title {
  position: relative;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1;
}
article.article--ofertaacademica .article__header .article__title a {
  color: #004eaa;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}
article.article--ofertaacademica .article__header .article__title a::after {
  z-index: 2;
  bottom: -150%;
  left: -50%;
  width: 200%;
  height: 400%;
}
article.article--ofertaacademica .article__header .article__subdomain {
  color: #fff;
}
article.article--ofertaacademica .article__body {
  padding-top: 0;
  position: relative;
  z-index: 2;
}
article.article--ofertaacademica .article__body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
article.article--ofertaacademica .article__body ul li a {
  display: block;
  border-top: 1px solid #dbe4ed;
  padding: 12px 0;
  text-decoration: none;
}
article.article--ofertaacademica .article__body ul li a .icon--target {
  float: right;
  width: 20px;
  height: 20px;
  transition: 0.5s ease;
  opacity: 0.5;
}
article.article--ofertaacademica .article__body ul li a:hover {
  color: #0068e3;
}
article.article--ofertaacademica .article__body ul li a:hover .icon--target {
  opacity: 1;
}
article.article--news {
  background: #003368;
  height: 240px;
  color: #fff;
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  article.article--news {
    height: 340px;
  }
}
article.article--news .article__category {
  background: #e3f5cd;
  color: #004eaa;
  display: inline-block;
  border-radius: 10px 10px 0 10px;
  padding: 5px 10px;
}
article.article--news .article__body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
}
article.article--news .article__title {
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 400;
}
@media (min-width: 480px) {
  article.article--news .article__title {
    font-size: 1.3em;
  }
}
article.article--news .article__title a {
  color: #fff;
  text-decoration: none;
}
article.article--news .article__date {
  opacity: 0.6;
  font-size: 0.9em;
}
article.article--news .bg .bg__filter {
  opacity: 0.8;
}
article.article--news:hover .bg .bg__filter {
  opacity: 0.94;
}
article.article--event {
  background-color: #e3f5cd;
  border: 1px solid #fff;
  transition: 0.2s ease;
  height: 160px;
}
@media (min-width: 768px) {
  article.article--event {
    height: 200px;
  }
}
article.article--event .article__date {
  display: inline-block;
  border-radius: 10px 10px 0 10px;
  padding: 10px;
  background: #fff;
  color: #004eaa;
  text-align: center;
  width: 60px;
  text-transform: uppercase;
  line-height: 1;
  border: 1px solid #e3f5cd;
}
article.article--event .article__date .article__day {
  font-weight: bold;
  font-size: 1.6em;
  display: block;
}
article.article--event .article__body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
}
article.article--event .article__title {
  font-weight: normal;
}
article.article--event .article__title a {
  color: #004eaa;
  text-decoration: none;
}
article.article--event:hover {
  background-color: #eef9e1;
}
article.article--testimony {
  padding: 0;
  padding-bottom: 177.77777777777777%;
  position: relative;
}
article.article--testimony .article__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article.article--testimony .article__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article.article--testimony .article__video .video {
  box-shadow: none;
  border: 0;
}
article.article--testimony .article__video .video .video__cover {
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.5);
}
article.article--testimony .article__video iframe {
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 160%;
}
article.article--testimony .article__body {
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
article.article--testimony .article__body blockquote {
  padding: 0;
  margin: 0;
  opacity: 0.6;
  color: #003368;
}
@media (min-width: 768px) {
  article.article--testimony .article__body blockquote {
    font-size: 1.1em;
    line-height: 1.4em;
  }
}
article.article--testimony .article__footer {
  padding: 0 30px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
article.article--testimony.article--testimony-video .article__footer {
  padding-top: 40px;
  color: #fff;
  background: linear-gradient(0deg, rgba(0,51,104,0.8), transparent);
}
article.article--number {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  color: #fff;
}
article.article--number .article__number {
  font-size: 4em;
  font-weight: 300;
  color: #e3f5cd;
}
@media (min-width: 768px) {
  article.article--number .article__number {
    font-size: 5.4em;
  }
}
article.article--number .article__text {
  opacity: 0.8;
}
@media (min-width: 768px) {
  article.article--number .article__text {
    font-size: 1.1em;
  }
}
article.article--carrera {
  padding: 2px;
  animation: fadeIn 0.5s ease;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  article.article--carrera {
    height: 290px;
  }
}
article.article--carrera .article__image {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
article.article--carrera .article__image .filter {
  opacity: 0.4;
  mix-blend-mode: plus-lighter;
  transition: 0.5s ease;
}
article.article--carrera .article__bodyx {
  padding: 0;
}
article.article--carrera .article__title {
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 1.1em;
}
article.article--carrera .article__title a {
  text-decoration: none;
  color: #003368;
}
article.article--carrera .article__facultad {
  height: 4px;
  width: 40px;
  bottom: 0;
  left: 20px;
  opacity: 0.7;
}
article.article--carrera:hover .filter {
  opacity: 0.65;
}
article.article--facultad {
  padding: 2px;
  animation: fadeIn 0.5s ease;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  article.article--facultad {
    min-height: 290px;
  }
}
article.article--facultad .article__image {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  margin-bottom: 15px;
}
article.article--facultad .article__image .filter {
  opacity: 0.35;
  mix-blend-mode: plus-lighter;
  transition: 0.4s ease;
}
article.article--facultad .article__body {
  padding: 20px 20px 24px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
article.article--facultad .article__facultad {
  height: 4px;
  width: 40px;
  margin-bottom: 12px;
  opacity: 0.8;
  border-radius: 2px;
}
article.article--facultad .article__title {
  font-weight: 500;
  margin: 0 0 10px;
  font-size: 1.15em;
}
article.article--facultad .article__title a {
  text-decoration: none;
  color: #003368;
  transition: color 0.2s ease;
}
article.article--facultad .article__title:hover a {
  color: #0068e3;
}
article.article--facultad .article__description {
  color: #0b2341;
  opacity: 0.75;
  font-size: 0.95em;
  line-height: 1.45;
  margin: 0;
}
article.article--facultad .article__subdomain {
  color: #004eaa;
  font-size: 0.9em;
  margin: 0;
  opacity: 0.75;
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
article.article--facultad:hover .filter {
  opacity: 0.6;
}
article.article--facultad:hover .article__subdomain {
  opacity: 1;
}
article.article--facultad.article--external .article__title a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
}
article.article--admisionnetwork {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
}
article.article--admisionnetwork:last-child {
  margin-bottom: 0;
}
article.article--admisionnetwork .article__header {
  padding-bottom: 0;
}
article.article--admisionnetwork .article__body {
  padding-top: 0;
}
article.article--admisionnetwork .article__icon {
  width: 40px;
  height: 40px;
  background: #e7edf3;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  color: #a6b7ca;
  margin-bottom: 10px;
}
article.article--admisionnetwork .article__icon .fa.fa-phone {
  margin-top: 2px;
}
article.article--admisionnetwork .article__title {
  margin-bottom: 10px;
}
article.article--admisionnetwork .article__info strong {
  display: block;
}
article.article--admisionnetwork p {
  margin-bottom: 10px;
}
article.article--admisionnetwork p:last-child {
  margin-bottom: 0;
}
article.article--admisionnetwork .btn {
  margin-bottom: 5px;
}
article.article--admisionnetwork .btn:last-child {
  margin-bottom: 0;
}
article.article--admisionnetwork.article--admisionnetwork-invitation {
  background: #004eaa;
  color: #fff;
}
article.article--admisionnetwork.article--admisionnetwork-invitation .article__title {
  font-weight: 300;
}
article.article--admisionnetwork.article--admisionnetwork-invitation .article__description {
  opacity: 0.7;
}
article.article--admisionnetwork.article--admisionnetwork-presencial {
  justify-content: flex-end;
}
article.article--admisionnetwork.article--admisionnetwork-presencial .article__body {
  position: relative;
  z-index: 1;
  padding-top: 130px;
}
article.article--admisionnetwork.article--admisionnetwork-presencial .article__map {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 62%;
  z-index: 0;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-mask-image: linear-gradient(to bottom, #000 55%, rgba(0,0,0,0) 100%);
  mask-image: linear-gradient(to bottom, #000 55%, rgba(0,0,0,0) 100%);
}
article.article--admisionnetwork.article--admisionnetwork-social {
  height: 110px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  cursor: pointer;
}
article.article--admisionnetwork.article--admisionnetwork-social .article__icon {
  width: 44px;
  height: 44px;
  background: none;
  border-radius: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  flex-shrink: 0;
  color: #004eaa;
  font-size: 1.6em;
}
article.article--admisionnetwork.article--admisionnetwork-social .article__icon .fa-x {
  display: block;
  width: 1em;
  height: 1em;
  font-size: inherit;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201200%201227%22%3E%3Cpath%20d%3D%22M714.163%20519.284%20L1160.89%200h-105.86L667.137%20450.887%20357.328%200H0l468.492%20681.821L0%201226.37h105.866l409.625-476.152%20327.181%20476.152H1200L714.137%20519.284zM569.165%20687.828l-47.468-67.894-377.686-540.24h162.604l304.797%20435.991%2047.468%2067.894%20396.2%20566.721H892.476L569.165%20687.854z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201200%201227%22%3E%3Cpath%20d%3D%22M714.163%20519.284%20L1160.89%200h-105.86L667.137%20450.887%20357.328%200H0l468.492%20681.821L0%201226.37h105.866l409.625-476.152%20327.181%20476.152H1200L714.137%20519.284zM569.165%20687.828l-47.468-67.894-377.686-540.24h162.604l304.797%20435.991%2047.468%2067.894%20396.2%20566.721H892.476L569.165%20687.854z%22%2F%3E%3C%2Fsvg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
article.article--admisionnetwork.article--admisionnetwork-social .article__icon .fa-x::before {
  content: none;
}
article.article--admisionnetwork.article--admisionnetwork-social .xxxxxx {
  color: #0b2341;
  opacity: 0.4;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95em;
}
article.article--admisionnetwork.article--admisionnetwork-social .xxxxxx::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
article.article--admisionnetwork.article--admisionnetwork-social .xxxxxx:hover {
  opacity: 1;
}
article.article--admisionnetwork.article--admisionnetwork-social:hover .xxxxxx {
  opacity: 1;
}
article.article--organization {
  color: #fff;
  background-color: rgba(0,51,104,0.2);
  border: 1px solid rgba(255,255,255,0.2);
  overflow: hidden;
  padding: 20px;
}
article.article--organization .article__logo {
  float: left;
  width: 70px;
  margin-right: 20px;
}
article.article--organization .article__title {
  font-weight: 500;
  margin-bottom: 10px;
}
article.article--organization .article__title a {
  color: #fff;
}
article.article--organization .article__desc {
  opacity: 0.6;
}
article.article--result {
  overflow: hidden;
  padding: 20px;
}
article.article--result .article__image {
  width: 120px;
  float: left;
  margin: -10px;
  margin-right: 20px;
}
article.article--result .article__image img {
  border-radius: 12px;
}
article.article--result .article__posttype {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #0068e3;
  font-weight: bold;
  font-size: 0.8em;
}
article.article--result .article__title {
  font-weight: normal;
}
article.article--result .article__body {
  padding: 0;
}
article.article--autoridad {
  line-height: 1.4em;
  border: 1px solid #fff;
}
article.article--autoridad .article__image {
  position: relative;
  float: left;
  background-position: top center !important;
}
article.article--autoridad .article__image .filter {
  opacity: 0.4;
  background-blend-mode: screen;
}
article.article--autoridad.article--sm .article__image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin: 25px;
  margin-right: -10px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  article.article--autoridad.article--sm .article__image {
    margin: 30px;
    margin-right: -10px;
    float: left;
  }
}
article.article--autoridad.article--sm .article__roles {
  margin-bottom: 5px;
}
article.article--autoridad.article--sm .article__title {
  margin-top: 5px;
}
article.article--autoridad.article--sm .article__footer {
  margin-top: 0;
}
article.article--autoridad.article--md .article__image {
  width: 160px;
  height: 160px;
  border-radius: 16px 0 16px 0;
}
@media (max-width: 768px) {
  article.article--autoridad.article--md .article__image {
    float: none;
  }
}
article.article--autoridad.article--mdx .article__image {
  width: 260px;
  height: 260px;
  border-radius: 16px 0 16px 0;
}
@media (max-width: 768px) {
  article.article--autoridad.article--mdx .article__image {
    float: none;
  }
}
@media (max-width: 480px) {
  article.article--autoridad.article--mdx .article__image {
    width: 100%;
    height: 300px;
  }
}
article.article--autoridad.article--lg .article__image {
  width: 100%;
  max-width: 340px;
  height: 260px;
  border-radius: 16px 16px 0 0;
  border-radius: 16px 0 16px 0;
}
@media (max-width: 768px) {
  article.article--autoridad.article--lg .article__image {
    float: none;
  }
}
@media (min-width: 768px) {
  article.article--autoridad.article--lg {
    width: 100%;
  }
  article.article--autoridad.article--lg .article__image {
    width: 260px;
    height: 100%;
    margin: 0;
    border-radius: 16px 0 0 16px;
  }
}
article.article--autoridad .article__body {
  overflow: hidden;
}
article.article--autoridad .article__title {
  font-weight: 500;
  margin-bottom: 2px;
}
article.article--autoridad .article__roles {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  article.article--autoridad .article__roles {
    font-size: 0.9em;
  }
}
article.article--autoridad .article__bio {
  margin-bottom: 10px;
  opacity: 0.6;
  font-size: 0.95em;
}
@media (max-width: 768px) {
  article.article--autoridad .article__bio {
    font-size: 0.9em;
  }
}
article.article--autoridad .article__contact {
  color: #004eaa;
}
@media (max-width: 768px) {
  article.article--autoridad .article__contact {
    font-size: 0.9em;
  }
}
article.article--autoridad .article__contact a {
  color: #004eaa;
}
article.article--autoridad .article__contact .fa {
  margin-right: 4px;
  margin-top: -1px;
}
article.article--autoridad .article__contact .fa.fa-map-marker {
  margin-top: -4px;
}
article.article--autoridad .article__footer {
  margin-top: 10px;
}
article.article--autoridad .article__footerXXX {
  padding: 15px 0;
  margin: -10px 25px 0;
  text-align: right;
}
article.article--carrera-action {
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #dbe4ed;
}
@media (min-width: 768px) {
  article.article--carrera-action {
    border-right: 1px solid #dbe4ed;
  }
}
@media (min-width: 1024px) {
  article.article--carrera-action {
    border-bottom: 0;
  }
}
article.article--carrera-action.article--last {
  border: 0;
}
article.article--carrera-action .article__icon {
  width: 50px;
  height: 50px;
  border-radius: 0 0 20px 0;
  border-radius: 50%;
  background: #e7edf3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6em;
  margin-bottom: 15px;
}
article.article--carrera-action .article__icon.article__icon--whatsapp {
  background: #e4f6d0;
  color: #78bf26;
}
@media (max-width: 768px) {
  article.article--carrera-action .article__icon {
    float: left;
    margin-right: 15px;
    margin-bottom: 25px;
  }
}
article.article--carrera-action .article__title {
  font-weight: bold;
  text-transform: none;
  margin: 0 0 8px;
  font-size: 1.1em;
}
article.article--carrera-action .article__text {
  opacity: 0.75;
  font-size: 0.95em;
  margin: 0 0 10px;
  flex: 1;
}
article.article--carrera-action .btn--link {
  margin-top: auto;
}
@media (max-width: 768px) {
  body.home .section--pages:not(:last-child) .article--page {
    height: 170px;
  }
}
body.home .section--pages:not(:last-child) .article--page .article__header {
  position: relative;
  margin: 0 0 10px;
  padding: 20px 30px;
  border: 2px solid #fff;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 768px) {
  body.home .section--pages:not(:last-child) .article--page .article__header {
    padding: 20px 25px;
  }
}
body.home .section--pages:not(:last-child) .article--page .article__icon {
  background: rgba(255,255,255,0.9);
}
body.home .section--pages:not(:last-child) .row > div:nth-child(4n+1) .article--page .article__header {
  background-color: #003368;
  background-image: radial-gradient(circle 260px at 100% -30%, #004eaa, transparent), radial-gradient(circle 120px at 35% 120%, #8cd835, transparent);
  background-blend-mode: screen, normal;
}
body.home .section--pages:not(:last-child) .row > div:nth-child(4n+2) .article--page .article__header {
  background-color: #003368;
  background-image: radial-gradient(circle 260px at -10% 120%, #004eaa, transparent), radial-gradient(circle 130px at 60% 30%, #8cd835, transparent);
  background-blend-mode: screen, normal;
}
body.home .section--pages:not(:last-child) .row > div:nth-child(4n+3) .article--page .article__header {
  background-color: #003368;
  background-image: radial-gradient(circle 260px at 0% 120%, #004eaa, transparent), radial-gradient(circle 110px at 70% 5%, #8cd835, transparent);
  background-blend-mode: screen, normal;
}
body.home .section--pages:not(:last-child) .row > div:nth-child(4n) .article--page .article__header {
  background-color: #003368;
  background-image: radial-gradient(circle 260px at 30% -30%, #004eaa, transparent), radial-gradient(circle 125px at 0% 60%, #8cd835, transparent);
  background-blend-mode: screen, normal;
}
.content {
  font-size: 16px;
  line-height: 1.6em;
}
.content a {
  color: #0068e3;
  text-decoration: underline;
}
.content a:hover {
  color: #2892ff;
}
.content h2,
.content h3,
.content h4 {
  font-weight: 500;
  padding-top: 15px;
}
.content h2:first-child,
.content h3:first-child,
.content h4:first-child {
  padding-top: 0;
}
.content h2 strong,
.content h3 strong,
.content h4 strong {
  font-weight: 500;
}
@media (min-width: 768px) {
  .content h2,
  .content .h2 {
    font-size: 2em;
  }
}
.content figure {
  padding: 0;
  margin: 0 0 20px;
}
.content img {
  width: 100%;
  border-radius: 16px;
}
.content blockquote {
  padding: 0;
  margin: 0;
  opacity: 0.6;
  color: #003368;
  font-size: 1.1em;
  line-height: 1.4em;
}
.content ul,
.content ol {
  list-style-type: disc;
  margin-bottom: 20px;
  margin-left: 20px;
}
.content ul li,
.content ol li {
  margin-bottom: 5px;
}
.content ul li:last-child,
.content ol li:last-child {
  margin-bottom: 0;
}
.content ol {
  list-style-type: decimal;
}
.content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.content table td,
.content table th {
  border: 1px solid #c9d6e3;
  padding: 4px 6px;
  text-align: left;
}
.content table th {
  background: #dbe4ed;
}
.content hr {
  border-top: 2px solid #c9d6e3;
  margin: 30px 0;
}
.content.content--pbig {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .content.content--pbig p:first-child {
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 300;
  }
}
.message {
  background: #dbe4ed;
  padding: 30px;
  border-radius: 16px;
}
.swiper-slide {
  height: 100%;
}
.swiper.swiper--main {
  position: relative;
  user-select: none;
  overflow: hidden;
}
.swiper-thumbnails {
  display: flex;
  gap: 5px;
  margin: 5px 0 0;
}
.swiper-thumbnails .swiper-thumbnail {
  cursor: pointer;
  opacity: 0.6;
  transition: 0.2s ease;
  position: relative;
}
.swiper-thumbnails .swiper-thumbnail.--current {
  opacity: 1;
  z-index: 2;
}
.swiper-thumbnails .swiper-thumbnail.--current::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  box-sizing: border-box;
}
.swiper-thumbnails .swiper-thumbnail:hover {
  opacity: 1;
}
.swiper-thumbnails.swiper-thumbnails--B {
  display: flex;
  gap: 0;
  margin: 0;
  flex-wrap: wrap;
}
.swiper-thumbnails.swiper-thumbnails--B .swiper-thumbnail {
  width: 33.33%;
  box-sizing: border-box;
}
.swiper-buttons {
  position: absolute;
  bottom: 100px;
  right: 0;
  width: 100%;
}
.swiper-buttons .swiper-buttons-wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: right;
}
.swiper-buttons .swiper-button-next,
.swiper-buttons .swiper-button-prev {
  position: relative;
  margin: 0;
  display: inline-block;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin-left: 20px;
}
.swiper-buttons .swiper-button-next::after,
.swiper-buttons .swiper-button-prev::after {
  font-size: 30px;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
  opacity: 0.6;
  transition: 0.2s ease;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.video {
  position: relative;
  border-radius: 16px;
  border: 2px solid #fff;
  box-shadow: 0 4px 8px rgba(0,51,104,0.15);
  overflow: hidden;
  padding-bottom: 56.25%;
}
.video.video--vertical {
  padding-bottom: 177.77777777777777%;
}
.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video iframe {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
}
.video .video__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  z-index: 5;
}
.video .video__cover .video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 55px;
  padding-left: 5px;
  background: #fff;
  margin-left: -30px;
  margin-top: -30px;
  text-align: center;
  border-radius: 50%;
  font-size: 1.5em;
  color: #0068e3;
  box-shadow: 0 4px 8px rgba(0,51,104,0.15);
  transition: 0.5s ease;
  animation: fadeIn 0.5s ease;
}
.video .video__cover .video__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 60px;
  background: linear-gradient(0deg, rgba(0,51,104,0.8), transparent);
  margin: 0;
  padding: 60px 20px 20px;
  font-size: 17px;
  text-align: center;
  color: #fff;
  text-transform: none;
}
.video .video__cover:hover {
  cursor: pointer;
  background: rgba(0,51,104,0.2);
}
.video .video__cover:hover .video__play {
  transform: scale(1.1);
}
.video._coverout .video__cover {
  opacity: 0;
}
.video._playing .video__cover {
  display: none;
}
.tabyears .tabyears__header {
  overflow: hidden;
}
@media (max-width: 480px) {
  .tabyears .tabyears__header {
    margin: 0 -10px 0;
  }
}
.tabyears .tabyears__header .tabyears__item {
  float: left;
  position: relative;
  width: 56px;
  margin-right: 2px;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .tabyears .tabyears__header .tabyears__item {
    width: 80px;
    margin-right: 40px;
  }
}
.tabyears .tabyears__header .tabyears__item:last-child {
  margin-right: 0;
}
.tabyears .tabyears__header .tabyears__item .tabyears__item__circle {
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border: 6px solid #c9d6e3;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
.tabyears .tabyears__header .tabyears__item .tabyears__item__text {
  padding: 5px 0;
}
@media (max-width: 768px) {
  .tabyears .tabyears__header .tabyears__item .tabyears__item__text {
    font-size: 0.9em;
  }
}
.tabyears .tabyears__header .tabyears__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: 10px;
  width: 36px;
  height: 6px;
  background: #c9d6e3;
}
@media (min-width: 768px) {
  .tabyears .tabyears__header .tabyears__item::after {
    width: 100px;
  }
}
.tabyears .tabyears__header .tabyears__item:last-child::after {
  display: none;
}
.tabyears .tabyears__header .tabyears__item:hover .tabyears__item__circle {
  background: #a6b7ca;
}
.tabyears .tabyears__header .tabyears__item._active .tabyears__item__circle {
  background: #0068e3;
}
.tabyears .tabyears__header .tabyears__item._active .tabyears__item__text {
  font-weight: bold;
}
.tabyears .tabyears__body {
  position: relative;
  top: 15px;
}
.tabyears .tabyears__body .tabyears__part {
  display: none;
}
.tabyears .tabyears__body .tabyears__part._active {
  display: block;
}
.tabyears .tabyears__body .tabyears__part .tabyears__title {
  display: none;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
  opacity: 0;
}
.bg.bg--loaded {
  opacity: 1;
  animation: fadeIn 2s 0.2s ease backwards;
}
.bg img {
  display: none;
}
.bg .bg__filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}
.bg-top {
  position: relative;
  z-index: 2;
}
.icon {
  background: url(../js/icons-utem.9f2586982d0dbf3f3b03.png) 0% 0% no-repeat;
  background-size: 400%;
  width: 50px;
  height: 50px;
  display: block;
}
.icon.icon--investigacion {
  background-position: 0% 0%;
}
.icon.icon--extension {
  background-position: 0% 5.2%;
}
.icon.icon--vinculacion-con-el-medio {
  background-position: 0% 10.4%;
}
.icon.icon--calidad {
  background-position: 0% 15%;
}
.icon.icon--internacionalizacion {
  background-position: 0% 21%;
}
.icon.icon--carreras,
.icon.icon--conoce-nuestras-carreras,
.icon.icon--postgrado,
.icon.icon--educacion-continua,
.icon.icon--doctorados,
.icon.icon--magister,
.icon.icon--diplomados,
.icon.icon--facultades {
  background-position: 0% 26%;
}
.icon.icon--gratuidad {
  background-position: 0% 31.5%;
}
.icon.icon--becas-y-beneficios {
  background-position: 0% 36.7%;
}
.icon.icon--preguntas-frecuentes {
  background-position: 33% 0%;
}
.icon.icon--glosario {
  background-position: 33% 5.2%;
}
.icon.icon--calcula-tu-puntaje {
  background-position: 33% 10.4%;
}
.icon.icon--calendario,
.icon.icon--calendario-demre,
.icon.icon--calendario-mineduc,
.icon.icon--calendario-academico {
  background-position: 33% 15.7%;
}
.icon.icon--test-vocacional {
  background-position: 33% 21%;
}
.icon.icon--ensayo-paes {
  background-position: 33% 31.5%;
}
.icon.icon--admision,
.icon.icon--admision-acceso-via-paes {
  background-position: 66% 21%;
}
.icon.icon--admision-acceso-directo {
  background-position: 66% 26.4%;
}
.icon.icon--admision-prosecucion-de-estudios {
  background-position: 66% 31.5%;
}
.icon.icon--programas-de-inclusion-y-equidad {
  background-position: 0% 41.8%;
}
.icon.icon--gobierno-universitario,
.icon.icon--organismos-colegiados {
  background-position: 0% 47.2%;
}
.icon.icon--infraestructura {
  background-position: 66% 0%;
}
.icon.icon--autoridades {
  background-position: 33% 47.5%;
}
.icon.icon--transparencia {
  background-position: 66% 5.3%;
}
.icon.icon--sustentabilidad {
  background-position: 66% 10.4%;
}
.icon.icon--inclusion-y-convivencia {
  background-position: 66% 15.6%;
}
.icon.icon--angle-right {
  background-position: 92.5% 1.2%;
  width: 25px;
  height: 25px;
  background-size: 800%;
}
.icon.icon--arrow-right {
  background-position: 92.5% 16.6%;
  width: 25px;
  height: 25px;
  background-size: 800%;
}
.icon.icon--external {
  background-position: 92.5% 26.8%;
  width: 25px;
  height: 25px;
  background-size: 800%;
}
.icon.icon--sm {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-top: -1px;
  margin-left: 2px;
  transition: 0.2s ease;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 9999;
  background: #004eaa;
  color: #fff;
  padding: 12px 20px;
  border-radius: 0 0 12px 0;
  text-decoration: none;
}
.skip-link:focus {
  left: 0;
}
.a11y {
  display: flex;
  gap: 10px;
}
.a11y button {
  font: inherit;
  color: inherit;
  appearance: none;
  text-align: left;
}
.a11y .a11y__tool {
  display: flex;
  position: relative;
}
.a11y .a11y__tool .a11y__btn {
  padding: 12px 15px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  background: #e7edf3;
  border: 1px solid #c9d6e3;
  border-radius: 12px;
  user-select: none;
  transition: 0.2s ease;
}
.a11y .a11y__tool .a11y__btn:hover {
  background: #dbe4ed;
}
.a11y .a11y__tool .a11y__btn .fa {
  margin-left: 4px;
}
.a11y .a11y__tool .a11y__btn._disabled {
  color: rgba(0,78,170,0.4);
}
.a11y .a11y__tool .a11y__btn .a11y__switch {
  width: 24px;
  height: 14px;
  background: #c9d6e3;
  border-radius: 20px;
  padding: 2px;
  margin-right: 4px;
  transition: 0.2s ease;
}
.a11y .a11y__tool .a11y__btn .a11y__switch span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  transition: 0.2s ease;
  position: relative;
  left: 0;
}
.a11y .a11y__tool .a11y__btn._active .a11y__switch {
  background: #004eaa;
}
.a11y .a11y__tool .a11y__btn._active .a11y__switch span {
  left: 10px;
}
.a11y .a11y__tool.a11y__tool--group .a11y__btn {
  border-radius: 0;
  margin-right: -1px;
}
.a11y .a11y__tool.a11y__tool--group .a11y__btn:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.a11y .a11y__tool.a11y__tool--group .a11y__btn:last-child {
  margin-right: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.a11y .a11y__tool .a11y__options {
  display: none;
  position: absolute;
  bottom: 100%;
  right: 0;
  background: #e7edf3;
  border-radius: 12px;
  border: 1px solid #c9d6e3;
}
.a11y .a11y__tool .a11y__options .a11y__option {
  padding: 10px 20px;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #c9d6e3;
}
.a11y .a11y__tool .a11y__options .a11y__option:hover {
  color: #0068e3;
}
.a11y .a11y__tool .a11y__options .a11y__option._active {
  font-weight: bold;
}
.a11y .a11y__tool .a11y__options .a11y__option:last-child {
  border-bottom: 0;
}
.a11y .a11y__tool._open .a11y__options {
  display: block;
}
body {
  top: 0 !important;
}
body.a11y-font-1 {
  font-size: 16px;
}
body.a11y-font-1 .content {
  font-size: 17px;
}
@media (min-width: 768px) {
  body.a11y-font-1 header .header__menu .header__menu__wrap {
    width: 420px;
  }
}
body.a11y-font-2 {
  font-size: 17px;
}
body.a11y-font-2 .content {
  font-size: 18px;
}
@media (min-width: 768px) {
  body.a11y-font-2 header .header__menu .header__menu__wrap {
    width: 440px;
  }
}
body.a11y-font-3 {
  font-size: 18px;
}
body.a11y-font-3 .content {
  font-size: 19px;
}
@media (min-width: 768px) {
  body.a11y-font-3 header .header__menu .header__menu__wrap {
    width: 460px;
  }
}
body.a11y-contrast {
  background: #0b2341 !important;
  color: #fff !important;
}
body.a11y-contrast * {
  color: #fff !important;
  border-color: #fff !important;
}
body.a11y-contrast section,
body.a11y-contrast main,
body.a11y-contrast .section,
body.a11y-contrast .section__wrap {
  background: #0b2341 !important;
}
body.a11y-contrast .section--header {
  background: #000 !important;
}
body.a11y-contrast .section--header * {
  background: transparent !important;
}
body.a11y-contrast .bg {
  filter: brightness(0.42) grayscale(0.35) !important;
}
body.a11y-contrast .bg__filter,
body.a11y-contrast .filter,
body.a11y-contrast [class*="gradient"] {
  background: rgba(0,0,0,0.45) !important;
}
body.a11y-contrast .footer__bg {
  display: none !important;
}
body.a11y-contrast .article,
body.a11y-contrast [class*="article--"] {
  background: #0b2341 !important;
  border: 2px solid #fff !important;
}
body.a11y-contrast [class*="article__"] {
  border-width: 0 !important;
}
body.a11y-contrast .article--number {
  padding: 20px !important;
}
body.a11y-contrast .section__card,
body.a11y-contrast .section__carditems li {
  background: #0b2341 !important;
  border: 2px solid #fff !important;
}
body.a11y-contrast a {
  color: #8cd835 !important;
  text-decoration: underline !important;
}
body.a11y-contrast h1 span,
body.a11y-contrast .h1 span {
  color: #8cd835 !important;
}
body.a11y-contrast button,
body.a11y-contrast .btn {
  background: #0b2341 !important;
  border: 2px solid #8cd835 !important;
  color: #8cd835 !important;
}
body.a11y-contrast input,
body.a11y-contrast select,
body.a11y-contrast textarea {
  background: #0b2341 !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
body.a11y-contrast header,
body.a11y-contrast header * {
  background: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
}
body.a11y-contrast header {
  padding-bottom: 4px !important;
}
body.a11y-contrast .header__logo img {
  display: block !important;
}
body.a11y-contrast .a11y__btn._active .a11y__switch {
  background: #003368 !important;
}
body.a11y-contrast .a11y__btn._active .a11y__switch span {
  background: #fff !important;
}
body.a11y-contrast .header__item--hamburger .header__hamburger div {
  background: #003368 !important;
}
body.a11y-contrast .message {
  background: #0b2341 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
body.a11y-contrast header a {
  color: #003368 !important;
}
body.a11y-contrast .header__item .header__txt {
  color: #003368 !important;
  text-decoration: underline !important;
}
body.a11y-contrast .header__menu__close {
  background: transparent !important;
  border: 0 !important;
}
body.a11y-contrast .header__menu {
  background: none !important;
}
body.a11y-contrast .header__menu__bg {
  background: rgba(0,0,0,0.6) !important;
  opacity: 1 !important;
}
body.a11y-contrast .search__btn,
body.a11y-contrast .search__reset {
  background: transparent !important;
  border: 0 !important;
}
body.a11y-contrast footer {
  background: #000 !important;
}
body.a11y-contrast footer * {
  background: transparent !important;
}
body.a11y-contrast *:focus-visible {
  outline: 3px solid #8cd835 !important;
  outline-offset: 2px;
}
.skiptranslate {
  display: none;
}
.color--facultad-green {
  background-color: #009876;
}
.color--facultad-yellow {
  background-color: #ffc600;
}
.color--facultad-orange {
  background-color: #ff8204;
}
.color--facultad-skyblue {
  background-color: #00b6ed;
}
.color--facultad-red {
  background-color: #9e2339;
}
.color--facultad-purple {
  background-color: #712f91;
}
.search {
  position: relative;
}
.search input {
  padding-left: 35px;
  padding-right: 35px;
}
.search .search__btn {
  position: absolute;
  top: 0;
  left: 0;
  padding: 11px 15px;
  border: 0;
  background: transparent;
  color: #004eaa;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.search .search__reset {
  display: none;
  position: absolute;
  top: 0;
  right: 0px;
  padding: 11px 15px;
  border: 0;
  background: transparent;
  color: #004eaa;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.search-overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,51,104,0.8);
  background-image: radial-gradient(70% 60% at 50% -30%, #8cd835, transparent);
  z-index: 200;
  animation: fadeIn 0.25s ease;
  overflow: auto;
  color: #fff;
}
.search-overlay .search-overlay__wrap {
  position: relative;
  max-width: 768px;
  padding: 40px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .search-overlay .search-overlay__wrap {
    padding: 120px 40px;
  }
}
.search-overlay._open {
  display: block;
}
.search-overlay._out {
  animation: fadeOut 0.25s ease both;
}
.search-overlay .search-overlay__form {
  position: relative;
}
.search-overlay .search-overlay__form input {
  font-size: 1.6em;
  line-height: 1.5em;
  border: 2px solid rgba(255,255,255,0.5);
  margin-bottom: 20px;
  background: transparent;
  font-weight: 300;
  color: #fff;
  border-radius: 16px;
  padding: 10px 50px;
}
@media (min-width: 1024px) {
  .search-overlay .search-overlay__form input {
    padding: 10px 55px;
    font-size: 2em;
  }
}
.search-overlay .search-overlay__form input::placeholder {
  color: rgba(255,255,255,0.4);
}
.search-overlay .search-overlay__form input:focus {
  border: 2px solid rgba(255,255,255,0.5);
  box-shadow: none;
}
.search-overlay .search-overlay__form .search-overlay__icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.3em;
  padding: 20px;
  opacity: 0.6;
}
@media (min-width: 1024px) {
  .search-overlay .search-overlay__form .search-overlay__icon {
    font-size: 1.5em;
    padding: 22px;
  }
}
.search-overlay .search-overlay__form .search-overlay__close {
  font-size: 1.6em;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 22px;
  color: #fff;
  background: none;
  border: 0;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.2s ease;
}
.search-overlay .search-overlay__form .search-overlay__close:hover {
  opacity: 1;
}
@media (min-width: 1024px) {
  .search-overlay .search-overlay__form .search-overlay__close {
    padding: 20px 25px;
  }
}
.search-overlay .search-overlay__results article {
  box-shadow: none;
  background: rgba(11,35,65,0.6);
  margin-bottom: 5px;
  animation: fadeIn 0.5s ease;
}
.search-overlay .search-overlay__results article .article__posttype {
  background: #0068e3;
  color: #fff;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 4px;
}
.search-overlay .search-overlay__results article .article__title a {
  color: #fff;
}
.search-overlay .search-overlay__empty {
  background: rgba(11,35,65,0.6);
  color: #fff;
  padding: 10px 30px;
  border-radius: 16px;
}
.sticky {
  position: relative;
}
.lightbox {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: none;
}
.lightbox._active {
  display: flex;
}
.lightbox._out {
  animation: fadeOut 0.5s ease both;
}
.lightbox .lightbox__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #003368;
  opacity: 0.8;
  animation: fadeIn 0.5s ease;
}
.lightbox .lightbox__wrap {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  padding: 20px;
  position: relative;
}
.lightbox .lightbox__box {
  background: #fff;
  padding: 10px;
  border-radius: 20px;
  position: relative;
  animation: scaleFadeIn 0.8s 0.3s ease backwards;
}
.lightbox .lightbox__close {
  position: absolute;
  top: -5px;
  right: -5px;
  box-shadow: 0 2px 2px rgba(0,51,104,0.1);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 20px;
}
.lightbox .lightbox__close .fa {
  vertical-align: unset;
}
.lightbox .lightbox__image img {
  border-radius: 16px;
}
.lightbox .lightbox__content {
  padding: 20px;
  line-height: 1.4;
}
.lightbox .lightbox__content h2,
.lightbox .lightbox__content h3 {
  font-weight: normal;
  margin-bottom: 10px;
}
.lightbox .lightbox__content p {
  margin-bottom: 15px;
}
body._modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 30px 20px;
  overflow-y: auto;
}
.modal._active {
  display: flex;
}
.modal._active .modal__bg {
  animation: fadeIn 0.25s ease;
}
.modal._active .modal__wrap {
  animation: scaleFadeIn 0.35s 0.05s ease backwards;
}
.modal._out {
  animation: fadeOut 0.25s ease forwards;
}
.modal .modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11,35,65,0.7);
  cursor: pointer;
  z-index: 1;
}
.modal .modal__wrap {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  width: 100%;
  max-width: 600px;
  padding: 40px;
  margin: auto;
  overflow: hidden;
}
.modal .modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #dbe4ed;
  color: #004eaa;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.1em;
  z-index: 3;
  transition: background 0.2s ease, color 0.2s ease;
}
.modal .modal__close:hover {
  background: #004eaa;
  color: #fff;
}
.modal .modal__title {
  color: #004eaa;
  margin: 0 0 10px;
}
.modal .modal__intro {
  color: #0b2341;
  opacity: 0.8;
  margin: 0 0 20px;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .modal {
    padding: 15px;
  }
  .modal .modal__wrap {
    padding: 25px 20px;
  }
}
.modal.modal--hubspot iframe {
  margin-bottom: -85px;
}
.modal.modal--hubspot .btn--modal-continue {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.section__share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #dbe4ed;
  position: relative;
}
.section__share .section__share__label {
  font-weight: bold;
  color: #004eaa;
  font-size: 0.95em;
}
.section__share .section__share__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.section__share .section__share__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #dbe4ed;
  color: #004eaa;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-size: 1em;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.section__share .section__share__btn:hover {
  background: #0068e3;
  color: #fff;
  transform: translateY(-2px);
}
.section__share .section__share__btn:focus-visible {
  outline: 2px solid #0068e3;
  outline-offset: 2px;
}
.section__share .section__share__btn[data-share="whatsapp"]:hover {
  background: #8cd835;
  color: #fff;
}
.section__share .section__share__feedback {
  opacity: 0;
  font-size: 0.85em;
  color: #78bf26;
  font-weight: bold;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.section__share._copied .section__share__feedback {
  opacity: 1;
}
.section__share._copied .section__share__btn[data-share="copy"] {
  background: #78bf26;
  color: #fff;
}
.section__filters {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 12px;
}
.section__filters .section__filters__group {
  flex: 1 1 160px;
  min-width: 0;
}
.section__filters .section__filters__label {
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.85;
}
.section__filters select {
  width: 100%;
  background-color: #fff;
}
.section__filters .section__filters__reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.section__filters .section__filters__reset:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
  transform: translateY(-1px);
}
.section__filters .section__filters__reset:focus-visible {
  outline: 2px solid #0068e3;
  outline-offset: 2px;
}
@media (min-width: 1024px) {
  .section--header-noticias .section__title {
    margin-bottom: 0;
  }
}
.section__results {
  position: relative;
  min-height: 200px;
}
.section__results._loading .section__loader {
  opacity: 1;
  pointer-events: all;
}
.section__results._loading .section__results__grid {
  opacity: 0.35;
}
.section__results .section__results__grid {
  transition: opacity 0.2s ease;
}
.section__results .section__loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.section__results .section__loader::after {
  content: "";
  width: 44px;
  height: 44px;
  border: 3px solid #c9d6e3;
  border-top-color: #004eaa;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@media (min-width: 768px) {
  .section--header-carreras .row {
    display: flex;
    align-items: center;
  }
}
.section__livefilter {
  position: relative;
  margin: 0;
}
@media (min-width: 768px) {
  .section__livefilter {
    margin-top: 30px;
  }
}
.section__livefilter:has(.input--border) .section__livefilter__icon {
  color: #fff;
  opacity: 0.7;
}
.section__livefilter:has(.input--border) .section__livefilter__reset {
  color: #fff;
}
.section__livefilter:has(.input--border) .section__livefilter__reset:hover {
  background: rgba(255,255,255,0.15);
}
.section__livefilter .section__livefilter__icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  color: #004eaa;
  font-size: 1em;
  opacity: 0.6;
  pointer-events: none;
}
.section__livefilter .section__livefilter__input {
  padding-left: 40px;
}
.section__livefilter .section__livefilter__input::-webkit-search-cancel-button,
.section__livefilter .section__livefilter__input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.section__livefilter .section__livefilter__input::-ms-clear {
  display: none;
}
.section__livefilter .section__livefilter__reset {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  display: none;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1em;
  transition: background 0.2s ease;
}
.section__livefilter .section__livefilter__reset:hover {
  background: #dbe4ed;
}
.section__livefilter._has-value .section__livefilter__reset {
  display: inline-flex;
}
@media (min-width: 768px) {
  .section--header-faq .row {
    display: flex;
    align-items: center;
  }
}
.faq {
  margin-top: 10px;
}
.faq .faq__group {
  margin-bottom: 35px;
}
.faq .faq__group:last-child {
  margin-bottom: 0;
}
.faq .faq__group[hidden] {
  display: none;
}
.faq .faq__group__title {
  color: #004eaa;
  font-weight: 500;
  margin: 0 0 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #dbe4ed;
}
.faq .faq__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq .faq__item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  animation: fadeIn 0.2s ease;
}
.faq .faq__item:last-child {
  margin-bottom: 0;
}
.faq .faq__item:hover {
  border-color: #c9d6e3;
}
.faq .faq__item._open {
  box-shadow: 0 4px 8px rgba(0,51,104,0.15);
}
.faq .faq__item[hidden] {
  display: none;
}
.faq .faq__question {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  width: 100%;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: #003368;
  line-height: 1.4;
  transition: 0.2s ease all;
}
.faq .faq__question:hover {
  color: #0068e3;
}
.faq .faq__question__text {
  flex: 1 1 auto;
  font-weight: 500;
  font-size: 1.02em;
}
.faq .faq__question__icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  position: relative;
  display: inline-block;
}
.faq .faq__question__icon::before,
.faq .faq__question__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #004eaa;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.faq .faq__question__icon::before {
  width: 14px;
  height: 2px;
}
.faq .faq__question__icon::after {
  width: 2px;
  height: 14px;
}
.faq .faq__item._open .faq__question__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.faq .faq__answer {
  padding: 0 20px 20px;
  animation: faq-fade 0.25s ease;
}
.faq .faq__answer__content {
  font-size: 15px;
  line-height: 1.55;
  color: #0b2341;
}
.faq .faq__answer__content p {
  margin: 0 0 10px;
}
.faq .faq__answer__content p:last-child {
  margin-bottom: 0;
}
.faq .faq__answer__content a {
  color: #0068e3;
  text-decoration: underline;
}
.faq .faq__answer__content a:hover {
  color: #2892ff;
}
.faq .faq__answer__content ul,
.faq .faq__answer__content ol {
  margin: 0 0 12px 20px;
}
.faq .faq__answer__content ul li,
.faq .faq__answer__content ol li {
  margin-bottom: 4px;
}
.faq .faq__answer__content ul {
  list-style-type: disc;
}
.faq .faq__answer__content ol {
  list-style-type: decimal;
}
.faq .faq__answer__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
  font-size: 0.95em;
}
.faq .faq__answer__content table td,
.faq .faq__answer__content table th {
  border: 1px solid #c9d6e3;
  padding: 6px 8px;
  text-align: left;
}
.faq .faq__answer__content table th {
  background: #dbe4ed;
}
.faq .faq__answer__content table td[colspan] {
  background: #e7edf3;
  font-weight: 500;
}
@-moz-keyframes faq-fade {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes faq-fade {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes faq-fade {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes faq-fade {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.section__folders {
  margin-bottom: 30px;
}
.folder {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #dbe4ed;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,51,104,0.15);
}
.folder:last-child {
  margin-bottom: 0;
}
.folder .folder__header {
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 24px;
  gap: 8px;
  background-color: #003368;
  background-image: radial-gradient(100% 120% at 0% 0%, rgba(227,245,205,0.3), transparent), radial-gradient(50% 120% at 0% 0%, rgba(140,216,53,0.5), transparent), linear-gradient(100deg, #003368, #004eaa);
  cursor: pointer;
  user-select: none;
  transition: opacity 0.15s ease;
}
.folder .folder__header:hover {
  opacity: 0.88;
}
.folder .folder__title {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.1em;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.04em;
}
.folder .folder__view-switch {
  display: none;
  align-items: center;
  gap: 0;
  margin: -10px 8px -10px 8px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
}
.folder .folder__view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 30px;
  border-radius: 8px;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,0.4);
  cursor: pointer;
  font-size: 0.9em;
}
.folder .folder__view-btn:hover {
  color: rgba(255,255,255,0.75);
}
.folder .folder__view-btn._active {
  background: rgba(255,255,255,0.14);
  color: #fff;
}
.folder .folder__chevron {
  color: rgba(255,255,255,0.55);
  font-size: 0.9em;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.folder .folder__body {
  padding: 20px;
  border-top: 1px solid #dbe4ed;
}
.folder .folder__body[hidden] {
  display: none;
}
.folder._open {
  border-color: #c9d6e3;
}
.folder._open .folder__chevron {
  transform: rotate(180deg);
}
.folder._open .folder__view-switch {
  display: flex;
}
.folder__body._list-view {
  padding: 10px;
}
@media (min-width: 768px) {
  .folder__body._list-view {
    padding: 20px;
  }
}
.folder__body._list-view .row > [class*="col-"] {
  width: 100%;
  margin-bottom: 0;
}
.folder__body._list-view article.article--file {
  height: auto;
  flex-direction: row;
  align-items: center;
  text-align: left;
  padding: 8px 12px;
  border: 0;
  border-bottom: 1px solid #dbe4ed;
  border-radius: 0;
  transition: none;
}
@media (min-width: 768px) {
  .folder__body._list-view article.article--file {
    padding: 10px 15px;
  }
}
.folder__body._list-view article.article--file .article__icon {
  font-size: 1.5em;
  margin-bottom: 0;
  margin-right: 14px;
  flex-shrink: 0;
}
.folder__body._list-view article.article--file .article__body {
  flex: 1;
  min-width: 0;
  padding-right: 10px;
}
.folder__body._list-view article.article--file .article__name {
  -webkit-line-clamp: 1;
}
.folder__body._list-view article.article--file .article__download {
  margin: 0;
}
.folder__body._list-view article.article--file:hover {
  background: #e7edf3;
}
.folder__body._list-view .row > [class*="col-"]:last-child article.article--file {
  border-bottom: 0;
  margin-bottom: 20px;
}
article.article--file {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 20px 15px;
  position: relative;
  height: 190px;
  cursor: pointer;
  margin-bottom: 0;
  box-shadow: none;
  border: 1px solid #dbe4ed;
}
article.article--file .article__icon {
  font-size: 3em;
  color: #c9d6e3;
  line-height: 1;
  margin-bottom: 12px;
  flex-shrink: 0;
}
article.article--file .article__body {
  padding: 0;
  width: 100%;
}
article.article--file .article__name {
  font-size: 0.85em;
  line-height: 1.3;
  color: #003368;
  margin: 0 0 4px;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
article.article--file .article__size {
  font-size: 0.78em;
  color: #a6b7ca;
  margin: 0;
}
article.article--file .article__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
article.article--file .article__download {
  margin: 5px -10px 0;
  transition: none;
}
article.article--file:hover {
  border-color: #c9d6e3;
}
article.article--file:hover .article__icon {
  color: #a6b7ca;
}

/*!**********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/swiper/swiper.css ***!
  \**********************************************************************************/
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

/*!**********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/swiper/modules/navigation.css ***!
  \**********************************************************************************************/
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */

/*!**********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/swiper/modules/pagination.css ***!
  \**********************************************************************************************/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}

/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/swiper/modules/autoplay.css ***!
  \********************************************************************************************/

/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/swiper/modules/effect-fade.css ***!
  \***********************************************************************************************/
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}


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