@charset "UTF-8";

/** Colors */

/** Import everything from autoload */

/*!
 *  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(../vendor/fontawesome-webfont_674f50d2.eot);
  src: url(../vendor/fontawesome-webfont_674f50d2.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../vendor/fontawesome-webfont_af7ae505.woff2) format("woff2"), url(../vendor/fontawesome-webfont_fee66e71.woff) format("woff"), url(../vendor/fontawesome-webfont_b06871f2.ttf) format("truetype"), url(../vendor/fontawesome-webfont_912ec66d.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, node_modules/font-awesome/scss/_core.scss */

.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 */

/* line 5, node_modules/font-awesome/scss/_larger.scss */

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, node_modules/font-awesome/scss/_larger.scss */

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

/* line 11, node_modules/font-awesome/scss/_larger.scss */

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

/* line 12, node_modules/font-awesome/scss/_larger.scss */

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

/* line 13, node_modules/font-awesome/scss/_larger.scss */

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

/* line 3, node_modules/font-awesome/scss/_fixed-width.scss */

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

/* line 4, node_modules/font-awesome/scss/_list.scss */

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

/* line 8, node_modules/font-awesome/scss/_list.scss */

.fa-ul > li {
  position: relative;
}

/* line 10, node_modules/font-awesome/scss/_list.scss */

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

/* line 16, node_modules/font-awesome/scss/_list.scss */

.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, node_modules/font-awesome/scss/_bordered-pulled.scss */

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, node_modules/font-awesome/scss/_bordered-pulled.scss */

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

/* line 11, node_modules/font-awesome/scss/_bordered-pulled.scss */

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

/* line 14, node_modules/font-awesome/scss/_bordered-pulled.scss */

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

/* line 15, node_modules/font-awesome/scss/_bordered-pulled.scss */

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

/* Deprecated as of 4.4.0 */

/* line 19, node_modules/font-awesome/scss/_bordered-pulled.scss */

.pull-right {
  float: right;
}

/* line 20, node_modules/font-awesome/scss/_bordered-pulled.scss */

.pull-left {
  float: left;
}

/* line 23, node_modules/font-awesome/scss/_bordered-pulled.scss */

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

/* line 24, node_modules/font-awesome/scss/_bordered-pulled.scss */

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

/* line 4, node_modules/font-awesome/scss/_animated.scss */

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

/* line 9, node_modules/font-awesome/scss/_animated.scss */

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -o-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);
  }
}

@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

/* line 4, node_modules/font-awesome/scss/_rotated-flipped.scss */

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

/* line 5, node_modules/font-awesome/scss/_rotated-flipped.scss */

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

/* line 6, node_modules/font-awesome/scss/_rotated-flipped.scss */

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

/* line 8, node_modules/font-awesome/scss/_rotated-flipped.scss */

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

/* line 9, node_modules/font-awesome/scss/_rotated-flipped.scss */

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

/* line 14, node_modules/font-awesome/scss/_rotated-flipped.scss */

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

/* line 4, node_modules/font-awesome/scss/_stacked.scss */

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

/* line 12, node_modules/font-awesome/scss/_stacked.scss */

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

/* line 18, node_modules/font-awesome/scss/_stacked.scss */

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

/* line 19, node_modules/font-awesome/scss/_stacked.scss */

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

/* line 20, node_modules/font-awesome/scss/_stacked.scss */

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

/* line 4, node_modules/font-awesome/scss/_icons.scss */

.fa-glass:before {
  content: "\F000";
}

/* line 5, node_modules/font-awesome/scss/_icons.scss */

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

/* line 6, node_modules/font-awesome/scss/_icons.scss */

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

/* line 7, node_modules/font-awesome/scss/_icons.scss */

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

/* line 8, node_modules/font-awesome/scss/_icons.scss */

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

/* line 9, node_modules/font-awesome/scss/_icons.scss */

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

/* line 10, node_modules/font-awesome/scss/_icons.scss */

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

/* line 11, node_modules/font-awesome/scss/_icons.scss */

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

/* line 12, node_modules/font-awesome/scss/_icons.scss */

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

/* line 13, node_modules/font-awesome/scss/_icons.scss */

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

/* line 14, node_modules/font-awesome/scss/_icons.scss */

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

/* line 15, node_modules/font-awesome/scss/_icons.scss */

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

/* line 16, node_modules/font-awesome/scss/_icons.scss */

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

/* line 17, node_modules/font-awesome/scss/_icons.scss */

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

/* line 20, node_modules/font-awesome/scss/_icons.scss */

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

/* line 21, node_modules/font-awesome/scss/_icons.scss */

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

/* line 22, node_modules/font-awesome/scss/_icons.scss */

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

/* line 23, node_modules/font-awesome/scss/_icons.scss */

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

/* line 24, node_modules/font-awesome/scss/_icons.scss */

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

/* line 26, node_modules/font-awesome/scss/_icons.scss */

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

/* line 27, node_modules/font-awesome/scss/_icons.scss */

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

/* line 28, node_modules/font-awesome/scss/_icons.scss */

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

/* line 29, node_modules/font-awesome/scss/_icons.scss */

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

/* line 30, node_modules/font-awesome/scss/_icons.scss */

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

/* line 31, node_modules/font-awesome/scss/_icons.scss */

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

/* line 32, node_modules/font-awesome/scss/_icons.scss */

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

/* line 33, node_modules/font-awesome/scss/_icons.scss */

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

/* line 34, node_modules/font-awesome/scss/_icons.scss */

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

/* line 35, node_modules/font-awesome/scss/_icons.scss */

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

/* line 36, node_modules/font-awesome/scss/_icons.scss */

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

/* line 38, node_modules/font-awesome/scss/_icons.scss */

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

/* line 39, node_modules/font-awesome/scss/_icons.scss */

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

/* line 40, node_modules/font-awesome/scss/_icons.scss */

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

/* line 41, node_modules/font-awesome/scss/_icons.scss */

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

/* line 42, node_modules/font-awesome/scss/_icons.scss */

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

/* line 43, node_modules/font-awesome/scss/_icons.scss */

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

/* line 44, node_modules/font-awesome/scss/_icons.scss */

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

/* line 45, node_modules/font-awesome/scss/_icons.scss */

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

/* line 46, node_modules/font-awesome/scss/_icons.scss */

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

/* line 47, node_modules/font-awesome/scss/_icons.scss */

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

/* line 48, node_modules/font-awesome/scss/_icons.scss */

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

/* line 49, node_modules/font-awesome/scss/_icons.scss */

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

/* line 50, node_modules/font-awesome/scss/_icons.scss */

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

/* line 51, node_modules/font-awesome/scss/_icons.scss */

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

/* line 52, node_modules/font-awesome/scss/_icons.scss */

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

/* line 53, node_modules/font-awesome/scss/_icons.scss */

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

/* line 54, node_modules/font-awesome/scss/_icons.scss */

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

/* line 55, node_modules/font-awesome/scss/_icons.scss */

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

/* line 56, node_modules/font-awesome/scss/_icons.scss */

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

/* line 57, node_modules/font-awesome/scss/_icons.scss */

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

/* line 58, node_modules/font-awesome/scss/_icons.scss */

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

/* line 59, node_modules/font-awesome/scss/_icons.scss */

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

/* line 60, node_modules/font-awesome/scss/_icons.scss */

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

/* line 61, node_modules/font-awesome/scss/_icons.scss */

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

/* line 62, node_modules/font-awesome/scss/_icons.scss */

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

/* line 63, node_modules/font-awesome/scss/_icons.scss */

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

/* line 64, node_modules/font-awesome/scss/_icons.scss */

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

/* line 66, node_modules/font-awesome/scss/_icons.scss */

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

/* line 67, node_modules/font-awesome/scss/_icons.scss */

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

/* line 68, node_modules/font-awesome/scss/_icons.scss */

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

/* line 71, node_modules/font-awesome/scss/_icons.scss */

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

/* line 72, node_modules/font-awesome/scss/_icons.scss */

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

/* line 73, node_modules/font-awesome/scss/_icons.scss */

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

/* line 74, node_modules/font-awesome/scss/_icons.scss */

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

/* line 75, node_modules/font-awesome/scss/_icons.scss */

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

/* line 77, node_modules/font-awesome/scss/_icons.scss */

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

/* line 78, node_modules/font-awesome/scss/_icons.scss */

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

/* line 79, node_modules/font-awesome/scss/_icons.scss */

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

/* line 80, node_modules/font-awesome/scss/_icons.scss */

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

/* line 81, node_modules/font-awesome/scss/_icons.scss */

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

/* line 82, node_modules/font-awesome/scss/_icons.scss */

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

/* line 83, node_modules/font-awesome/scss/_icons.scss */

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

/* line 84, node_modules/font-awesome/scss/_icons.scss */

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

/* line 85, node_modules/font-awesome/scss/_icons.scss */

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

/* line 86, node_modules/font-awesome/scss/_icons.scss */

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

/* line 87, node_modules/font-awesome/scss/_icons.scss */

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

/* line 88, node_modules/font-awesome/scss/_icons.scss */

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

/* line 89, node_modules/font-awesome/scss/_icons.scss */

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

/* line 90, node_modules/font-awesome/scss/_icons.scss */

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

/* line 91, node_modules/font-awesome/scss/_icons.scss */

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

/* line 92, node_modules/font-awesome/scss/_icons.scss */

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

/* line 93, node_modules/font-awesome/scss/_icons.scss */

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

/* line 94, node_modules/font-awesome/scss/_icons.scss */

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

/* line 95, node_modules/font-awesome/scss/_icons.scss */

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

/* line 96, node_modules/font-awesome/scss/_icons.scss */

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

/* line 97, node_modules/font-awesome/scss/_icons.scss */

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

/* line 98, node_modules/font-awesome/scss/_icons.scss */

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

/* line 99, node_modules/font-awesome/scss/_icons.scss */

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

/* line 100, node_modules/font-awesome/scss/_icons.scss */

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

/* line 101, node_modules/font-awesome/scss/_icons.scss */

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

/* line 102, node_modules/font-awesome/scss/_icons.scss */

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

/* line 103, node_modules/font-awesome/scss/_icons.scss */

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

/* line 104, node_modules/font-awesome/scss/_icons.scss */

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

/* line 105, node_modules/font-awesome/scss/_icons.scss */

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

/* line 106, node_modules/font-awesome/scss/_icons.scss */

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

/* line 108, node_modules/font-awesome/scss/_icons.scss */

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

/* line 109, node_modules/font-awesome/scss/_icons.scss */

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

/* line 110, node_modules/font-awesome/scss/_icons.scss */

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

/* line 111, node_modules/font-awesome/scss/_icons.scss */

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

/* line 112, node_modules/font-awesome/scss/_icons.scss */

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

/* line 113, node_modules/font-awesome/scss/_icons.scss */

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

/* line 114, node_modules/font-awesome/scss/_icons.scss */

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

/* line 115, node_modules/font-awesome/scss/_icons.scss */

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

/* line 116, node_modules/font-awesome/scss/_icons.scss */

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

/* line 117, node_modules/font-awesome/scss/_icons.scss */

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

/* line 118, node_modules/font-awesome/scss/_icons.scss */

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

/* line 119, node_modules/font-awesome/scss/_icons.scss */

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

/* line 121, node_modules/font-awesome/scss/_icons.scss */

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

/* line 122, node_modules/font-awesome/scss/_icons.scss */

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

/* line 123, node_modules/font-awesome/scss/_icons.scss */

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

/* line 124, node_modules/font-awesome/scss/_icons.scss */

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

/* line 125, node_modules/font-awesome/scss/_icons.scss */

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

/* line 126, node_modules/font-awesome/scss/_icons.scss */

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

/* line 127, node_modules/font-awesome/scss/_icons.scss */

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

/* line 128, node_modules/font-awesome/scss/_icons.scss */

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

/* line 129, node_modules/font-awesome/scss/_icons.scss */

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

/* line 130, node_modules/font-awesome/scss/_icons.scss */

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

/* line 131, node_modules/font-awesome/scss/_icons.scss */

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

/* line 132, node_modules/font-awesome/scss/_icons.scss */

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

/* line 133, node_modules/font-awesome/scss/_icons.scss */

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

/* line 134, node_modules/font-awesome/scss/_icons.scss */

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

/* line 136, node_modules/font-awesome/scss/_icons.scss */

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

/* line 137, node_modules/font-awesome/scss/_icons.scss */

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

/* line 138, node_modules/font-awesome/scss/_icons.scss */

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

/* line 139, node_modules/font-awesome/scss/_icons.scss */

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

/* line 140, node_modules/font-awesome/scss/_icons.scss */

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

/* line 142, node_modules/font-awesome/scss/_icons.scss */

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

/* line 143, node_modules/font-awesome/scss/_icons.scss */

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

/* line 144, node_modules/font-awesome/scss/_icons.scss */

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

/* line 145, node_modules/font-awesome/scss/_icons.scss */

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

/* line 146, node_modules/font-awesome/scss/_icons.scss */

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

/* line 147, node_modules/font-awesome/scss/_icons.scss */

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

/* line 148, node_modules/font-awesome/scss/_icons.scss */

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

/* line 149, node_modules/font-awesome/scss/_icons.scss */

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

/* line 150, node_modules/font-awesome/scss/_icons.scss */

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

/* line 151, node_modules/font-awesome/scss/_icons.scss */

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

/* line 152, node_modules/font-awesome/scss/_icons.scss */

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

/* line 153, node_modules/font-awesome/scss/_icons.scss */

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

/* line 154, node_modules/font-awesome/scss/_icons.scss */

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

/* line 155, node_modules/font-awesome/scss/_icons.scss */

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

/* line 156, node_modules/font-awesome/scss/_icons.scss */

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

/* line 157, node_modules/font-awesome/scss/_icons.scss */

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

/* line 158, node_modules/font-awesome/scss/_icons.scss */

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

/* line 159, node_modules/font-awesome/scss/_icons.scss */

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

/* line 160, node_modules/font-awesome/scss/_icons.scss */

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

/* line 161, node_modules/font-awesome/scss/_icons.scss */

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

/* line 163, node_modules/font-awesome/scss/_icons.scss */

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

/* line 164, node_modules/font-awesome/scss/_icons.scss */

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

/* line 165, node_modules/font-awesome/scss/_icons.scss */

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

/* line 166, node_modules/font-awesome/scss/_icons.scss */

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

/* line 168, node_modules/font-awesome/scss/_icons.scss */

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

/* line 169, node_modules/font-awesome/scss/_icons.scss */

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

/* line 170, node_modules/font-awesome/scss/_icons.scss */

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

/* line 171, node_modules/font-awesome/scss/_icons.scss */

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

/* line 172, node_modules/font-awesome/scss/_icons.scss */

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

/* line 173, node_modules/font-awesome/scss/_icons.scss */

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

/* line 174, node_modules/font-awesome/scss/_icons.scss */

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

/* line 175, node_modules/font-awesome/scss/_icons.scss */

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

/* line 176, node_modules/font-awesome/scss/_icons.scss */

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

/* line 177, node_modules/font-awesome/scss/_icons.scss */

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

/* line 178, node_modules/font-awesome/scss/_icons.scss */

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

/* line 179, node_modules/font-awesome/scss/_icons.scss */

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

/* line 180, node_modules/font-awesome/scss/_icons.scss */

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

/* line 181, node_modules/font-awesome/scss/_icons.scss */

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

/* line 182, node_modules/font-awesome/scss/_icons.scss */

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

/* line 183, node_modules/font-awesome/scss/_icons.scss */

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

/* line 184, node_modules/font-awesome/scss/_icons.scss */

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

/* line 185, node_modules/font-awesome/scss/_icons.scss */

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

/* line 186, node_modules/font-awesome/scss/_icons.scss */

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

/* line 188, node_modules/font-awesome/scss/_icons.scss */

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

/* line 190, node_modules/font-awesome/scss/_icons.scss */

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

/* line 191, node_modules/font-awesome/scss/_icons.scss */

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

/* line 192, node_modules/font-awesome/scss/_icons.scss */

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

/* line 194, node_modules/font-awesome/scss/_icons.scss */

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

/* line 196, node_modules/font-awesome/scss/_icons.scss */

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

/* line 197, node_modules/font-awesome/scss/_icons.scss */

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

/* line 199, node_modules/font-awesome/scss/_icons.scss */

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

/* line 200, node_modules/font-awesome/scss/_icons.scss */

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

/* line 203, node_modules/font-awesome/scss/_icons.scss */

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

/* line 204, node_modules/font-awesome/scss/_icons.scss */

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

/* line 205, node_modules/font-awesome/scss/_icons.scss */

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

/* line 206, node_modules/font-awesome/scss/_icons.scss */

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

/* line 207, node_modules/font-awesome/scss/_icons.scss */

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

/* line 208, node_modules/font-awesome/scss/_icons.scss */

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

/* line 209, node_modules/font-awesome/scss/_icons.scss */

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

/* line 210, node_modules/font-awesome/scss/_icons.scss */

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

/* line 211, node_modules/font-awesome/scss/_icons.scss */

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

/* line 212, node_modules/font-awesome/scss/_icons.scss */

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

/* line 213, node_modules/font-awesome/scss/_icons.scss */

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

/* line 214, node_modules/font-awesome/scss/_icons.scss */

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

/* line 215, node_modules/font-awesome/scss/_icons.scss */

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

/* line 216, node_modules/font-awesome/scss/_icons.scss */

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

/* line 217, node_modules/font-awesome/scss/_icons.scss */

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

/* line 218, node_modules/font-awesome/scss/_icons.scss */

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

/* line 219, node_modules/font-awesome/scss/_icons.scss */

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

/* line 220, node_modules/font-awesome/scss/_icons.scss */

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

/* line 222, node_modules/font-awesome/scss/_icons.scss */

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

/* line 224, node_modules/font-awesome/scss/_icons.scss */

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

/* line 226, node_modules/font-awesome/scss/_icons.scss */

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

/* line 227, node_modules/font-awesome/scss/_icons.scss */

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

/* line 228, node_modules/font-awesome/scss/_icons.scss */

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

/* line 230, node_modules/font-awesome/scss/_icons.scss */

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

/* line 232, node_modules/font-awesome/scss/_icons.scss */

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

/* line 234, node_modules/font-awesome/scss/_icons.scss */

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

/* line 235, node_modules/font-awesome/scss/_icons.scss */

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

/* line 236, node_modules/font-awesome/scss/_icons.scss */

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

/* line 238, node_modules/font-awesome/scss/_icons.scss */

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

/* line 239, node_modules/font-awesome/scss/_icons.scss */

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

/* line 240, node_modules/font-awesome/scss/_icons.scss */

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

/* line 242, node_modules/font-awesome/scss/_icons.scss */

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

/* line 243, node_modules/font-awesome/scss/_icons.scss */

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

/* line 244, node_modules/font-awesome/scss/_icons.scss */

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

/* line 245, node_modules/font-awesome/scss/_icons.scss */

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

/* line 246, node_modules/font-awesome/scss/_icons.scss */

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

/* line 247, node_modules/font-awesome/scss/_icons.scss */

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

/* line 248, node_modules/font-awesome/scss/_icons.scss */

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

/* line 249, node_modules/font-awesome/scss/_icons.scss */

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

/* line 250, node_modules/font-awesome/scss/_icons.scss */

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

/* line 251, node_modules/font-awesome/scss/_icons.scss */

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

/* line 252, node_modules/font-awesome/scss/_icons.scss */

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

/* line 253, node_modules/font-awesome/scss/_icons.scss */

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

/* line 254, node_modules/font-awesome/scss/_icons.scss */

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

/* line 255, node_modules/font-awesome/scss/_icons.scss */

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

/* line 256, node_modules/font-awesome/scss/_icons.scss */

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

/* line 257, node_modules/font-awesome/scss/_icons.scss */

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

/* line 258, node_modules/font-awesome/scss/_icons.scss */

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

/* line 259, node_modules/font-awesome/scss/_icons.scss */

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

/* line 260, node_modules/font-awesome/scss/_icons.scss */

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

/* line 261, node_modules/font-awesome/scss/_icons.scss */

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

/* line 262, node_modules/font-awesome/scss/_icons.scss */

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

/* line 263, node_modules/font-awesome/scss/_icons.scss */

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

/* line 264, node_modules/font-awesome/scss/_icons.scss */

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

/* line 265, node_modules/font-awesome/scss/_icons.scss */

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

/* line 266, node_modules/font-awesome/scss/_icons.scss */

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

/* line 267, node_modules/font-awesome/scss/_icons.scss */

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

/* line 268, node_modules/font-awesome/scss/_icons.scss */

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

/* line 269, node_modules/font-awesome/scss/_icons.scss */

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

/* line 270, node_modules/font-awesome/scss/_icons.scss */

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

/* line 271, node_modules/font-awesome/scss/_icons.scss */

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

/* line 272, node_modules/font-awesome/scss/_icons.scss */

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

/* line 274, node_modules/font-awesome/scss/_icons.scss */

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

/* line 275, node_modules/font-awesome/scss/_icons.scss */

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

/* line 276, node_modules/font-awesome/scss/_icons.scss */

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

/* line 277, node_modules/font-awesome/scss/_icons.scss */

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

/* line 278, node_modules/font-awesome/scss/_icons.scss */

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

/* line 279, node_modules/font-awesome/scss/_icons.scss */

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

/* line 281, node_modules/font-awesome/scss/_icons.scss */

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

/* line 282, node_modules/font-awesome/scss/_icons.scss */

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

/* line 283, node_modules/font-awesome/scss/_icons.scss */

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

/* line 284, node_modules/font-awesome/scss/_icons.scss */

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

/* line 285, node_modules/font-awesome/scss/_icons.scss */

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

/* line 286, node_modules/font-awesome/scss/_icons.scss */

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

/* line 287, node_modules/font-awesome/scss/_icons.scss */

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

/* line 288, node_modules/font-awesome/scss/_icons.scss */

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

/* line 289, node_modules/font-awesome/scss/_icons.scss */

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

/* line 290, node_modules/font-awesome/scss/_icons.scss */

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

/* line 291, node_modules/font-awesome/scss/_icons.scss */

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

/* line 292, node_modules/font-awesome/scss/_icons.scss */

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

/* line 293, node_modules/font-awesome/scss/_icons.scss */

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

/* line 295, node_modules/font-awesome/scss/_icons.scss */

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

/* line 298, node_modules/font-awesome/scss/_icons.scss */

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

/* line 299, node_modules/font-awesome/scss/_icons.scss */

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

/* line 300, node_modules/font-awesome/scss/_icons.scss */

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

/* line 301, node_modules/font-awesome/scss/_icons.scss */

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

/* line 303, node_modules/font-awesome/scss/_icons.scss */

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

/* line 304, node_modules/font-awesome/scss/_icons.scss */

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

/* line 305, node_modules/font-awesome/scss/_icons.scss */

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

/* line 306, node_modules/font-awesome/scss/_icons.scss */

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

/* line 307, node_modules/font-awesome/scss/_icons.scss */

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

/* line 308, node_modules/font-awesome/scss/_icons.scss */

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

/* line 309, node_modules/font-awesome/scss/_icons.scss */

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

/* line 310, node_modules/font-awesome/scss/_icons.scss */

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

/* line 311, node_modules/font-awesome/scss/_icons.scss */

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

/* line 312, node_modules/font-awesome/scss/_icons.scss */

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

/* line 313, node_modules/font-awesome/scss/_icons.scss */

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

/* line 314, node_modules/font-awesome/scss/_icons.scss */

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

/* line 315, node_modules/font-awesome/scss/_icons.scss */

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

/* line 316, node_modules/font-awesome/scss/_icons.scss */

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

/* line 317, node_modules/font-awesome/scss/_icons.scss */

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

/* line 318, node_modules/font-awesome/scss/_icons.scss */

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

/* line 319, node_modules/font-awesome/scss/_icons.scss */

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

/* line 320, node_modules/font-awesome/scss/_icons.scss */

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

/* line 321, node_modules/font-awesome/scss/_icons.scss */

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

/* line 322, node_modules/font-awesome/scss/_icons.scss */

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

/* line 323, node_modules/font-awesome/scss/_icons.scss */

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

/* line 324, node_modules/font-awesome/scss/_icons.scss */

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

/* line 325, node_modules/font-awesome/scss/_icons.scss */

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

/* line 326, node_modules/font-awesome/scss/_icons.scss */

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

/* line 327, node_modules/font-awesome/scss/_icons.scss */

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

/* line 328, node_modules/font-awesome/scss/_icons.scss */

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

/* line 329, node_modules/font-awesome/scss/_icons.scss */

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

/* line 330, node_modules/font-awesome/scss/_icons.scss */

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

/* line 331, node_modules/font-awesome/scss/_icons.scss */

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

/* line 332, node_modules/font-awesome/scss/_icons.scss */

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

/* line 333, node_modules/font-awesome/scss/_icons.scss */

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

/* line 334, node_modules/font-awesome/scss/_icons.scss */

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

/* line 335, node_modules/font-awesome/scss/_icons.scss */

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

/* line 336, node_modules/font-awesome/scss/_icons.scss */

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

/* line 337, node_modules/font-awesome/scss/_icons.scss */

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

/* line 338, node_modules/font-awesome/scss/_icons.scss */

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

/* line 339, node_modules/font-awesome/scss/_icons.scss */

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

/* line 340, node_modules/font-awesome/scss/_icons.scss */

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

/* line 342, node_modules/font-awesome/scss/_icons.scss */

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

/* line 344, node_modules/font-awesome/scss/_icons.scss */

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

/* line 346, node_modules/font-awesome/scss/_icons.scss */

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

/* line 348, node_modules/font-awesome/scss/_icons.scss */

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

/* line 349, node_modules/font-awesome/scss/_icons.scss */

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

/* line 351, node_modules/font-awesome/scss/_icons.scss */

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

/* line 353, node_modules/font-awesome/scss/_icons.scss */

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

/* line 357, node_modules/font-awesome/scss/_icons.scss */

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

/* line 360, node_modules/font-awesome/scss/_icons.scss */

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

/* line 362, node_modules/font-awesome/scss/_icons.scss */

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

/* line 364, node_modules/font-awesome/scss/_icons.scss */

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

/* line 365, node_modules/font-awesome/scss/_icons.scss */

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

/* line 366, node_modules/font-awesome/scss/_icons.scss */

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

/* line 367, node_modules/font-awesome/scss/_icons.scss */

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

/* line 368, node_modules/font-awesome/scss/_icons.scss */

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

/* line 369, node_modules/font-awesome/scss/_icons.scss */

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

/* line 370, node_modules/font-awesome/scss/_icons.scss */

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

/* line 371, node_modules/font-awesome/scss/_icons.scss */

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

/* line 372, node_modules/font-awesome/scss/_icons.scss */

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

/* line 373, node_modules/font-awesome/scss/_icons.scss */

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

/* line 374, node_modules/font-awesome/scss/_icons.scss */

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

/* line 375, node_modules/font-awesome/scss/_icons.scss */

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

/* line 376, node_modules/font-awesome/scss/_icons.scss */

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

/* line 377, node_modules/font-awesome/scss/_icons.scss */

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

/* line 378, node_modules/font-awesome/scss/_icons.scss */

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

/* line 379, node_modules/font-awesome/scss/_icons.scss */

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

/* line 380, node_modules/font-awesome/scss/_icons.scss */

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

/* line 381, node_modules/font-awesome/scss/_icons.scss */

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

/* line 382, node_modules/font-awesome/scss/_icons.scss */

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

/* line 383, node_modules/font-awesome/scss/_icons.scss */

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

/* line 384, node_modules/font-awesome/scss/_icons.scss */

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

/* line 385, node_modules/font-awesome/scss/_icons.scss */

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

/* line 386, node_modules/font-awesome/scss/_icons.scss */

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

/* line 387, node_modules/font-awesome/scss/_icons.scss */

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

/* line 388, node_modules/font-awesome/scss/_icons.scss */

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

/* line 389, node_modules/font-awesome/scss/_icons.scss */

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

/* line 390, node_modules/font-awesome/scss/_icons.scss */

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

/* line 391, node_modules/font-awesome/scss/_icons.scss */

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

/* line 392, node_modules/font-awesome/scss/_icons.scss */

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

/* line 393, node_modules/font-awesome/scss/_icons.scss */

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

/* line 394, node_modules/font-awesome/scss/_icons.scss */

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

/* line 395, node_modules/font-awesome/scss/_icons.scss */

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

/* line 396, node_modules/font-awesome/scss/_icons.scss */

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

/* line 397, node_modules/font-awesome/scss/_icons.scss */

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

/* line 398, node_modules/font-awesome/scss/_icons.scss */

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

/* line 399, node_modules/font-awesome/scss/_icons.scss */

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

/* line 400, node_modules/font-awesome/scss/_icons.scss */

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

/* line 401, node_modules/font-awesome/scss/_icons.scss */

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

/* line 402, node_modules/font-awesome/scss/_icons.scss */

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

/* line 404, node_modules/font-awesome/scss/_icons.scss */

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

/* line 405, node_modules/font-awesome/scss/_icons.scss */

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

/* line 406, node_modules/font-awesome/scss/_icons.scss */

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

/* line 407, node_modules/font-awesome/scss/_icons.scss */

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

/* line 408, node_modules/font-awesome/scss/_icons.scss */

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

/* line 409, node_modules/font-awesome/scss/_icons.scss */

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

/* line 410, node_modules/font-awesome/scss/_icons.scss */

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

/* line 411, node_modules/font-awesome/scss/_icons.scss */

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

/* line 412, node_modules/font-awesome/scss/_icons.scss */

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

/* line 413, node_modules/font-awesome/scss/_icons.scss */

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

/* line 414, node_modules/font-awesome/scss/_icons.scss */

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

/* line 415, node_modules/font-awesome/scss/_icons.scss */

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

/* line 417, node_modules/font-awesome/scss/_icons.scss */

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

/* line 418, node_modules/font-awesome/scss/_icons.scss */

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

/* line 419, node_modules/font-awesome/scss/_icons.scss */

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

/* line 420, node_modules/font-awesome/scss/_icons.scss */

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

/* line 422, node_modules/font-awesome/scss/_icons.scss */

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

/* line 423, node_modules/font-awesome/scss/_icons.scss */

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

/* line 424, node_modules/font-awesome/scss/_icons.scss */

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

/* line 425, node_modules/font-awesome/scss/_icons.scss */

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

/* line 426, node_modules/font-awesome/scss/_icons.scss */

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

/* line 427, node_modules/font-awesome/scss/_icons.scss */

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

/* line 428, node_modules/font-awesome/scss/_icons.scss */

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

/* line 431, node_modules/font-awesome/scss/_icons.scss */

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

/* line 433, node_modules/font-awesome/scss/_icons.scss */

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

/* line 434, node_modules/font-awesome/scss/_icons.scss */

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

/* line 435, node_modules/font-awesome/scss/_icons.scss */

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

/* line 436, node_modules/font-awesome/scss/_icons.scss */

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

/* line 437, node_modules/font-awesome/scss/_icons.scss */

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

/* line 438, node_modules/font-awesome/scss/_icons.scss */

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

/* line 439, node_modules/font-awesome/scss/_icons.scss */

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

/* line 440, node_modules/font-awesome/scss/_icons.scss */

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

/* line 441, node_modules/font-awesome/scss/_icons.scss */

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

/* line 442, node_modules/font-awesome/scss/_icons.scss */

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

/* line 443, node_modules/font-awesome/scss/_icons.scss */

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

/* line 444, node_modules/font-awesome/scss/_icons.scss */

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

/* line 445, node_modules/font-awesome/scss/_icons.scss */

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

/* line 446, node_modules/font-awesome/scss/_icons.scss */

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

/* line 447, node_modules/font-awesome/scss/_icons.scss */

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

/* line 448, node_modules/font-awesome/scss/_icons.scss */

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

/* line 449, node_modules/font-awesome/scss/_icons.scss */

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

/* line 450, node_modules/font-awesome/scss/_icons.scss */

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

/* line 451, node_modules/font-awesome/scss/_icons.scss */

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

/* line 452, node_modules/font-awesome/scss/_icons.scss */

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

/* line 453, node_modules/font-awesome/scss/_icons.scss */

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

/* line 454, node_modules/font-awesome/scss/_icons.scss */

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

/* line 455, node_modules/font-awesome/scss/_icons.scss */

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

/* line 456, node_modules/font-awesome/scss/_icons.scss */

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

/* line 457, node_modules/font-awesome/scss/_icons.scss */

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

/* line 458, node_modules/font-awesome/scss/_icons.scss */

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

/* line 460, node_modules/font-awesome/scss/_icons.scss */

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

/* line 462, node_modules/font-awesome/scss/_icons.scss */

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

/* line 463, node_modules/font-awesome/scss/_icons.scss */

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

/* line 464, node_modules/font-awesome/scss/_icons.scss */

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

/* line 465, node_modules/font-awesome/scss/_icons.scss */

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

/* line 466, node_modules/font-awesome/scss/_icons.scss */

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

/* line 467, node_modules/font-awesome/scss/_icons.scss */

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

/* line 468, node_modules/font-awesome/scss/_icons.scss */

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

/* line 469, node_modules/font-awesome/scss/_icons.scss */

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

/* line 470, node_modules/font-awesome/scss/_icons.scss */

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

/* line 471, node_modules/font-awesome/scss/_icons.scss */

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

/* line 474, node_modules/font-awesome/scss/_icons.scss */

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

/* line 476, node_modules/font-awesome/scss/_icons.scss */

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

/* line 478, node_modules/font-awesome/scss/_icons.scss */

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

/* line 480, node_modules/font-awesome/scss/_icons.scss */

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

/* line 481, node_modules/font-awesome/scss/_icons.scss */

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

/* line 482, node_modules/font-awesome/scss/_icons.scss */

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

/* line 483, node_modules/font-awesome/scss/_icons.scss */

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

/* line 484, node_modules/font-awesome/scss/_icons.scss */

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

/* line 489, node_modules/font-awesome/scss/_icons.scss */

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

/* line 490, node_modules/font-awesome/scss/_icons.scss */

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

/* line 493, node_modules/font-awesome/scss/_icons.scss */

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

/* line 495, node_modules/font-awesome/scss/_icons.scss */

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

/* line 496, node_modules/font-awesome/scss/_icons.scss */

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

/* line 497, node_modules/font-awesome/scss/_icons.scss */

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

/* line 500, node_modules/font-awesome/scss/_icons.scss */

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

/* line 501, node_modules/font-awesome/scss/_icons.scss */

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

/* line 502, node_modules/font-awesome/scss/_icons.scss */

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

/* line 504, node_modules/font-awesome/scss/_icons.scss */

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

/* line 506, node_modules/font-awesome/scss/_icons.scss */

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

/* line 508, node_modules/font-awesome/scss/_icons.scss */

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

/* line 509, node_modules/font-awesome/scss/_icons.scss */

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

/* line 510, node_modules/font-awesome/scss/_icons.scss */

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

/* line 511, node_modules/font-awesome/scss/_icons.scss */

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

/* line 512, node_modules/font-awesome/scss/_icons.scss */

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

/* line 513, node_modules/font-awesome/scss/_icons.scss */

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

/* line 514, node_modules/font-awesome/scss/_icons.scss */

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

/* line 515, node_modules/font-awesome/scss/_icons.scss */

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

/* line 516, node_modules/font-awesome/scss/_icons.scss */

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

/* line 518, node_modules/font-awesome/scss/_icons.scss */

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

/* line 519, node_modules/font-awesome/scss/_icons.scss */

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

/* line 520, node_modules/font-awesome/scss/_icons.scss */

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

/* line 521, node_modules/font-awesome/scss/_icons.scss */

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

/* line 522, node_modules/font-awesome/scss/_icons.scss */

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

/* line 523, node_modules/font-awesome/scss/_icons.scss */

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

/* line 524, node_modules/font-awesome/scss/_icons.scss */

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

/* line 525, node_modules/font-awesome/scss/_icons.scss */

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

/* line 526, node_modules/font-awesome/scss/_icons.scss */

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

/* line 527, node_modules/font-awesome/scss/_icons.scss */

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

/* line 528, node_modules/font-awesome/scss/_icons.scss */

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

/* line 529, node_modules/font-awesome/scss/_icons.scss */

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

/* line 530, node_modules/font-awesome/scss/_icons.scss */

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

/* line 531, node_modules/font-awesome/scss/_icons.scss */

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

/* line 532, node_modules/font-awesome/scss/_icons.scss */

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

/* line 533, node_modules/font-awesome/scss/_icons.scss */

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

/* line 534, node_modules/font-awesome/scss/_icons.scss */

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

/* line 535, node_modules/font-awesome/scss/_icons.scss */

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

/* line 536, node_modules/font-awesome/scss/_icons.scss */

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

/* line 537, node_modules/font-awesome/scss/_icons.scss */

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

/* line 538, node_modules/font-awesome/scss/_icons.scss */

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

/* line 539, node_modules/font-awesome/scss/_icons.scss */

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

/* line 540, node_modules/font-awesome/scss/_icons.scss */

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

/* line 541, node_modules/font-awesome/scss/_icons.scss */

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

/* line 542, node_modules/font-awesome/scss/_icons.scss */

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

/* line 543, node_modules/font-awesome/scss/_icons.scss */

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

/* line 544, node_modules/font-awesome/scss/_icons.scss */

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

/* line 545, node_modules/font-awesome/scss/_icons.scss */

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

/* line 546, node_modules/font-awesome/scss/_icons.scss */

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

/* line 547, node_modules/font-awesome/scss/_icons.scss */

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

/* line 548, node_modules/font-awesome/scss/_icons.scss */

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

/* line 549, node_modules/font-awesome/scss/_icons.scss */

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

/* line 550, node_modules/font-awesome/scss/_icons.scss */

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

/* line 551, node_modules/font-awesome/scss/_icons.scss */

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

/* line 552, node_modules/font-awesome/scss/_icons.scss */

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

/* line 553, node_modules/font-awesome/scss/_icons.scss */

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

/* line 554, node_modules/font-awesome/scss/_icons.scss */

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

/* line 555, node_modules/font-awesome/scss/_icons.scss */

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

/* line 558, node_modules/font-awesome/scss/_icons.scss */

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

/* line 559, node_modules/font-awesome/scss/_icons.scss */

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

/* line 560, node_modules/font-awesome/scss/_icons.scss */

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

/* line 561, node_modules/font-awesome/scss/_icons.scss */

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

/* line 562, node_modules/font-awesome/scss/_icons.scss */

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

/* line 563, node_modules/font-awesome/scss/_icons.scss */

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

/* line 564, node_modules/font-awesome/scss/_icons.scss */

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

/* line 565, node_modules/font-awesome/scss/_icons.scss */

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

/* line 566, node_modules/font-awesome/scss/_icons.scss */

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

/* line 567, node_modules/font-awesome/scss/_icons.scss */

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

/* line 568, node_modules/font-awesome/scss/_icons.scss */

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

/* line 569, node_modules/font-awesome/scss/_icons.scss */

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

/* line 570, node_modules/font-awesome/scss/_icons.scss */

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

/* line 571, node_modules/font-awesome/scss/_icons.scss */

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

/* line 572, node_modules/font-awesome/scss/_icons.scss */

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

/* line 573, node_modules/font-awesome/scss/_icons.scss */

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

/* line 574, node_modules/font-awesome/scss/_icons.scss */

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

/* line 575, node_modules/font-awesome/scss/_icons.scss */

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

/* line 576, node_modules/font-awesome/scss/_icons.scss */

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

/* line 577, node_modules/font-awesome/scss/_icons.scss */

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

/* line 578, node_modules/font-awesome/scss/_icons.scss */

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

/* line 579, node_modules/font-awesome/scss/_icons.scss */

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

/* line 581, node_modules/font-awesome/scss/_icons.scss */

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

/* line 582, node_modules/font-awesome/scss/_icons.scss */

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

/* line 583, node_modules/font-awesome/scss/_icons.scss */

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

/* line 584, node_modules/font-awesome/scss/_icons.scss */

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

/* line 585, node_modules/font-awesome/scss/_icons.scss */

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

/* line 586, node_modules/font-awesome/scss/_icons.scss */

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

/* line 587, node_modules/font-awesome/scss/_icons.scss */

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

/* line 588, node_modules/font-awesome/scss/_icons.scss */

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

/* line 589, node_modules/font-awesome/scss/_icons.scss */

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

/* line 590, node_modules/font-awesome/scss/_icons.scss */

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

/* line 591, node_modules/font-awesome/scss/_icons.scss */

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

/* line 592, node_modules/font-awesome/scss/_icons.scss */

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

/* line 593, node_modules/font-awesome/scss/_icons.scss */

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

/* line 594, node_modules/font-awesome/scss/_icons.scss */

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

/* line 595, node_modules/font-awesome/scss/_icons.scss */

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

/* line 596, node_modules/font-awesome/scss/_icons.scss */

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

/* line 598, node_modules/font-awesome/scss/_icons.scss */

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

/* line 599, node_modules/font-awesome/scss/_icons.scss */

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

/* line 600, node_modules/font-awesome/scss/_icons.scss */

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

/* line 601, node_modules/font-awesome/scss/_icons.scss */

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

/* line 602, node_modules/font-awesome/scss/_icons.scss */

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

/* line 604, node_modules/font-awesome/scss/_icons.scss */

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

/* line 605, node_modules/font-awesome/scss/_icons.scss */

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

/* line 606, node_modules/font-awesome/scss/_icons.scss */

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

/* line 607, node_modules/font-awesome/scss/_icons.scss */

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

/* line 610, node_modules/font-awesome/scss/_icons.scss */

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

/* line 612, node_modules/font-awesome/scss/_icons.scss */

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

/* line 614, node_modules/font-awesome/scss/_icons.scss */

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

/* line 616, node_modules/font-awesome/scss/_icons.scss */

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

/* line 618, node_modules/font-awesome/scss/_icons.scss */

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

/* line 619, node_modules/font-awesome/scss/_icons.scss */

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

/* line 620, node_modules/font-awesome/scss/_icons.scss */

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

/* line 621, node_modules/font-awesome/scss/_icons.scss */

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

/* line 622, node_modules/font-awesome/scss/_icons.scss */

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

/* line 623, node_modules/font-awesome/scss/_icons.scss */

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

/* line 624, node_modules/font-awesome/scss/_icons.scss */

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

/* line 625, node_modules/font-awesome/scss/_icons.scss */

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

/* line 626, node_modules/font-awesome/scss/_icons.scss */

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

/* line 627, node_modules/font-awesome/scss/_icons.scss */

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

/* line 628, node_modules/font-awesome/scss/_icons.scss */

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

/* line 629, node_modules/font-awesome/scss/_icons.scss */

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

/* line 631, node_modules/font-awesome/scss/_icons.scss */

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

/* line 633, node_modules/font-awesome/scss/_icons.scss */

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

/* line 635, node_modules/font-awesome/scss/_icons.scss */

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

/* line 636, node_modules/font-awesome/scss/_icons.scss */

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

/* line 638, node_modules/font-awesome/scss/_icons.scss */

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

/* line 640, node_modules/font-awesome/scss/_icons.scss */

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

/* line 641, node_modules/font-awesome/scss/_icons.scss */

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

/* line 642, node_modules/font-awesome/scss/_icons.scss */

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

/* line 643, node_modules/font-awesome/scss/_icons.scss */

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

/* line 644, node_modules/font-awesome/scss/_icons.scss */

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

/* line 645, node_modules/font-awesome/scss/_icons.scss */

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

/* line 646, node_modules/font-awesome/scss/_icons.scss */

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

/* line 647, node_modules/font-awesome/scss/_icons.scss */

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

/* line 648, node_modules/font-awesome/scss/_icons.scss */

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

/* line 649, node_modules/font-awesome/scss/_icons.scss */

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

/* line 650, node_modules/font-awesome/scss/_icons.scss */

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

/* line 651, node_modules/font-awesome/scss/_icons.scss */

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

/* line 652, node_modules/font-awesome/scss/_icons.scss */

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

/* line 653, node_modules/font-awesome/scss/_icons.scss */

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

/* line 654, node_modules/font-awesome/scss/_icons.scss */

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

/* line 655, node_modules/font-awesome/scss/_icons.scss */

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

/* line 656, node_modules/font-awesome/scss/_icons.scss */

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

/* line 657, node_modules/font-awesome/scss/_icons.scss */

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

/* line 658, node_modules/font-awesome/scss/_icons.scss */

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

/* line 659, node_modules/font-awesome/scss/_icons.scss */

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

/* line 660, node_modules/font-awesome/scss/_icons.scss */

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

/* line 662, node_modules/font-awesome/scss/_icons.scss */

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

/* line 663, node_modules/font-awesome/scss/_icons.scss */

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

/* line 664, node_modules/font-awesome/scss/_icons.scss */

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

/* line 665, node_modules/font-awesome/scss/_icons.scss */

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

/* line 666, node_modules/font-awesome/scss/_icons.scss */

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

/* line 667, node_modules/font-awesome/scss/_icons.scss */

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

/* line 668, node_modules/font-awesome/scss/_icons.scss */

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

/* line 669, node_modules/font-awesome/scss/_icons.scss */

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

/* line 670, node_modules/font-awesome/scss/_icons.scss */

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

/* line 671, node_modules/font-awesome/scss/_icons.scss */

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

/* line 672, node_modules/font-awesome/scss/_icons.scss */

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

/* line 673, node_modules/font-awesome/scss/_icons.scss */

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

/* line 674, node_modules/font-awesome/scss/_icons.scss */

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

/* line 675, node_modules/font-awesome/scss/_icons.scss */

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

/* line 676, node_modules/font-awesome/scss/_icons.scss */

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

/* line 677, node_modules/font-awesome/scss/_icons.scss */

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

/* line 678, node_modules/font-awesome/scss/_icons.scss */

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

/* line 679, node_modules/font-awesome/scss/_icons.scss */

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

/* line 680, node_modules/font-awesome/scss/_icons.scss */

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

/* line 681, node_modules/font-awesome/scss/_icons.scss */

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

/* line 682, node_modules/font-awesome/scss/_icons.scss */

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

/* line 683, node_modules/font-awesome/scss/_icons.scss */

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

/* line 684, node_modules/font-awesome/scss/_icons.scss */

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

/* line 685, node_modules/font-awesome/scss/_icons.scss */

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

/* line 686, node_modules/font-awesome/scss/_icons.scss */

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

/* line 687, node_modules/font-awesome/scss/_icons.scss */

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

/* line 688, node_modules/font-awesome/scss/_icons.scss */

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

/* line 689, node_modules/font-awesome/scss/_icons.scss */

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

/* line 690, node_modules/font-awesome/scss/_icons.scss */

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

/* line 691, node_modules/font-awesome/scss/_icons.scss */

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

/* line 692, node_modules/font-awesome/scss/_icons.scss */

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

/* line 693, node_modules/font-awesome/scss/_icons.scss */

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

/* line 694, node_modules/font-awesome/scss/_icons.scss */

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

/* line 695, node_modules/font-awesome/scss/_icons.scss */

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

/* line 696, node_modules/font-awesome/scss/_icons.scss */

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

/* line 697, node_modules/font-awesome/scss/_icons.scss */

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

/* line 698, node_modules/font-awesome/scss/_icons.scss */

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

/* line 699, node_modules/font-awesome/scss/_icons.scss */

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

/* line 700, node_modules/font-awesome/scss/_icons.scss */

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

/* line 701, node_modules/font-awesome/scss/_icons.scss */

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

/* line 702, node_modules/font-awesome/scss/_icons.scss */

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

/* line 703, node_modules/font-awesome/scss/_icons.scss */

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

/* line 704, node_modules/font-awesome/scss/_icons.scss */

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

/* line 705, node_modules/font-awesome/scss/_icons.scss */

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

/* line 706, node_modules/font-awesome/scss/_icons.scss */

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

/* line 707, node_modules/font-awesome/scss/_icons.scss */

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

/* line 708, node_modules/font-awesome/scss/_icons.scss */

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

/* line 709, node_modules/font-awesome/scss/_icons.scss */

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

/* line 710, node_modules/font-awesome/scss/_icons.scss */

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

/* line 711, node_modules/font-awesome/scss/_icons.scss */

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

/* line 712, node_modules/font-awesome/scss/_icons.scss */

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

/* line 714, node_modules/font-awesome/scss/_icons.scss */

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

/* line 717, node_modules/font-awesome/scss/_icons.scss */

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

/* line 718, node_modules/font-awesome/scss/_icons.scss */

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

/* line 719, node_modules/font-awesome/scss/_icons.scss */

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

/* line 721, node_modules/font-awesome/scss/_icons.scss */

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

/* line 722, node_modules/font-awesome/scss/_icons.scss */

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

/* line 723, node_modules/font-awesome/scss/_icons.scss */

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

/* line 724, node_modules/font-awesome/scss/_icons.scss */

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

/* line 725, node_modules/font-awesome/scss/_icons.scss */

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

/* line 726, node_modules/font-awesome/scss/_icons.scss */

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

/* line 727, node_modules/font-awesome/scss/_icons.scss */

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

/* line 728, node_modules/font-awesome/scss/_icons.scss */

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

/* line 729, node_modules/font-awesome/scss/_icons.scss */

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

/* line 730, node_modules/font-awesome/scss/_icons.scss */

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

/* line 731, node_modules/font-awesome/scss/_icons.scss */

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

/* line 733, node_modules/font-awesome/scss/_icons.scss */

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

/* line 735, node_modules/font-awesome/scss/_icons.scss */

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

/* line 736, node_modules/font-awesome/scss/_icons.scss */

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

/* line 737, node_modules/font-awesome/scss/_icons.scss */

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

/* line 738, node_modules/font-awesome/scss/_icons.scss */

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

/* line 739, node_modules/font-awesome/scss/_icons.scss */

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

/* line 740, node_modules/font-awesome/scss/_icons.scss */

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

/* line 741, node_modules/font-awesome/scss/_icons.scss */

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

/* line 743, node_modules/font-awesome/scss/_icons.scss */

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

/* line 745, node_modules/font-awesome/scss/_icons.scss */

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

/* line 746, node_modules/font-awesome/scss/_icons.scss */

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

/* line 747, node_modules/font-awesome/scss/_icons.scss */

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

/* line 748, node_modules/font-awesome/scss/_icons.scss */

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

/* line 749, node_modules/font-awesome/scss/_icons.scss */

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

/* line 751, node_modules/font-awesome/scss/_icons.scss */

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

/* line 753, node_modules/font-awesome/scss/_icons.scss */

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

/* line 754, node_modules/font-awesome/scss/_icons.scss */

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

/* line 755, node_modules/font-awesome/scss/_icons.scss */

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

/* line 756, node_modules/font-awesome/scss/_icons.scss */

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

/* line 759, node_modules/font-awesome/scss/_icons.scss */

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

/* line 761, node_modules/font-awesome/scss/_icons.scss */

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

/* line 763, node_modules/font-awesome/scss/_icons.scss */

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

/* line 765, node_modules/font-awesome/scss/_icons.scss */

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

/* line 767, node_modules/font-awesome/scss/_icons.scss */

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

/* line 768, node_modules/font-awesome/scss/_icons.scss */

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

/* line 771, node_modules/font-awesome/scss/_icons.scss */

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

/* line 772, node_modules/font-awesome/scss/_icons.scss */

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

/* line 773, node_modules/font-awesome/scss/_icons.scss */

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

/* line 774, node_modules/font-awesome/scss/_icons.scss */

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

/* line 775, node_modules/font-awesome/scss/_icons.scss */

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

/* line 777, node_modules/font-awesome/scss/_icons.scss */

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

/* line 779, node_modules/font-awesome/scss/_icons.scss */

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

/* line 780, node_modules/font-awesome/scss/_icons.scss */

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

/* line 781, node_modules/font-awesome/scss/_icons.scss */

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

/* line 782, node_modules/font-awesome/scss/_icons.scss */

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

/* line 783, node_modules/font-awesome/scss/_icons.scss */

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

/* line 784, node_modules/font-awesome/scss/_icons.scss */

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

/* line 785, node_modules/font-awesome/scss/_icons.scss */

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

/* line 786, node_modules/font-awesome/scss/_icons.scss */

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

/* line 787, node_modules/font-awesome/scss/_icons.scss */

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

/* line 788, node_modules/font-awesome/scss/_icons.scss */

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

/* line 789, node_modules/font-awesome/scss/_icons.scss */

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

/* line 4, node_modules/font-awesome/scss/_screen-reader.scss */

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

/* line 51, node_modules/font-awesome/scss/_mixins.scss */

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

/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */

@media print, screen and (min-width: 40em) {
  /* line 46, node_modules/foundation-sites/scss/components/_reveal.scss */

  .reveal,
  .reveal.tiny,
  .reveal.small,
  .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* line 10, node_modules/foundation-sites/scss/vendor/normalize.scss */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* line 20, node_modules/foundation-sites/scss/vendor/normalize.scss */

body {
  margin: 0;
}

/* line 27, node_modules/foundation-sites/scss/vendor/normalize.scss */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 38, node_modules/foundation-sites/scss/vendor/normalize.scss */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 47, node_modules/foundation-sites/scss/vendor/normalize.scss */

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 57, node_modules/foundation-sites/scss/vendor/normalize.scss */

a {
  background-color: transparent;
}

/* line 64, node_modules/foundation-sites/scss/vendor/normalize.scss */

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/* line 72, node_modules/foundation-sites/scss/vendor/normalize.scss */

b,
strong {
  font-weight: bolder;
}

/* line 80, node_modules/foundation-sites/scss/vendor/normalize.scss */

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 89, node_modules/foundation-sites/scss/vendor/normalize.scss */

small {
  font-size: 80%;
}

/* line 96, node_modules/foundation-sites/scss/vendor/normalize.scss */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 104, node_modules/foundation-sites/scss/vendor/normalize.scss */

sub {
  bottom: -0.25em;
}

/* line 108, node_modules/foundation-sites/scss/vendor/normalize.scss */

sup {
  top: -0.5em;
}

/* line 117, node_modules/foundation-sites/scss/vendor/normalize.scss */

img {
  border-style: none;
}

/* line 127, node_modules/foundation-sites/scss/vendor/normalize.scss */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/* line 141, node_modules/foundation-sites/scss/vendor/normalize.scss */

button,
input {
  overflow: visible;
}

/* line 149, node_modules/foundation-sites/scss/vendor/normalize.scss */

button,
select {
  text-transform: none;
}

/* line 156, node_modules/foundation-sites/scss/vendor/normalize.scss */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 165, node_modules/foundation-sites/scss/vendor/normalize.scss */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 175, node_modules/foundation-sites/scss/vendor/normalize.scss */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 184, node_modules/foundation-sites/scss/vendor/normalize.scss */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/* line 193, node_modules/foundation-sites/scss/vendor/normalize.scss */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/* line 204, node_modules/foundation-sites/scss/vendor/normalize.scss */

progress {
  vertical-align: baseline;
}

/* line 210, node_modules/foundation-sites/scss/vendor/normalize.scss */

textarea {
  overflow: auto;
}

/* line 217, node_modules/foundation-sites/scss/vendor/normalize.scss */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/* line 225, node_modules/foundation-sites/scss/vendor/normalize.scss */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 233, node_modules/foundation-sites/scss/vendor/normalize.scss */

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 240, node_modules/foundation-sites/scss/vendor/normalize.scss */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 247, node_modules/foundation-sites/scss/vendor/normalize.scss */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* line 257, node_modules/foundation-sites/scss/vendor/normalize.scss */

details {
  display: block;
}

/* line 263, node_modules/foundation-sites/scss/vendor/normalize.scss */

summary {
  display: list-item;
}

/* line 272, node_modules/foundation-sites/scss/vendor/normalize.scss */

template {
  display: none;
}

/* line 278, node_modules/foundation-sites/scss/vendor/normalize.scss */

[hidden] {
  display: none;
}

/* line 140, node_modules/foundation-sites/scss/_global.scss */

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

/* line 144, node_modules/foundation-sites/scss/_global.scss */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

/* line 150, node_modules/foundation-sites/scss/_global.scss */

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 157, node_modules/foundation-sites/scss/_global.scss */

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

/* line 174, node_modules/foundation-sites/scss/_global.scss */

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* line 186, node_modules/foundation-sites/scss/_global.scss */

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

/* line 193, node_modules/foundation-sites/scss/_global.scss */

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

/* line 203, node_modules/foundation-sites/scss/_global.scss */

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

/* line 211, node_modules/foundation-sites/scss/_global.scss */

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

/* line 202, node_modules/foundation-sites/scss/util/_mixins.scss */

[data-whatinput='mouse'] button {
  outline: 0;
}

/* line 223, node_modules/foundation-sites/scss/_global.scss */

pre {
  overflow: auto;
}

/* line 228, node_modules/foundation-sites/scss/_global.scss */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

/* line 237, node_modules/foundation-sites/scss/_global.scss */

.is-visible {
  display: block !important;
}

/* line 241, node_modules/foundation-sites/scss/_global.scss */

.is-hidden {
  display: none !important;
}

/* line 13, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  /* line 13, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 16, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  /* line 16, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 20, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 26, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

/* line 30, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

/* line 33, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.cell.auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

/* line 37, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.cell.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 43, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-x > .auto {
  width: auto;
}

/* line 47, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-x > .shrink {
  width: auto;
}

/* line 63, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-x > .small-shrink,
.grid-x > .small-full,
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  /* line 63, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .medium-shrink,
  .grid-x > .medium-full,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 63, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .large-shrink,
  .grid-x > .large-full,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

/* line 77, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-x > .small-1 {
  width: 8.33333%;
}

/* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-x > .small-2 {
  width: 16.66667%;
}

/* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-x > .small-3 {
  width: 25%;
}

/* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-x > .small-4 {
  width: 33.33333%;
}

/* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-x > .small-5 {
  width: 41.66667%;
}

/* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-x > .small-6 {
  width: 50%;
}

/* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-x > .small-7 {
  width: 58.33333%;
}

/* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-x > .small-8 {
  width: 66.66667%;
}

/* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-x > .small-9 {
  width: 75%;
}

/* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-x > .small-10 {
  width: 83.33333%;
}

/* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-x > .small-11 {
  width: 91.66667%;
}

/* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 72, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }

  /* line 77, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .medium-shrink,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  /* line 83, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .medium-shrink {
    width: auto;
  }

  /* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .medium-1 {
    width: 8.33333%;
  }

  /* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .medium-2 {
    width: 16.66667%;
  }

  /* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .medium-3 {
    width: 25%;
  }

  /* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .medium-4 {
    width: 33.33333%;
  }

  /* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .medium-5 {
    width: 41.66667%;
  }

  /* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .medium-6 {
    width: 50%;
  }

  /* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .medium-7 {
    width: 58.33333%;
  }

  /* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .medium-8 {
    width: 66.66667%;
  }

  /* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .medium-9 {
    width: 75%;
  }

  /* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .medium-10 {
    width: 83.33333%;
  }

  /* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .medium-11 {
    width: 91.66667%;
  }

  /* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 72, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }

  /* line 77, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .large-shrink,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  /* line 83, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .large-shrink {
    width: auto;
  }

  /* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .large-1 {
    width: 8.33333%;
  }

  /* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .large-2 {
    width: 16.66667%;
  }

  /* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .large-3 {
    width: 25%;
  }

  /* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .large-4 {
    width: 33.33333%;
  }

  /* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .large-5 {
    width: 41.66667%;
  }

  /* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .large-6 {
    width: 50%;
  }

  /* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .large-7 {
    width: 58.33333%;
  }

  /* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .large-8 {
    width: 66.66667%;
  }

  /* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .large-9 {
    width: 75%;
  }

  /* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .large-10 {
    width: 83.33333%;
  }

  /* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .large-11 {
    width: 91.66667%;
  }

  /* line 92, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-x > .large-12 {
    width: 100%;
  }
}

/* line 100, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

/* line 105, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

/* line 136, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 136, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

/* line 140, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 147, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

/* line 112, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x > .auto {
  width: auto;
}

/* line 116, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x > .shrink {
  width: auto;
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  /* line 112, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .auto {
    width: auto;
  }

  /* line 116, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .shrink {
    width: auto;
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }

  /* line 112, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .medium-auto {
    width: auto;
  }

  /* line 116, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .medium-shrink {
    width: auto;
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  /* line 112, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .large-auto {
    width: auto;
  }

  /* line 116, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .large-shrink {
    width: auto;
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

/* line 175, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 175, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

/* line 181, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 181, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

/* line 186, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 186, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

.small-up-1 > .cell {
  width: 100%;
}

/* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

.small-up-2 > .cell {
  width: 50%;
}

/* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

.small-up-3 > .cell {
  width: 33.33333%;
}

/* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

.small-up-4 > .cell {
  width: 25%;
}

/* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

.small-up-5 > .cell {
  width: 20%;
}

/* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

.small-up-6 > .cell {
  width: 16.66667%;
}

/* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

.small-up-7 > .cell {
  width: 14.28571%;
}

/* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .medium-up-1 > .cell {
    width: 100%;
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .medium-up-2 > .cell {
    width: 50%;
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .medium-up-3 > .cell {
    width: 33.33333%;
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .medium-up-4 > .cell {
    width: 25%;
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .medium-up-5 > .cell {
    width: 20%;
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .medium-up-6 > .cell {
    width: 16.66667%;
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .medium-up-7 > .cell {
    width: 14.28571%;
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .large-up-1 > .cell {
    width: 100%;
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .large-up-2 > .cell {
    width: 50%;
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .large-up-3 > .cell {
    width: 33.33333%;
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .large-up-4 > .cell {
    width: 25%;
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .large-up-5 > .cell {
    width: 20%;
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .large-up-6 > .cell {
    width: 16.66667%;
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .large-up-7 > .cell {
    width: 14.28571%;
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .large-up-8 > .cell {
    width: 12.5%;
  }
}

/* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

/* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

/* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem);
}

/* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

/* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

/* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem);
}

/* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem);
}

/* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }

  /* line 33, node_modules/foundation-sites/scss/xy-grid/_layout.scss */

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

/* line 232, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* line 29, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

/* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

/* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

/* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

.small-margin-collapse > .small-3 {
  width: 25%;
}

/* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

/* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

/* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

.small-margin-collapse > .small-6 {
  width: 50%;
}

/* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

/* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

/* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

.small-margin-collapse > .small-9 {
  width: 75%;
}

/* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

/* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

/* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .small-margin-collapse > .medium-3 {
    width: 25%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .small-margin-collapse > .medium-6 {
    width: 50%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .small-margin-collapse > .medium-9 {
    width: 75%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .small-margin-collapse > .large-3 {
    width: 25%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .small-margin-collapse > .large-6 {
    width: 50%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .small-margin-collapse > .large-9 {
    width: 75%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

/* line 238, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* line 68, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 232, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 29, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .small-3 {
    width: 25%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .small-6 {
    width: 50%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .small-9 {
    width: 75%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .large-3 {
    width: 25%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .large-6 {
    width: 50%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .large-9 {
    width: 75%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 238, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 68, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 232, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 29, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .small-3 {
    width: 25%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .small-6 {
    width: 50%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .small-9 {
    width: 75%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .medium-3 {
    width: 25%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .medium-6 {
    width: 50%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .medium-9 {
    width: 75%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  /* line 44, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .large-3 {
    width: 25%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .large-6 {
    width: 50%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .large-9 {
    width: 75%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  /* line 53, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 238, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 68, node_modules/foundation-sites/scss/xy-grid/_collapse.scss */

  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.small-offset-0 {
  margin-left: 0%;
}

/* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

/* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

/* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem);
}

/* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

/* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem);
}

/* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

/* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

/* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

/* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem);
}

/* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

/* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem);
}

/* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

/* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

/* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

/* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem);
}

/* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

/* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem);
}

/* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

/* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

/* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

/* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem);
}

/* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

/* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  /* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .medium-offset-0 {
    margin-left: 0%;
  }

  /* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  /* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

  /* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  /* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

  /* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

  /* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

  /* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  /* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

  /* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  /* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

  /* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

  /* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

  /* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  /* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

  /* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  /* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

  /* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

  /* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

  /* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  /* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

  /* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  /* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

  /* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media print, screen and (min-width: 64em) {
  /* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .large-offset-0 {
    margin-left: 0%;
  }

  /* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  /* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

  /* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  /* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

  /* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

  /* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

  /* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  /* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

  /* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  /* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

  /* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

  /* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

  /* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  /* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

  /* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  /* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

  /* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

  /* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

  /* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  /* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

  /* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  /* line 252, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

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

  /* line 256, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

/* line 274, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

/* line 278, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-y > .cell {
  height: auto;
  max-height: none;
}

/* line 282, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-y > .auto {
  height: auto;
}

/* line 286, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-y > .shrink {
  height: auto;
}

/* line 300, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-y > .small-shrink,
.grid-y > .small-full,
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  /* line 300, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .medium-shrink,
  .grid-y > .medium-full,
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 300, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .large-shrink,
  .grid-y > .large-full,
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

/* line 313, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-y > .small-1 {
  height: 8.33333%;
}

/* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-y > .small-2 {
  height: 16.66667%;
}

/* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-y > .small-3 {
  height: 25%;
}

/* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-y > .small-4 {
  height: 33.33333%;
}

/* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-y > .small-5 {
  height: 41.66667%;
}

/* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-y > .small-6 {
  height: 50%;
}

/* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-y > .small-7 {
  height: 58.33333%;
}

/* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-y > .small-8 {
  height: 66.66667%;
}

/* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-y > .small-9 {
  height: 75%;
}

/* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-y > .small-10 {
  height: 83.33333%;
}

/* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-y > .small-11 {
  height: 91.66667%;
}

/* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 308, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }

  /* line 313, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .medium-shrink,
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  /* line 319, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .medium-shrink {
    height: auto;
  }

  /* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .medium-1 {
    height: 8.33333%;
  }

  /* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .medium-2 {
    height: 16.66667%;
  }

  /* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .medium-3 {
    height: 25%;
  }

  /* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .medium-4 {
    height: 33.33333%;
  }

  /* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .medium-5 {
    height: 41.66667%;
  }

  /* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .medium-6 {
    height: 50%;
  }

  /* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .medium-7 {
    height: 58.33333%;
  }

  /* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .medium-8 {
    height: 66.66667%;
  }

  /* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .medium-9 {
    height: 75%;
  }

  /* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .medium-10 {
    height: 83.33333%;
  }

  /* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .medium-11 {
    height: 91.66667%;
  }

  /* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 308, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }

  /* line 313, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .large-shrink,
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  /* line 319, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .large-shrink {
    height: auto;
  }

  /* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .large-1 {
    height: 8.33333%;
  }

  /* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .large-2 {
    height: 16.66667%;
  }

  /* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .large-3 {
    height: 25%;
  }

  /* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .large-4 {
    height: 33.33333%;
  }

  /* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .large-5 {
    height: 41.66667%;
  }

  /* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .large-6 {
    height: 50%;
  }

  /* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .large-7 {
    height: 58.33333%;
  }

  /* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .large-8 {
    height: 66.66667%;
  }

  /* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .large-9 {
    height: 75%;
  }

  /* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .large-10 {
    height: 83.33333%;
  }

  /* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .large-11 {
    height: 91.66667%;
  }

  /* line 328, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y > .large-12 {
    height: 100%;
  }
}

/* line 340, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 340, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

/* line 345, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 345, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

/* line 136, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 136, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

/* line 140, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 147, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

/* line 112, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .auto {
  height: auto;
}

/* line 116, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .shrink {
  height: auto;
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  /* line 112, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .auto {
    height: auto;
  }

  /* line 116, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .shrink {
    height: auto;
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }

  /* line 112, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  /* line 116, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  /* line 112, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .large-auto {
    height: auto;
  }

  /* line 116, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

/* line 359, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
}

/* line 363, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.cell .grid-frame {
  width: 100%;
}

/* line 367, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 371, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 376, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}

/* line 82, node_modules/foundation-sites/scss/xy-grid/_frame.scss */

.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  /* line 383, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }

  /* line 387, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .cell .medium-grid-frame {
    width: 100%;
  }

  /* line 391, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 395, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }

  /* line 82, node_modules/foundation-sites/scss/xy-grid/_frame.scss */

  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 399, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 383, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }

  /* line 387, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .cell .large-grid-frame {
    width: 100%;
  }

  /* line 391, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 395, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }

  /* line 82, node_modules/foundation-sites/scss/xy-grid/_frame.scss */

  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 399, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

/* line 406, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 40em) {
  /* line 412, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 412, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

/* line 420, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 424, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 424, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

/* line 136, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 136, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

/* line 140, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 147, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

/* line 112, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .auto {
  height: auto;
}

/* line 116, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .shrink {
  height: auto;
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

/* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  /* line 112, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .auto {
    height: auto;
  }

  /* line 116, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .shrink {
    height: auto;
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }

  /* line 112, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  /* line 116, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  /* line 112, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .large-auto {
    height: auto;
  }

  /* line 116, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }

  /* line 124, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

/* line 432, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
  /* line 432, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  /* line 432, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  /* line 436, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  /* line 436, node_modules/foundation-sites/scss/xy-grid/_classes.scss */

  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

/* line 228, node_modules/foundation-sites/scss/typography/_base.scss */

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* line 252, node_modules/foundation-sites/scss/typography/_base.scss */

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

/* line 261, node_modules/foundation-sites/scss/typography/_base.scss */

em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 268, node_modules/foundation-sites/scss/typography/_base.scss */

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 275, node_modules/foundation-sites/scss/typography/_base.scss */

small {
  font-size: 80%;
  line-height: inherit;
}

/* line 281, node_modules/foundation-sites/scss/typography/_base.scss */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

/* line 293, node_modules/foundation-sites/scss/typography/_base.scss */

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  line-height: 0;
  color: #cacaca;
}

/* line 304, node_modules/foundation-sites/scss/typography/_base.scss */

h1,
.h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 304, node_modules/foundation-sites/scss/typography/_base.scss */

h2,
.h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 304, node_modules/foundation-sites/scss/typography/_base.scss */

h3,
.h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 304, node_modules/foundation-sites/scss/typography/_base.scss */

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 304, node_modules/foundation-sites/scss/typography/_base.scss */

h5,
.h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 304, node_modules/foundation-sites/scss/typography/_base.scss */

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  /* line 304, node_modules/foundation-sites/scss/typography/_base.scss */

  h1,
  .h1 {
    font-size: 3rem;
  }

  /* line 304, node_modules/foundation-sites/scss/typography/_base.scss */

  h2,
  .h2 {
    font-size: 2.5rem;
  }

  /* line 304, node_modules/foundation-sites/scss/typography/_base.scss */

  h3,
  .h3 {
    font-size: 1.9375rem;
  }

  /* line 304, node_modules/foundation-sites/scss/typography/_base.scss */

  h4,
  .h4 {
    font-size: 1.5625rem;
  }

  /* line 304, node_modules/foundation-sites/scss/typography/_base.scss */

  h5,
  .h5 {
    font-size: 1.25rem;
  }

  /* line 304, node_modules/foundation-sites/scss/typography/_base.scss */

  h6,
  .h6 {
    font-size: 1rem;
  }
}

/* line 343, node_modules/foundation-sites/scss/typography/_base.scss */

a {
  line-height: inherit;
  color: #27ae60;
  text-decoration: none;
  cursor: pointer;
}

/* line 350, node_modules/foundation-sites/scss/typography/_base.scss */

a:hover,
a:focus {
  color: #229653;
  color: #B1040E;
}

/* line 358, node_modules/foundation-sites/scss/typography/_base.scss */

a img {
  border: 0;
}

/* line 364, node_modules/foundation-sites/scss/typography/_base.scss */

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

/* line 378, node_modules/foundation-sites/scss/typography/_base.scss */

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

/* line 387, node_modules/foundation-sites/scss/typography/_base.scss */

li {
  font-size: inherit;
}

/* line 392, node_modules/foundation-sites/scss/typography/_base.scss */

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

/* line 398, node_modules/foundation-sites/scss/typography/_base.scss */

ol {
  margin-left: 1.25rem;
}

/* line 404, node_modules/foundation-sites/scss/typography/_base.scss */

ul ul,
ol ul,
ul ol,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 411, node_modules/foundation-sites/scss/typography/_base.scss */

dl {
  margin-bottom: 1rem;
}

/* line 414, node_modules/foundation-sites/scss/typography/_base.scss */

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

/* line 421, node_modules/foundation-sites/scss/typography/_base.scss */

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

/* line 426, node_modules/foundation-sites/scss/typography/_base.scss */

blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

/* line 442, node_modules/foundation-sites/scss/typography/_base.scss */

abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

/* line 449, node_modules/foundation-sites/scss/typography/_base.scss */

figure {
  margin: 0;
}

/* line 461, node_modules/foundation-sites/scss/typography/_base.scss */

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

/* line 134, node_modules/foundation-sites/scss/typography/_helpers.scss */

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

/* line 144, node_modules/foundation-sites/scss/typography/_helpers.scss */

.lead {
  font-size: 125%;
  line-height: 1.6;
}

/* line 150, node_modules/foundation-sites/scss/typography/_helpers.scss */

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

/* line 154, node_modules/foundation-sites/scss/typography/_helpers.scss */

p + .stat {
  margin-top: -1rem;
}

/* line 161, node_modules/foundation-sites/scss/typography/_helpers.scss */

ul.no-bullet,
ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

/* line 167, node_modules/foundation-sites/scss/typography/_helpers.scss */

.cite-block,
cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}

/* line 90, node_modules/foundation-sites/scss/typography/_helpers.scss */

.cite-block:before,
cite:before {
  content: "\2014   ";
}

/* line 171, node_modules/foundation-sites/scss/typography/_helpers.scss */

.code-inline,
code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* line 176, node_modules/foundation-sites/scss/typography/_helpers.scss */

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

/* line 15, node_modules/foundation-sites/scss/typography/_alignment.scss */

.text-left {
  text-align: left;
}

/* line 15, node_modules/foundation-sites/scss/typography/_alignment.scss */

.text-right {
  text-align: right;
}

/* line 15, node_modules/foundation-sites/scss/typography/_alignment.scss */

.text-center {
  text-align: center;
}

/* line 15, node_modules/foundation-sites/scss/typography/_alignment.scss */

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  /* line 10, node_modules/foundation-sites/scss/typography/_alignment.scss */

  .medium-text-left {
    text-align: left;
  }

  /* line 10, node_modules/foundation-sites/scss/typography/_alignment.scss */

  .medium-text-right {
    text-align: right;
  }

  /* line 10, node_modules/foundation-sites/scss/typography/_alignment.scss */

  .medium-text-center {
    text-align: center;
  }

  /* line 10, node_modules/foundation-sites/scss/typography/_alignment.scss */

  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 10, node_modules/foundation-sites/scss/typography/_alignment.scss */

  .large-text-left {
    text-align: left;
  }

  /* line 10, node_modules/foundation-sites/scss/typography/_alignment.scss */

  .large-text-right {
    text-align: right;
  }

  /* line 10, node_modules/foundation-sites/scss/typography/_alignment.scss */

  .large-text-center {
    text-align: center;
  }

  /* line 10, node_modules/foundation-sites/scss/typography/_alignment.scss */

  .large-text-justify {
    text-align: justify;
  }
}

/* line 18, node_modules/foundation-sites/scss/typography/_print.scss */

.show-for-print {
  display: none !important;
}

@media print {
  /* line 21, node_modules/foundation-sites/scss/typography/_print.scss */

  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            color-adjust: economy;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 38, node_modules/foundation-sites/scss/typography/_print.scss */

  .show-for-print {
    display: block !important;
  }

  /* line 39, node_modules/foundation-sites/scss/typography/_print.scss */

  .hide-for-print {
    display: none !important;
  }

  /* line 41, node_modules/foundation-sites/scss/typography/_print.scss */

  table.show-for-print {
    display: table !important;
  }

  /* line 42, node_modules/foundation-sites/scss/typography/_print.scss */

  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 43, node_modules/foundation-sites/scss/typography/_print.scss */

  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 44, node_modules/foundation-sites/scss/typography/_print.scss */

  tr.show-for-print {
    display: table-row !important;
  }

  /* line 45, node_modules/foundation-sites/scss/typography/_print.scss */

  td.show-for-print {
    display: table-cell !important;
  }

  /* line 46, node_modules/foundation-sites/scss/typography/_print.scss */

  th.show-for-print {
    display: table-cell !important;
  }

  /* line 49, node_modules/foundation-sites/scss/typography/_print.scss */

  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 52, node_modules/foundation-sites/scss/typography/_print.scss */

  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 56, node_modules/foundation-sites/scss/typography/_print.scss */

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  /* line 61, node_modules/foundation-sites/scss/typography/_print.scss */

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 64, node_modules/foundation-sites/scss/typography/_print.scss */

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  /* line 71, node_modules/foundation-sites/scss/typography/_print.scss */

  thead {
    display: table-header-group;
  }

  /* line 73, node_modules/foundation-sites/scss/typography/_print.scss */

  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 76, node_modules/foundation-sites/scss/typography/_print.scss */

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  /* line 80, node_modules/foundation-sites/scss/typography/_print.scss */

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 88, node_modules/foundation-sites/scss/typography/_print.scss */

  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 92, node_modules/foundation-sites/scss/typography/_print.scss */

  .print-break-inside {
    page-break-inside: auto;
  }
}

/* line 333, node_modules/foundation-sites/scss/components/_button.scss */

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

/* line 202, node_modules/foundation-sites/scss/util/_mixins.scss */

[data-whatinput='mouse'] .button {
  outline: 0;
}

/* line 338, node_modules/foundation-sites/scss/components/_button.scss */

.button.tiny {
  font-size: 0.6rem;
}

/* line 338, node_modules/foundation-sites/scss/components/_button.scss */

.button.small {
  font-size: 0.75rem;
}

/* line 338, node_modules/foundation-sites/scss/components/_button.scss */

.button.large {
  font-size: 1.25rem;
}

/* line 343, node_modules/foundation-sites/scss/components/_button.scss */

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

/* line 198, node_modules/foundation-sites/scss/components/_button.scss */

.button,
.button.disabled,
.button[disabled],
.button.disabled:hover,
.button[disabled]:hover,
.button.disabled:focus,
.button[disabled]:focus {
  background-color: #27ae60;
  color: #fefefe;
}

/* line 206, node_modules/foundation-sites/scss/components/_button.scss */

.button:hover,
.button:focus {
  background-color: #219452;
  color: #fefefe;
}

/* line 198, node_modules/foundation-sites/scss/components/_button.scss */

.button.primary,
.button.primary.disabled,
.button.primary[disabled],
.button.primary.disabled:hover,
.button.primary[disabled]:hover,
.button.primary.disabled:focus,
.button.primary[disabled]:focus {
  background-color: #27ae60;
  color: #0a0a0a;
}

/* line 206, node_modules/foundation-sites/scss/components/_button.scss */

.button.primary:hover,
.button.primary:focus {
  background-color: #1f8b4d;
  color: #0a0a0a;
}

/* line 198, node_modules/foundation-sites/scss/components/_button.scss */

.button.secondary,
.button.secondary.disabled,
.button.secondary[disabled],
.button.secondary.disabled:hover,
.button.secondary[disabled]:hover,
.button.secondary.disabled:focus,
.button.secondary[disabled]:focus {
  background-color: #1866ff;
  color: #fefefe;
}

/* line 206, node_modules/foundation-sites/scss/components/_button.scss */

.button.secondary:hover,
.button.secondary:focus {
  background-color: #004bdf;
  color: #fefefe;
}

/* line 198, node_modules/foundation-sites/scss/components/_button.scss */

.button.success,
.button.success.disabled,
.button.success[disabled],
.button.success.disabled:hover,
.button.success[disabled]:hover,
.button.success.disabled:focus,
.button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

/* line 206, node_modules/foundation-sites/scss/components/_button.scss */

.button.success:hover,
.button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

/* line 198, node_modules/foundation-sites/scss/components/_button.scss */

.button.warning,
.button.warning.disabled,
.button.warning[disabled],
.button.warning.disabled:hover,
.button.warning[disabled]:hover,
.button.warning.disabled:focus,
.button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

/* line 206, node_modules/foundation-sites/scss/components/_button.scss */

.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

/* line 198, node_modules/foundation-sites/scss/components/_button.scss */

.button.alert,
.button.alert.disabled,
.button.alert[disabled],
.button.alert.disabled:hover,
.button.alert[disabled]:hover,
.button.alert.disabled:focus,
.button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

/* line 206, node_modules/foundation-sites/scss/components/_button.scss */

.button.alert:hover,
.button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

/* line 216, node_modules/foundation-sites/scss/components/_button.scss */

.button.hollow,
.button.hollow:hover,
.button.hollow:focus,
.button.hollow.disabled,
.button.hollow.disabled:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled],
.button.hollow[disabled]:hover,
.button.hollow[disabled]:focus {
  background-color: transparent;
}

/* line 234, node_modules/foundation-sites/scss/components/_button.scss */

.button.hollow,
.button.hollow.disabled,
.button.hollow[disabled],
.button.hollow.disabled:hover,
.button.hollow[disabled]:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled]:focus {
  border: 1px solid #27ae60;
  color: #27ae60;
}

/* line 242, node_modules/foundation-sites/scss/components/_button.scss */

.button.hollow:hover,
.button.hollow:focus {
  border-color: #145730;
  color: #145730;
}

/* line 234, node_modules/foundation-sites/scss/components/_button.scss */

.button.hollow.primary,
.button.hollow.primary.disabled,
.button.hollow.primary[disabled],
.button.hollow.primary.disabled:hover,
.button.hollow.primary[disabled]:hover,
.button.hollow.primary.disabled:focus,
.button.hollow.primary[disabled]:focus {
  border: 1px solid #27ae60;
  color: #27ae60;
}

/* line 242, node_modules/foundation-sites/scss/components/_button.scss */

.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #145730;
  color: #145730;
}

/* line 234, node_modules/foundation-sites/scss/components/_button.scss */

.button.hollow.secondary,
.button.hollow.secondary.disabled,
.button.hollow.secondary[disabled],
.button.hollow.secondary.disabled:hover,
.button.hollow.secondary[disabled]:hover,
.button.hollow.secondary.disabled:focus,
.button.hollow.secondary[disabled]:focus {
  border: 1px solid #1866ff;
  color: #1866ff;
}

/* line 242, node_modules/foundation-sites/scss/components/_button.scss */

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #002f8c;
  color: #002f8c;
}

/* line 234, node_modules/foundation-sites/scss/components/_button.scss */

.button.hollow.success,
.button.hollow.success.disabled,
.button.hollow.success[disabled],
.button.hollow.success.disabled:hover,
.button.hollow.success[disabled]:hover,
.button.hollow.success.disabled:focus,
.button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}

/* line 242, node_modules/foundation-sites/scss/components/_button.scss */

.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

/* line 234, node_modules/foundation-sites/scss/components/_button.scss */

.button.hollow.warning,
.button.hollow.warning.disabled,
.button.hollow.warning[disabled],
.button.hollow.warning.disabled:hover,
.button.hollow.warning[disabled]:hover,
.button.hollow.warning.disabled:focus,
.button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}

/* line 242, node_modules/foundation-sites/scss/components/_button.scss */

.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

/* line 234, node_modules/foundation-sites/scss/components/_button.scss */

.button.hollow.alert,
.button.hollow.alert.disabled,
.button.hollow.alert[disabled],
.button.hollow.alert.disabled:hover,
.button.hollow.alert[disabled]:hover,
.button.hollow.alert.disabled:focus,
.button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

/* line 242, node_modules/foundation-sites/scss/components/_button.scss */

.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

/* line 252, node_modules/foundation-sites/scss/components/_button.scss */

.button.clear,
.button.clear:hover,
.button.clear:focus,
.button.clear.disabled,
.button.clear.disabled:hover,
.button.clear.disabled:focus,
.button.clear[disabled],
.button.clear[disabled]:hover,
.button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}

/* line 269, node_modules/foundation-sites/scss/components/_button.scss */

.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear.disabled:hover,
.button.clear[disabled]:hover,
.button.clear.disabled:focus,
.button.clear[disabled]:focus {
  color: #27ae60;
}

/* line 276, node_modules/foundation-sites/scss/components/_button.scss */

.button.clear:hover,
.button.clear:focus {
  color: #145730;
}

/* line 269, node_modules/foundation-sites/scss/components/_button.scss */

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary.disabled:hover,
.button.clear.primary[disabled]:hover,
.button.clear.primary.disabled:focus,
.button.clear.primary[disabled]:focus {
  color: #27ae60;
}

/* line 276, node_modules/foundation-sites/scss/components/_button.scss */

.button.clear.primary:hover,
.button.clear.primary:focus {
  color: #145730;
}

/* line 269, node_modules/foundation-sites/scss/components/_button.scss */

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary.disabled:hover,
.button.clear.secondary[disabled]:hover,
.button.clear.secondary.disabled:focus,
.button.clear.secondary[disabled]:focus {
  color: #1866ff;
}

/* line 276, node_modules/foundation-sites/scss/components/_button.scss */

.button.clear.secondary:hover,
.button.clear.secondary:focus {
  color: #002f8c;
}

/* line 269, node_modules/foundation-sites/scss/components/_button.scss */

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success[disabled],
.button.clear.success.disabled:hover,
.button.clear.success[disabled]:hover,
.button.clear.success.disabled:focus,
.button.clear.success[disabled]:focus {
  color: #3adb76;
}

/* line 276, node_modules/foundation-sites/scss/components/_button.scss */

.button.clear.success:hover,
.button.clear.success:focus {
  color: #157539;
}

/* line 269, node_modules/foundation-sites/scss/components/_button.scss */

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning[disabled],
.button.clear.warning.disabled:hover,
.button.clear.warning[disabled]:hover,
.button.clear.warning.disabled:focus,
.button.clear.warning[disabled]:focus {
  color: #ffae00;
}

/* line 276, node_modules/foundation-sites/scss/components/_button.scss */

.button.clear.warning:hover,
.button.clear.warning:focus {
  color: #805700;
}

/* line 269, node_modules/foundation-sites/scss/components/_button.scss */

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert[disabled],
.button.clear.alert.disabled:hover,
.button.clear.alert[disabled]:hover,
.button.clear.alert.disabled:focus,
.button.clear.alert[disabled]:focus {
  color: #cc4b37;
}

/* line 276, node_modules/foundation-sites/scss/components/_button.scss */

.button.clear.alert:hover,
.button.clear.alert:focus {
  color: #67251a;
}

/* line 385, node_modules/foundation-sites/scss/components/_button.scss */

.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 299, node_modules/foundation-sites/scss/components/_button.scss */

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

/* line 400, node_modules/foundation-sites/scss/components/_button.scss */

.button.dropdown.hollow::after,
.button.dropdown.clear::after {
  border-top-color: #27ae60;
}

/* line 406, node_modules/foundation-sites/scss/components/_button.scss */

.button.dropdown.hollow.primary::after,
.button.dropdown.clear.primary::after {
  border-top-color: #27ae60;
}

/* line 406, node_modules/foundation-sites/scss/components/_button.scss */

.button.dropdown.hollow.secondary::after,
.button.dropdown.clear.secondary::after {
  border-top-color: #1866ff;
}

/* line 406, node_modules/foundation-sites/scss/components/_button.scss */

.button.dropdown.hollow.success::after,
.button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}

/* line 406, node_modules/foundation-sites/scss/components/_button.scss */

.button.dropdown.hollow.warning::after,
.button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}

/* line 406, node_modules/foundation-sites/scss/components/_button.scss */

.button.dropdown.hollow.alert::after,
.button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}

/* line 415, node_modules/foundation-sites/scss/components/_button.scss */

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

/* line 423, node_modules/foundation-sites/scss/components/_button.scss */

a.button:hover,
a.button:focus {
  text-decoration: none;
}

/* line 125, node_modules/foundation-sites/scss/forms/_text.scss */

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 111, node_modules/foundation-sites/scss/forms/_text.scss */

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

/* line 132, node_modules/foundation-sites/scss/forms/_text.scss */

textarea {
  max-width: 100%;
}

/* line 135, node_modules/foundation-sites/scss/forms/_text.scss */

textarea[rows] {
  height: auto;
}

/* line 143, node_modules/foundation-sites/scss/forms/_text.scss */

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

/* line 151, node_modules/foundation-sites/scss/forms/_text.scss */

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

/* line 158, node_modules/foundation-sites/scss/forms/_text.scss */

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 176, node_modules/foundation-sites/scss/forms/_text.scss */

::-webkit-input-placeholder {
  color: #cacaca;
}

::-moz-placeholder {
  color: #cacaca;
}

::-ms-input-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

/* line 10, node_modules/foundation-sites/scss/forms/_checkbox.scss */

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

/* line 17, node_modules/foundation-sites/scss/forms/_checkbox.scss */

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

/* line 26, node_modules/foundation-sites/scss/forms/_checkbox.scss */

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

/* line 32, node_modules/foundation-sites/scss/forms/_checkbox.scss */

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

/* line 38, node_modules/foundation-sites/scss/forms/_checkbox.scss */

[type='file'] {
  width: 100%;
}

/* line 43, node_modules/foundation-sites/scss/forms/_label.scss */

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

/* line 46, node_modules/foundation-sites/scss/forms/_label.scss */

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

/* line 22, node_modules/foundation-sites/scss/forms/_help-text.scss */

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

/* line 27, node_modules/foundation-sites/scss/forms/_input-group.scss */

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* line 37, node_modules/foundation-sites/scss/forms/_input-group.scss */

.input-group > :first-child,
.input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

/* line 43, node_modules/foundation-sites/scss/forms/_input-group.scss */

.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

/* line 49, node_modules/foundation-sites/scss/forms/_input-group.scss */

.input-group-label,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

/* line 59, node_modules/foundation-sites/scss/forms/_input-group.scss */

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 80, node_modules/foundation-sites/scss/forms/_input-group.scss */

.input-group-label:first-child {
  border-right: 0;
}

/* line 84, node_modules/foundation-sites/scss/forms/_input-group.scss */

.input-group-label:last-child {
  border-left: 0;
}

/* line 90, node_modules/foundation-sites/scss/forms/_input-group.scss */

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0;
}

/* line 100, node_modules/foundation-sites/scss/forms/_input-group.scss */

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 115, node_modules/foundation-sites/scss/forms/_input-group.scss */

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

/* line 39, node_modules/foundation-sites/scss/forms/_fieldset.scss */

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 45, node_modules/foundation-sites/scss/forms/_fieldset.scss */

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

/* line 50, node_modules/foundation-sites/scss/forms/_fieldset.scss */

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

/* line 30, node_modules/foundation-sites/scss/forms/_fieldset.scss */

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

/* line 87, node_modules/foundation-sites/scss/forms/_select.scss */

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

@media screen and (min-width: 0\0) {
  /* line 87, node_modules/foundation-sites/scss/forms/_select.scss */

  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

/* line 54, node_modules/foundation-sites/scss/forms/_select.scss */

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

/* line 66, node_modules/foundation-sites/scss/forms/_select.scss */

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

/* line 72, node_modules/foundation-sites/scss/forms/_select.scss */

select::-ms-expand {
  display: none;
}

/* line 76, node_modules/foundation-sites/scss/forms/_select.scss */

select[multiple] {
  height: auto;
  background-image: none;
}

/* line 80, node_modules/foundation-sites/scss/forms/_select.scss */

select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 45, node_modules/foundation-sites/scss/forms/_error.scss */

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}

/* line 49, node_modules/foundation-sites/scss/forms/_error.scss */

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

/* line 76, node_modules/foundation-sites/scss/forms/_error.scss */

.is-invalid-label {
  color: #cc4b37;
}

/* line 82, node_modules/foundation-sites/scss/forms/_error.scss */

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

/* line 85, node_modules/foundation-sites/scss/forms/_error.scss */

.form-error.is-visible {
  display: block;
}

/* line 149, node_modules/foundation-sites/scss/components/_accordion.scss */

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

/* line 66, node_modules/foundation-sites/scss/components/_accordion.scss */

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

/* line 74, node_modules/foundation-sites/scss/components/_accordion.scss */

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

/* line 78, node_modules/foundation-sites/scss/components/_accordion.scss */

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

/* line 157, node_modules/foundation-sites/scss/components/_accordion.scss */

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #27ae60;
}

/* line 102, node_modules/foundation-sites/scss/components/_accordion.scss */

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

/* line 107, node_modules/foundation-sites/scss/components/_accordion.scss */

.accordion-title:hover,
.accordion-title:focus {
  background-color: #e6e6e6;
}

/* line 113, node_modules/foundation-sites/scss/components/_accordion.scss */

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}

/* line 121, node_modules/foundation-sites/scss/components/_accordion.scss */

.is-active > .accordion-title::before {
  content: "\2013";
}

/* line 161, node_modules/foundation-sites/scss/components/_accordion.scss */

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}

/* line 143, node_modules/foundation-sites/scss/components/_accordion.scss */

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

/* line 83, node_modules/foundation-sites/scss/components/_accordion-menu.scss */

.accordion-menu li {
  width: 100%;
}

/* line 92, node_modules/foundation-sites/scss/components/_accordion-menu.scss */

.accordion-menu a {
  padding: 0.7rem 1rem;
}

/* line 99, node_modules/foundation-sites/scss/components/_accordion-menu.scss */

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

/* line 103, node_modules/foundation-sites/scss/components/_accordion-menu.scss */

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

/* line 108, node_modules/foundation-sites/scss/components/_accordion-menu.scss */

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

/* line 54, node_modules/foundation-sites/scss/components/_accordion-menu.scss */

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

/* line 57, node_modules/foundation-sites/scss/components/_accordion-menu.scss */

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #27ae60 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

/* line 66, node_modules/foundation-sites/scss/components/_accordion-menu.scss */

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}

/* line 71, node_modules/foundation-sites/scss/components/_accordion-menu.scss */

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

/* line 116, node_modules/foundation-sites/scss/components/_accordion-menu.scss */

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

/* line 130, node_modules/foundation-sites/scss/components/_accordion-menu.scss */

.is-accordion-submenu-parent {
  position: relative;
}

/* line 134, node_modules/foundation-sites/scss/components/_accordion-menu.scss */

.has-submenu-toggle > a {
  margin-right: 40px;
}

/* line 139, node_modules/foundation-sites/scss/components/_accordion-menu.scss */

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

/* line 156, node_modules/foundation-sites/scss/components/_accordion-menu.scss */

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #27ae60 transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 166, node_modules/foundation-sites/scss/components/_accordion-menu.scss */

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
       -o-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

/* line 171, node_modules/foundation-sites/scss/components/_accordion-menu.scss */

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 50, node_modules/foundation-sites/scss/components/_badge.scss */

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #27ae60;
  color: #fefefe;
}

/* line 57, node_modules/foundation-sites/scss/components/_badge.scss */

.badge.primary {
  background: #27ae60;
  color: #0a0a0a;
}

/* line 57, node_modules/foundation-sites/scss/components/_badge.scss */

.badge.secondary {
  background: #1866ff;
  color: #fefefe;
}

/* line 57, node_modules/foundation-sites/scss/components/_badge.scss */

.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}

/* line 57, node_modules/foundation-sites/scss/components/_badge.scss */

.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}

/* line 57, node_modules/foundation-sites/scss/components/_badge.scss */

.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

/* line 111, node_modules/foundation-sites/scss/components/_breadcrumbs.scss */

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

/* line 170, node_modules/foundation-sites/scss/util/_mixins.scss */

.breadcrumbs::before,
.breadcrumbs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* line 181, node_modules/foundation-sites/scss/util/_mixins.scss */

.breadcrumbs::after {
  clear: both;
}

/* line 70, node_modules/foundation-sites/scss/components/_breadcrumbs.scss */

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

/* line 86, node_modules/foundation-sites/scss/components/_breadcrumbs.scss */

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

/* line 101, node_modules/foundation-sites/scss/components/_breadcrumbs.scss */

.breadcrumbs a {
  color: #27ae60;
}

/* line 104, node_modules/foundation-sites/scss/components/_breadcrumbs.scss */

.breadcrumbs a:hover {
  text-decoration: underline;
}

/* line 114, node_modules/foundation-sites/scss/components/_breadcrumbs.scss */

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

/* line 217, node_modules/foundation-sites/scss/components/_button-group.scss */

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 170, node_modules/foundation-sites/scss/util/_mixins.scss */

.button-group::before,
.button-group::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* line 181, node_modules/foundation-sites/scss/util/_mixins.scss */

.button-group::after {
  clear: both;
}

/* line 45, node_modules/foundation-sites/scss/components/_button-group.scss */

.button-group::before,
.button-group::after {
  display: none;
}

/* line 54, node_modules/foundation-sites/scss/components/_button-group.scss */

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 64, node_modules/foundation-sites/scss/components/_button-group.scss */

.button-group .button:last-child {
  margin-right: 0;
}

/* line 222, node_modules/foundation-sites/scss/components/_button-group.scss */

.button-group.tiny .button {
  font-size: 0.6rem;
}

/* line 222, node_modules/foundation-sites/scss/components/_button-group.scss */

.button-group.small .button {
  font-size: 0.75rem;
}

/* line 222, node_modules/foundation-sites/scss/components/_button-group.scss */

.button-group.large .button {
  font-size: 1.25rem;
}

/* line 116, node_modules/foundation-sites/scss/components/_button-group.scss */

.button-group.expanded .button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  margin-right: 0;
}

/* line 198, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.primary .button,
.button-group.primary .button.disabled,
.button-group.primary .button[disabled],
.button-group.primary .button.disabled:hover,
.button-group.primary .button[disabled]:hover,
.button-group.primary .button.disabled:focus,
.button-group.primary .button[disabled]:focus {
  background-color: #27ae60;
  color: #0a0a0a;
}

/* line 206, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.primary .button:hover,
.button-group.primary .button:focus {
  background-color: #1f8b4d;
  color: #0a0a0a;
}

/* line 198, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.secondary .button,
.button-group.secondary .button.disabled,
.button-group.secondary .button[disabled],
.button-group.secondary .button.disabled:hover,
.button-group.secondary .button[disabled]:hover,
.button-group.secondary .button.disabled:focus,
.button-group.secondary .button[disabled]:focus {
  background-color: #1866ff;
  color: #fefefe;
}

/* line 206, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
  background-color: #004bdf;
  color: #fefefe;
}

/* line 198, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.success .button,
.button-group.success .button.disabled,
.button-group.success .button[disabled],
.button-group.success .button.disabled:hover,
.button-group.success .button[disabled]:hover,
.button-group.success .button.disabled:focus,
.button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

/* line 206, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.success .button:hover,
.button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

/* line 198, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.warning .button,
.button-group.warning .button.disabled,
.button-group.warning .button[disabled],
.button-group.warning .button.disabled:hover,
.button-group.warning .button[disabled]:hover,
.button-group.warning .button.disabled:focus,
.button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

/* line 206, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.warning .button:hover,
.button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

/* line 198, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.alert .button,
.button-group.alert .button.disabled,
.button-group.alert .button[disabled],
.button-group.alert .button.disabled:hover,
.button-group.alert .button[disabled]:hover,
.button-group.alert .button.disabled:focus,
.button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

/* line 206, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.alert .button:hover,
.button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

/* line 216, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.hollow .button,
.button-group.hollow .button:hover,
.button-group.hollow .button:focus,
.button-group.hollow .button.disabled,
.button-group.hollow .button.disabled:hover,
.button-group.hollow .button.disabled:focus,
.button-group.hollow .button[disabled],
.button-group.hollow .button[disabled]:hover,
.button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}

/* line 234, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.hollow .button,
.button-group.hollow .button.disabled,
.button-group.hollow .button[disabled],
.button-group.hollow .button.disabled:hover,
.button-group.hollow .button[disabled]:hover,
.button-group.hollow .button.disabled:focus,
.button-group.hollow .button[disabled]:focus {
  border: 1px solid #27ae60;
  color: #27ae60;
}

/* line 242, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.hollow .button:hover,
.button-group.hollow .button:focus {
  border-color: #145730;
  color: #145730;
}

/* line 234, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.hollow.primary .button,
.button-group.hollow.primary .button.disabled,
.button-group.hollow.primary .button[disabled],
.button-group.hollow.primary .button.disabled:hover,
.button-group.hollow.primary .button[disabled]:hover,
.button-group.hollow.primary .button.disabled:focus,
.button-group.hollow.primary .button[disabled]:focus,
.button-group.hollow .button.primary,
.button-group.hollow .button.primary.disabled,
.button-group.hollow .button.primary[disabled],
.button-group.hollow .button.primary.disabled:hover,
.button-group.hollow .button.primary[disabled]:hover,
.button-group.hollow .button.primary.disabled:focus,
.button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #27ae60;
  color: #27ae60;
}

/* line 242, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.hollow.primary .button:hover,
.button-group.hollow.primary .button:focus,
.button-group.hollow .button.primary:hover,
.button-group.hollow .button.primary:focus {
  border-color: #145730;
  color: #145730;
}

/* line 234, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.hollow.secondary .button,
.button-group.hollow.secondary .button.disabled,
.button-group.hollow.secondary .button[disabled],
.button-group.hollow.secondary .button.disabled:hover,
.button-group.hollow.secondary .button[disabled]:hover,
.button-group.hollow.secondary .button.disabled:focus,
.button-group.hollow.secondary .button[disabled]:focus,
.button-group.hollow .button.secondary,
.button-group.hollow .button.secondary.disabled,
.button-group.hollow .button.secondary[disabled],
.button-group.hollow .button.secondary.disabled:hover,
.button-group.hollow .button.secondary[disabled]:hover,
.button-group.hollow .button.secondary.disabled:focus,
.button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #1866ff;
  color: #1866ff;
}

/* line 242, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.hollow.secondary .button:hover,
.button-group.hollow.secondary .button:focus,
.button-group.hollow .button.secondary:hover,
.button-group.hollow .button.secondary:focus {
  border-color: #002f8c;
  color: #002f8c;
}

/* line 234, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.hollow.success .button,
.button-group.hollow.success .button.disabled,
.button-group.hollow.success .button[disabled],
.button-group.hollow.success .button.disabled:hover,
.button-group.hollow.success .button[disabled]:hover,
.button-group.hollow.success .button.disabled:focus,
.button-group.hollow.success .button[disabled]:focus,
.button-group.hollow .button.success,
.button-group.hollow .button.success.disabled,
.button-group.hollow .button.success[disabled],
.button-group.hollow .button.success.disabled:hover,
.button-group.hollow .button.success[disabled]:hover,
.button-group.hollow .button.success.disabled:focus,
.button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}

/* line 242, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.hollow.success .button:hover,
.button-group.hollow.success .button:focus,
.button-group.hollow .button.success:hover,
.button-group.hollow .button.success:focus {
  border-color: #157539;
  color: #157539;
}

/* line 234, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.hollow.warning .button,
.button-group.hollow.warning .button.disabled,
.button-group.hollow.warning .button[disabled],
.button-group.hollow.warning .button.disabled:hover,
.button-group.hollow.warning .button[disabled]:hover,
.button-group.hollow.warning .button.disabled:focus,
.button-group.hollow.warning .button[disabled]:focus,
.button-group.hollow .button.warning,
.button-group.hollow .button.warning.disabled,
.button-group.hollow .button.warning[disabled],
.button-group.hollow .button.warning.disabled:hover,
.button-group.hollow .button.warning[disabled]:hover,
.button-group.hollow .button.warning.disabled:focus,
.button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}

/* line 242, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.hollow.warning .button:hover,
.button-group.hollow.warning .button:focus,
.button-group.hollow .button.warning:hover,
.button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}

/* line 234, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.hollow.alert .button,
.button-group.hollow.alert .button.disabled,
.button-group.hollow.alert .button[disabled],
.button-group.hollow.alert .button.disabled:hover,
.button-group.hollow.alert .button[disabled]:hover,
.button-group.hollow.alert .button.disabled:focus,
.button-group.hollow.alert .button[disabled]:focus,
.button-group.hollow .button.alert,
.button-group.hollow .button.alert.disabled,
.button-group.hollow .button.alert[disabled],
.button-group.hollow .button.alert.disabled:hover,
.button-group.hollow .button.alert[disabled]:hover,
.button-group.hollow .button.alert.disabled:focus,
.button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

/* line 242, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.hollow.alert .button:hover,
.button-group.hollow.alert .button:focus,
.button-group.hollow .button.alert:hover,
.button-group.hollow .button.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

/* line 252, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.clear .button,
.button-group.clear .button:hover,
.button-group.clear .button:focus,
.button-group.clear .button.disabled,
.button-group.clear .button.disabled:hover,
.button-group.clear .button.disabled:focus,
.button-group.clear .button[disabled],
.button-group.clear .button[disabled]:hover,
.button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}

/* line 269, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.clear .button,
.button-group.clear .button.disabled,
.button-group.clear .button[disabled],
.button-group.clear .button.disabled:hover,
.button-group.clear .button[disabled]:hover,
.button-group.clear .button.disabled:focus,
.button-group.clear .button[disabled]:focus {
  color: #27ae60;
}

/* line 276, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.clear .button:hover,
.button-group.clear .button:focus {
  color: #145730;
}

/* line 269, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.clear.primary .button,
.button-group.clear.primary .button.disabled,
.button-group.clear.primary .button[disabled],
.button-group.clear.primary .button.disabled:hover,
.button-group.clear.primary .button[disabled]:hover,
.button-group.clear.primary .button.disabled:focus,
.button-group.clear.primary .button[disabled]:focus,
.button-group.clear .button.primary,
.button-group.clear .button.primary.disabled,
.button-group.clear .button.primary[disabled],
.button-group.clear .button.primary.disabled:hover,
.button-group.clear .button.primary[disabled]:hover,
.button-group.clear .button.primary.disabled:focus,
.button-group.clear .button.primary[disabled]:focus {
  color: #27ae60;
}

/* line 276, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.clear.primary .button:hover,
.button-group.clear.primary .button:focus,
.button-group.clear .button.primary:hover,
.button-group.clear .button.primary:focus {
  color: #145730;
}

/* line 269, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.clear.secondary .button,
.button-group.clear.secondary .button.disabled,
.button-group.clear.secondary .button[disabled],
.button-group.clear.secondary .button.disabled:hover,
.button-group.clear.secondary .button[disabled]:hover,
.button-group.clear.secondary .button.disabled:focus,
.button-group.clear.secondary .button[disabled]:focus,
.button-group.clear .button.secondary,
.button-group.clear .button.secondary.disabled,
.button-group.clear .button.secondary[disabled],
.button-group.clear .button.secondary.disabled:hover,
.button-group.clear .button.secondary[disabled]:hover,
.button-group.clear .button.secondary.disabled:focus,
.button-group.clear .button.secondary[disabled]:focus {
  color: #1866ff;
}

/* line 276, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.clear.secondary .button:hover,
.button-group.clear.secondary .button:focus,
.button-group.clear .button.secondary:hover,
.button-group.clear .button.secondary:focus {
  color: #002f8c;
}

/* line 269, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.clear.success .button,
.button-group.clear.success .button.disabled,
.button-group.clear.success .button[disabled],
.button-group.clear.success .button.disabled:hover,
.button-group.clear.success .button[disabled]:hover,
.button-group.clear.success .button.disabled:focus,
.button-group.clear.success .button[disabled]:focus,
.button-group.clear .button.success,
.button-group.clear .button.success.disabled,
.button-group.clear .button.success[disabled],
.button-group.clear .button.success.disabled:hover,
.button-group.clear .button.success[disabled]:hover,
.button-group.clear .button.success.disabled:focus,
.button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}

/* line 276, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.clear.success .button:hover,
.button-group.clear.success .button:focus,
.button-group.clear .button.success:hover,
.button-group.clear .button.success:focus {
  color: #157539;
}

/* line 269, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.clear.warning .button,
.button-group.clear.warning .button.disabled,
.button-group.clear.warning .button[disabled],
.button-group.clear.warning .button.disabled:hover,
.button-group.clear.warning .button[disabled]:hover,
.button-group.clear.warning .button.disabled:focus,
.button-group.clear.warning .button[disabled]:focus,
.button-group.clear .button.warning,
.button-group.clear .button.warning.disabled,
.button-group.clear .button.warning[disabled],
.button-group.clear .button.warning.disabled:hover,
.button-group.clear .button.warning[disabled]:hover,
.button-group.clear .button.warning.disabled:focus,
.button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}

/* line 276, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.clear.warning .button:hover,
.button-group.clear.warning .button:focus,
.button-group.clear .button.warning:hover,
.button-group.clear .button.warning:focus {
  color: #805700;
}

/* line 269, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.clear.alert .button,
.button-group.clear.alert .button.disabled,
.button-group.clear.alert .button[disabled],
.button-group.clear.alert .button.disabled:hover,
.button-group.clear.alert .button[disabled]:hover,
.button-group.clear.alert .button.disabled:focus,
.button-group.clear.alert .button[disabled]:focus,
.button-group.clear .button.alert,
.button-group.clear .button.alert.disabled,
.button-group.clear .button.alert[disabled],
.button-group.clear .button.alert.disabled:hover,
.button-group.clear .button.alert[disabled]:hover,
.button-group.clear .button.alert.disabled:focus,
.button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}

/* line 276, node_modules/foundation-sites/scss/components/_button.scss */

.button-group.clear.alert .button:hover,
.button-group.clear.alert .button:focus,
.button-group.clear .button.alert:hover,
.button-group.clear .button.alert:focus {
  color: #67251a;
}

/* line 90, node_modules/foundation-sites/scss/components/_button-group.scss */

.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}

/* line 93, node_modules/foundation-sites/scss/components/_button-group.scss */

.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}

/* line 260, node_modules/foundation-sites/scss/components/_button-group.scss */

.button-group.stacked,
.button-group.stacked-for-small,
.button-group.stacked-for-medium {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 156, node_modules/foundation-sites/scss/components/_button-group.scss */

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

/* line 164, node_modules/foundation-sites/scss/components/_button-group.scss */

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

/* line 116, node_modules/foundation-sites/scss/components/_button-group.scss */

.button-group.stacked.expanded .button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked-for-medium.expanded .button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  margin-right: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 190, node_modules/foundation-sites/scss/components/_button-group.scss */

  .button-group.stacked-for-small .button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 190, node_modules/foundation-sites/scss/components/_button-group.scss */

  .button-group.stacked-for-medium .button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 39.99875em) {
  /* line 282, node_modules/foundation-sites/scss/components/_button-group.scss */

  .button-group.stacked-for-small.expanded {
    display: block;
  }

  /* line 286, node_modules/foundation-sites/scss/components/_button-group.scss */

  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

@media print, screen and (max-width: 63.99875em) {
  /* line 293, node_modules/foundation-sites/scss/components/_button-group.scss */

  .button-group.stacked-for-medium.expanded {
    display: block;
  }

  /* line 297, node_modules/foundation-sites/scss/components/_button-group.scss */

  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

/* line 93, node_modules/foundation-sites/scss/components/_callout.scss */

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}

/* line 59, node_modules/foundation-sites/scss/components/_callout.scss */

.callout > :first-child {
  margin-top: 0;
}

/* line 63, node_modules/foundation-sites/scss/components/_callout.scss */

.callout > :last-child {
  margin-bottom: 0;
}

/* line 97, node_modules/foundation-sites/scss/components/_callout.scss */

.callout.primary {
  background-color: #dbf7e7;
  color: #0a0a0a;
}

/* line 97, node_modules/foundation-sites/scss/components/_callout.scss */

.callout.secondary {
  background-color: #dce8ff;
  color: #0a0a0a;
}

/* line 97, node_modules/foundation-sites/scss/components/_callout.scss */

.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}

/* line 97, node_modules/foundation-sites/scss/components/_callout.scss */

.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}

/* line 97, node_modules/foundation-sites/scss/components/_callout.scss */

.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}

/* line 103, node_modules/foundation-sites/scss/components/_callout.scss */

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

/* line 103, node_modules/foundation-sites/scss/components/_callout.scss */

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

/* line 112, node_modules/foundation-sites/scss/components/_card.scss */

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}

/* line 73, node_modules/foundation-sites/scss/components/_card.scss */

.card > :last-child {
  margin-bottom: 0;
}

/* line 116, node_modules/foundation-sites/scss/components/_card.scss */

.card-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}

/* line 91, node_modules/foundation-sites/scss/components/_card.scss */

.card-divider > :last-child {
  margin-bottom: 0;
}

/* line 120, node_modules/foundation-sites/scss/components/_card.scss */

.card-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 1rem;
}

/* line 106, node_modules/foundation-sites/scss/components/_card.scss */

.card-section > :last-child {
  margin-bottom: 0;
}

/* line 126, node_modules/foundation-sites/scss/components/_card.scss */

.card-image {
  min-height: 1px;
}

/* line 108, node_modules/foundation-sites/scss/components/_close-button.scss */

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}

/* line 202, node_modules/foundation-sites/scss/util/_mixins.scss */

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

/* line 101, node_modules/foundation-sites/scss/components/_close-button.scss */

.close-button:hover,
.close-button:focus {
  color: #0a0a0a;
}

/* line 114, node_modules/foundation-sites/scss/components/_close-button.scss */

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

/* line 114, node_modules/foundation-sites/scss/components/_close-button.scss */

.close-button.medium,
.close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

/* line 361, node_modules/foundation-sites/scss/components/_menu.scss */

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 202, node_modules/foundation-sites/scss/util/_mixins.scss */

[data-whatinput='mouse'] .menu li {
  outline: 0;
}

/* line 72, node_modules/foundation-sites/scss/components/_menu.scss */

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

/* line 81, node_modules/foundation-sites/scss/components/_menu.scss */

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

/* line 88, node_modules/foundation-sites/scss/components/_menu.scss */

.menu input {
  display: inline-block;
}

/* line 365, node_modules/foundation-sites/scss/components/_menu.scss */

.menu,
.menu.horizontal {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 370, node_modules/foundation-sites/scss/components/_menu.scss */

.menu.vertical {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 96, node_modules/foundation-sites/scss/components/_menu.scss */

.menu.expanded li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

/* line 380, node_modules/foundation-sites/scss/components/_menu.scss */

.menu.simple {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 214, node_modules/foundation-sites/scss/components/_menu.scss */

.menu.simple li + li {
  margin-left: 1rem;
}

/* line 218, node_modules/foundation-sites/scss/components/_menu.scss */

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 386, node_modules/foundation-sites/scss/components/_menu.scss */

  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 390, node_modules/foundation-sites/scss/components/_menu.scss */

  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 96, node_modules/foundation-sites/scss/components/_menu.scss */

  .menu.medium-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }

  /* line 96, node_modules/foundation-sites/scss/components/_menu.scss */

  .menu.medium-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 386, node_modules/foundation-sites/scss/components/_menu.scss */

  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 390, node_modules/foundation-sites/scss/components/_menu.scss */

  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 96, node_modules/foundation-sites/scss/components/_menu.scss */

  .menu.large-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }

  /* line 96, node_modules/foundation-sites/scss/components/_menu.scss */

  .menu.large-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

/* line 404, node_modules/foundation-sites/scss/components/_menu.scss */

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

/* line 244, node_modules/foundation-sites/scss/components/_menu.scss */

.menu.icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 244, node_modules/foundation-sites/scss/components/_menu.scss */

.menu.icon-top a,
.menu.icon-right a,
.menu.icon-bottom a,
.menu.icon-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 264, node_modules/foundation-sites/scss/components/_menu.scss */

.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

/* line 269, node_modules/foundation-sites/scss/components/_menu.scss */

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

/* line 281, node_modules/foundation-sites/scss/components/_menu.scss */

.menu.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

/* line 286, node_modules/foundation-sites/scss/components/_menu.scss */

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

/* line 298, node_modules/foundation-sites/scss/components/_menu.scss */

.menu.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

/* line 306, node_modules/foundation-sites/scss/components/_menu.scss */

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

/* line 322, node_modules/foundation-sites/scss/components/_menu.scss */

.menu.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

/* line 330, node_modules/foundation-sites/scss/components/_menu.scss */

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

/* line 444, node_modules/foundation-sites/scss/components/_menu.scss */

.menu .is-active > a {
  background: #27ae60;
  color: #0a0a0a;
}

/* line 450, node_modules/foundation-sites/scss/components/_menu.scss */

.menu .active > a {
  /*background: #27ae60;*/
  background: #27ae6000;
  color: #0a0a0a;
}

/* line 456, node_modules/foundation-sites/scss/components/_menu.scss */

.menu.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 123, node_modules/foundation-sites/scss/components/_menu.scss */

.menu.align-right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 127, node_modules/foundation-sites/scss/components/_menu.scss */

.menu.align-right li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 132, node_modules/foundation-sites/scss/components/_menu.scss */

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

/* line 136, node_modules/foundation-sites/scss/components/_menu.scss */

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

/* line 464, node_modules/foundation-sites/scss/components/_menu.scss */

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

/* line 157, node_modules/foundation-sites/scss/components/_menu.scss */

.menu.align-center li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 161, node_modules/foundation-sites/scss/components/_menu.scss */

.menu.align-center li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 474, node_modules/foundation-sites/scss/components/_menu.scss */

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

/* line 481, node_modules/foundation-sites/scss/components/_menu.scss */

.menu-centered > .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 157, node_modules/foundation-sites/scss/components/_menu.scss */

.menu-centered > .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 161, node_modules/foundation-sites/scss/components/_menu.scss */

.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 492, node_modules/foundation-sites/scss/components/_menu.scss */

.no-js [data-responsive-menu] ul {
  display: none;
}

/* line 2, node_modules/foundation-sites/scss/components/_menu-icon.scss */

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

/* line 114, node_modules/foundation-sites/scss/util/_mixins.scss */

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
          box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}

/* line 137, node_modules/foundation-sites/scss/util/_mixins.scss */

.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
          box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

/* line 6, node_modules/foundation-sites/scss/components/_menu-icon.scss */

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

/* line 114, node_modules/foundation-sites/scss/util/_mixins.scss */

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
          box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}

/* line 137, node_modules/foundation-sites/scss/util/_mixins.scss */

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
          box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

/* line 74, node_modules/foundation-sites/scss/components/_drilldown.scss */

.is-drilldown {
  position: relative;
  overflow: hidden;
}

/* line 78, node_modules/foundation-sites/scss/components/_drilldown.scss */

.is-drilldown li {
  display: block;
}

/* line 82, node_modules/foundation-sites/scss/components/_drilldown.scss */

.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}

/* line 89, node_modules/foundation-sites/scss/components/_drilldown.scss */

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}

/* line 95, node_modules/foundation-sites/scss/components/_drilldown.scss */

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  -o-transition: -o-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear, -o-transform 0.15s linear;
}

/* line 105, node_modules/foundation-sites/scss/components/_drilldown.scss */

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* line 111, node_modules/foundation-sites/scss/components/_drilldown.scss */

.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}

/* line 116, node_modules/foundation-sites/scss/components/_drilldown.scss */

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

/* line 121, node_modules/foundation-sites/scss/components/_drilldown.scss */

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

/* line 125, node_modules/foundation-sites/scss/components/_drilldown.scss */

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

/* line 46, node_modules/foundation-sites/scss/components/_drilldown.scss */

.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

/* line 49, node_modules/foundation-sites/scss/components/_drilldown.scss */

.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #27ae60;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

/* line 58, node_modules/foundation-sites/scss/components/_drilldown.scss */

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #27ae60;
  right: 1rem;
  left: auto;
}

/* line 64, node_modules/foundation-sites/scss/components/_drilldown.scss */

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #27ae60 transparent transparent;
  right: auto;
  left: 1rem;
}

/* line 132, node_modules/foundation-sites/scss/components/_drilldown.scss */

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #27ae60 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

/* line 71, node_modules/foundation-sites/scss/components/_dropdown.scss */

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}

/* line 60, node_modules/foundation-sites/scss/components/_dropdown.scss */

.dropdown-pane.is-opening {
  display: block;
}

/* line 64, node_modules/foundation-sites/scss/components/_dropdown.scss */

.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

/* line 77, node_modules/foundation-sites/scss/components/_dropdown.scss */

.dropdown-pane.tiny {
  width: 100px;
}

/* line 77, node_modules/foundation-sites/scss/components/_dropdown.scss */

.dropdown-pane.small {
  width: 200px;
}

/* line 77, node_modules/foundation-sites/scss/components/_dropdown.scss */

.dropdown-pane.large {
  width: 400px;
}

/* line 85, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

/* line 93, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

/* line 101, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
#primary-menu .menu-item> .submenu .menu-item> a{
  white-space: nowrap;
}
#primary-menu .menu-item> .submenu .menu-item> a + .submenu .menu-item> a{
  color: #001857 ;
  max-width: 304px;
  width: max-content;
  white-space: normal;
}
#primary-menu .menu-item> .submenu #menu-item-782.menu-item> .submenu .menu-item:hover #primary-menu .menu-item> .submenu #menu-item-782.menu-item> .submenu .menu-item> a{
  color: #B1040E!important;
}
/* line 106, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #27ae60 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

/* line 202, node_modules/foundation-sites/scss/util/_mixins.scss */

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

/* line 154, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}

/* line 160, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #27ae60;
}

/* line 165, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.no-js .dropdown.menu ul {
  display: none;
}

/* line 169, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

/* line 116, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

/* line 121, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}

/* line 129, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
  
}

/* line 67, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

/* line 71, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #27ae60 transparent transparent;
  right: auto;
  left: 5px;
}

/* line 77, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #27ae60;
}

@media print, screen and (min-width: 40em) {
  /* line 85, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  /* line 93, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  /* line 101, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  /* line 106, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #27ae60 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  /* line 116, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  /* line 121, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  /* line 129, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  /* line 67, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }

  /* line 71, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #27ae60 transparent transparent;
    right: auto;
    left: 5px;
  }

  /* line 77, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #27ae60;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 85, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  /* line 93, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  /* line 101, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  /* line 106, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #27ae60 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  /* line 116, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  /* line 121, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  /* line 129, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  /* line 67, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }

  /* line 71, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #27ae60 transparent transparent;
    right: auto;
    left: 5px;
  }

  /* line 77, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #27ae60;
  }
}

/* line 192, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

/* line 200, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.is-dropdown-menu.vertical {
  width: 100px;
}

/* line 203, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.is-dropdown-menu.vertical.align-right {
  float: right;
}

/* line 208, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.is-dropdown-submenu-parent {
  position: relative;
}

/* line 211, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}

/* line 219, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

/* line 230, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

/* line 235, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

/* line 241, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

/* line 253, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

/* line 67, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

/* line 71, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #27ae60 transparent transparent;
  right: auto;
  left: 5px;
}

/* line 77, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #27ae60;
}

/* line 264, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

/* line 269, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.is-dropdown-submenu > li {
  width: 100%;
}

/* line 275, node_modules/foundation-sites/scss/components/_dropdown-menu.scss */

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

/* line 45, node_modules/foundation-sites/scss/components/_responsive-embed.scss */

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

/* line 32, node_modules/foundation-sites/scss/components/_responsive-embed.scss */

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 52, node_modules/foundation-sites/scss/components/_responsive-embed.scss */

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

/* line 51, node_modules/foundation-sites/scss/components/_label.scss */

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #27ae60;
  color: #fefefe;
}

/* line 58, node_modules/foundation-sites/scss/components/_label.scss */

.label.primary {
  background: #27ae60;
  color: #0a0a0a;
}

/* line 58, node_modules/foundation-sites/scss/components/_label.scss */

.label.secondary {
  background: #1866ff;
  color: #fefefe;
}

/* line 58, node_modules/foundation-sites/scss/components/_label.scss */

.label.success {
  background: #3adb76;
  color: #0a0a0a;
}

/* line 58, node_modules/foundation-sites/scss/components/_label.scss */

.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}

/* line 58, node_modules/foundation-sites/scss/components/_label.scss */

.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

/* line 107, node_modules/foundation-sites/scss/components/_media-object.scss */

.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* line 30, node_modules/foundation-sites/scss/components/_media-object.scss */

.media-object img {
  max-width: none;
}

@media print, screen and (max-width: 39.99875em) {
  /* line 35, node_modules/foundation-sites/scss/components/_media-object.scss */

  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 111, node_modules/foundation-sites/scss/components/_media-object.scss */

.media-object-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

/* line 54, node_modules/foundation-sites/scss/components/_media-object.scss */

.media-object-section:first-child {
  padding-right: 1rem;
}

/* line 58, node_modules/foundation-sites/scss/components/_media-object.scss */

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

/* line 62, node_modules/foundation-sites/scss/components/_media-object.scss */

.media-object-section > :last-child {
  margin-bottom: 0;
}

@media print, screen and (max-width: 39.99875em) {
  /* line 66, node_modules/foundation-sites/scss/components/_media-object.scss */

  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }

  /* line 101, node_modules/foundation-sites/scss/components/_media-object.scss */

  .stack-for-small .media-object-section img {
    width: 100%;
  }
}

/* line 73, node_modules/foundation-sites/scss/components/_media-object.scss */

.media-object-section.main-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

/* line 92, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.is-off-canvas-open {
  overflow: hidden;
}

/* line 97, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  -o-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

/* line 115, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

/* line 120, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

/* line 124, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

/* line 128, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

/* line 447, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

/* line 452, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -o-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}

/* line 202, node_modules/foundation-sites/scss/util/_mixins.scss */

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

/* line 159, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas.is-transition-push {
  z-index: 12;
}

/* line 169, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas.is-closed {
  visibility: hidden;
}

/* line 174, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas.is-transition-overlap {
  z-index: 13;
}

/* line 177, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

/* line 183, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 463, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -o-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}

/* line 202, node_modules/foundation-sites/scss/util/_mixins.scss */

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

/* line 159, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

/* line 169, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

/* line 174, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

/* line 177, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

/* line 183, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 468, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
       -o-transform: translateX(-250px);
          transform: translateX(-250px);
}

/* line 208, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
       -o-transform: translateX(-250px);
          transform: translateX(-250px);
}

/* line 215, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 222, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
       -o-transform: translateX(250px);
          transform: translateX(250px);
}

/* line 344, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.position-left.is-transition-push {
  -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

/* line 469, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
       -o-transform: translateX(250px);
          transform: translateX(250px);
}

/* line 245, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
       -o-transform: translateX(250px);
          transform: translateX(250px);
}

/* line 252, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 259, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
       -o-transform: translateX(-250px);
          transform: translateX(-250px);
}

/* line 344, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.position-right.is-transition-push {
  -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

/* line 470, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
       -o-transform: translateY(-250px);
          transform: translateY(-250px);
}

/* line 282, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
       -o-transform: translateY(-250px);
          transform: translateY(-250px);
}

/* line 288, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 295, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
       -o-transform: translateY(250px);
          transform: translateY(250px);
}

/* line 344, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.position-top.is-transition-push {
  -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

/* line 471, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
       -o-transform: translateY(250px);
          transform: translateY(250px);
}

/* line 318, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
       -o-transform: translateY(250px);
          transform: translateY(250px);
}

/* line 324, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 331, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
       -o-transform: translateY(-250px);
          transform: translateY(-250px);
}

/* line 344, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.position-bottom.is-transition-push {
  -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

/* line 473, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-content {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 368, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-content.has-transition-overlap,
.off-canvas-content.has-transition-push {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -o-transform 0.5s ease;
}

/* line 374, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 379, node_modules/foundation-sites/scss/components/_off-canvas.scss */

.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}



a.link-departm{
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #002B56;
  margin-top: 12px;
  margin-bottom: 70px;
  display: inline-block;
  text-indent: 0;
}
a.link-departm:hover{
  color: #B1040E;
}
.dowlaod-pdf__link:hover{
  color: #B1040E;
}

 span.dowload-pdf{
  margin-left: 7px !important;
    font-size: 18px !important;
    color: #525252;
    display: inline-block;
    margin-bottom: 20px;
}
.info-section .wpcf7 form.sent .wpcf7-response-output{
  
  /* padding: 0.3em 1em 0.3em 1.2em; */
  text-align: start;
  display: inline-block;
  width: 96px;
  height: 31px;
  padding-left: 13px;
  position: absolute;
    bottom: -16px;
    left: 140px;
    padding-top: 5px;
  margin: 2em 0.5em 1em;
  color: #000
}

.info-section .wpcf7 form.invalid .wpcf7-response-output{
  border-color: #B1040E;
  color: #000;
  text-align: start;
  display: inline-block;
  width: 96px;
  height: 31px;
  padding-left: 13px;
  position: absolute;
    bottom: -16px;
    left: 140px;
    padding-top: 5px;
  margin: 2em 0.5em 1em;
}

.map{
  width: 600px;
  margin-top: 20px;
}
div.info-img{
  width: 100%;
  height: auto;
  text-indent: 0;
  padding-bottom: 10px;
  padding-top: 0;
}
.info-section div.info-img img{
  width: 100%;
  height: 100%;
}
div img.alignnone {
  width: 50%;
  height: 227px;
  margin-top: 10px;
}
.info-section h3.title-h3.marg{
  margin-top: 25px;
  font-size: 19px;
}

@media print, screen and (min-width: 40em) {
  /* line 481, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .position-left.reveal-for-medium {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
  }

  /* line 400, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .position-left.reveal-for-medium .close-button {
    display: none;
  }

  /* line 405, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  /* line 409, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  /* line 414, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  /* line 485, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .position-right.reveal-for-medium {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
  }

  /* line 400, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .position-right.reveal-for-medium .close-button {
    display: none;
  }

  /* line 405, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  /* line 409, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  /* line 414, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  /* line 489, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .position-top.reveal-for-medium {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
  }

  /* line 400, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .position-top.reveal-for-medium .close-button {
    display: none;
  }

  /* line 405, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  /* line 409, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  /* line 414, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  /* line 493, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
  }

  /* line 400, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }

  /* line 405, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  /* line 409, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  /* line 414, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 481, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .position-left.reveal-for-large {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
  }

  /* line 400, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .position-left.reveal-for-large .close-button {
    display: none;
  }

  /* line 405, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  /* line 409, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  /* line 414, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  /* line 485, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .position-right.reveal-for-large {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
  }

  /* line 400, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .position-right.reveal-for-large .close-button {
    display: none;
  }

  /* line 405, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  /* line 409, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  /* line 414, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  /* line 489, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .position-top.reveal-for-large {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
  }

  /* line 400, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .position-top.reveal-for-large .close-button {
    display: none;
  }

  /* line 405, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  /* line 409, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  /* line 414, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  /* line 493, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .position-bottom.reveal-for-large {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
  }

  /* line 400, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .position-bottom.reveal-for-large .close-button {
    display: none;
  }

  /* line 405, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  /* line 409, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  /* line 414, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 504, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  /* line 430, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .off-canvas.in-canvas-for-medium.position-left,
  .off-canvas.in-canvas-for-medium.position-right,
  .off-canvas.in-canvas-for-medium.position-top,
  .off-canvas.in-canvas-for-medium.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  /* line 438, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 504, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  /* line 430, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .off-canvas.in-canvas-for-large.position-left,
  .off-canvas.in-canvas-for-large.position-right,
  .off-canvas.in-canvas-for-large.position-top,
  .off-canvas.in-canvas-for-large.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  /* line 438, node_modules/foundation-sites/scss/components/_off-canvas.scss */

  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

/* line 156, node_modules/foundation-sites/scss/components/_orbit.scss */

.orbit {
  position: relative;
}

/* line 160, node_modules/foundation-sites/scss/components/_orbit.scss */

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

/* line 164, node_modules/foundation-sites/scss/components/_orbit.scss */

.orbit-slide {
  width: 100%;
  position: absolute;
}

/* line 73, node_modules/foundation-sites/scss/components/_orbit.scss */

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

/* line 168, node_modules/foundation-sites/scss/components/_orbit.scss */

.orbit-figure {
  margin: 0;
}

/* line 172, node_modules/foundation-sites/scss/components/_orbit.scss */

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

/* line 176, node_modules/foundation-sites/scss/components/_orbit.scss */

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

/* line 180, node_modules/foundation-sites/scss/components/_orbit.scss */

.orbit-previous,
.orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

/* line 202, node_modules/foundation-sites/scss/util/_mixins.scss */

[data-whatinput='mouse'] .orbit-previous,
[data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

/* line 111, node_modules/foundation-sites/scss/components/_orbit.scss */

.orbit-previous:hover,
.orbit-next:hover,
.orbit-previous:active,
.orbit-next:active,
.orbit-previous:focus,
.orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

/* line 184, node_modules/foundation-sites/scss/components/_orbit.scss */

.orbit-previous {
  left: 0;
}

/* line 189, node_modules/foundation-sites/scss/components/_orbit.scss */

.orbit-next {
  left: auto;
  right: 0;
}

/* line 194, node_modules/foundation-sites/scss/components/_orbit.scss */

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

/* line 202, node_modules/foundation-sites/scss/util/_mixins.scss */

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

/* line 137, node_modules/foundation-sites/scss/components/_orbit.scss */

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

/* line 145, node_modules/foundation-sites/scss/components/_orbit.scss */

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

/* line 149, node_modules/foundation-sites/scss/components/_orbit.scss */

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

/* line 170, node_modules/foundation-sites/scss/components/_pagination.scss */

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

/* line 170, node_modules/foundation-sites/scss/util/_mixins.scss */

.pagination::before,
.pagination::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* line 181, node_modules/foundation-sites/scss/util/_mixins.scss */

.pagination::after {
  clear: both;
}

/* line 91, node_modules/foundation-sites/scss/components/_pagination.scss */

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

/* line 102, node_modules/foundation-sites/scss/components/_pagination.scss */

.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  /* line 91, node_modules/foundation-sites/scss/components/_pagination.scss */

  .pagination li {
    display: inline-block;
  }
}

/* line 120, node_modules/foundation-sites/scss/components/_pagination.scss */

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

/* line 127, node_modules/foundation-sites/scss/components/_pagination.scss */

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

/* line 173, node_modules/foundation-sites/scss/components/_pagination.scss */

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #27ae60;
  color: #fefefe;
  cursor: default;
}

/* line 177, node_modules/foundation-sites/scss/components/_pagination.scss */

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

/* line 154, node_modules/foundation-sites/scss/components/_pagination.scss */

.pagination .disabled:hover {
  background: transparent;
}

/* line 181, node_modules/foundation-sites/scss/components/_pagination.scss */

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #0a0a0a;
}

/* line 187, node_modules/foundation-sites/scss/components/_pagination.scss */

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "\AB";
}

/* line 194, node_modules/foundation-sites/scss/components/_pagination.scss */

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "\BB";
}

/* line 42, node_modules/foundation-sites/scss/components/_progress-bar.scss */

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}

/* line 47, node_modules/foundation-sites/scss/components/_progress-bar.scss */

.progress.primary .progress-meter {
  background-color: #27ae60;
}

/* line 47, node_modules/foundation-sites/scss/components/_progress-bar.scss */

.progress.secondary .progress-meter {
  background-color: #1866ff;
}

/* line 47, node_modules/foundation-sites/scss/components/_progress-bar.scss */

.progress.success .progress-meter {
  background-color: #3adb76;
}

/* line 47, node_modules/foundation-sites/scss/components/_progress-bar.scss */

.progress.warning .progress-meter {
  background-color: #ffae00;
}

/* line 47, node_modules/foundation-sites/scss/components/_progress-bar.scss */

.progress.alert .progress-meter {
  background-color: #cc4b37;
}

/* line 55, node_modules/foundation-sites/scss/components/_progress-bar.scss */

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #27ae60;
}

/* line 60, node_modules/foundation-sites/scss/components/_progress-bar.scss */

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

/* line 106, node_modules/foundation-sites/scss/components/_slider.scss */

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

/* line 111, node_modules/foundation-sites/scss/components/_slider.scss */

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 46, node_modules/foundation-sites/scss/components/_slider.scss */

.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}

/* line 116, node_modules/foundation-sites/scss/components/_slider.scss */

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #27ae60;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

/* line 202, node_modules/foundation-sites/scss/util/_mixins.scss */

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

/* line 67, node_modules/foundation-sites/scss/components/_slider.scss */

.slider-handle:hover {
  background-color: #219452;
}

/* line 71, node_modules/foundation-sites/scss/components/_slider.scss */

.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}

/* line 121, node_modules/foundation-sites/scss/components/_slider.scss */

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 127, node_modules/foundation-sites/scss/components/_slider.scss */

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
       -o-transform: scale(1, -1);
          transform: scale(1, -1);
}

/* line 88, node_modules/foundation-sites/scss/components/_slider.scss */

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

/* line 94, node_modules/foundation-sites/scss/components/_slider.scss */

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}


.wrap-btn-slider{
  display: flex;
  flex-direction: row;
  justify-content: space-between; 
}
.wrap-btn-slider a{
  width: 218px;
  height: 49px;
  text-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  display: inline-grid;
}
.slider-online{
  color: #EDEDED;
  background: linear-gradient(152.66deg, #00BF08 4.82%, #008D06 66.89%, #007004 97.82%);
}
.slider-online:hover{
  background: linear-gradient(159.43deg, #E7000D -8.74%, #8C0008 80.17%);
  color: #EDEDED;
}
.slider-campus:hover{
  background: linear-gradient(159.43deg, #E7000D -8.74%, #8C0008 80.17%);
  color: #EDEDED;
}
.slider-online:active{
  background: linear-gradient(159.43deg, #E7000D -8.74%, #8C0008 80.17%);
  color: #EDEDED;
}
.slider-campus:active{
  background: linear-gradient(159.43deg, #E7000D -8.74%, #8C0008 80.17%);
  color: #EDEDED;
}
.slider-campus{
  color: #EDEDED;
  background: linear-gradient(139.04deg, #005CB8 7.56%, #002B56 96.98%);
}
.slider-or{
  text-transform: uppercase;
  color: #002B56;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  line-height: 50px;
}


.wrap-btn-facts{
  display: flex;
  flex-direction: row;
  /* margin-top: 31px;
  margin-left: 217px;
  width: 723px; */
  width: 340px;
  margin: 0 auto;
  margin-top: 31px;
  justify-content: space-between;
}
.facts-online{
  color: #EDEDED;
  background: #001857;
  min-width: 136px;
  width: 341px;
  text-transform: uppercase;
  border: 2px solid #001857;
  padding: 4px 41px;
  font-size: 16px;
  font-weight: bold;
  white-space: normal;
  cursor: pointer;
}
.facts-online:hover,
.facts-online:active{
  background: #B1040E;
  border: 2px solid #B1040E;
  color: #EDEDED;
}
.facts-campus{
  border-radius:0;
  padding: 4px 24px;
  font-size: 16px;
  font-weight: bold;
  white-space: normal;
  cursor: pointer;
  min-width: 136px;
  text-transform: uppercase;
  border: 2px solid #001857;
  color: #001857;
  background: #EDEDED;
  white-space: nowrap;
}
.facts-campus:hover,
.facts-campus:active{
  color: #B1040E !important;
  border: 2px solid #B1040E;
  background: #EDEDED;
}
/* line 6, node_modules/foundation-sites/scss/components/_sticky.scss */

.sticky-container {
  position: relative;
}

/* line 10, node_modules/foundation-sites/scss/components/_sticky.scss */

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* line 16, node_modules/foundation-sites/scss/components/_sticky.scss */

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

/* line 21, node_modules/foundation-sites/scss/components/_sticky.scss */

.sticky.is-stuck.is-at-top {
  top: 0;
}

/* line 25, node_modules/foundation-sites/scss/components/_sticky.scss */

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

/* line 30, node_modules/foundation-sites/scss/components/_sticky.scss */

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

/* line 35, node_modules/foundation-sites/scss/components/_sticky.scss */

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

/* line 133, node_modules/foundation-sites/scss/components/_reveal.scss */

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}

/* line 138, node_modules/foundation-sites/scss/components/_reveal.scss */

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}

/* line 142, node_modules/foundation-sites/scss/components/_reveal.scss */

html.is-reveal-open body {
  overflow-y: hidden;
}

/* line 148, node_modules/foundation-sites/scss/components/_reveal.scss */

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
}

/* line 153, node_modules/foundation-sites/scss/components/_reveal.scss */

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

/* line 202, node_modules/foundation-sites/scss/util/_mixins.scss */

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 153, node_modules/foundation-sites/scss/components/_reveal.scss */

  .reveal {
    min-height: 0;
  }
}

/* line 88, node_modules/foundation-sites/scss/components/_reveal.scss */

.reveal .column {
  min-width: 0;
}

/* line 93, node_modules/foundation-sites/scss/components/_reveal.scss */

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 153, node_modules/foundation-sites/scss/components/_reveal.scss */

  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

/* line 163, node_modules/foundation-sites/scss/components/_reveal.scss */

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 168, node_modules/foundation-sites/scss/components/_reveal.scss */

  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 169, node_modules/foundation-sites/scss/components/_reveal.scss */

  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 170, node_modules/foundation-sites/scss/components/_reveal.scss */

  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

/* line 173, node_modules/foundation-sites/scss/components/_reveal.scss */

span.red{
  color: #B1040E;
  font-weight: 700;
  border-bottom: 4px solid #b1040e;
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media print, screen and (max-width: 39.99875em) {
  /* line 153, node_modules/foundation-sites/scss/components/_reveal.scss */

  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

/* line 181, node_modules/foundation-sites/scss/components/_reveal.scss */

.reveal.without-overlay {
  position: fixed;
}

/* line 217, node_modules/foundation-sites/scss/components/_switch.scss */

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 223, node_modules/foundation-sites/scss/components/_switch.scss */

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

/* line 228, node_modules/foundation-sites/scss/components/_switch.scss */

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

/* line 113, node_modules/foundation-sites/scss/components/_switch.scss */

input + .switch-paddle {
  margin: 0;
}

/* line 118, node_modules/foundation-sites/scss/components/_switch.scss */

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: '';
}

/* line 135, node_modules/foundation-sites/scss/components/_switch.scss */

input:checked ~ .switch-paddle {
  background: #27ae60;
}

/* line 138, node_modules/foundation-sites/scss/components/_switch.scss */

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

/* line 144, node_modules/foundation-sites/scss/components/_switch.scss */

input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 202, node_modules/foundation-sites/scss/util/_mixins.scss */

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

/* line 233, node_modules/foundation-sites/scss/components/_switch.scss */

.switch-active,
.switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 238, node_modules/foundation-sites/scss/components/_switch.scss */

.switch-active {
  left: 8%;
  display: none;
}

/* line 166, node_modules/foundation-sites/scss/components/_switch.scss */

input:checked + label > .switch-active {
  display: block;
}

/* line 244, node_modules/foundation-sites/scss/components/_switch.scss */

.switch-inactive {
  right: 15%;
}

/* line 175, node_modules/foundation-sites/scss/components/_switch.scss */

input:checked + label > .switch-inactive {
  display: none;
}

/* line 250, node_modules/foundation-sites/scss/components/_switch.scss */

.switch.tiny {
  height: 1.5rem;
}

/* line 197, node_modules/foundation-sites/scss/components/_switch.scss */

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

/* line 203, node_modules/foundation-sites/scss/components/_switch.scss */

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

/* line 210, node_modules/foundation-sites/scss/components/_switch.scss */

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

/* line 254, node_modules/foundation-sites/scss/components/_switch.scss */

.switch.small {
  height: 1.75rem;
}

/* line 197, node_modules/foundation-sites/scss/components/_switch.scss */

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

/* line 203, node_modules/foundation-sites/scss/components/_switch.scss */

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

/* line 210, node_modules/foundation-sites/scss/components/_switch.scss */

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

/* line 258, node_modules/foundation-sites/scss/components/_switch.scss */

.switch.large {
  height: 2.5rem;
}

/* line 197, node_modules/foundation-sites/scss/components/_switch.scss */

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

/* line 203, node_modules/foundation-sites/scss/components/_switch.scss */

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

/* line 210, node_modules/foundation-sites/scss/components/_switch.scss */

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

/* line 306, node_modules/foundation-sites/scss/components/_table.scss */

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

/* line 111, node_modules/foundation-sites/scss/components/_table.scss */

thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

/* line 119, node_modules/foundation-sites/scss/components/_table.scss */

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

/* line 125, node_modules/foundation-sites/scss/components/_table.scss */

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

/* line 131, node_modules/foundation-sites/scss/components/_table.scss */

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

/* line 140, node_modules/foundation-sites/scss/components/_table.scss */

thead tr,
tfoot tr {
  background: transparent;
}

/* line 145, node_modules/foundation-sites/scss/components/_table.scss */

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

/* line 155, node_modules/foundation-sites/scss/components/_table.scss */

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

/* line 87, node_modules/foundation-sites/scss/components/_table.scss */

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

/* line 168, node_modules/foundation-sites/scss/components/_table.scss */

table.unstriped tbody {
  background-color: #fefefe;
}

/* line 103, node_modules/foundation-sites/scss/components/_table.scss */

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media print, screen and (max-width: 63.99875em) {
  /* line 285, node_modules/foundation-sites/scss/components/_table.scss */

  table.stack thead {
    display: none;
  }

  /* line 290, node_modules/foundation-sites/scss/components/_table.scss */

  table.stack tfoot {
    display: none;
  }

  /* line 294, node_modules/foundation-sites/scss/components/_table.scss */

  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }

  /* line 300, node_modules/foundation-sites/scss/components/_table.scss */

  table.stack td {
    border-top: 0;
  }
}

/* line 316, node_modules/foundation-sites/scss/components/_table.scss */

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

/* line 222, node_modules/foundation-sites/scss/components/_table.scss */

table.hover thead tr:hover {
  background-color: #f3f3f3;
}

/* line 229, node_modules/foundation-sites/scss/components/_table.scss */

table.hover tfoot tr:hover {
  background-color: #ececec;
}

/* line 236, node_modules/foundation-sites/scss/components/_table.scss */

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

/* line 244, node_modules/foundation-sites/scss/components/_table.scss */

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

/* line 324, node_modules/foundation-sites/scss/components/_table.scss */

.table-scroll {
  overflow-x: auto;
}

/* line 144, node_modules/foundation-sites/scss/components/_tabs.scss */

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

/* line 170, node_modules/foundation-sites/scss/util/_mixins.scss */

.tabs::before,
.tabs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* line 181, node_modules/foundation-sites/scss/util/_mixins.scss */

.tabs::after {
  clear: both;
}

/* line 71, node_modules/foundation-sites/scss/components/_tabs.scss */

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

/* line 155, node_modules/foundation-sites/scss/components/_tabs.scss */

.tabs.simple > li > a {
  padding: 0;
}

/* line 158, node_modules/foundation-sites/scss/components/_tabs.scss */

.tabs.simple > li > a:hover {
  background: transparent;
}

/* line 165, node_modules/foundation-sites/scss/components/_tabs.scss */

.tabs.primary {
  background: #27ae60;
}

/* line 168, node_modules/foundation-sites/scss/components/_tabs.scss */

.tabs.primary > li > a {
  color: #0a0a0a;
}

/* line 171, node_modules/foundation-sites/scss/components/_tabs.scss */

.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #25a55b;
}

/* line 178, node_modules/foundation-sites/scss/components/_tabs.scss */

.tabs-title {
  float: left;
}

/* line 89, node_modules/foundation-sites/scss/components/_tabs.scss */

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #27ae60;
}

/* line 202, node_modules/foundation-sites/scss/util/_mixins.scss */

[data-whatinput='mouse'] .tabs-title > a {
  outline: 0;
}

/* line 97, node_modules/foundation-sites/scss/components/_tabs.scss */

.tabs-title > a:hover {
  background: #fefefe;
  color: #229653;
}

/* line 102, node_modules/foundation-sites/scss/components/_tabs.scss */

.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #27ae60;
}

/* line 182, node_modules/foundation-sites/scss/components/_tabs.scss */

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 186, node_modules/foundation-sites/scss/components/_tabs.scss */

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

/* line 190, node_modules/foundation-sites/scss/components/_tabs.scss */

.tabs-panel {
  display: none;
  padding: 1rem;
}

/* line 138, node_modules/foundation-sites/scss/components/_tabs.scss */

.tabs-panel.is-active {
  display: block;
}

/* line 60, node_modules/foundation-sites/scss/components/_thumbnail.scss */

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

/* line 64, node_modules/foundation-sites/scss/components/_thumbnail.scss */

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  -o-transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
}

/* line 49, node_modules/foundation-sites/scss/components/_thumbnail.scss */

a.thumbnail:hover,
a.thumbnail:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(39, 174, 96, 0.5);
          box-shadow: 0 0 6px 1px rgba(39, 174, 96, 0.5);
}

/* line 54, node_modules/foundation-sites/scss/components/_thumbnail.scss */

a.thumbnail image {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 38, node_modules/foundation-sites/scss/components/_title-bar.scss */

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 52, node_modules/foundation-sites/scss/components/_title-bar.scss */

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/* line 59, node_modules/foundation-sites/scss/components/_title-bar.scss */

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

/* line 64, node_modules/foundation-sites/scss/components/_title-bar.scss */

.title-bar-right {
  text-align: right;
}

/* line 79, node_modules/foundation-sites/scss/components/_title-bar.scss */

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

/* line 153, node_modules/foundation-sites/scss/components/_tooltip.scss */

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

/* line 157, node_modules/foundation-sites/scss/components/_tooltip.scss */

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

/* line 75, node_modules/foundation-sites/scss/components/_tooltip.scss */

.tooltip::before {
  position: absolute;
}

/* line 80, node_modules/foundation-sites/scss/components/_tooltip.scss */

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}

/* line 85, node_modules/foundation-sites/scss/components/_tooltip.scss */

.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 92, node_modules/foundation-sites/scss/components/_tooltip.scss */

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

/* line 98, node_modules/foundation-sites/scss/components/_tooltip.scss */

.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 105, node_modules/foundation-sites/scss/components/_tooltip.scss */

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}

/* line 110, node_modules/foundation-sites/scss/components/_tooltip.scss */

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 118, node_modules/foundation-sites/scss/components/_tooltip.scss */

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}

/* line 124, node_modules/foundation-sites/scss/components/_tooltip.scss */

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 131, node_modules/foundation-sites/scss/components/_tooltip.scss */

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

/* line 136, node_modules/foundation-sites/scss/components/_tooltip.scss */

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

/* line 141, node_modules/foundation-sites/scss/components/_tooltip.scss */

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

/* line 146, node_modules/foundation-sites/scss/components/_tooltip.scss */

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

/* line 122, node_modules/foundation-sites/scss/components/_top-bar.scss */

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 47, node_modules/foundation-sites/scss/components/_top-bar.scss */

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

/* line 60, node_modules/foundation-sites/scss/components/_top-bar.scss */

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

/* line 66, node_modules/foundation-sites/scss/components/_top-bar.scss */

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

/* line 71, node_modules/foundation-sites/scss/components/_top-bar.scss */

.top-bar input.button {
  width: auto;
}

/* line 82, node_modules/foundation-sites/scss/components/_top-bar.scss */

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 122, node_modules/foundation-sites/scss/components/_top-bar.scss */

  .top-bar {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 102, node_modules/foundation-sites/scss/components/_top-bar.scss */

  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: auto;
  }

  /* line 107, node_modules/foundation-sites/scss/components/_top-bar.scss */

  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: auto;
  }
}

@media print, screen and (max-width: 63.99875em) {
  /* line 135, node_modules/foundation-sites/scss/components/_top-bar.scss */

  .top-bar.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 82, node_modules/foundation-sites/scss/components/_top-bar.scss */

  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media print, screen and (max-width: 74.99875em) {
  /* line 135, node_modules/foundation-sites/scss/components/_top-bar.scss */

  .top-bar.stacked-for-large {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 82, node_modules/foundation-sites/scss/components/_top-bar.scss */

  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/* line 146, node_modules/foundation-sites/scss/components/_top-bar.scss */

.top-bar-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

/* line 151, node_modules/foundation-sites/scss/components/_top-bar.scss */

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 65, node_modules/foundation-sites/scss/components/_visibility.scss */

.hide {
  display: none !important;
}

/* line 69, node_modules/foundation-sites/scss/components/_visibility.scss */

.invisible {
  visibility: hidden;
}

@media print, screen and (max-width: 39.99875em) {
  /* line 85, node_modules/foundation-sites/scss/components/_visibility.scss */

  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  /* line 89, node_modules/foundation-sites/scss/components/_visibility.scss */

  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 76, node_modules/foundation-sites/scss/components/_visibility.scss */

  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  /* line 80, node_modules/foundation-sites/scss/components/_visibility.scss */

  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  /* line 85, node_modules/foundation-sites/scss/components/_visibility.scss */

  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  /* line 89, node_modules/foundation-sites/scss/components/_visibility.scss */

  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 76, node_modules/foundation-sites/scss/components/_visibility.scss */

  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  /* line 80, node_modules/foundation-sites/scss/components/_visibility.scss */

  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  /* line 85, node_modules/foundation-sites/scss/components/_visibility.scss */

  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  /* line 89, node_modules/foundation-sites/scss/components/_visibility.scss */

  .show-for-large-only {
    display: none !important;
  }
}

/* line 96, node_modules/foundation-sites/scss/components/_visibility.scss */

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 103, node_modules/foundation-sites/scss/components/_visibility.scss */

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

/* line 110, node_modules/foundation-sites/scss/components/_visibility.scss */

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  /* line 110, node_modules/foundation-sites/scss/components/_visibility.scss */

  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  /* line 110, node_modules/foundation-sites/scss/components/_visibility.scss */

  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

/* line 123, node_modules/foundation-sites/scss/components/_visibility.scss */

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  /* line 123, node_modules/foundation-sites/scss/components/_visibility.scss */

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  /* line 123, node_modules/foundation-sites/scss/components/_visibility.scss */

  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

/* line 75, node_modules/foundation-sites/scss/components/_flex.scss */

.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 75, node_modules/foundation-sites/scss/components/_flex.scss */

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 75, node_modules/foundation-sites/scss/components/_flex.scss */

.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 75, node_modules/foundation-sites/scss/components/_flex.scss */

.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 75, node_modules/foundation-sites/scss/components/_flex.scss */

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

/* line 84, node_modules/foundation-sites/scss/components/_flex.scss */

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 84, node_modules/foundation-sites/scss/components/_flex.scss */

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 84, node_modules/foundation-sites/scss/components/_flex.scss */

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 93, node_modules/foundation-sites/scss/components/_flex.scss */

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 97, node_modules/foundation-sites/scss/components/_flex.scss */

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

/* line 93, node_modules/foundation-sites/scss/components/_flex.scss */

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* line 97, node_modules/foundation-sites/scss/components/_flex.scss */

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* line 93, node_modules/foundation-sites/scss/components/_flex.scss */

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 97, node_modules/foundation-sites/scss/components/_flex.scss */

.align-self-middle {
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 93, node_modules/foundation-sites/scss/components/_flex.scss */

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

/* line 97, node_modules/foundation-sites/scss/components/_flex.scss */

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

/* line 103, node_modules/foundation-sites/scss/components/_flex.scss */

.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

/* line 111, node_modules/foundation-sites/scss/components/_flex.scss */

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* line 111, node_modules/foundation-sites/scss/components/_flex.scss */

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/* line 111, node_modules/foundation-sites/scss/components/_flex.scss */

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

/* line 111, node_modules/foundation-sites/scss/components/_flex.scss */

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

/* line 111, node_modules/foundation-sites/scss/components/_flex.scss */

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

/* line 111, node_modules/foundation-sites/scss/components/_flex.scss */

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 40em) {
  /* line 111, node_modules/foundation-sites/scss/components/_flex.scss */

  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 111, node_modules/foundation-sites/scss/components/_flex.scss */

  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 111, node_modules/foundation-sites/scss/components/_flex.scss */

  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 111, node_modules/foundation-sites/scss/components/_flex.scss */

  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  /* line 111, node_modules/foundation-sites/scss/components/_flex.scss */

  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  /* line 111, node_modules/foundation-sites/scss/components/_flex.scss */

  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 111, node_modules/foundation-sites/scss/components/_flex.scss */

  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 111, node_modules/foundation-sites/scss/components/_flex.scss */

  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 111, node_modules/foundation-sites/scss/components/_flex.scss */

  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 111, node_modules/foundation-sites/scss/components/_flex.scss */

  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  /* line 111, node_modules/foundation-sites/scss/components/_flex.scss */

  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  /* line 111, node_modules/foundation-sites/scss/components/_flex.scss */

  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

/* line 18, node_modules/foundation-sites/scss/components/_flex.scss */

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 22, node_modules/foundation-sites/scss/components/_flex.scss */

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/* line 26, node_modules/foundation-sites/scss/components/_flex.scss */

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

/* line 30, node_modules/foundation-sites/scss/components/_flex.scss */

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

/* line 35, node_modules/foundation-sites/scss/components/_flex.scss */

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 35, node_modules/foundation-sites/scss/components/_flex.scss */

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* line 35, node_modules/foundation-sites/scss/components/_flex.scss */

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 35, node_modules/foundation-sites/scss/components/_flex.scss */

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  /* line 45, node_modules/foundation-sites/scss/components/_flex.scss */

  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 49, node_modules/foundation-sites/scss/components/_flex.scss */

  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  /* line 53, node_modules/foundation-sites/scss/components/_flex.scss */

  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }

  /* line 57, node_modules/foundation-sites/scss/components/_flex.scss */

  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  /* line 62, node_modules/foundation-sites/scss/components/_flex.scss */

  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 62, node_modules/foundation-sites/scss/components/_flex.scss */

  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  /* line 62, node_modules/foundation-sites/scss/components/_flex.scss */

  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 62, node_modules/foundation-sites/scss/components/_flex.scss */

  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 45, node_modules/foundation-sites/scss/components/_flex.scss */

  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 49, node_modules/foundation-sites/scss/components/_flex.scss */

  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  /* line 53, node_modules/foundation-sites/scss/components/_flex.scss */

  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }

  /* line 57, node_modules/foundation-sites/scss/components/_flex.scss */

  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  /* line 62, node_modules/foundation-sites/scss/components/_flex.scss */

  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 62, node_modules/foundation-sites/scss/components/_flex.scss */

  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  /* line 62, node_modules/foundation-sites/scss/components/_flex.scss */

  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 62, node_modules/foundation-sites/scss/components/_flex.scss */

  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
       -o-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  opacity: 0;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
       -o-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  opacity: 0;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
       -o-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  opacity: 0;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  opacity: 0;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  opacity: 0;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  opacity: 0;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
       -o-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  opacity: 1;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
       -o-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  opacity: 1;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
       -o-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  opacity: 1;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  opacity: 1;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  opacity: 1;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  opacity: 1;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
       -o-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  opacity: 0;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
       -o-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  opacity: 0;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  opacity: 1;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
       -o-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  opacity: 1;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
       -o-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
       -o-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  opacity: 0;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  opacity: 1;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
       -o-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0;
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
       -o-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  opacity: 0;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}

/* line 22, node_modules/motion-ui/src/util/_transition.scss */

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  opacity: 1;
}

/* line 34, node_modules/motion-ui/src/util/_transition.scss */

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
       -o-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0;
}

/* line 56, node_modules/motion-ui/src/_classes.scss */

.slow {
  -webkit-transition-duration: 750ms !important;
       -o-transition-duration: 750ms !important;
          transition-duration: 750ms !important;
}

/* line 56, node_modules/motion-ui/src/_classes.scss */

.fast {
  -webkit-transition-duration: 250ms !important;
       -o-transition-duration: 250ms !important;
          transition-duration: 250ms !important;
}

/* line 62, node_modules/motion-ui/src/_classes.scss */

.linear {
  -webkit-transition-timing-function: linear !important;
       -o-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

/* line 62, node_modules/motion-ui/src/_classes.scss */

.ease {
  -webkit-transition-timing-function: ease !important;
       -o-transition-timing-function: ease !important;
          transition-timing-function: ease !important;
}

/* line 62, node_modules/motion-ui/src/_classes.scss */

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
       -o-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important;
}

/* line 62, node_modules/motion-ui/src/_classes.scss */

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
       -o-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important;
}

/* line 62, node_modules/motion-ui/src/_classes.scss */

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
       -o-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important;
}

/* line 62, node_modules/motion-ui/src/_classes.scss */

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
       -o-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

/* line 62, node_modules/motion-ui/src/_classes.scss */

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
       -o-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

/* line 62, node_modules/motion-ui/src/_classes.scss */

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
       -o-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

/* line 68, node_modules/motion-ui/src/_classes.scss */

.short-delay {
  -webkit-transition-delay: 300ms !important;
       -o-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}

/* line 68, node_modules/motion-ui/src/_classes.scss */

.long-delay {
  -webkit-transition-delay: 700ms !important;
       -o-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}

/* line 76, node_modules/motion-ui/src/_classes.scss */

.shake {
  -webkit-animation-name: shake-7;
       -o-animation-name: shake-7;
          animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }

  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}

@-o-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -o-transform: translateX(7%);
       transform: translateX(7%);
  }

  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -o-transform: translateX(-7%);
       transform: translateX(-7%);
  }
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
         -o-transform: translateX(7%);
            transform: translateX(7%);
  }

  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
         -o-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}

/* line 77, node_modules/motion-ui/src/_classes.scss */

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
       -o-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }

  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-o-keyframes spin-cw-1turn {
  0% {
    -o-transform: rotate(-1turn);
       transform: rotate(-1turn);
  }

  100% {
    -o-transform: rotate(0);
       transform: rotate(0);
  }
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
         -o-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }

  100% {
    -webkit-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
}

/* line 78, node_modules/motion-ui/src/_classes.scss */

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
       -o-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(1turn);
         -o-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

/* line 79, node_modules/motion-ui/src/_classes.scss */

.wiggle {
  -webkit-animation-name: wiggle-7deg;
       -o-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }

  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }

  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-o-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -o-transform: rotate(7deg);
       transform: rotate(7deg);
  }

  35%, 45%, 55%, 65% {
    -o-transform: rotate(-7deg);
       transform: rotate(-7deg);
  }

  0%, 30%, 70%, 100% {
    -o-transform: rotate(0);
       transform: rotate(0);
  }
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
         -o-transform: rotate(7deg);
            transform: rotate(7deg);
  }

  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
         -o-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }

  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
}

/* line 81, node_modules/motion-ui/src/_classes.scss */

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
       -o-animation-duration: 500ms;
          animation-duration: 500ms;
}

/* line 90, node_modules/motion-ui/src/_classes.scss */

.infinite {
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* line 94, node_modules/motion-ui/src/_classes.scss */

.slow {
  -webkit-animation-duration: 750ms !important;
       -o-animation-duration: 750ms !important;
          animation-duration: 750ms !important;
}

/* line 94, node_modules/motion-ui/src/_classes.scss */

.fast {
  -webkit-animation-duration: 250ms !important;
       -o-animation-duration: 250ms !important;
          animation-duration: 250ms !important;
}

/* line 100, node_modules/motion-ui/src/_classes.scss */

.linear {
  -webkit-animation-timing-function: linear !important;
       -o-animation-timing-function: linear !important;
          animation-timing-function: linear !important;
}

/* line 100, node_modules/motion-ui/src/_classes.scss */

.ease {
  -webkit-animation-timing-function: ease !important;
       -o-animation-timing-function: ease !important;
          animation-timing-function: ease !important;
}

/* line 100, node_modules/motion-ui/src/_classes.scss */

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
       -o-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important;
}

/* line 100, node_modules/motion-ui/src/_classes.scss */

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
       -o-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important;
}

/* line 100, node_modules/motion-ui/src/_classes.scss */

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
       -o-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important;
}

/* line 100, node_modules/motion-ui/src/_classes.scss */

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
       -o-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

/* line 100, node_modules/motion-ui/src/_classes.scss */

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
       -o-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

/* line 100, node_modules/motion-ui/src/_classes.scss */

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
       -o-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

/* line 106, node_modules/motion-ui/src/_classes.scss */

.short-delay {
  -webkit-animation-delay: 300ms !important;
       -o-animation-delay: 300ms !important;
          animation-delay: 300ms !important;
}

/* line 106, node_modules/motion-ui/src/_classes.scss */

.long-delay {
  -webkit-animation-delay: 700ms !important;
       -o-animation-delay: 700ms !important;
          animation-delay: 700ms !important;
}

/* line 1, assets/styles/common/_global.scss */

li {
  list-style: none;
}

/* line 5, assets/styles/common/_global.scss */

.tabs-title > a:hover {
  color: #525252;
}

/* line 8, assets/styles/common/_global.scss */

ul {
  margin-bottom: 0;
}

/* line 12, assets/styles/common/_global.scss */

.gallery-btn:hover,
.gallery-btn:active {
  color: #001857 !important;
}

/* line 16, assets/styles/common/_global.scss */

.slider-more-btn:hover {
  color: #B1040E !important;
  border: 2px solid #B1040E;
}

/* line 20, assets/styles/common/_global.scss */

.btn--light:hover,
.btn--light:active{
  color: #001857 !important;
}

/* line 24, assets/styles/common/_global.scss */

.btn:hover,
form input:hover[type='submit'] {
  color: #EDEDED;
}

/* line 28, assets/styles/common/_global.scss */

.menu .is-active > a {
  background-color: transparent;
}

/* line 32, assets/styles/common/_global.scss */

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  height: auto;
  margin: 0;
}

/* line 43, assets/styles/common/_global.scss */

.menu-primary-container .menu-item .submenu {
  left: 0;
  top: 100%;
}

/* line 48, assets/styles/common/_global.scss */

.menu-primary-container .menu-item:last-child {
  margin-right: 0 !important;
}

/* line 52, assets/styles/common/_global.scss */

.menu-primary-container .menu-item a {
  padding: 0;
}

/* line 60, assets/styles/common/_global.scss */

.container,
.menu-primary-container {
  width: 80%;
  max-width: 1157px;
  min-width: 280px;
  margin: 0 auto;
}

@media screen and (max-width: 1425px) {
  /* line 60, assets/styles/common/_global.scss */

  .container,
  .menu-primary-container {
    width: 90%;
  }
}

/* line 71, assets/styles/common/_global.scss */

.header {
  position: sticky;
  top: 0;
  z-index: 9;
}

/* line 77, assets/styles/common/_global.scss */

.header-nav {
  background: #EDEDED;
}

/* line 80, assets/styles/common/_global.scss */

.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
}

/* line 92, assets/styles/common/_global.scss */

.header-nav__item {
  position: relative;
  margin: 0 18px;
}

/* line 95, assets/styles/common/_global.scss */

/* .header-nav__item::after {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
  right: -18px;
  right: -19px;
  position: absolute;
  height: 29px;
  width: 1px;
  background-color: #001857;
  background-color: #ededed;
  content: "";
} */

/* line 106, assets/styles/common/_global.scss */

.contact-items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 111, assets/styles/common/_global.scss */

.header-panel {
  background-color: #CFCFCF;
}

/* line 114, assets/styles/common/_global.scss */

.header-panel__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 126, assets/styles/common/_global.scss */

.header-panel__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}

/* line 131, assets/styles/common/_global.scss */

.header-panel__item {
  margin-right: 20px;
  line-height: 25px;
}

/* line 134, assets/styles/common/_global.scss */

.header-panel__link {
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  color: #525252;
}

/* line 143, assets/styles/common/_global.scss */

.header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 148, assets/styles/common/_global.scss */

.header-links li:not(:first-child) {
  margin-left: 5px;
}

/* line 151, assets/styles/common/_global.scss */

.header-links img {
  width: 9px;
  height: 9px;
}
.social{
  margin-left: 15px;
}
.panel-social__link{
  margin-left: 8px;
  margin-top: 1.5px;
  width: 14px;
  height: 14px;
  display: inline-block;
}
.panel-social__link:hover .panel-social__svg path{
  fill: #B1040E;
}

/* line 155, assets/styles/common/_global.scss */

.logo {
  position: absolute;
  left: 0;
  top: -5px;
  z-index: 150;
}
.brand__img{
  width: 174px;
  height: 174px;
}

/* line 160, assets/styles/common/_global.scss */

.logo h3 {
  text-align: center;
  color: #FFEBC4;
  font-size: 17px;
}



/* line 173, assets/styles/common/_global.scss */

.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-weight: bold;
  /* #001857 */
  color: #001857;
  line-height: 10px;
}

.contact-item.contact-item--phone{
  margin: 0 5px 0 0;
}
.contact-item.header-nav__item{
  margin: 0 5px 0 18px;
}
/* line 181, assets/styles/common/_global.scss */

.contact-item__icon {
  margin-right: 2px;
  height: 34px;
  width: 30px;
}

/* line 185, assets/styles/common/_global.scss */

.contact-item__name {
  font-size: 10px;
}

/* line 187, assets/styles/common/_global.scss */

.contact-item__info {
  font-size: 16px;
}
.contact-item__inner{
  margin-right: 20px;
  position: relative;
}
.contact-item__inner::after{
  content: '';
  position: absolute;
  right: -18px;
  top: 0;
  width: 1px;
  height: 29px;
  background: #001857;
}
/* line 190, assets/styles/common/_global.scss */

.search-block {
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 19px;
  position: relative;
}
.search-block::after{
  content: '';
  position: absolute;
  right: -15px;
  top: -7px;
  width: 1px;
  height: 29px;
  background: #001857;
}
.search-block:hover .search-block__button{
  background: #B1040E;
}
.search-block.header-nav__item{
  margin: 0 10px 0 15px;
}

/* line 196, assets/styles/common/_global.scss */

.search-block__input {
  width: 153px;
  padding: 5px 8px;
  border: 1px solid #001857;
  border-radius: 4px;
  font-size: 10px;
  color: #525252;
  outline: none;
}

/* line 204, assets/styles/common/_global.scss */

.search-block__input::-webkit-input-placeholder {
  font-size: 10px;
  color: #525252;
}

/* line 207, assets/styles/common/_global.scss */

.search-block__input:-ms-input-placeholder {
  font-size: 10px;
  color: #525252;
}

/* line 210, assets/styles/common/_global.scss */

.search-block__input::-ms-input-placeholder {
  font-size: 10px;
  color: #525252;
}

/* line 213, assets/styles/common/_global.scss */

.search-block__input::-webkit-input-placeholder {
  font-size: 10px;
  color: #525252;
}

.search-block__input::-moz-placeholder {
  font-size: 10px;
  color: #525252;
}

.search-block__input::-ms-input-placeholder {
  font-size: 10px;
  color: #525252;
}

.search-block__input::placeholder {
  font-size: 10px;
  color: #525252;
}

/* line 216, assets/styles/common/_global.scss */

.search-block__button {
  position: relative;
  left: -4px;
  padding: 1px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #001857;
  border: 1px solid #000000;
  /* -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
  border-radius: 0px 4px 4px 0px;
  cursor: pointer;
}

/* line 235, assets/styles/common/_global.scss */

.search-block__button img {
  width: 11px;
  height: 11px;
}

/* line 239, assets/styles/common/_global.scss */

.change-language {
  width: 58px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

/* line 252, assets/styles/common/_global.scss */

.change-language svg {
  margin-left: 4px;
}

/* line 254, assets/styles/common/_global.scss */

.change-language-list {
  display: none;
  width: 49px;
  padding: 6px;
  position: absolute;
  right: 0;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

/* line 266, assets/styles/common/_global.scss */

.change-language-list li {
  position: relative;
}

/* line 269, assets/styles/common/_global.scss */

.language-active::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNSA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMS4wNTQwNiAwLjE4MDIyTDQuMTUyNDQgMy4yNzg2QzQuMzkyODcgMy41MjAyOCA0LjM5Mjg3IDMuOTEwNjYgNC4xNTI0NCA0LjE1MjM1TDEuMDU0MDYgNy4yNTA3MkMwLjgyMjMwOCA3LjQ0OTYzIDAuNDc5NjIxIDcuNDQ5NjMgMC4yNDc4NyA3LjI1MDcyQy0wLjAxMTc4NiA3LjAyODI1IC0wLjA0MjEzMDEgNi42MzY2MyAwLjE4MDMzOSA2LjM3Njk3TDIuODM4NzIgMy43MTg1NkwwLjE4MDMwNyAxLjA1Mzk3Qy0wLjA2MDEzMDMgMC44MTIyODIgLTAuMDYwMTMwMyAwLjQyMTkwNyAwLjE4MDMwNyAwLjE4MDIyQzAuNDIxOTk1IC0wLjA2MDIxOCAwLjgxMjQwMiAtMC4wNjAyMTggMS4wNTQwNiAwLjE4MDIyWiIgZmlsbD0iIzAzMkM0QiIvPgo8L3N2Zz4K);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
     transform: rotate(180deg);
  right: 1px;
  top: 1px;
}

/* line 277, assets/styles/common/_global.scss */

.menu-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: #001857;
}

/* line 286, assets/styles/common/_global.scss */

.menu-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 293, assets/styles/common/_global.scss */

.menu-nav__item,
.menu-primary-container .menu-item {
  margin-right: 35px;
  position: relative;
  padding: 22px 0;
}

@media screen and (max-width: 1170px) {
  /* line 293, assets/styles/common/_global.scss */

  .menu-nav__item,
  .menu-primary-container .menu-item {
    padding: 18px 0;
    margin-right: 20px;
  }
}

/* line 303, assets/styles/common/_global.scss */

.menu-nav__link,
.menu-primary-container .menu-item a {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #EDEDED;
}

.menu-primary-container .menu-item .submenu .menu-item:hover::before {
  position: absolute;
  content: '';
  top: 0;
  width: 0;
  height: 0;
}

.menu-primary-container .menu-item a + .dropdown .menu-item:hover a {
  color: #B1040E;
}

@media screen and (max-width: 1240px) {
  /* line 303, assets/styles/common/_global.scss */

  .menu-nav__link,
  .menu-primary-container .menu-item a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1170px) {
  /* line 303, assets/styles/common/_global.scss */

  .menu-nav__link,
  .menu-primary-container .menu-item a {
    font-size: 12px;
  }
}

/* line 321, assets/styles/common/_global.scss */

/* .menu-nav__link::after,
.menu-primary-container .menu-item a::after {
  content: "";
  display: none;
  position: absolute;
  -webkit-transform: translate(0 -50%);
  -o-transform: translate(0 -50%);
     transform: translate(0 -50%);
  left: 0;
  bottom: -22px;
  height: 3px;
  width: 100%;
  background: #B1040E;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
} */
.menu-nav__link, .menu-primary-container .menu-item:hover::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background:#B1040E;
}

/* line 334, assets/styles/common/_global.scss */

.menu-nav__link:hover:after,
.menu-primary-container .menu-item a:hover:after {
  display: block;
}

/* line 337, assets/styles/common/_global.scss */

#menu {
  width: 15px;
  height: 15px;
}

/* line 341, assets/styles/common/_global.scss */



/* line 350, assets/styles/common/_global.scss */



/* line 357, assets/styles/common/_global.scss */

.submenu-l-2 {
  position: absolute;
  top: 64px;
  width: 290px;
}

/* line 362, assets/styles/common/_global.scss */

.submenu li {
  position: relative;
  padding: 7px 12px !important;
  background: #EDEDED;
  font-size: 13px;
  line-height: 15px;
  border-bottom: 1px solid #BFBFBF;
  cursor: pointer;
  
}

.menu-item .submenu li .submenu li a{
  color: #001857 ;
} 
/* line 372, assets/styles/common/_global.scss */

.submenu li span img {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
}

/* line 382, assets/styles/common/_global.scss */

.is-dropdown-submenu-parent a:hover {
  background-color: transparent;
}

/* line 384, assets/styles/common/_global.scss */

.is-dropdown-submenu-parent a:hover::after {
  display: none !important;
}

/* line 391, assets/styles/common/_global.scss */

.submenu a {
  color: #001857 !important;
  font-size: 13px !important;
  padding: 0 !important;
  font-weight: 300;
}

/* line 397, assets/styles/common/_global.scss */

.submenu a::after {
  display: none !important;
}

/* line 402, assets/styles/common/_global.scss */

.mobile-drop-down-arrow {
  z-index: 2;
  position: absolute;
  right: 0;
  padding: 10px 15px;
  top: -4px;
  display: none;
}

h2.title{
  margin-top: 30px;
  text-align: center;
}
/* line 411, assets/styles/common/_global.scss */

.mobile-header-nav {
  display: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 420, assets/styles/common/_global.scss */

.menu-nav-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 428, assets/styles/common/_global.scss */

.menu-nav-mobile li {
  margin-left: 5px;
}

/* line 432, assets/styles/common/_global.scss */

.search-mobile {
  margin: 0 20px;
  position: relative;
  z-index: 9;
}

/* line 436, assets/styles/common/_global.scss */

.search-mobile::after {
  content: "";
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

/* line 448, assets/styles/common/_global.scss */

.search-mobile::before {
  content: "";
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

/* line 459, assets/styles/common/_global.scss */

.search-mobile__input {
  display: none;
  position: absolute;
  bottom: -42px;
  right: 100%;
  padding: 4px 7px;
  background: #FFFFFF;
  border: 0.9px solid #001857;
  border-radius: 2px;
}

/* line 468, assets/styles/common/_global.scss */

.search-mobile__input:focus {
  outline: none;
}

/* line 471, assets/styles/common/_global.scss */

#scrollTop {
  position: fixed;
  bottom: 85px;
  right: 18px;
  width: 43px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  background: #001857;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.wpcf7-form  .wpcf7-not-valid-tip{
  font-size: 10px;
  font-weight: normal;
  position: absolute;
}
/* line 489, assets/styles/common/_global.scss */

#scrollTop::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE3IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjgxODA5NyA2Ljc1MjE4TDcuNjE5NjMgMC42MDIzMTJDOC4xNTAxOCAwLjEyNTA3NiA5LjAwNzEzIDAuMTI1MDc2IDkuNTM3NjggMC42MDIzMTJMMTYuMzM5MiA2Ljc1MjE4QzE2Ljc3NTggNy4yMTIxNyAxNi43NzU4IDcuODkyMzYgMTYuMzM5MiA4LjM1MjM1QzE1Ljg1MDggOC44Njc3NCAxNC45OTEyIDguOTI3OTcgMTQuNDIxMiA4LjQ4NjM5TDguNTg1NDQgMy4yMDk4N0wyLjczNjE1IDguNDg2NDZDMi4yMDU2IDguOTYzNjkgMS4zNDg2NSA4Ljk2MzY5IDAuODE4MDk3IDguNDg2NDZDMC4yOTAyOTEgOC4wMDY3NCAwLjI5MDI5MSA3LjIzMTgzIDAuODE4MDk3IDYuNzUyMThaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
}

/* line 493, assets/styles/common/_global.scss */

.btn,
form input[type='submit'] {
  min-width: 136px;
  padding: 4px;
  text-transform: uppercase;
  border: 2px solid #001857;
  border-radius: 2px;
  font-size: 16px;
  font-weight: bold;
  white-space: normal;
  cursor: pointer;
}

/* line 505, assets/styles/common/_global.scss */

.display-block {
  display: block;
}

/* line 509, assets/styles/common/_global.scss */

.btn--dark,
form input[type='submit'] {
  color: #EDEDED;
  background: #001857;
}

/* line 514, assets/styles/common/_global.scss */

.btn--light {
  color: #001857;
  background: transparent;
}

/* line 519, assets/styles/common/_global.scss */

.btn--send,
form input[type='submit'] {
  width: 96px;
}

/* line 523, assets/styles/common/_global.scss */

.menu-nav__link .btn,
.menu-primary-container .menu-item a .btn,
.menu-nav__link form input[type='submit'],
form .menu-nav__link input[type='submit'],
.menu-primary-container .menu-item a form input[type='submit'],
form .menu-primary-container .menu-item a input[type='submit'] {
  width: 136px;
  padding: 4px;
  text-transform: uppercase;
  border: 2px solid #001857;
  border-radius: 2px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

/* line 535, assets/styles/common/_global.scss */

.btn--dark,
form input[type='submit'] {
  color: #EDEDED;
  background: #001857;
}

/* line 539, assets/styles/common/_global.scss */

.btn-light {
  color: #001857;
  background: transparent;
}

/* line 544, assets/styles/common/_global.scss */

.btn--send,
form input[type='submit'] {
  width: 96px;
}

/* line 551, assets/styles/common/_global.scss */

.main-slider {
  margin-bottom: 135px;
  position: relative;
}

/* line 554, assets/styles/common/_global.scss */

.main-slider__inner {
  position: relative;
  max-width: 1157px;
  margin: auto;
}

/* line 558, assets/styles/common/_global.scss */

.main-slider__block {
  position: absolute;
  top: 87px;
  max-width: 538px;
  z-index: 2;
}

/* line 563, assets/styles/common/_global.scss */

.main-slider__title {
  font-size: 55px;
  line-height: 64px;
  text-transform: uppercase;
  color: #001857;
  margin: 0 0 21px;
  font-weight: 500;
}

/* line 569, assets/styles/common/_global.scss */

.main-slider__title span {
  padding: 0 11px;
  line-height: 55px;
  color: #fff;
  background: #001857;
}

/* line 575, assets/styles/common/_global.scss */

.main-slider__nav {
  position: absolute;
  top: 132px;
  right: 0;
  z-index: 2;
}

/* line 581, assets/styles/common/_global.scss */

.slick-slide {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 590, assets/styles/common/_global.scss */

.main-slider__content .slick-slide div {
  height: 100%;
}

/* line 593, assets/styles/common/_global.scss */

.main-slider__content .slick-slide div .main-slider__slide {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 604, assets/styles/common/_global.scss */

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 615, assets/styles/common/_global.scss */

.slick-dots button {
  width: 29px;
  height: 29px;
  margin: 4px 0;
  background-color: transparent;
  border: none;
  outline: none;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #001857;
  cursor: pointer;
  border-radius: 50%;
}

.slick-dots li a {
	color:#000;
    /*background: #fff;*/
    background: transparent;
    border-radius: 15px;
    padding: 3px;
}

/* line 630, assets/styles/common/_global.scss */

.controls-btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-evenly;
}

/* line 644, assets/styles/common/_global.scss */

.slick-active button {
  background: #001857;
  color: #fff;
}

/* line 648, assets/styles/common/_global.scss */

.slick-track {
  height: 600px;
}

/* line 651, assets/styles/common/_global.scss */

.slider-more-btn {
  padding: 12px 43px;
  text-transform: uppercase;
  color: #001857;
  font-size: 18px;
  color: #001857;
  /*text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
  border-radius: 3px;
}

/* line 660, assets/styles/common/_global.scss */

.main-slider__items {
  position: absolute;
  max-width: 1024px;
  bottom: -97px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 674, assets/styles/common/_global.scss */

.main-slider-item {
  position: relative;
  -ms-flex-preferred-size: 222px;
  flex-basis: 222px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 27px 16px;
  background-color: rgba(251, 251, 251, 0.8);
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 690, assets/styles/common/_global.scss */

.main-slider-item__icon {
  margin-right: 15px;
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 696, assets/styles/common/_global.scss */

.main-slider-item__title {
  font-size: 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #001857;
  font-weight: 500;
}

/* line 700, assets/styles/common/_global.scss */

.main-slider-item:hover {
  bottom: 10px;
}

/* line 705, assets/styles/common/_global.scss */

.faculties {
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 107px;
  position: relative;
}

/* line 711, assets/styles/common/_global.scss */

.faculties__block-text {
  max-width: 330px;
}

/* line 713, assets/styles/common/_global.scss */

.faculties__text-info {
  margin-bottom: 30px;
}

/* line 715, assets/styles/common/_global.scss */

.faculties__text-info {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-indent: 15px;
  color: #525252;
  text-transform: capitalize;
  text-transform: none;
}

/* line 723, assets/styles/common/_global.scss */

/* .faculties__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
} */

/* line 731, assets/styles/common/_global.scss */

.faculties {
  display: grid;
  grid-template-areas: "title images" "textValue images" "button images";
}

/* line 735, assets/styles/common/_global.scss */

.faculties-title {
  grid-area: title;
}

/* line 738, assets/styles/common/_global.scss */

/* .faculties__items {
  grid-area: images;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
} */

/* line 747, assets/styles/common/_global.scss */

.faculties__text-info {
  grid-area: textValue;
  margin-top:25px;
}

/* line 751, assets/styles/common/_global.scss */

.faculties-btn-wrap {
  grid-area: button;
}

/* line 754, assets/styles/common/_global.scss */

.faculties-title {
  position: relative;
  top: 23px;
  margin-bottom: 49px;
}

/* line 759, assets/styles/common/_global.scss */

.faculties-btn,
.news-btn {
  padding: 4px 24px;
  border-radius: 5px;
  font-size: 16px;
}
.faculties-btn{
  position: absolute;
  bottom: 0;
}
.faculties-btn:hover{
  background: #B1040E;
  border: 2px solid #B1040E;
}
.news-btn:hover{
  background: #B1040E;
  border: 2px solid #B1040E;
}
.news-btn:active{
  background: #B1040E;
  border: 2px solid #B1040E;
}

.btn--light.news-btn:hover{
  color: #B1040E !important;
  border: 2px solid #B1040E;
  background: #EDEDED;
}
.btn--light.news-btn:active{
  color: #B1040E !important;
  border: 2px solid #B1040E;
  background: #EDEDED;
}
/* line 765, assets/styles/common/_global.scss */

.news-btn--addition-margin {
  margin-right: 22px;
}

/* line 768, assets/styles/common/_global.scss */

.faculties-item {
  position: relative;
  /* width: 174px;
  height: 273px; */
  display: inline-block;
}
.faculties__items{
  display: flex;
  position: relative;
  width: 768px;
  height: 322px;
}
.faculties__items::-webkit-scrollbar{
  display: none;
}
.desk-track{
  overflow: hidden;
  width: 768px;
  height: 350px;
}


.desk-wrap{
  white-space: nowrap;
  position: relative;
  transition: all 0.4s ease-in-out;
  width: 768px;
  height: 322px;
  display: inline-flex;
  
}

.child{
  display: inline-flex;
  vertical-align: top;
  width: 256px;
  height: 322px;
  /* margin-right:30px;  */
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
}
.child:last-child{
  margin-right: 0;
}
.marg{
  width: 30px;
}
.arrow-prev-desktop{
  display: block;
  position: absolute;
  top: 130px;
  left: -15px;
  animation: arrow-hover-desk 1s linear infinite;
  z-index: 1;
}
@keyframes arrow-hover-desk {
  0% {
    left:-15px;
  }
  50% {
    left:-10px;
  }
  100% {
    left:-15px;
  }
}


.arrow-next-desktop{
  
  position: absolute;
  top: 130px;
  right: -15px;
  animation: arrow-hove-left-desk 1s linear infinite;
  z-index: 1;
}

@keyframes arrow-hove-left-desk {
  0% {
    right:-15px;
  }
  50% {
    right:-10px;
  }
  100% {
    right:-15px;
  }
}
.faculties-item{
  background-repeat: no-repeat;
  background-size: cover;
  width: 232px;
    height: 322px;
}
.faculties-item.general{
 background: url('../images/1.png');
}
.faculties-item.dent{
  background: url('../images/2.png');
}
.faculties-item.pharm{
  background: url('../images/3.png'); 
}
.faculties-item.nurs{
  background: url('../images/4.png');
}
.faculties-item.prep{
  background: url('../images/5.png');
}
.faculties-item.post{
  background: url('../images/6.png');
}

/* line 771, assets/styles/common/_global.scss */

.faculties-item__img {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 776, assets/styles/common/_global.scss */

.faculties-item__text {
  position: absolute;
  backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px);
  -moz--backdrop-filter: blur(10px);
  -o-backdrop-filter: blur(10px);
  -ms-backdrop-filter: blur(10px);
  bottom: 0;
  right: 0;
  left: 0;
  padding: 25px 14px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #001857;
  white-space: normal;
  width: 100%;
}

/* line 795, assets/styles/common/_global.scss */

.faculties-item__text::after {
  opacity: 0;
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyMCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4Ljg0NTggMy40OTgwNkwxMS4wOTk4IDExLjI0NEMxMC40OTU2IDExLjg0NTEgOS41MTk2OCAxMS44NDUxIDguOTE1NDYgMTEuMjQ0TDEuMTY5NTIgMy40OTgwNkMwLjY3MjI1MyAyLjkxODY4IDAuNjcyMjUzIDIuMDYxOTcgMS4xNjk1MiAxLjQ4MjU5QzEuNzI1NjkgMC44MzM0NDkgMi43MDQ3NSAwLjc1NzU4OSAzLjM1MzkgMS4zMTM3Nkw5Ljk5OTkxIDcuOTU5N0wxNi42NjE0IDEuMzEzNjhDMTcuMjY1NiAwLjcxMjU4OCAxOC4yNDE2IDAuNzEyNTg4IDE4Ljg0NTggMS4zMTM2OEMxOS40NDY5IDEuOTE3OSAxOS40NDY5IDIuODkzOTIgMTguODQ1OCAzLjQ5ODA2WiIgZmlsbD0iIzAzMkM0QiIvPgo8L3N2Zz4K);
  left: 50%;
  bottom: 13px;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
     transform: translate(-50%, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 806, assets/styles/common/_global.scss */

.faculties-item:hover .faculties-item__text {
  padding: 13px 14px 40px;
}

/* line 809, assets/styles/common/_global.scss */

.faculties-item:hover .faculties-item__text::after {
  opacity: 1;
}

@media only screen and (max-width: 700px) {
  /* line 813, assets/styles/common/_global.scss */

  .modal-content {
    width: 100%;
  }
}

/* line 815, assets/styles/common/_global.scss */

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.95);
}

/* line 818, assets/styles/common/_global.scss */

.title-item {
  font-size: 55px;
  text-align: center;
  color: #001857;
}

/* line 823, assets/styles/common/_global.scss */

.title-shadow {
  display: inline;
  position: relative;
  left: 30px;
  text-transform: uppercase;
  font-size: 55px;
  line-height: 64px;
  text-shadow: -10px -10px #DFDFDF;
  /* #001857 */
  color: #001857;
  font-weight: 500 !important;
}

/* line 833, assets/styles/common/_global.scss */

.title-shadow::after {
  content: "";
  width: 41px;
  height: 33px;
  bottom: -10px;
  right: -25px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCA0MSAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMzNINDFWMEwzMi42NjY0IDYuNzA3NTVWMjQuODc4N0gxMC4wOTAxTDAgMzNaIiBmaWxsPSIjREZERkRGIi8+Cjwvc3ZnPgo=);
  position: absolute;
}

/* line 841, assets/styles/common/_global.scss */

.title-shadow::before {
  top: -20px;
  left: -30px;
  width: 72px;
  height: 61px;
  content: "";
  /*background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzIiIGhlaWdodD0iNjEiIHZpZXdCb3g9IjAgMCA3MiA2MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcyIDBIMFY2MUw4LjM0NjY4IDUzLjkyODVWOC4yNDY4SDYyLjI2NjFMNzIgMFoiIGZpbGw9IiMwMzJDNEIiLz4KPC9zdmc+Cg==);*/
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzIiIGhlaWdodD0iNjEiIHZpZXdCb3g9IjAgMCA3MiA2MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcyIDBIMFY2MUw4LjM0NjY4IDUzLjkyODVWOC4yNDY4SDYyLjI2NjFMNzIgMFoiIGZpbGw9IiMwMDE4NTciLz4KPC9zdmc+Cg==);
  position: absolute;
}

/* line 853, assets/styles/common/_global.scss */

.figures {
  margin-bottom: 107px;
}

/* line 856, assets/styles/common/_global.scss */

.figures-title {
  margin-bottom: 45px;
  font-weight: 500;
}

/* line 859, assets/styles/common/_global.scss */

.figures-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 867, assets/styles/common/_global.scss */

.figures-item {
  position: relative;
  -ms-flex-preferred-size: 249px;
  flex-basis: 249px;
  padding: 32px 15px 35px;
  border: 4px solid #525252;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 876, assets/styles/common/_global.scss */

.figures-item__icon {
  margin: 0 auto;
}

/* line 878, assets/styles/common/_global.scss */

.figures-item__icon--active {
  display: none;
}

/* line 880, assets/styles/common/_global.scss */

.figures-item .img-wrap {
  width: 93px;
  height: 93px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 887, assets/styles/common/_global.scss */

.figures-item::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMjQuNUwyNCAwSDI4VjI4SDBWMjQuNVoiIGZpbGw9IiNCRkJGQkYiLz4KPC9zdmc+Cg==);
  position: absolute;
  bottom: -10.32px;
    right: -4.5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 894, assets/styles/common/_global.scss */

.figures-item__title {
  position: relative;
  margin: 32px 0 26px;
  font-size: 20px;
  text-transform: uppercase;
  color: #525252;
  font-weight: 400;
  line-height: 24px;

  /* text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25); */
}
.figures-item__title  .small{
  font-weight: 500;
  font-size: 15px;
}

/* line 901, assets/styles/common/_global.scss */

.figures-item__title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
     transform: translate(-50%, 0);
  width: 99px;
  height: 3px;
  background: #BFBFBF;
  /* -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25); */
}

/* line 913, assets/styles/common/_global.scss */

.figures-item__text {
  font-size: 15px;
  text-align: justify;
  letter-spacing: -0.75px;
  text-transform: capitalize;
  color: #525252;
  /* text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25); */
}

/* line 921, assets/styles/common/_global.scss */

.figures-item:hover {
  border: 4px solid #001857;
}

/* line 924, assets/styles/common/_global.scss */

.figures-item:hover .figures-item__icon {
  display: none;
}

/* line 927, assets/styles/common/_global.scss */

.figures-item:hover .figures-item__icon--active {
  display: block;
}

/* line 930, assets/styles/common/_global.scss */

.figures-item:hover::after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMjQuNUwyNCAwSDI4VjI4SDBWMjQuNVoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcikiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhciIgeDE9IjAiIHkxPSIxMy45NzUiIHgyPSIyOCIgeTI9IjEzLjk3NSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRUYwMDAwIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0MyMEMwMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);
}

/* line 935, assets/styles/common/_global.scss */

.figures-item:hover .figures-item__title {
  color: #001857;
}

/* line 938, assets/styles/common/_global.scss */

.figures-item:hover .figures-item__title::after {
  background: -webkit-linear-gradient(left, #EF0000 0%, #C20C00 100%);
  background: -o-linear-gradient(left, #EF0000 0%, #C20C00 100%);
  background: linear-gradient(90deg, #EF0000 0%, #C20C00 100%);
  /* -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25); */
  /* box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25); */
}

/* line 947, assets/styles/common/_global.scss */

.gallery {
  margin-bottom: 45px;
}

/* line 949, assets/styles/common/_global.scss */

.gallery img {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}

/* line 956, assets/styles/common/_global.scss */

.gallery-title {
  margin-bottom: 35px;
}

/* line 959, assets/styles/common/_global.scss */

.gallery-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 26px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 973, assets/styles/common/_global.scss */

.gallery-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* line 985, assets/styles/common/_global.scss */

.gallery-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 990, assets/styles/common/_global.scss */

.gallery-right-item--top {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* line 995, assets/styles/common/_global.scss */

.gallery-right-item--bottom {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 1000, assets/styles/common/_global.scss */

.galery-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 1008, assets/styles/common/_global.scss */

.gallery-btn {
  padding: 9px 31px;
  margin: auto;
  color: #001857;
}

/* line 1013, assets/styles/common/_global.scss */

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 5vh;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content (Image) */

/* line 1030, assets/styles/common/_global.scss */

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
  width: 90%;
}

/* line 1037, assets/styles/common/_global.scss */

.modal-content img {
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */

/* line 1044, assets/styles/common/_global.scss */

#caption {
  margin: auto;
  display: block;
  text-align: center;
  padding: 10px 0;
}

/* The Close Button */

/* line 1051, assets/styles/common/_global.scss */

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 9999;
}

/* line 1062, assets/styles/common/_global.scss */

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* line 1071, assets/styles/common/_global.scss */

.footer {
  padding: 47px 0px 45px;
  background: #000f37;
}
.footer .container{
  width: 81%;
}
.footer-messenger {
  list-style: none;
  position: fixed;
  z-index: 10;
  padding: 0px;
  cursor: pointer;
  bottom: 148px;
  right: 10px;
  border-radius: 32px;
}
.footer-whats-puls{
  color: #fff;
  background-color: #fff !important;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  position: relative;
  display: block;
}
.whats-icon{
  position: absolute;
  top: 18.5px;
  left: 19px;
  z-index: 20;
}
.footer-whats-puls:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  background:linear-gradient(152.66deg, #00BF08 4.82%, #008D06 66.89%, #007004 97.82%);;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 50%;
  transition: .4s ease;
}
.footer-whats-puls:hover::after{
  background: #002B56;
}
/* line 1075, assets/styles/common/_global.scss */

.footer ul {
  margin-left: 0;
}
.menu-primary-container .menu-item a + .dropdown .menu-item a{
  color: #001857 !important;
}
.menu-primary-container .menu-item a + .dropdown .menu-item:hover a{
  color: #B1040E !important;
}
 .menu-primary-container .menu-item a + .dropdown .menu-item:hover a + .dropdown .menu-item a{
  color: #001857 !important;
}
.menu-primary-container .menu-item a + .dropdown .menu-item:hover a + .dropdown .menu-item:hover a{
  color: #B1040E !important;
} 
/* line 1081, assets/styles/common/_global.scss */

.footer-block {
  display: flex;
  position: relative;
}

/* line 1093, assets/styles/common/_global.scss */



/* line 1095, assets/styles/common/_global.scss */

.footer-block:first-child::before {
  position: absolute;
  content: "";
  width: 102%;
  height: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
     transform: translate(-50%, 0);
  bottom: -48px;
  background: #EDEDED;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
/* .footer-block .info-block +.info-block>.info-block__list>.info-block__item{
  text-transform: capitalize;
}
.footer-block .info-block+.info-block +.info-block>.info-block__list>.info-block__item{
  text-transform: capitalize;
} */
.footer-block.first .info-block:nth-child(2) .info-block__list .info-block__item{
  text-transform: capitalize;
}
.footer-block .info-block:first-child{
  width: 220px;
}
.footer-block .info-block:nth-child(2){
  width: 325px;
}
.footer-block.first .info-block:nth-child(3){
  width: 312px;
  margin-right: 0;
}
.footer-block.second .info-block:nth-child(3){
  width: 284px;
}

/* line 1108, assets/styles/common/_global.scss */
.wrap-footer {
  display: flex;
  flex-direction: column;
}
.info-block {
  color: #EDEDED;
  font-size: 18px;
  width: 378px;
}
.footer-block .info-block{
  margin: 20px 20px 20px 0px;
  
}
.footer-block.second{
  margin-top: 90px;
}
.footer-block.first .info-block.contact-block{
  margin:0  0 20px 0;
  flex-basis: 282px;
  padding: 20px 20px 20px 40px;
}

.info-block.info-block-social{
  margin: 19px 0 0 0;
}
.footer-map{
  width: 375px;
  height: 350px;
  margin: 23px 0 20px 0;
}
.footer iframe{
  width: 375px;
  height: 350px;
}
/* line 1114, assets/styles/common/_global.scss */

.info-block__title {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 18px;
}

/* line 1119, assets/styles/common/_global.scss */

.info-block__item {
  margin-bottom: 10px;
}

/* line 1121, assets/styles/common/_global.scss */

.info-block__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #EDEDED;
  line-height: 21px;
  text-transform: uppercase;
  font-size: 15px;
}

/* line 1128, assets/styles/common/_global.scss */

.info-block-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 1132, assets/styles/common/_global.scss */

.info-block-social li {
  width: 46px;
  height: 46px;
  border: 1px solid #fff;
  position: relative;
  margin-right: 8px;
}
.info-block-social li:hover{
  border: 1px solid #B1040E;
}

/* line 1138, assets/styles/common/_global.scss */

.info-block-social a {
  padding: 11px;
}

/* line 1140, assets/styles/common/_global.scss */

.info-block-social img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
}

/* line 1147, assets/styles/common/_global.scss */

.contact-block {
  -ms-flex-preferred-size: 257px;
  flex-basis: 257px;
  padding: 20px;
  border: 2px solid #EDEDED;
}
.contact-block .info-block__item{
  white-space: nowrap;
}
/* line 1157, assets/styles/common/_global.scss */

.news-section {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 1161, assets/styles/common/_global.scss */

.news-section .tab-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 1240px) {
  /* line 1157, assets/styles/common/_global.scss */

  .news-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 1168, assets/styles/common/_global.scss */

  .news-section .tabs-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 1172, assets/styles/common/_global.scss */

  .news-section .switch-blocks {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background: transparent;
    margin-bottom: 12px;
    margin-left: 0;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  /* line 1182, assets/styles/common/_global.scss */

  .news-section .switch-block {
    margin-bottom: 0 !important;
    margin-right: 20px;
  }
}

/* line 1191, assets/styles/common/_global.scss */

.news-block-title {
  margin-bottom: 50px;
}

/* line 1194, assets/styles/common/_global.scss */

.news-text-block {
  margin-top: 0;
  max-width: 325px;
}

/* line 1199, assets/styles/common/_global.scss */

.news-block-img img {
  margin: auto;
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 590px;
  height: 383px;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
}
.tab-text{
  width: 325px;
  position: relative;
  height: 383px;
}

/* line 1206, assets/styles/common/_global.scss */

.news-block-img {
  margin-left: 72px;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
}

/* line 1210, assets/styles/common/_global.scss */

.tabs-panel {
  padding: 0;
}

/* line 1214, assets/styles/common/_global.scss */

.switch-blocks {
  grid-area: switch;
}

/* line 1217, assets/styles/common/_global.scss */

.news-block-item-title {
  font-style: italic;
  font-weight: 900;
  font-size: 25px;
  text-transform: uppercase;
  color: #001857;
  text-indent: 15px;
}

/* line 1225, assets/styles/common/_global.scss */

.news-block-item-date {
  font-style: italic;
  font-weight: 300;
  font-size: 10px;
  color: #525252;
  text-indent: 15px;
  margin-bottom: 18px;
}

/* line 1233, assets/styles/common/_global.scss */

.switch-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
}

/* line 1249, assets/styles/common/_global.scss */

.switch-block a {
  max-width: 115px;
  padding: 9px;
  color: #525252;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  cursor: pointer;
}

/* line 1259, assets/styles/common/_global.scss */

.switch-block.is-active a {
  color: #EDEDED;
  background: #001857;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

/* line 1266, assets/styles/common/_global.scss */

.switch-block__title {
  font-style: italic;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 4px;
}

/* line 1273, assets/styles/common/_global.scss */

.switch-block__info {
  font-style: italic;
  font-size: 10px;
}

/* line 1277, assets/styles/common/_global.scss */

.switch-block:not(:last-child) {
  margin-bottom: 20px;
}

/* line 1280, assets/styles/common/_global.scss */

.tabs-content {
  border: none !important;
}

/* line 1287, assets/styles/common/_global.scss */

.title-block {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
   background-position: center ; 
  height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 55px;
  color: #EDEDED;
}


/* line 1304, assets/styles/common/_global.scss */

.title-block-text {
  position: relative;
  z-index: 1;
}

/* line 1307, assets/styles/common/_global.scss */

.title-block::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 44, 75, 0.29)), color-stop(103.87%, #002B4B));
  background: -webkit-linear-gradient(top, rgba(3, 44, 75, 0.29) 0%, #002B4B 103.87%);
  background: -o-linear-gradient(top, rgba(3, 44, 75, 0.29) 0%, #002B4B 103.87%);
  background: linear-gradient(180deg, rgba(3, 44, 75, 0.29) 0%, #002B4B 103.87%);
  z-index: 1;
}

/* line 1318, assets/styles/common/_global.scss */

.bread-crumbs {
  padding: 8px 0;
  border-bottom: 1px solid #BFBFBF;
  margin-bottom: 43px;
}

/* line 1323, assets/styles/common/_global.scss */

.bread-crumbs-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 1331, assets/styles/common/_global.scss */

.bread-crumb-item {
  position: relative;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 1341, assets/styles/common/_global.scss */

.bread-crumb-item:not(:last-child)::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNiA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMS45MDYzNSAwLjczNzM0OEw1LjAwNDczIDMuODM1NzJDNS4yNDUxNyA0LjA3NzQxIDUuMjQ1MTcgNC40Njc3OSA1LjAwNDczIDQuNzA5NDdMMS45MDYzNSA3LjgwNzg1QzEuNjc0NiA4LjAwNjc2IDEuMzMxOTIgOC4wMDY3NiAxLjEwMDE3IDcuODA3ODVDMC44NDA1MDkgNy41ODUzOCAwLjgxMDE2NSA3LjE5Mzc2IDEuMDMyNjMgNi45MzQxTDMuNjkxMDEgNC4yNzU2OUwxLjAzMjYgMS42MTExQzAuNzkyMTY1IDEuMzY5NDEgMC43OTIxNjUgMC45NzkwMzYgMS4wMzI2IDAuNzM3MzQ4QzEuMjc0MjkgMC40OTY5MTEgMS42NjQ3IDAuNDk2OTExIDEuOTA2MzUgMC43MzczNDhaIiBmaWxsPSIjNTI1MjUyIi8+Cjwvc3ZnPgo=);
  position: absolute;
  top: 44%;
  right: -15px;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
}

/* line 1349, assets/styles/common/_global.scss */

.bread-crumb-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  text-transform: uppercase;
  color: #525252;
}

/* line 1359, assets/styles/common/_global.scss */

.bread-crumb-link img {
  margin-right: 6px;
}

/* line 1362, assets/styles/common/_global.scss */

.content {
  display: grid;
  grid-template-areas: "content content content navigation" "content content content news";
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

/* line 1368, assets/styles/common/_global.scss */

.info-section {
  grid-area: content;
  margin-bottom: 30px;
  width: 868px;
  margin-right: 14px;
  position: relative;
}

/* line 1370, assets/styles/common/_global.scss */

.info-section p {
  font-size: 15px;
  font-size: 15px;
  line-height: 18px;
  text-align: justify;
  text-indent: 15px;
  color: #525252;
  padding-bottom: 10px;
}

/* line 1378, assets/styles/common/_global.scss */

.info-section-title {
  padding: 5px 10px;
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 700;
  font-size: 33px;
  line-height: 39px;
  text-align: center;
  color: #001857;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  text-transform: uppercase;
}
.wrap-right{
  display: flex;
  flex-direction: column;
}

/* line 1392, assets/styles/common/_global.scss */

.info-section-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

/* line 1397, assets/styles/common/_global.scss */

.info-section-block li {
  position: relative;
  font-size: 15px;
  line-height: 18px;
  text-indent: 15px;
  color: #525252;
  list-style-position: inside;
}

/* line 1404, assets/styles/common/_global.scss */

.info-section-block li::before {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNCA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8Y2lyY2xlIGN4PSIyIiBjeT0iMiIgcj0iMiIgZmlsbD0iIzUyNTI1MiIvPgo8L3N2Zz4K);
  left: -7px;
  top: -3px;
}

/* line 1409, assets/styles/common/_global.scss */

.info-section-block img {
  display: block;
  max-width: 100%;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 1418, assets/styles/common/_global.scss */

.navigation {
  margin-bottom: 40px;
  grid-area: navigation;
}

/* line 1422, assets/styles/common/_global.scss */

.navigation-title {
  padding: 13px;
  background: #001857;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  font-size: 25px;
  line-height: 109.6%;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
}

/* line 1435, assets/styles/common/_global.scss */

.navigation-block {
  padding: 15px 15px 19px 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

/* line 1442, assets/styles/common/_global.scss */

.navigation-block details {
  padding: 9px 21px;
  border-bottom: 1px solid #C4C4C4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1449, assets/styles/common/_global.scss */

.navigation-block details:focus {
  outline: 0;
  outline-offset: 0;
}

/* line 1452, assets/styles/common/_global.scss */

.navigation-block summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #525252;
  cursor: pointer;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 109.6%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

/* line 1468, assets/styles/common/_global.scss */

.navigation-block summary:focus {
  outline: 0;
  outline-offset: 0;
}

/* line 1471, assets/styles/common/_global.scss */

.navigation-block summary img {
  display: none;
  width: 7px;
  height: 4px;
  margin-left: 8px;
}

/* line 1476, assets/styles/common/_global.scss */

.navigation-block details[open] summary {
  color: #001857;
  margin-bottom: 6px;
}

/* line 1479, assets/styles/common/_global.scss */

.navigation-block details[open] summary img {
  display: block;
}

/* line 1481, assets/styles/common/_global.scss */

.navigation-block li {
  margin-bottom: 6px;
  margin-left: 26px;
  position: relative;
}

/* line 1485, assets/styles/common/_global.scss */

.navigation-block li::before {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNCA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8Y2lyY2xlIGN4PSIyIiBjeT0iMiIgcj0iMiIgZmlsbD0iIzUyNTI1MiIvPgo8L3N2Zz4K);
  left: -7px;
  top: -13%;
}

/* line 1490, assets/styles/common/_global.scss */

.navigation-block a {
  font-size: 18px;
  line-height: 109.6%;
  letter-spacing: -0.02em;
  color: #525252;
}

/* line 1496, assets/styles/common/_global.scss */

details > summary {
  list-style: none;
}

/* line 1499, assets/styles/common/_global.scss */

details > summary::marker {
  display: none;
}

/* line 1502, assets/styles/common/_global.scss */

.news {
  grid-area: news;
  max-width: 254px;
}

/* line 1506, assets/styles/common/_global.scss */

.news-title {
  position: relative;
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
  text-transform: uppercase;
  color: #001857;
  margin-bottom: 35px;
}

/* line 1514, assets/styles/common/_global.scss */

.news-title::after {
  content: '';
  position: absolute;
  width: 91px;
  height: 1px;
  left: 0px;
  bottom: -8px;
  background: #001857;
}

/* line 1522, assets/styles/common/_global.scss */

.news-title::before {
  content: '';
  position: absolute;
  width: 5.68rem;
  height: 0.0625rem;
  left: 0.625rem;
  bottom: -0.81rem;
  background: #001857;
}

/* line 1531, assets/styles/common/_global.scss */

.news-item {
  margin-bottom: 1.31rem;
  max-width: 15.8rem;
}

/* line 1534, assets/styles/common/_global.scss */

.news-item__img {
  position: relative;
  height: 10.12rem;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

/* line 1541, assets/styles/common/_global.scss */

.news-item__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 1547, assets/styles/common/_global.scss */

.news-item__label {
  text-align: center;
  padding: 0.5rem 0;
  position: absolute;
  background: rgba(3, 44, 75, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  text-transform: uppercase;
  bottom: 1.31rem;
  right: 0;
  width: 90%;
  font-size: 0.875rem;
  font-family: Lato;
}

/* line 1561, assets/styles/common/_global.scss */

.news-item__text {
  position: relative;
  padding: 0.93rem;
  background-color: #fff;
}

/* line 1565, assets/styles/common/_global.scss */

.news-item__text p {
  font-family: Roboto;
  font-style: italic;
  font-weight: normal;
  font-size: 0.93rem;
  line-height: 1.125rem;
  text-align: justify;
  text-indent: 0.93rem;
  text-transform: capitalize;
  color: #525252;
  margin-bottom: 0.68rem;
}

/* line 1576, assets/styles/common/_global.scss */

.news-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: Roboto;
  font-style: italic;
  font-weight: 500;
  font-size: 0.68rem;
  line-height: 0.75rem;
  text-align: justify;
  text-indent: 0.93rem;
  color: #525252;
}

/* line 1593, assets/styles/common/_global.scss */

main {
  background-color: #EDEDED;
}

/* line 1596, assets/styles/common/_global.scss */



/* line 1600, assets/styles/common/_global.scss */

.apply_online_label{
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  margin: 0 0 0 0;
  cursor: pointer;
  display: block;
  color: #001857;
  position: absolute;
  top: 1;
  left: -0.81rem;
}

.li-form{
  position: relative;
  margin-bottom: 1.125rem; 

}

.apply_online_label + .wpcf7-form-control-wrap {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
}
.apply_online_input {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #001857;
  border: 0;
  background: #FCFCFC;
  border: 0.0625rem solid #001857;
  margin-top: 0.312rem;
  border-radius: 0.5rem;
}
.apply_online_input::placeholder{
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #525252;
}
.li-form input.wpcf7-form-control.has-spinner.wpcf7-submit{
  margin-top: 15px;
}

/* line 1616, assets/styles/common/_global.scss */

form .ajax-loader {
  display: none !important;
}

/* line 1622, assets/styles/common/_global.scss */

.form-block {
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  bottom: 0;
  padding: 0.9rem 0;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  z-index: 10;
}

/* line 1636, assets/styles/common/_global.scss */

.form-item {
  display: flex;
  /*align-items: center;*/
  min-width:72.25rem;
  margin-left: 3.12rem;
  position: relative;
  flex-wrap: wrap-reverse;
  width: 100%;
}

/* line 1650, assets/styles/common/_global.scss */

.form-item__title {
  font-weight: bold;
  font-size: 1.25rem;
  color: #525252;
  margin-right: 0;
  line-height: 1.37rem;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 0.25rem;
}
.wpcf7 {
  height: 1.87rem;
  margin-left: 16.56rem;
  
}
.info-section .wpcf7{
  margin-left: 0;
}
#wpcf7-f1123-o1 form {
  width: 100%;
  position: absolute;
  left: 0;
}
#wpcf7-f1123-o1 form ul{
  width: 100%;
}
form.wpcf7-form p {
  margin-right: 1.25rem;
  margin-left: 0 ;
  margin-bottom: 0;
}
.wpcf7-form-control-wrap.your-name .form-item__input,
.wpcf7-form-control-wrap.your-phone .form-item__input,
.wpcf7-form-control-wrap.your-email .form-item__input {
  max-width: 13.1rem;
  width: 13.1rem;
  padding: 0.31rem 0.625rem;
  /* font-family: 'Roboto'; */
  font-style: normal;
  font-weight: 300;
  font-size: 0.93rem;
  line-height: 1.125rem;
  display: flex;
  align-items: center;
  color: #525252;
  background: rgba(255, 255, 255, 0.9);
  border: 0.0625rem solid #001857;
  border-radius: 0.125rem;
}
.wpcf7-form-control-wrap.your-name .form-item__input::placeholder,
.wpcf7-form-control-wrap.your-phone .form-item__input::placeholder,
.wpcf7-form-control-wrap.your-email .form-item__input::placeholder{
  /* font-family: 'Roboto'; */
  font-style: normal;
  font-weight: 300;
  font-size: 0.93rem;
  line-height: 1.125rem;
  color: #525252;
}
form.wpcf7-form> div+ p+ p+p +p {
  width: 5.93rem ;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
  min-width: 5.93rem;
  height: 1.93rem;
  width: 5.93rem;
  padding: 0.25rem;
  text-transform: uppercase;
  border: 0.125rem solid #032C4B;
  border-radius: 0.125rem;
  position: absolute;
  top: -0.0625rem;
  
}

form{
  position: relative;
  display: inline-flex ;
}
.codedropz-upload-wrapper{
  width: 97.5%;
    margin-top: 1.56rem;
}
.li-form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
  background: #B1040E;
  border: 0.125rem solid #B1040E;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
  background: #B1040E;
  border: 0.125rem solid #B1040E;
}

.li-form .wpcf7-form-control{
width: 97.5% !important;
}
.li-form .wpcf7-form-control.wpcf7-submit{
  width: 6rem!important;
  }

  
/* line 1655, assets/styles/common/_global.scss */

.form-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 1663, assets/styles/common/_global.scss */

.form-item__input {
  -ms-flex-preferred-size: 13.1rem;
  max-width: 13.1rem;
  border:0.0625rem solid #001857;
  padding: 0.312rem 0.0625rem;
  font-size: 0.93rem;
  border-radius: 0.125rem;
}
.info-section{
  font-size: 0.93rem;
  line-height: 1.125rem;
  text-align: justify;
  text-indent: 0.93rem;
  color: #525252;
}
.info-section ul{
  margin-top: 0.312rem;
}
.info-section li{
  font-size: 0.93rem;
  line-height: 1.125rem;
  text-align: justify;
  color: #525252;
}
.info-section h2.title-h2{
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #002B56;
  margin-top: 0.93rem;

}
.info-section h3.title-h3{
  font-style: normal;
  font-weight: 700;
  font-size: 0.93rem;
  line-height: 1.125rem;
  color: #002B56;
  margin-top: 0.75rem;
}


/* ++++++++++++++++++++++++++++ SEARCH ++++++++++++++++++++++++++++  */
.content-area {
  margin: 0 auto;
  width: 81%;
}
.about-search {
  width: 100%;
  margin: 0 auto;
  margin-top: 4rem;
  
}
.search-form {
  width: 100%;
  position: relative;
  height: 3rem;
}
.about-search .search-form input {
  width: 100%;
  color: #001857;
  backdrop-filter: blur(0.625rem);
  border: none;
  border-radius: 0.312rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1rem;
  padding: 0.312rem 0% 0.312rem 2%;
  border: 0.125rem solid #001857;
  letter-spacing: -0.02em;
  
}
.about-search .search-form input::placeholder{
  color: #001857;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1rem;
}
.search-form .search-search__button {
  background: #001857;
  box-shadow: none;
  position: relative;
  left: -0.24rem;
  padding: 0.0625rem 2.25rem;
  border: 0.0625rem solid #001857;
  border-radius: 0px 0.125rem 0.125rem 0px;
}
.search-form button img {
  width: 1.68rem;
  height: 1.68rem;
}
.search-form:hover .search-search__button {
  background: #B1040E !important;
  border: 1 solid #001857;
}

.search-list {
  margin-top: 1.87rem;
}
.search_item {
  list-style-type: none;
  position: relative;
}
.search_item a {
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 2.5rem;
  text-align: justify;
  color: #001857;
}
.search-item__header {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 24px;
  text-align: center;
  color: #001857;
}
.search-item__header:hover{
  color: #B1040E;
}


@media all and (max-width: 1023px) {
  /* line 1673, assets/styles/common/_global.scss */

  .mobile-header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    background-color: #001857;
  }

  /* line 1678, assets/styles/common/_global.scss */



  /* line 1682, assets/styles/common/_global.scss */

  .mobile-header-nav svg path {
    fill: #fff;
  }

  /* line 1687, assets/styles/common/_global.scss */

  .mobile-nav-wrap {
    background-color: #001857;
  }

  /* line 1691, assets/styles/common/_global.scss */

  .menu-primary-container {
    display: none;
  }

  /* line 1694, assets/styles/common/_global.scss */

  .menu-primary-container.menu-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 1699, assets/styles/common/_global.scss */

  #menu {
    width: auto;
    height: auto;
    cursor: pointer;
  }

  /* line 1705, assets/styles/common/_global.scss */

  .header-links {
    display: none;
  }

  /* line 1709, assets/styles/common/_global.scss */

  .search-block {
    display: none;
  }

  /* line 1713, assets/styles/common/_global.scss */

  .menu-primary-container .menu-item .submenu {
    position: static;
    margin-top: 15px;
    background: transparent;
  }

  /* line 1719, assets/styles/common/_global.scss */

  .is-dropdown-submenu {
    background: transparent;
    border: none !important;
  }

  /* line 1724, assets/styles/common/_global.scss */

  .menu.vertical {
    width: 100%;
  }

  /* line 1728, assets/styles/common/_global.scss */

  .menu-nav__item,
  .menu-primary-container .menu-item,
  .menu-primary-container .menu-item {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  /* line 1733, assets/styles/common/_global.scss */

  .submenu li {
    background: transparent;
  }

  /* line 1736, assets/styles/common/_global.scss */

  .submenu li a {
    color: #fff !important;
  }
}

@media screen and (max-width: 1230px) {
  /* line 1744, assets/styles/common/_global.scss */

  .faculties {
    display: grid;
    grid-template-areas: "title" "textValue" "images" "button";
  }
}

@media screen and (max-width: 1230px) {
  /* line 1755, assets/styles/common/_global.scss */

  .faculties__block-text {
    max-width: 100%;
  }

  /* line 1758, assets/styles/common/_global.scss */

  .faculties__block-text .faculties-title {
    text-align: center;
  }

  /* line 1762, assets/styles/common/_global.scss */

  .faculties__block-text .faculties__items {
    margin-bottom: 35px;
  }

  /* line 1766, assets/styles/common/_global.scss */

  .faculties__block-text .faculties-btn-wrap {
    text-align: center;
  }
}

@media screen and (max-width: 1600px) {
  /* line 1773, assets/styles/common/_global.scss */

  .slick-track {
    height: 481px;
  }
}

@media screen and (max-width: 1425px) {
  /* line 1776, assets/styles/common/_global.scss */

  .container,
  .menu-primary-container {
    width: 90%;
  }

  /* line 1779, assets/styles/common/_global.scss */

  .main-slider__items {
    max-width: 1020px;
  }
}

@media screen and (max-width: 1280px) {
  /* line 1782, assets/styles/common/_global.scss */

  .menu-nav__link,
  .menu-primary-container .menu-item a {
    font-size: 16px;
  }

  /* line 1784, assets/styles/common/_global.scss */

  .menu-nav__item,
  .menu-primary-container .menu-item {
    padding: 18px 0;
  }
}

@media screen and (max-width: 1230px) {
  /* line 1787, assets/styles/common/_global.scss */

  .faculties {
    display: grid;
    grid-template-areas: "title" "textValue" "images" "button";
  }

  /* line 1791, assets/styles/common/_global.scss */

  .faculties-title {
    text-align: center;
  }

  /* line 1794, assets/styles/common/_global.scss */

  .faculties__block-text {
    max-width: 100%;
  }

  /* line 1797, assets/styles/common/_global.scss */



  /* line 1800, assets/styles/common/_global.scss */

  .faculties__text-info {
    margin-top: 40px;
    font-size: 14px;
  }

  /* line 1803, assets/styles/common/_global.scss */

  

  /* line 1806, assets/styles/common/_global.scss */

  .faculties-btn-wrap {
    margin: 35px auto 0;
  }

  /* line 1809, assets/styles/common/_global.scss */

  .title-shadow {
    left: 0;
  }

  /* line 1812, assets/styles/common/_global.scss */

  .news-section {
    grid-template-areas: "titleNews titleNews titleNews" "switch switch switch" "textNews news-img news-img";

  }

  /* line 1816, assets/styles/common/_global.scss */

  .switch-blocks {
    width: 80%;
    margin: 50px auto 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* line 1827, assets/styles/common/_global.scss */

  .news-block-img {
    margin-left: auto;
  }

  /* line 1830, assets/styles/common/_global.scss */

  
  /* line 1833, assets/styles/common/_global.scss */

  .switch-block:last-child {
    margin-bottom: 20px;
  }

  /* line 1836, assets/styles/common/_global.scss */

  .form-item {
    margin: 0;
  }
}

@media screen and (max-width: 1170px) {
  /* line 1840, assets/styles/common/_global.scss */


  /* line 1844, assets/styles/common/_global.scss */

  .menu-nav__item,
  .menu-primary-container .menu-item {
    padding: 18px 0;
    margin-right: 20px;
  }

  /* line 1847, assets/styles/common/_global.scss */

  .menu-nav__link,
  .menu-primary-container .menu-item a {
    font-size: 12px;
  }

  /* line 1850, assets/styles/common/_global.scss */

  .drop-down-l-2 {
    top: 54px;
  }

  /* line 1853, assets/styles/common/_global.scss */

  .contact-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 1857, assets/styles/common/_global.scss */

  .contact-item__icon {
    height: 20px;
    width: 20px;
  }

  /* line 1860, assets/styles/common/_global.scss */

  .contact-item__name {
    font-size: 10px;
  }

  /* line 1862, assets/styles/common/_global.scss */

  .contact-item__info {
    font-size: 12px;
  }

  /* line 1865, assets/styles/common/_global.scss */

  .main-slider__block {
    max-width: 42%;
  }

  /* line 1868, assets/styles/common/_global.scss */

  .main-slider__title {
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #001857;
    margin: 0 0 40px;
    font-weight: 500 !important;
  }

  /* line 1875, assets/styles/common/_global.scss */

  .main-slider__nav {
    top: 60px;
  }

  /* line 1878, assets/styles/common/_global.scss */

  .main-slider__items {
    bottom: -140px;
  }

  /* line 1881, assets/styles/common/_global.scss */

  .main-slider-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
  }

  /* line 1889, assets/styles/common/_global.scss */

  .main-slider-item__icon {
    margin-right: 0;
    margin-bottom: 5px;
  }

  /* line 1892, assets/styles/common/_global.scss */

  .main-slider-item__title {
    text-align: center;
    font-size: 16px;
  }

  /* line 1896, assets/styles/common/_global.scss */

  .slick-track {
    height: 400px;
  }

  /* line 1899, assets/styles/common/_global.scss */

  .title-shadow,
  .title-item {
    font-size: 45px;
  }

  /* line 1903, assets/styles/common/_global.scss */

 

  /* line 1910, assets/styles/common/_global.scss */

  .slider-more-btn {
    padding: 10px 33px;
    font-size: 16px;
  }

  /* line 1914, assets/styles/common/_global.scss */

  .figures-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 1921, assets/styles/common/_global.scss */

  .figures-item__icon {
    margin-right: 22px;
  }

  /* line 1923, assets/styles/common/_global.scss */

  .figures-item__title {
    margin: 0 0 26px;
    text-align: left;
  }

  /* line 1926, assets/styles/common/_global.scss */

  .figures-item__title::after {
    left: 0;
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
       transform: translate(0, 0);
  }

  /* line 1930, assets/styles/common/_global.scss */

  .figures-item .img-wrap {
    margin-right: 22px;
  }

  /* line 1933, assets/styles/common/_global.scss */

  .form-item__title {
    font-size: 16px;
  }

  /* line 1935, assets/styles/common/_global.scss */

  .form-item__input {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  /* line 1938, assets/styles/common/_global.scss */

  .form-item .btn--send,
  .form-item form input[type='submit'],
  form .form-item input[type='submit'] {
    min-width: 106px;
  }
}

@media screen and (min-width: 901px) {
  /* line 1941, assets/styles/common/_global.scss */

  .menu-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 900px) {
  /* line 1946, assets/styles/common/_global.scss */

  .mobile-header-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 1951, assets/styles/common/_global.scss */

 

  /* line 1955, assets/styles/common/_global.scss */

  .drop-down-l-2 {
    position: static;
    margin-left: -20px;
    margin-top: 10px;
    width: 100%;
    border-top: 1px solid #fff;
  }

  /* line 1961, assets/styles/common/_global.scss */

  .drop-down-l-2 li {
    background-color: #001857;
    padding-left: 20px;
  }

  /* line 1964, assets/styles/common/_global.scss */

  .drop-down-l-2 li a {
    color: #fff;
  }

  /* line 1967, assets/styles/common/_global.scss */

  .drop-down-l-3 li:last-child {
    padding-bottom: 0;
  }

  /* line 1970, assets/styles/common/_global.scss */

  .drop-down-l-3 {
    position: static;
  }

  /* line 1972, assets/styles/common/_global.scss */

  .drop-down-l-3 li {
    border: none;
    padding-left: 10px;
  }

  /* line 1975, assets/styles/common/_global.scss */

  .drop-down-l-3 li::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMiIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMiAyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8Y2lyY2xlIGN4PSIxIiBjeT0iMSIgcj0iMSIgZmlsbD0iI0VERURFRCIvPgo8L3N2Zz4K);
    position: absolute;
    left: 0;
    top: 4px;
  }

  /* line 1981, assets/styles/common/_global.scss */

  .main-slider {
    margin-bottom: 75px;
  }

  /* line 1984, assets/styles/common/_global.scss */

  .figures-blocks {
    grid-template-areas: "first";
  }

  /* line 1988, assets/styles/common/_global.scss */

  .mobile-header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 1993, assets/styles/common/_global.scss */

  .header-panel__item:last-child {
    margin-right: 0;
  }

  /* line 1996, assets/styles/common/_global.scss */

  .main-slider__nav {
    top: 20px;
  }

  /* line 1998, assets/styles/common/_global.scss */

  .menu-nav__item,
  .menu-primary-container .menu-item {
    padding: 10px 20px;
    border-top: 1px solid #EDEDED;
    margin-right: 0;
  }

  /* line 2002, assets/styles/common/_global.scss */

  .menu-nav__link::after,
  .menu-primary-container .menu-item a::after {
    background: transparent;
  }

  /* line 2005, assets/styles/common/_global.scss */

  .slick-track {
    height: 326px;
  }

  /* line 2008, assets/styles/common/_global.scss */

  .main-slider__block {
    top: 46px;
    max-width: 300px;
  }

  /* line 2011, assets/styles/common/_global.scss */

  .main-slider__items {
    bottom: -70px;
  }

  /* line 2013, assets/styles/common/_global.scss */

  .main-slider__title {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 40px;
  }

  /* line 2017, assets/styles/common/_global.scss */

  .main-slider__title span {
    line-height: 33px;
  }

  /* line 2019, assets/styles/common/_global.scss */

  .main-slider .slider-more-btn {
    padding: 3px 15px;
    font-size: 12px;
  }

  /* line 2023, assets/styles/common/_global.scss */

  .main-slider-item {
    padding: 7px;
  }

  /* line 2025, assets/styles/common/_global.scss */

  .main-slider-item__icon {
    width: 30px;
    height: 30px;
  }

  /* line 2028, assets/styles/common/_global.scss */

  .main-slider-item__title {
    font-size: 7px;
    line-height: 12px;
  }

  /* line 2032, assets/styles/common/_global.scss */



  /* line 2035, assets/styles/common/_global.scss */

  

  /* line 2038, assets/styles/common/_global.scss */

  .faculties-item__text {
    padding: 10px 2px;
    font-size: 16px;
  }

  /* line 2042, assets/styles/common/_global.scss */

  .switch-blocks {
    width: 100%;
    margin: 50px auto 30px;
  }

  /* line 2046, assets/styles/common/_global.scss */

  .mobile-drop-down-arrow {
    display: block;
  }
}

@media screen and (max-width: 940px) {
  /* line 2049, assets/styles/common/_global.scss */

  .form-item__title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 5px;
  }

  /* line 2054, assets/styles/common/_global.scss */

  .form-item__input {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-right: 10px;
  }

  /* line 2058, assets/styles/common/_global.scss */

  .form-item .btn--send,
  .form-item form input[type='submit'],
  form .form-item input[type='submit'] {
    min-width: 106px;
  }
}

@media screen and (max-width: 770px) {
  /* line 2061, assets/styles/common/_global.scss */

  .faculties-item__text {
    font-size: 13px;
    line-height: 13px;
  }

  /* line 2065, assets/styles/common/_global.scss */

  .news-section {
    grid-template-areas: "titleNews titleNews titleNews" "switch switch switch" "news-img news-img news-img" "textNews textNews textNews";
  }

  /* line 2068, assets/styles/common/_global.scss */

  .news-block-img {
    width: 100%;
    margin: 0;
  }

  /* line 2072, assets/styles/common/_global.scss */

  .news-text-block {
    max-width: 100%;
  }

  /* line 2075, assets/styles/common/_global.scss */

  .news-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }

  /* line 2085, assets/styles/common/_global.scss */

  .news-btn--addition-margin {
    margin-right: 36px;
  }

  /* line 2088, assets/styles/common/_global.scss */

  .switch-block {
    padding: 10px 25px;
    text-align: center;
  }

  /* line 2094, assets/styles/common/_global.scss */

  .form-item__title {
    font-size: 12px;
  }

  /* line 2096, assets/styles/common/_global.scss */

  .form-item .btn--send,
  .form-item form input[type='submit'],
  form .form-item input[type='submit'] {
    width: 15%;
  }
}

@media screen and (max-width: 600px) {
  /* line 2099, assets/styles/common/_global.scss */

  .btn,
  form input[type='submit'] {
    min-width: auto;
  }

  /* line 2102, assets/styles/common/_global.scss */

  /* line 2106, assets/styles/common/_global.scss */

  .container,
  .menu-primary-container {
    padding-right: env(safe-area-inset-right);
    padding-left: env(safe-area-inset-left);
    padding-left: constant(safe-area-inset-left);
    padding-right: constant(safe-area-inset-right);
    padding: 0 15px;
    width: 100%;
  }

  /* line 2114, assets/styles/common/_global.scss */



  /* line 2117, assets/styles/common/_global.scss */


  /* line 2121, assets/styles/common/_global.scss */

  .header-nav__list {
    padding: 0;
  }

  /* line 2124, assets/styles/common/_global.scss */

  .header-nav__item {
    margin-right: 0;
  }

  /* line 2126, assets/styles/common/_global.scss */

  .header-nav__item::after {
    width: 0;
    height: 0;
  }

  /* line 2130, assets/styles/common/_global.scss */

  .contact-item--phone {
    border-bottom: 1px solid  #001857;
    border-bottom: none;
  }

  /* line 2133, assets/styles/common/_global.scss */

  .contact-item {
    padding: 2px 0;
    padding: 0;
  }

  /* line 2135, assets/styles/common/_global.scss */

  .contact-item__icon {
    width: 14px;
    height: 14px;
  }

  /* line 2138, assets/styles/common/_global.scss */

  .contact-item__name {
    font-size: 7px;
  }

  /* line 2141, assets/styles/common/_global.scss */

  .contact-items-wrap {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 2147, assets/styles/common/_global.scss */

  .contact-items-wrap::before {
    content: "";
    position: absolute;
    width: 0.5px;
    height: 40px;
    left: 2px;
    left: -20%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
    background: #001857;
  }

  .contact-item__name.contact-item__name_new {   
    margin-left: 14% !important;
  }

  img.contact-item__icon {
    margin-bottom: -16%;
  }
  /* line 2158, assets/styles/common/_global.scss */

  .change-language {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 9px;
    margin-right: 10%;
  }

  /* line 2164, assets/styles/common/_global.scss */

  .faculties-btn {
    padding: 4.5px 20px;
    font-size: 12px;
  }
  
  .news-btn{
    font-size: 12px;
    padding: 3px 20px;
  }

  /* line 2169, assets/styles/common/_global.scss */

  .switch-block__title {
    margin-bottom: 0;
  }

  /* line 2172, assets/styles/common/_global.scss */

  .faculties-item__text {
    padding: 9px 0;
    font-size: 10px;
    line-height: 12px;
  }

  /* line 2177, assets/styles/common/_global.scss */

  .title-shadow,
  .title-item {
    font-size: 40px;
  }

  /* line 2181, assets/styles/common/_global.scss */

  .switch-block {
    padding: 10px 15px;
  }

  /* line 2183, assets/styles/common/_global.scss */

  .switch-block__title {
    font-size: 12px;
    line-height: 15px;
  }

  /* line 2186, assets/styles/common/_global.scss */

  .switch-block__info {
    font-size: 6px;
  }

  /* line 2189, assets/styles/common/_global.scss */

  .info-block {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    margin: 25px 10px;
  }

  /* line 2193, assets/styles/common/_global.scss */

  .info-block__title {
    font-size: 15px;
    line-height: 12px;
  }

  /* line 2196, assets/styles/common/_global.scss */

  .info-block__link {
    font-size: 14px;
  }

  /* line 2199, assets/styles/common/_global.scss */

  .gallery-btn {
    padding: 5px 18px;
  }

  /* line 2202, assets/styles/common/_global.scss */

  .contact-block {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 16px 19px;
  }

  /* line 2206, assets/styles/common/_global.scss */

 

  /* line 2209, assets/styles/common/_global.scss */

  .footer {
    padding: 20px 0;
  }

  /* line 2212, assets/styles/common/_global.scss */

  .footer-block:first-child {
    margin-bottom: 40px;
  }

  /* line 2214, assets/styles/common/_global.scss */

  .footer-block:first-child::before {
    display: none;
  }

  /* line 2217, assets/styles/common/_global.scss */

  .form-block {
    padding: 5px 0;
  }

  /* line 2220, assets/styles/common/_global.scss */

  .form-item__title {
    font-size: 10px;
  }

  /* line 2222, assets/styles/common/_global.scss */

  .form-item__input {
    padding: 5px;
    font-size: 12px;
  }

  /* line 2225, assets/styles/common/_global.scss */

  .form-item .btn--send,
  .form-item form input[type='submit'],
  form .form-item input[type='submit'] {
    min-width: 15%;
    font-size: 12px;
  }
}

@media screen and (max-width: 450px) {
  /* line 2229, assets/styles/common/_global.scss */

  .main-slider-item {
    padding: 7px 0;
    -ms-flex-preferred-size: 73px;
    flex-basis: 73px;
  }

  /* line 2234, assets/styles/common/_global.scss */

  .title-shadow::after {
    width: 30px;
    height: 25px;
    background-size: cover;
    bottom: -10px;
    right: -16px;
  }

  /* line 2240, assets/styles/common/_global.scss */

  .title-shadow::before {
    width: 53px;
    height: 45px;
    background-size: cover;
  }

  /* line 2245, assets/styles/common/_global.scss */

  .title-shadow,
  .title-item {
    font-size: 28px;
  }

  /* line 2249, assets/styles/common/_global.scss */

  .figures {
    margin-bottom: 50px;
  }

  /* line 2252, assets/styles/common/_global.scss */

  /* .faculties__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px 2px;
  } */

  /* line 2261, assets/styles/common/_global.scss */

  .faculties__text-info {
    margin: 20px 0;
  }

  /* line 2264, assets/styles/common/_global.scss */

 

  /* line 2267, assets/styles/common/_global.scss */

  .figures-item {
    padding: 23px 19px;
  }

  /* line 2269, assets/styles/common/_global.scss */

  .figures-item__icon {
    width: 88px;
    height: 88px;
  }

  /* line 2272, assets/styles/common/_global.scss */

  .figures-item__title {
    font-size: 15px;
    margin-bottom: 16px;
  }

  /* line 2275, assets/styles/common/_global.scss */

  .figures-item__text {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: -0.2px;
  }

  /* line 2279, assets/styles/common/_global.scss */

  .info-block {
    margin: 10px;
  }

  /* line 2281, assets/styles/common/_global.scss */

  .info-block__title {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 10px;
  }

  /* line 2285, assets/styles/common/_global.scss */

  .info-block__item {
    margin-bottom: 0;
  }

  /* line 2287, assets/styles/common/_global.scss */

  .info-block__link {
    font-size: 10px;
    line-height: 10px;
  }

  /* line 2291, assets/styles/common/_global.scss */

 

  /* line 2294, assets/styles/common/_global.scss */

  .figures-title {
    margin-bottom: 33px;
  }

  /* line 2297, assets/styles/common/_global.scss */

  .faculties-item__img {
    min-width: 101px;
  }

  /* line 2300, assets/styles/common/_global.scss */

  .switch-blocks {
    margin: 25px 0 10px;
  }

  /* line 2303, assets/styles/common/_global.scss */

  .switch-block {
    padding: 9px;
  }

  /* line 2305, assets/styles/common/_global.scss */

  .switch-block__title {
    font-size: 9px;
    line-height: 11px;
  }
  .news-block-item-title{
    font-size: 21px;
  }
  .switch-block a{
    min-width: 83px;
  }

  /* line 2309, assets/styles/common/_global.scss */



  /* line 2312, assets/styles/common/_global.scss */

  .info-block-social {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
  }

  /* line 2327, assets/styles/common/_global.scss */

  .contact-block .info-block__title {
    font-size: 15px;
  }

  /* line 2330, assets/styles/common/_global.scss */

  .form-item__title {
    font-size: 7px;
    margin-bottom: 5px;
  }

  /* line 2333, assets/styles/common/_global.scss */

  .form-item__input {
    margin: 0;
    padding: 2px 5px;
    font-size: 10px;
  }

  /* line 2337, assets/styles/common/_global.scss */

  .form-item .btn--send,
  .form-item form input[type='submit'],
  form .form-item input[type='submit'] {
    min-width: 66px;
    font-size: 10px;
    padding: 1px 0;
  }
}

/* line 2342, assets/styles/common/_global.scss */

.tabs-content {
  background-color: transparent;
}

/* line 2346, assets/styles/common/_global.scss */

.faculties-title.mobile {
  display: none;
  margin-bottom: 0;
}


@media all and (max-width: 992px) {
  /* line 2354, assets/styles/common/_global.scss */

  .faculties-title.desktop {
    display: none;
  }
}

@media all and (max-width: 992px) {
  /* line 2361, assets/styles/common/_global.scss */

  .tab-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 2365, assets/styles/common/_global.scss */

  .tab-wrapper .tab-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 2369, assets/styles/common/_global.scss */

  .tab-wrapper .news-block-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 1170px) {
  /* line 2377, assets/styles/common/_global.scss */

  .info-section-description {
    display: none;
  }

  /* line 2380, assets/styles/common/_global.scss */

  .info-section-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 926px) {
  a.contact-item.header-nav__item {
    margin-bottom: 1%;
  }
}

@media screen and (max-width: 800px) {
  /* line 2383, assets/styles/common/_global.scss */

  .content {
    display: grid;
    grid-template-areas: "navigation" "content" "news";
  }

  /* line 2387, assets/styles/common/_global.scss */

  .info-section-title {
    font-size: 28px;
    line-height: 28px;
  }

  /* line 2391, assets/styles/common/_global.scss */

  .news {
    max-width: 100%;
  }

  /* line 2394, assets/styles/common/_global.scss */

  .news-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  /* line 2404, assets/styles/common/_global.scss */

  .title-block {
    font-size: 42px;
    height: 260px;
  }

  /* line 2408, assets/styles/common/_global.scss */

  .bread-crumbs {
    margin-bottom: 30px;
  }

  /* line 2411, assets/styles/common/_global.scss */

  .bread-crumb-link {
    font-size: 12px;
  }

  /* line 2414, assets/styles/common/_global.scss */

  .navigation-title {
    font-size: 20px;
  }

  /* line 2417, assets/styles/common/_global.scss */

  .navigation-block {
    padding: 10px 15px;
  }

  /* line 2419, assets/styles/common/_global.scss */

  .navigation-block details {
    padding: 10px 0;
  }

  /* line 2421, assets/styles/common/_global.scss */

  .navigation-block summary {
    font-size: 16px;
  }

  /* line 2424, assets/styles/common/_global.scss */

  .news-title-wrap {
    text-align: center;
    margin-bottom: 46px;
  }

  /* line 2428, assets/styles/common/_global.scss */

  .news-title {
    display: inline;
  }

  /* line 2431, assets/styles/common/_global.scss */

  .news-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 450px) {
  /* line 2443, assets/styles/common/_global.scss */

  .title-block {
    font-size: 35px;
    height: 140px;
  }

  /* line 2447, assets/styles/common/_global.scss */

  .bread-crumbs {
    margin-bottom: 15px;
  }

  /* line 2450, assets/styles/common/_global.scss */

  .bread-crumb-link {
    font-size: 10px;
  }

  /* line 2453, assets/styles/common/_global.scss */

  .navigation-block summary {
    font-size: 12px;
  }

  /* line 2455, assets/styles/common/_global.scss */

  .navigation-block summary ul a {
    font-size: 12px;
  }
}

/* line 2, assets/styles/layouts/_header.scss */

.header__row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

/* line 6, assets/styles/layouts/_header.scss */

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 6, assets/styles/layouts/_header.scss */

  .header__logo {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 10, assets/styles/layouts/_header.scss */

.header__nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 10, assets/styles/layouts/_header.scss */

  .header__nav {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* Slider */

/* line 3, node_modules/slick-carousel/slick/slick.scss */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, node_modules/slick-carousel/slick/slick.scss */

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, node_modules/slick-carousel/slick/slick.scss */

.slick-list:focus {
  outline: none;
}

/* line 28, node_modules/slick-carousel/slick/slick.scss */

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, node_modules/slick-carousel/slick/slick.scss */

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, node_modules/slick-carousel/slick/slick.scss */

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, node_modules/slick-carousel/slick/slick.scss */

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

/* line 56, node_modules/slick-carousel/slick/slick.scss */

.slick-track:after {
  clear: both;
}

/* line 60, node_modules/slick-carousel/slick/slick.scss */

.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, node_modules/slick-carousel/slick/slick.scss */

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 68, node_modules/slick-carousel/slick/slick.scss */

[dir="rtl"] .slick-slide {
  float: right;
}

/* line 71, node_modules/slick-carousel/slick/slick.scss */

.slick-slide img {
  display: block;
}

/* line 74, node_modules/slick-carousel/slick/slick.scss */

.slick-slide.slick-loading img {
  display: none;
}

/* line 80, node_modules/slick-carousel/slick/slick.scss */

.slick-slide.dragging img {
  pointer-events: none;
}

/* line 84, node_modules/slick-carousel/slick/slick.scss */

.slick-initialized .slick-slide {
  display: block;
}

/* line 88, node_modules/slick-carousel/slick/slick.scss */

.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 92, node_modules/slick-carousel/slick/slick.scss */

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, node_modules/slick-carousel/slick/slick.scss */

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

/* line 45, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-loading .slick-list {
  background: #fff url(../vendor/ajax-loader_c5cd7f53.gif) center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("embedded-opentype"), url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"), url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

/* line 63, node_modules/slick-carousel/slick/slick-theme.scss */



/* line 81, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

/* line 85, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 89, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 92, node_modules/slick-carousel/slick/slick-theme.scss */


/* line 103, node_modules/slick-carousel/slick/slick-theme.scss */


/* line 105, node_modules/slick-carousel/slick/slick-theme.scss */



/* line 109, node_modules/slick-carousel/slick/slick-theme.scss */


/* line 111, node_modules/slick-carousel/slick/slick-theme.scss */


/* line 117, node_modules/slick-carousel/slick/slick-theme.scss */



/* Dots */

/* line 133, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 137, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 146, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  margin-top: 9px;
}

/* line 154, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

/* line 166, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/* line 168, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/* line 172, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 189, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*-----btn right home---------*/

.controls-btn {
  height: 120px !important;
  height: 140px !important;
  margin-bottom: 17px;
}

.slick-dots {
  bottom: 72px;
  bottom: 98px;
}

/*--mobile logo---*/




/*---slider-----*/

.slick-dots li a {
  /*color: #fff;*/
  font-size: 16px;
  font-weight: bold;
  color: #001857;
  /*background: #001857;*/
  padding: 0 5px;
}

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

.slick-dots .slick-active a {
  background: #001857 !important;
  color: #fff;
}

/*----form----*/



.wpcf7-spinner {
  height: 22px !important;
}

p {
    margin-bottom: 0.1rem !important;
  }

  /*--image and title in article---*/

  /* img.wp-image-372.size-full.alignnone {
    margin-left: -14px;
} */

/* .alignnone.wp-image-467.size-large {
    margin-left: -15px;
} */

.title-block-text {
  text-align: center;
}

.figures-item__text {
  text-transform: none;
}

p.faculties__text-info.news-text-block.js-news-info {
    padding-bottom: 20px;
    padding-bottom: 93px;
}

/*--------header-----*/

ul#primary-menu {
    left: 40px !important;
}

.main-slider__title span {
  background: #B1040E;
}

/*----Container and icon----*/

.main-slider__items {
      max-width: 1153px !important;
}

.main-slider-item {
   flex-basis: 15.5rem;
   padding-left: 0.75rem ;
   padding-right: 0.75rem ;

}

.faculties-btn, .news-btn {
  border-radius: 0px !important;
 }

ul {
    color: #525252;
}

/*-------APPLY FORM----*/

[type='text'], 
[type='password'],
 [type='date'],
  [type='datetime'],
   [type='datetime-local'],
    [type='month'],
     [type='week'],
      [type='email'],
       [type='number'],
        [type='search'],
         [type='tel'],
          [type='time'],
           [type='url'],
            [type='color'], textarea {
                  width: 90%;
            }
/*========Line-------*/

/*.menu-nav__link, .menu-primary-container .menu-item a {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #EDEDED;
}*/

.switch-blocks {
  background-color: #EDEDED !important;
}

.main-slider__nav {
    top: 50% !important;
    transform: translateY(15%) !important;
}

.btn-all-gallery {
    width: 165px;
    height: 30px;
    border: 2px solid #001857;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
    padding: 1px 4px;
    font-weight: bold;
}
.btn-all-gallery:hover{
  border: 2px solid #B1040E;
  color: #B1040E;
}

a {
  color: #001857;
}

.gallery-modula {
  max-width: 1152px; 
  margin: 0 auto; 
  height: auto;
}

.title-gallery {
  text-align: center; 
  font-size: 55px; 
  color: #001857;
  font-weight: 500;
  margin-bottom: 45px;
}

span.title-yers {
    background: none;
    color: #001857;
}

.navigation-block a {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 12px;
}

.news-block-img {
    /* box-shadow: 0px 6px 4px rgb(0 0 0 / 8%); */
    /* box-shadow: 0px 4px 4px rgb(0 0 0 / 10%); */
    backdrop-filter: blur(15px);
    background: #EDEDED;
}

.info-section p img.alidnnone{
  width: 100%;
}


.news-btn-wrap{
  position: absolute;
    bottom: 2px;
}
.news-section .switch-block {
  margin-bottom: 27px;
}

.tabs-title.switch-block:last-child {
  margin-bottom: 0;
}

.post-edit-link{
  display: none;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box{
  margin-right: 40px;
  margin-bottom: 40px;
}
#jtg-1341 .modula-item .figc{
  display: none;
}

/* APPLY ONLINE BTN*/
@keyframes glowing {
  0% { background-color: #b42e27; box-shadow: 0 0 2px #001857; }
  50% { background-color: #b42e27; box-shadow: 0 0 8px #b42e27; }
  100% { background-color: #b42e27; box-shadow: 0 0 2px #001857; }
}



/* .fixed-btn {
    animation: glowing 1500ms infinite !important; 
} */

.fixed-btn {
    position: fixed;
    bottom: 230px;
    right: 10px;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    background-color: #fff !important;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
a.fixed-btn:hover .fixed-btn:after {
  background-color: #B1040E; 
}
a.fixed-btn:active .fixed-btn:after {
  background-color: #B1040E; 
}
.fixed-btn span {
    position: relative;
    z-index: 1;
}
a.fixed-btn {
  color: #fff;
  font-weight: bold;
  background-color: #fff !important;
}
a.fixed-btn:hover{
  background-color: #B1040E !important;
}
a.fixed-btn:active{
  background-color: #B1040E !important;
}
.fixed-btn:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #001857;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 50%;
    transition: .4s ease;
}
span#blink7 {
  margin-left: 13px;
}





a.contact-item-wa {
    font-weight: bold;
}

.contact-item__name.contact-item__name_new {
    margin-left: -18px;


}
.contact-item__name_email {
  margin-left: -9%;
}

.form-item .wpcf7 form .wpcf7-response-output{
  margin: 0;
  padding: 1px 15px 1px 15px;
  position: absolute;
  right: -66px;
  bottom: 3px;
}
.form-item  .wpcf7 form.invalid .wpcf7-response-output,
.form-item  .wpcf7 form.unaccepted .wpcf7-response-output,
.form-item  .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #dc3232;
}
.info-list{
  margin-bottom: 0;
  padding-bottom: 0;
}
.div-img{
  display: inline-flex;
  justify-content: space-between;
  text-align: justify;
}
.list-dash{
  list-style-type: none;
    padding-left: 20px;
    position: relative;
    padding-bottom: 5px;
    text-indent: 0;
}
.list-dash::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #B1040E;
}

.modula-gallery.modula-gallery-initialized .modula-items .modula-item{
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
@media(min-width: 1400px) {
  ul#primary-menu {
    left: 4px !important;
  }

  .navigation-title {
    width: 254px;
  }

  .navigation-block {
    width: 254px;
  }
}
.form-block-mobile{
  display: none;
}

.faculties-facult.slider{
  display: none;
}
.mobile.faculties-facult{
  display: none;
}

@media screen and (max-width: 600px) {

  /*body.page-template.page-template-page-templates.page-template-about-template.page-template-page-templatesabout-template-php.page.page-id-707 {
    overflow-x: hidden;
}*/
  .header {
    position: fixed;
      top: 0;
      z-index: 9;
      width: 100%;
  }

  /*header mobile*/
  .contact-item--phone {
  border: none !important;
  }

  .contact-item {
    padding: 0 !important;
  }


  .contact-items-wrap::before {
  left: -20% !important;
  }

  .contact-item__name.contact-item__name_new {  
  margin-left: 14% !important;
  }

  .contact-item__name.contact-item__name_new {
      margin-left: -10%;
  }
  img.contact-item__icon {
      margin-bottom: -19%;
      margin-left: -27% ;
  }


  .small + br{
    display: none;
  }
/**/

  .wrap-btn-slider{
    flex-direction: column;
  }

  .fixed-btn {
    bottom: 222px;
    width: 56px;
    height: 56px;
    font-size: 11px;
    line-height: 13px;
  }

  .footer-messenger {
    bottom: 148px;
  }

  ul#primary-menu {
      left: 33px !important;
  }

  #scrollTop {
    right: 18px;
    bottom: 90px !important;
    width: 40px;
    height: 40px;
  }
  .footer-whats-puls{
    width: 56px;
    height: 56px;

  }
  svg.whats-icon{
    top: 15.2px;
    left: 15.3px;
  }
  a.fixed-btn{
    width: 56px;
    height: 56px;
  }

  .news-section .switch-block {
    margin-right: 0px;
  }

 

  .faculties-item__text {
    font-size: 11px;
  }

  p {
    line-height: 1.2;
  }

  .figures-item__icon {
    margin-right: 93px;
  }

  .news-section .switch-block {
    margin-left: 0;
  }

  .switch-block__title {
    padding: 4px 5px;
  }

  .tab-wrapper .news-block-img {
    margin-bottom: 10px;
  }

  p.faculties__text-info.news-text-block.js-news-info {
    padding-bottom: 65px;
  }

 
  .news-block-img img{
    object-fit: contain;
    height: auto;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
  }

  form {
    margin-left: 0px;
  }

  form p {
    margin-left: 0px;
  }

  .form-item__title {
        margin-top: 5px;
  }
 

  input.wpcf7-form-control.has-spinner.wpcf7-submit {
    height: 30px ;
    left: 36%;
  }

  .form-block {
    z-index: 5;
    padding: 0px 0;
    height: 65px;
  }
  .form-item .btn--send, .form-item form input[type='submit'], form .form-item input[type='submit'] {
    min-width: 100%;
  }

  h3.title-gallery {
    font-size: 39px !important;
  }

  .contact-items-wrap::before {
    width: 1.3px;
  }

  .change-language {
    margin-right: 3px;
    font-weight: 500;
  }

  .main-slider__nav {
    transform: translateY(0%) !important;
  }

  span.title-yers {
    background: none;
    color: #001857;
  }

  .slider-more-btn {
    border-radius: 0px;
  }

  .main-slider .slider-more-btn {
    margin-left: 12px;
  }

  .figures-item {
        padding: 11px 19px;
  }

  .news-section .switch-block {
    margin-right: 0;
    height: auto;
  }

  .switch-block__title {
    padding: 4px 0px;
  }

  .footer {
    padding: 50px 0;
  }

  .title-block-text {
    font-size: 20px;
  }

  h3.info-section-title {
    font-size: 20px;
  }

  .news-title-wrap {
    margin-bottom: 25px;
  }

  .news-item {
    max-width: 351px;
  }
  .mobile-nav-wrap .container{
    padding: 0;
  }
  .header .mobile-nav-wrap{
    display: block;
  }

  .header-nav{
    display: none;
  }
  .header-panel{
   background: #001857;
  }
  .header-panel .social{
    display: none;
  }
  .mobile-panel-social__link:hover .mobile-panel-social__svg>path{
    fill: #B1040E;
  }
  .mobile-panel-social__svg>path{
    fill: #EDEDED;
  }
  .header-panel__link{
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    color: #EDEDED;
  }
  .block-call-mobile{
    display: flex;
    flex-direction: row;
    background: #FFFFFF;
    padding-top: 12px;
    padding-bottom: 0;
    padding-right: 15px;
    justify-content: flex-end;
  }
  .contact-items-wrap-mobile{
    display: flex;
    flex-direction: column;
    margin-right: 18px;
    position: relative;
  }
  .contact-items-wrap-mobile::after{
    position: absolute;
    content: '';  
    top: -4px;
    right: -8.5px;
    width: 1px;
    height: 91%;
    background: #001857;
  }
  .header-nav__item{
    margin: 0;
    position: absolute;
    top: -4px;
    width: 16px;
    height: 15px;
  }
  .contact-item__inner-mobile{
    position: relative;
    height: 22px;
  }
  img.contact-item__icon{
    width: 15px;
    height: 15px;
    margin-bottom: 0;
    margin-left: 0;
    position: absolute;
    top: 21.5px;
    left: 9px;
  }
 
  .contact-item__name-mobile{
    font-weight: 700;
    font-size: 5px;
    line-height: 6px;
    color: #001857;
  }
  .contact-item__info-mobile{
    font-weight: 700;
    font-size: 10.129px;
    line-height: 12px;
    color: #001857;
  }
  .contact-item__info-mobile.phone{
    font-weight: 700;
    font-size: 10.9731px;
    line-height: 13px;
  }
  .contact-item__name_email{
    margin: 0;
  }
  
  #menu{
    height: 23px;
    padding-top: 4px;
  }

  .change-language.mobile {
    margin-right:23px;
  }

 
  .change-language svg {
    margin-left: 3px;
    margin-top: 3px;
    width: 10px;
  }
 
  .change-language svg>path{
    fill: #ededed;

  }
  .search-mobile{
    margin: 0 20px 0 22px;
    width: 16px;
    height: 24px;
  }

   .search-block{
    width: 0;
  } 

  .search-mobile::after{
    display: none;
  }
  .search-mobile__input.js-search-input{
    display: block;
    position: absolute;
    bottom: -22px;
    right: -46%;
    padding: 2px 7px;
    background: #ededed;
    border: 1px solid #001857;
    border-radius: 5px;
    width: 210px !important;
  }
  .search-block__button.mobile{
    visibility: hidden;
  }

  /* доп страничка apply form start */
  .content{
    display: grid;
    grid-template-areas:
        "content"
        "news"
        "navigation";
  }
  .info-section{
    width: 100%;
  }
  .info-section .wpcf7{
    height: 1120px;
  }
  


  .li-form .wpcf7-form-control{
    width: 100% !important;
  }

/* доп страничка search start */
  .for_thumbnail_img img{
    height: 140px;
  }
  .search-form{
    width: 310px;
    height: 32px;
  }
  .search-form-mobile{
    display: none;
    width: 213px;
    position: absolute;
    left: -188px;
    bottom: -39px;
    flex-direction: column;
  }
  .search-form-mobile.display-block{
    display: block;
  }
  .input-search-mobile{
    width: 100%;
    height: 32px;
    border: 1px solid #001857;
    border-radius: 5px;
    width: 213px;
  }
  .about-search .search-form input{
    width: 265px;
  }
  .search-form button img {
    width: 16px;
    height: 18px;
  }
  .search-item__header {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
  }

   /*Header mobile*/

  .contact-item__name {  
    margin-bottom: 11% !important;
  }
  .contact-item__info {
    margin-bottom: 2%;
  }

  a.contact-item.header-nav__item {
    margin-bottom: 0%;
  }
 
  img.contact-item__icon {
    margin-bottom: -19%;
  }

  .header-panel__inner {
    height: 18px;
  }



  ul.header-panel__list {
    margin-bottom: 4px;
    margin-right: -5.5px;
  }

  .header-nav__list {
    height: 51px;
  }

  .item.contact-item--phone.header-nav__item {
    height: 24px;
  }

  a.contact-item.header-nav__item {
    height: 24px;
  }

  .contact-item__name {
    margin-bottom: 14px;
  }

  img.contact-item__icon {
    margin-bottom: -4%;
    margin-left: -31px;
  }

 
  nav.mobile-header-nav {
    height: 34px;
  }

  .container, .menu-primary-container {
    padding: 0 20px;
  }

  
  .contact-item__info {
    letter-spacing: -0.2px;
  }

  .contact-item__info {
    font-size: 11.4px;
  }

  a.contact-item.header-nav__item {
    margin-left: 10px;
  }

  a.contact-item.contact-item--phone.header-nav__item {
    margin-left: 11px;
  }

  .change-language {
    margin-right: 3px;
    font-weight: 500;
  }

  .main-slider__title {
    font-size: 24px;
    margin-bottom: 17px;
  }
  .wrap-btn-slider a{
    width: 170px;
    height: 38px;
    font-weight: 700;
    font-size: 14px;
    line-height: 10px;
  }
  .main-slider__title span{
    padding: 4px 11px;
  }
  .slider-or{
    font-weight: 700;
    font-size: 13.0673px;
    line-height: 27px;
    width: 56%;
    text-align: center;
  }

  span.title-yers {
    background: none;
    color: #001857;
    white-space: pre;
  }


  .form-item .btn--send, .form-item form input[type='submit'], form .form-item input[type='submit'] {
    padding: -1px 0 !important;
  }

  .faculties-item__text {
    font-size: 10px;
  }

  .faculties-item__text {
    padding: 9px 6px;
  }

  .figures-item__title .small{
    font-size: 12px;
  }
  .figures-item__title {
    font-size: 12px;
  }

  h3.title-gallery {
    font-size: 28px !important;
    margin-bottom: 22px !important;
  }
  /*Header mobile*/

  img.contact-item__icon {  
    margin-bottom: 0% ;   
     margin-left: -23% !important;
  }
  .contact-item__name { 
    margin-bottom: 14px !important;
  }
  .contact-item__info {
    margin-bottom: 2% !important;
  }

  a.contact-item.header-nav__item {
    margin-bottom: -14% !important; 
  }
  

  .wrap-btn-facts{
    flex-direction: column;
    width: 240px;
    margin-left: 21%;
    height: 70px;
    margin-top: 35px;
  }
  .facts-online{
    width: 240px;
    padding: 3px 23px;
    font-size: 12px;
  }
  .facts-campus{
    width: 240px;
    padding: 3px 9px;
    font-size: 12px;
  }
  .tabs::before{
    display: none;
  }
 .form-block{
  display: none;
 }
 .tabs::after{
  display: none !important;
 }
 /* FORM MOBILE SCROLL START */

  .form-item-mobile  .wpcf7-form-control-wrap.your-name .form-item__input::placeholder{
    font-weight: 300;
    font-size: 9px !important;
  }
  .form-item-mobile  .wpcf7-form-control-wrap.your-phone .form-item__input::placeholder{
    font-weight: 300;
    font-size: 9px  !important;
  }
  .form-item-mobile .wpcf7-form-control-wrap.your-email .form-item__input::placeholder{
    font-weight: 300;
    font-size: 9px  !important;
  }
  .form-item-mobile form.wpcf7-form> div+ p+ p+p +p{
    width: 64px ;
  }
  .form-item-mobile .wpcf7-form-control-wrap .form-item__input::placeholder{
    font-weight: 300 ;
    font-size: 8px ;
  }

  /* form p {
    margin-right: 0.37rem !important;
    width: 40% !important;
  }  */
  .form-item-mobile form p:last-child{
    width: 96px;
    position: relative;
  }
  .form-item-mobile form p input.wpcf7-form-control.has-spinner.wpcf7-submit{
    font-weight: 700 ;
    font-size: 10px ;
    line-height: 8px ;
    height: 20px ;
    min-width: 64px ;
    width: 64px;
    position: absolute;
    top: 0;
    left: auto;
  }
  

 /* FORM MOBILE SCROLL END */

 

  /* ------------------------------MOBILE MENU ---------------------- */
  .menu-nav{
    display: none;
  }
  .menu-mobile-open{
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-y: auto;
  }
  .menu-mobile-open.open-menu{
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-y: auto;
    padding-top: 1px;
    position: fixed;
    top: 107px;
    z-index: 100;
  }
  .header .menu-nav-mobile {
    top: -1px;
  }
  .wrap-nav{
    padding: 0 ;
    width: 100% ;
    display: flex;
    flex-direction: column;
  }
  .menu-mobile{
    width: 100%;
    background:  #EDEDED;
    margin-left: 0;
  }
  .menu-mobile__list{
    width: 100%;
    background:  #EDEDED;
    padding: 0;
    border-bottom: 1px solid #001857 ;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
  }
  .mob-arrow{
    position: absolute;
    top: 19px;
    right: 20px;
  }
  .mob-arrow-drop{
    position: absolute;
    top: 19px;
    right: 20px;
  }
  .mob-arrow-right{
    transform: rotate(270deg);
    position: absolute;
    top: 19px;
    right: 20px;
  }
  .btn-all-gallery{
    font-size: 12px;
    padding: 3px 20px;
    width: 130px;
    line-height: 19px;
    height: 28px;
  }
  /* .menu-mobile__list:hover .menu-mobile__link{
    color: #B1040E;
  } */
  .menu-mobile__list:hover .mob-arrow>path{
    fill: #B1040E;
  }
  .menu-dropdown__list:hover .mob-arrow-drop>path{
    fill: #B1040E;
  }
  .menu-mobile__list:hover .mob-arrow-right>path{
    fill: #B1040E;
  }
  .menu-mobile__link{
    position: relative;
    width: 100%;
    display: block;
    color: #001857 ;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    width: 100%;
    text-transform: uppercase;
    padding-left: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .menu-dropdown__link{
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
  }
  .menu-mobile__link.menu-dropdown__link{
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 0;
  }
  .dropdown .menu-dropdown__list{
    position: relative;
    color:#001857 ;
    width: 100%;
    font-weight: 500 ;
    font-size: 13px ;
    line-height: 15px ;
    text-indent: 40px;
    text-transform: uppercase;
    padding-top: 12px;
  }
  .dropdown .menu-dropdown__list:last-child{
    padding-bottom: 12px;
  }
  .menu-dropdown__list::after{
    content: '';
    position: absolute;
    top: 18px;
    left: 28px;
    background: #001857;
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }
  .menu-dropdown__list:hover::after{
    background: #B1040E;
  } 
  .dropdown .menu-dropdown__list.second{
    position: relative;
    color: #001857 ;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    width: 100%;
    text-transform: uppercase;
    text-indent: 0;
    padding: 10px 0 0 40px;
  }
  .menu-dropdown__list.second:last-child{
    padding: 10 0 10px 40px;
  }

  .menu-dropdowm__link.second{
    position: relative;
    color: #001857 ;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    width: 100%;
    text-transform: uppercase;
  }
  .menu-mobile__list>.dropdown{
    border-top: 1px solid #001857;
  }
  .dropdown{
    display: none;
    background: #EDEDED;
    width: 100%;
    height: auto;
    margin: 0;
   
  }
  .dropdown.second{
    background: #DFDFDF;
    margin-top: 12px;
    border-bottom: 1px solid #001857;
  }

  .menu-dropdown__list.second::after{
    display: none;
  }
 
  .menu-dropdown__list:hover .menu-dropdown__link{
    color: #B1040E;
  }
  .menu-dropdown__list.second:hover .menu-dropdowm__link.second{
    color: #B1040E;
  }

 
  .disabled-scroll{
    overflow-y: hidden;
  }
  .menu-block-static{
    display: block;
  }
  .menu-block-hover{
    display: none;
  }

 
  .close-menu{
    display: none;
  }
  .path-red{
    fill: #B1040E;
  }
  .class-rotate{
    transform: rotate(180deg);
  }
  .hover-hover>.menu-mobile__link{
    color: #B1040E;
  }

  ul.menu-mobile li ul,
  ul.menu-mobile li.open ul li ul li ul {
    display:none;
  } 
  .show{
    display: block;
  }
  .site-content{
    margin-top: 107px;
  }
  .info-section li{
    text-indent: 0;
    padding-left: 0;
  }
}
.menu-mobile-open{
  display: none;
}
.mobile-nav-wrap{
  display: none;
}


/*@media (min-width: 300px) {
  .news-section .switch-block {
    margin-right: 0px;
  }
}*/

@media screen and (max-width: 410px) {
  
 
  .faculties-item__text {
    padding: 9px 1px;
  }
  .wrap-btn-facts{
    margin: 0  auto;
    margin-top: 35px;
  }
  .switch-block{
    padding: 0 !important;
  }
  .switch-block:nth-child(2) .switch-block__title{
    width: 92%;
  }
  .switch-block a{
    min-width: auto;
    text-align: center;
    padding: 5px;
    height: 100%;
  }
  .switch-block__title {
    font-size: 8px;
  }
  #date_birthday{
    height: 36px;
  }

  .form-item-mobile .wpcf7 .wpcf7-form {
    height: 18px;
    top: -8px;
    max-width: 76%;
    left: -4px;
  }
  .form-item-mobile .wpcf7 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .form-item-mobile .wpcf7-form-control-wrap.your-name .form-item__input {
    padding: 0 6.4px;
    font-style: normal;
    font-weight: 300;
    font-size: 10px !important;
    width: 80px;
    line-height: 16px;
    color: #525252;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #001857;
    border-radius: 2px;
  }
  .form-item-mobile .wpcf7-form-control-wrap.your-phone .form-item__input {
    padding: 0 6.4px;    
    font-style: normal;
    font-weight: 300;
    font-size: 10px !important;
    width: 80px;
    line-height: 16px;
    color: #525252;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #001857;
    border-radius: 2px;
  }
  .form-item-mobile .wpcf7-form-control-wrap.your-email .form-item__input {
    padding: 0 6.4px;  
    font-style: normal;
    font-weight: 300;
    font-size: 10px !important;
    width: 80px;
    line-height: 16px;
    color: #525252;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #001857;
    border-radius: 2px;
  }
  .form-item-mobile form p input.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-weight: 700;
    font-size: 10px;
    line-height: 8px;
    height: 20px;
    min-width: 64px;
    width: 64px;
    position: absolute;
    top: 0;
    left: auto;
  }
  
  .news-section .switch-block{
    height: 48px;
  }
  .list-dash{
    position: relative;
    list-style-type: none;
      text-align: justify;
      padding-left: 7px;
      position: relative;
      padding-bottom: 3px;
      text-indent: 0;
  }
}
/*   медиа 991 ---------------------------------ffffffffffffff---fffffffffffffffffffffffffffffffffffffffffffffffffffffff-------------------------------- */




.marg {
  width: auto;
  padding-right: 25px;
}

@media screen and (max-width: 991px){
  .marg {
    width: auto;
}
  /* HEADER START */
  .header {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
}
  .header-panel {
    background: #001857;
  }
  .container, .menu-primary-container {
    padding: 0 1.25rem;
    width: 100%;
  }
  .header-panel__inner {
    height: 1.125rem;
  }
  .logo img {
    width: 6.8rem;
    height: 7.8rem;
  }
  ul.header-panel__list {
    margin-bottom: 0.25rem;
    margin-right: -0.343rem;
  }
  .header-panel__link {
    font-weight: 700;
    font-size: 0.625rem;
    line-height: 0.75rem;
    color: #EDEDED;
  }
  .header-panel .social {
    display: none;
  }
  .header-nav {
    display: none;
  }
  .header-nav__list {
    height: 3.18rem;
    padding: 0;
  }
  .contact-items-wrap {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  a.contact-item.contact-item--phone.header-nav__item {
    margin-left: 0.68rem;
  }
  a.contact-item.header-nav__item {
    margin-bottom: -14% !important;
    height: 1.5rem;
  }
  img.contact-item__icon {
    width: 0.93rem;
    height: 0.93rem;
    margin-bottom: -4%;
    margin-left: -1.93rem;
    position: absolute;
    top: 1.343rem;
    left: 0.7rem;
  }
  .contact-item__name.contact-item__name_new {
    margin-left: -10%;
  }
  .contact-item__name {
    margin-bottom: 0.875rem;
  }
  .contact-item__name {
    font-size: 0.43rem;
  }
  .contact-item__info {
    margin-bottom: 2% !important;
    font-size: 0.71rem;
    letter-spacing: -0.0125rem;
  }
  .search-block {
    width: 0;
  }
  .header-nav__item {
    margin: 0;
    position: absolute;
    top: -0.25rem;
    width: 1rem;
    height: 0.93rem;
  }
  .change-language {
    margin-right: 0.187rem;
    font-weight: 500;
    
  }
  .change-language svg {
    margin-left: 0.187rem;
    margin-top: 0.187rem;
    width: 0.625rem;
  }
  .header .mobile-nav-wrap {
    display: block;
  }
  .block-call-mobile {
    display: flex;
    flex-direction: row;
    background: #FFFFFF;
    padding-top: 0.75rem;
    padding-bottom: 0;
    padding-right: 0.93rem;
    justify-content: flex-end;
  }
  .contact-items-wrap-mobile {
    display: flex;
    flex-direction: column;
    margin-right: 1.125rem;
    position: relative;
  }
  .header-nav__item {
    margin: 0;
    position: absolute;
    top: -0.25rem;
    width: 1rem;
    height: 0.93rem;
  }
  .contact-item--phone {
    border: none !important;
  }
  img.contact-item__icon.phone {
    width: 0.9rem;
    height: 0.9rem;
    top: 0px;
    left: 0.75rem;
  }
  img.contact-item__icon {
    margin-bottom: -4%;
    margin-left: -1.93rem;
    position: absolute;
  }
  .contact-item__inner-mobile {
    position: relative;
    height: 1.37rem;
  }
  .contact-item__name-mobile {
    font-weight: 700;
    font-size: 0.312rem;
    line-height: 0.372rem;
    color: #001857;
  }
  .contact-item__info-mobile.phone {
    font-weight: 700;
    font-size: 0.58rem;
    line-height: 0.81rem;
    color: #001857;
  }
  .contact-item__name_email {
    margin: 0;
  }
  .contact-item__info-mobile {
    font-weight: 700;
    font-size: 0.58rem;
    line-height: 0.75rem;
    color: #001857;
  }
  .contact-items-wrap-mobile::after {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: -0.53rem;
    width: 0.0625rem;
    height: 91%;
    background: #001857;
  }
  #menu {
    height: 1.43rem;
    padding-top: 0.25rem;
  }
  .menu-block-static {
    display: block;
    width: 1.43rem;
    height: 1.43rem;
  }
  .menu-block-hover {
    display: none;
    width: 1.43rem;
      height: 1.43rem;
  }
  nav.mobile-header-nav {
    height: 2.12rem;
  }
  .change-language.mobile {
    margin-right: 1.43rem;
  }
  .lang-text.mobile {
    color: #EDEDED;
    font-style: normal;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.06rem;
    position: relative;
  }
  .lang-text.mobile::after {
    content: '';
    position: absolute;
    right: -1.6rem;
    top: 0;
    height: 1rem;
    width: 0.0625rem;
    background: #ededed;
    border-radius: 0.0625rem;
  }
  .mobile-panel-social__link{
    display: inline-flex;
    align-items: center;
  }
  .social-mobile {
    width: 4.62rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    height: 1.36rem;
  }
  .search-mobile {
    margin: 0 1.1rem 0 1.6rem;
    width: 1rem;
    height: 1.5rem;
  }
  .search-mob-img {
    width: 0.9rem;
    padding-bottom: 0.1rem;
    position: relative;
  }
  
  .search-mobile::before {
    content: "";
    right: 1.82rem;
    
    transform: translate(0, -50%);
    position: absolute;
    width: 0.0625rem;
    border-radius: 0.0625rem;
    height: 1rem;
    background-color: #ededed;
  }
  .mobile-header-nav svg {
    width: 0.75rem;
    height: 0.75rem;
    display: inline-block;
  }
  .mobile-header-nav svg.insta{
    width: 0.83rem;
    height: 0.79rem;
  }
  .menu-nav {
    display: none;
  }
  ul#primary-menu {
    left: 2.06rem !important;
  }
  .input-search-mobile {
    width: 100%;
    height: 2rem;
    border: 0.0625rem solid #001857;
    border-radius: 0.312rem;
    width: 13.31rem;
}
  .menu-nav__item, .menu-primary-container .menu-item {
    padding: 0.625rem 1.25rem;
    border-top: 0.0625rem solid #EDEDED;
    margin-right: 0;
  }
  .menu-mobile-open {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-y: auto;
  }
  .wrap-nav {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .menu-mobile {
    width: 100%;
    background: #EDEDED;
    margin-left: 0;
  }
  .menu-mobile__list {
    width: 100%;
    background: #EDEDED;
    padding: 0;
    border-bottom: 0.0625rem solid #001857;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
  }
  .menu-mobile__link {
    position: relative;
    width: 100%;
    display: block;
    color: #001857;
    font-weight: 700;
    font-size: 0.81rem;
    line-height: 0.93rem;
    width: 100%;
    text-transform: uppercase;
    padding-left: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .mob-arrow {
    position: absolute;
    top: 1.187rem;
    right: 1.25rem;
    width: 0.5rem;
    height: 0.312rem;
  }
  .menu-mobile__list>.dropdown {
    border-top: 0.0625rem solid #001857;
  }
  ul.menu-mobile li ul, ul.menu-mobile li.open ul li ul li ul {
    display: none;
  }
  .dropdown {
    display: none;
    background: #EDEDED;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .dropdown .menu-dropdown__list {
    position: relative;
    color: #001857;
    width: 100%;
    font-weight: 500;
    font-size: 0.81rem;
    line-height: 0.93rem;
    text-indent: 2.5rem;
    text-transform: uppercase;
    padding-top: 0.75rem;
  }
  .menu-dropdown__link {
    font-weight: 500;
    font-size: 0.81rem;
    line-height: 0.93rem;
    text-transform: uppercase;
  }
  .dropdown .menu-dropdown__list:last-child {
    padding-bottom: 0.75rem;
  }
  .search-form-mobile{
    width: 13.3rem;
    position: absolute;
    left: -11.75rem;
    bottom: -2.43rem;
  }
  .mobile-header-nav{
    padding: 0.5rem 0 0.56rem 0;
  }
  .menu-mobile-open.open-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-y: auto;
    padding-top: 0.0625rem;
    position: fixed;
    top: 6.68rem;
    z-index: 100;
  }
  .menu-mobile-open {
    display: none;
  }
 /* HEADER END */

 /* SLIDER START */
 .site-content {
  margin-top: 6.68rem;
  }
 .main-slider__block {
  top: 2.87rem;
  max-width: 16rem;
  }
  .main-slider__title {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    line-height: 2.06rem;
  }
  .slick-track {
    height: 20.37rem;
}
  .slick-slide{
    width: 22.5rem !important;
  }
  .main-slider__title span {
    padding: 0.25rem 0.5rem;
    line-height: 2.06rem;
  }
  span.title-yers {
    background: none;
    color: #001857;
    white-space: pre;
  }
  .wrap-btn-slider {
    flex-direction: column;
  }
  .wrap-btn-slider a {
    width: 10.625rem;
    height: 2.37rem;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 0.625rem;
  }
  .slider-or {
    font-weight: 700;
    font-size: 0.81rem;
    line-height: 1.68rem;
    width: 66%;
    text-align: center;
  }
  .main-slider__nav {
    transform: translateY(0%) !important;
  }
  .main-slider__items {
    bottom: -3.5rem;
  }
  .main-slider__nav{
    right: -0.7rem;
  }
  .main-slider-item {
    /* margin-right: 0.375rem;
    margin-left: 0.187rem;
    padding-left: 0.312rem !important;
    padding-right: 0.312rem !important;
    padding: 0.43rem 0; */
    margin-left: 0;
    margin-right: 0.5rem;
    padding: 0.47rem 0.47rem 0.4rem 0.47rem;
  }
  .main-slider-item:hover{
    bottom: -0.625rem;
    transition: 0.3s;
  }
  .main-slider-item:last-child{
    margin-left: 0;
    margin-right: 0;
  }
  .main-slider-item 
    
  .main-slider-item__icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .main-slider-item__title {
    font-size: 0.36rem;
    line-height: 0.5rem;
  }
  .main-slider{
    margin-bottom: 5rem;
    margin-top: 5.8rem;
  }
   /* SLIDER END */

   #scrollTop {
    right: 1.125rem;
    bottom: 5rem !important;
    width: 2.5rem;
    height: 2.5rem;
  }

  span#blink7 {
    margin-left: 0;
    font-size: 0.68rem;
    line-height: 0.81rem;
    text-align: center;
}
.fixed-btn:after {
  content: "";
  position: absolute;
  top: 0.312rem;
  left:0.312rem;
  background-color: #001857;
  width: calc(100% - 0.625rem);
  height: calc(100% - 0.625rem);
  border-radius: 50%;
  transition: .4s ease;
}

 /* FACILTIES START */


 .title-shadow, .title-item {
  font-size: 1.75rem;
  }
  .title-shadow::before {
    width: 3.31rem;
    height: 2.81rem;
    background-size: cover;
  }
  .title-shadow::after {
    width: 1.87rem;
    height: 1.56rem;
    background-size: cover;
    bottom: -0.625rem;
    right: -1rem;
  }
  .faculties__text-info {
    margin-top: 0.625rem;
    text-align: justify;
    margin: 1.25rem 0;
    font-size: 0.87rem;
}
  .faculties__items{
    display: none;
  }
  .faculties-facult.mobile{
    display: inherit;
    position: relative;
    width: 100%;
  }
  .wrap-faculties-mob{
    width: 100%;
    display: inline-flex;
    white-space: nowrap;
    position: relative;
    transition: all 0.4s ease-in-out;
    justify-content: space-between;
  }
  .wrap-trac{
    overflow: hidden;
  }

  .faculties{
    margin-bottom: 5rem;
  }

  .child{
    display: inline-block;
    vertical-align: top;
    
  }
  .faculties-btn-wrap{
    margin: 2.87rem auto 0;
  }
  .block-block{
    display: inline-block;
    vertical-align: top;
  }
  .child.mob-child{
    height: 16.56rem;
    width: 9.5rem;
  }
  .child.mob-child.child-first{
    margin-right: 0.93rem;
  }
  .mob-child.pharm{
    margin-right: 0.93rem;
  }
  .mob-child.prep{
    margin-right: 0.93rem;
  }
  .mob-child .faculties-item{
    height: 15.75rem;
    
  }
  .mob-child .faculties-item.general{
    background: url('../images/mob-1.png');
    background-size: cover;
  }
  .mob-child .faculties-item.dent{
    background: url('../images/mob-2.png');
    background-size: cover;
  }
  .mob-child .faculties-item.pharm{
    background: url('../images/mob-3.png');
    background-size: cover;
  }
  .mob-child .faculties-item.nurs{
    background: url('../images/mob-4.png');
    background-size: cover;
  }
  .mob-child .faculties-item.prep{
    background: url('../images/mob-5.png');
    background-size: cover;
  }
  .mob-child .faculties-item.post{
    background: url('../images/mob-6.png');
    background-size: cover;
  }
  .arrow-prev-wrap{
    display: inline-block;
    width: 2rem;
    height: 5rem;
    position: absolute;
    top: 5.45rem;
    left: -0.55rem;
  }
  .arrow-next-wrap{
    display: inline-block;
    width: 2rem;
    height: 5rem;
    position: absolute;
    top: 5.45rem;
    right: -0.35rem;
  }

  .arrow-prev{
    position: absolute;
    top: 0.4rem;
    left: 0;
    animation: arrow-hover 1s linear infinite;
    z-index: 1;
    width: 1.625rem;
    height: 4.56rem;
  }
  @keyframes arrow-hover {
    0% {
      left:0;
    }
    50% {
      left:-0.525rem;
    }
    100% {
      left:0;
    }
  }
  .arrow-next{
    position: absolute;
    top: 0.4rem;
    right: 0;
    animation: arrow-hove-left 1s linear infinite;
    z-index: 1;
    width: 1.625rem;
    height: 4.56rem;
  }
  @keyframes arrow-hove-left {
    0% {
      right:0;
    }
    50% {
      right:-0.525rem;
    }
    100% {
      right:0;
    }
  }

  .wrap-faculties-mob::-webkit-scrollbar{
    display: none;
  }
  .faculties-facult.mobile::-webkit-scrollbar{
    display: none;
  }
  .wrap-trac::-webkit-scrollbar{
    display: none;
  }
  
  .slick-track{
    overflow: hidden;
    /* overflow-x: scroll; */
    white-space: nowrap;
  }
   
  .slick-next:before{
    display: none !important;
  }
  
  .child-last{
    position: relative;
    z-index: 2;
  }
  .child-first{
    position: relative;
    z-index: 2;
  }
  .faculties-title.mobile {
    display: block;
    margin-bottom: 1rem;
  }
  .faculties .faculties__items{
    width: 100%;
    padding-bottom: 1rem;
    position: relative;

  }
  .faculties-item{
    margin-right: 0;
    display: block;
    width: 9.5rem;
  }
  .child{
    margin: 0 ;
    padding: 0;
    /* width: 150px!important; */
  }
  .faculties .faculties__items{
    width: 100%;
  }
  .faculties__items::-webkit-scrollbar{
    display: none;
  }
  .child:last-child .faculties-item{
    margin-right: 0;
  }
  .desk-track{
  display: none;
  }
  .faculties-btn{
    left: 34%;
    bottom: 0;
    padding: 0.28rem 1.25rem;
    font-size: 0.75rem;
  }
  .faculties-item__text {
    padding: 1.375rem 0.0625rem;
    font-size: 1rem;
    line-height: 1.31rem;
    width: 100%;
  }
  /* FACILTIES END */


  /* FIGURES START */
  .figures {
    margin-bottom: 4.37rem;
  }
  .figures-title {
    margin-bottom: 2.06rem;
    font-size: 1.75rem;
  }
  .title-shadow, .title-item {
    font-size: 1.75rem;
  }
  .figures-blocks {
    grid-template-areas: "first";
    display: grid;
    grid-gap: 0.93rem;
  }
  .figures-item {
    padding: 0.68rem 1.187rem;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .figures-item__icon {
    margin-right: 5.81rem;
    width: 5.5rem;
    height: 5.5rem;
  }
  .figures-item__title {
    font-size: 0.75rem;
    margin-bottom: 1rem;
    margin: 0 0 1.2rem;
    text-align: left;
    white-space: nowrap;
  }
  .figures-item__title .small {
    font-size: 0.75rem;
  }
  .figures-item .img-wrap {
    margin-right: 1.37rem;
}
  .figures-item__text {
    font-size: 0.68rem;
    line-height: 0.75rem;
    letter-spacing: -0.012rem;
}
  .wrap-btn-facts {
    flex-direction: column;
    width: 15rem;
    margin-left: 13%;
    height: 4.37rem;
    
    margin: 0 auto;
    margin-top: 2.187rem;
  }
  .facts-online {
    width: 15rem;
    padding: 0.187rem 1.43rem;
    font-size: 0.75rem;
    min-width: 15rem;
    white-space: nowrap;
  }
  .facts-campus {
    width: 15rem;
    padding: 0.187rem 0.56rem;
    font-size: 0.75rem;
    min-width: 15rem;
    white-space: nowrap;
  }

  /* FIGURES END */


   /* NEWS START */
  .news-section .switch-blocks{
    margin-bottom: 0.65rem;
  }
  .title-shadow::before {
    width: 3.31rem;
    height: 2.81rem;
    background-size: cover;
  }
  .title-shadow::after {
    width: 1.87rem;
    height: 1.56rem;
    background-size: cover;
    bottom: -0.625rem;
    right: -1rem;
  }
  .switch-block.tabs-title {
    width: 4.5rem;
    padding: 0;
  }
  .switch-blocks {
    margin-right: 0 !important;
  }
  .switch-blocks.tabs .switch-block a {
      width: 4.5rem;
      height: 100%;
      padding: 0.35rem;
  }
  p.faculties__text-info.news-text-block.js-news-info {
    padding-bottom: 3.5rem;
  }
  .news-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}
  .faculties__text-info {
    margin-top: 0.625rem;
    text-align: justify;
    margin: 1.25rem 0;
  }
  .news-btn {
    font-size: 0.75rem;
    padding: 0.187rem 1.25rem;
    min-width: auto;
  }
  .btn, form input[type='submit'] {
    min-width: auto;
  }
  .news-btn--addition-margin {
    margin-right: 2.25rem;
  }
  .tab-wrapper .news-block-img {
    
    width: 100%;
    margin: 0;
    margin-bottom: 0.625rem;
  }
  .news-block-img img {
    object-fit: contain;
    height: auto;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
}
  .news-section .switch-block {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
  .news-block-item-title {
    font-size: 1.31rem;
}
  .tab-text{
    width: 100%;
  }
  .news-block-item-title {
    font-size: 1.31rem;
  }
  .switch-block__title {
    font-size: 0.5rem;
    padding: 0.15rem 0px 0.1rem;
  }
 
  .switch-block__info {
    font-size: 0.37rem;
  }
 
  .info-section ul{
    margin-left: 0.5rem;
  }

  .tab-wrapper .tab-text{
    height: auto;
  }
  .news-section {
    margin-bottom: 5rem;
  }

  .news-section .switch-block{
    height: 3rem;
  }
  .switch-block {
    margin: 0 auto;
  }
  .switch-block:nth-child(2) .switch-block__title{
    /* width: 94%; */
    width: 3.12rem;
    margin: 0 auto;
  }
  .info-section li.li-form{
    padding-left: 0;
  }
   /* NEWS END */


   /* GALLERY START */
   h3.title-gallery {
    font-size: 1.75rem !important;
    margin-bottom: 1.37rem !important;
  }
  .btn-all-gallery {
    font-size: 0.75rem;
    padding: 0.187rem 1.25rem;
    width: 8.125rem;
    line-height: 1.187rem;
    height: 1.75rem;
}
   /* GALLERY END */

/* FORM SCROLL START */
.form-block {
  display: none;
  z-index: 5;
    padding: 0 0;
    height: 4.06rem;
}

/* FORM SCROLL END */

  .form-block-mobile {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    backdrop-filter: blur(7.5px);
    padding: 0;
    height: 3.125rem;
    background-color: #fbfdfb;
    position: sticky;
    z-index: 8;
    display: block;
    bottom: 0;
    left: 0;
  }
  .site-content .form-block-mobile .container {
    min-width: 17.5rem;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding: 0 0.8rem;
  }
    .form-block-mobile .container .form-item-mobile {
      height: 1.81rem;
      margin-left: 0;
      display: inline-block;
      width: 100%;
  }
  .form-item-mobile .wpcf7 .wpcf7-form {
    height: 1.125rem;
    top: -0.5rem;
    max-width: 100%;
    width: 100%;
    left: 0rem;
  }
  .form-item-mobile .wpcf7 {
    width: 100%;
    margin-top: 1.25rem;
    margin-left: 0;
  }
  form.wpcf7-form p{
    margin-right: 0.6rem;
  }
  .container .form-item-mobile .form-item__title-mobile {
    font-weight: 700;
    font-size: 0.42rem;
    line-height: 0.5rem;
    top: 0.27rem;
    left: 0.8rem;
    width: 5rem;
    color: #525252;
    position: absolute;
  }
 
  .form-item-mobile .wpcf7-form-control-wrap.your-name .form-item__input {
    padding: 0 0.4rem;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 0.6rem !important;
    width: 5rem;
    line-height: 1rem;
    color: #525252;
    background: rgba(255, 255, 255, 0.9);
    border: 0.0625rem solid #001857;
    border-radius: 0.125rem;
    height: 1.25rem;
    margin-right: 0;
  }
  .form-item-mobile .wpcf7-form-control-wrap.your-phone .form-item__input {
    padding: 0 0.4rem;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 0.6rem !important;
    width: 5rem;
    line-height: 1rem;
    color: #525252;
    background: rgba(255, 255, 255, 0.9);
    border: 0.0625rem solid #001857;
    border-radius: 0.125rem;
    height: 1.25rem;
    margin-right: 0;
  }
  .form-item-mobile .wpcf7-form-control-wrap.your-email .form-item__input {
    padding: 0 0.4rem;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 0.6rem !important;
    width: 5rem;
    line-height: 1rem;
    color: #525252;
    background: rgba(255, 255, 255, 0.9);
    border: 0.0625rem solid #001857;
    border-radius: 0.125rem;
    height: 1.25rem;
    margin-right: 0;
  }
  .form-item-mobile form p input.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-weight: 700;
    font-size: 0.65rem;
    line-height: 0.5rem;
    height: 1.25rem;
    min-width: 4rem;
    width: 4rem;
    position: absolute;
    top: 0;
    left: auto;
  }
  .form-item-mobile .wpcf7-not-valid-tip{
    font-weight: 600 !important;
    font-size: 0.34rem !important;
    line-height: 0.312rem !important;
    margin-top: 0.2rem;
    margin-left: 0.15rem;
    white-space: nowrap;
  }
  .form-item-mobile .wpcf7 form.invalid .wpcf7-response-output, 
  .wpcf7 form.unaccepted .wpcf7-response-output, 
  .wpcf7 form.payment-required .wpcf7-response-output{
    position: absolute;
    font-weight: 500 !important;
    font-size: 0.68rem !important;
    line-height: 0.312rem !important;
    right: 1.4rem!important;
    top: 1.5rem !important;
    border: none !important;
    color: #b1040e !important;
    margin: 0;
    padding: 0;
  }
  .form-item-mobile .wpcf7 form .wpcf7-response-output{
    position: absolute;
    font-weight: 500 !important;
    font-size: 0.68rem !important;
    line-height: 0.312rem !important;
    right: 0.45rem!important;
    top: 1.5rem !important;
    border: none !important;
    color: #b1040e !important;
    margin: 0;
    padding: 0;
  }

 
  .info-section .wpcf7 form.invalid .wpcf7-response-output{
    bottom: -0.93rem;
    left: 63%;
  }
  .info-section .wpcf7 form.sent .wpcf7-response-output{
    bottom: -0.93rem;
    left: 63%;
  }

  .apply_online_label{
    left: 0.125rem;
  }
  #wpcf7-f1123-o1 form{
    margin-bottom: 2.5rem;
  }
  #date_birthday {
    height: 2.125rem;
  }
  .bread-crumbs-items{
    margin-left: 0;
  }
  .bread-crumb-link{
    font-size: 0.875rem;
  }
  .bread-crumb-link img{
    margin-right: 0.625rem;
  }
  .faculties{
    position: relative;
  }
 
  .info-section div.info-img img{
    width: 95%;
  }
  .info-section div.info-img img.wp-image-372.size-full.alignnone.all{
    margin-left: 0;
    width: 100%;
  }
  .info-section li {
    text-indent: 0;
    padding-left: 1rem;
    text-align: start;
  }
  .div-img{
    display: flex;
    flex-direction: column;
  }
  div img.alignnone{
    width: 100%;
  }
 
  .faculties-item{
    margin-right: 0.625rem;
    margin-left: 0;
  }
  .li-form input.wpcf7-form-control.has-spinner.wpcf7-submit{
    background: #B1040E;
    border: 0.0625rem solid #B1040E;
  }
  .li-form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
    background: #001857;
    border: 0.0625rem solid  #001857;
  }
  
  /*  -------------- SEARCH PAGE------------ */
  .about-search {
    width: 100%;
    margin: 0 auto;
    margin-top: 4rem;
}
  .search-form {
    width: 100%;
    height: 2.2rem;
  }
  .about-search .search-form input {
    width: 100%;
  }
  .search-form .search-search__button {
    background: #001857;
    box-shadow: none;
    position: relative;
    left: -0.25rem;
    padding: 0.0625rem 1.31rem;
    border: 0.0625rem solid #001857;
    border-radius: 0px 0.125rem 0.125rem 0px;
  }
  .about-search .search-form input::placeholder{
    color: #001857;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1rem;
  }
  .search-form button img {
    width: 1rem;
    height: 1.125rem;
  }
  .search-item__header {
    font-weight: 400;
    font-size: 1.37rem;
    line-height: 1.87rem;
  }
  .search-list{
    margin-left: 0;
  }
  

  /*  ----------------------------------- footer start -------------------------- */
  .footer .container {
    width: 100%;
  }
  .footer {
    padding: 3.125rem 0;
  }
  a.fixed-btn {
    width: 3.5rem;
    height: 3.5rem;
    bottom: 13.8rem;
  }
  .footer-messenger {
    bottom: 9.25rem;
  }
  .footer-whats-puls {
    width: 3.5rem;
    height: 3.5rem;
  }
  svg.whats-icon {
    top: 0.95rem;
    left: 0.956rem;
    width: 1.56rem;
    height: 1.56rem;
    display: inline-block;
}
.footer-block:first-child {
  margin-bottom: 2.5rem;
}
  .footer-block{
    display: flex;
    flex-direction: column;
  }
  .info-block__title{
    font-size: 1.25rem;
    text-align: center;
  }
  .info-block__link{
    font-size: 0.875rem;
  }
  .info-block__list{
    text-align: center;
  }
  .info-block {
      -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  }
  .footer-block .info-block:first-child{
    width: 20.31rem;
    margin: 0 auto;
    margin-bottom: 2.81rem;
  }
  .footer-block .info-block:nth-child(2){
    width: 20.31rem;
    margin: 0 auto;
    margin-bottom: 2.81rem;
  }

  .footer-block.first .info-block:nth-child(3){
    width: 20.31rem;
    margin: 0 auto;
    margin-bottom: 2.81rem;
  }
  .footer-block.first .info-block.contact-block{
    padding: 2.5rem 0.625rem 0 0.625rem;
    margin: 0 auto;
    width: 20.31rem;
    position: relative;
  }
  .contact-block .info-block__title {
    text-align: center;
  }
  .footer-block.first .info-block.contact-block .info-block-social{
    width: 100%;
    margin-top: 2.18rem;
    margin-bottom: 1.87rem;
  }
  .info-block-social .info-block__title{
    margin-bottom: 1.25rem;
  }
  .info-block.contact-block .info-block__item:last-child{
    margin-right: 0;
  }
  .footer-block:first-child::after{
    content: '';
    position: absolute;
    bottom: -2.5rem;
    left: 0;
    width: 100%;
    height: 0.093rem;
    background:#fff;
  }
  .footer-block.second{
    margin-top: 2.5rem;
  }
  .footer-block.second .info-block:nth-child(3){
    width: 20.31rem;
    margin: 0 auto;
    margin-bottom: 2.81rem;
  }
  .footer-map {
    width: 100%;
    height: 17.6rem;
    margin: 0;
  }
  .info-block-social ul{
    justify-content: center;
  }
  .footer iframe {
    width: 100%;
    height: 17.6rem;
  }
  /* DOP PAGE */
  .news-title-wrap {
    margin-bottom: 1.56rem;
    text-align: center;
  }
  .news-title {
    display: inline;
  }
  .news-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  .news-item {
    max-width: 21.9rem;
}
}